RE: get me off this mailing list please

2003-03-29 Thread christopher cuse
> Ok, lets try this: > > Dear Mike, > > So let me get this straight: You signed yourself up for a mailing list > under some chick's name so a group of unpaid strangers can solve your > problem for you, instead of you helping youself. So as a result of > complete strangers spending their free time t

Re: Viewing CP status

2003-03-29 Thread Cameron Simpson
On 16:52 29 Mar 2003, Joe Giles <[EMAIL PROTECTED]> wrote: | Is there a way to get the 'cp' command to display some kind of status | that the copy is happening. Like hash marks or something... | | Its gets frustrating when copying large files from one location to | another and not seeing any progr

Re: using home directory from linux server for all other linuxmachines on network

2003-03-29 Thread Ritesh Raj Sarraf
sorry, my last message tend to be incomplete. so if the server goes down or say your case, if the cable is unplugged, then ofcourse the client freezes but as soon as the server(i.e. Host A in your case) is up every thing becomes normal.. another thing to mark out.. i was playing some songs using

Re: using home directory from linux server for all other linuxmachines on network

2003-03-29 Thread Ritesh Raj Sarraf
yes, it does happen thatway,, but even then i never had to hard boot my client machine(in your case Host B) because i had soft mounted the /home on my client machine :-) rrs On Sat, 29 Mar 2003, Jeff Lane wrote: > Oh, no... you misunderstand me.. I dont mean that the server needed to > be ha

RE: NameServer, DNS, and BIND

2003-03-29 Thread Mark Johnson-Barbier
It's becoming clearer. I'm going to write out some troubleshooting steps below so you can see some basic dns queries. I'll bet the problem is in your named.conf file, but this will narrow it down: First Look at the dns report at: http://www.dnsreport.com/tools/dnsreport.ch?domain=mystyka.com Thi

Re: How to shut down X without shutting down the computer?

2003-03-29 Thread Ritesh Raj Sarraf
boot into init 3 while running linux, it boots into console mode. from there you can use your X server firing up with startx. rrs On 28 Mar 2003, Richard S. Crawford wrote: > Forgive an amateur... > > When I'm at home, I work exclusively on my RH8.0 box, and I like to have > X running so I can

Re: get me off this mailing list please

2003-03-29 Thread Ryan McDougall
On Sat, 2003-03-29 at 20:54, Stephen Kuhn wrote: > On Sun, 2003-03-30 at 13:39, Jeff Kinz wrote: > > > > Create a new email message, and in the subject line, type UNSUBSCRIBE > > But don't send it to this email list - instead send it to: > > [EMAIL PROTECTED] > > > > If you send a messge to this

Re: Cant get mysql to work under RH8.0

2003-03-29 Thread Ritesh Raj Sarraf
the rpm for mysql that you've installed is a source rpm, kindly install the binary rpms like mysql-3.23.52.2.i386.rpm rrs On Fri, 28 Mar 2003, Billy Davis wrote: > When we installed RH8.0 on our server, we also selected the mysql package > for installation. When we enter 'rpm -qi mysql' , it te

RE: NameServer, DNS, and BIND

2003-03-29 Thread Wikked Skye
I have done the dig thing, and it looked alright there. There is really nothing on the system at all right now, so I am fine giving out that information. When I do ping for the ip it comes back fine, but when I ping the domain name it comes back host unknown. I am indeed using the Apache Ser

tekram dc 315U scsi adapter

