June 24, 200917 yr Author go to: /lib/modules/ And in there will be a directory for your version of the kernel.... for me it is: /lib/modules/2.6.29.1-unRAID-Special Then descend into that directory to the directory: /lib/modules/2.6.29.1-unRAID-Special/kernel/drivers/hwmon/ In there are all your hardware monitoring modules.... try them. Common ones are: coretemp (for intel CPUs) k8temp (for AMD CPUs) it87 (many mobos)
June 25, 200917 yr Hmmph... I'm running v4.5-beta6 and I have the following: /lib/modules/2.6.29.1-unRAID-Special/kernel/drivers/ata/ /lib/modules/2.6.29.1-unRAID-Special/kernel/drivers/hid/ /lib/modules/2.6.29.1-unRAID-Special/kernel/drivers/ide/ /lib/modules/2.6.29.1-unRAID-Special/kernel/drivers/md/ /lib/modules/2.6.29.1-unRAID-Special/kernel/drivers/message/ /lib/modules/2.6.29.1-unRAID-Special/kernel/drivers/net/ /lib/modules/2.6.29.1-unRAID-Special/kernel/drivers/scsi/ But, I do not have: /lib/modules/2.6.29.1-unRAID-Special/kernel/drivers/hwmon/
June 25, 200917 yr Author They should be is: /lib/modules/2.6.29.1-unRAID/kernel/drivers/hwmon It looks like Tom left them out... or else there are in a different location try this: find / -name it87.ko -name -xdev and see if it locates the it87 module
June 26, 200917 yr They should be is: /lib/modules/2.6.29.1-unRAID/kernel/drivers/hwmon It looks like Tom left them out... or else there are in a different location try this: find / -name it87.ko -name -xdev and see if it locates the it87 module I don't have the hwmon folder and the find commend did not find any files.
June 26, 200917 yr They should be is: /lib/modules/2.6.29.1-unRAID/kernel/drivers/hwmon It looks like Tom left them out... or else there are in a different location try this: find / -name it87.ko -name -xdev and see if it locates the it87 module I don't have the hwmon folder and the find commend did not find any files. Neither do I. Joe L.
June 26, 200917 yr Author A while back, Tom said he was adding hwmon and some common drivers to the unRAID distro. Perhaps he meant in the 5.x flavor.
July 11, 200916 yr This looks awesome, It's pretty simple to add new extensions as well, I "made" one for SABnzbd and another for Twonky so its all on a single page. I prefer to have Bubba's new Custom UI as the main page, so I had the adapt and make an extension for the stock Unraid interface, but that's just personal preference. I have one suggestion though, any chance of dropping the frames and going for a menu driven UI? I'm not a fan of frames and was recently playing around with the FreeNAS UI, which looks great, although unRAID doesn't have nearly as many included addons as stock, the ability to extend it would be great (if thats possible, similar to how the extensions portion works in the current unRAID-Web). One question as well, how do you change the order of the Extensions in the side bar? Thanks again for the great work, the community for unRAID is outstanding, one of the reasons I'm such a fan, well that and the product is amazing. Markus
July 11, 200916 yr They should be is: /lib/modules/2.6.29.1-unRAID/kernel/drivers/hwmon It looks like Tom left them out... or else there are in a different location try this: find / -name it87.ko -name -xdev and see if it locates the it87 module There are lines in the syslog with it87, coretemp, k8temp, and other modules, in v4.5-beta6 syslogs. Perhaps these modules are compiled into the core? Or somewhere non-standard? Jul 4 12:08:19 Tower kernel: coretemp coretemp.0: Using relative temperature scale! Jul 4 12:08:19 Tower kernel: coretemp coretemp.1: Using relative temperature scale! Jul 4 12:08:19 Tower kernel: it87: Found IT8718F chip at 0x290, revision 5 Jul 4 12:08:19 Tower kernel: it87: in3 is VCC (+5V) Jul 9 17:16:47 Tower kernel: w83627ehf: Found W83627DHG chip at 0x290 May 27 22:27:43 Tower1 kernel: it87: Found IT8718F chip at 0x228, revision 5 May 27 22:27:43 Tower1 kernel: it87: in3 is VCC (+5V) May 27 22:27:43 Tower1 kernel: k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141 Jun 18 15:07:14 Tower kernel: k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141 Jun 18 15:07:14 Tower kernel: w83627ehf: Found W83627EHG chip at 0x290
August 5, 200916 yr Hey bubbaQ, I've downloaded the link in the OP and put the installpkg line in my /boot/config/go file to install it whenever unRAID starts (using a new install of 4.5-beta6). The Web interface works beautifully, however, when I go to configure the personal webserver and change the DocRoot and Port, then click "Save Configuration", unRAID-Web just dies. 500 error. I have to restart unRAID in order to get it back up and running (lighttpd just dies). Any ideas?
August 8, 200916 yr Hi Running 4.3.3 pro & get this message when trying to use the instal_web.exe option from the OP. "An error has occurred in the script on this page. Line:110 Char:4 Error: Automation server can't create object Code:0 URL: file:///C:/Users...blah blah Do you want to continue running scripts on this page Yes / NO" Clicking YES doesn't do anything. Thought I would try copy/paste option via telnet insted but I get: "-bash: wget: command not found Cannot install /tmp/unweb.tgz: package does not end in .tgz" Can anyone tell me what I'm doing wrong? Do I need to install something else before doing this? Thanks in advance
August 9, 200916 yr The installer doesn't work on 4.3.3. sorry, thought I read it worked on 4.x. my bad.
August 9, 200916 yr Author It uses wget to get the package, which (IIRC) was not added to unRAID until after 4.3
August 9, 200916 yr Is it possible to install on or will there be a Vista version? Also how about Windows 7?
August 10, 200916 yr Author Just log into unRAID, and run: wget -O /tmp/unweb.tgz http://www.tcpatools.com/bubba/unraidweb-0.1.04-i386-bubba.tgz ; installpkg /tmp/unweb.tgz
August 12, 200916 yr It uses wget to get the package, which (IIRC) was not added to unRAID until after 4.3 Hi I've now upgraded to 4.4.2. When I try to set-up the web server (enter share & port & press "save configuration") nothing seems to happen (no directory or files created on the share). I assume the "restart web server" button should become available? Thanks
August 15, 200916 yr Just log into unRAID, and run: wget -O /tmp/unweb.tgz http://www.tcpatools.com/bubba/unraidweb-0.1.04-i386-bubba.tgz ; installpkg /tmp/unweb.tgz WOW, I just got around to installing. Thought it would be complicated (like most Linux commands and installs) but all that GOODNES in just one easy step. What a job and a great interface. Just one thing. How do I log into AjaXplorer? It asks for a user name and password. I tried root but no luck. I don't have any password or Users setup. Also my User Shares don't show space used.
August 15, 200916 yr Just log into unRAID, and run: wget -O /tmp/unweb.tgz http://www.tcpatools.com/bubba/unraidweb-0.1.04-i386-bubba.tgz ; installpkg /tmp/unweb.tgz WOW, I just got around to installing. Thought it would be complicated (like most Linux commands and installs) but all that GOODNES in just one easy step. What a job and a great interface. Just one thing. How do I log into AjaXplorer? It asks for a user name and password. I tried root but no luck. I don't have any password or Users setup. Also my User Shares don't show space used. Log into AjaxExplorer ID = admin , PW = admin My display does not show space used or free either. You are in good company. Think of it as a work in progress.
August 15, 200916 yr I assume the "restart web server" button should become available? Thanks Check out the super-secret unRAID-Web control panel at http://tower:2197/ The "Restart" button is there. Joe L.
September 7, 200916 yr Hello Bubba, (& Stokes, as this will resolve your problem) there seems to be a small error that results in big consequences when trying to setup the personnal interface. According to /boot/custom/lighttpd/setup/index.html it is trying to append to the following file: /boot/config/lighttpd/lighttpd.conf.include This should actually be: /boot/custom/lighttpd/lighttpd.conf.include The results is that the file does not get created/appended because in most cases that folder does not exist and therefore the personnal web server does not work. In the meantime for the people having this problem, you can simply do the following: mkdir /boot/config/lighttpd Then follow the setup and save the configuration (http://tower:89/setup'>http://tower:89/setup). In most instances for one reason or another, when you try to restart the webserver you might get INTERNAL ERROR 500. That's ok, just do the following: mv /boot/config/lighttpd/lighttpd.conf.include /boot/custom/lighttpd/ That's it, reboot your whole server and install bubba's package again, you should be good to go by going to http://tower:[theportuconfigured] PS: BATFINK - Use Firefox, IE doesn't seem to work in saving the configuration.
November 1, 200916 yr There seems to be a problem with the bundled AjaxExplorer. I'm not sure if is fixed in later versions or not, but it doesn't handle large files gracefully. When I get a file over 4GB, I get NaN in all the fields, not just the size, but the date/time as well. Since I'm a total newbie with unRAID and am still muddling my way through how the packages work, I'm not clear on how to update AjaxExplorer by itself.
November 20, 200916 yr I am trying to get ruTorrent work. I downloaded tar, extracted it to a new directory on my array, but when I redirect unraidweb to use it, I get 'Unable to connect'... On the same time, I get "500 - Internal Server Error" when accessing unraidweb itself on port 89
December 11, 200916 yr I was setting up rtorrent/rutorrent and unRaid-Web is nicely done. Quick question: Custom Interface -> User Shares is showing a share that I had at one time, but doesn't exist in any of the /etc/samba/*.conf files. Where might I stop this from showing up? Thx
December 11, 200916 yr I was setting up rtorrent/rutorrent and unRaid-Web is nicely done. Quick question: Custom Interface -> User Shares is showing a share that I had at one time, but doesn't exist in any of the /etc/samba/*.conf files. Where might I stop this from showing up? Thx Do you still have a config/samba/?? file on your flash drive. It might be using those.
Archived
This topic is now archived and is closed to further replies.