top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Kernel gets updated too often on ubuntu 12.04

0 votes
271 views

I am running Ubuntu 12.04.2 and run the updates manually on a regular basis from the command line. I noticed that the Kernel gets updated too often...
I know I am supposed to reboot the machine after a Kernel update, but that means rebooting every two days. One of the things I like to do is run the uptime command and smile :-)
1. Why does the Kernel get updated so often?
2. How do I find the change log, so I can decide if I need to update / restart the machine?

posted May 31, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

at Kubuntu 13.04, the kernel updates you point at, come in as well quite frequently ever since a few weeks. However, it do not interrupt a work session. it carry out each update; but rebooting can wait till the next break or till the end of a working session.

answer May 31, 2013 by anonymous
Similar Questions
+2 votes
in mycase of tomcat error on ubuntu 14.04 too many files open, 
even though limit is 8096, proc limit says 4096. why ? any body?          
ranjan@ubuntu:~$ cat /proc/22897/limits          
Limit                     Soft Limit           Hard Limit           Units     
Max cpu time              unlimited            unlimited            seconds     
Max file size             unlimited            unlimited            bytes     
Max data size             unlimited            unlimited            bytes     
Max stack size            8388608              unlimited            bytes     
Max core file size        0                    unlimited            bytes     
Max resident set          unlimited            unlimited            bytes     
Max processes             56045                56045                processes     
Max open files            4096                 4096                 files     
Max locked memory         65536                65536                bytes     
Max address space         unlimited            unlimited            bytes     
Max file locks            unlimited            unlimited            locks     
Max pending signals       56045                56045                signals     
Max msgqueue size         819200               819200               bytes     
Max nice priority         0                    0     
Max realtime priority     0                    0    
Max realtime timeout      unlimited            unlimited            us     
ranjan@ubuntu:~$ sysctl -a |grep file     
sysctl: permission denied on key 'fs.protected_hardlinks'     
sysctl: permission denied on key 'fs.protected_symlinks'     
fs.file-max = 1426057     fs.file-nr = 8096       0       1426057     
sysctl: permission denied on key 'kernel.cad_pid'     
fs.xfs.filestream_centisecs = 3000     
0 votes

I have switched my laptop to Ubuntu 12.04 (14.04 was not out then) from Windows XP. Everything works great except for two things:

Google Earth does not recognize his on-board VGA adapter (Intel 945) as capable to manage 3D textures. and I cannot get his old Lexmark x2620 printer to work. Can anyone suggest some pointer.

0 votes

I noticed some time ago the Cog icon on the top right on Ubuntu 12.04 stopped turning red after I run an update that requires a restart (like the Kernel).
1. Why?
2. How do I fix it to get it back?

+1 vote

I am thinking of upgrading from 10.04 to 12.04, just a click away in the software centre (no particular reason other than to benefit from recent fixes and continued support).

There are probably no easy answers (though I'd like some brief ones), but I wonder how common soft/hardware in/compatibility related problems are, resulting from such an upgrade?

Also, I am assuming all custom configurations will remain unchanged after such an upgrade (default email and custom settings, www browser bookmarks, various .rc files, repository settings for auto upgrades of unsupported software, and such), please correct me if should not assume so.

0 votes

We have tried to do build with the normal user, but it failed after some time without giving any permission issue. I have made compilation directory permission as 777 and the same code has been compiled successfully with sudo or root user.

...