I expected that, linux kernel sometimes has problems, like this in the /var/log/messages
Code: Select all
Nov 23 08:55:58 fitpc2 kernel: [124344.086952] vmap allocation failed: use vmalloc=<size> to increase size.
Nov 23 08:55:58 fitpc2 kernel: [124344.086990] sunplus: probe of 0003:04FC:05D8.000F failed with error -12
Nov 23 08:55:58 fitpc2 kernel: [124344.102522] sunplus 0003:04FC:05D8.0010: fixing up Sunplus Wireless Desktop report descriptor
Nov 23 08:55:58 fitpc2 kernel: [124344.103900] vmap allocation failed: use vmalloc=<size> to increase size.
Nov 23 08:55:58 fitpc2 kernel: [124344.103934] sunplus: probe of 0003:04FC:05D8.0010 failed with error -12
Nov 23 08:57:02 fitpc2 kernel: [124404.002595] vmap allocation failed: use vmalloc=<size> to increase size.
Code: Select all
root=UUID=43246b96-29ce-4b27-b57a-bb3757efb5c7 ro quiet splash
This happens after some days of heavy usage (as desktop). Usually this happens when I add new USB device (using an usb hub, own powered).
I have an usb camera, usb bluetooth, external hub on the fit-pc2.
On the external usb hub I have a printer, a wireless keyboard/mouse (one plug) and sometimes I put my phone or external hard disk.
In fact, the memory usage is really high in my case, especially when I use torrent client.
Other side effect after this kind of problem, it is not possible to turn off the fit-pc2 in the normal way, it hangs nearly at the end. I cannot see what happens, because the screen turns black. I have to switch off by pressing the power button for longer than 4 sec.
Sometimes I lost my keyboard, I guess the usb subsystem crashes, due to that memory problem (vmap allocation failed).
My question, does anybody expect similar problems?
And what could be the solution if any?
Here I found a discussion with similar problem:
http://forums.grsecurity.net/viewtopic.php?f=3&t=2180
I did not try the vmalloc=64M kernel parameter yet.
Cheers,
István