2003-03-29 Thread Gabriel Arcos
I have a tekram dc-315U scsi adapter and when a try to compiled the driver in RH 8.0 kernel 2.4.18-27.8.0 I get the message above. Anyone with the same problem? somebody knows how to fix it? make -f Makefile.dc395 KDIR=/usr/src/linux-2.4 make[1]: Entering directory `/usr/src/dc395' gcc -I. -I /u

Re: maildata statistics

2003-03-29 Thread Tsuyoshi Takada
Thanks. > No doubt there is a better way to do it, but this should work: > > grep -A 10 -B 10 ^From:[EMAIL PROTECTED] messagefile | grep ^To: This may work, but miss-detections will be outputted if mail header or body is too short. Would there be a little more reliable way? Regards, -- Tsu

Re: Viewing CP status

2003-03-29 Thread fred pasteck
> > rsync -avz --progress rsync://server/$1 > > > > You may need to change the rsync invocation. Yes, you will need to change the rsync invocation. My apologies. It should be something like: rsync -avz --progress -- rsync://server/ You can replace with $1 to get the filename passed on the co

Re: maildata statistics

2003-03-29 Thread Anthony E. Greene
On 30-Mar-2003/07:04 +0900, Tsuyoshi Takada <[EMAIL PROTECTED]> wrote: >I want to output all the "To:" fields in the mail which contains >"example.com" in the "From:" field. No doubt there is a better way to do it, but this should work: grep -A 10 -B 10 ^From:[EMAIL PROTECTED] messagefile | gre

RE: NameServers and BIND Configuration

2003-03-29 Thread Wikked Skye
I have Red Hat Linux 8.0 which has BIND 8 or 9. I installed Linux as a server. I can get to my site by using the ip address of 64.91.118.88, but when I try to get to www.mystyka.com, I have an alert popup that says mystyka.com cannot be found. The nameservers are ns1.mystyka.com and ns3.mystyka.

Re: get me off this mailing list please

2003-03-29 Thread Stephen Kuhn
On Sun, 2003-03-30 at 13:39, Jeff Kinz wrote: > > Create a new email message, and in the subject line, type UNSUBSCRIBE > But don't send it to this email list - instead send it to: > [EMAIL PROTECTED] > > If you send a messge to this list saying unsubscribe you'll just get a > messages telling yo

Re: Setting up NameServer with BIND

2003-03-29 Thread Mark Johnson-Barbier
A whois query will not identify a problem in your dns configuration. To check if dns is returning an IP address correctly, you should use the "dig" command in the format: $ dig www.yourdomain.com If you see an an answer such as: ;; ANSWER SECTION: www.redhat.com. 300 IN A 6

DBI::mysql

2003-03-29 Thread Robert Canary
I am trying to migrate one redhat machine to a newer machine, but I am having a terrible time getting the DBI module to load the mysql driver. The older machine was an on going update from RH 5.2, where the new mahicne is a fresh 7.1 with RHN updates.. I have installed the mysql-DBI-perl-bin-1.82

RE: Help with DNS & Sendmail

2003-03-29 Thread Mark Johnson-Barbier
If you are looking for a "dns for dummies" as you say, I'd suggest that you use a free dns service until you learn BIND, djbdns, or one of the other available dns servers. Free services are at: www.everydns.net www.granitecanyon.com. They have web interfaces and will allow you to run your website

Re: get me off this mailing list please

2003-03-29 Thread Jeff Kinz
On Sun, Mar 30, 2003 at 01:11:09PM +1000, Stephen Kuhn wrote: > On Sun, 2003-03-30 at 08:13, Annette Bonnici wrote: > > I have received at least 100 emails a day for the last week and not a > > single one of them even came close to adressing my problem > > Could i please be removed from this maili

Re: 2nd Choice

2003-03-29 Thread Stephen Kuhn
On Sun, 2003-03-30 at 10:57, David Kramer wrote: > On Tuesday 25 March 2003 05:06 pm, Robert Adkins II wrote: > > My second choice would be Mandrake Linux, for their ease of > > install, multiple Filesystems to choose from during the install. Plus, I > > also like their default settings of many of

Re: get me off this mailing list please

2003-03-29 Thread Stephen Kuhn
On Sun, 2003-03-30 at 08:13, Annette Bonnici wrote: > I have received at least 100 emails a day for the last week and not a > single one of them even came close to adressing my problem > Could i please be removed from this mailing list > > Mike hanratty Create a new email message, and in the sub

Re: Viewing CP status

2003-03-29 Thread Joe Giles
OOOhh.. Ok.. Super... Let me try that.. Thanks A MILLION for all your help :) Joe On Sat, 2003-03-29 at 20:13, Jeff Kinz wrote: > On Sat, Mar 29, 2003 at 08:06:35PM -0700, Joe Giles wrote: > > Yeah, I share a FS using samba and mount the connection at work. Then I > > set up iptables to only all

Re: Uninstalling RH8

2003-03-29 Thread Stephen Kuhn
On Sun, 2003-03-30 at 13:08, Josef Oduwo wrote: > Hello, > I have Win 2K, Professioal, Server and RH8 installed on the same machine > with GRUB as the bootloader. How do I uninstall RH8 and leave Win2K as the > boot loader? > OJ You can delete the partitions where linux lives (including the boot

Re: Viewing CP status

2003-03-29 Thread Jeff Kinz
On Sat, Mar 29, 2003 at 08:06:35PM -0700, Joe Giles wrote: > Yeah, I share a FS using samba and mount the connection at work. Then I > set up iptables to only allow the ip/subnet of my work and home to allow > the samba and related ports access so it is secure... This has worked > very well. No nee

Uninstalling RH8

2003-03-29 Thread Josef Oduwo
Hello, I have Win 2K, Professioal, Server and RH8 installed on the same machine with GRUB as the bootloader. How do I uninstall RH8 and leave Win2K as the boot loader? OJ _ The new MSN 8: advanced junk mail protection and 2 months

Re: Viewing CP status

2003-03-29 Thread Joe Giles
So would the syntax be as follows: rsync -avz --progress rsync://server/path/to/file/ Sorry if I'm asking a brainless question... Never used rsync before :-P Thanks Joe On Sat, 2003-03-29 at 19:55, Jeff Kinz wrote: > On Sat, Mar 29, 2003 at 06:03:03PM -0800, fred pasteck wrote: > > You want

Re: Viewing CP status

2003-03-29 Thread Jeff Kinz
On Sat, Mar 29, 2003 at 06:03:03PM -0800, fred pasteck wrote: > You want to use rsync with --progress, then. Set up an > rsync server on one side then use: > > rsync -avz --progress rsync://server/path/to/file > > on the other side. To set up the server, simply run > "rsync --daemon" on the serve

Re: Viewing CP status

2003-03-29 Thread Joe Giles
Yeah, I share a FS using samba and mount the connection at work. Then I set up iptables to only allow the ip/subnet of my work and home to allow the samba and related ports access so it is secure... This has worked very well. No need for VPN :-P Besides, I have a VPN connection and because of tunn

Re: Viewing CP status

2003-03-29 Thread Joe Giles
Hmmm.. Ok, never though of rsync. I'll look into that.. Thanks :) Joe On Sat, 2003-03-29 at 19:03, fred pasteck wrote: > > Interesting Fred. On my system that simply reports > > when the job is > > finished. echo back the name of the file being > > copied from and to. > > You want to use rsyn

RE: Help with DNS & Sendmail

2003-03-29 Thread Thomas E. Dukes
Thanks, Have already looked at those 2 sites -- not much help if you aren't a PHD. Looking for more of a DNS for Dummies or Sendamil for Dummies Palmetto Shopper http://www.palmettoshopper.com Serving all of South Carolina and beyond! -Original Message- From: [EMAIL PROTECTED] [mailt

Pb of compilation for vtun 2.5

2003-03-29 Thread Vincent Couvreur
is everyone have already install vtun v2.5 on a redhat linux 8.0 i 've got problems to compil the source some errors. -- Regards, Vincent Couvreur -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Viewing CP status

2003-03-29 Thread Jeff Kinz
On Sat, Mar 29, 2003 at 06:57:04PM -0700, Joe Giles wrote: > Well, nothing is failing. I just want to know how long I have to wait to > copy a file from one server to another so I can retrieve that file and > work with it. The file is a little over 400 megs and the link is a dsl > link (640 x 256).

Re: Viewing CP status

2003-03-29 Thread fred pasteck
Sorry, one follow-up to my post. Another advantage to using rsync is that it will pick up where it left off if your dial-up gets disconnected. rsync can also be configured to run over ssh (which is actually how it's normally configured), but if you haven't used ssh before then it's a bit difficult

Re: Viewing CP status

2003-03-29 Thread fred pasteck
> Interesting Fred. On my system that simply reports > when the job is > finished. echo back the name of the file being > copied from and to. You want to use rsync with --progress, then. Set up an rsync server on one side then use: rsync -avz --progress rsync://server/path/to/file on the oth

Re: Viewing CP status

2003-03-29 Thread Jeff Kinz
On Sat, Mar 29, 2003 at 05:47:45PM -0800, fred pasteck wrote: > Hi Joe, > > You can either read what Jeff has written, or you can > just run "cp -av" instead. > Interesting Fred. On my system that simply reports when the job is finished. echo back the name of the file being copied from and to.

Re: Help with DNS & Sendmail

2003-03-29 Thread Al Sparks
Both subjects are covered in depth by books put out by O'Reilly. http://www.oreilly.com It's dry reading, but you can also download the sendmail source and start reading the docs in there. Sendmail's web site also has those docs. Same with BIND (assuming you're looking at BIND to provide DNS

Re: Viewing CP status

2003-03-29 Thread fred pasteck
Hi Joe, You can either read what Jeff has written, or you can just run "cp -av" instead. Best, Fred --- Jeff Kinz <[EMAIL PROTECTED]> wrote: > On Sat, Mar 29, 2003 at 04:52:10PM -0700, Joe Giles > wrote: > > Is there a way to get the 'cp' command to display > some kind of status > > that the co

Re: Viewing CP status

2003-03-29 Thread Joe Giles
Well, nothing is failing. I just want to know how long I have to wait to copy a file from one server to another so I can retrieve that file and work with it. The file is a little over 400 megs and the link is a dsl link (640 x 256). So I just wish to know a round about time it will finish. I suppos

Re: Scripting help

2003-03-29 Thread Edward Dekkers
> The Linux Documentation Project has pretty good stuff: > > Advanced Bash-Scripting Guide > http://www.tldp.org/LDP/abs/html/ > > Tony Thanks Tony. Regards, --- Edward Dekkers (Director) Triple D Computer Services P/L -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] ht

Re: Scripting help

2003-03-29 Thread Edward Dekkers
> And there are loads of online tutorials on shell scripting. Google turned up > one such > tutorial for me: > > http://www.freeos.com/guides/lsst/ > > There must be others too. > > -- > Anand Thanks Anand - the stuff you just told me should in fact get me by. When I get more time on my hands (th

RE: Disappointed - Lack of support for RHCE's in Australia and elsewhere

2003-03-29 Thread Michael Mansour
When the RHCE was first introduced to Australia, it came to Sydney and I was in the first class offered, taught but the first Australian to get RHCE certified overseas and be able to teach it here. We did it on RH6.2. I loved the course and thought it was one of the best certifications I sat, a l

Help with DNS & Sendmail

2003-03-29 Thread Thomas E. Dukes
H E L P ! I'm trying to setup my RH 8.0 system at home so that I can move my hosted website here. I have been reading HOW-TO's but they are old. I'm trying to use webmin to do this but it lacks 'help' features. Can someone point me to some good docs on these subjects? TIA Palmetto Shopper ht

Re: Setting up NameServer with BIND

2003-03-29 Thread Michael Mansour
What BIND version are you using? What release of Red Hat Linux? How did you set it up? what problems are you seeing? --- Wikked Skye <[EMAIL PROTECTED]> wrote: > I have been trying with this and reading articles > with this for four > days now, and I am stumped. I have checked > everything, po

RE: iptables access

2003-03-29 Thread Michael Mansour
Although I agree with Christopher below, you should be able to do this using Webmin. Just create a Webmin user with access to the firewall module (there's quite a few available for Webmin), and I'd imagine you'd have to also suid the iptables command to allow that user access to it. Michael. ---

Re: 2nd Choice

2003-03-29 Thread David Kramer
On Tuesday 25 March 2003 05:06 pm, Robert Adkins II wrote: > My second choice would be Mandrake Linux, for their ease of > install, multiple Filesystems to choose from during the install. Plus, I > also like their default settings of many of the tools they include with > the distro. Am I the only

Re: Viewing CP status

2003-03-29 Thread Jeff Kinz
On Sat, Mar 29, 2003 at 04:52:10PM -0700, Joe Giles wrote: > Is there a way to get the 'cp' command to display some kind of status > that the copy is happening. Like hash marks or something... > > Its gets frustrating when copying large files from one location to > another and not seeing any progr

Setting up NameServer with BIND

2003-03-29 Thread Wikked Skye
I have been trying with this and reading articles with this for four days now, and I am stumped. I have checked everything, ports are open, firewall is set okay. I can get to my website by using the ip, but not with the www address. Everything is pointed correctly. I have checked with WhoIs

Re: Major Crash

2003-03-29 Thread Joe Polk
They're not device files. There is a spreadsheet in my old user dir that I need. Unfortunately, the fsck util created a 'b' file type of the same name I assume in an attemp to recover the file. Now, something else is happening. I tried to dd the file out to a test filename. Now the parent direct

Re: Major Crash

2003-03-29 Thread Robert P. J. Day
On Sat, 29 Mar 2003, Joe Polk wrote: > Okay, I moved my mail server this weekend. No biggie. Consquently, my > list mail backed up and I had over 200 email messages from this list to > download into Evolution to my laptop, not to mention my other mailboxes > that I use Evolution to check. Well, ev

Viewing CP status

2003-03-29 Thread Joe Giles
Is there a way to get the 'cp' command to display some kind of status that the copy is happening. Like hash marks or something... Its gets frustrating when copying large files from one location to another and not seeing any progress. Thanks Joe -- redhat-list mailing list unsubscribe mailto:

Major Crash

2003-03-29 Thread Joe Polk
Okay, I moved my mail server this weekend. No biggie. Consquently, my list mail backed up and I had over 200 email messages from this list to download into Evolution to my laptop, not to mention my other mailboxes that I use Evolution to check. Well, everything downloaded fine except the list m

Re: get me off this mailing list please

2003-03-29 Thread Hal Burgiss
On Sun, Mar 30, 2003 at 08:13:21AM +1000, Annette Bonnici wrote: > I have received at least 100 emails a day for the last week and not > a single one of them even came close to adressing my problem Could i > please be removed from this mailing list > > Mike hanratty Annette, have you purchased an

Re: vsftpd

2003-03-29 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 29 Mar 2003 12:55:24 -0700, KC wrote: > Should there be a process running afterwards showing that vsftpd is running? No, but xinetd should be running and listening on port 21 (FTP). You can verify that with the "netstat" command, "man netstat

(no subject)

2003-03-29 Thread Vincent Couvreur
is everyone have already install vtun v2.5 on a redhat linux 8.0 i 've got problems to compil the source some errors. -- Regards, Vincent Couvreur -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: get me off this mailing list please

2003-03-29 Thread Rus Foster
On Sun, 30 Mar 2003, Annette Bonnici wrote: > unsubscribe mailto:[EMAIL PROTECTED] Click on this link -^ Rus -- http://www.65535.net | "More bits for your byte" | e: [EMAIL PROTECTED] forums: http://forums.65535.net | MSNM: [EMAIL PROTECTED] IRC Accounts - Shell Accounts - Hosting - Email - Cus

get me off this mailing list please

2003-03-29 Thread Annette Bonnici
I have received at least 100 emails a day for the last week and not a single one of them even came close to adressing my problem Could i please be removed from this mailing list Mike hanratty -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/li

Re: maildata statistics

2003-03-29 Thread Tsuyoshi Takada
Sorry, because of the spec of mailing list server software, the lines of under a mail delimiter mark "\n\.\n" are deleted. The following is the next of the previous mail. For example, this mail data format is the following. --- Return-Path: Received: To: From: [EMAIL

maildata statistics

2003-03-29 Thread Tsuyoshi Takada
Hi all, There is a large mail data file "1.txt". Each mail is separated by the strings "\n\.\n". Mail header and mail body is separated by "\n\n". For example, this mail data format is the following. --- Return-Path: Received: To: From: [EMAIL PROTECTED] Hello! World!

RE: Netsend in Linux ??

2003-03-29 Thread Stephen Kuhn
On Sun, 2003-03-30 at 01:40, christopher cuse wrote: > hi senthil, > assuming that you have samba installed on your linux box try > > # echo your message testhere | smbclient -Mdrs1 > > where drs1 is the netbios name of the workstation where you wish to send > message. obviously, more info avail

Re: smp kernel updates

2003-03-29 Thread Ed Wilts
On Sat, Mar 29, 2003 at 04:09:49PM +0100, Maarten wrote: > I am running RH8 on a multiprocessor system. When freshening my RPM's, I > noticed that RedHat's kernel updates do not include a new SMP kernel. In my > case, when updating the kernel, my smp 2.4.18-14 was updated and replaced > with a newe

Re: vsftpd

2003-03-29 Thread KC
Should there be a process running afterwards showing that vsftpd is running? KC - Original Message - From: "Jack Bowling" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 29, 2003 2:38 AM Subject: Re: vsftpd > ** Reply to message from KC <[EMAIL PROTECTED]> on Fri, 28 Ma

Re: using home directory from linux server for all other linux machines on network

2003-03-29 Thread Reuben D. Budiardja
On Friday 28 March 2003 04:28 am, Anthony E. Greene wrote: > On 27-Mar-2003/20:47 -0500, Jim Vellenga <[EMAIL PROTECTED]> wrote: > >I have several Linux machines running on my home network. At this point > >every user has their own home directory on each machine and would need > >to transfer files

Re: using home directory from linux server for all other linux machineson network

2003-03-29 Thread Jeff Lane
Oh, no... you misunderstand me.. I dont mean that the server needed to be hard booted, but the client computer.. for example, you have a server A that is handing out all employee home dirs via NFS. So, I go to Host B and log in. Now, NIS handles all the logon stuff, and then mounts my home d

Re: Re: Java

2003-03-29 Thread Bart van Kuik
>>>I have Java installed on my machine but cannot remember d/loading it or >>>where >>>I got it fromHow do I tell which version it is...ie ibm, netscape, >>>blackdown etc?/ >>java -version > Ta for the reply but this is what I get > [EMAIL PROTECTED] twager]$ java -version > bash: java: c

Re: tracerouting from home network

2003-03-29 Thread Matthew Saltzman
On Sat, 29 Mar 2003, chris wrote: > Yes traceroute is installed. It works fine if I plug directly into the > cable-modem. It's only while sitting behind the linksys with a private > IP that it won't function. Starting with the first hop, I just get > "*"s. It seems to me that it doesn't know h

smp kernel updates

2003-03-29 Thread Maarten
Hi, I am running RH8 on a multiprocessor system. When freshening my RPM's, I noticed that RedHat's kernel updates do not include a new SMP kernel. In my case, when updating the kernel, my smp 2.4.18-14 was updated and replaced with a newer UP kernel. Nevertheless, that felt more like a downgrade t

Re: eth0 and Zaurus SL 5500

2003-03-29 Thread Robert P. J. Day
On Sat, 29 Mar 2003, Haisam K. Ido wrote: > There is no entry for it in modules.conf, but claims to be eth0 when the PDA is > turned on > > How do I block CDCEther from ever being used? add the line CDCEther to /etc/hotplug/blacklist. rday -- redhat-list mailing list unsubscribe mailto:[

RH 9.0/8.0.94 and rpm problem

2003-03-29 Thread Haisam K. Ido
I've installed 8.0.94 (beta) and rpm -i never stops running. I have to use kill -9 and rpm --rebuilddb does'nt stop either. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: eth0 and Zaurus SL 5500

2003-03-29 Thread Haisam K. Ido
There is no entry for it in modules.conf, but claims to be eth0 when the PDA is turned on How do I block CDCEther from ever being used? Dylan Baxter wrote: Make the change in /etc/modules.conf - Original Message - From: "Haisam K. Ido" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

RE: Netsend in Linux ??

2003-03-29 Thread christopher cuse
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] > Sent: Saturday, March 29, 2003 2:27 PM > To: [EMAIL PROTECTED] > Subject: Netsend in Linux ?? > > > Hi, > > I am trying to figure out if there is any way I can send in > alert messages

Re: eth0 and Zaurus SL 5500

2003-03-29 Thread Robert P. J. Day
On Sat, 29 Mar 2003, Haisam K. Ido wrote: > Thanks. The system chose CDCEther. How do I prevent it from doing that > or how do I change eth0 from CDCEther to lets say eth2. I'll checkout > usbdnet. for what it's worth, i have an ongoing documentation project discussing running the OpenZaurus i

Re: eth0 and Zaurus SL 5500

2003-03-29 Thread Dylan Baxter
Make the change in /etc/modules.conf - Original Message - From: "Haisam K. Ido" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 28, 2003 9:30 PM Subject: eth0 and Zaurus SL 5500 > My Zaurus SL 5500 PDA is given eth0 if it is on and hence blocks my eth0 (nic) from > acq

Re: No traceroute from linux was Re: (no subject)

2003-03-29 Thread Chris
My apologies for the lack of a subject. It was an unintentional screwup and my "unsend" button just wouldn't retrieve the message. :) Your response pointed me in the correct direction. THANKS! I didn't know that my traceroute was using UDP vs windows' using ICMP. That put the problem squarely

Re: eth0 and Zaurus SL 5500

2003-03-29 Thread Haisam K. Ido
Thanks. The system chose CDCEther. How do I prevent it from doing that or how do I change eth0 from CDCEther to lets say eth2. I'll checkout usbdnet. nate wrote: Haisam K. Ido said: My Zaurus SL 5500 PDA is given eth0 if it is on and hence blocks my eth0 (nic) from acquiring dhcp ip. Under

Re: using home directory from linux server for all other linuxmachines on network

2003-03-29 Thread Ritesh Raj Sarraf
the condition you are mentioning was also with me.. i've completed it and am happily using it. NFS can accomplish the job for the home directory and NIS for the centralized login. as for backups and fallbacks they too can be configured on them.. rrs On 27 Mar 2003, Jim Vellenga wrote: > Greet

Re: Java

2003-03-29 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 29 March 2003 07:54 am, Ted Wager wrote: > Viktor Dueck wrote: > >java -version > > > >Am Sam, 2003-03-29 um 09.07 schrieb Ted Wager: > >>I posted this yesterday but it did not seem to make it to the > >> list > >> > >>I have Java insta

Re: using home directory from linux server for all other linuxmachines on network

2003-03-29 Thread Ritesh Raj Sarraf
it isn't necessary that the server need to be hard booted to get it back. pass appropriacte parameters to nfs and you are in the run. rrs On Thu, 27 Mar 2003, Jeff Lane wrote: > Dont ask me how to do this, because its very ugly, from what I have > heard, but you could use something like NIS to

Netsend in Linux ??

2003-03-29 Thread [EMAIL PROTECTED]
Hi, I am trying to figure out if there is any way I can send in alert messages to my clients running KDE workstations just like in windows I used to send messages using the command " netsend ". Is there a linux equvalent ? can any one help me? senthil -- redhat-list mailing list unsubscrib

Re: Java

2003-03-29 Thread Ted Wager
Viktor Dueck wrote: java -version Am Sam, 2003-03-29 um 09.07 schrieb Ted Wager: I posted this yesterday but it did not seem to make it to the list I have Java installed on my machine but cannot remember d/loading it or where I got it fromHow do I tell which version it is...ie ibm, n

Re: Scripting help

2003-03-29 Thread Anthony E. Greene
On 29-Mar-2003/18:14 +0800, Edward Dekkers <[EMAIL PROTECTED]> wrote: >The commands, I have no problem with at all, but I'd like to build some >'smarts' into the sequence. > [snip] > >Anyone know of a good tutorial on the web to help me learn these few >things? The Linux Documentation Project has

Re: Help Unpacking RPM

2003-03-29 Thread Alexey B. Fadyushin
If you have Midnight Commander installed, you can use it for unpacking RPM files. You can just press Enter when the RPM file is highlighted and enter into it like entering into the directory. Then you can copy its contents, which will be displayed in the panel, like copying the regular files. Ale

Re: Java

2003-03-29 Thread Viktor Dueck
java -version Am Sam, 2003-03-29 um 09.07 schrieb Ted Wager: > I posted this yesterday but it did not seem to make it to the list > > I have Java installed on my machine but cannot remember d/loading it or > where > I got it fromHow do I tell which version it is...ie ibm, netscape, > bl

No traceroute from linux was Re: (no subject)

2003-03-29 Thread Juan Martinez
You're missing a subject on your original post. Honestly, it will help you get a response. If you can't be bothered to give your post a subject, how can you expect others to bother opening your message? Try 'traceroute -I' I had the same problem once when I was behind a firewall on an Air Force

Re: vsftpd

2003-03-29 Thread Jeff Kinz
On Fri, Mar 28, 2003 at 10:40:04PM -0700, KC wrote: > Sorry about the double post - It said it didnt accept HTML formatted so I > resent it Nope. It said that you should try not to post in HTML. Which is true. Thanks for changing to the most acceptpable format. Lots of folks would not have been

Re: why is gettext dependent on installing libgcj?

2003-03-29 Thread Jeff Kinz
On Fri, Mar 28, 2003 at 07:15:51PM -0800, Adam Monsen wrote: > Why is gettext dependent on installing libgcj? gettext has a large number of text handling capabilities which presumably relies upon certain routines packages in libgcj. To find out exactly which ones, compile the source for getext, r

Re: Scripting help

2003-03-29 Thread Anand Buddhdev
og.txt". And then drop > out. > > Also, it would be nice to name the backup 20030329.zip for example. So > things like extracting the date from the system is also beyond me. > > Anyone know of a good tutorial on the web to help me learn these few things? In sh/bash, the vari

Re: vsftpd

2003-03-29 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 29 Mar 2003 01:38:11 -0800, Jack Bowling wrote: > > I have vsftpd configured, but i can't figure out how to start it "must be started > > through xinted" > > I can't find any documentation on how to do so..how do I do this? > > > > Thanks i

Re: KDE 3.1

2003-03-29 Thread Edward Dekkers
> I use gnome 2.0, but i would like to install kde 3.1. I found it on a > cdrom , there were 18 tarfiles, i have used command tar to extract those > files into /tmp directory.. now when i access from console the main > package (which should be kde-i18n-3.1) and execute ./configure i get an > error

Re: Floppy error

2003-03-29 Thread Edward Dekkers
> I'm seeing a whole bunch of error messages like this in my > /var/log/messages: > > Jan 20 22:18:32 ripley kernel: floppy0: disk absent or changed during > operation Jan 20 22:18:32 ripley kernel: end_request: I/O error, dev > 02:00 (floppy), sector 6 > > What does this mean? It usually means th

Re: Error Message with attempted PPP connection

2003-03-29 Thread Edward Dekkers
> I am getting an error message that says > > "/sbin/ifup ppp1 is taking longer than expected to complete. Please take > action." Okay, so what kind of action do I need to take? When? What are you doing or trying to do? More info please.. Regards, --- Edward Dekkers (Director) Triple D Com

Scripting help

2003-03-29 Thread Edward Dekkers
things like checking for zip return error codes, mounting the share error codes etc. is new to me. Obviously if the share is unable to be mounted, I'd like to skip the rest of the steps and echo "Backup PC could not be mounted - error code >> backuplog.txt". And then drop

Re: vsftpd

2003-03-29 Thread Jack Bowling
** Reply to message from KC <[EMAIL PROTECTED]> on Fri, 28 Mar 2003 21:51:05 -0700 > I have vsftpd configured, but i can't figure out how to start it "must be started > through xinted" > I can't find any documentation on how to do so..how do I do this? > > Thanks in advance Aha!! Skill testing

Re: eth0 and Zaurus SL 5500

2003-03-29 Thread nate
Haisam K. Ido said: > My Zaurus SL 5500 PDA is given eth0 if it is on and hence blocks my eth0 > (nic) from acquiring dhcp ip. Under mandrake the PDA was given usb0 as > the alias. How does one change eth0 for the PDA to usb0 under RH 8.0.94 your using the wrong module, you need the usbdnet mo

Crt graphics not drawing

2003-03-29 Thread Chris Mason
When I run a graphic shell application such as rhn_register or iptraf on one of my servers, I get ascii characters instead of boxes and lines. I have ncurses and ncurses4 installed, so I am not sure what's up. Chris Mason [EMAIL PROTECTED] Box 340, The Valley, Anguilla, British West Indies Tel: 2

Re: xserver fail with a color depth problem in vmware

2003-03-29 Thread winglion
I had just serve the problem by adding a -weith 565 as parameter to startx! I got the idea from the man page of xdm! I don't really understand how it work! But after it start x one time! I set the color depth with the tool of redhat, and it recreate a new XF86Config for me! now that I can st

Java

2003-03-29 Thread Ted Wager
I posted this yesterday but it did not seem to make it to the list I have Java installed on my machine but cannot remember d/loading it or where I got it fromHow do I tell which version it is...ie ibm, netscape, blackdown etc?/ Regards Ted Wager -- redhat-list mailing list unsubscrib