Woodpusherghd

Members
  • Posts

    236
  • Joined

  • Last visited

Posts posted by Woodpusherghd

  1. When I try to configure the Newznab plugin I get  a"no input file specified" message. I have my server root set to /mnt/cache/.Apps/newznab in the Newznab setup and /mnt/cache/.Apps/newznab/www in the web server setup.  Any suggestions?  I did modify my lighttpd.cfg and ran permissions on everything as discussed, but still no dice.

     

    SOLVED!

     

    Apparently some Unmenu packages I installed when still using 4.7 were causing some problems. After deleting them, I was albe to configure Newznab. FYI, the packages I removed were lighttpd, PHP and BubbaRaid.

  2. When I try to configure the Newznab plugin I get  a"no input file specified" message. I have my server root set to /mnt/cache/.Apps/newznab in the Newznab setup and /mnt/cache/.Apps/newznab/www in the web server setup.  Any suggestions?  I did modify my lighttpd.cfg and ran permissions on everything as discussed, but still no dice.

  3. I just upgraded from 4.7 to 5.0 rc8.  I re-installed various apps (Sabnzbd, Couch Potato, Headphones, etc.) on my cache drive using the plugins.  Everything seems ok except that post processing of files/folders (renaming) by the apps doesn't seem to be working.  I suspect it's a permissions issue.  I did run the initial permissions script when I upgraded.  The apps are running as "nobody."  Any suggestions?

  4. I have Sabnzbd, Couch Potato, Sickbeard , Headphones and Ps3ms on a 80 gig cache drive which set me back about $20 (at Microcenter.)  They use a little over 2 gigs of space. I'm primarily using the cache for these programs, (not to increase transfer speed to the array) so if disk speed is important to you, you may want to spend a little more for a faster drive.

  5. Woodpusherghd, I had the same issue just didn't get time to post up with the messages.  Here's what mine says when I shutdown and start up.

     

    When I press the start button the message at the bottom is as follows

     

    cd /mnt/disk/apps/ps3ms

    +++ cd /mnt/disk/apps/ps3ms

    echo "PMS.sh &" | at now + 1 minute

    +++ echo 'PMS.sh &'

    +++ at now + 1 minute

    warning: commands will be executed using /bin/sh

    job 1 at Tue May 22 22:10:00 2012

     

     

    I get the same message. 

  6. Re creating a start/stop script for PMS - I followed prostuff1's suggestion and looked at the other unMenu packages on how they were setup.

    I ended up using the Airvideo start/stop scripts as an example and have created similar ones for PMS.

     

    I'm running ps3ms off my cache drive. I've installed the scripts and while the stop script does shut down ps3ms, I can't seem to get the start script to work. I've attached the start script as a text file.  Any suggestions? I'm running 4.7.

     

    BTW, I get the following error message after attempting to start ps3ms

     

    "May 22 07:04:00 Tower kernel: atd[29301]: segfault at 0 ip (null) sp bfe1b238 error 14 in atd[8048000+4000]"

    43-unmenu_user_script_start_ps3ms.txt

  7. I do not know what all ps3media server installs that might be causing this.  I wont have time until this weekend most likely to look at anything related to that application (as it is not mine or a package I have created).

     

    As an update, I re-enabled ps3 media server installation in my go file and after a reboot, ps3 media server and SABnzbd (and other updated python apps, i. e. Sickbeard and Couch Potato) are now working fine.  So anyone using ps3 media server, disable it before installing the latest SABnzd 6.15 through unmenu if you're having an installation problem as described in my prior post.

  8. I do not believe any of those packages would cause this problem.

     

    My suggestion is to reboot the machine and try installing again.  I know of now issue with the current packages I have available in unMenu (or the newest ones release via the respective threads).

     

    You were right, it was something else.  I had manually installed ps3media server and on the chance it was the culprit, I disabled it in my go file and upon a reboot, everything installed.  My go file is below (with the ps3media stuff  remarked  out, also snap.)  Do you see the problem as I eventually would like to re-install ps3media server.  Thanks

     

    #!/bin/bash
    # Start the Management Utility
    /usr/local/sbin/emhttp &
    sed  -i  "s/guest_enable=YES/guest_enable=NO/"  /etc/vsftpd.conf
    cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c 
    /boot/unmenu/uu
    #PS3 Media Server
    #mkdir /var/custom
    #mkdir /var/custom/ps3ms
    #cp -r /boot/custom/usr/share/packages/* /var/custom/ps3mscd /var/custom/ps3ms/mencoder
    #installpkg *.tgz
    #installpkg *.txz
    #cd /var/custom/ps3ms/pms
    #rm debug.log
    #ln -s /dev/null debug.log
    #cd /var/custom/ps3ms/pms
    #./PMS.sh
    #/boot/config/snap/snap.sh -b
    

  9. The packages you listed as having installed do not and will not show the errors you are reporting.  Something else you are doing is causing that to happen.

     

    Are there any other packages listed in the unMenu Package Manager that are listed as installed?

     

    According to Unmenu the following are installed:

     

    apcupsd

    bwm-ng - Bandwidth Monitor NG

    cxxlibs-6.0.9-i486.tgz

    dmidecode

    hdparm

    unMENU Image Server

    Jre - Java 2 Platform Standard Edition Runtime Environment

    lighttpd

    lsof

    mail and ssmtp

    unRAID Status Alert sent hourly by e-mail

    mc (Midnight Commander file manager - version 2010-02-06 )

    Monthly Parity Check

    ntfs-3g - NTFS read/write filesystem driver

    openssh

    pci utils (pci utilities)

    perl (Practical Extraction and Report Language)

    PHP

    Clean Powerdown

    python (object-oriented interpreted programming language)

    python-cheetah (python template engine)

    reiserfsprogs version 3.6.21

    rsync (remote file sync)

    screen (screen manager with VT100/ANSI terminal emulation)

    SMART tools (smartctl hard drive monitoring utilities)

    SQLite (simple, self contained database engine)

    unRAID-Web

    unrar

    infozip

     

     

     

  10. Oh that must be the problem so. I have all the dependencies from when I first installed SAB about 2 months ago re-installing on reboot.

    Other packages im using : transmission, sick beard (both these not installed on reboot but all dependencies are), snap, nts-g3 and screen.

     

    current:

    glibc-2.13-i486-4.txz

    pyload-src-v0.4.8.zip

     

     

    Hopefully that should be me sorted, will report back tomorrow. thanks alot :)

     

    I'm having the same problem, identical error report using unraid 4.7.  I had previous version of SABnzd installed and working fine but neeed to update due to Newzbin move.  See below.  I had Air Video, Sickbeard and Couch Potato installed and I'm at a loss as to what and how to update.

     

    INSTALLED_SABNZBD_VERSION :: 
    xargs: xargs.c:445: main: Assertion `bc_ctl.arg_max <= (131072-2048)' failed.
    LATEST_DOWNLOADED_VERSION :: 
    xargs: xargs.c:445: main: Assertion `bc_ctl.arg_max <= (131072-2048)' failed.
    LATEST_DOWNLOADED_FILE :: 
    tar: : Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    xargs: xargs.c:445: main: Assertion `bc_ctl.arg_max <= (131072-2048)' failed.
    EXTRACTED_DIRECTORY :: 
    Installed SABnzbd to /mnt/cache/.sabnzbd
    SABnzb sabnzbd.ini file already exists
    Created unraid.d directory
    Created init script, /etc/rc.d/unraid.d/rc.unraid_sabnzbd
    Created unmenu start script, /boot/unmenu/42-unmenu_user_script_start_sabnzbd
    Created unmenu stop script, /boot/unmenu/42-unmenu_user_script_stop_sabnzbd
    SABnzbd started as root.
    Please go Here to setup SABnzbd the rest of the way
    

  11. I'm having trouble playing HD files recorded in SageTV in TS format using a Hauppauge HDPVR.  Some files will play, but most need to be remuxed. I can remux files using tsMuxer and they play fine, but I'm unable to remux them on the fly using PS3 Media server.  When I go into the Transcode folder and attempt to remux I get the data unsupported error.

     

    I'm using the latest linux PS3ms build (1.5) and latest Mencoder.

     

    Any thoughts?  I've attached my pms.conf file if that helps.     

    PMS.conf

  12. After replacing my unraid motherboard/cpu (ouch!) I'm unable to copy files to the server either through SAMBA or FTP.  I get the following error message:

     

    May 10 06:40:45 Tower kernel: REISERFS error (device md2): vs-5150 search_by_key: invalid format found in block 32770. Fsck?

    May 10 06:40:45 Tower kernel: REISERFS error (device md2): zam-7001 reiserfs_find_entry: io error

     

    After the upgrade, I re-assigned the disks in their proper slots, all data and shares are present and I did a full parity check with no errors.  Any suggestions? This is Unraid v 4.7.

  13. I installed the APCUPSD package on my Unraid 4.6 and it seems to be up and running.  However, I can't seem to get the email notification working. I have my Unraid server and windows pc both attached to my ups with my windows pc connected to it via usb and my Unraid server connecting as a slave through the network.  I can view the UPS status on my Unraid server so I know APCUSPD is running.  When I disconnect the USB cable, both machines show "offline" status, however no email is sent from my Unraid server.

     

    I have installed the mail and ssmtp package and can receive email notifications regarding the array status.  Also, following the APCUSPD thread, I have created a .foward file and installed mail and nc as per Joe L's instructions. 

     

    Any suggestions?

    I have no idea if the unRAID server will send mail if it is the slave unit.   Never tried that.

     

    Thanks for the quick reply.  Got rid of the redundant scripts and connected Unraid server directly to the UPS.  Email notifications now are sent.

  14. I installed the APCUPSD package on my Unraid 4.6 and it seems to be up and running.  However, I can't seem to get the email notification working. I have my Unraid server and windows pc both attached to my ups with my windows pc connected to it via usb and my Unraid server connecting as a slave through the network.  I can view the UPS status on my Unraid server so I know APCUSPD is running.  When I disconnect the USB cable, both machines show "offline" status, however no email is sent from my Unraid server.

     

    I have installed the mail and ssmtp package and can receive email notifications regarding the array status.  Also, following the APCUSPD thread, I have created a .foward file and installed mail and nc as per Joe L's instructions.  

     

    Any suggestions?

  15. As the old saying goes, "No good deed goes unpunished." After running Unraid plus successfully for many months, but not connected to my UPS, I decided to install APCuspd and connect my server to the UPS.  After cleanly powering the array down and then restarting, I noticed that I was having trouble with Unmenu.  I could open the first level page (Main) but not lower level pages.  I telneted into the server with the intention of re-installing Unmenu but got an "Input Output error 5" when trying to access the directory.  I then tried to access the flash drive from my windows pc and while I can see it as a network drive, it's contents are empty.

     

    OK, I powered down the array and inserted the flash drive into my windows PC.  It was readable, all the files seemed there so I did a file check.  It did discover a corrupt file (s?) saving  the "chunks."  Before restarting the array, I decided to update from 4.6 to 4.7 by copying the new bzimage and bzroot files.  The array started and initially I could use all levels of Unmenu and access the flash drive.  After some time though, the same problems arose.  I'm letting the array do a parity check before shutting down once again.  I'm thinking of starting from scratch by reformatting the flash and then retarting the array.  I've printed out the disk assignments so I can trust parity once the array is on line.

     

    Other than the above problems, the array seems fine, all my shares are accessible and I can telnet in an log into the main web page.  In any event, my array is now protected by my UPS.

     

    I wonder if anyone else has any suggestions or am I missing something?