unRAID-Web - complete web server w/ php for unRAID


Recommended Posts

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)

 

Link to comment
  • Replies 280
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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/

 

Link to comment

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

Link to comment

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.

Link to comment

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.

Link to comment
  • 2 weeks later...

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

Link to comment

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

Link to comment
  • 4 weeks later...

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?

Link to comment

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

 

Link to comment

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

Link to comment

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.

 

screenshot_01_7.jpg

Link to comment

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.

 

screenshot_01_7.jpg

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.

Link to comment
  • 4 weeks later...

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.

Link to comment
  • 1 month later...

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.

Link to comment
  • 3 weeks later...
  • 3 weeks later...

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.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.