Re: Aliasing rm command

2001-03-16 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- David Talkington wrote: >Makes perfect sense to me (at least to my tired eyes), since "t-echo" >gets expanded before the shell ever sees "this". So: On second glance, forgive my somewhat inaccurate explanation ... it has to do with the order in which the shel

Re: Aliasing rm command

2001-03-16 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Mikkel L. Ellertson wrote: >alias t-echo='echo $1 is the first varable' > >You would expect the output of the command "t-echo this" to be > >this is the firest varable > >but what you get is > >is the first varable this Makes perfect sense to me (at least to m

Re: Aliasing rm command

2001-03-16 Thread Mikkel L. Ellertson
On Sat, 17 Mar 2001, Vineeta wrote: > > Mikkel, > But,in the other example which i gave you,as follows: > alias rm='cat $1 >testall' > > works without any problems.Isn't $1 the arguement passed to rm cmd in this case > too..?? > > Vineeta > You would think it would be. But for some reasion the o

Rsync Wolverine ?

2001-03-16 Thread Mike Lewis
Can anyone point me to somewhere I can get Wolverine via rsync ? Thanks, Mike -- Any program that runs right is obsolete. 9:45pm up 21 days, 2:46, 6 users, load average: 1.17, 1.22, 1.40 ___ Redhat-list mailing list [EMAIL PROTECTED] http

Audio-Video server for linux

2001-03-16 Thread Vineeta
Hi, I am looking for a real-time audio-video server for linux. Any pointers,download sites ..? Also,any pointers for more info. on streaming media ..? Thanx, Vineeta ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mail

Re: Aliasing rm command

2001-03-16 Thread Vineeta
Mikkel, But,in the other example which i gave you,as follows: alias rm='cat $1 >testall' works without any problems.Isn't $1 the arguement passed to rm cmd in this case too..?? Vineeta "Mikkel L. Ellertson" wrote: > On Fri, 16 Mar 2001, Vineeta wrote: > > > > > > > "Mikkel L. Ellertson" wrote

Re: Wolverine Download (Still)

2001-03-16 Thread Michael Burger
Those look like the right sizes to me. They match what I downloaded and burned to my CDs. On 16 Mar 2001 18:05:58 -0600, Stephen Hargrove wrote: > > > >-- >Stephen E. Hargrove >Attorney at Law >http://www.StaceWilliams.com >http://www.StephenHargrove.com >* >Mozart: http://

Re: Network problem

2001-03-16 Thread Nitebirdz
On Sat, 17 Mar 2001, NDSoftware wrote: > Date: Sat, 17 Mar 2001 01:33:17 +0100 > From: NDSoftware <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: Mailing-List RedHat <[EMAIL PROTECTED]> > Subject: Network problem > > Hi, > > Why i have modprobe in my logs > > Mar 17 01:28:56 ns207 ne

Re: Wolverine Download (Still)

2001-03-16 Thread David Krings
Hi ! I have the same byte sizes here and toasted my 650 MB CDRWs with no problem. The first disc is 646.8 MB big which fits fine on any 650 MB CD, the second disc is even "smaller", so there is really now reason to worry. Have fun with Wolverine.I myself love it.

RE: SMP problem

2001-03-16 Thread Chris Heath
I noticed noone asked about the processor itself. I do not have my own dual processors but I understand that the processors must be of same batch or otherwise it may have a problem. You mentioned that your machine was originally a single processor and you added another. Am I correct? CH >On F

Re: Wolverine Download (Still)

2001-03-16 Thread Chris Heath
I encountered the same situation when I discovered that the size was larger than 650megs which is cd rom's size when I downloaded the RH7.0 but I went ahead and tried burning it in and it works fine for me. I am still downloading Wolverine through a puny 56k modem so just a day more and will be d

RE: Wolverine Download (Still)

2001-03-16 Thread Eddie Strohmier
Woop... I meant they burn fine on CDR's :-) Eddie Strohmier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stephen Hargrove Sent: Friday, March 16, 2001 7:06 PM To: [EMAIL PROTECTED] Subject: Wolverine Download (Still) -- Stephen E. Hargrove

RE: Wolverine Download (Still)

2001-03-16 Thread Eddie Strohmier
Steve: These burn fine on 650 meg CDW's. I just finished burning them both. Eddie Strohmier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stephen Hargrove Sent: Friday, March 16, 2001 7:06 PM To: [EMAIL PROTECTED] Subject: Wolverine Download (Still)

Network problem

2001-03-16 Thread NDSoftware
Hi, Why i have modprobe in my logs Mar 17 01:28:56 ns207 network: Setting network parameters succeeded Mar 17 01:28:56 ns207 ifup: SIOCADDRT: Network is unreachable Mar 17 01:28:57 ns207 network: Bringing up interface lo succeeded Mar 17 01:28:57 ns207 ifup: $Add for dev 'eth0' IPv6 address

Re: Wolverine Download (Still)

2001-03-16 Thread Kirk
Your Sizes look perfect! :-) Burn Away. Its the old 1024k is 1 meg thing.:-) Did you verify the MD5SUM ? Try the -h option to ls check this: [kirk@death Beta]$ ls -l wolv* -rw-rw-r--1 root root 678203392 Feb 17 11:59 wolverine-i386-disc1.iso -rw-rw-r--1 root root 65

