Re: Script to build system information. Guru needed :)

2004-12-23 Thread Paul E Condon
On Thu, Dec 23, 2004 at 09:00:03AM -0500, Wayne Topa wrote: > Chris Lale([EMAIL PROTECTED]) is reported to have said: > > Paul E Condon wrote: > > >On Wed, Dec 22, 2004 at 05:36:17PM -0600, Ron Johnson wrote: > > > > > >>On Wed, 2004-12-22 at 14:13 -0800, Karsten M. Self wrote: > > >> > > >>>on Tue

Re: Script to build system information. Guru needed :)

2004-12-23 Thread Paul E Condon
On Thu, Dec 23, 2004 at 09:28:43PM +1100, Sam Watkins wrote: > On Wed, Dec 22, 2004 at 02:13:43PM -0800, Karsten M. Self wrote: > > There's also a Debian package, IIRC 'si', which gleans data out of /proc > > and other sources. > > There's a package called "hardinfo", is that what you meant? > >

Re: Script to build system information. Guru needed :)

2004-12-23 Thread Wayne Topa
Chris Lale([EMAIL PROTECTED]) is reported to have said: > Paul E Condon wrote: > >On Wed, Dec 22, 2004 at 05:36:17PM -0600, Ron Johnson wrote: > > > >>On Wed, 2004-12-22 at 14:13 -0800, Karsten M. Self wrote: > >> > >>>on Tue, Dec 21, 2004 at 04:25:57PM -0600, J.A. de Vries ([EMAIL > >>>PROTECTED]

Re: Script to build system information. Guru needed :)

2004-12-23 Thread Sam Watkins
On Wed, Dec 22, 2004 at 02:13:43PM -0800, Karsten M. Self wrote: > There's also a Debian package, IIRC 'si', which gleans data out of /proc > and other sources. There's a package called "hardinfo", is that what you meant? Karsten's script is available at Rick Moan's very helpful linuxmafia site,

Re: Script to build system information. Guru needed :)

2004-12-23 Thread Chris Lale
Paul E Condon wrote: On Wed, Dec 22, 2004 at 05:36:17PM -0600, Ron Johnson wrote: On Wed, 2004-12-22 at 14:13 -0800, Karsten M. Self wrote: on Tue, Dec 21, 2004 at 04:25:57PM -0600, J.A. de Vries ([EMAIL PROTECTED]) wrote: On 2004-12-21 @ 18:30:35 (week 52) Bob Alexander wrote: [snip] Search Googl

Re: Script to build system information. Guru needed :)

2004-12-22 Thread Bob Alexander
Paul E Condon wrote: I've been lurking on this thread. When I saw mention of Karten's system-info script I googled it and downloaded it without any problem. Your problem is probably temporary. Maybe, try again. Paul, the link is really 404. Googling did not get exactly Karsten's script but some oth

Re: Script to build system information. Guru needed :)

2004-12-22 Thread Paul E Condon
On Wed, Dec 22, 2004 at 05:36:17PM -0600, Ron Johnson wrote: > On Wed, 2004-12-22 at 14:13 -0800, Karsten M. Self wrote: > > on Tue, Dec 21, 2004 at 04:25:57PM -0600, J.A. de Vries ([EMAIL PROTECTED]) > > wrote: > > > On 2004-12-21 @ 18:30:35 (week 52) Bob Alexander wrote: > > > > [snip] > > > Se

Re: Script to build system information. Guru needed :)

2004-12-22 Thread Ron Johnson
On Wed, 2004-12-22 at 14:13 -0800, Karsten M. Self wrote: > on Tue, Dec 21, 2004 at 04:25:57PM -0600, J.A. de Vries ([EMAIL PROTECTED]) > wrote: > > On 2004-12-21 @ 18:30:35 (week 52) Bob Alexander wrote: > > [snip] > > Search Google for a script called system-info by Karsten M. Self. He > > post

Re: Script to build system information. Guru needed :)

2004-12-22 Thread Clive Menzies
On (22/12/04 14:13), Karsten M. Self wrote: > on Tue, Dec 21, 2004 at 04:25:57PM -0600, J.A. de Vries ([EMAIL PROTECTED]) > wrote: > > On 2004-12-21 @ 18:30:35 (week 52) Bob Alexander wrote: > > > > > Slowly building my "disaster assurance" strategy on top of the file > > > backups. > > > > > >

Re: Script to build system information. Guru needed :)

2004-12-22 Thread Karsten M. Self
on Tue, Dec 21, 2004 at 04:25:57PM -0600, J.A. de Vries ([EMAIL PROTECTED]) wrote: > On 2004-12-21 @ 18:30:35 (week 52) Bob Alexander wrote: > > > Slowly building my "disaster assurance" strategy on top of the file backups. > > > > Amongst other things I want to periodically run a shell script t

Re: Script to build system information. Guru needed :)

2004-12-21 Thread J.A. de Vries
On 2004-12-21 @ 18:30:35 (week 52) Bob Alexander wrote: > Slowly building my "disaster assurance" strategy on top of the file backups. > > Amongst other things I want to periodically run a shell script that > would build a file with useful information. Here it is: > > lsmod > lspci > dpkg --get

Re: Script to build system information. Guru needed :)

2004-12-21 Thread Ron Johnson
On Tue, 2004-12-21 at 19:29 +0100, Bob Alexander wrote: > Ron Johnson wrote: [snip] > > You're GREAT Ron. Thank you so much. I know... (You're waiting for a smiley, aren't you???) -- - Ron Johnson, Jr. Jefferson, LA USA PGP Key ID

Re: Script to build system information. Guru needed :)

2004-12-21 Thread Peter Robinson
On Tue, 2004-12-21 at 18:30, Bob Alexander wrote: > Slowly building my "disaster assurance" strategy on top of the file backups. > > Amongst other things I want to periodically run a shell script that > would build a file with useful information. Here it is: > > lsmod > lspci > dpkg --get-select

Re: Script to build system information. Guru needed :)

2004-12-21 Thread Maurits van Rees
On Tue, Dec 21, 2004 at 06:30:35PM +0100, Bob Alexander wrote: > Slowly building my "disaster assurance" strategy on top of the file backups. > > Amongst other things I want to periodically run a shell script that > would build a file with useful information. Here it is: > > lsmod > lspci > dpkg

Re: Script to build system information. Guru needed :)

2004-12-21 Thread Bob Alexander
Ron Johnson wrote: 2) I would like to redirect the output to a file called with the catenation of 'uname -n'.'uname -r'.config.MMDDHHMM.txt where MMDDHHMM is a timestamp of the command execution time. How do I obtain such value ? $ date +%Y%m%d%H%M How do I create the required backtick

Re: Script to build system information. Guru needed :)

2004-12-21 Thread Ron Johnson
On Tue, 2004-12-21 at 18:30 +0100, Bob Alexander wrote: > Slowly building my "disaster assurance" strategy on top of the file backups. > > Amongst other things I want to periodically run a shell script that > would build a file with useful information. Here it is: > > lsmod > lspci > dpkg --get-

Script to build system information. Guru needed :)

2004-12-21 Thread Bob Alexander
Slowly building my "disaster assurance" strategy on top of the file backups. Amongst other things I want to periodically run a shell script that would build a file with useful information. Here it is: lsmod lspci dpkg --get-selections sudo fdisk -l /dev/hda df uname -a Now the questions: 1) Other

Re: lilo+ext3 guru needed...

2003-11-06 Thread Alvin Oga
hi ya schrieb try the following options in /etc/fstab ( at least none of my boxes has any lilo/grub boot problems into ext3 ( or i havent noticed any funky stuff going on /dev/hda1/ ext3defaults 1 1 ( hda7 in your case ) c ya alvin On Thu, 6 Nov 2003,

Re: lilo+ext3 guru needed...

2003-11-06 Thread LeVA
Dennis Stosberg írta: Am 06.11.2003 um 18:03 schrieb LeVA: So it seems I can not use data=journal with my root partition. I have to edit /etc/fstab , and change /dev/hda7 ...,data=ordered, if I want to start my system. Is this normal? I don't think so... Anybody knows the cure for this pr

Re: lilo+ext3 guru needed...

2003-11-06 Thread Dennis Stosberg
Am 06.11.2003 um 18:03 schrieb LeVA: > So it seems I can not use data=journal with my root partition. I have to > edit /etc/fstab , and change /dev/hda7 ...,data=ordered, if I want > to start my system. > Is this normal? I don't think so... Anybody knows the cure for this > problem? Is the

lilo+ext3 guru needed...

2003-11-06 Thread LeVA
Hello! I have a nasty problem with lilo and ext3 fs. I have a root partition (who doesn't :), and when I choose an image from the lilo's boot menu, lilo starts to boot the kernel image, and mounts the root fs read-only. (The root fs which I have specified in /etc/lilo.conf is /dev/hda7). After

Re: Guru needed.

2000-09-05 Thread Christophe Broult
Felipe Alvarez Harnecker <[EMAIL PROTECTED]> writes: > Hi, > > im getting this error message: /proc/ksyms: Not normal > After a while, top gives me the same message and then eats up most of CPU time. I already submitted a bug against procps but I got no answer so far. You should take a look at

Guru needed.

2000-09-05 Thread Felipe Alvarez Harnecker
Hi, im getting this error message: /proc/ksyms: Not normal can someone explain ?? Thanx. -- __ Felipe Alvarez Harnecker. QlSoftware. Tel. 09.874.60.17 e-mail: [EMAIL PROTECTED] Potenciado por Debian GNU/Linux http://ww

Re: CSLIP / TCP/IP Guru Needed

1997-04-20 Thread Nils Rennebarth
-BEGIN PGP SIGNED MESSAGE- On Sat, 19 Apr 1997, Kevin Traas wrote: >Here's my current configuration: > ><---A--->1<---B--->2<---C---> > >A is the IP subnet of my ISP >B is an IP subnet for a CSLIP link between 1 and 2 >C is the IP subnet of my LAN >1 is my internet "gateway" - running Debi

CSLIP / TCP/IP Guru Needed

1997-04-19 Thread Kevin Traas
I need some help with my network config. I'm hoping you can help me. Here's my current configuration: <---A--->1<---B--->2<---C---> A is the IP subnet of my ISP B is an IP subnet for a CSLIP link between 1 and 2 C is the IP subnet of my LAN 1 is my internet "gateway" - running Debian 2 is my in