Re: Need help fast!

2001-01-12 Thread Michael Butler/CanEast/IBM
>I did it this time. I have redhat 7.0 running on a >computer and I update the Xfree86 to 4.0.2. > >If I start the server in text mode and login as a user >it worked great ! Faster too. but if I start the >server i GUI mode the users do get gnome as a >desktop!! > >Please help send me email to [

Re: Linux VPN client?

2001-01-03 Thread Michael Butler/CanEast/IBM
Not sure if you want to pay or not but Aventail has a beta UNIX client that I downloaded the other day from an internal IBM site. Haven't managed to spend any time on it yet but planning on it in the near future. www.aventail.com - start there. Mike jack wallen <[EMAIL PROTECTED]>@redhat.com on

What to do with eth0

2000-12-17 Thread michael butler
Need some network guidance. I'm not an expert so feel free to throw the information at me. I just got a cable modem (the older type that dials) and after some fiddling I managed to get it to dial and connect for me. There are two oddities however. When the box boots eth0 takes forever to come up.

Re: 7.0 disable hardware detect after install

2000-12-11 Thread Michael Butler/CanEast/IBM
If you run setup as root isn't there an option to disable kudzu there? Adam Goucher <[EMAIL PROTECTED]>@redhat.com on 12/11/2000 11:29:35 AM Please respond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: 7.0 disable hardware detect after install f

Re: I've got a problem connecting to the internet with a External modem. Pleasehelp.

2000-12-06 Thread Michael Butler/CanEast/IBM
A couple of things off the top of my head: After you get connected, ping your DNS nameservers to see if you can get to them. Ping them by ip address. If you can ping them, do you have those addresses in your /etc/resolv.conf? Do a traceroute to see your path to the nameservers. Are you running

Re: how do the ip of a PPP connection?

2000-12-05 Thread Michael Butler/CanEast/IBM
Try this: #!/usr/bin/perl @info = `ifconfig`; foreach $line(@info){ if ($line =~ /inet addr/){ $line =~ s/(.*)(:)(.*)(\ )(.*)(:)(.*)/\3/; print $line; } } I'm sure you could do some grep stuff on this as well: ifconfig | grep inet | sed 's/inet\

RE: unsubscirbe

2000-12-04 Thread Michael Butler/CanEast/IBM
This is the first mailing list message I have received from the list since last Friday. What gives? Anyone know? Is the list down? "Burke, Thomas G." <[EMAIL PROTECTED]>@redhat.com on 12/01/2000 01:29:29 PM Please respond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: "'[EMAIL PROTECT

Is the list down?

2000-12-04 Thread Michael Butler/CanEast/IBM
I have received no messages since last Friday. Anyone out there??? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: boot floppy question

2000-12-01 Thread Michael Butler/CanEast/IBM
espond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: boot floppy question On Thu, 30 Nov 2000, Michael Butler/CanEast/IBM wrote: > Try this: > Login as root. > cd /boot > dd if=vmlinuz of=/dev/fd0 > > Then reboot with the floppy in

Re: boot floppy question

2000-11-30 Thread Michael Butler/CanEast/IBM
Try this: Login as root. cd /boot dd if=vmlinuz of=/dev/fd0 Then reboot with the floppy in the drive. You should boot off the disk. Mike Timothy Reaves <[EMAIL PROTECTED]>@redhat.com on 11/30/2000 03:13:08 PM Please respond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: RedHat <[EMA

Re: Memory refresh?

2000-11-28 Thread Michael Butler/CanEast/IBM
Typically most unix OS's do some smart file caching so that access is even quicker. Some unix systems use other caching techniques such as translation lookaside buffers, i.e. TLB's. Don't think RedHat does though. It is normal for memory to look used in this fashion. If you ever have an doubt, s

Re: Performance

2000-11-27 Thread Michael Butler/CanEast/IBM
I'll wade in to this for the fun of it. One thing I would definitely do is a kernel re-compile. The stock kernel's are a little bloated. My experience has been that after a few re-compiles you'll get a nice compact kernel you'll find that ram is freed up. A stock 6.2 kernel used about 30MB while m

Re: basic question: busy devicess

2000-11-24 Thread Michael Butler/CanEast/IBM
Hi David, The fuser command will kill processes that have a device locked. Let's say you want to unmount a filesystem called /test on /dev/hda2. You would issue the fuser -ku /test command and all processes on that filesystem are killed. You can then unmount it. You can also issue the fuser -u com

Re: cat |grep |???

2000-11-16 Thread Michael Butler/CanEast/IBM
A quick perl hack that opens a file, looks for the word "hello" and prints the next two lines and the two previous ones. I just put this together real quick here at work so I know it could be prettier but use it as you will. Mike #!/usr/bin/perl open (FILE, "test.txt")||die "Can't open file\n"

Re: mail from script

2000-10-19 Thread Michael Butler/CanEast/IBM
Hi Bryan, As I recall, sendmail -f will allow you to do this. You may need to be a trusted user to do this. Failing that, you could probably use the set-uid bit so that your script runs as root. Do a man on sendmail and read about the -f flag. Mike "Bryan K." <[EMAIL PROTECTED]> on 10/16/2000 0

Re: Recompile kernel for performance?

2000-10-18 Thread Michael Butler/CanEast/IBM
No question, recompile your kernel. The added performance gains are well worth it. I have always found that the stock kernels were resource hogs (especially from a memory standpoint) and the gains I saw were huge. Do a top after X starts and make note of memory usage. Then after a few compiles to

RE: FW: Trouble with Samba and Win 98

2000-10-12 Thread Michael Butler/CanEast/IBM
I had the same problem with Win2000. I found the easiest thing to do is to simply map to the ip address through explorer. -mgb Warren Melnick <[EMAIL PROTECTED]> on 10/12/2000 02:19:31 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: RE: FW:

Re: Comparison: AIX - RH

2000-10-12 Thread Michael Butler/CanEast/IBM
Do you know the URL for Cactus? I wonder how it handles a restore with a Windows partition on one side? Thanks -mgb Steve Dixon <[EMAIL PROTECTED]> on 10/11/2000 04:18:14 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: Comparison: AIX - RH Michael

RE: Comparison: AIX - RH

2000-10-11 Thread Michael Butler/CanEast/IBM
Maybe so, but you can't beat the mksysb restore. Saved my hide more than once. When RedHat gets the same thing then they'll have something to really brag about. -mgb "Dan Browning" <[EMAIL PROTECTED]> on 10/11/2000 03:09:12 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Su

Re: Comparison: AIX - RH

2000-10-11 Thread Michael Butler/CanEast/IBM
RedHat is a great starting point for learning UNIX in general. I work with AIX every day and I wouldn't want to say that knowing Linux will make you a great AIX admin but it will give you the basic UNIX skills you'll need. Once they get their hands on AIX they'll learn about Smitty, JFS, differe

Re: RH 7.0 Nightmare: Permedia2 & other stories.

2000-10-10 Thread Michael Butler/CanEast/IBM
My $.02 worth here. I've been using RedHat since the 4.x days. One thing that I have noticed is the consistent "bugginess" of the X.0 releases. I found 4.0 a little buggy, 4.1 better and 4.2 stable as hell. Same thing with 5.0-5.1-5.2 and 6.0-6.1-6.2. When 7.0 came out I wasn't even going to try

Re: How to build test kernels ?

2000-09-25 Thread Michael Butler/CanEast/IBM
No question this is the best way to do it. Additionally, I would put my stable kernel on a floppy in case something really goes bad. dd if=/boot/vmlinuz of=/dev/fd0. Now you can safely play without fear. Mike Robbie Robinson <[EMAIL PROTECTED]> on 09/13/2000 01:32:52 PM Please respond to [EMAI

RE: New install of redhat 6.1 takes long time to boot

2000-09-22 Thread Michael Butler/CanEast/IBM
One thing you can do is run setup as root and disable anything you don't want to run. "Wagner, Joseph" <[EMAIL PROTECTED]> on 09/22/2000 01:13:12 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: RE: New install of redhat 6.1 takes long time t

Re: Booting sequence in Linux

2000-09-20 Thread Michael Butler/CanEast/IBM
espond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: Booting sequence in Linux On Wed, 20 Sep 2000, Charles Galpin wrote: > A small but significant error here. > > On Wed, 20 Sep 2000, Michael Butler/CanEast/IBM wrote: > > > Now if you look in your /etc/

Re: Booting sequence in Linux

2000-09-20 Thread Michael Butler/CanEast/IBM
Charles Galpin <[EMAIL PROTECTED]> on 09/20/2000 10:19:43 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: Booting sequence in Linux A small but significant error here. On Wed, 20 Sep 2000, Michael Butler/CanEast/IBM wrote: > Now if you look in

Re: rc? [Was: Booting sequence in Linux]

2000-09-20 Thread Michael Butler/CanEast/IBM
nd 'rc.d' stands for? Or anyone else? Juha? Regards Gustav Michael Butler/CanEast/IBM wrote: > I'll try to explain. After you turn your system on a number of things > occur: > the scripts in /etc/rc.d/rc3.d -- pgp = Pretty Good Privacy. To get my public pgp key, send an e-

Re: Booting sequence in Linux

2000-09-20 Thread Michael Butler/CanEast/IBM
I'll try to explain. After you turn your system on a number of things occur: ROM checks your hardware and looks for a bootstrap program, i.e. lilo. The kernel is located and loaded into memory. root filesystem is checked and process 0 is started, i.e. swapper Process 1(init

Re: Playing mp3 in linux from a FAT32 drive; experiencing disruptions

2000-09-19 Thread Michael Butler/CanEast/IBM
Hi John, I had the same issue. I upgraded to 6.2 from 6.1. When I was listening to mp3's in 6.1 using x11amp I had no problems. However, when I upgraded to 6.2, x11amp was magically removed and I was left with XMMS which IMHO is a piece of crap. I had the same issues you have now. I searched high

Re: [OT] Perl Telnet script[solved]

2000-09-13 Thread Michael Butler/CanEast/IBM
[EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: [OT] Perl Telnet script On Wed, 13 Sep 2000, Michael Butler/CanEast/IBM wrote: > > Hi Brett, > Thanks for the help. At least I know the code works. I can't connect to a > RedHat 6.2 box or any one of 10 AIX boxes. Int

Re: [OT] Perl Telnet script

2000-09-13 Thread Michael Butler/CanEast/IBM
ting for a command prompt. Thanks again Mike Bret Hughes <[EMAIL PROTECTED]> on 09/12/2000 08:18:02 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: [OT] Perl Telnet script Michael Butler/CanEast/IBM wrote: > Sorry for the off topic question but I'm

RE: [OT] Perl Telnet script

2000-09-12 Thread Michael Butler/CanEast/IBM
ut some of the others here have used Expect for similar FTP type of things. John The opinions expressed herein are those of the User and not HBSI. No warrantee, expressed or implied, can be construed from advice given or statements made in this e-mail. -Original Message- From: Michael But

[OT] Perl Telnet script

2000-09-12 Thread Michael Butler/CanEast/IBM
Sorry for the off topic question but I'm scratching my head here. I've written a perl script to do a telnet to a server and run an arbitrary command. Doing a "who" on the server indicates that I do indeed get connected. However, after the specified timeout I get "connection timed out waiting for

Re: How to with tar.Z files!!!

2000-08-29 Thread Michael Butler/CanEast/IBM
Or tar -xvzf filename Mike Kris Keele <[EMAIL PROTECTED]> on 08/29/2000 08:21:14 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: How to with tar.Z files!!! Just use gzip, gunzip or unzip to unzip the file and then tar to untar it. Example: gzip -d package

TV Tuner Card

1999-11-26 Thread Michael Butler
I've got a chance to buy a Zoltrix TV tuner card for a pretty good price. Anyone know if this will work with Redhat (I'm running 6.1) and if so would you be able to point me to a place where I could get a driver? Thanks Mike -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the S

Missing file after compile

1999-11-07 Thread Michael Butler
Redhat 6.1, After compiling a kernel I get this error on boot: /etc/rc.d/sysinit    /proc/sys/kernel/sysrq no such file Anybody know what I missed on the kernel compile? Thanks Mike

Re: RedHat Support????

1998-05-20 Thread Michael Butler
> Hi, Mike. What others have said here about the great helpfulness of this > list is right on. For example, I was having a problem running X on my > Toshiba 225CDS, and a list member (Luc) sent me a configuration file that > worked. Actually I posted my problem some time ago and was unable to

3Com Token Ring Card

1998-04-30 Thread Michael Butler
Hello All, Anyone have any luck installing a 3Com PCI token ring card with Redat 4.2? I understand token ring cards can be difficult to work with. I have a Dell 233 and I want to be able to get this PCI card to work but I fear it may not be compatible with 4.2. Thanks Mike -- PLEASE rea

Re: Danger: Extreme newbie question

1998-04-23 Thread Michael Butler
Sean Winters wrote: > First of all, let me say that even though I come from the NT world, I > was able to install RH 5.0 and get it going on the network with minimum > fuss. (A testament to the ease of installation, not my technical > prowess.) > > I bought the RH Linux Installation Guide, and wa

Re: XFree86 or MetroX w/ STB Velocity 128

1998-04-23 Thread Michael Butler
Netlink Tech wrote: > I just installed RedHat 5.0 on my new Dell XPS333MHz. > > I have a Dell D1028L Color Monitor (17inch). > The video card is a STB Velocity 128 Multimedia Accelerator with 4MB - AGP > Bus. > > I am trying to get xwindows working. > I have tried MetroX and XFree86., neither of

Re: ghostscript Problems

1998-03-14 Thread Michael Butler
robert collins wrote: > Hi; I've been having consistent > problems with Ghostscript not > being able to read any files > except perhaps a few of its own > and then that's hit and miss. Is > this just plain "bad" software or > is there a simple fix for this ?? > Thanks in advance > Ghostscript wo

Re: FW: Returned mail: unknown mailer error 127

1998-03-05 Thread Michael Butler
Canary, Robert W. wrote: > Hi, > > I have received about 10 - 12 various messages similar to the following. > Is this just me or is everyone getting these messages. There are being > sent directly to my email address. > > -- > robert > > -- > From: Mail Delivery Subsystem[SMTP:[EMAIL