Re: change GUI

2001-04-15 Thread Reuben D Budiardja
Create a file called .xinitrc in your home directory. In that file, just write the GUI (ie. gnome or kde2 or fvwm) you want to use when you run startx. That should work. Reuben D. Budiardja At 11:01 PM 4/15/01 -0700, Al Sparks wrote: >Without having used either, my troubleshooting would inc

Re: SSH Client for Windows

2001-04-15 Thread Ahbaid Gaffoor
putty fits on a floppy too! badger wrote: > Tera Term Pro with SSH... find it on just about any windows shareware web > site. > > - Original Message - > From: "Alan Mead" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, April 14, 2001 8:33 AM > Subject: Re: SSH Client for

Re: Scripts

2001-04-15 Thread Al Sparks
That's how I've been doing mine. The biggest troubleshooting problem I had, by the way, is figuring out the path. The "functions" script located in /etc/rc.d/init.d is where the $PATH is determined at startup time. For example, some of my installs placed the binary files in /usr/local/sbin. We

Re: .rpm or .src.rpm ?

2001-04-15 Thread Eric Clover
if i may, i'd like to refer you to an email i just sent out a few hours ago: just a side note, i rebuild so many src.rpm's that i made a nice little script that i issue to rebuild src.rpm's. i just thought i'd share that little shortcut with you. pico /usr/local/bin/rpmrb #!/bin/sh rpm --rebui

Re: change GUI

2001-04-15 Thread Al Sparks
Without having used either, my troubleshooting would include checking the dot files (i.e. those files starting with a ".") in each $HOME directory. That might give you a clue as to how to start it automatically. === Al --- John Aldrich <[EMAIL PROTECTED]> wrote: > On Sun, 15 Apr 2001, Chris

Re: Kernel upgrade from 2.2.17 to 2.4.x

2001-04-15 Thread Al Sparks
Go to http://www.linux.org. On the left side of the home page you'll see a link to "Documentation". Select that. That page will have as a selection, HOWTO's. Select that link. If you scroll down a few pages, you'll finally find the Kernel-HOWTO. Select that. Go to town. Good luck. === A

Re: OT: how to tar a netware server b4 wiping it?

2001-04-15 Thread Al Sparks
A possible solution, if you have the resources, is to use a linux box to mount the netware FS, and tar it, placing the tar'd file on an ext2 FS. If that works (or seems to), make sure you can untar it. Another idea; see if your Novell server can run an ftp daemon (I'm pretty sure there's some ou

RE: .rpm or .src.rpm ?

