Re: rpm upgrade breaks mrtg - new info - please read

2002-07-05 Thread Scott Bower
I know a decent amount about mrtg but it's all to do with cisco, not linux. Sorry... Bret Hughes wrote: On Fri, 2002-07-05 at 09:43, dogface wrote: i sent out this email earlier in the week. i sent it to 3 lists. rpm list, redhat list, and the mrtg list. i did not get any kind

Re: 3 Apache ?'s

2002-07-05 Thread Scott Bower
Last question - what the heck is SIGHUP and why does it keep occuring?  SIGHUP means to Stop and reload config files and reopen log files while maintaining the current tasks it was doing, this allows services to be upgraded/logfiles to be swapped out without interrupting th

RE: Telnet

2002-07-05 Thread Thomas Bergstam
...but you can logg in as ROOT with SSH :-) > First of all don't use telnet. Use SSH. > secondly you cannot login as root directly, for that matter you need to get rid of > /etc/securetty or add an psuedo terminal entries into /etc/securetty. But anyways don't > login directly as root (secondl

Re: Users and their file/directory Permissions.

2002-07-05 Thread Keith Morse
On Fri, 5 Jul 2002, Ted Gervais wrote: > > What does one have to do, to keep users that enter your system, to stay in > their own directories. People telnet in or ssh in and look around and was > wondering if there is a way to stop that. Maybe set the permissions or > something so they have

Re: Users and their file/directory Permissions.

2002-07-05 Thread Cameron Simpson
On 02:12 06 Jul 2002, Jay Daniels <[EMAIL PROTECTED]> wrote: | I am also interested in this topic. According to the man page chroot | would work something like this as users shell but I can't get it work | even though I copied /bin/bash to /home/login/bin | | chroot /home/login /home/login/bin/ba

Re: SSh client for Windows 2000

2002-07-05 Thread Scott Bower
All, PuTTY is still the Best price/performance shell for Windows 2000,NT,9x,Whatever, small footprint, multi-host configurable, ssh compliant out of the box, Freely Downloadable, allows cut and paste to and from, etc, etc... Scott. Lesniak, Steven wrote: Message

Re: Loopback detected

2002-07-05 Thread redhat
On Fri, Jul 05, 2002 at 08:48:39AM +0800, Toto Gamez wrote: Dear Toto, I presume you have setup mgetty properly on the server side. as you indicate that win9x can connect and the details looks OK. The problem seems to be that you have not created a ppplogin account for your unix login. For ea

Re: Users and their file/directory Permissions.

2002-07-05 Thread Jay Daniels
On Fri, 2002-07-05 at 23:46, Cameron Simpson wrote: > On 15:58 05 Jul 2002, Ted Gervais <[EMAIL PROTECTED]> wrote: > | What does one have to do, to keep users that enter your system, to stay in > | their own directories. People telnet in or ssh in and look around and was > | wondering if there

Re: AHA-154x driver

2002-07-05 Thread Tom Pollerman
> Date: Thu, 04 Jul 2002 11:51:30 -0400 > From: Really Robert <[EMAIL PROTECTED]> > > Ok, I finally got the aha1542 module to load. I'm not sure if it was > the change I made to the modules.conf adding > alias scsi_hostadapter aha1542 > options aha1542 aha1542=0x330,11,7 > or if it was the kerne

Re: Users and their file/directory Permissions.

2002-07-05 Thread Cameron Simpson
On 15:58 05 Jul 2002, Ted Gervais <[EMAIL PROTECTED]> wrote: | What does one have to do, to keep users that enter your system, to stay in | their own directories. People telnet in or ssh in and look around and was | wondering if there is a way to stop that. Maybe set the permissions or | somet

troll-alert...

2002-07-05 Thread achana
Hi ! In case anyone of you run across someone who calls himself "james007j" , best to avoid. This entity usually abuse the Sun and Java sites and if you click on his site, it crashes your session M+1 = N S+ 1 = T Interesting thought middle of the night... begin:vcard n:Chan;Arthur tel;work:1.7

Re: Installing 7.3 error

2002-07-05 Thread Omer van der Horst Jansen
> Ok I have a Toshiba sat pro 490cdt. It has a cdrom 4 gig hard > drive and no floppy. the problem I have is the same > with 7.2 I put bootable cdrom ( from box set and it works on my > PC) in the CDROM and reboot laptop. CD is ignored > by the laptop for some reason Here's a guess at what may be

Re: having trouble understanding find

2002-07-05 Thread Robert P. J. Day
On Fri, 5 Jul 2002, Rob Saul wrote: > On Friday 05 July 2002 05:26, you wrote: > > i still don't get find > > > > "find . -mmin 15" doesn't get me what files that have been modified _since_ > > 15minutes ago... what does it do? and how do i get what i want? > > computers are very literal. thi

RE: AW: 7.2 or 7.3 support for Intel 845G

2002-07-05 Thread Stephen J. Gowdy
I've had reports of problems with this chipset and AGP cards. The machines seem to freeze. Putting in a PCI video card solved the problem. On Tue, 2 Jul 2002, Petr Kubecka wrote: > I would not dispute the speed of super IDE controller- it is hardly an issue > on laptop, where seek time of drive

Re: having trouble understanding find

2002-07-05 Thread James Leddy
On Friday 05 July 2002 08:26 pm,daniel <[EMAIL PROTECTED]> wrote >"find . -mmin 15" doesn't get me what files that have been modified _since_ > 15minutes ago... what does it do? and how do i get what i want? That specific command would find a file that was modified exactly 15 minutes ago. (I

Re: Upgrading a internet server from 7.2 to 7.3

2002-07-05 Thread Jay Daniels
On Fri, 2002-07-05 at 19:45, Ian wrote: > Hello. I have RH 7.2 installed on a system that is used primarily as an > internet webserver. It hosts a number of websites, as well as other internet > functions. I'm thinking about upgrading to 7.3, but I don't want any > problems or difficulties during

Re: having trouble understanding find

2002-07-05 Thread daniel
heh some really smart guy said: "the problem with computers is that they do exactly what you tell them to, not what you want." find . -mtime -15 was exactly what i needed thanks. _ daniel a. g. quinn starving programmer fools in a country delay the independ

Re: NIC modules not loading on boot.

2002-07-05 Thread Rob Saul
On Friday 05 July 2002 03:34, you wrote: > Rob Saul wrote: > > > > I'm trying to help a friend of a friend figure out why his NIC modules > > aren't loading on boot. Once the system is up he can log in as > > root and load the necessary modules. > > Has you changed runlevels ? > Have u had a look

Re: having trouble understanding find

2002-07-05 Thread Rob Saul
On Friday 05 July 2002 05:26, you wrote: > i still don't get find > > "find . -mmin 15" doesn't get me what files that have been modified _since_ > 15minutes ago... what does it do? and how do i get what i want? computers are very literal. this looks for files modified _exaclty_ 15 minutes ago

Re: NIC modules not loading on boot.

2002-07-05 Thread achana
Rob Saul wrote: > First let my apologize for a long post, I don't at the moment have > another means for transmitting the info. > > I'm trying to help a friend of a friend figure out why his NIC modules > aren't loading on boot. Once the system is up he can log in as > root and load the necessa

having trouble understanding find

2002-07-05 Thread daniel
i still don't get find "find . -mmin 15" doesn't get me what files that have been modified _since_ 15minutes ago... what does it do? and how do i get what i want? _ daniel a. g. quinn starving programmer but what do we mean by the american Revolution? do we mea

Re: NIC modules not loading on boot.

2002-07-05 Thread achana
Rob Saul wrote: > I'm trying to help a friend of a friend figure out why his NIC modules > aren't loading on boot. Once the system is up he can log in as > root and load the necessary modules. > Sorry, just re-read that, of course you can insmod begin:vcard n:Chan;Arthur tel;work:1.718.633.5

Re: NIC modules not loading on boot.

2002-07-05 Thread achana
Rob Saul wrote: but does it load when u do an "insmod -F " ??? 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] title:Senior Partner note;q

