Re: lost in the pines

2003-01-17 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 17 Jan 2003 15:40:02 -0500, Justin F. Kuo wrote: > >> [root@mango temp]# rpm -qa | xargs -n 1 -t rpm -V &> rpm-Va.txt > >> [root@mango temp]# less rpm-Va.txt > >> rpm -V glibc-2.2.93-5 > >> rpm -V gdbm-1.8.0-18 > >> rpm -V libacl-2.0

re: lost in the pines

2003-01-17 Thread Justin F. Kuo
On Mon, 13 Jan 2003 12:37:11 +0100, Michael Schwendt wrote: >> [root@mango temp]# rpm -qa | xargs -n 1 -t rpm -V &> rpm-Va.txt >> [root@mango temp]# less rpm-Va.txt >> rpm -V glibc-2.2.93-5 >> rpm -V gdbm-1.8.0-18 >> rpm -V libacl-2.0.11-2 >> rpm -V linc-0.5.2-2 >> xargs: rpm: termina

Re: lost in the pines

2003-01-13 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 13 Jan 2003 03:29:35 -0500, Justin F. Kuo wrote: > > Try running this as root: > > > > rpm -qa | xargs -n 1 -t rpm -V &> rpm-Va.txt > > less rpm-Va.txt > > > > It is the output of a verification of all your installed packages. > > The flag

Re: lost in the pines

2003-01-13 Thread Justin F. Kuo
On Mon, 13 Jan 2003, Martin Stricker wrote: > "Justin F. Kuo" wrote: > > > I ran that command as: > > > > fsck /usr > > You didn't unmout the filesystem before? BAD idea! File writes could > have been in disk cache, thus detroying more files. Always unmount (or, > if you absolutely have to mount

Re: lost in the pines

2003-01-13 Thread Justin F. Kuo
On Sun, 12 Jan 2003, Michael Schwendt wrote: > -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > On Sun, 12 Jan 2003 13:11:52 -0500, Justin F. Kuo wrote: > [snip] > > Try running this as root: > > rpm -qa | xargs -n 1 -t rpm -V &> rpm-Va.txt > less rpm-Va.txt > > It is the output of a verifi

Re: lost in the pines

2003-01-12 Thread Martin Stricker
"Justin F. Kuo" wrote: > I ran that command as: > > fsck /usr You didn't unmout the filesystem before? BAD idea! File writes could have been in disk cache, thus detroying more files. Always unmount (or, if you absolutely have to mount it, like /, mount it read-only) the filesystem before runni

Re: lost in the pines

2003-01-12 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 12 Jan 2003 13:11:52 -0500, Justin F. Kuo wrote: > I tested PINE and PILOT. Both applications are still missing. I looked > in the /lost+found directory, but it was empty. How do I restore the > missing applications? I'm sure there are several

Re: lost in the pines

2003-01-12 Thread Gerry Doris
Run "rpm -e pine" to make sure pine is not installed. Then try running "up2date pine". up2date will download and install pine as well as any dependencies. You can add more packages after pine separated by whitespace to save time if you are missing other packages too. -- Gerry Doris <[EMAIL PRO

Re: lost in the pines

2003-01-12 Thread Justin F. Kuo
Looks like the hour is catching up with me. I misspelled "fsck." I ran that command as: fsck /usr and saw numerous messages silimar to these: /usr contains a file syste with error, check forced. Pass1: Checking inodes, block sizes Pass2: Checking directory structures Missing ".." in i

Re: lost in the pines

2003-01-12 Thread Justin F. Kuo
At 8:39 PM +0700 1/12/03, Philippe wrote: [snip] Under root, you can launch dmesg -c, it will clean the dmesg log. If you run again dmesg (without the -c flag), you will se that it is empty. Then, try to lauch Pine or whatever command which failed, and type again dmesg (you don't need to be root t

Re: lost in the pines

2003-01-12 Thread Philippe
n -Fr now It will force fsck when rebooting. Good luck, and I am sure many skilled people will help you. Good luck, Philippe On Sun, 2003-01-12 at 20:04, Justin F. Kuo wrote: > >Subject: Re: lost in the pines > >From: Philippe <[EMAIL PROTECTED]> > >To:

Re: lost in the pines

2003-01-12 Thread Justin F. Kuo
>Subject: Re: lost in the pines >From: Philippe <[EMAIL PROTECTED]> >To: psyche-list <[EMAIL PROTECTED]> >Organization: >Date: 12 Jan 2003 10:44:56 +0700 >Reply-To: [EMAIL PROTECTED] > >Hi, > >Yep, this looks bad to me, hardware problem ... > >Try t

Re: lost in the pines

2003-01-11 Thread Philippe
Hi, Yep, this looks bad to me, hardware problem ... Try to run dmesg, and looks what it says. Philippe On Sun, 2003-01-12 at 10:20, Justin F. Kuo wrote: > I'm new to Red Hat 8.0. I had the email reader, PINE, working two days > ago. Now, it's as though it no longer exists on my PC. > > [jkuo