Woodpusherghd

Members
  • Posts

    236
  • Joined

  • Last visited

Everything posted by Woodpusherghd

  1. Thanks for the reply. Your setup is similar to what I plan to do.
  2. I have a spare licensed usb key and would like to try the latest V6 beta on my current server running V5.05. I know the usual caveats about using the betas (data loss, etc.) Am I doing anything especially crazy by booting with the V6 beta and then, after exploring, rebooting into V5.05? I am especially interested in testing Xen and replacing my plugins with apps on a Ubuntu VM. Thanks.
  3. I powered down the server, restarted, array was brought online (without the new disk of course) and now preclearing stage 2 is chugging along at 126MB/s. Strange.
  4. Smart report and sys log attached. syslog.zip smart.txt
  5. I'm in the process of pre-clearing a new 1T hard drive and step 2 of the process seems extremely slow at 957 kB/s. Step 1 flew along at 150 MB/s. The drive is attached to a pci-e sata card (with a Marvell chipset) that I replaced a pci sata card (Silicon Image chipset) with. Any suggestions? BTW this is on Unraid 5 with a quad core AMD cpu with 4 gigs ram.
  6. I'm getting the following error message: Mar 17 15:26:34 Tower kernel: REISERFS warning: reiserfs-5090 is_tree_node: node level 968 does not match to the expected one 2 Mar 17 15:26:34 Tower kernel: REISERFS error (device md5): vs-5150 search_by_key: invalid format found in block 221531332. Fsck? Anyone? Otherwise my system seems fine. I ran a short smart test on the disk and the result shows no errors.
  7. I have Newznab (latest revision) running under Dynamix. I had been having trouble updating with Influencer's plugin and couldn't update beyound Rev 3049 due to the switch to pdo. I switched from Simple Features as Dynamix uses a later version of PHP in it's web browser so I can now update to the latest revision. I created a new installation of Newznab (I didn't use Influencer's plugin for the reason you stated, it looks for the Simple Features Web Server.) After manually installing NN using svn, I copied the rewrite rules from my old copy of lighttpd.cfg to the dynamix.lighttpd.cfg file. Then I renamed my old php.ini file to dynamix.php.cfg and moved it to the /boot/config/plugins/dynamix directory overwriting the original file. In the Dynamix webserver configuration you need to set the web root to whatever your NN www directory is. Obviously the drawback to my method is you have to start from scratch with NN.
  8. Turns out my PS3Media Server installation was causing a problem resulting in crond segfaults. I replaced it with Serviio, my cron job now runs. On a side note, can you script gurus suggest some modification of my previouslly posted Mysql backup script that would delete previous backups that were say 2 days old as I would at most want to keep 2 backups. Thanks.
  9. Tried Lainie, doesn't work. I suspect one of my plugins may be the culprit, I'll try disabling one at a time and see what happens.
  10. I've been trying to automate the backup of my Mysql database by putting a script in cron.hourly (for testing, will move to daily when done.) So far, no luck, The script does run from the command line. #! /bin/bash #Mysql Backup /usr/bin/mysqldump -u root -proot newznab | gzip > /mnt/user/Backup/Mysql/newznab_`date +%Y%m%d`.sql.gz I did make it executable so permissions shouldn't be a problem. I suspect there may be a problem in connection with my upgrade to V5. Previously, under 4.7 I had, through Unmenu, monthly parity checks and emails concerning status. These stoped working after the upgrade. When upgrading, I added Simplefeatures and various plugins. Thinking that maybe Simplefeatures plugins were causing a problem, I disabled all but the web gui and webserver, still no luck running the cron job. I'm am still running other plugins (SABnzbd, Couch Potato, Headphones, Sickbeard, Newznab, Mysql, PS3 Media Server.) Any thoughts?
  11. I don't use Spotweb, but I edited my lighttpd.cfg using this method in order to use separate rewrite rules for newznab and phpMyAdmin. It works now, but when I try to send a nzb from newznab directly to SABbnzbd using SABnzbd's api, SABnzbd gets stuck at "trying to fetch nzb..." It does have the the correct url of the nzb file, (if I paste the url in the web browser it gets the file.) Any suggestions?
  12. I'm having trouble editing this file. I found only one instance of it in my etc directory. When I stop Mysql and edit the file, then restart Mysql, the file reverts to it's original settings. I've crashed the data base several times importing nzbs (100 at a time using the modified import script) and have to re-install Newznab. I'm sure these settings are the reason. BTW is there any way to recover after Newznab crashes its database? I've tried restarting Mysql, rebooting the server, but ended up re-installing and in the process losing all data. Thanks for your help. I believe you are modifying the cnf file that is stored in ram. Once restarted, it gets overwritten. See the following post on how to modify the actual or get around it by copying your custom file over the ram version of my.cnf: http://lime-technology.com/forum/index.php?topic=18417.msg167247#msg167247 Thanks, you pointed me in the right direction. . Since I installed Mysql using the plugin, I checked the plugin and it stated that if a my.cfn file was in the plugin's configuration directory in the boot directory, it would copy that file over to the etc directory. I copied an edited version of the my.cfn file to the boot directory and it is copied to ram upon installation. Newznab is happy now, let's see if it avoids crashing the database.
  13. I'm having trouble editing this file. I found only one instance of it in my etc directory. When I stop Mysql and edit the file, then restart Mysql, the file reverts to it's original settings. I've crashed the data base several times importing nzbs (100 at a time using the modified import script) and have to re-install Newznab. I'm sure these settings are the reason. BTW is there any way to recover after Newznab crashes its database? I've tried restarting Mysql, rebooting the server, but ended up re-installing and in the process losing all data. Thanks for your help.
  14. I have the following notifications on my admin page: 1 MySql my.cnf setting group_concat_max_len is too low, should be >= 8192. 2 MySql my.cnf setting max_allowed_packet is too low, should be >= 12582912. How do I go about changing the MySQL configuration?
  15. As a follow-up, I can get couch potato to connect when using my url that I set up through DynDNS, though not using localhost.
  16. I'm having trouble intergrating my newznab server with Couchpotato v2. In Couchpotato under Newznab providers, I have my server named as tower:81 and I input my api key. Couchpotato doesn't seem to connect and retrieve nzbs available on my server. Anyone get this to work with Couchpotato?
  17. Solved the problem. Nothing to do with Unriad, my configuration was incorrect. As HAL the computer said in "2001" "We've come across this before, it's always been human error."
  18. 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?
  19. 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.
  20. 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.
  21. 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
  22. 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
  23. 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
  24. Apparently I had a corrupt file system. I guess it occurred when my server suddenly died. I ran reiserfsck, ran it again with the fix-fixable switch and all is well.