[expert] MDK 8.1 Upgrade fails on LVM root

2001-10-30 Thread Alan W Jurgensen
HI, I have a working mdk 8.0 system with root on LVM via reiser fs... want to upgrade it to 8.1 ... cd rom boots, and actually will See my Volume Group/Logical Volume that has mdk 8 on !! but choosing it, I get a: "Oops, no Root partition" I tracked that down to a perl module in the second sta

Re: [expert] Stupid Question Time

2001-10-31 Thread Alan W Jurgensen
on my system? The patch asked which file I > wanted to patch, and I assume that would be the kernel, but I cannot > find that on my 8.0 system. Thanks, again, Dennis in Victoria > > -- ---------- Alan W. Jurgensen - Ber

Re: [expert] Upgrade to 8.1 breaks connecting to some hosts

2001-10-31 Thread Alan W Jurgensen
What is your route table looking like? netstat -nr what about ping and traceroute? ping ping ping www.walgreens.com traceroute On Wed, 31 Oct 2001 09:33:10 -0600 (CST) Jason Bodnar <[EMAIL PROTECTED]> wrote: > I upgraded to 8.1 the other day and now

Re: [expert] Command line FTP mystery?

2001-11-01 Thread Alan W Jurgensen
regular ftp is dumb for backwards compatibility. Use "ncftp" : [root@homefw /root]: ftp ftp://sunsite.unc.edu/pub/linux ftp: ftp://sunsite.unc.edu/pub/linux: Unknown host ftp> quit [root@homefw /root]: ncftp ftp://sunsite.unc.edu/pub/linux NcFTP 3.0.0 beta 21 (October 04, 1999) by Mike Gleason

Re: [expert] Find

2001-11-02 Thread Alan W Jurgensen
hi Julio, Not sure if "find" can do it on it's own... but in UNIX, no tool is on it's own! This will work: find . -type f -printf "%s:\t%p\n" | grep "^[456][0-9][0-9][0-9]:" good luck. On Fri, 2 Nov 2001 09:03:44 -0400 "Julio Rodriguez" <[EMAIL PROTECTED]> wrote: > Hi everyone... > > Im tr

Re: [expert] Find

2001-11-02 Thread Alan W Jurgensen
f -printf "%s:\t%p\n" | grep "^[456][0-9][0-9][0-9]:" > > - Original Message - > From: "Alan W Jurgensen" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, November 02, 2001 11:00 AM > Subject: Re: [expert] Find > >

Re: [expert] Find

2001-11-02 Thread Alan W Jurgensen
t;%s:\t%p\n" | grep "^[45][0-9][0-9][0-9]:" > > will match anything between 4000 and 5999, inclusive, and will miss a 6000. > > How would one additionally match the 6000? > > -- > Dave Salovesh > RAM Associates, Inc. > (800) 543-3635 > > --