RE: how to tar a filelist ?

2001-03-05 Thread Hugo . Rabson
Title: RE: how to tar a filelist ? Tar will accept the paths as command-line parameters or from a specific text file. Warning: tar will tar the directories _and their contents_ if you include the directory paths (e.g. /usr/bin). You could filter your filelist with something like this:- # >

RE: kernel modules problem (bit long)

2001-03-02 Thread Hugo . Rabson
Try this. Make VFAT modular (not built-in) and then:- # make dep; make clean; make bzImage # make modules; make modules_install # cp /usr/src/linux/arch/i386/bzImage /boot/vmlinuz-2.4.2 (or something like that) Edit lilo.conf to point to vmlinuz-2.4.2 # lilo Reboot. Choose vmlinuz-2.4.2 at boot-t

RE: dying memory or main board ?

2001-03-02 Thread Hugo . Rabson
If you're getting a sig11 error, maybe the the Athlon itself is overheating. Try making a test loop to compile the Linux kernel again & again. That's a fairly good way to test things. Turn off the PC, let it cool, come back in 2-3 hours, run the test-loop and see how long (in minutes) it takes fo

[OT] Foot and Mouth (was Re: Mount problems)

2001-03-02 Thread Hugo . Rabson
Neil Hollow [mailto:[EMAIL PROTECTED]] wrote:- > Hope we don't give you foot and mouth. NH. *Grumble* I'm not allowed to give blood here in the US because I spent more than six months in England between 1980 and 1996. Seeing as I was born and raised there (and I ate a lot of hamburgers), they're

RE: rpm won't install

2001-03-02 Thread Hugo . Rabson
That's probably what's wrong. You need to install the cdrecord RPM and then install the gcombust RPM. You can go to rpmfind.net and find the set of RPM's specific to your particular Linux distribution. That should do the trick. > From: Neil Hollow [mailto:[EMAIL PROTECTED]] > > I haven't tried

RE: files I can't delete on ext2

2001-03-02 Thread Hugo . Rabson
It's a kernel bug. I remember reading about this in Kernel Traffic. Try searching February's archives. I think the only solution was to rebuild the filing system completely (i.e. copy everything to another fs, reformat the first one, then copy it all back). Or, you could wait for the next kernel r

RE: man problem

2001-03-01 Thread Hugo . Rabson
Thang Nguyen [mailto:[EMAIL PROTECTED]] wrote:- > [root@rsync /root]# /usr/bin/groff -Tlatin1 -mandoc > /usr/bin/groff: can't find `DESC' file > /usr/bin/groff:fatal error: invalid device `latin1' Try 'rpm -v groff' to see if the groff RPM has become corrupted. Has it done this ever since you ins

RE: man problem

2001-03-01 Thread Hugo . Rabson
Try this:- # for i in `rpm -qa | grep man` ; do #echo -e -n "Checking $i \r" #rpm -v $i # done If one of the man-related files has become corrupted, that should tell you. What language setting did you use? It looks like a locale-related error. > From: Thang Nguyen [mailto:[EMAIL PR

RE: Problem booting a laptop with RH-7.0

2001-03-01 Thread Hugo . Rabson
As far as the timezone thingy goes:- If you set your system clock to 12:00 (midday) under Windows, RH7 will think it's actually 07:00. RH7, unlike Windows, leaves the BIOS clock (is that what it's really called?) in GMT and sets the system clock to [BIOS clock - 5 hours], assuming you're on the E

RE: man problem

2001-03-01 Thread Hugo . Rabson
Sounds like you have man problems. A good man is so hard to find... *Anguished sigh* > From: Thang Nguyen [mailto:[EMAIL PROTECTED]] > [root@rsync /root]# man ls > /usr/bin/groff: can't find `DESC' file > /usr/bin/groff:fatal error: invalid device `latin1' _

RE: cd spanning backups

2001-03-01 Thread Hugo . Rabson
The new web site is at:- www.angelfire.com/tn2/mondo/ After running the INSTALL script, type:- # cd /usr/share/mondo # gcc mondo-filelistchop.c # mv a.out mondo-filelistchop # chmod +x mondo-filelistchop This will be incorporated in the next release. If you haven't already done so, you need to

RE: Compiling a SINGLE kernel module

2001-02-28 Thread Hugo . Rabson
# make modules # loc=`find /usr/src/linux | grep foo.o` # echo $loc # cp $loc /lib/modules/ > From: Living Dead [mailto:[EMAIL PROTECTED]] > > Is it possible to compile a single kernel module? > How? ___ Redhat-list mailing list [EMAIL PROT

[OT] cheap Linux box

2001-02-26 Thread Hugo . Rabson
Just wondering - how cheaply can one build a brand-new PC? Barebones systems are approx. $300 but I'm sure it can be done for less... ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: RH6.2: removing sawmill, installing sawfish

2001-02-23 Thread Hugo . Rabson
Download the Sawfish and GNOME RPM's to your /tmp directory. # cd /tmp # rpm -qa | grep saw ...which will respond, "sawmill-x.y.z" or something similar. # rpm --erase sawmill-x.y.z # rpm -i sawfish-a.b.c # rpm -uvh gnome*rpm gtk*rpm To delete enlightenment:- # rpm --erase `rpm -qa | grep enlight

RE: Install KDE2