Wolverine Download (Still)

2001-03-16 Thread Stephen Hargrove
-- Stephen E. Hargrove Attorney at Law http://www.StaceWilliams.com http://www.StephenHargrove.com * Mozart: http://mozart.sourceforge.net Linux & The Law Office: http://www.StephenHargrove.com BuckOwensFan.com: http://www.BuckOwensFan.com * I've tried every op

smtpd problem - can't send (relay) from remote hosts (imap clients)

2001-03-16 Thread Jerry Winegarden
smtpd problem: can't send (relay) from remote hosts, (not from hosts on LAN nor from outside LAN) RedHat 7.0, sendmail 8.11.0-8 mail server on LAN ("myserver"), behind ipchains firewall, portforwarding 25, 143, 110, 220 caching nameserver on firewall, 2 DNS registrations for external IP n

xcdroast question.

2001-03-16 Thread Dale Kosan
When you use xcdroast to make an image of a cd, is it an iso by default? Dale Kosan ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Aliasing rm command

2001-03-16 Thread Mikkel L. Ellertson
On Fri, 16 Mar 2001, Vineeta wrote: > > > "Mikkel L. Ellertson" wrote: > > > On Thu, 15 Mar 2001, Vineeta wrote: > > > > > > I am only trying this in my home directory i.e. /home/vineeta. > > > under vineeta dir.,i have a dir. called trashdir. > > > Now,my script lies in /home/vineeta > > > > > >

Re: SMP problem

2001-03-16 Thread Hidong Kim
The lot number should be printed right on the processor. Did you check the smp motherboard list http://www.nlug.org/smp? If your motherboard is listed, you can see if anyone else has had smp problems, too. Good luck, Hidong John Weber wrote: > > I bought two new 750's from Dell with the

Re: SMP problem

2001-03-16 Thread John Weber
I bought two new 750's from Dell with the expressed intent of upgrading this machine to dual CPU's. I've assumed that Dell knows what they're doing (naive), but I can double check with them. The system boots and runs fine, only one processor. The motherboard apparently has no jumpers to set, just

Re: 1 gig memory

