unMENU 1.5 ... now available for download.


Recommended Posts

Nope... they have spaces in them... thats it.  This is one:

 

Dec 31 12:08:06 Tower shfs: duplicate object: /mnt/disk8/Movies/TV Shows/Two and a Half Men/season04.tbn

 

Hmm... Looking closer at the syslog, I think the spaces are the problems, these were further down:

 

Dec 31 12:22:35 Tower unmenu[5041]: ls: cannot access /mnt/*/*Movies/TV: No such file or directory

Dec 31 12:22:35 Tower unmenu[5041]: ls: cannot access Shows/Two: No such file or directory

Dec 31 12:22:35 Tower unmenu[5041]: ls: cannot access and: No such file or directory

Dec 31 12:22:35 Tower unmenu[5041]: ls: cannot access a: No such file or directory

Dec 31 12:22:35 Tower unmenu[5041]: ls: cannot access Half: No such file or directory

Dec 31 12:22:35 Tower unmenu[5041]: ls: cannot access Men/season04.tbn*: No such file or directory

Link to comment
  • Replies 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

I have been getting this message lately when trying to run SMARTHISTORY from unMenu:

 

Sorry: cannot run smarthistory.

The "php" interperter is not installed.

 

I think it started since updating myMain - but not sure.

 

edit: restarted server - OK now - but getting the following lines in syslog:

 

Jan  4 00:20:26 Tower unmenu[5247]: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/gd.so' - libt1.so.5: cannot open shared object file: No such file or directory in Unknown on line 0 (Minor Issues)
Jan  4 00:20:26 Tower unmenu[5247]: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/mhash.so' - libmhash.so.2: cannot open shared object file: No such file or directory in Unknown on line 0 (Minor Issues)
Jan  4 00:20:26 Tower unmenu[5247]: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/mysql.so' - libmysqlclient.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 (Minor Issues)
Jan  4 00:20:26 Tower unmenu[5247]: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/mysqli.so' - libmysqlclient.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 (Minor Issues)
Jan  4 00:20:26 Tower unmenu[5247]: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/pdo_mysql.so' - libmysqlclient.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 (Minor Issues)
Jan  4 00:20:26 Tower unmenu[5247]: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/pspell.so' - libaspell.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 (Minor Issues)
Jan  4 00:20:26 Tower unmenu[5247]: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/snmp.so' - libnetsnmp.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 (Minor Issues)
Jan  4 00:20:26 Tower unmenu[5247]: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/xsl.so' - libexslt.so.0: cannot open shared object file: No such file or directory in Unknown on line 0 (Minor Issues)

 

Link to comment

I have been getting this message lately when trying to run SMARTHISTORY from unMenu:

 

Sorry: cannot run smarthistory.

The "php" interperter is not installed.

 

I think it started since updating myMain - but not sure.

 

edit: restarted server - OK now - but getting the following lines in syslog:

 

Jan  4 00:20:26 Tower unmenu[5247]: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/gd.so' - libt1.so.5: cannot open shared object file: No such file or directory in Unknown on line 0 (Minor Issues)
Jan  4 00:20:26 Tower unmenu[5247]: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/mhash.so' - libmhash.so.2: cannot open shared object file: No such file or directory in Unknown on line 0 (Minor Issues)
Jan  4 00:20:26 Tower unmenu[5247]: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/mysql.so' - libmysqlclient.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 (Minor Issues)
Jan  4 00:20:26 Tower unmenu[5247]: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/mysqli.so' - libmysqlclient.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 (Minor Issues)
Jan  4 00:20:26 Tower unmenu[5247]: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/pdo_mysql.so' - libmysqlclient.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 (Minor Issues)
Jan  4 00:20:26 Tower unmenu[5247]: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/pspell.so' - libaspell.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 (Minor Issues)
Jan  4 00:20:26 Tower unmenu[5247]: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/snmp.so' - libnetsnmp.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 (Minor Issues)
Jan  4 00:20:26 Tower unmenu[5247]: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/xsl.so' - libexslt.so.0: cannot open shared object file: No such file or directory in Unknown on line 0 (Minor Issues)

 

Looks to me like you do not have php installed.
Link to comment

I checked package manager and it states - installed for PHP.

 

I downlaoded and reinstalled again just to be sure and still I get these messages in syslog.

 

I do get the smart history graphs though - also got them before - just the PHP warning messages in syslog are a concern for me.

 

Link to comment

I think I found a "feature" in unMenu 1.3:

When there is a drive that is not part of the array, unMenu spins it up when you try to access the main page. ???

Which "main" page.  myMain? (the one with the graphics) or the simpler original "main" (without graphics)?

 

The code "should" be testing to determine if a drive is sleeping before attempting to get its temperature. (and not spinning it up if it is sleeping)

 

It uses "hdparm" to perform that test, and I know there was a recent fix to hdparm.

 

What version of unRAID are you running?

 

What do you get when you type

hdparm -V

 

Joe L.

Link to comment

I think I found a "feature" in unMenu 1.3:

When there is a drive that is not part of the array, unMenu spins it up when you try to access the main page. ???

Which "main" page.   myMain? (the one with the graphics) or the simpler original "main" (without graphics)?

 

The code "should" be testing to determine if a drive is sleeping before attempting to get its temperature. (and not spinning it up if it is sleeping)

 

It uses "hdparm" to perform that test, and I know there was a recent fix to hdparm.

 

What version of unRAID are you running?

 

What do you get when you type

hdparm -V

 

Joe L.

 

 

unRaid v.4.5.6

UnMenu v 1.3

hdparm v9.27

 

The spin-up occurs as soon as I access http://storage:8080, and only to the drive that is not part of the array. There is a noticeable delay accessing this page if the drive is not spinning already.

 

Link to comment

The spin-up occurs as soon as I access http://storage:8080,'>http://storage:8080, and only to the drive that is not part of the array. There is a noticeable delay accessing this page if the drive is not spinning already.

you did not tell me which "main" screen....

 

The one with the graphics (myMain)? or the standard one without?

As soon as I access http://storage:8080

 

So the one without graphics, the one that comes first.

Link to comment

Hi,

I have been using the unMenu for a while without any problems. Yesterday while browsing various pages of unMenu, I opted for the "MyMain" to be the default page (I am not quite sure how I ended up in doing so), saved and thereafter I could not reach the "http:// IPofTheUnRaid:8080" page any more. UnRaid is working otherwise fine and could reach the normal web GUI at "http:// IPofTheUnRaid". Any hints for getting the unMenu back?

Link to comment

Changing myMain to be the default page requires that unMenu restate. You need to wait about 30 seconds after hitting save to give it time to restart. If you try to get it to refresh sooner I've had problems where unmenu doesn't restart properly.

 

To fix you can run these commands from a putty / telnet session.

 

killall awk

cd /boot/unmenu

uu

 

That should restart unmenu and get you running again.

Link to comment

Just noticed that with current unMenu version, installing Midnight Commander is not possible. Following error message is shown: The requested URL /pub/slackware/slackware-current/slackware/ap/mc-20100206_git-i486-1.txz was not found on this server.

 

The download URL must not exist anymore.  Will have to find a new one and update the conf file.

Link to comment

Just noticed that with current unMenu version, installing Midnight Commander is not possible. Following error message is shown: The requested URL /pub/slackware/slackware-current/slackware/ap/mc-20100206_git-i486-1.txz was not found on this server.

 

The download URL must not exist anymore.  Will have to find a new one and update the conf file.

 

The files in "slackware-current" frequently change.

 

As far as I know, unRAID now contains the newer version of "mc," so there is no need to install the version of "mc" through unMENU.

 

There is now apparently another version in slackware-current, but it is looking for a support library we do not have in our version of unRAID.

 

Sorry.  It is why I have checksums in the packages and logic to attempt to check if the URL is valid.

Link to comment

The spin-up occurs as soon as I access http://storage:8080,'>http://storage:8080, and only to the drive that is not part of the array. There is a noticeable delay accessing this page if the drive is not spinning already.

you did not tell me which "main" screen....

 

The one with the graphics (myMain)? or the standard one without?

As soon as I access http://storage:8080

 

So the one without graphics, the one that comes first.

 

I am seeing the same thing. I have 1 disk that is not part of the array. Unmenu main (not myMain) forces it to spin up.

Link to comment

The spin-up occurs as soon as I access http://storage:8080,'>http://storage:8080, and only to the drive that is not part of the array. There is a noticeable delay accessing this page if the drive is not spinning already.

you did not tell me which "main" screen....

 

The one with the graphics (myMain)? or the standard one without?

As soon as I access http://storage:8080

 

So the one without graphics, the one that comes first.

 

I am seeing the same thing. I have 1 disk that is not part of the array. Unmenu main (not myMain) forces it to spin up.

I'll check it out and see if there is anything I can do differently.

 

Joe L.

Link to comment

Can someone help me out here...

 

I recently update umenu to 1.3(via the check for update button) but seem to be having some minor issues...

 

(1)This particular line  keep coming up as minor issue...

Jan 10 18:12:09 Tower emhttp: shcmd (16): killall -HUP smbd

 

(2)The other issue is on the "My main" in unmenu the graphics seems to not want to load fully, can't figure out why.

i will post a picture. notice syslog says something about missing jpeg could that be the issue?

 

thanks for any help...newumenu.jpg

 

Uploaded with ImageShack.us

 

 

Link to comment

Can someone help me out here...

 

I recently update umenu to 1.3(via the check for update button) but seem to be having some minor issues...

 

(1)This particular line  keep coming up as minor issue...

Jan 10 18:12:09 Tower emhttp: shcmd (16): killall -HUP smbd

That line is normal... it is emhttp setting the user shares into place.  Expect it.

 

The other issue.  Use the update/install buttons a SECOND time.  The first time loaded a newer version of unmenu_install that now knows how to deal with the image sub-directories.  The old unmenu_install did not.  The second time will download the images.

 

Joe L.

Link to comment

Thanks JoeL....

 

That did the trick...however after checking the "User_Script" tab and scrolling to bottom i notice the this line.

 

Local myMain_local.conf file exists, /tmp/unmenu_tmp/myMain_local.conf not installed.  You will need to delete the local file first before the new will be installed.

 

Would it be ok to delete the file from the Config View/Edit tab then rerun the unmenu update/install so the new file can be installed.

 

Thanks again for the help....

 

Regards

Link to comment

Thanks JoeL....

 

That did the trick...however after checking the "User_Script" tab and scrolling to bottom i notice the this line.

 

Local myMain_local.conf file exists, /tmp/unmenu_tmp/myMain_local.conf not installed.  You will need to delete the local file first before the new will be installed.

 

Would it be ok to delete the file from the Config View/Edit tab then rerun the unmenu update/install so the new file can be installed.

 

Thanks again for the help....

 

Regards

There is no way to delete the file from in unmenu.

If you've never modified the myMain_local.conf file, you can just type on the command line:

rm /boot/unmenu/myMain_local.conf

and then click on the update/install buttons once more.

Link to comment

Mission accomplish........did it thru telnet session since my server is headless.

recheck User script tab Download it then it was installed.

 

Thanks again Joe. L.....Your help as proven to be priceless once again.

 

Regards

The next time you run the update you might see the same message again about the newer file not replacing your existing one. Just ignore it.

Enjoy the new myMain.  bjp999 really outdid himself. 

 

Joe L.

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.