Show Posts
|
|
Pages: 1 ... 26 27 [28] 29
|
|
410
|
Linux Stuff / Kernel / Re: Clock drift?
|
on: August 06, 2009, 04:38:02 PM
|
|
If hardware clocks were accurate no-one would have written ntp. 30ppm isn't much. Far better than my typing skills.
|
|
|
|
|
412
|
General Category / General Discussion / Re: Received yours yet?
|
on: August 05, 2009, 05:06:36 PM
|
|
Whoopee do! My shipping status has changed to "Shipped via FedEx International" this evening! Ordered 27 June (well - it was for me, but GT's date has the 26th, and they shipped it in the morning).
|
|
|
|
|
414
|
General Category / General Discussion / Re: /etc/rc.local not getting run?
|
on: August 05, 2009, 04:55:26 PM
|
|
But, if you are setting the hardware clock it presumably has one. Why would you want to set it everytime? Why not read from it to get the time first, rather than hardwire January 2009? The time to set it is on shutdown. And every hour with a cron job (to cover crashes, which don't have a shutdown).
|
|
|
|
|
415
|
General Category / General Discussion / Re: How to do fsck on the root file system?
|
on: August 05, 2009, 04:50:21 PM
|
|
The "usual" thing to do is to give forcefsck as an additonal boot parameter (or create a /forcefsck file before rebooting). At least it s for RedHat and Mandriva. Have a look in yor /etc/.rc.sysinit file. It will then fsck all disk mounted at boot time, including the root partition (but if it changes anything there it will reboot immediately afterwards).
|
|
|
|
|
419
|
General Category / General Discussion / Re: Received yours yet?
|
on: July 31, 2009, 03:42:32 PM
|
Perhaps there's hope for my June 26 order seeing progress shortly, then. On the subject of response to mails I reported yesterday that their website had no horizontal scroll bar in Firefox, but did in IE. A bit annoying when the LOGIN button is on the R/h side (or, in my case, underneath the bezel  ). Pointed out that it was caused by "overflow: -moz-scrollbars-vertical; " in the style sheet. I had a reply back today - and it's fixed!
|
|
|
|
|
420
|
Linux Stuff / Kernel / Re: Problem with /dev/random ?
|
on: July 31, 2009, 03:28:16 PM
|
Now, the next questions are why is it empty, and how can I change that?..
You could try using /dev/urandom, which won't block (but won't be "as random" if not being fed enough randomness.
|
|
|
|
|