Re: 3 Apache ?'s

2002-07-05 Thread achana
> Where can I find a newer version of Apache in RPM format for RH 7.2? > www.apache.org > > Last question - what the heck is SIGHUP and why does it keep occuring? > http://people.redhat.com/johnsonm/lad/src/sighup.c.html begin:vcard n:Chan;Arthur tel;work:1.718.633.5892 x-mozilla-html:TRUE

NIC modules not loading on boot.

2002-07-05 Thread Rob Saul
First let my apologize for a long post, I don't at the moment have another means for transmitting the info. I'm trying to help a friend of a friend figure out why his NIC modules aren't loading on boot. Once the system is up he can log in as root and load the necessary modules. all I've been

printconf trouble

2002-07-05 Thread James Leddy
Hey, I recently compiled AFPL ghostscript because I wanted to use thier GSview, and there were no RPM's that were current enough. I soon found out that I could no longer print. The first thing I did was I tried to recompile ghostscript with the required driver, but

Upgrading a internet server from 7.2 to 7.3

2002-07-05 Thread Ian
Hello. I have RH 7.2 installed on a system that is used primarily as an internet webserver. It hosts a number of websites, as well as other internet functions. I'm thinking about upgrading to 7.3, but I don't want any problems or difficulties during or after the process. I know the webserver will

