mattyx

Members
  • Posts

    102
  • Joined

  • Last visited

Everything posted by mattyx

  1. That did it! Many thanks, lionelhuntz! I'm glad this was a fairly simple thing to fix. I'm using the plugins for Sab, Sickbeard, etc, so I'll do some research on how to get those to delay startup on a reboot. Cheers!
  2. I had to reboot after my unraid box (5.0b13) got stuck with 100% CPU utilization the other day, which kicked off a Parity check. Upon completion, I noticed that all of my user shares are gone, except the one that was re-created with SABnzbd started up (/mnt/user/Custom). All of the data still seems to be intact on disk1...disk6, but the user shares are missing. Is there an (easy) way to point the existing directories on the various disks back to the user shares? Can I just re-create them and copy from the various disks, or will that duplicate the data? Many thanks!
  3. I figured it out. I found this thread (http://forums.plexapp.com/index.php/topic/32053-unraid-error-reading-from-plugin-were-killing-it/), which details issues like this when you un-tar the file on the mac before moving it to unraid. I un-tared it on unraid and now it seems to be working. Protip: Untar the file on the unRAID. Cheers.
  4. Hmm, I added that to my plex.sh, and am seeing no change. Here are the contents of my start.sh: #!/bin/sh #SCRIPTPATH=$(dirname $(python -c 'import sys,os;print os.path.realpath(sys.argv[1])' $0)) SCRIPT=$(readlink -f $0) SCRIPTPATH=`dirname ${SCRIPT}` export LD_LIBRARY_PATH="${SCRIPTPATH}" export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=6 export LC_ALL="en_US.UTF-8" export LANG="en_US.UTF-8" ulimit -s 3000 ./Plex\ Media\ Server And plex.sh: #!/bin/sh # We load our configuration file here source /boot/custom/plex/user.conf # Now we export the variables required for Plex Media Server to run export LD_LIBRARY_PATH="${PLEX_INSTALLED_DIR}" export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" export TMPDIR="${TMPDIR}" export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=6 # Set the maximum stack size. DO NOT CHANGE THIS ulimit -s 3000 # Start Plex Media Server or check for version if [ "$1" = "--version" ]; then $PLEX_INSTALLED_DIR/Plex\ Media\ Server --version else $PLEX_INSTALLED_DIR/Plex\ Media\ Server fi export LC_ALL="en_US.UTF-8" export LANG="en_US.UTF-8" Still no idea why my plugins are upset. Will dig around more, but would appreciate any help, as I am basically guessing.
  5. I've just installed the light version with v0.9.5.1-56298e9 of PMS, and it loads just fine. The problem I am having is that when I reach the main Plex page, and attempt to add media, I am unable to; it never accepts my click of the media location. I have also noticed that no agents appear in the preferences, or in the media add pane. I have re-installed, and deleted frameworks and system.bundle, but the issue remains. In my logs, I see: Nov 14, 2011 22:20:15 [0xb0b9db70] WARN - The plug-in /mnt/user/Custom/plex/Plex Media Server/Plug-ins/Services.bundle is not runnable. Nov 14, 2011 22:20:15 [0xb0b9db70] DEBUG - Starting plug-in /mnt/user/Custom/plex/Plex Media Server/Plug-ins/LocalMedia.bundle. Nov 14, 2011 22:20:15 [0xb0b9db70] DEBUG - [com.plexapp.agents.localmedia] Agent not known by system, so we're starting for sure. Nov 14, 2011 22:20:15 [0xb0b9db70] DEBUG - Starting file watcher for com.plexapp.agents.localmedia Nov 14, 2011 22:20:15 [0xb0b9db70] DEBUG - Spawned plug-in com.plexapp.agents.localmedia with PID 20067 Nov 14, 2011 22:20:15 [0xb0b9db70] DEBUG - [com.plexapp.agents.localmedia] Sent command: GET /:/prefixes Nov 14, 2011 22:20:15 [0xb1755b70] DEBUG - HTTP request to: http://www.plexapp.com/plex/blacklisted/e451332 Nov 14, 2011 22:20:15 [0xb0e8bb70] ERROR - Error reading from plug-in [com.plexapp.agents.cine21], we're killing it (got: ''). Nov 14, 2011 22:20:15 [0xb0e8bb70] DEBUG - Stopping [com.plexapp.agents.cine21]. Nov 14, 2011 22:20:15 [0xb0e8bb70] DEBUG - [com.plexapp.agents.cine21] Killing. Nov 14, 2011 22:20:15 [0xb0e8bb70] ERROR - Error received reading configuration for com.plexapp.agents.cine21 Nov 14, 2011 22:20:15 [0xb0e8bb70] DEBUG - Stopping [com.plexapp.agents.cine21]. Nov 14, 2011 22:20:15 [0xb0e8bb70] DEBUG - Updating the list of agents known by the system. Nov 14, 2011 22:20:15 [0xb0e8bb70] DEBUG - Starting file watcher for com.plexapp.system Nov 14, 2011 22:20:15 [0xb1179b70] ERROR - Error reading from plug-in [com.plexapp.agents.lastfm], we're killing it (got: ''). Nov 14, 2011 22:20:15 [0xb1179b70] DEBUG - Stopping [com.plexapp.agents.lastfm]. Nov 14, 2011 22:20:15 [0xb1179b70] DEBUG - [com.plexapp.agents.lastfm] Killing. Nov 14, 2011 22:20:15 [0xb1179b70] ERROR - Error received reading configuration for com.plexapp.agents.lastfm Nov 14, 2011 22:20:15 [0xb1179b70] DEBUG - Stopping [com.plexapp.agents.lastfm]. Nov 14, 2011 22:20:15 [0xb1179b70] DEBUG - Updating the list of agents known by the system. Nov 14, 2011 22:20:15 [0xb0e8bb70] DEBUG - Spawned plug-in com.plexapp.system with PID 20068 Nov 14, 2011 22:20:15 [0xb0e8bb70] DEBUG - [com.plexapp.system] Sent command: GET /:/prefixes Nov 14, 2011 22:20:15 [0xb0b9db70] ERROR - Error reading from plug-in [com.plexapp.agents.localmedia], we're killing it (got: ''). Nov 14, 2011 22:20:15 [0xb0b9db70] DEBUG - Stopping [com.plexapp.agents.localmedia]. Nov 14, 2011 22:20:15 [0xb0b9db70] DEBUG - [com.plexapp.agents.localmedia] Killing. Any ideas? I am seeing a lot of people with this problem, but they are all on windows, so the fixes aren't making sense to me. Thanks so much in advance!
  6. I am using the plugins (installed with installplg) and not the Unmenu items. I'll move over to that thread. Thanks!
  7. I am having a heck of a time getting downloads from SABnzbd/Sickbeard working with the correct permissions. I am using the plugins, as root (the only way I can get them to launch), and am finding the downloads are coming in as root:root with -rw--rw-----, which wont allow XBMC or VLC to play them. I am having to edit them manually, which is wearing me out. I have done the change to 777 in SABnzbd folders area, and tried a bunch of other things (reinstalling plugins after repairing permissions, etc), but am having no luck. Has anyone found a solution to this? I'd be happy to launch the plugins as nobody, but they only start as root; maybe thats the problem I should try to fix? Help..? (And thanks in advance). Edit: Random thought - Should I do a chown nobody, chgrp users on /boot? Would that cause issues?