2001-03-16 Thread Tim Moore
{apologies for the possible repost, my replies aren't showing up...WTF?} Tim Moore wrote: > > Bad news is that you can't change any kernel paramteres on install, and > as you observed nothing gets changed without sources. > > Nothing says the sources have to be installed, configured or built on

Re: SMP problem

2001-03-16 Thread John Aldrich
On Fri, 16 Mar 2001, you wrote: > Did the original post say that this machine had one cpu, and now it's > being upgraded to two cpus? I've found that for smp to work, both > processors have to have the same lot number. I recently upgraded a dual > pii300 to dual pii600. I wanted to make sure th

Re: SMP problem

2001-03-16 Thread Hidong Kim
Did the original post say that this machine had one cpu, and now it's being upgraded to two cpus? I've found that for smp to work, both processors have to have the same lot number. I recently upgraded a dual pii300 to dual pii600. I wanted to make sure that my motherboard was ok with the copper

Re: SMP problem

2001-03-16 Thread John Aldrich
On Fri, 16 Mar 2001, you wrote: > What do maen by force the install of the SMP kernel? There was a place in > the install (RH7.0) where I think I explicitly chose the SMP kernel...at > any rate here's what got installed. At the lilo prompt I type "linux-smp". > In /var/log/messages (see below), it

RE: SMP problem

2001-03-16 Thread John Aldrich
On Fri, 16 Mar 2001, you wrote: > Oh wait...if I do a fresh install, will it detect both processors and > automatically install the SMP kernel? > Should... or you could manually just install the SMP kernel along side your existing one, re-make the necessary modules (for SMP support) and tell lilo

Re: SMP problem

2001-03-16 Thread John Weber
What do maen by force the install of the SMP kernel? There was a place in the install (RH7.0) where I think I explicitly chose the SMP kernel...at any rate here's what got installed. At the lilo prompt I type "linux-smp". In /var/log/messages (see below), it looks like the kernel sees 2 processor

RE: SMP problem

2001-03-16 Thread Philip Senechal
Oh wait...if I do a fresh install, will it detect both processors and automatically install the SMP kernel? Philip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Aldrich Sent: Friday, March 16, 2001 11:31 AM To: [EMAIL PROTECTED] Subject: Re: SMP p

RE: SMP problem

2001-03-16 Thread John Aldrich
On Fri, 16 Mar 2001, you wrote: > Just out of curiosity...and future knowledge: > > Can someone run down the process of recompiling the kernel for SMP support? > I don't have a dual processor box yet, but I'd like to know how to do it > when I get one. Thanks! > I've only done it a couple times

RE: SMP problem

2001-03-16 Thread Philip Senechal
Just out of curiosity...and future knowledge: Can someone run down the process of recompiling the kernel for SMP support? I don't have a dual processor box yet, but I'd like to know how to do it when I get one. Thanks! Philip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR

Re: SMP problem

2001-03-16 Thread John Aldrich
On Fri, 16 Mar 2001, you wrote: > Hi, > > I have a Dell Precision 410 workstation that I'm having trouble getting > both processors recognized by the kernel. The system bios is seeing both > processors OK, but RH6.0 through RH7.0 don't see them. This machine > originally came from dell with a sin

Re: SMP problem

2001-03-16 Thread Hidong Kim
Did you recompile the kernel with smp support? John Weber wrote: > > Hi, > > I have a Dell Precision 410 workstation that I'm having trouble getting > both processors recognized by the kernel. The system bios is seeing both > processors OK, but RH6.0 through RH7.0 don't see them. This machin

Re: SMP problem

2001-03-16 Thread John Aldrich
On Fri, 16 Mar 2001, you wrote: > Hi, > > I have a Dell Precision 410 workstation that I'm having trouble getting > both processors recognized by the kernel. The system bios is seeing both > processors OK, but RH6.0 through RH7.0 don't see them. This machine > originally came from dell with a sin

SMP problem

2001-03-16 Thread John Weber
Hi, I have a Dell Precision 410 workstation that I'm having trouble getting both processors recognized by the kernel. The system bios is seeing both processors OK, but RH6.0 through RH7.0 don't see them. This machine originally came from dell with a single, 550 MHz processor with RH6.0 preinstall

Re: webmin and apache

2001-03-16 Thread Mike Burger
Bret Hughes <[EMAIL PROTECTED]> said: > Is there a way to manage additional directories from webmin? I have a > coupple of dir that are not in the document root tree that I would like > to be able to give browser access to some users on our intranet. I have > done this in the past with the co

bounced

2001-03-16 Thread eric clover
did i get bounced from the list?? we just converted from sendmail to postfix and ran into a few problems for a little while all is working again :) eric ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redh

SSH from Windows

2001-03-16 Thread Pieter De Wit
Hello Guys and Gals, I am connecting to my redhat 7.0 box from windows 2000 using putty.exe (from tucows.com - ssh client for windows). I sometimes don't get color on linuxconf, but when I do a ls all is fine ?!?!? This only happens after awhile. When I connect to my other systems in an SSH sessi

RE: Re: sendmail and Red Hat 6.2

2001-03-16 Thread mjs
I was going to post a question on this matter, but I'm glad someone is discussing it, I'm trying to accomplish the same thing, I added the line: mail -s " Systen Rebooting - SERVER_4" [EMAIL PROTECTED] To my rc.local file so everytime the server gets rebooted, I get notified...by email the prob

Re: 1 gig memory

2001-03-16 Thread Jacob Killian
Thanks Tim! I was afraid that I would need to recompile. I didn't include the source code on this build, so I guess I'll need to re-install. Do you know how I can specify this in the install process? I REALLY don't want to have the source included on this build (it's going to be an exposed ma

Re: Malfunction of the address book....

2001-03-16 Thread Marcelo Pavez A.
Sorry compadres: I have redhat 7.0 and netscape 4.72, my address book of massenger the netscape job bad. days behind, someone do to questions about it, but i don't understand. My english need a upgrade, sorry. Thanks. "Marcelo Pavez A." wrote: > > Quiu friends: > > while i open my address

webmin and apache

2001-03-16 Thread Bret Hughes
Is there a way to manage additional directories from webmin? I have a coupple of dir that are not in the document root tree that I would like to be able to give browser access to some users on our intranet. I have done this in the past with the conf files and will agin but if the tool will do

SkyStar1

