landscape printing

2002-07-17 Thread Efraim Gat
Forget about jetadmin   Touch the:   kde icon -> utilities -> hp lasejet control panel   There you will find the posibility to select a printer and set its default to lanscape or portrait.

Printing

2002-07-17 Thread Kevin - KD Micro Software
Hello all,   The setup I have here is reasonably normal. I have the printer attached to a SCO OpenServer 5 machine and my Red Hat 7.2 box is setup to print there and has been working fine for the past year or so.   Ever since yesterday, for some unknown reason, printing from the Linux box wil

ftp server configuration

2002-07-17 Thread tinita
hello everybody: my question is, does some one know how can i configure my ftp server, so that the new location of the "/pub, /etc, /lib & /bin" directory is another place in another disk, and not the usual "/var/ftp/" directory. thaks for your help __

Re: Re: new exploit? port 27374

2002-07-17 Thread linuxbox001
On Wed, 17 Jul 2002 23:34:43 -0400, [EMAIL PROTECTED] wrote: >On Wednesday 17 July 2002 11:26 pm, clover wrote: >> im getting scanned on port 27374 like a mofo. > >I see many of these every day, and have for as long as I can remember. >see: >http://www.simovits.com/trojans/trojans.html > >Accor

Re: Bastille & RH 7.3

2002-07-17 Thread Daniel Horth
Hi thanks for that, I have been using bastille on 7.2 also - but noticed on the bastille web site that there is a beta version available that claims to support 7.3 - that's what I was enquiring about... prior to trying it out on a 7.3 mail server I'm administering... don't have anotehr 7.3 box

Easy way to install PHP

2002-07-17 Thread Kevin Breit
Hey guys, So I am trying to install PHP 4.1.2 from RH73 onto a RH72 box. When I try to install the RPM, it complains about db3. When I try to upgrade db3, I get a whole slew of dependencies that db3 would break. How can I fix this without breaking package management as well as no

Re: new exploit? port 27374

2002-07-17 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 17 July 2002 11:26 pm, clover wrote: > im getting scanned on port 27374 like a mofo. I see many of these every day, and have for as long as I can remember. see: http://www.simovits.com/trojans/trojans.html According to the above page, t

new exploit? port 27374

2002-07-17 Thread clover
im getting scanned on port 27374 like a mofo. TL=118 ID=17347 DF PROTO=TCP SPT=1798 DPT=27374 WINDOW=44620 RES=0x00 SYN URGP=0 OPT (020405B401010402) Jul 17 21:03:32 blt kernel: IPT INPUT packet died: IN=ppp0 OUT= MAC= SRC=68.41.192.13 DST=0.0.0.0 LEN=48 TOS=0x00 PREC=0x00 TTL=118 ID=17527 DF P

Problem with ext3 after upgrade

2002-07-17 Thread George Campbell
I attempted to upgrade to 7.3 from a previous version of redhat and chose to migrate the ext3, but I get an error similar to the following: "Mounting /proc filesystem Creating root device Mounting root filesystem ext3: No journal on filesystem on ide0(3,6) mount: error 22 mounting ext3

RE: How Do I Lower the MTU?

2002-07-17 Thread Ben Ocean
At 06:50 PM 7/17/02 -0300, you wrote: > > How do I lower the MTU? > > TIA, > > beno > > > >ifconfig [name of device ] mtu [ value ] Oh. Thanks! beno ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-l

Re: odd logwatch behaviour

2002-07-17 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 17 July 2002 01:36 pm, daniel wrote: > but today i logged into the machine through ssh (only port 22 is open) > and checked my mail to find that logwatch had built up a considerable > list of emails... but here's the hitch: it sent me

Problems with NIC on a compaq Laptop

2002-07-17 Thread Mayur Bhatia
I am currently unable to install my NIC. I have an inbuilt 10/100 Compaq (conextant systems Inc ) Nic. How do i install the NIC ? Thanks Mayur bhatia [EMAIL PROTECTED] ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mail

apache cgi-bin problem solved!

2002-07-17 Thread Chet Nichols
Hey there, Basically what was happening was, since I forgot to define a ScriptAlias within the thing, it was trying to use the default cgi-bin of /var/www/cgi-bin. Obviously, the scripts I wanted weren't in there. So it's working great now..thank you everyone for helping out! I used a bit of web

Re: Question on 'if' in bash script

