dirrtyjoe

Members
  • Posts

    202
  • Joined

  • Last visited

Everything posted by dirrtyjoe

  1. root@Juggernaut:/mnt/user/Apps/plexWatch# ls -al total 5560 drwxrwxrwx 1 nobody users 220 Oct 1 22:51 ./ drwxrwxrwx 1 nobody users 280 Oct 1 22:26 ../ -rwxrwxrwx 1 nobody users 596 Oct 1 20:46 config.php* -rwxrwxrwx 1 nobody users 11989 Oct 1 22:13 config.pl* -rwxrwxrwx 1 nobody users 12048 Sep 27 22:52 config.pl-dist* drwxrwxrwx 1 nobody users 120 Sep 27 22:56 db_backups/ -rwxrwxrwx 1 nobody users 2556 Sep 27 23:08 debug.log* -rwxrwxrwx 1 nobody users 5471232 Sep 27 23:09 plexWatch.db* -rwxrwxrwx 1 nobody users 1193 Sep 27 23:08 plexWatch.log* -rwxrwxrwx 1 nobody users 174385 Sep 27 22:52 plexWatch.pl* Docker: /log --> /mnt/user/Apps/plexmediaserver/Library/Application Support/Plex Media Server/Logs /plexWatch --> /mnt/user/Apps/plexWatch config.pl: /plexWatch/ /log/Plex Media Server.log the DB above is from a previous install. If I rename, a plexWatch.db gets created (sshd:sshd) but nothing is ever populated into the DB
  2. Odd, that was a plexWatch or plexWatchWeb issue? I have plexpass and have the credentials filled in but still having trouble....
  3. Created a "plexWatch" folder on my apps drive. sudo wget -P /mnt/appdisk/apps/plexWatch/ https://raw.github.com/ljunkie/plexWatch/master/plexWatch.pl sudo wget -P /mnt/appdisk/apps/plexWatch/ https://raw.github.com/ljunkie/plexWatch/master/config.pl-dist sudo chmod 777 /mnt/appdisk/apps/plexWatch && sudo chmod 755 /mnt/appdisk/apps/plexWatch/plexWatch.pl sudo cp /mnt/appdisk/apps/plexWatch/config.pl-dist /mnt/appdisk/apps/plexWatch/config.pl Then edited the config.pl file per my earlier post. That's the same way I did mine. I just removed it all and started over and picked host instead of bridge and now it connects to my plex but shows the following error. Failed to access plexWatch database. Please check your settings. I think its a permission thing. Seems it wants to use root root. I finally got it working! It was file permissions and setting it to host! Thanks for working with me on this! What permissions/ownership did you end up using?
  4. I want to say I'm having issues with Plex permissions since I also can't get the pictures/banners to load... but I'm at a loss ATM.
  5. what permission is required for plexWatch.pl? I can get access to the db data but it is not capturing new watched items... is it permissions on the Plex log?
  6. plexWatchWeb can't seem to get access to the plexWatch.db - any thoughts on why? config.php: <?php require_once '/var/www/html/plexWatch/includes/functions.php'; $plexWatch['dateFormat'] = 'm/d/Y'; $plexWatch['timeFormat'] = 'g:i a'; $plexWatch['pmsIp'] = 'localhost'; $plexWatch['pmsHttpPort'] = '32400'; $plexWatch['pmsHttpsPort'] = '32443'; $plexWatch['https'] = 'no'; $plexWatch['plexWatchDb'] = '/plexWatch/plexWatch.db'; $plexWatch['myPlexUser'] = 'xxxx'; $plexWatch['myPlexPass'] = 'xxxx'; $plexWatch['myPlexAuthToken'] = 'xxxxxxxxxxxx'; $plexWatch['globalHistoryGrouping'] = 'yes'; $plexWatch['userHistoryGrouping'] = 'yes'; $plexWatch['chartsGrouping'] = 'yes'; ?> config.pl: $data_dir = '/plexWatch'; ## to store the DB, logfile - can be the same as this script $server_log = '/logs/Plex Media Server.log'; ## used to log IP address of user (alpha) $log_client_ip = 1; ## requires $server_log to be available too. (requires File::ReadBackwards) ## also required DEBUG log to be turned on in the PMS $debug_logging = 1; ## logs to $data_dir/debug.log ( not verbose enough yet.. still todo ) ## myplex user/pass ONLY required if you have set the PMS to 'Require authentication on local n etworks' and $server is not set to localhost $myPlex_user = 'xxxx'; $myPlex_pass = xxxx''; $server = 'localhost'; ## IP of PMS - or localhost $port = 32400; ## port of PMS $notify_started = 1; # !deprecated -- does nothing anymore (use push_watched, push_watching i n $notify) $notify_stopped = 1; # !deprecated -- does nothing anymore (use push_watched, push_watching i n $notify) $appname = 'plexWatch'; I have noticed that it does not appear that the .db or the log file is being created from plexWatch but I'm not sure how to troubleshoot it...
  7. My CPU is not VT-d compatible but it is VT-x. Will I be able to setup a pfSense VM and properly use the NICs to setup my network? Will that require the passthrough?
  8. Has anyone pulled the Stats page out into it's own navigable page, separate from the unRAID web interface? I would like to make that information available to some family and friends without giving them access to the unRAID goodies. I haven't looked at the complexity of pulling it out, yet, but I'm curious if anyone has done it already.
  9. any permanent fix for the Network stats going blank after time? It will work fine and randomly stop showing 0 network activity.
  10. Does this handle spaces in the home directory name? I'm wanting to give users access to certain folders temporarily but can't seem to figure out how get it to work if the folder has a space in the name.
  11. Thanks, guys. I was searching too specifically, apparently.
  12. seeing this in my log... any ideas why? Jul 2 10:54:03 Juggernaut last message repeated 5 times Jul 2 10:54:03 Juggernaut kernel: smartctl: sending ioctl 2285 to a partition! Jul 2 10:54:03 Juggernaut last message repeated 7 times Jul 2 10:54:33 Juggernaut kernel: scsi_verify_blk_ioctl: 32 callbacks suppressed Jul 2 10:54:33 Juggernaut kernel: hdparm: sending ioctl 2285 to a partition! Jul 2 10:54:39 Juggernaut last message repeated 5 times Jul 2 10:54:39 Juggernaut kernel: smartctl: sending ioctl 2285 to a partition! Jul 2 10:54:39 Juggernaut last message repeated 7 times Jul 2 10:55:10 Juggernaut kernel: scsi_verify_blk_ioctl: 32 callbacks suppressed Jul 2 10:55:10 Juggernaut kernel: hdparm: sending ioctl 2285 to a partition! Jul 2 10:55:16 Juggernaut last message repeated 5 times Jul 2 10:55:16 Juggernaut kernel: smartctl: sending ioctl 2285 to a partition! Jul 2 10:55:16 Juggernaut last message repeated 7 times Jul 2 10:55:47 Juggernaut kernel: scsi_verify_blk_ioctl: 32 callbacks suppressed Jul 2 10:55:47 Juggernaut kernel: hdparm: sending ioctl 2285 to a partition! Jul 2 10:55:53 Juggernaut last message repeated 5 times Jul 2 10:55:53 Juggernaut kernel: smartctl: sending ioctl 2285 to a partition! Jul 2 10:55:53 Juggernaut last message repeated 7 times Jul 2 10:56:23 Juggernaut kernel: scsi_verify_blk_ioctl: 32 callbacks suppressed Jul 2 10:56:23 Juggernaut kernel: hdparm: sending ioctl 2285 to a partition! Jul 2 10:56:30 Juggernaut last message repeated 5 times Jul 2 10:56:30 Juggernaut kernel: smartctl: sending ioctl 2285 to a partition! Jul 2 10:56:30 Juggernaut last message repeated 7 times Jul 2 10:57:01 Juggernaut kernel: scsi_verify_blk_ioctl: 32 callbacks suppressed Jul 2 10:57:01 Juggernaut kernel: hdparm: sending ioctl 2285 to a partition!
  13. Ahh, perfect. Thanks for the tip. Great work, By the way. As always!
  14. Would it be possible to get this to register with iTunes Match? That's currently the only way I get content to my mobile devices so it would be a godsend if I could upload music from unRAID and not need to have iTunes do that piece.
  15. It looks like this binds to the incorrect IP address when running Hamachi (VPN). Is there a way to set which interface to use?
  16. Each iTunes and Web Server plugin has its own forum post. For your convenience, essentially it should be as simple as: • Removing similar packages from unMenu/other. Eg, PHP package / other Daapd package. • Install the SimpleFeatures packages. • Choose the data directory you wish to store your music database/web data from the gui. For iTunes Server, Select a folder with music in it. • Turn on the service from the gui. scratch that, I figured it out (I need both!!!) Thanks for the help.
  17. Each iTunes and Web Server plugin has its own forum post. For your convenience, essentially it should be as simple as: • Removing similar packages from unMenu/other. Eg, PHP package / other Daapd package. • Install the SimpleFeatures packages. • Choose the data directory you wish to store your music database/web data from the gui. For iTunes Server, Select a folder with music in it. • Turn on the service from the gui. That's what I expected but I'm not seeing the GUI for either of them... is it best to install the plg or the tgz?
  18. Is there any documentation on how to setup the iTunes/Web Servers?
  19. Also, it might be helpful to have an unread area for the notifications (similar to how the archived section works). I notice if you leave a page when one appears, it will go away so it would be nice to be able to see all unread (those not manually dismissed) notifications.
  20. Notifications still don't seem to be working right for me... I've tried in Safari and Chrome (Mac) and no luck. The files are created but the WebGUI doesn't present them, any idea why?
  21. I had the same thing, I think it is from using installpkg without a reboot.
  22. Sorry, I may have inserted myself into replies meant for joeman -- These look to be troubleshooting for the stats issue.
  23. Go File: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & ####### wait for cache drive to be online, retry upto 7 times for i in 0 1 2 3 4 5 6 7 do if [ ! -d /mnt/cache ] then sleep 10 fi done ######Reinstall packages cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c ######Start unMenu /boot/unmenu/uu ####Prep mkdir /var/log/mystuff mkdir /var/log/lastlog ######LogRotate cp /boot/custom/other/mystuff.rotate /etc/logrotate.d/mystuff chmod 644 /etc/logrotate.d/mystuff ######SSH /boot/custom/ssh/ssh_prep.sh ######DS_Store Cleanup cp /boot/custom/other/ds_cleanup.sh /etc/cron.daily/ ######Move Music cp /boot/custom/other/ExecuteSendMusic.sh /etc/cron.hourly/ ######Copy All Media cp /boot/custom/other/ExecuteDataTransfer.sh /etc/cron.daily/ unraid_notify start /usr/local/sbin/cache_dirs -w -B -m 1 -M 10 -d 9999 -i Movies -i TV While I have unMenu installed and I have it set to reinstall unmenu packages, I don't currently have any setup. Extra folder has all current SF packages plus: alsa-lib-1.0.23-i486-1.txz bwm-ng-0.6-i486-2bj.tgz ntfs-3g-2010.3.6.i486-1.tgz screen-4.0.3-i486-1.tgz (most of these were simply pulled from unMenu packages) Other Packages: APC UPS (currently disabled) CouchPotato Plex SABnzbd SickBeard