Re: hostname

2002-07-05 Thread daniel
# hostname then edit /etc/sysconfig/network and change the hostname entry to the new name restart _ daniel a. g. quinn starving programmer giving it up would mean... it would mean that all along they'd been wrong. it would mean that they'd never known how to

Re: rpm upgrade breaks mrtg - new info - please read

2002-07-05 Thread Bret Hughes
On Fri, 2002-07-05 at 09:43, dogface wrote: > i sent out this email earlier in the week. i sent it to 3 lists. > rpm list, redhat list, and the mrtg list. i did not get any kind > of a response what so ever from any of the lists. > > here are my questions > > was it the way i wrote the email

Re: services

2002-07-05 Thread Ashley M. Kirchner
Doug Potter wrote: > After I add a user to a group, by editing the /etc/group file, what > service do I need to restart for that to take affect? None. Log out and back in. -- W | I haven't lost my mind; it's backed up on tape somewhere. +--

updating files in single user mode

2002-07-05 Thread jayson
how would one update a file in single user mode. In a total act of newbie-ness, I updated the /etc/fstab file and instead of having: Label=/ / ext3defaults1 1 I made it: Label=/root / ext3defaults1 1 So now won't boot/load correctly. Upon reboot, prompts m

services

2002-07-05 Thread Doug Potter
Title: Message Hello,A couple of quick questions.After I add a user to a group, by editing the /etc/group file, what service do I need to restart for that to take affect?  For example if I add myself to the production group, then do the  id command at the terminal prompt it dose not show up.

Re: Linux compatability with AMD Athlon XP 2200...

2002-07-05 Thread Duane Clark
I wrote: > You probably want to install and run hdparm > Arg. Of course I meant lm_sensors there. Duane ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: 3com FE575 PCMCIA cards in 100MB full-duplex networks...

2002-07-05 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Juha Ylitalo wrote: >Unfortunately LAN is locked to 100Mbps full-duplex >I've managed to define correct lines into /etc/modules.conf so that all >boxes with 3com PCI network cards will go to correct mode, when kernel >module is loaded in, but that

Re: VIM and SSH (Putty)

2002-07-05 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Calbazana, Al wrote: >Silly question, but it's an annoyance... Has anyone successfully gotten VIM >key mappings and colorschemes to work properly under Putty (or any Windows >SSH client for that matter)? Some key mapping (pg up, pg down, delete, an

Installing 7.3 error

2002-07-05 Thread Bobby Treaster
Ok I have a Toshiba sat pro 490cdt. It has a cdrom 4 gig hard drive and no floppy. the problem I have is the same with 7.2 I put bootable cdrom ( from box set and it works on my PC) in the CDROM and reboot laptop. CD is ignored by the laptop for some reason even happens with 7.2 however when I

Re: nameserver

2002-07-05 Thread Ryan Speed
cat /etc/resolv.conf On Tue, 2002-07-02 at 07:30, Devon Harding - GTHLA wrote: > How do I see my configured name servers from the command line? > > _ > Devon Harding > System Administrator > Gilat Latin America > 954-858-1600 > [EMAIL PROTECTED] > > > > >

Samba rights and configuration