2002-07-17 Thread Matthew Melvin
On Wed, 17 Jul 2002 at 5:38pm (-0700), David Busby wrote: > How would I construct the "if" to see if a module is loaded > > I've tried > > if [ -n "lsmod |grep $module" ] > as well as > if [ -z "lsmod |grep $module" ] > The main problem with your code is that bash doens't know the stuff in th

Re: Amanda Backups

2002-07-17 Thread Patrick May
I am on the AMANDA list that another poster mentioned. From what I gather, AMANDA, in the latest beta, can do back-ups to disk (which is what you would want to do in your "proof". What exactly are you trying to back up that needs proving? Across the network, even to SMB clients (Windows) can be d

Re: Network problems

2002-07-17 Thread Edward Dekkers
Network problemsHi List I upgraded to Linux 7.3 from 7.2 and I installed samba but when I try to connect to samba it gives me a network path error network not found after following the technical pages for samba it appears that samba works fine on the local machine but not from a windows m

Re: ppp hangs

2002-07-17 Thread Edward Dekkers
> Ooops. Yes, it appears to be that way. I'm a newbie to PC based > machines (dell laptop), so I was thinking as if the system was > configured with an old-fashion serial line going to a > self-contained modem, rather than a piece of hardware needing > specific drivers. No such luck I'm afraid. I

Re: delay

2002-07-17 Thread Edward Dekkers
> I've got red hat 7.3. > > My linuxbox is hang for 1 minute and after it continue works fine. > > What't going on? > > My demons are: > anacro, atd , autofs , cron , gpm , http, iptables ,keytable ,kudzu ,lpd ,netfs ,network ,nfslock , portmap, random, rawdevices, rhnsd, sendmail, smb, sshd, swat

Re: Question on 'if' in bash script

2002-07-17 Thread Hal Burgiss
On Wed, Jul 17, 2002 at 05:38:26PM -0700, David Busby wrote: > How would I construct the "if" to see if a module is loaded > > I've tried > > if [ -n "lsmod |grep $module" ] > as well as > if [ -z "lsmod |grep $module" ] > > I can't get either to work...what am I doing wrong? lsmod |grep $modu

Question on 'if' in bash script

2002-07-17 Thread David Busby
How would I construct the "if" to see if a module is loaded I've tried if [ -n "lsmod |grep $module" ] as well as if [ -z "lsmod |grep $module" ] I can't get either to work...what am I doing wrong? /b ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: nvidia cards--which manufacturer?

2002-07-17 Thread Alfredo Yunes
A GeForce3 is better than a GeForce4 ***MX.  If I remember correctly, a GeForce4 ***MX is basically a GeForce2 with some GeForce4 tech in it.  Here, follow the link for a more detailed explanation. http://www.anandtech.com/showdoc.html?i=1583&p=1 alfredo On Wed, 2002-07-17 at 10

RE: How to know which kernel

2002-07-17 Thread Patrick Nelson
Patrick Nelson wrote: - > How do you know which to use? It may not be, but I couldn't find > anything that showed what goes with what... > > i386 > i486 > i586 > i686 - OK here is the research if anyone is interested... I found the app guname which gives

RAID tapes

2002-07-17 Thread Javier Gostling
Hi all, Does anyone know if there is some way to do something similar to RAID on tape drives? The idea is to use several tape drives in a RAID configuration to give the backup/restore process similar benefits as traditional RAID gives to disk access (increased performance, reliability, etc). I

Re: Bastille & RH 7.3

2002-07-17 Thread Johnny Smith
Hi I've been using it on RH-7.2 with what I think are good results. I ried it on RH-73 but Bastille does not yet support 7.3. Good luck John --- Daniel Horth <[EMAIL PROTECTED]> wrote: > Hi - was about to try to install the Bastille 2.0 > beta on a RH 7.3 > system - as there is no release

Re: N/w Device Configuration -PSE HELP!!!

2002-07-17 Thread Jay Daniels
On Wed, Jul 17, 2002 at 06:12:05PM -0400, Jerry Winegarden wrote: > On Wed, 17 Jul 2002 [EMAIL PROTECTED] wrote: > > > Hi List, > > > > This is my second post on the subject, as I could not get much response of help >from list. Please help me resolve this configuration issue. I need to get th

virtual host cgi-bin problems

2002-07-17 Thread Chet Nichols III
Okay, the cgi-bins seem to be working fine if the site is a users web files and not a virtual host. However, if I try to access the cgi-bin of a virtual host, it says access denied. Is there a special rule for using cgi-bins if you're trying to access it using the virtual host and not the di

Re: N/w Device Configuration -PSE HELP!!!

2002-07-17 Thread csp2201
Hi Jerry, Thanks a lot for your response and help. I am sorry I didn't look it up in the list archives. I will have a look at them tonight. There are no messages concerning this device in the /var/log/messages. Even tried using : ifconfig eth0 up & ifconfig eth0 tulip If I use ifconfig, I am

Network problems

2002-07-17 Thread Joe Reichmuth, PolyTechDev, GTD USA
Title: Network problems Hi List I upgraded to Linux 7.3 from 7.2 and I installed samba but when I try to connect to samba it gives me a network path error network not found after following the technical pages for samba it appears that samba works fine on the local machine but not from

RE: How Do I Lower the MTU?

2002-07-17 Thread hugo h.
> How do I lower the MTU? > TIA, > beno > ifconfig [name of device ] mtu [ value ] ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

How Do I Lower the MTU?

2002-07-17 Thread Ben Ocean
How do I lower the MTU? TIA, beno ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: N/w Device Configuration -PSE HELP!!!

2002-07-17 Thread Jerry Winegarden
On Wed, 17 Jul 2002 [EMAIL PROTECTED] wrote: > Hi List, > > This is my second post on the subject, as I could not get much response of help from >list. Please help me resolve this configuration issue. I need to get this work >asap. I appreciate your time and help. > > I have successfully i

Re: Do not email me directly !

2002-07-17 Thread KnowHow Tech Support
Well, you can post to the list or feel free to email us directly at [EMAIL PROTECTED], or [EMAIL PROTECTED] We'll answer your questions. Jon Adam President The KnowHow Network On Wed, 17 Jul 2002 [EMAIL PROTECTED] wrote: > Hi ! > Please post your problems to the redhat list. Do not email m

N/w Device Configuration -PSE HELP!!!

2002-07-17 Thread csp2201
Hi List, This is my second post on the subject, as I could not get much response of help from list. Please help me resolve this configuration issue. I need to get this work asap. I appreciate your time and help. I have successfully installed RH 7.2 on my intel desk top, but having trouble

Re: delay

2002-07-17 Thread Peter Farmer
> I've got red hat 7.3. > > My linuxbox is hang for 1 minute and after it continue works fine. Does it hang whilst booting up? If so at what stage? -- Peter Farmer Senior Internet Systems Engineer Telewest Broadband / blueyonder ___ Redhat-li

Do not email me directly !

2002-07-17 Thread achana
Hi ! Please post your problems to the redhat list. Do not email me directly. Cheers! begin:vcard n:Chan;Arthur tel;work:1.718.633.5892 x-mozilla-html:TRUE url:www.saysit.com org:SAYS I.T. adr:;;234 E 2nd Street;Brooklyn;New York;11218-2314;USA version:2.1 email;internet:[EMAIL PROTECTED] tit

IPTables and FTP clients

2002-07-17 Thread David Busby
List, I've got a 7.2 box running IPTables as my firewall...it won't allow PASV ftp connections through...this is not good. I've got the necessary modules loaded (I think) and my startup script is good.. can someone tell me what I'm missing... TIA /B -- My Loaded Modules autofs

Re: apache cgi-bin problems (clarified!)

2002-07-17 Thread Jay Daniels
On Wed, Jul 17, 2002 at 11:12:14AM -0700, daniel wrote: > as best i understand > your user pages have nothing to do with your virtual hosts > you can configure them separately > > > ServerNamewww.mydomain.com > ServerAlias mydomain.com > ServerAdmin [EMAIL PROTECTED] > Sc

Re: Limited groups

2002-07-17 Thread Matthew Dodson
Finally I got this to work. After trying several different things I have gotten my user in more than 32 groups. They can now belong to 256 groups. I had to do some recompiles. 1. Downloaded Kernel Source - I am still running 2.4.9 with xfs patch. 2. edit the limits.h file in kernel source

Intel MB D845EBG2 support

2002-07-17 Thread Gerard Gagliano
I am running RH 7.3 on a new machine and am having trouble with no sound and HD performance. I'm running the stock 2.4.18-5 kernel. The MB is an Intel D845EBG2 running a P4 2.26GHz. Are these problem caused by lack of support for this MB? TIA! Gerard Disk is a Maxtor 80GB ATA133. hdparm s

Re: Perl DBI:mysql

2002-07-17 Thread Andy Schuler
I think you're missing the server information in your script. If it's on the same machine as the mysql server then localhost would probably work fine. ie my ($dsn) = "DBI:mysql:databasename:localhost"; my ($username) = "username"; my ($pass) = "password"; $dbh = DBI->connect ($dsn, $username, $pa

Perl DBI:mysql

2002-07-17 Thread Starman P
All i wrote the following perl script and tried to connect to mysql database: # File name fig13.pl #!/usr/bin/perl -w use DBI; $dbh = DBI->connect("DBI:mysql:zipcodes","username","mypass"); if ($dbh) { print "Connection successful\n"; } then after giving execute permission, i tried to run it by

Re: apache cgi-bin problems (clarified!)

2002-07-17 Thread daniel
as best i understand your user pages have nothing to do with your virtual hosts you can configure them separately ServerNamewww.mydomain.com ServerAlias mydomain.com ServerAdmin [EMAIL PROTECTED] ScriptAlias /cgi-bin/ "/home/username/cgi-bin/" DocumentRoot /home/us

Re: updatedb

2002-07-17 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17-Jul-2002/10:08 -0700, dpotter <[EMAIL PROTECTED]> wrote: >Im running 7.3. Updatedb runs everyday at approx 4:00 am. Is there a way >to change the time that this starts? I have looked in /etc/cron.daily and >found the file slocate.cron. But I

RE: apache cgi-bin problems (clarified!)

2002-07-17 Thread Hahnel William J
Try putting the stanza after your  designation. -Original Message-From: Chet Nichols III [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 16, 2002 11:04 PMTo: [EMAIL PROTECTED]Subject: Re: apache cgi-bin problems (clarified!) Ah..I forgot to mention the key part. I can g

Re: adsl at startup

2002-07-17 Thread Duane Clark
Duane wrote: > Since the original poster does have roaringpenguin, I remember that when > I first installed it, there was a problem with what configuration file > it was using. I think I had some confusion with the configuration file > created by RH prior to the installation of roaringpenguin.

odd logwatch behaviour

2002-07-17 Thread daniel
i set up a little box running rh7.3 about 2months ago and just left it sitting there running up2date to keep all the stuff current and have the default lokkit ipchains firewall installed as well. i figured i'd get to it later and in the mean time just have it running to play with when i had time.

Re: ppp hangs

2002-07-17 Thread Daniel Senderowicz
Hi, >Doesn't sound like PPP is the problem, but your modem is. Ooops. Yes, it appears to be that way. I'm a newbie to PC based machines (dell laptop), so I was thinking as if the system was configured with an old-fashion serial line going to a self-contained modem, rather than a piece of hardwar

updatedb

2002-07-17 Thread dpotter
Hi, Im running 7.3. Updatedb runs everyday at approx 4:00 am. Is there a way to change the time that this starts? I have looked in /etc/cron.daily and found the file slocate.cron. But I am not sure how, or if this is the file that I should edit. Thanks for any advice

Re: develop

2002-07-17 Thread Jay Daniels
On Wed, Jul 17, 2002 at 10:03:16AM -0500, lrnobs wrote: > Appgen, and maybe Kylix can develop in text as well as gui. I think I read that. > > Lawrence Nobs > - Original Message - > From: Ximo Llacer > To: [EMAIL PROTECTED] > Sent: Wednesday, July 17, 2002 2:41 AM > Subject

Re: adsl at startup

2002-07-17 Thread Duane Clark
Anthony wrote: > ADSL works on RH72 and later out of the box. No need to use > roaringpenguin. Check out the Getting Started and Customization docs in > the Support section of the RH web site. > Err, well in my case, the RH72 version worked fine, but the RH73 version was constantly dropping and

Re: Toshiba compatibility???

2002-07-17 Thread Bret Hughes
On Wed, 2002-07-17 at 11:40, Maria Alejandra Zavala wrote: > Has someone ever tried to install Red Hat Linux on a Tecra 8100 Toshiba laptop?, >because I need to confirm the compatibility to carry this out. > Looks like quite a few have. Check out the links for your model at : http://www.lin

Toshiba compatibility???

2002-07-17 Thread Maria Alejandra Zavala
Has someone ever tried to install Red Hat Linux on a Tecra 8100 Toshiba laptop?, because I need to confirm the compatibility to carry this out.   Ing. María Alejandra Zavala Consultor de Proyectos de Telecomunicaciones   Caracas, Venezuela Teléfono: (212) 277-8284 email: [EMAIL PROT

Re: resize gif images in batch

2002-07-17 Thread Harry Putnam
Jay Daniels <[EMAIL PROTECTED]> writes: > I need to resize all gif images in a certain directory by pixels. There has to > an easier way to do this besides opening all images in the Gimp??? The `convert' tool that comes with image magic does exactly that. After installing ImageMagik rpm, type `m

FW: a problem compiling modules with kernel 2.4.18-3 on redhat 7. 3

2002-07-17 Thread Rafi Cohen
Hi, I sent the forwarded message yesterday, but did not recieve any reply so far. Just in case it was not recieved by the lists, I'm re-sending it. Any and every answer will be most appreciated. Thanks, Rafi. -Original Message- From: Rafi Cohen Sent: Tuesday, July 16, 2002 12:55 PM To: '

RE: Redhat list signature

2002-07-17 Thread Michael S. Dunsavage
and if it was a perfect world -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Anthony E. Greene Sent: Wednesday, July 17, 2002 8:22 AM To: [EMAIL PROTECTED] Subject: Re: Redhat list signature On 17-Jul-2002/18:45 +0700, Kevin Myers <[EMAIL PROTECTED]> w

Re: OT: Network address of LAN.

2002-07-17 Thread Chao Jang Wei
Thanks to Bret and all those who had replied. It seems that the reservation of the .0 address is not out of necessity but "tradition". :) Anyway, I shan't pursue this issue any further. Best, David Chao - Original Message - From: "Bret Hughes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

RE: connecting to the internet with a realtek rtl8139c-001

2002-07-17 Thread Carter, Shaun G
Run "neat" to add the network interface.  You do not need to add a netmask or gateway, DHCP will pull all of that autmatically.  This is all assuming of course that you have the DHCPCD (or pump) package installed.   Shaun -Original Message-From: Archie [mailto:[EMAIL PROTECTED]]

Re: adsl at startup

2002-07-17 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17-Jul-2002/14:00 +, Matt McElreath <[EMAIL PROTECTED]> wrote: >I set up my DSL on RH 7.3 with pppoe from roaringpenguin.com and I wanted >it to start when the machine boots. [snipped manual ADSL stop/start] ADSL works on RH72 and later out of

RH 7.1; Can't login at GUI screen; keeps resetting

2002-07-17 Thread Eric Rountree
Hello to all. I'm in the middle of trying to set up a bunch of student lab workstations to be dual-boot machines: Windows 2000 / RedHat 7.1. These are IBM Intellistation E Pro workstations. I'm currently configuring our "template" machine, from which we will take a disk image with RapiDeploy

RE: Sendmail cache or Buffer?

2002-07-17 Thread Claudio Delgado
A lot of Thanks! -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: martes, 16 de julio de 2002 17:10 Para: [EMAIL PROTECTED] Asunto: RE: Sendmail cache or Buffer? >From: Claudio Delgado [mailto:[EMAIL PROTECTED]] > >How are you doing? > >I have a question f

Re: adsl at startup

2002-07-17 Thread Ed . Greshko
On Wed, 17 Jul 2002, Matt McElreath wrote: > I set up my DSL on RH 7.3 with pppoe from roaringpenguin.com and I > wanted it to start when the machine boots. I set adsl to start at boot > up and it says it is starting and it goes through with no fail messages. > but when I open a web page it cant

Re: Redhat list signature

2002-07-17 Thread Anthony E. Greene
On 17-Jul-2002/18:45 +0700, Kevin Myers <[EMAIL PROTECTED]> wrote: >Would it be a good idea if the Redhat list sig were to include the standard >"-- " delimiter, so it wouldn't keep appearing multiple times, and I >wouldn't have to keep deleting it from my replies? It would even be nicer if most

Re: i need help in confugring smb

2002-07-17 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17-Jul-2002/18:21 +0700, Kevin Myers <[EMAIL PROTECTED]> wrote: >On 13 Jul 2002 06:59:25 -, prashanth wrote: > > > >There's some very nice HOWTOs on the Internet. > >Start at www.samba.org read the documentation, and the FAQ. Join the >samba ma

Re: Exchange 2000 to Red Hat

2002-07-17 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17-Jul-2002/07:06 -0400, Eric Wood <[EMAIL PROTECTED]> wrote: >- Original Message - >> Calendaring... public folders... >> > Is Exchange used for anything else than sending mail. > >Also Shared contacts lists and netmeeting proxy connecti

delay

2002-07-17 Thread Ximo Llacer
I've got red hat 7.3. My linuxbox is hang for 1 minute and after it continue works fine. What't going on? My demons are: anacro, atd , autofs , cron , gpm , http, iptables ,keytable ,kudzu ,lpd ,netfs ,network ,nfslock , portmap, random, rawdevices, rhnsd, sendmail, smb, sshd, swat, syslog,

Re: develop

2002-07-17 Thread lrnobs
Appgen, and maybe Kylix can develop in text as well as gui.  I think  I read that.   Lawrence Nobs - Original Message - From: Ximo Llacer To: [EMAIL PROTECTED] Sent: Wednesday, July 17, 2002 2:41 AM Subject: develop Hi.   Does anyone knows any tool

Re: audio cd fs

2002-07-17 Thread Vidiot
> >hi friends > >i am using RH7.2 all going smooth ,but it is not able to mount >audio&video cds it gives error "wrong fs type", it can mount data >cds,i have tried iso9660 >is there any other idea > >any help is precious >with regards >shyam Audio CDs are not mountable, as they are not filesys

Re: keep parameters.

2002-07-17 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17-Jul-2002/08:46 +0200, Ximo Llacer <[EMAIL PROTECTED]> wrote: >I have made a firewall script and it works fine , but when I booted the >host disappers. > >Where can I put this script to load when the host re-boot and keep it? Add this command t

Re: audio cd fs

2002-07-17 Thread Jay Daniels
On Wed, Jul 17, 2002 at 02:21:59PM +, shyam wrote: > hi friends > > i am using RH7.2 all going smooth ,but it is not able to mount > audio&video cds it gives error "wrong fs type", it can mount data > cds,i have tried iso9660 > is there any other idea > > any help is precious > with regard

Re: OT: Network address of LAN.

2002-07-17 Thread Bret Hughes
On Wed, 2002-07-17 at 02:40, Chao Jang Wei wrote: > But why are the .0 address unusable by hosts? It is not something like the > .255 broadcast address. There shouldn't be any confusion if a host is > assigned xxx.xxx.xxx.0. That host will be the 0th host (as opposed to the > 1st host). It doesn't

Re: PPP configuration in Redhat7.1

2002-07-17 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17-Jul-2002/00:03 -0400, "CHEN, XIAOMING " <[EMAIL PROTECTED]> wrote: >I tried to connect to the internet with modem at home under Redhat7.1. I >configured it with RP3 as indicated in the manual. It seemed the >connection had been established; I c

audio cd fs

2002-07-17 Thread shyam
hi friends i am using RH7.2 all going smooth ,but it is not able to mount audio&video cds it gives error "wrong fs type", it can mount data cds,i have tried iso9660 is there any other idea any help is precious with regards shyam ___ Redhat-list m

Re: nvidia cards--which manufacturer?

2002-07-17 Thread Gary Stainburn
On Wednesday 17 July 2002 2:58 pm, Ed Wilts wrote: > On Wed, Jul 17, 2002 at 09:35:06AM -0400, Mark Neidorff wrote: > > Hi all, [snip] > > Lastly, check the vendor's web site. Some offer up to date nVidia > drivers and some don't. nVidia supplies just *reference* drivers and > does not support u

Re: nvidia cards--which manufacturer?

2002-07-17 Thread Gary Stainburn
On Wednesday 17 July 2002 2:35 pm, Mark Neidorff wrote: > Hi all, > > I'm shopping for a new video card and have (more or less) setteled on one > with the nvidia geforce4 chip. From the nvidia site, I notice that the > video cards are made, not by nvidia, but by other manufacturers. On their > s

adsl at startup

2002-07-17 Thread Matt McElreath
I set up my DSL on RH 7.3 with pppoe from roaringpenguin.com and I wanted it to start when the machine boots. I set adsl to start at boot up and it says it is starting and it goes through with no fail messages. but when I open a web page it cant find it, like its not connected. but when I try r

Re: nvidia cards--which manufacturer?

2002-07-17 Thread Ed Wilts
On Wed, Jul 17, 2002 at 09:35:06AM -0400, Mark Neidorff wrote: > Hi all, > > I'm shopping for a new video card and have (more or less) setteled on one > with the nvidia geforce4 chip. From the nvidia site, I notice that the > video cards are made, not by nvidia, but by other manufacturers. On t

Re: Limited groups

2002-07-17 Thread Ed Wilts
On Wed, Jul 17, 2002 at 06:43:42PM +0700, Kevin Myers wrote: > On 16 Jul 2002 09:59:29 -0500, Matthew wrote: > > >I am having a limitations problem with groups. > > What is it that you are trying to achieve? Perhaps there is another way of > approaching it? I'm having the same issue. What I've

nvidia cards--which manufacturer?

2002-07-17 Thread Mark Neidorff
Hi all, I'm shopping for a new video card and have (more or less) setteled on one with the nvidia geforce4 chip. From the nvidia site, I notice that the video cards are made, not by nvidia, but by other manufacturers. On their site they list: ABIT, Aopen, Asustek, Chaintech, eVGA, Gainward, Jat

Re: Red Hat 7.3 and linuxconf

2002-07-17 Thread Bret Hughes
On Wed, 2002-07-17 at 07:39, Eric Wood wrote: > Jacque is working on a new sendmail config. Even so, it still works great > as far as I can tell. Is there another gui that handles sendmail > configuration and vdomains better than linuxconf? > -eric I have yet to find something that webmin does

Erratas regarding uninstalling and re-installing RPMs

2002-07-17 Thread Ismael Touama
Hi, I' ve got some problem with my Font Server, so my X-window can not start. Regarding differents applied erratas can I erase XFree RPMs nicely without bugs or security problems ? I assume I'll have to reinstall latest erratas... But won't there be a conflict or whatever with kernel as true as

Re: linux migration

2002-07-17 Thread Ed Wilts
On Wed, Jul 17, 2002 at 03:38:38AM -0400, Anthony E. Greene wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 15-Jul-2002/14:28 +0800, [EMAIL PROTECTED] wrote: > >I have a checklist about the programs which are used in our company. Most > >of the vendors of these programs don¡¯t sup

Installing a HP 5100c Scanner

2002-07-17 Thread dbonehill
I am trying to install a HP 5100c scanner on the parallel port. When investigating for compatibility on the Web it was noted that I require modeules ppscsi and epst. I have searched the web for these to no avail. Does anybody have any idea on how I can get the scanner to work. Cheers Darren Bone

Re: Red Hat 7.3 and linuxconf

2002-07-17 Thread Eric Wood
Jacque is working on a new sendmail config. Even so, it still works great as far as I can tell. Is there another gui that handles sendmail configuration and vdomains better than linuxconf? -eric - Original Message - From: "Kevin Myers" <[EMAIL PROTECTED]> > >I thought the same thing unt

Re: polling linux mail servers

2002-07-17 Thread jack wallen
that was the trick! thanks so much. On Wed, 2002-07-17 at 02:57, Anthony E. Greene wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 14-Jul-2002/10:42 -0400, jack wallen <[EMAIL PROTECTED]> wrote: > >i have a server set up with redhat 7.2. it's running sendmail and is on > >it's ow

Re: resize gif images in batch

2002-07-17 Thread Gary Stainburn
On Wednesday 17 July 2002 12:43 pm, Jay Daniels wrote: > I need to resize all gif images in a certain directory by pixels. There has > to an easier way to do this besides opening all images in the Gimp??? > > > jay Hi Jay, Here's a little perl script I use to create thumbnails for all images in

Re: Red Hat 7.3 and linuxconf

2002-07-17 Thread Kevin Myers
On Wed, 17 Jul 2002 07:23:48 -0400, you wrote: >I thought the same thing until I was introduced to sendmail. Linuxconf's >virtual domains it very easy and I primarily use linuxconf just for >configuring sendmail. >-eric > Definitely a bad idea. The linuxconf sendmail config is badly out of date

Re: imap rpm's needed

2002-07-17 Thread Eric Wood
There's one package that I always replace after install RedHat, and that's imap-2001a-10.virtual.i386.rpm which can be downloaded at http://vimap.sourceforge.net/ With this, linuxconf, sendmail and virtual domains work beautifully. -eric wood - Original Message - From: "Ragnar Wiencke"

Re: run root script at start-up

2002-07-17 Thread Kevin Myers
On Wed, 17 Jul 2002 09:28:18 +0300, Caner wrote: >> That is what I did. THe problem is, its a root task and I get permission >> denied. > >oh, yes, yes, yes > >chmod +s /bin/mount > Not a good security move. Read man mount, man sudo for better alternatives. __

Redhat list signature

2002-07-17 Thread Kevin Myers
Would it be a good idea if the Redhat list sig were to include the standard "-- " delimiter, so it wouldn't keep appearing multiple times, and I wouldn't have to keep deleting it from my replies? ___ Redhat-list mailing list [EMAIL PROTECTED] https://

Re: Limited groups

2002-07-17 Thread Kevin Myers
On 16 Jul 2002 09:59:29 -0500, Matthew wrote: > >I am having a limitations problem with groups. What is it that you are trying to achieve? Perhaps there is another way of approaching it? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman

resize gif images in batch

2002-07-17 Thread Jay Daniels
I need to resize all gif images in a certain directory by pixels. There has to an easier way to do this besides opening all images in the Gimp??? jay -- Your login is not in the sudoers file. This incident will be reported! msg83794/pgp0.pgp Description: PGP signature

Re: imap rpm's needed

2002-07-17 Thread Ragnar Wiencke
Hi Jay, >It's a huge program. Why not just use the UW imap that comes with >RedHat? called imap-2001???.rpm or something like that. That is a good question. I search for it on the CD's an on Redhats website but didn't find anything. But now I found it on the second CD of the set. Thanks, Ragna

Re: ftp setup

2002-07-17 Thread Kevin Myers
On 16 Jul 2002 10:47:42 -0400, Joshua wrote: >I have not been able to find FTP in the index of my RedHat manual. > >I would appreciate any assistance in setting up an FTP server on my >RedHat v7.2 system. Any links to documentation or programs would also >help. > >Thanks! I'd have a look here:

Re: / 100%

2002-07-17 Thread Jay Daniels
On Wed, Jul 17, 2002 at 04:36:11PM +0530, bindal wrote: > hi > > when i execute df-lk it gives me this message... > > Filesystem 1k-blocks Used Available Use% Mounted on > /dev/hda3 2016044 1983076 0 100% / > /dev/hda1 101089 5793 9007

Re: polling linux mail servers

2002-07-17 Thread Kevin Myers
On 14 Jul 2002 10:42:36 -0400, jack wrote: >i have a server set up with redhat 7.2. it's running sendmail and is on >it's own domain. is it possible to use fetchmail to poll that server >(inside or outside the domain) and get email to linux clients? the only >way i've managed was to mount the ser

Re: Red Hat 7.3 and linuxconf

2002-07-17 Thread Eric Wood
I thought the same thing until I was introduced to sendmail. Linuxconf's virtual domains it very easy and I primarily use linuxconf just for configuring sendmail. -eric - Original Message - From: "Kevin Myers" <[EMAIL PROTECTED]> > >Since Red Hat 7.3 does not come with linuxconf anymore

Re: i need help in confugring smb

2002-07-17 Thread Kevin Myers
On 13 Jul 2002 06:59:25 -, prashanth wrote: There's some very nice HOWTOs on the Internet. Start at www.samba.org read the documentation, and the FAQ. Join the samba mailing list, read the samba news groups. ___ Redhat-list mailing list [EMAI

Re: ftp/telnet - connection refused all of a sudden!!!

2002-07-17 Thread Eric Wood
I own that xinetd version below 2.3.5 had a problem dieing whenever several fast ftp attempts happen at a time - notable from hackers. A "service xinetd restart" fixed it. This got old. Fortunately, I've haven't experienced and problems with xinetd-2.3.5-0.7. -eric > >I could able to do ftp

samba-xlm

2002-07-17 Thread Ximo Llacer
When I try to explore from windows xp this delay a bit and alter it continue show the file. What's going on ? Is it problem of xp ? And when try open first time with explore net there is a bit delay also, and after works it. [2002/07/17 10:20:46, 0] smbd/oplock.c:oplock_break(758) oplock_b

Re: Red Hat 7.3 and linuxconf

2002-07-17 Thread Kevin Myers
On Fri, 12 Jul 2002 19:18:09 +, lcfe wrote: >Since Red Hat 7.3 does not come with linuxconf anymore, which package >should I use instead? I need a text terminal based configuration tool. I steer away from auto configuration tools whenever possible - they are too inclined to mess up the conf

  1   2   >