November 22, 201312 yr Not sure what I've done, but I screw up permissions somehow. Or at least I think I may have. Rebooted, plug-ins won't start. Tried starting via their admin pages, running as 'nobody'. Start command is executed, but nothing happens... from the syslog... Nov 21 19:46:05 Tower sudo: root : TTY=console ; PWD=/ ; USER=nobody ; COMMA ND=/usr/bin/python /mnt/cache/sabnzbd/SABnzbd.py -d -s 0.0.0.0:8082 --config-fil e /mnt/cache/sabnzbd --pid /var/run/sabnzbd/ > /dev/null 2>&1 Nov 21 19:52:12 Tower kernel: mdcmd (97): spindown 7 Nov 21 19:52:22 Tower kernel: mdcmd (98): spindown 2 Nov 21 19:52:32 Tower kernel: mdcmd (99): spindown 3 Nov 21 19:52:42 Tower kernel: mdcmd (100): spindown 5 Nov 21 19:52:57 Tower kernel: mdcmd (101): spindown 4 Nov 21 19:53:03 Tower kernel: mdcmd (102): spindown 1 Nov 21 19:53:07 Tower kernel: mdcmd (103): spindown 0 Nov 21 19:53:08 Tower kernel: mdcmd (104): spindown 6 Nov 21 20:04:54 Tower sudo: root : TTY=console ; PWD=/ ; USER=nobody ; COMMAND=/usr/bin/python /mnt/cache/sickbeard/SickBeard.py -d -p 8081 --datadir /mnt/cache/sickbeard --pidfile /var/run/sickbeard/sickbeard.pid > /dev/null 2>&1 Nov 21 20:07:47 Tower sudo: root : TTY=console ; PWD=/ ; USER=nobody ; COMMAND=/usr/bin/python /mnt/cache/sabnzbd/SABnzbd.py -d -s 0.0.0.0:8082 --config-file /mnt/cache/sabnzbd --pid /var/run/sabnzbd/ > /dev/null 2>&1 Nov 21 20:09:13 Tower sudo: root : TTY=console ; PWD=/ ; USER=nobody ; COMMAND=/usr/bin/python /mnt/cache/couchpotato_v2/CouchPotato.py --daemon --config_file /boot/config/plugins/couchpotato_v2/settings.conf --pid_file /var/run/couchpotato_v2/couchpotato_v2.pid I've run New Permissions and I believe they are correct, but they still don't start. Here's the directory listing from the cache drive for SickBeard as an example... root@Tower:/mnt/cache# ls -l total 6 drwxrwx--- 4 nobody users 104 2013-11-18 18:06 apps/ drwxrwx--- 8 nobody users 592 2013-11-19 17:08 couchpotato_v2/ drwxrwx--- 47 nobody users 2416 2013-11-20 13:52 downloads/ drwxrwx--- 10 nobody users 584 2012-09-24 05:55 headphones/ drwxrwx--- 9 nobody users 480 2012-09-22 12:32 lazylibrarian/ drwxrwx--- 2 nobody users 48 2013-04-14 17:55 movies/ drwxrwx--- 5 nobody users 288 2013-10-26 09:59 mysql/ drwxrwx--- 4 nobody users 112 2013-04-30 18:26 plex/ drwxrwx--- 18 nobody users 984 2013-11-21 19:27 sabnzbd/ drwxrwx--- 10 nobody users 792 2013-11-21 19:42 sickbeard/ drwxrwx--- 5 nobody users 232 2013-11-21 19:28 transmission/ drwxrwx--- 3 nobody users 680 2012-12-30 20:41 workspace/ root@Tower:/mnt/cache# cd sickbeard/ root@Tower:/mnt/cache/sickbeard# ls -l total 2158 -rw-rw---- 1 nobody users 35132 2013-03-30 12:54 COPYING.txt drwxrwx--- 2 nobody users 176 2013-11-20 23:48 Logs/ -rw-rw---- 1 nobody users 12322 2013-03-30 12:54 SickBeard.py drwxrwx--- 2 nobody users 280 2013-04-04 21:38 autoProcessTV/ drwxrwx--- 4 nobody users 96 2012-09-13 18:57 cache/ -rw-rw---- 1 nobody users 211968 2013-11-21 17:49 cache.db drwxrwx--- 5 nobody users 1144 2013-04-04 21:38 cherrypy/ -rw-r--r-- 1 nobody users 4346 2013-11-21 19:42 config.ini -rw-rw---- 1 nobody users 3549 2012-09-13 07:06 config.ini.v1 drwxrwx--- 6 nobody users 152 2012-09-09 23:13 data/ -rw-rw---- 1 nobody users 2042 2013-03-30 12:54 init.fedora -rw-rw---- 1 nobody users 2562 2013-03-30 12:54 init.freebsd -rw-rw---- 1 nobody users 2334 2013-03-30 12:54 init.solaris11 -rw-rw---- 1 nobody users 3494 2013-03-30 12:54 init.ubuntu drwxrwx--- 16 nobody users 704 2013-04-04 21:38 lib/ -rw-rw---- 1 nobody users 2546 2013-03-30 12:54 readme.md drwxrwx--- 7 nobody users 2872 2013-04-04 21:38 sickbeard/ -rw-rw---- 1 nobody users 1175552 2013-11-21 18:35 sickbeard.db -rw-rw---- 1 nobody users 9216 2012-04-01 21:05 sickbeard.db.v0 -rw-rw---- 1 nobody users 10240 2012-09-13 07:06 sickbeard.db.v10 -rw-rw---- 1 nobody users 700416 2013-04-04 21:38 sickbeard.db.v11 drwxrwx--- 2 nobody users 384 2013-04-04 21:38 tests/ -rw-rw---- 1 nobody users 40 2013-04-04 21:38 version.txt root@Tower:/mnt/cache/sickbeard# I'm stumped and welcome any guidance that could be provided. Thanks, Bob
November 24, 201312 yr If you use the newperms script on application directories you will most likely break them. Files which had an executable flag set, will have that removed which in the most cases will stop the app from working. Make sure to use newperms only on data drives and directories in the future. You will either have to readd the flag to the files that need it by hand or completely delete the apps folder and reinstall the plugins. Sorry.
Archived
This topic is now archived and is closed to further replies.