2002-07-05 Thread Lee Griffin
I'm fairly new at this stuff. So bear with me if it is obvious. I have a Red Hat 7.3 machine that needs to authenticate to a windows 2000 server. I didn't install samba server, but I did install the samba client. First, will users be able to log on solely off of the windows 2000 user base, or w

RE: AW: 7.2 or 7.3 support for Intel 845G

2002-07-05 Thread Petr Kubecka
I would not dispute the speed of super IDE controller- it is hardly an issue on laptop, where seek time of drive is 20ms and sustained tranfer rate reaches 20 MB/s at its best even with the latest IBM drives. I did not notice any slowdown. Perhaps it is just a different meaning of words. To me if

Re: Root password lost

2002-07-05 Thread Bill Pierce
You may be able to boot off of your installation CD, but an easier approach is to download tomsrtbt floppy from http://www.toms.net/rb/ It's specifically for situations like yours. Jeff Jones wrote: > Our root password has been lost or changed on our FTP server running > 7.1. Isn't there a way

Keyboard/Terminal Setting is various SSH clients

2002-07-05 Thread Lesniak, Steven
Like many others I've been toying around with some of the various SSH clients for Windows. One reoccurring problem I have is the use of the "keypad" when I'm in vi. It seems no matter what settings I use, the keypad sends erroneous characters. Ideas, suggestions? Steven __

Re: 3 Apache ?'s

2002-07-05 Thread Gordon Messmer
On Tue, 2002-07-02 at 18:17, Dale Scott wrote: > First off, understand I'm a total newbie. I saw a posting the other day > where someone mentioned that they were running Apache 1.3.23. One of the > responders commented on how insecure that was and that the original poster > should upgrade to

Re: Antivirus for Linux 7.3

2002-07-05 Thread Mike Burger
Yeah...I'm using it. AMaViS is a mail scanning system...you use it, in conjunction with your mail server and an actual anti-virus package, to scan mail as it passes through your system. It matters not how many users on the system you have. On Fri, 5 Jul 2002, Scott Skrogstad wrote: > Anyone

gtk mess

2002-07-05 Thread dogface
hello, i have a huge gtk mess going on here. when i try to compile multi-gnome-terminal-1.5.1 i get errors stating that gtk is not installed. checking for gtk-config... /usr/bin/gtk-config checking for GTK - version >= 1.2.0... no *** Could not run GTK test program, checking why... *** The test

7.3 and Intel 845e chipset

2002-07-05 Thread Bruce Embrey
Hi, I am thinking about buying one of Dell's Dimension 4500. The motherboard comes with an Intel i845e chipset. I have not found any references to whether it is supported or not. Has anyone had any experience at installing 7.3 on a system with this chipset? If so were there any special drivers yo

rpm upgrade breaks mrtg - new info - please read

2002-07-05 Thread dogface
i sent out this email earlier in the week. i sent it to 3 lists. rpm list, redhat list, and the mrtg list. i did not get any kind of a response what so ever from any of the lists. here are my questions was it the way i wrote the email that prompted no response? was it the subject that was in

RE: samba problem (I THINK)

2002-07-05 Thread irfan khan
have u created the account on client win2k which u r trying to log on with ? and the same on samba server ? Have u made a administrator user with same passwd as of win2k client in samba and than try to log on. I hope if u try this it should solve ur prob. Regards. mirk -Original Message-

RE: AHA-154x driver

2002-07-05 Thread Really Robert
Ok, I finally got the aha1542 module to load. I'm not sure if it was the change I made to the modules.conf adding alias scsi_hostadapter aha1542 options aha1542 aha1542=0x330,11,7 or if it was the kernel upgrade to 2.4.9.34 but it's working now. Thanks for your help. -Original Message- F

dynamic and static IP address (was hostname)

2002-07-05 Thread Chris Harris
Thanks to everyone who replied to my previous query with the subject "hostname". I now have another query, which I think is related. I use my laptop both on a network, with a fixed IP address at work, and at home and on the move via dial-up using dynamically assigned IP addresses. I have probl

hostname

2002-07-05 Thread Chris Harris
Can somebody help me with setting the hostname on my laptop workstation installation running RH7.3. Currently my email headers have the something like "received: from localhost.localdomain" and I would like that to be something a bit more meaningful. What do I have to setup? >From what I can

