February 4, 200917 yr I highly suggest using this boot architecture. It is the way that most people are moving towards in the future and it should allow the more knowledgeable crowd to help diagnose a problem. There are a few post (this one, see the second post, and this one) that can help you find various scripts to add to unRaid. Let us know if you have any more questions.
February 4, 200917 yr Author @leonowski: You have to get the REAL filesize in bytes. Here are the file sizes of bzroot in various versions of unRAID: $UR[25858407] = "3.0"; $UR[29615700] = "4.2.4"; $UR[29164677] = "4.3.2"; $UR[29165010] = "4.3.3"; $UR[29195375] = "4.4-beta1"; $UR[29233595] = "4.4-beta2"; $UR[37862067] = "4.4"; $UR[38969751] = "4.4.2";
February 4, 200917 yr Author @Zithras Does apcupsd start OK manually? I just tested it here, and I get the proper e-mail: This message is from unRAID TowerDev ----------------------------------------------------------------- Server Name: TowerDev Date: Wed Feb 4 13:43:02 GMT+5 2009 Subject: TowerDev Shutdown initiated by APCUPSD !!! TowerDev Shutdown initiated by APCUPSD !!! APC : 001,050,1232 DATE : Wed Feb 04 13:43:02 GMT+5 2009 HOSTNAME : TowerDev RELEASE : 3.14.4 VERSION : 3.14.4 (18 May 2008) slackware UPSNAME : UPS_IDEN CABLE : Custom Cable Smart MODEL : BACK-UPS PRO 280 UPSMODE : Stand Alone STARTTIME: Wed Feb 04 13:23:47 GMT+5 2009 STATUS : SHUTTING DOWN LINEV : 000.0 Volts LOADPCT : 56.5 Percent Load Capacity BCHARGE : 088.0 Percent TIMELEFT : 8.0 Minutes MBATTCHG : 10 Percent MINTIMEL : 5 Minutes MAXTIME : 60 Seconds MAXLINEV : 000.0 Volts MINLINEV : 000.0 Volts OUTPUTV : 111.6 Volts SENSE : High DWAKE : 000 Seconds DSHUTD : 020 Seconds DLOWBATT : 02 Minutes LOTRANS : 106.0 Volts HITRANS : 127.0 Volts RETPCT : 000.0 Percent ALARMDEL : No alarm BATTV : 11.7 Volts LINEFREQ : 60.0 Hz LASTXFER : Line voltage notch or spike NUMXFERS : 1 XONBATT : Wed Feb 04 13:41:54 GMT+5 2009 TONBATT : 70 seconds CUMONBATT: 70 seconds XOFFBATT : N/A SELFTEST : NO STESTI : 336 STATFLAG : 0x07160210 Status Flag REG1 : 0x00 Register 1 REG2 : 0x00 Register 2 REG3 : 0x00 Register 3 MANDATE : 04/28/99 SERIALNO : PB9918132858 BATTDATE : 04/28/99 NOMOUTV : 115 Volts NOMBATTV : 12.0 Volts FIRMWARE : 10.3.D APCMODEL : EWD END APC : Wed Feb 04 13:43:04 GMT+5 2009 Perhaps it is a bug with the SSL/socat. I have a regular SMPT server w/o encrypted logins, so I am not using SSL/socat.
February 4, 200917 yr apcuspd starts okay manually - It just isn't autostarting (can modify the rc.bubba script to start it at boot since the autostart checkbox isn't working?) The email issue might well be a problem with SSL/socat (although unRAID notify seems to like it just fine using gmail) - unfortunately, when I try and use my personal email address (smtp server is smtp.central.cox.net) I get the following error when sending a test email: Sending unraid_notify test e-mail... > < 220 eastrmimpo01.cox.net bizsmtp ESMTP server ready > HELO Tower < 250 eastrmimpo01.cox.net hello [68.12.224.20], pleased to meet you > AUTH LOGIN < 500 5.5.1 command unrecognized 500 5.5.1 command unrecognized 500 5.5.1 command unrecognized Done! leading me to believe that my ISP's mail server isn't happy with unRAID notify. If I can't use gmail, and I can't use cox, is there a free email provider I can sign up for that doesn't use SSL which I can route emails through? Thanks, Zithras
February 4, 200917 yr Author E-mail from apcupsd use the CONFIG file from unraid_notify to determine who to send the e-mal to, but uses a different script than unraid_notify to actually send the e-mail (unraid-notify can't easily send other types of e-mail) that is hanging on the secure logins.
February 4, 200917 yr Ah - gotcha - I'll try signing up for a yahoo mail account - that one seems to allow non-SSL smtp through it. Any others that you know will work? Any ideas on the autostart? Zithras
February 4, 200917 yr Author It *is* likely autostarting, but erroring out for some reason. apcupsd is rather finiky, and quits if it finds anything it doesn't like. It may be some other part of the system startup has not yet completed when it is first being launched. I'll see about adding a short delay before apcupsd is started.
February 4, 200917 yr Ah - well, restarting apcuspd manually isn't that big a problem. Unfortunately, my ISP's smtp server seems to be screwed up (as per earlier post) and they block port 25 (damnit!) so I can't use yahoo. Do you know of ANY free mail server that uses a non-ssl connection on ANY port other than 25? Desperately trying to get apcuspd mail working, Zithras Figured out why notify hates my smtp server - apparently cox.net's smtp server uses a GreetPause command to stop spam, and unRAID notify doesn't know how to handle this - are there any workarounds? Information on Greetpause: http://www.samag.com/documents/s=10080/sam0606a/0606a.htm This seems like a pain to try and program in - how hard would it be for me to modify BubbaRAID to use SSL instead? Edit: trying AOL's smtp server - it's free and uses port 587 Edit 2: nope - AOL's server is hanging too Sending unraid_notify test e-mail... > < 220 cia-da06.mx.aol.com ESMTP mail_cia-da06.8; Wed, 04 Feb 2009 17:27:57 -0500 > HELO Tower Still trying to find a free smtp server that I can use with this script - please could you put SSL support (preferred) or Greetpause support into the next build? I was unable to find a free email provider that uses a non-SSL smtp server on a port other than 25 (and can't use cox.net because of their mail server config), so it looks like the apcuspd emails won't work for me until SSL is enabled.
February 5, 200917 yr @leonowski: You have to get the REAL filesize in bytes. Here are the file sizes of bzroot in various versions of unRAID: $UR[25858407] = "3.0"; $UR[29615700] = "4.2.4"; $UR[29164677] = "4.3.2"; $UR[29165010] = "4.3.3"; $UR[29195375] = "4.4-beta1"; $UR[29233595] = "4.4-beta2"; $UR[37862067] = "4.4"; $UR[38969751] = "4.4.2"; Hi Bubbaq - thank you for the clarification. My bzroot size is 37862067 My bzimage size is 1784464 So, according to your list, I have 4.4. This is strange because the Unraid web page (now moved to port 88 by bubbaraid) shows 4.4.2. Any ideas on what is happening here? I'll download 4.4.2 again and see if the image sizes are different. Thanks. Update: I downloaded 4.4.2 again and placed it on the flash drive. Upgrading bubbaraid now works. Thanks again!
February 5, 200917 yr so you had a strange mix interesting Yeah. Totally weird. I never installed 4.4. I was on 4.3.3 before I upgraded to 4.4.2.
February 6, 200917 yr Something like Amazon S3 support would be nice. I have been wanting to try Amazon S3 backup out and i figured what better way then to see if it would run on my unRaid box. I'm not sure if it is feasible but if you could add some app to BubbaRaid to make this a little easier that would be great. I found this one which does have a browser front end here. If this is something that could be added to BubbaRaid that would be great.
February 7, 200917 yr Author Version 0.01.01-Beta of BubbaRaid is now available. To upgrade, use the "Check for upgrade" link in BubbaRaid. Note, this is a "big" upgrade (100MB) as it has kernel and initramfs changes.... hopefully we can use the minimal portal-only changes for a while after this upgrade. In this version: ================= - Added socat for secure login support for e-mail notify scripts - Added an auto fsck on the portal at boot time - Fixed bug in the autostart checkboxes on individual edit pages - Latest version of smarthistory - Upgraded wtorrent to r93 - Preliminary sound support is included Run /boot/bubba/sound/start to load sound modules
February 7, 200917 yr bubbaraid is awesome, but I must be missing something that's super simple. I just downloaded and installed 0.00.18-Beta version nad every time I click on the 'check for upgrades' I get the following: You have BubbaRaid version:0.0.18-Beta You have unRAID version: Upgrade availability:: What am I missing? Thanks
February 7, 200917 yr NO GO here bubba! After seemingly-successfully installing the update, nothing works: shares or web interface! On my console (luckily I can access it using a KVM), I read just above the login: mount: special device /dev/disk/by-label/UNRAID does not exist chmod: cannot access '/etc/random-seed': no such file or directory stty: /dev/console: no such file or directory now what? EDIT: seems that real unRAID didn't "merge" at all, as if I try to login to my console (locally always), root doesn't have a password, but *I HAVE* defined one.
February 7, 200917 yr @bubbaQ I do have unRAID 4.4.2 installed Main | Users | Shares | Settings | Devices version: 4.4.2 Other than copying this from the browser window, is there a way to confirm this via telnetting into the server? Thanks
February 7, 200917 yr Author @jinjorge: That is not the version of unRAID, that is the version of emhttp. Post the exact filesize of /boot/bzroot and /boot/bzimage. Also, try the upgrade link again.... I just changed that code to give more info.
February 7, 200917 yr @bubbaQ very much appreciate the help -rwxrwxrwx 1 root root 1784464 Jan 6 16:24 bzimage* -rwxrwxrwx 1 root root 38969751 Jan 6 16:24 bzroot* clicking on the upgrade link is not giving me any more info than I had posted before. Thanks edit: root@storage:/boot# more /boot/readme.txt unRAID Server 4.4.2 Release Notes =================================
February 8, 200917 yr @bubbaQ no dice with the cleared cache and browser restart. not getting any more info when clicking on the "check upgrade' link You have BubbaRaid version:0.0.18-Beta You have unRAID version: Upgrade availability:: even tried different browsers with no luck Thanks
February 8, 200917 yr bubba am I in you ignore list? mine doesn't even get to the web interface or share (even sent you email for this) and if I am to start over from a clean unRAID install, WHICH files do I need to keep to have my old bubba install intact?
Archived
This topic is now archived and is closed to further replies.