Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

unMENU 1.6 - now available (A major upgrade in appearance)

Featured Replies

Yes. But why does power down fail as well?

 

/tmp/unmenu_tmp/powerdown-1.02_ctlaltdel-unmenu-package.conf not installed

  • Replies 744
  • Views 252.1k
  • Created
  • Last Reply

Yes. But why does power down fail as well?

 

/tmp/unmenu_tmp/powerdown-1.02_ctlaltdel-unmenu-package.conf not installed

 

It appears this file no longer exists in the unmenu repository.  When I run the update I get the same error and the downloaded file is zero bytes.

  • Author

I'll try to fix these this weekend.

 

Joe L.

I'll try to fix these this weekend.

 

Joe L.

 

Thanks Joe, your help is always appreciated.

I'm still not able to pull SMART reports even after upgrading to the latest unMENU version. MyMain SMART reports work fine. Ideas?

  • Author

I'm still not able to pull SMART reports even after upgrading to the latest unMENU version. MyMain SMART reports work  fine. Ideas?

use MyMain :-)

I'm still not able to pull SMART reports even after upgrading to the latest unMENU version. MyMain SMART reports work  fine. Ideas?

use MyMain :-)

 

The problem is that other things are broken because of it, but mostly the temperature related plugins. I can't find anything in the syslog that jumps out, though I don't really know what to look for.

 

PasteBin Syslog

 

This is the error:

 

smartctl -a -d ata /dev/sde
smartctl 5.40 2010-10-16 r3189 [i486-slackware-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

Smartctl: Device Read Identity Failed (not an ATA/ATAPI device)

A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.

I'm working on getting unmenu installed right now and trying to figure out which packages. Is there a package for fan speed control. I'll be installing PWM fans but would like to automate the cage fans based on drive temps.

Can't get the DS Store cleanup pkg to install. I keep getting this error-

ds_store_cleanup installation:
ds_store_cleanup apparently did not install properly, /var/log/ds_store_cleanup does not exist.

Am I doing something wrong?

 


 

Looks like it's missing maybe. url=none. Same for monthly_parity_check. Have they been replaced by something else?

  • Author

Can't get the DS Store cleanup pkg to install. I keep getting this error-

ds_store_cleanup installation:
ds_store_cleanup apparently did not install properly, /var/log/ds_store_cleanup does not exist.

Am I doing something wrong?

 


 

Looks like it's missing maybe. url=none. Same for monthly_parity_check. Have they been replaced by something else?

does /var/log exist?

type

ls -ld /var/log

to see if it does.

Can't get the DS Store cleanup pkg to install. I keep getting this error-

ds_store_cleanup installation:
ds_store_cleanup apparently did not install properly, /var/log/ds_store_cleanup does not exist.

Am I doing something wrong?

 


 

Looks like it's missing maybe. url=none. Same for monthly_parity_check. Have they been replaced by something else?

does /var/log exist?

type

ls -ld /var/log

to see if it does.

 

Here's the result-

Brunnhilde login: root
Linux 3.9.11p-unRAID.
root@Brunnhilde:~# ls -ld /var/log
drwxr-xr-x 9 root root 320 May 19 10:24 /var/log/
root@Brunnhilde:~# 

Go to my last post regarding ds_store_cleanup if 32 bit v5. Download and replace. Tell me if it works.

 

 

Thornwood

Go to my last post regarding ds_store_cleanup if 32 bit v5. Download and replace. Tell me if it works.

 

 

Thornwood

Can I just manually copy the files to the flash?

Yes or you can do it through the network if you set it to share.

On updates will I need to do the unmenu.conf again? Or should it stick?

 

 

Thornwood

To keep it from being updated, add another line in it (anywhere)

#AUTO_UPDATE = NO

with the #

?

  • Author

On updates will I need to do the unmenu.conf again? Or should it stick?

 

 

Thornwood

To keep it from being updated, add another line in it (anywhere)

#AUTO_UPDATE = NO

with the #

?

yes. With the "#" as the first character.

Thank you

 

 

Thornwood

On updates will I need to do the unmenu.conf again? Or should it stick?

 

 

Thornwood

To keep it from being updated, add another line in it (anywhere)

#AUTO_UPDATE = NO

with the #

?

yes. With the "#" as the first character.

I was looking at adding this also, but I don't understand adding a commented line. If commented lines are ignored by the software how does this have any effect? Wouldn't the software just continue to use whatever the default setting is?

Not if you have a script looking specifically for the line with the # included. Like the update script.

 

 

Thornwood

Not if you have a script looking specifically for the line with the # included. Like the update script.

 

 

Thornwood

Ok. Thanks. Seems backwards, but I'm sure there was some reason for it.

I can't be sure from the post? Are there spaces beside the = sign? I didn't really worry about it when I added the line to my conf file, but now I think maybe I should have.

  • Author

I can't be sure from the post? Are there spaces beside the = sign? I didn't really worry about it when I added the line to my conf file, but now I think maybe I should have.

It will work either way.  With or without spaces.

i modified unmenu.conf to set host name-

# Unmenu will discover for itself your host name, but if you wish to set it yourself, or
# your host name is not set, then set the value of MyHost here.
MyHost = 10.0.1.20

Saved the change and restarted unmenu, but unmenu continues to use the previous host name.

example-  http://brunnhilde:8080/config_view_edit

 

Is there something else I need to do to get unmenu to use IP instead of name?

  • Author

i modified unmenu.conf to set host name-

# Unmenu will discover for itself your host name, but if you wish to set it yourself, or
# your host name is not set, then set the value of MyHost here.
MyHost = 10.0.1.20

Saved the change and restarted unmenu, but unmenu continues to use the previous host name.

example-  http://brunnhilde:8080/config_view_edit

 

Is there something else I need to do to get unmenu to use IP instead of name?

how did you re-start unmenu?

 

What editor did you use to edit the file?

 

Joe L.

i modified unmenu.conf to set host name-

# Unmenu will discover for itself your host name, but if you wish to set it yourself, or
# your host name is not set, then set the value of MyHost here.
MyHost = 10.0.1.20

Saved the change and restarted unmenu, but unmenu continues to use the previous host name.

example-  http://brunnhilde:8080/config_view_edit

 

Is there something else I need to do to get unmenu to use IP instead of name?

how did you re-start unmenu?

 

What editor did you use to edit the file?

 

Joe L.

I used config view edit to edit the file and save it and then used the user script to restart unmenu.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.