2001-04-15 Thread Fahad Al-Duraibi
Thanks for the information but as i know the RH rpms are compiled for the i386 architecture to work on all ix86 PC. but if i compile the source on my i686 will i benefit more performance rather than using the already compiled rpm? Fahad -Original Message- From: Tim [mailto:[EMAIL PROTE

Re: .rpm or .src.rpm ?

2001-04-15 Thread Tim
On Mon, 16 Apr 2001, Fahad Al-Duraibi wrote: > when i download packages i find some of them comes in two forms ( *.rpm > ) and the source code ( *.src.rpm ). > what is the best ? will the source package be optimized for my PC more > than the already compiled .rpm ? > rpm is a red hat

Re: SSH Client for Windows

2001-04-15 Thread badger
Tera Term Pro with SSH... find it on just about any windows shareware web site. - Original Message - From: "Alan Mead" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 14, 2001 8:33 AM Subject: Re: SSH Client for Windows > - Original Message - > From: Jeffery M

.rpm or .src.rpm ?

2001-04-15 Thread Fahad Al-Duraibi
when i download packages i find some of them comes in two forms ( *.rpm ) and the source code ( *.src.rpm ). what is the best ? will the source package be optimized for my PC more than the already compiled .rpm ? Thanks, Fahad Al-Duraibi

OT: how to tar a netware server b4 wiping it?

2001-04-15 Thread Dan Horth
Hi - off topic (except that I'm trying to archive a netware file server before setting it up as a RH 6.2 server!) but I was hoping that someone could help me with how I can crate a tar archive on a Novell Netware server. Ideally I'd like to be able to write the tar straight to DAT. I know tha

Re: Fwd: RH installed on a very small flash IDE

2001-04-15 Thread J Hayward
Hello Tom, > > Jim, > > > > I would be interested to know how you did this, and what packages you > ended up > > with. I am interested in a character-based system with perl on it, to use > as a > > portable terminal to run a cue-cate scanner to catalog my books, and I > have an > > old toshiba l

Re: Scripts

2001-04-15 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Ted Gervais wrote: >But - at some point in time I would certainly like to know how to do this >stuff right, as RedHat would like.. Ted, the fastest way to jump in is to simply copy an existing init script and modify it for your application. They mostly pretty

ATTN: chuck - moongroup search

2001-04-15 Thread Eric Clover
ht://Dig error htsearch detected an error. Please report this to the webmaster of this site. The error message is: Unable to read word database file '/var/lib/htdig/db/db.words.db' Did you run htmerge? ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: Another Lilo Problem

2001-04-15 Thread Marco Shaw
> But, I can boot from the boot floppy, and otherwise everything seems ok. > Since the disk is larger than 528 MB, I've specified the linear option in A simple suggestion is to try creating a "/boot" and a "/" partition. Keep "/boot" to something like 15MB. This is a cheat to the old 512MB (or

Another Lilo Problem

2001-04-15 Thread Janyce Wynter
I've trying to install RH 5.2 on an old 486DX2 as a way of troubleshooting an upgrade of my Samba server from 5.2 to RH7. The installation seems to go OK, but the machine won't boot Lilo. All I get is the dreaded L and a string of endlessly repeating 00 00 00 00 00 00 00 But, I can boot fro

Re: Scripts

2001-04-15 Thread Ted Gervais
Hi Marco. And hello from NewBrunswick. Well your suggestions are valid and I do appreciate your input. I will try and follow the examples that are there now and if all else fails I will just stick those lines in the /etc/rc.d/rc.local file, as you suggested. I run Slackware here and that is wha

Re: Scripts

2001-04-15 Thread Marco Shaw
> Where does a person go to find out how to make up scripts to install > in /etc/rc.d/init.d so that they run properly. There's no easy way to it that I know of. You just have to look at the existing scripts and build from that. > It seems that just making up a file with only the three lines or

Scripts

2001-04-15 Thread Ted Gervais
Where does a person go to find out how to make up scripts to install in /etc/rc.d/init.d so that they run properly. It seems that just making up a file with only the three lines or so that you want to have run, is just not the way to make up these files. I guess you need to have a start and

Re: Lilo problem

2001-04-15 Thread Mike Chambers
This is already done he got it fixed already. Mike - Original Message - From: "fred smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 15, 2001 5:33 PM Subject: Re: Lilo problem > On Sun, Apr 15, 2001 at 02:28:01PM -0500, Reuben D Budiardja wrote: > > Hello, > > I'm

Re: Lilo problem

2001-04-15 Thread fred smith
On Sun, Apr 15, 2001 at 02:28:01PM -0500, Reuben D Budiardja wrote: > Hello, > I'm having a problem configuring my Lilo to work correctly (I'm running > RedHat Linux 6.2). > I have 2 hard drive, > Hard drive a= 4 GB, Linux RedHat 6.2 > Hard drive b = 20 GB, the first 6 GB is windows 98. I've re

Re: Thanks (was Re: Lilo problem)

2001-04-15 Thread John Aldrich
On Sun, 15 Apr 2001, Reuben D Budiardja wrote: > Thanks all for the suggestions. I did what Mr. Mikkel suggested below, and > it works like a charm without requireing me to swap master/slave drive. > It's a great relieve. However, all the replies really added my working > knowledge with linux,

Thanks (was Re: Lilo problem)

2001-04-15 Thread Reuben D Budiardja
Thanks all for the suggestions. I did what Mr. Mikkel suggested below, and it works like a charm without requireing me to swap master/slave drive. It's a great relieve. However, all the replies really added my working knowledge with linux, as I don't think I know enough of them :). Thanks agai

Re: Fwd: RH installed on a very small flash IDE

2001-04-15 Thread Thomas Porter
On Sun, Apr 15, 2001 at 01:24:07PM -0700, J Hayward thoughtfully expounded: > Hello, > > Having some free time today I decided to try and see how small an > install I could do of RH 6.2 (could not find an old 6.1 disk). I took an > old pentium computer, installed only a floppy, cdrom, video card,

Re: Lilo problem

2001-04-15 Thread Justin Zygmont
I have mine like this and it works, the only problem is that pressing F4 during win98 bootup doesn't load my old version of DOS, it just hangs reading the HD, which may or may not be related the partition setup. hdc1/boot 55 MB hdc2/mnt/c 2 GIG DOS/Win partition hdc3swap55 MB

Re: Lilo problem

2001-04-15 Thread Michael Burger
Well, you could boot, full time, from floppy. However, my suggestion was to boot from floppy, edit your lilo.conf file to point at the right spots on your hard drives, and then run lilo. On Sun, 15 Apr 2001 15:52:53 -0500, Reuben D Budiardja wrote: >Ah.. I see (I know Windows is stupid, I onl

Re: Lilo problem

2001-04-15 Thread Mikkel L. Ellertson
On Sun, 15 Apr 2001, Mike Chambers wrote: > You would install LILO into MBR and it would detect your windows partition > and boot it, same thing with Linux. YOu won't need to use floppy. > > You will prolly need to boot up with floppy just this ONCE, edit > /etc/lilo.conf to show locations of yo

Re: Lilo problem

2001-04-15 Thread Mike Chambers
You would install LILO into MBR and it would detect your windows partition and boot it, same thing with Linux. YOu won't need to use floppy. You will prolly need to boot up with floppy just this ONCE, edit /etc/lilo.conf to show locations of your windows and linux then close and save. Then run

Re: Lilo problem

2001-04-15 Thread Mikkel L. Ellertson
On Sun, 15 Apr 2001, Reuben D Budiardja wrote: > Sorry, I don't get it. > > If I put my windows HD as master, an linux HD as slave, my LILO will never > be loaded, right? Because the MBR in my Windows HD will be loaded first > (which contains windows of course). > > So, this still have not anwere

Re: Lilo problem

2001-04-15 Thread Reuben D Budiardja
Sorry, I don't get it. If I put my windows HD as master, an linux HD as slave, my LILO will never be loaded, right? Because the MBR in my Windows HD will be loaded first (which contains windows of course). So, this still have not anwered my question, do I need to put the LILO in a floopy, the

Re: vacation message

2001-04-15 Thread Mikkel L. Ellertson
On Sun, 15 Apr 2001, Selim Jahangir wrote: > Hi All > Can anybobey help to configure auto-replying to sender of an email ? > > I have configured like following > > Suppose user name selim > In selim's home directory, I created a .forward file containg the > information > \selim "|/usr/bin/vacatio

Re: Lilo problem

2001-04-15 Thread John Aldrich
On Sun, 15 Apr 2001, Reuben D Budiardja wrote: > Ah.. I see (I know Windows is stupid, I only use it for certain things... > you know, some of the network scheduling in my work is still using win client). > > I need to boot from floppy all the time then? Are you saying, put my lilo > in floppy?

Re: Lilo problem

2001-04-15 Thread Mikkel L. Ellertson
The problem is that Windows will only boot from a primary partition on the first hard drive. Windows does not play well with other OSs - it expectes to be the only OS on the drive. You can try the modifications I made to your lilo.conf. I have not tried them with Windows 95/98, but they used to

Re: Lilo problem

2001-04-15 Thread Mike Chambers
Just set your windows HD as master, linux on your slave, and LILO will boot both. - Original Message - From: "Reuben D Budiardja" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 15, 2001 3:52 PM Subject: Re: Lilo problem > Ah.. I see (I know Windows is stupid, I only use

Re: Lilo problem

2001-04-15 Thread Reuben D Budiardja
Ah.. I see (I know Windows is stupid, I only use it for certain things... you know, some of the network scheduling in my work is still using win client). I need to boot from floppy all the time then? Are you saying, put my lilo in floppy? Thanks for all replies. Reuben D. B. At 04:39 PM 4/15/

Re: Lilo problem

2001-04-15 Thread John Aldrich
On Sun, 15 Apr 2001, Michael Burger wrote: > The quick and easy answer is to make your Windows HD the master, and > your linux HD as the slave...boot from a boot disk, at that point, > edit your lilo.conf file, run "lilo" and try again. > Right...that's because Windows is stupid and will only boo

Re: Fwd: RH installed on a very small flash IDE

2001-04-15 Thread J Hayward
Hello, Having some free time today I decided to try and see how small an install I could do of RH 6.2 (could not find an old 6.1 disk). I took an old pentium computer, installed only a floppy, cdrom, video card, 2.1GB hard drive. I created a single 127mb root partition, no swap, and managed an in

Installing packages for programming...

2001-04-15 Thread Monte Milanuk
Hello, I got my little beater P133 running again, courtesy of a $15 1.2GB used hard drive from a local dealer ;) Now off to the races. I did a minimal install, then removed a few things like kudzu and linuxconf and a few others that I don't believe I need. I did an 'rpm -qa > rpm.list.install'

Re: Lilo problem

2001-04-15 Thread Michael Burger
The quick and easy answer is to make your Windows HD the master, and your linux HD as the slave...boot from a boot disk, at that point, edit your lilo.conf file, run "lilo" and try again. On Sun, 15 Apr 2001 14:28:01 -0500, Reuben D Budiardja wrote: >Hello, >I'm having a problem configuring my L

Lilo problem

2001-04-15 Thread Reuben D Budiardja
Hello, I'm having a problem configuring my Lilo to work correctly (I'm running RedHat Linux 6.2). I have 2 hard drive, Hard drive a= 4 GB, Linux RedHat 6.2 Hard drive b = 20 GB, the first 6 GB is windows 98. What I want is to be able to select whether to boot linux or dos. Now, when I use Hd b

Kernel upgrade from 2.2.17 to 2.4.x

2001-04-15 Thread Murat Ustuntas
Hello, How can I learn to step by step kernel upgrading in short way. I wanna use to kernel.2.4.x.rpm's to upgrade. I have tried this but i didnt be successful. And learn to more about kernel upgrading. Be Fine. Murat __ Do You Yahoo!? Get email a

module errors

2001-04-15 Thread Eric Clover
hello, i compiled the new 2.2.19 kernel last night and i am running into a problem when i try to load updated modules. the insmod fails with this error: Symbol version prefix '' i tried a search on that error msg and didnt come up with much. what is causing that error?? TIA eric ___

Re: change GUI

2001-04-15 Thread John Aldrich
On Sun, 15 Apr 2001, Chris Mason wrote: > My laptop runs Gnome for Root and KDE2 for my user account. What do I change > so that my user account runs Gnome? > from a command prompt you can run "switchdesk gnome" or use the GUI login and select "gnome". John _

change GUI

2001-04-15 Thread Chris Mason
My laptop runs Gnome for Root and KDE2 for my user account. What do I change so that my user account runs Gnome? Thanks Chris Mason ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Fwd: RH installed on a very small flash IDE

2001-04-15 Thread Hossein S. Zadeh
On Sun, 15 Apr 2001, Steve Fernandez wrote: > > > I need to install RH 6.x on a system using a small (128Mb) > > > IDE FLASH drive. I cannot use a regular hard drive since > > > this system will be placed in a high altitude balloon with > > > no presureized or heated cabin for the hard drive

Re: v2.4.3 vs v2.2.19

2001-04-15 Thread Hossein S. Zadeh
On Thu, 12 Apr 2001, Statux wrote: > > Okay, this is now officially driving me insane. After realizing I > > couldn't get ipchains to work (easily) under v2.4.3, I dropped to > > v2.2.19, however now I'm faced with a different problem. One that I did Says who?? :-) Just insmod ipchains.o

Re: Fwd: RH installed on a very small flash IDE

2001-04-15 Thread Steve Fernandez
Matthew Saltzman wrote: > On Fri, 13 Apr 2001, J Hayward forwarded: > > > I need to install RH 6.x on a system using a small (128Mb) > > IDE FLASH drive. I cannot use a regular hard drive since > > this system will be placed in a high altitude balloon with > > no presureized or heated cabin

vacation message

2001-04-15 Thread Selim Jahangir
Hi All Can anybobey help to configure auto-replying to sender of an email ? I have configured like following Suppose user name selim In selim's home directory, I created a .forward file containg the information \selim "|/usr/bin/vacation selim" When I send a mail to selim I get a mesage like f

redhat-list@redhat.com

2001-04-15 Thread Oussama Dbaibo
>From Oussama Dbaibo: [ [EMAIL PROTECTED] ] hi every body Hi Mikkel Help is nedded here please. Althougt I've installed RH6.2 with every thing fine on: IBM p-166 80 ram...and Compaq p-166 80 ram I failed on this machine which Iam trying to install RH6.2 on: P-200 MMX - 20.4 GB seagate H.D -