Help: Integrating Tomcat with Apache

2002-07-05 Thread Joe Tseng
Recently I found a document (http://www.galatea.com/flashguides/apache-tomcat-4-unix.xml) that describes how to make Tomcat work with Apache. I tried out the instructions on that site and it did work - I did not have to use the Tomcat web server at port 8080. However there is an issue I cannot r

Re: nvidia drivers

2002-07-05 Thread Scott Sharkey
I found the page -- searching for "linux drivers" sends you to an older version. -Scott On Wed, 03 Jul 2002 08:45:07 -0700 "Rick Forrister" <[EMAIL PROTECTED]> wrote: > "Sharkey, Scott" wrote: > > > > Where, exactly, are the 7.3 drivers on their web site? I can find the > > March 7, 2002 driv

unmatched entries from root

2002-07-05 Thread cyberpunk
What is this unmatched entries? I have not tried to log in from localhost! Connections (secure-log) Begin Connections: Service ftp: 127.0.0.1: 1 Time(s) 192.168.1.2: 1 Time(s) **Unmatched Entries** xinetd[11232]: FAIL: ftp libwrap from=127.0.0.1 -

CERT Advisory CA-2002-19 Buffer Overflow in Multiple DNS Resolver Libraries

2002-07-05 Thread Mike J. Denny
This CERT advisory identifies Red Hat's vulnerability as "Unknown." I would like to know Red Hat's position on this. Can anyone tell me if Version's 6.2 or 7.X are vulnerable? If so, when will patches be released? Mike Denny RHCETechnology Specialist CATERPILLAR Inc. G

Errata gone bad - please help this newbie

2002-07-05 Thread Dale Scott
First off, understand I'm a total newbie.  I saw a posting the other day where someone mentioned that they were running Apache 1.3.23.  One of the responders commented on how insecure that was and that the original poster should upgrade to a newer release.  This bothered me as I'm running Apach

WebDAV

2002-07-05 Thread CJ Johnson
I have RedHat 7.2 and was trying to get Mod_DAV module to run with Apache. It was fine, except everyone had access to it with no password. I set up the DAVLockDB directive in the config file and it still allowed everyone in. Any help would be appreciated (in plain talk - I'm new) thanks CJ

RE: AHA-154x driver

2002-07-05 Thread Really Robert
Thanks for your suggestions Tom nut it doesn't seem to work. I'm using KDE as my desktop and can't seem to find the kernel configuration tool on it. I've tried using kernelcfg from the command line and that program isn't found. Do you know where KDE has it's kernel config tool? -Original Me

3com FE575 PCMCIA cards in 100MB full-duplex networks...

2002-07-05 Thread Juha Ylitalo
I guess this could be seen as more generic Linux problem than RedHat Linux, but ... I've been trying to get my old laptop with 3com FE575BT PCMCIA network card to work nicely with rest of LAN at work. Combination seems to work relatively nicely, when you are using it at 10Mbps mode. Unfortunately

RE: SSh client for Windows 2000

2002-07-05 Thread Lesniak, Steven
Title: Message Terra Term with the ssh plugin works great for me as well.   http://seqaxp.bio.caltech.edu/ttermpro_instruct.html   Steven -Original Message-From: Chapman, Matt [mailto:[EMAIL PROTECTED]]Sent: Monday, July 01, 2002 4:51 PMTo: [EMAIL PROTECTED]Subject: RE: SSh cli

3 Apache ?'s

2002-07-05 Thread Dale Scott
First off, understand I'm a total newbie. I saw a posting the other day where someone mentioned that they were running Apache 1.3.23. One of the responders commented on how insecure that was and that the original poster should upgrade to a newer release. This bothered me as I'm running Apach

Upgrade version to Redhat 7.3

2002-07-05 Thread Paolo Luoni
Now  I have a Pc  that it works correctly partitioning in the following mode :   Windows XP   49  G.Byte    (Fat 32) Linux  (Redhat 7.0)7.7 G.Byte    (EXT2) Linux Swap 258    Mbyte    At  the boo

nameserver

2002-07-05 Thread Devon Harding - GTHLA
How do I see my configured name servers from the command line? _ Devon Harding System Administrator Gilat Latin America 954-858-1600 [EMAIL PROTECTED] ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mail

Re: Mounting Drives

2002-07-05 Thread Alex Meaden
>I have a hard drive that I am trying to remove some data from that was in a old Linux 6.0 server. But I >am unable to mount the old hard drive in >a Gnome workstation that I have. What am I doing wrong? It's very hard to know without more details! What filesystem does the drive use? What comman

Re: VIM and SSH (Putty)

2002-07-05 Thread David Lupo
On Fri, Jul 05, 2002 at 04:30:09PM -0400, Calbazana, Al wrote: > Silly question, but it's an annoyance... Has anyone successfully gotten VIM > key mappings and colorschemes to work properly under Putty (or any Windows > SSH client for that matter)? Some key mapping (pg up, pg down, delete, and >

Re: Linux compatability with AMD Athlon XP 2200...

2002-07-05 Thread Duane Clark
Andrew Benton wrote: > I am planning on building a computer with the AMD > Athlon XP 2200+ 1.8 GHZ processor and I am wondering > if I will be able to run linux on it. I specifically > am looking at the ASUS A7V333 Motherboard which > supports PC2700 DDR SDRAM and has an integrated > Promise 2027

rhn-applet update notification tool

2002-07-05 Thread Jay Daniels
I am running XFWM and redhat 7.3. Is there an rhn-applet type program that does not require Gnome Panel to be running? jay ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Segmentation fault

2002-07-05 Thread Muhammad Faisal Rauf Danka
Each program when is executed is granted a piece of RAM, termed as a "segment". The segmant has a certain size and it comprises memory locations with a certain range of addresses. A *segmentation fault* error occurs when your program tries to read from, or write to, an address that does not be

VIM and SSH (Putty)

2002-07-05 Thread Calbazana, Al
Silly question, but it's an annoyance...  Has anyone successfully gotten VIM key mappings and colorschemes to work properly under Putty (or any Windows SSH client for that matter)?  Some key mapping (pg up, pg down, delete, and others) are not working as they should and colorschemes are way

Re: Telnet

2002-07-05 Thread Muhammad Faisal Rauf Danka
First of all don't use telnet. Use SSH. secondly you cannot login as root directly, for that matter you need to get rid of /etc/securetty or add an psuedo terminal entries into /etc/securetty. But anyways don't login directly as root (secondly dont use telnet, use SSH). Regards, - Muha

Re: double

2002-07-05 Thread Javier Gostling
On Fri, 2002-07-05 at 13:14, Edward Marczak wrote: > Ross Cooney wrote: > > > Is it me or is everybody getting two copies of posts on this list? > > Just you. Are you subscribed twice? I'm getting double messages too... much more than usually... :( Cheers, -- Javier Gostling Ingeniero de S

Re: HOWTO : free all memory

2002-07-05 Thread Jonathan Bartlett
>I have a segmentation fault error in my C program > but i don't know where it come from. > How can i free all memory , all buffer ? This would make it worse. If you free your memory and then try to access it, it will segfault. Better to use something like Electric Fence and/or gdb to find

Users and their file/directory Permissions.

2002-07-05 Thread Ted Gervais
What does one have to do, to keep users that enter your system, to stay in their own directories. People telnet in or ssh in and look around and was wondering if there is a way to stop that. Maybe set the permissions or something so they have to remain in their own home directory?? Is that

Linux compatability with AMD Athlon XP 2200+ Processor and related DDR motherboards

2002-07-05 Thread Andrew Benton
I am planning on building a computer with the AMD Athlon XP 2200+ 1.8 GHZ processor and I am wondering if I will be able to run linux on it. I specifically am looking at the ASUS A7V333 Motherboard which supports PC2700 DDR SDRAM and has an integrated Promise 20276 RAID controller. If there are

Re: 2 defoult gateways

2002-07-05 Thread Javier Gostling
On Sat, 2002-06-29 at 20:02, Chris Watt wrote: [Snip] > (balancing load between them) to connect to the Internet. I don't think > that Redhat ships with iproute2, so probably to get this working you will > need to do something along the lines of: Yes, it does.} [jgostlin@jgostling jgostlin]$ rpm

Re: samba problem (I THINK)

2002-07-05 Thread Gordon Messmer
On Wed, 2002-07-03 at 15:33, Tyler Durdin wrote: > I ahve a samba server running as my primary domain controller for a windows > 2000 network. Everything seemed to be in order so i tried to connect one of > the win2k clients to the network. When i did this i ran the network ID > wizard and ever

Re: route

2002-07-05 Thread Ray Curtis
Please show the courtesy to send your mail without the HTML, Thanks, -- Ray Curtis mailto:[EMAIL PROTECTED] http://www.ccux.com ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/r

Re: Antivirus for Linux 7.3

2002-07-05 Thread Scott Skrogstad
Anyone using amavis for a mail server type of app ? It looks like it will protect a workstation but I have about 1500 users that I would like to protect. On Tue, 2 Jul 2002, Mike Burger wrote: > You can view a list at http://www.amavis.org. > > Personally, I'm using H+BDEV AntiVir, located a

RE: using CUPS

2002-07-05 Thread Adam Ellis
I have not tried it, but you may need to uncomment the 'Browsing On' line in the /etc/cups/cupsd.conf file under the Browsing Options section. -Original Message- From: christopher j bottaro [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 3:28 PM To: [EMAIL PROTECTED] Subject: Re

Re: gtk mess

2002-07-05 Thread Gordon Messmer
On Fri, 2002-07-05 at 09:47, dogface wrote: > hello, > i have a huge gtk mess going on here. > when i try to compile multi-gnome-terminal-1.5.1 > i get errors stating that gtk is not installed. ... > [root@blt multi-gnome-terminal-1.5.1]# rpm -qa|grep gtk > gtk+-1.2.8-0_helix_1 > gtk-1.2.10-ximian

No Sound on Thinkpad 600 w/RH 7.2 - SOLVED

2002-07-05 Thread Patrick Beart
Folks: Several people have noted the problems with sound on certain machines. I use an IBM Thinkpad 600 (eBay deal) with Red Hat 7.2 (Enigma) and the default (FULL) install has never produced sound. I get "system beeps" when I plug and unplug the power cord, but that's it. Upon star

Re: Re: double

2002-07-05 Thread dpotter
Are you using any rules on your email client? I had this problem before, and the cause was a extra "move rule" >On Fri, 05 Jul 2002 13:14:02 -0400 Edward Marczak <[EMAIL PROTECTED]> wrote. >Ross Cooney wrote: > >> Is it me or is everybody getting two copies of posts on this list? > >Just you.

Re: route

2002-07-05 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello - It's not clear to me why you have or need two fixed routes. You only need one default route. My three-head gateway sees the internet on one side, and two private nets on the other. Its route table looks like this (probably linewrapped):

Re: double

2002-07-05 Thread Edward Marczak
Ross Cooney wrote: > Is it me or is everybody getting two copies of posts on this list? Just you. Are you subscribed twice? -- Ed Marczak [EMAIL PROTECTED] ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/

Re: log

2002-07-05 Thread Edward Marczak
Ximo Llacer wrote: > Is there any way to see how the packets goes routing and moving each > other.I have problems with the routing and I?d like see if the ping from > a host pass to another. Any kind of log ? .etc. Use traceroute on each client? If your router is a Linux box, you could als

Re: ssh question

2002-07-05 Thread Bret Hughes
On Thu, 2002-07-04 at 08:57, Wesley Murphy wrote: > There is a way, or there should be, to enable secure access to a machine > without having to enter a password. > > My problem is this: > > I have two machines, both running ssh, they both have static ips on the > interfaces that I will be usi

route

2002-07-05 Thread Ximo Llacer
Hi,   My problem is the next:   I’ve got a box with 2 ifaces : eth0 eth1 and my route table is:   0.0.0.0   192.168.200.17    0.0.0.0   UGH   0 0 0 eth0 19.174.16.51  192.168.2.1   255.255.255.255   UGH   0 0 0 eth1 192.168.2.0   0

RE: make command question

2002-07-05 Thread James D. Parra
Thank you. Found the file here: 12162 Apr 10 17:01 ../../usr/include/pgsql/Makefile.global My apologies for the next question but, what should I do now that I know where it is? Should I copy Makefile.global to ../../src/? Thanks again, James D. Parra [EMAIL PROTECTED] -Original Mess

rpm upgrade breaks mrtg - new info - please read

2002-07-05 Thread dogface
i sent out this email earlier in the week. i sent it to 3 lists. rpm list, redhat list, and the mrtg list. i did not get any kind of a response what so ever from any of the lists. here are my questions was it the way i wrote the email that prompted no response? was it the subject that was in

gtk mess

2002-07-05 Thread dogface
hello, i have a huge gtk mess going on here. when i try to compile multi-gnome-terminal-1.5.1 i get errors stating that gtk is not installed. checking for gtk-config... /usr/bin/gtk-config checking for GTK - version >= 1.2.0... no *** Could not run GTK test program, checking why... *** The test

hosts.allow

2002-07-05 Thread Jay Daniels
In the following hosts.allow, is the LOCAL necessary? ALL: LOCAL ALL: 192.168.1. jay ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: web server alternatives

2002-07-05 Thread Thomas Bergstam
Roxen is also quite common. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Glen Lee Edwards Sent: Friday, July 05, 2002 7:08 AM To: [EMAIL PROTECTED] Subject: web server alternatives Are there any reliable web servers available other than Apac

Re: Pilot Project/Feasibility Study (This is a Big'un)

2002-07-05 Thread Scott Bower
All, Thanks for the replies, I have all the regular stuff mentioned well covered, what I'm hoping for is some information to help with Samba's Windows Domain Logon ability that came in not so long ago, I read something in the past couple of days but simply can't find it now that I need to use

Partiton change

2002-07-05 Thread Jochen Vogel
hi, /dev/sda6 2016016638088 1275516 34% / /dev/sdb6 7748036466260 6888188 7% /var /dev/sda546605 8579 35620 20% /boot none127584 0127584 0% /dev/shm /dev/sda7 6720248 1870464 4508

Re: web server alternatives

2002-07-05 Thread achana
David Talkington wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Glen Lee Edwards wrote: > > >I started looking when Apache wasn't loading existing pages, kicking out > >an error that the requested document wasn't on the server, even though > >it was. I wasn't able to find anyone wh

Re: Squid error page !

2002-07-05 Thread Rhaoni - Sistêmica Computadores
Thank's - Original Message - From: Scott Bower To: [EMAIL PROTECTED] Sent: Saturday, July 06, 2002 5:53 AM Subject: Re: Squid error page ! Rhaoni,    Maybe a static page that times out at one second and redirects to an Apache-run cgi script...Scott.Rhaoni - Si

ISDN Terminal adaptor/modem

2002-07-05 Thread Netsetandgo
Newbie alert...Managed to get everything else to work just diddly, apart from the isdn. Pulled out the BT Speedway card (pci) replaced with a Diva Pro (pci) alleged to work under linux. Like hell does it!!!   Any recommendations for a KNOWN TO WORK WITH LINUX isdn adaptor/modem??   Many than

Re: Squid error page !

2002-07-05 Thread Scott Bower
Rhaoni,     Maybe a static page that times out at one second and redirects to an Apache-run cgi script... Scott. Rhaoni - Sistêmica Computadores wrote: Hi, How do I run a cgi as a squid's erros page       Atenciosamente,   Rhaoni Ch

Re: Windows does not boot after Linux installation

2002-07-05 Thread Augusto Cezar Amaral
Have you checked your bootloader configuration file? Wich do you use?? --- Danny <[EMAIL PROTECTED]> escreveu: > You need to recover your master boot record > > > In the command prompt (using a windows boot disk) > yhou need to > to restall the Master Boot Record > > - Original Message ---

Re: web server alternatives

2002-07-05 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Glen Lee Edwards wrote: >I started looking when Apache wasn't loading existing pages, kicking out >an error that the requested document wasn't on the server, even though >it was. I wasn't able to find anyone who could provide a fix. I don't reca

Can the Red Hat Cluster Manager be used with a cheap NAS for shared storage?

2002-07-05 Thread Nick Urbanik
Dear folks, I want to build a NAS (network attached storage) box using software RAID on cheap IDE disks and gigabit Ethernet cards. Could such a beast be made to work with the Red Hat Cluster Manager? We can't afford a SAN, or a special purpose RAID system. If this is the wrong list, please po

  1   2   >