Search found 8 matches

by ChromeQ
14 Apr 2023, 00:31
Forum: Ubuntu & Desktop Linux
Topic: Ubuntu 22.04 causes grsecurity/PaX filebot error
Replies: 5
Views: 2005

Re: Ubuntu 22.04 causes grsecurity/PaX filebot error

I finally cracked it. And although this wasn't a problem with filebot I will put the solution here in case anybody finds a similar issue in the future. By trying to mess around with `sudo -u` to call another script as my user rather than `debian-transmission` I finally got a different error message:...
by ChromeQ
13 Apr 2023, 07:59
Forum: Ubuntu & Desktop Linux
Topic: Ubuntu 22.04 causes grsecurity/PaX filebot error
Replies: 5
Views: 2005

Re: Ubuntu 22.04 causes grsecurity/PaX filebot error

Same result with apt install of filebot - where the java used is the system one rather than the local jre/java one. 2023-04-13 17:57:39 Running torrent-completed script as user: uid=128(debian-transmission) gid=134(debian-transmission) groups=134(debian-transmission),1001(media) /home/dav/Downloads/...
by ChromeQ
13 Apr 2023, 07:36
Forum: Ubuntu & Desktop Linux
Topic: Ubuntu 22.04 causes grsecurity/PaX filebot error
Replies: 5
Views: 2005

Re: Ubuntu 22.04 causes grsecurity/PaX filebot error

The printenv for root user is _=/usr/bin/printenv HOME=/root LANG=en_AU.UTF-8 LANGUAGE=en_AU:en LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGL.so.1 LESSCLOSE=/usr/bin/lesspipe %s %s LESSOPEN=| /usr/bin/lesspipe %s LOGNAME=root LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01...
by ChromeQ
13 Apr 2023, 01:03
Forum: Ubuntu & Desktop Linux
Topic: Ubuntu 22.04 causes grsecurity/PaX filebot error
Replies: 5
Views: 2005

Re: Ubuntu 22.04 causes grsecurity/PaX filebot error

I have tried various things regarding PaX including running paxctl -pemrsx `which java` (which I found here https://unix.stackexchange.com/questions/358489/how-can-i-run-java-on-a-grsec-hardend-arch-linux-kernel-with-paxd to disable pax security for java). I also did the same for the java located in...
by ChromeQ
13 Apr 2023, 00:55
Forum: Ubuntu & Desktop Linux
Topic: Ubuntu 22.04 causes grsecurity/PaX filebot error
Replies: 5
Views: 2005

Ubuntu 22.04 causes grsecurity/PaX filebot error

I recently updated to Ubuntu 22.04.2 with kernel 5.15.0-69, and since then I have trouble calling filebot from another bash script. It does however run fine when I call the same filebot command from my user or sudo. My setup is as follows, transmission-daemon has a `"script-torrent-done-filenam...
by ChromeQ
16 Apr 2021, 06:33
Forum: Scripting and Automation
Topic: AMC Script: Error in file processing not sending email
Replies: 1
Views: 1250

AMC Script: Error in file processing not sending email

Hi, I use the filebot amc script with the reportError=y and gmail=me@gmail.com options, when the script succeeds in renaming and copying my file it does email me (and notify through pushbullet) However, when it fails it does not send me the email. Here is the output from one example: Run script [fn:...
by ChromeQ
18 Nov 2019, 07:02
Forum: Scripting and Automation
Topic: Username and password for AMC Kodi update script
Replies: 3
Views: 2159

Re: Username and password for AMC Kodi update script

Thanks, I was using curl before. Will the exec command run once per file or per run?
Just wondering if I can get access to the file count or file name as your script does for the notification.
by ChromeQ
18 Nov 2019, 06:25
Forum: Scripting and Automation
Topic: Username and password for AMC Kodi update script
Replies: 3
Views: 2159

Username and password for AMC Kodi update script

Hi, I've been trying out the AMC script which has a kodi option. I entered the host but I am getting a 401 auth error since I have set a password on the settings of kodi (.kodi/userdata/guisettings.xml) ... <setting id="services.webserver">true</setting> <setting id="services.webserve...