NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) v
« Previous 1 … 6 7 8 9 10 20 Next »
imageGrabLite lightly seasoned

 
  • 0 Vote(s) - 0 Average
imageGrabLite lightly seasoned
liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#51
2015-04-11, 02:43 PM
Hi Martin

What user does IGL run under - presumably it's just the currently logged-in user? Just that I'm suddenly getting permissions errors when writing IGL's changes to my FreeNAS box, which is a real head-scratcher, since my PVR user can happily access the media folder - but IGL reckons it can't...

Thanks
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#52
2015-04-11, 03:03 PM
liteswap Wrote:What user does IGL run under - presumably it's just the currently logged-in user? Just that I'm suddenly getting permissions errors when writing IGL's changes to my FreeNAS box, which is a real head-scratcher, since my PVR user can happily access the media folder - but IGL reckons it can't...Thanks

Yes but if you are calling it from postprocessing.bat (or any bat launched by the recording service), it runs with the same permissions as the recording service which is typically "local system account" (unless you changed this in services startup).
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#53
2015-04-11, 04:06 PM
Voila le probleme. Thanks - think I can fix that...
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#54
2015-04-15, 11:39 AM
...Well I thought I could.

Running a FreeNAS box to store the media, I've opened up the relevant directory to all users in both CIFS and the underlying FreeBSD/ZFS file system (777). I've set the PVR's recording service to run as the PVR user (which can read from and write to the media directory without a problem) - and still I'm getting 'access denied' errors from IGL. I mean, if the recording service can write a file to the NAS box, why can't IGL do so too? What obvious thing have I missed?
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#55
2015-04-15, 11:15 PM
Don't know sorry. Last time I played with samba shares was in 1990 and I had a devil of a job with permissions.

maybe add some extra code to your postprocessing.bat to isolate if it is the bat file permissions or IGL itself.
for example to check write and modify permissions, add

echo hello >> \\FREENAS\media\movies\TV Recordings\test1.txt
ren \\FREENAS\media\movies\TV Recordings\test1.txt \\FREENAS\media\movies\TV Recordings\test2.txt

or

maybe setup FreeNAS with guest access only to provide unrestricted access
https://forums.freenas.org/index.php?thr...ide.20948/

else u might need Martin to advise....
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,216
Threads: 958
Joined: May 2006
#56
2015-04-16, 01:30 AM
Sorry nothing iGL can do about this. All my recordings are stored on a NAS though and rename fine although I do use ShareHelper to avoid problems.

Martin
liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#57
2015-05-01, 06:06 PM
Ok, well I've written a script in AutoIt that grabs the new name from the IGL log, and renames the saved file. Not ideal and a bit of a workaround, but adding 777 permissions to everything in the media directory in FreeBSD and CIFS still resulted in an access denied error, so at least this works for now.

If anyone else wants the script, I can compile it into an executable, so just ping me.
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#58
2015-05-18, 04:25 PM
gEd Wrote:Don't know sorry. Last time I played with samba shares was in 1990 and I had a devil of a job with permissions.

maybe add some extra code to your postprocessing.bat to isolate if it is the bat file permissions or IGL itself.
for example to check write and modify permissions, add

echo hello >> \\FREENAS\media\movies\TV Recordings\test1.txt
ren \\FREENAS\media\movies\TV Recordings\test1.txt \\FREENAS\media\movies\TV Recordings\test2.txt

or

maybe setup FreeNAS with guest access only to provide unrestricted access
https://forums.freenas.org/index.php?thr...ide.20948/

else u might need Martin to advise....

Hmm, thought I'd revisit this issue since I've rebuilt the PVR with a new motherboard - everything, basically. But that's besides the point, which is that I'm *still* getting this access denied error from iGL, despite the permissions being correct (although Ed your example doesn't work Smile A FQ path in the second filename prompts a bad syntax error). Everything else works fine. If the recording service can read from and write files to the NAS, why can't it do so when it calls iGL? Weird...
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,216
Threads: 958
Joined: May 2006
#59
2015-05-18, 04:38 PM
Sorry I can't help I record to a NAS and it works but I use ShareHelper and don't change permissions.

Martin
liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#60
2015-05-19, 09:04 AM
I tried Sharehelper but it made no difference - I don't think the problem is at the client end as I'm using a \\servername config not a drive letter. I've changed the iGL compatibility to run as administrator, see if that makes a difference...
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (9): « Previous 1 … 4 5 6 7 8 9 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  imageGrabLite update mvallevand 20 14,263 2020-04-04, 02:42 AM
Last Post: jksmurf
  ImageGrabLite "Read Error Object reference not set to an instance of an object." mjccox 6 5,432 2017-04-11, 07:07 AM
Last Post: rinomasaya
  imageGrabLite episode rename (Super Why) sosuke3 4 3,587 2016-11-24, 10:38 PM
Last Post: sosuke3
  ImageGrabLite and the ampersand ttfitz 8 5,213 2016-05-26, 11:56 PM
Last Post: JavaWiz
  Imagegrablite and NCIS Los Angleles/New Orleans robokd 5 4,327 2016-03-02, 02:40 PM
Last Post: mvallevand
  ImageGrabLite Issues bigjess007 11 7,741 2016-01-08, 01:13 PM
Last Post: jksmurf
  ImageGrabLite Setup hootie318 8 6,164 2015-11-28, 11:32 PM
Last Post: pBS
  Imagegrablite renaming of continuation episode jghanisco 5 3,644 2015-11-26, 10:25 PM
Last Post: mvallevand
  ImageGrabLite problem with new Daily Show ttfitz 5 3,394 2015-11-17, 11:48 PM
Last Post: ttfitz
  ImageGrabLite - name change while watching recording liteswap 2 3,004 2015-11-06, 11:29 AM
Last Post: liteswap

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode