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-