2001-03-16 Thread Szemerédy Gábor
Hello! I'm planning to install the SkyStar1 DVB PCI Sat-Card in my RH 6.0 linux box. We are ISP-s so we are trying to offer semi terrestrial acces to our customers trough Europe Online service. (Astra Satellite) We have only Windows drivers and software. Does somebody use this service as an ISP on

Re: netscape and downloads

2001-03-16 Thread Silviu Cojocaru
On Fri, 16 Mar 2001, at 08:12 (GMT -0500), Michael George wrote: > I'm getting the rpm file for webmin... When I click on the link to the page > on my work machine, I get a "Netscape Download" window and it starts sucking > the file down. However, when I do it from Netscape at home, it seems to

Re: screen capture

2001-03-16 Thread David Brett
I was waiting for the answer to this as well. The question is during the installation (as in before software is installed), hoow can you do screen captures for documentation purposes? The answers so far have been good once the installation is completed. david On Thu, 15 Mar 2001, Bret Hughes

Re: Webmin

2001-03-16 Thread upendra dhoble
hi u will find webmin at webmin.com bye >From: "Ragnar Wiencke" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Webmin >Date: Thu, 15 Mar 2001 08:44:24 - > >Hi guys. > >Where can I find this Webmin tool. I tried searching at RedHat but I didn't >find any

Re: screen capture

2001-03-16 Thread Calamity
Stephen Liu wrote: > > Hi Marie, > > I can start screenshooter ? But how to make it works ? > > Thanks in advance. > > B.R. > Stephen > I added the applet to my task bar and then just click on which half you want. (the side of the icon that looks like a monitor grabs the whole screen, the ot

RE: lynx

2001-03-16 Thread Mike Illian
Thanks, I'll check it out. Mike -Original Message- From: Jacob Killian [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 6:37 PM To: [EMAIL PROTECTED] Subject: Re: lynx www.techrepublic.com has a good intro to lynx. You may need to sign up for membership (free) to access that

Re: Re: sendmail and Red Hat 6.2

2001-03-16 Thread Glen Lee Edwards
> If the first line of file.txt is "Subject: readme", then your mail > will arrive "From: MyDescription", "Subject: readme". That's how I do > it, though there may be a better way. Be aware, though, that you > should only use the -f option as root. If it's issued as a normal > user, a warn

Changing passwords via PERL and CGI's

2001-03-16 Thread Joshua Hirsh
Hey Folks, Anyone have any idea how to change the MD5 based passwords via a PERL script or CGI? I've tried out the Authen-PAM module from CPAN (version 0.11), but it doesn't quite work on my Red Hat 7 system. I need to be able to verify passwords and change them via a CGI interface and any k

Re: Malfunction of the address book....

2001-03-16 Thread Silviu Cojocaru
On Fri, 16 Mar 2001, at 09:51 (GMT -0400), Marcelo Pavez A. wrote: > Quiu friends: > > while i open my address book and i select a address for send a email, > the address book open the "new message", but it don't show destinatory. What program whould that be ? -- \|/ _ \|/

Re: netscape and downloads

2001-03-16 Thread Cameron Simpson
On Fri, Mar 16, 2001 at 08:12:03AM -0500, Michael George <[EMAIL PROTECTED]> wrote: | I'm getting the rpm file for webmin... When I click on the link to the page | on my work machine, I get a "Netscape Download" window and it starts sucking | the file down. However, when I do it from Netscape at

can't allocate memory

2001-03-16 Thread Clarence Donath
Anyone know what would cause 'can't allocate memory error' running redhat 7, AMD 1Ghz 640mgs of memory. Regards, Clarence Donath ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Malfunction of the address book....

2001-03-16 Thread Mike Burger
What address book? On Fri, 16 Mar 2001, Marcelo Pavez A. wrote: > > Quiu friends: > > while i open my address book and i select a address for send a email, > the address book open the "new message", but it don't show destinatory. > > Thanks. > > ___

Re: how to increase process

2001-03-16 Thread Nitebirdz
On Thu, 15 Mar 2001, Steve Lee wrote: > Date: Thu, 15 Mar 2001 13:17:23 -0800 (PST) > From: Steve Lee <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: Steve Lee <[EMAIL PROTECTED]> > Subject: how to increase process > > How would you be able to increase the number of > process for users? >

Re: netscape and downloads

2001-03-16 Thread Mike Burger
Right click on the link to the webmin download, then open up a console session, type "lynx " and then paste the link location. The problem is tha that your home install of NS is set to recognize "rpm" as an extension for Real Player. On Fri, 16 Mar 2001, Michael George wrote: > I'm getting the

Malfunction of the address book....

2001-03-16 Thread Marcelo Pavez A.
Quiu friends: while i open my address book and i select a address for send a email, the address book open the "new message", but it don't show destinatory. Thanks. -- Marcelo Pavez A. ___ Redhat-list mailing list [EMAIL PROTECTED] https://

Re: netscape and downloads

2001-03-16 Thread Nathalie Boulos
Execute a "right click" on the file you wish to download, you'll get something similar to "save target as..." under IE. If not, try to connect by FTP to the server and enter with "anonymous" username, then download your file. Nathalie - Original Message - From: Michael George <[EMAIL PRO

netscape and downloads

2001-03-16 Thread Michael George
I'm getting the rpm file for webmin... When I click on the link to the page on my work machine, I get a "Netscape Download" window and it starts sucking the file down. However, when I do it from Netscape at home, it seems to try to pull it down and display it in the browser windows. I thought b

Re: rpm 4.0-4 vs 4.0.2 problem

2001-03-16 Thread Jason Costomiris
On Thu, Mar 15, 2001 at 10:15:18PM +0500, dsyates wrote: : I am having a real big problem with rpm on my rhl 7.0 system. Best as I : can remember, this is what happened. : After installing Nautilus preview release 3 complete with rpm 4.0.2 , I : realized that that up2date was broken. : I then rein

Re: CDRs not being recognised!

2001-03-16 Thread Mike Burger
First, you need to check with Creative, and find out if that drive will work with the 700MB media. Most of the time, it's the drive that can't recognize the media...not the software. On Fri, 16 Mar 2001, Peter Kiem wrote: > I'm trying to get my new Creative CDRW to work under Linux. I have the

Re: KDE2.1 and Helix Gnome.

2001-03-16 Thread Dale Kosan
She still uses Windblows but if she is near my computer she preffers Gnome : ) ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: KDE2.1 and Helix Gnome.

