sunny256 wrote:
...but after the reboot I get 8 gigs more disk space, thanks to the Christmas present from Linode.
((...snip...))
P.S. Anyone else with nice uptimes?
Not me. My uptimes are "horrible" (
not really an issue. I could easily do some sort of high-availability load balancing, or temporarily migrate DNS to a different host when I need to reboot) ... in my case, the lower uptimes are because my linode is running pvgrub (custom) kernels.
Even if I wasn't running gentoo on this linode (
default kernels for gentoo are all "compile your own kernel" even if you use gentoo's genkernel tool to configure it) ... historically, I've only rarely ever waited for major linux distributions to build me a new kernel, but more often I've not even used the distro's kernel, or sometimes not even built against their kernel patchset if I had a reason not to (
note that linode-provided kernels don't use the "intended" patchset for whatever distro you're on)
I could probably get away with running a linode-provided kernel against gentoo's dependancy system, but since I'm not willing to wait for linode's provided kernels to be updated, and I'd have no guarantees that configured options would be compatible with all my userspace code, or that a provided kernel will have features I need enabled for whatever reason, or other features disabled for performance or security, etc. etc. etc. </rant>
My last kernel upgrade was less than 2 months ago, and just a couple releases before 3.7.x kernels were marked "end of life" by the maintainers at kernel.org:
Code:
... ~ $ cat /proc/version
Linux version 3.7.8 (kuzetsa@yurizoku.tk) (gcc version 4.7.2 (Gentoo 4.7.2 p1.2, pie-0.5.5) ) #2 SMP Sat Feb 16 10:38:10 UTC 2013
... ~ $ uptime
15:12:54 up 36 days, 3:50, 1 user, load average: 0.00, 0.01, 0.05