2001-02-23 Thread Hugo . Rabson
Mandrake and Red Hat use different RPM's, so you _could_ really mess up your system by mixing & matching. It might work but I would advise against it. Just my 2 cents. It would be more advisable to go to the 'Rpmfind.net' web site and download the Red Hat-specific KDE 2 RPM's from there. Or, go t

RE: setting up scsi cd-writer

2001-02-22 Thread Hugo . Rabson
Do you have SCSI devices which are not detected, or do you want your IDE CD-writer to show up as SCSI? If you have an IDE CD-writer, check out this page:- http://www.linuxgazette.com/issue57/feenberg.html If you have a SCSI device which is not detected/configured by the Linux kernel that comes w

RE: mkisofs

2001-02-22 Thread Hugo . Rabson
Put the stuff to go on your CD in a directory called /root/stuff; also copy the boot floppy image to the directory and call said image, "boot.img". Then # cd /root/stuff and type # mkisofs -b boot.img -c boot.cat -o /tmp/output.iso \ # -J -r -p Groovy_Label -P www.groovywebsite.com \ # -A Groovy_

How do I format a FAT partition under Linux?

2000-02-09 Thread Hugo Rabson
Is there a utility for *nix or Linux which will format a FAT partition on a fixed disk?   e.g. mkfs -t vfat /dev/hda8 ...which won't work without mkfs.vat (mkfatfs?), which I can't find. :) TIA,   Hugo R.  

creating partitions at the command line

2000-02-01 Thread Hugo Rabson
Problem: How to create a floppy which will boot into its own little Linux, create and format partitions on the hard drive, and untar files (.tar.gz's held on a CDROM) onto said hard drive. Solution: TOMSRTBT, 'stb' (save the hard disk's boot sector), 'stf' (save each partition's MBR), 'afio' and

Re: pgcc question

1999-12-10 Thread Hugo Rabson
Assuming that Mandrake Linux 6.1's i586 RPMs were compiled using pgcc/egcs and Red Hat Linux 6.1's i386 RPMs were compiled using gcc, IMO pgcc/egcs produces faster code than gcc. I tried both systems, each for a few hours, and was convinced that Mandrake's system was faster when starting up, shutt

how to use proxy over LAN

1999-12-08 Thread Hugo Rabson
Tools such as curl, wget, ftp etc. and browsers such as Netscape let the user specify a proxy. Is there a way to make Linux direct _all_ ftp and http traffic through that proxy automatically, without the user having to tell each tool to use one? TIA :) -- To unsubscribe: mail [EMAIL PROTECTED

FW: CD-ROM drive powering up and down in quick succession

1999-08-07 Thread Hugo Rabson
ather increase the read cache somehow: it would reduce wear&tear and reduce the frequency of that annoying speed-up, slow-down whine. Is there a way to tweak Linux's disk cacheing to reduce the problem described? TIA, Hugo Hugo Rabson <[EMAIL PROTECTED]> Date: 07-A

RE: newbie HELP

1998-06-16 Thread Hugo Rabson
You have soundboards at Wal-mart? *gulp* At our local village shop we once managed to buy an inflatable dinghy. We asked jokingly if they had one & they said, "Sure, what colour?" > From: Paul Pettit <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Subject: RE: newbie HELP > T

RH5.0 stability compared to Windows NT4?

1998-06-07 Thread Hugo Rabson
This is not a specific technical query, but ... I'm encountering something like "future shock" ;) because Linux is so very different from Windows. I am trying to move away from Windows & Word especially after several time-consuming STOP errors & one occasion on which Word just refused to save my 7

RE: RH5.0 stability compared to Windows NT4?

1998-06-07 Thread Hugo Rabson
Someone really needs to write an FAQ for people moving from Windows to Linux. I shall if no-one else has... > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 07 June 1998 05:48 > To: [EMAIL PROTECTED] > Subject: Re: RH5.0 stability compared to Windows NT4? [...] > Word is a bloated chu

IDE tape drives / backing up images?

1998-06-07 Thread Hugo Rabson
ks in advance for any assistance or advice: it's much appreciated. :) Hugo Rabson -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists To unsubscribe: mail [EMAIL PROTE

RE: auto-mounting DOS partitions

1998-06-02 Thread Hugo Rabson
e elegant. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 31 May 1998 09:56 > To: Hugo Rabson > Subject: RE: auto-mounting DOS partitions > > > hello .. > > mine looks like that: > > /dev/hda5 /mnt/dosd

auto-mounting DOS partitions

1998-05-31 Thread Hugo Rabson
Hi, I can't seem to automount my DOS partition with user readwrite access. Maybe I've put the wrong lines in fstab and mtab? ...something like (in fstab) /mnt/Edwardvfat user,rw 0,0 Because I can't automount with rw access to all, I have put the following lines in /etc/profil

ergonomics, esp. trackerballs, under RedHat

1998-05-25 Thread Hugo Rabson
Out of interest, does anyone here use a trackerball? Linux always leaves me with an aching right-wrist (*no* stupid jokes, please, heh) so I'm investing $50 in a good trackerball. Has anyone else noticed how fiddly the mouse is under Linux compared to Windows NT4, or is it just my imagination? It

(newbie) fixes / updates

1998-05-23 Thread Hugo Rabson
Hi, it seems that there are 50+ items on the Red Hat 5.0 errata page. http://www.redhat.com/support/docs/rhl/rh50-errata-general.html Is there any way of downloading them all at once & applying all the fixes at once? (I expect not, but I had to ask.) Also, should I be selective in which fixes I