2001-03-16 Thread Neil Hollow
Lucky you having a wife that deems to use linux mine won't touch anything but w*s. Neil. > From: Dale Kosan <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Fri, 16 Mar 2001 06:08:28 -0500 > To: [EMAIL PROTECTED] > Subject: Re:KDE2.1 and Helix Gnome. > > Thanks to all who replied,

Re: KDE2.1 and Helix Gnome.

2001-03-16 Thread Bernhard Rosenkraenzer
On Fri, 16 Mar 2001, Dale Kosan wrote: > Thanks to all who replied, the system is up, Helix for my wife and KDE2 beta > for me. Everything seems to work great, I must admit the beta is not as nice > as the real 2.1 but it will work for now. After the nice install I took > Mandrake of my laptop an

Re:KDE2.1 and Helix Gnome.

2001-03-16 Thread Dale Kosan
Thanks to all who replied, the system is up, Helix for my wife and KDE2 beta for me. Everything seems to work great, I must admit the beta is not as nice as the real 2.1 but it will work for now. After the nice install I took Mandrake of my laptop and installed the Wolverine beta, was I shocked

Re: named hanging

2001-03-16 Thread Thierry ITTY
i got the same problem with rh 6.1 and bind 8.2.x i should have had to sniff the network to get sure about, but i thought of DoS attacks i moved to rh 7 with bind 9.1 and it works fine now you'd check your level of bind and known vulnerabilities A 17:34 16/03/2001 +1000, vous avez écrit : >I hav

HELP: Problem installing rhl 7 from harddisk.

2001-03-16 Thread jan
Hi, This one ought to be straightforward, but it isn't for some reason. I have downloaded the RedHat 7 (yesterday) - the RPMS etc, as recommended in the webpages. I want to install from my harddisk, but when I boot the wretched boot.img (and the others too) it can't find my harddisk. When I try,

Re: Aliasing rm command

2001-03-16 Thread Vineeta
"Mikkel L. Ellertson" wrote: > On Thu, 15 Mar 2001, Vineeta wrote: > > > > I am only trying this in my home directory i.e. /home/vineeta. > > under vineeta dir.,i have a dir. called trashdir. > > Now,my script lies in /home/vineeta > > > > So,what's going wrong with alias rm='mv $1 ./trashdir'

RE: Re: sendmail and Red Hat 6.2

2001-03-16 Thread RODOLFO MARTIN NIETO
Thanks, that´s exactly what I want. - Original Message - From: David Talkington <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 16, 2001 12:01 AM Subject: Re: Re: sendmail and Red Hat 6.2 > -BEGIN PGP SIGNED MESSAGE- > > RODOLFO MARTIN NIETO wrote: > > >I have al