Wolfeman0101
Patron
- Joined
- Jun 14, 2012
- Messages
- 428
Is the Couch Potato pbi built on v1 or v2?
Is the Couch Potato pbi built on v1 or v2?
Also, is there a quick way to install the built pbis from the commandline inside the jail? I don't want the build-test loop to include manually copying files and using the webui to install the plugin...
Also, is there a quick way to install the built pbis from the commandline inside the jail? I don't want the build-test loop to include manually copying files and using the webui to install the plugin...
Cannot change permissions of /usr/pbi/sabnzbd-amd64/data/Downloads/Folders
How about showing what the permissions are on that directory. Particularly what the permissions look like from inside the jail and what SABnzbd user's UID/GID is.I keep getting errors in SABnzbd
Code:Cannot change permissions of /usr/pbi/sabnzbd-amd64/data/Downloads/Folders
How about showing what the permissions are on that directory. Particularly what the permissions look like from inside the jail and what SABnzbd user's UID/GID is.
Jail# ls -lh total 79 drwxrwxrwx 4 1001 1001 4B Jul 10 13:10 BT drwxrwxrwx 66 1001 1001 69B Jul 10 09:51 Downloads drwx------ 2 sabnzbd sabnzbd 2B Jul 1 23:31 Incomplete drwxrwxrwx 134 1001 1001 146B Jul 9 21:39 Movies drwxrwxrwx 52 1001 1001 52B Jul 2 00:25 Music drwx------ 2 sabnzbd sabnzbd 2B Jul 2 02:09 Scripts drwxrwxrwx 3 root wheel 13B Jul 10 13:07 admin -rw------- 1 sabnzbd sabnzbd 3.3K Jul 10 13:07 config.ini drwxr-xr-x 2 sabnzbd sabnzbd 9B Jul 10 00:04 logs
[Bryan@freenas] /mnt/Vol1# ls -lh total 107 drwxr-xr-x 12 Bryan Users 22B Jul 8 17:22 ./ drwxr-xr-x 4 root 1003 512B Jul 10 12:51 ../ -rw-r--r-- 1 Bryan Users 755B Jun 26 00:01 .cshrc drwxr-xr-x 2 www www 2B Jun 28 18:10 .freenas/ -rw------- 1 Bryan Users 1.2K Jul 10 13:08 .history -rw-r--r-- 1 Bryan Users 251B Jun 26 00:01 .login -rw-r--r-- 1 Bryan Users 162B Jun 26 00:01 .login_conf -rw------- 1 Bryan Users 378B Jun 26 00:01 .mail_aliases -rw-r--r-- 1 Bryan Users 335B Jun 26 00:01 .mailrc -rw-r--r-- 1 Bryan Users 779B Jun 26 00:01 .profile drwxrwxrwx 3 Bryan Users 3B Jun 28 17:20 .recycle/ -rw------- 1 Bryan Users 280B Jun 26 00:01 .rhosts -rw-r--r-- 1 Bryan Users 980B Jun 26 00:01 .shrc drwx------ 2 Bryan Users 4B Jul 2 06:46 .ssh/ drwxrwxrwx 4 Bryan Users 4B Jul 10 13:10 BT/ drwxrwxrwx 66 Bryan Users 70B Jul 10 14:20 Downloads/ drwxr-xr-x 3 root wheel 3B Jun 28 08:00 Jail/ drwxrwxrwx 134 Bryan Users 146B Jul 9 21:39 Movies/ drwxrwxrwx 52 Bryan Users 52B Jul 2 00:25 Music/ drwxr-xr-x 4 root wheel 9B Jul 3 21:25 Plugins/ -rw-rw-rw-+ 1 Bryan Users 1.6K Jul 3 16:30 Recycling Bin.lnk drwxrwxrwx 10 Bryan Users 18B Jul 8 17:22 Temp/
k, a bit of progress on the pidfile situation
Looking at transmission..
It seems control.py checks the status from /var/run/transmission_fcgi_server.pid
Thing is, I don't get how this works, where transmission is on or off, tranmission_fcgi_server is on (I believe this is what controls transmission). So I don't get how freenas suddenly knows transmission itself is on or off. Transmission creates it's own seperate pidfile and process.
Where transmission is on or off, I always get a number (pid of transmission_fcgi_server) when I cat /var/run/transmission_fcgi_server.pid
Gotta read control.py a little more indepth, it's just perplexing to me