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.5 ... now available for download.

Featured Replies

I am having a similar issue with the "carriage return" that Joe L. mentions.  I even switched to my Pro 2 key Flash Drive, and the issue is still occurring.  I can't seem to locate the offending "carriage return" that would be causing this.

 

My syslog attached

syslog-2010-11-28.txt

  • Replies 1.3k
  • Views 368k
  • Created
  • Last Reply
  • Author

I am having a similar issue with the "carriage return" that Joe L. mentions.  I even switched to my Pro 2 key Flash Drive, and the issue is still occurring.  I can't seem to locate the offending "carriage return" that would be causing this.

 

My syslog attached

I looked a bit more...  I don't yet know the cause of the error, but I can see where it is being generated.

 

The error is being caused by the submission to unMENU a request from your browser that has an un-defined "method"

The methods that are supported are "GET" "POST" and minimally "HEAD"

 

Your browser (or something on your LAN) is apparently submitting something unMENU is interpreting as a method of "80"   The trailing carriage return you see in the error is because at at that point in time the record separator (to read from the browser's data)  is set to cr/lf.

 

A "request" to a web-server is typically

GET web-page  parameters

or

POST web-page parameter

 

You are apparently submitting something looking like

80 ......

or, in the other poster's case:

58 ......

61 ......

 

the current error handling line for a "bad method" in unmenu.awk does not print the entire line submitted, so no way to know what it is.

 

If you run this command, unmenu.awk will be edited to add more infirmation for debugging.

sed -i  's/"bad method -"/"bad method - " $0 /' /boot/unmenu/unmenu.awk

 

What page is being submitted to the browser when the error is logged?  What browser are you using?

 

Joe L.

Hi Joe L.

 

I installed Vim and got this message.

"Nov 23 20:39:02 Dragon-Tower unmenu[1461]: /usr/bin/vim: /lib/libc.so.6: version `GLIBC_2.11' not found (required by /usr/bin/vim)"

 

And this

 

Installed, but version is different. Current version='' expected '7.2'

 

Did I do something Wrong?

Also is there and option to auto install on reboot?

 

Thank you.

Thornwood

Since it does not see the installed version in place now, it does not present the button to re-install.

 

It looks as if the version of the support library "libc.so.6" on your server is not the version needed by "vim"

what version of unRAID are you running?

4.6 RC3

 

thank you

  • Author

It looks as if the version of the support library "libc.so.6" on your server is not the version needed by "vim"

what version of unRAID are you running?

 

4.6 RC3

 

thank you

What other add-ons have you installed that might have replaced libc ???  Do you have "transmission" installed?  I think it puts a different version into place.

I am having a similar issue with the "carriage return" that Joe L. mentions.  I even switched to my Pro 2 key Flash Drive, and the issue is still occurring.  I can't seem to locate the offending "carriage return" that would be causing this.

 

My syslog attached

I looked a bit more...  I don't yet know the cause of the error, but I can see where it is being generated.

 

The error is being caused by the submission to unMENU a request from your browser that has an un-defined "method"

The methods that are supported are "GET" "POST" and minimally "HEAD"

 

Your browser (or something on your LAN) is apparently submitting something unMENU is interpreting as a method of "80"   The trailing carriage return you see in the error is because at at that point in time the record separator (to read from the browser's data)  is set to cr/lf.

 

A "request" to a web-server is typically

GET web-page  parameters

or

POST web-page parameter

 

You are apparently submitting something looking like

80 ......

or, in the other poster's case:

58 ......

61 ......

 

the current error handling line for a "bad method" in unmenu.awk does not print the entire line submitted, so no way to know what it is.

 

If you run this command, unmenu.awk will be edited to add more infirmation for debugging.

sed -i  's/"bad method -"/"bad method - " $0 /' /boot/unmenu/unmenu.awk

 

What page is being submitted to the browser when the error is logged?  What browser are you using?

 

Joe L.

 

I am not sure what page is being submitted to the browser, I use Firefox on my computer.  Sometimes, I can have the UnMenu on screen seeing the last few lines of the log, and do a refresh, and see the error line had occured a few minutes before.  But I had never done anything on the computer.  There are 3 Notebooks, 2 desktops(includes the one I use to access the UnRaid), 1 printer, 1 Wii, 1 Xbox, and 3 Zotac Zboxes on this system.  Will I need to know what each one of these is doing to determine the problem.

 

I never had this issue until I put the UnRaid on my main network and switched the network file in config to a get DHCP "yes" instead of the Static IP address.  Prior to this network change, I had the UnRaid on its own network, that had no access to my router and the internet.  Should I switch to a static IP address for the UnRaid?

 

As for the command, just to be sure, I will log in to my console, and then enter the command.  Then I will see the results of this where?  In the syslog?

  • Author

As for the command, just to be sure, I will log in to my console, and then enter the command.  Then I will see the results of this where?  In the syslog?

It will append the entire command being submitted to the unMENU web-server and log it in the syslog.  Current it is only logging the first "word" of the command.  As I said, it is typically "GET" or "POST" so I'll be curious what prints too.  You'll be helping me, as I've never seen that here.

 

It is not a file you edited as I first thought...  I had completely forgotten about the "bad method" trapping in the unmenu.awk.  The "^M" threw me off track.

 

Joe L.

What other add-ons have you installed that might have replaced libc ???  Do you have "transmission" installed?  I think it puts a different version into place.

 

No all I have installed is twonky media and unmenu and check without repair once a month. every thing else is standard.

I have attached a syslog in case it helps.

 

Thank you again.

syslog-2010-11-29.txt

I entered the command today after work, and I did change back to a static IP, and then a powerdown and fresh startup.  I now have these errors showing in my syslog.  I am attaching the whole syslog, just in case there is something more to be seen.

 

One more thing if it helps.  My wife came home and started her notebook computer just before 7pm and it has been on ever since.

syslog-2010-11-292.txt

  • Author

I entered the command today after work, and I did change back to a static IP, and then a powerdown and fresh startup.  I now have these errors showing in my syslog.  I am attaching the whole syslog, just in case there is something more to be seen.

 

One more thing if it helps.  My wife came home and started her notebook computer just before 7pm and it has been on ever since.

Well.... we can now see what is being submitted to the unMENU server...

Nov 29 19:48:02 Tower unmenu[1579]: bad method -      143     1201     2737     1730        6        2       64       50        0     1680     1780143-^M
Nov 29 19:59:30 Tower unmenu[1579]: bad method -      143     1201     2737     1730        6        2       64       50        0     1680     1780143-^M
Nov 29 20:09:37 Tower unmenu[1579]: bad method -      143     1201     2737     1730        6        2       64       50        0     1680     1780143-^M
Nov 29 20:20:27 Tower unmenu[1579]: bad method -      143     1201     2737     1730        6        2       64       50        0     1680     1780143-^M
Nov 29 20:30:41 Tower unmenu[1579]: bad method -      143     1201     2737     1730        6        2       64       50        0     1680     1780143-^M
Nov 29 20:40:47 Tower unmenu[1579]: bad method -      143     1201     2737     1730        6        2       64       50        0     1680     1780143-^M
Nov 29 20:51:23 Tower unmenu[1579]: bad method -      143     1201     2737     1730        6        2       64       50        0     1680     1780143-^M
Nov 29 21:01:37 Tower unmenu[1579]: bad method -      143     1201     2737     1730        6        2       64       50        0     1680     1780143-^M
Nov 29 21:12:59 Tower unmenu[1579]: bad method -      143     1201     2737     1730        6        2       64       50        0     1680     1780143-^M
Nov 29 21:24:27 Tower unmenu[1579]: bad method -      153     1201     2817    11090        6        2       64       50        0    11040    11140153-^M

 

Only problem is, I don't recognize it as the output of anything I am familiar with.

The lines are 10 minutes apart.  Now all we need to do is figure out what it is that is issuing the line (roughly) every 10 minutes.

 

I wonder if it will stop when your wife turns off her laptop.  Are you running a "status" program on the laptop to check the unRAID array?

 

Joe L.

Joe L.

 

There has never been any deliberate connection with her computer and my UnRaid that I know of.  I did a little looking at her computer, and found that it is the only one that we have that is running those google gadgets ( I think that's what they are called ) on the side screen.  They are always changing, don't know the cycle.  I deactivate them.  Other than that, I not sure.  Will check on it in a little bit.  If any more happen, I will turn her computer off and see what happens.  Her computer and my main are the only ones on the network now.

  • Author

Joe L.

 

There has never been any deliberate connection with her computer and my UnRaid that I know of.  I did a little looking at her computer, and found that it is the only one that we have that is running those google gadgets ( I think that's what they are called ) on the side screen.  They are always changing, don't know the cycle.  I deactivate them.  Other than that, I not sure.  Will check on it in a little bit.  If any more happen, I will turn her computer off and see what happens.  Her computer and my main are the only ones on the network now.

What else might be attempting to use port 8080 on your LAN?  Are you running any other add-ons on your unRAID server that might be accessing them through "localhost"??

The deactivating of her gadgets didn't work.  It happened a few more times.  So I have shut her computer down.  Now the only thing that is on line is the UnRaid and my main computer.  I have not had anymore since 10:52 so far.  But it doesn't seem to stick to the 10 minute cycle exactly.

 

These are what was in my syslog

Nov 29 19:48:02 Tower unmenu[1579]: bad method - 143 1201 2737 1730 6 2 64 50 0 1680 1780143-^M
Nov 29 19:59:30 Tower unmenu[1579]: bad method - 143 1201 2737 1730 6 2 64 50 0 1680 1780143-^M
Nov 29 20:09:37 Tower unmenu[1579]: bad method - 143 1201 2737 1730 6 2 64 50 0 1680 1780143-^M
Nov 29 20:20:27 Tower unmenu[1579]: bad method - 143 1201 2737 1730 6 2 64 50 0 1680 1780143-^M
Nov 29 20:30:41 Tower unmenu[1579]: bad method - 143 1201 2737 1730 6 2 64 50 0 1680 1780143-^M
Nov 29 20:40:47 Tower unmenu[1579]: bad method - 143 1201 2737 1730 6 2 64 50 0 1680 1780143-^M
Nov 29 20:51:23 Tower unmenu[1579]: bad method - 143 1201 2737 1730 6 2 64 50 0 1680 1780143-^M
Nov 29 21:01:37 Tower unmenu[1579]: bad method - 143 1201 2737 1730 6 2 64 50 0 1680 1780143-^M
Nov 29 21:12:59 Tower unmenu[1579]: bad method - 143 1201 2737 1730 6 2 64 50 0 1680 1780143-^M
Nov 29 21:24:27 Tower unmenu[1579]: bad method - 153 1201 2817 11090 6 2 64 50 0 11040 11140153-^M

 

These are the ones that occurred after my syslog that I attached earlier

Nov 29 21:35:56 Tower unmenu[1579]: bad method - 153 1201 2817 11090 6 2 64 50 0 11040 11140153-^M
Nov 29 22:33:19 Tower unmenu[1579]: bad method - 153 1201 2817 11090 6 2 64 50 0 11040 11140153-^M
Nov 29 22:42:05 Tower unmenu[1579]: bad method - 153 1201 2817 11090 6 2 64 50 0 11040 11140153-^M
Nov 29 22:52:24 Tower unmenu[1579]: bad method - 153 1201 2817 11090 6 2 64 50 0 11040 11140153-^M

You can see that it jumped from 9:35 to 10:33 before starting over again.  Her computer was with me at the time, sitting at the Main Windows screen and idle.  I had both the syslog on my screen and the router log.  I refreshed the syslog and then the router log. The newest entry of my router log showed an out going from my wifes computer to

 

port:  www

url or ip: 38.100.162.110

 

I don't know if this means anything.  I have gone for over 1 hour and 10 minutes with my wife's computer off and no more have occurred.  I am going to check it in the morning before work and see what happens.

 

As far as the add-ons, I have preclear and I have UnMenu and nothing more.

 

Thanks for the efforts with this

 

The newest entry of my router log showed an out going from my wifes computer to

 

port:   www

url or ip: 38.100.162.110

 

Thanks for the efforts with this

 

 

Does her computer happen to be a Dell laptop?

 

That IP resolves to

http://www.whois365.com/en/ip/38.100.162.110

(singleclicksystems)

 

http://www.eweek.com/c/a/Desktops-and-Notebooks/Dell-Puts-New-Wireless-Setup-into-Laptops/

 

Disable or remove Dell Network Assistant.

I have not had anything written to the syslog since last night, with her computer off.

 

mbryanr,

 

Yes her computer is a Dell Laptop!  I will check and deal with that Dell Network Assistant tonight when I get off work.  Hopefully this will do it.

 

Thank you, Joe L. and mbryanr for all the help on this.  I will report back tonight.

 

 

I know I can control my router via port 8080 from outside my network.  I don't know if there is some sort of conflict going on between your router and unMENU but it might be something to check also.

  • Author

I have not had anything written to the syslog since last night, with her computer off.

 

mbryanr,

 

Yes her computer is a Dell Laptop!  I will check and deal with that Dell Network Assistant tonight when I get off work.  Hopefully this will do it.

 

Thank you, Joe L. and mbryanr for all the help on this.  I will report back tonight.

 

 

I see this in the description of Dell Network Assistant:

The SingleClick software is designed to keep track of a network map by reading every device on the network and presenting it for approval by the user or network manager. This works with any device on the network, without regard to the operating system that may be running on the device.

 

It might be probing all the "devices" it can detect on the LAN.

I know I can control my router via port 8080 from outside my network.  I don't know if there is some sort of conflict going on between your router and unMENU but it might be something to check also.

 

I know that my Syslink can be accessed from outside the network, but I have always kept this feature disabled.  I do have enabled so that computers on my network can have direct access to the router.  I'm pretty sure that we have narrowed it down to her laptop.  I will know better when I get home tonight.

 

I see this in the description of Dell Network Assistant:

The SingleClick software is designed to keep track of a network map by reading every device on the network and presenting it for approval by the user or network manager. This works with any device on the network, without regard to the operating system that may be running on the device.

 

It might be probing all the "devices" it can detect on the LAN.

 

Would you see any reason that I would need it to do this?  

I know that my Syslink can be accessed from outside the network, but I have always kept this feature disabled.  I do have enabled so that computers on my network can have direct access to the router.  I'm pretty sure that we have narrowed it down to her laptop.  I will know better when I get home tonight.

 

I was not sure if you had it turned off or not and figured I would mention it just in case.

 

Hopefully the Network util app is what is causing the problem.

 

Would you see any reason that I would need it to do this?  

 

No.  Looking through the google pages on the Dell Network Assistant, a few universities have given instructions on how to remove this "feature" because it interferes with their LAN. ;D

I was surprised to find that there where no lines in my syslog during the day, yesterday.  My wife was home with my sick daughter, so they where on the laptops, and using the XBMC's for movies.

 

I did check the laptop, and the Dell Network assistant had already been disabled, so I am not sure what is going on.  I will recheck my syslog tonight and see what or if any show up.

I did check the laptop, and the Dell Network assistant had already been disabled, so I am not sure what is going on.  I will recheck my syslog tonight and see what or if any show up.

 

I'd remove it completely from your programs if you see it show up again.

Here is what I have in my log tonight

 

Dec 1 08:18:31 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 08:30:16 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 08:41:21 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 08:51:23 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 09:01:32 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 09:10:00 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 09:20:09 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 09:31:55 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 09:42:18 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 09:52:36 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 10:02:45 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 10:12:46 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 10:22:50 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 10:32:56 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 10:43:01 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 10:53:09 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 11:03:19 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 11:13:24 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 11:23:49 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 11:32:27 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 11:42:54 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 11:53:26 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 12:03:56 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 12:15:29 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 12:26:03 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 12:36:35 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 12:47:12 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 12:57:46 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 13:08:23 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 13:19:03 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 17:50:33 Tower kernel: mdcmd (7407): spindown 1
Dec 1 18:01:04 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 18:11:43 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 18:22:09 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 18:28:48 Tower kernel: mdcmd (7637): spindown 8
Dec 1 18:33:24 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 18:42:25 Tower unmenu[1579]: bad method - 1158 1281 11497 14890 5 3 64 50 0 14940 149401158-^M
Dec 1 19:25:48 Tower unmenu[1579]: bad method - 96448 3374893 27762713 15485500 95689 3373508 27753576 15881020 17 828190 3137078096448-^M
Dec 1 19:35:58 Tower unmenu[1579]: bad method - 96448 3374893 27762713 15485500 95689 3373508 27753576 15881020 17 828190 3137078096448-^M

 

Not exactly the same, but similar.  Will I end up running out of room somehow and have bigger problems if I don't figure this out?

  • Author

Well... we know it is something on your LAN, most likely from your wife's laptop from your description.  The message is harmless otherwise.

 

You won't run out of memory.  The system logs are rotated out in the middle of the night if they grow over a certain size.  You just end up with /var/log/syslog.1, /var/log/syslog.2 in addition to /var/log/syslog.

 

  • Author

I've just uploaded the changes to unMENU that bjp999 has been working on.

 

It will require you to run the upgrade twice.  The reason it this.  The first upgrade will install a new version of the program that performs the upgrade itself.  That script is known as unmenu_install. 

 

As an alternative to running the upgrade twice you can download the newer unmenu_install version from google.code and use for the upgrade.  Put it in the same folder as all the other unmenu "awk" files.  Download the new unmenu_install from here:

http://code.google.com/p/unraid-unmenu/

 

After installing the new release it will also be necessary to restart unMENU.  you can use the button on the User-Scripts page to restart it.

 

It is all worth it.  There are a lot of new features in myMain, and graphics, and there is a new syslog viewer compliments of bjp999, and more.

 

I know bjp999 will be describing his features in more detain in a separate post.  In the interim, you'll just need to check out the new version.  Remember, to get to all the new pages you'll need to re-start unMENU.  If currently running unMENU to see the new graphics you'll need to run the upgrade/install twice.

 

Joe L.

Hey Joe,

 

Without prior knowledge of this post, on a whim, I decided to check for unmenu updates.  I saw that it said that there were some updates, but when I clicked install, I got errors that some files (images) couldn't be installed.

 

Turned out that I had to create the following directories:

 

images

&

images/stock

 

inside of /boot/unmenu

 

Don't know if others will experience this, but just a FYI...

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.