• Home
  • Help
  • Search
  • Login
  • Register
  Show Posts
Pages: 1 ... 26 27 [28] 29
406  Linux Stuff / General Linux questions / Re: How to backup an SD-card that contains a Root File System? on: August 10, 2009, 02:58:58 PM
I don't have mine yet (Fedex arrived with it today, but I wasn't in, so almost there).  But for a similar situation (an Asus wl500gx) I use rsync over a network to a USB drive on a PC (which is then backed up there, as well).
407  General Category / Application ideas and development Q/A / Re: Has Anyone Built A Live CD for Development? on: August 10, 2009, 02:55:28 PM
@Mindbender, could you post an MD5 for the file?
Thanks
There's one here, which is what I got from my download:
http://plugcomputer.org/plugforum/index.php?topic=434.0#msg2974
408  General Category / General Discussion / Re: Would be nice to have some feedback when poweroff is completed on: August 10, 2009, 02:50:35 PM
Somewhere around there's a driver for the LED(s).  If you set this to "on" or "heartbeat" presumably it would go off on shutdown?
409  Linux Stuff / General Linux questions / Re: What is the discoverd daemon, that is in the etc/rc.local? on: August 07, 2009, 01:30:27 PM
Don't you already know the services running on your network?
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.
411  General Category / General Discussion / Re: How to do fsck on the root file system? on: August 06, 2009, 03:02:32 AM
The other way to do it, which occurred to me later and is what I do for the CompactFlash card on my Asus wl500g, is to shut the system down, take out the card and fsck it on another Linux system.
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).
413  General Category / General Discussion / Re: Windows Putty hangs when using vi on: August 05, 2009, 04:56:12 PM
You're both missing the point.  Use emacs  Smiley.
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).
416  General Category / General Discussion / Re: /etc/rc.local not getting run? on: August 04, 2009, 04:07:03 PM
You may not want to run that as is anyway.  It's going to set the system time to a fixed time (18:00, Jan 26, 2009), and then set the hardware clock based on that.  Seems a very strange thing for a boot script to be doing.
417  Linux Stuff / Kernel / Re: Problem with /dev/random ? on: August 03, 2009, 06:07:26 PM
Your problem is not unique.
This just showed up on slashdot (haven't read any of it beyond the intro, yet...)

http://it.slashdot.org/story/09/08/03/2151225/Entropy-Problems-For-Linux-In-the-Cloud
418  Linux Stuff / Kernel / Re: Problem with /dev/random ? on: August 01, 2009, 04:29:42 PM
There is this Entropy Gathering Daemon, which might enable you to gather sufficient randomness?

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  Sad ).  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.
Pages: 1 ... 26 27 [28] 29