Re[2]: Port redirection

2002-03-17 Thread Robert Golovniov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello David, Monday, March 18, 2002, 3:45:31 AM, you wrote: DT> -BEGIN PGP SIGNED MESSAGE- DT> Hash: SHA1 DT> badger wrote: >>> How can I redirect traffic that comes to port 80 (www) to port 8080, the >>> port for my squid web cache? >>>

Re: Adding a harddrive

2002-03-17 Thread Statux
> 1.. This is fdisk version 2.11f. Listing the known partition type does not show me >ext3 nor ext2, so I chose type '83 Linux' and then primary no1. Is that correct? partition types and filesystems are different things. fdisk only understands partitions. > 2.. How do I edit the fstab file

Re: Configure sound on 810-815 chipset motherboard

2002-03-17 Thread bbales
I have an M810 SiS motherboard and have good vga video, but have been working for weeks to get printing and sound working. No success, so far. Had good color printing with gimp at first , but now I have screwed that up trying to get cups and gimp-print installed. ./configure gimp-print gives

Re: emails question

2002-03-17 Thread Ray Curtis
> "ps" == pochy s writes: ps> Hello every one!: ps> Lets see now, this is my thing my wife is getting unrequested ps> mail each day in her ps> mail box, and she wants me to block that people, from send her e-mails. ps> She acces the web trhugout my box, and

emails question

2002-03-17 Thread pochy
Hello every one!: Lets see now, this is my thing my wife is getting unrequested mail each day in her mail box, and she wants me to block that people, from send her e-mails. She acces the web trhugout my box, and she is using M$-Outlook. My question is, If she getting her mail from

Re: Stat logging on multiple servers

2002-03-17 Thread Joe Bifano
no. I was told that it was not a good way to do it. What is your experiance with syslog? Joe - Original Message - From: "Charles Galpin" <[EMAIL PROTECTED]> To: "Redhat List" <[EMAIL PROTECTED]> Sent: Sunday, March 17, 2002 8:16 PM Subject: Re: Stat logging on multiple servers > On Su

Re: Where is gtk-config gone

2002-03-17 Thread Maynard B. Fernando
try "whereis gtk-config" - Original Message - From: "Statux" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 18, 2002 7:53 AM Subject: Re: Where is gtk-config gone > dig around in /usr/local/bin > > you could have typed "locate gtk-config" since most RH systems have > sup

Re: Stat logging on multiple servers

2002-03-17 Thread Charles Galpin
On Sun, 2002-03-17 at 14:42, Joe Bifano wrote: > Hi all, > > Wondered if there was a good way to get web stats from 2 or 3 machines we > are setting up as web servers in a server farm. We could have them all > write to an NFS mounted logs directory on another machine but wanted to know > if the

Re: Problems with NFS

2002-03-17 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ben Logan wrote: >At first I wasn't 100% sure that the problem was caused by NFS, but >I'm sure now. Convince us. When you say "within hours of using NFS", does that mean within hours of a) starting specific daemons (which ones?), b) mounting spec

Re: zoom modem and 7.2

2002-03-17 Thread Paul R. Brandariz
jimmy keffer wrote: >my zoom voice fax modem works under 6.2 but not 7.2 the hardware >detection say's it been removed i have tried telling it keep the >hardware 2 keep the modem but no good its an isa card on com 2 irq 3 >7.2 see's my sound card isa awe64 on irq 5 under windows 6.2 don't see >ca

Problems with NFS

2002-03-17 Thread Ben Logan
Hello, Through several kernel versions on three different machines, I have had strange problems after using NFS. The three machines form an ethernet LAN and I need to use NFS to install software (including the RH updates) on one of the machines which lacks a working CDROM. At first I wasn't 100

Re: Port redirection

2002-03-17 Thread Alex Iruc
On Sun, 17 Mar 2002, David Talkington wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > badger wrote: > > >> How can I redirect traffic that comes to port 80 (www) to port 8080, the > >> port for my squid web cache? > >>I have a lot of windoze clients that always change the options

Re: Port redirection

2002-03-17 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 badger wrote: >> How can I redirect traffic that comes to port 80 (www) to port 8080, the >> port for my squid web cache? >> I have a lot of windoze clients that always change the options in >> IE&Netscape so they navigate the web without proxy.

Re: Where is gtk-config gone

2002-03-17 Thread Garf DeLong
> You've put it in a place where the script isn't looking. Run './configure > --help |grep -i gtk' and see if there is a command line option to tell > it where you have put GTK. These are the options I have: --with-gtkmm-prefix=PREFIX --with-gtkmm-exec-prefix=PREFIX --disable-gtkmmtest

Re: problems with hylaFAX

2002-03-17 Thread Gary
On Sunday 17 March 2002 06:29 pm, you wrote: I recently installed hylaFAX in my machine.. but when I want to send a fax I just receive this message: request id is 30 (group id 30) for host localhost (1 file) but the fax isn't sended... wh

Re: Port redirection

2002-03-17 Thread Alex Iruc
> If you are using a firewall, it is easier and more efficient just to block > outbound port 80 and open outbound port 8080 - force your users to use 8080. Yes, it's true, but I don't want that...I what to redirect port 80, not to block it. Alex __

Re: Adding a harddrive

2002-03-17 Thread Ed Wilts
There are 5 basic steps to getting a new hard drive working:   1.  partition the drive with: fdisk /dev/hdc 2.  create a file system on the new partition with: mke2fs 3.  create a mount point:  mkdir /mnt/hdc1 4.  mount the drive:  mount /dev/hdc1 /mnt/hdc1 5.  edit fstab and put the entry

Re: Adding a harddrive

2002-03-17 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ragnar Wiencke wrote: > 1.. This is fdisk version 2.11f. Listing the known partition type >does not show me ext3 nor ext2, so I chose type '83 Linux' and then >primary no1. Is that correct? Yes, that's fine. You get ext3 by creating ext2 with a jo

Re: Where is gtk-config gone

2002-03-17 Thread Hal Burgiss
On Sun, Mar 17, 2002 at 07:40:04PM -0500, Garf DeLong wrote: > Is your error during compile like this : > > checking for GTK-- - version >= 1.2.3... no > *** Could not run GTK-- test program, checking why... > *** The test program failed to compile or link. See the file config.log for > t

Adding a harddrive

2002-03-17 Thread Ragnar Wiencke
Hi there again.   I got RH 7.2 installed on a box and need to add the third HD to it. Running df I can see that the filesystem on the to HD's originally on the machine is ext3. Running fdisk on the third IDE HD 'fdisk /dev/hdc' gives me some trouble. This is fdisk version 2.11f. Listing t

Re: Where is gtk-config gone

2002-03-17 Thread Garf DeLong
Is your error during compile like this : checking for GTK-- - version >= 1.2.3... no *** Could not run GTK-- test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK-- was incorrectly

problems with hylaFAX

2002-03-17 Thread ramzez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I recently installed hylaFAX in my machine.. but when I want to send a fax I just receive this message: request id is 30 (group id 30) for host localhost (1 file) but the fax isn't sended... when I use "faxstat" receive this: HylaFAX scheduler on

Re: Port redirection

2002-03-17 Thread badger
On Sunday 17 March 2002 09:51 am, Alex Iruc wrote: > Hi guys... > > I have a question for you...if anybody can help me, please do so. > > How can I redirect traffic that comes to port 80 (www) to port 8080, the > port for my squid web cache? > I have a lot of windoze clients that alway

Re: Where is gtk-config gone

2002-03-17 Thread Statux
dig around in /usr/local/bin you could have typed "locate gtk-config" since most RH systems have support for the locate command :) On Mon, 18 Mar 2002, Kjetil Tjensvold wrote: > Hi. > Where is gtk-config gone. > I have installed rpm gtk+-1.2 and gtk+-2.0 but an > application I try to compile c

Where is gtk-config gone

2002-03-17 Thread Kjetil Tjensvold
Hi. Where is gtk-config gone. I have installed rpm gtk+-1.2 and gtk+-2.0 but an application I try to compile complain about missing gtk-config. I cant find it on my computer which have rh 7.2 installed. = Investigating the Norwegain 4.th Service with the multiheaded troll logo. http://hjem.so

Re: patch files with space in name

2002-03-17 Thread Bill Crawford
On 16 Mar 2002, Gordon Messmer wrote: > I just uploaded rpm packages of the XenoStep and Xenophilia GTK+ theme > engines to my ftp server. While trying to patch XenoStep, I ran into > difficulty. All of its included themes have spaces in their filenames. > If I want to modify a gtkrc file, I c

Re: Using njamd

2002-03-17 Thread Bill Crawford
On Sun, 17 Mar 2002, Bill Crawford wrote: > You might want to add > > export NJAMD_ALLOW_FREE_0=1 You might also need NJAMD_NO_TRACE=1, there's a comment in the man page that says: NJAMD_NO_TRACE=1 When debugging programs that use libraries compiled with optimiz

Re: Using njamd

2002-03-17 Thread Bill Crawford
On Sat, 16 Mar 2002, David wrote: > Hi, > > I read the man page for njamd (not just another memory debugger) and > followed the instructions to first: > > export LD_PRELOAD=libnjamd.so > > and then run my program. > > However, I could not even get my program to start running. And even a simpl

Re: XFree at 800x600

2002-03-17 Thread Billy R Nordyke
Hi, Have made the change in Grub. Added "vga=692 to the bottom of the first section as below: title Red Hat Linux (2.4.9-31) root (as listed, didn't change anything) kernel (as listed, didn't change anything) initrd/initrd-2.4.9-31 vga=792 How do I bring this up? Do

Re: commercial firewall

2002-03-17 Thread Bill Crawford
On 16 Mar 2002, Gordon Messmer wrote: > On Sat, 2002-03-16 at 14:27, Mike Burger wrote: > > On 16 Mar 2002, Gordon Messmer wrote: > > > Doesn't really change my point. There's only so much bandwidth > > > available to the PCI bus. The PC architecture isn't going to process an > > > infinite num

zoom modem and 7.2

2002-03-17 Thread jimmy keffer
my zoom voice fax modem works under 6.2 but not 7.2 the hardware detection say's it been removed i have tried telling it keep the hardware 2 keep the modem but no good its an isa card on com 2 irq 3 7.2 see's my sound card isa awe64 on irq 5 under windows 6.2 don't see card i tried both upgrade an

Re: Tape writing format?

2002-03-17 Thread Bill Crawford
On Fri, 15 Mar 2002, Janyne Kizer wrote: > backup from sun: > TAPEDRIVE=/dev/rmt/0 > WORKDIR=/export/home/SUNarchive > tar -cvf $TAPEDRIVE $WORKDIR/passwd > > restore to linux: > TAPEDRIVE=/dev/rmt/1 > WORKDIR=/local/restore > cd $WORKDIR > tar -xvf $TAPEDRIVE > > At this point we get a file no

Re: XFree at 800x600

2002-03-17 Thread Linux Rules
On Sun, 17 Mar 2002, Billy R Nordyke wrote: > Hi All, > Can framebuffer be used with grub? If not can grub be configured to use > framebuffer? Don't really want to reinstall 7.2 if it's not necessary. > > Bill > [EMAIL PROTECTED] > >

Re: XFree at 800x600

2002-03-17 Thread Billy R Nordyke
Hi All, Can framebuffer be used with grub? If not can grub be configured to use framebuffer? Don't really want to reinstall 7.2 if it's not necessary. Bill [EMAIL PROTECTED] GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PRE

Stat logging on multiple servers

2002-03-17 Thread Joe Bifano
Hi all, Wondered if there was a good way to get web stats from 2 or 3 machines we are setting up as web servers in a server farm. We could have them all write to an NFS mounted logs directory on another machine but wanted to know if there was a better way. Is there a way that 1 hard drive can c

Re: Port redirection

2002-03-17 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alex Iruc wrote: > I have a question for you...if anybody can help me, please do so. > >How can I redirect traffic that comes to port 80 (www) to port 8080, the >port for my squid web cache? > I have a lot of windoze clients that always c

Port redirection

2002-03-17 Thread Alex Iruc
Hi guys... I have a question for you...if anybody can help me, please do so. How can I redirect traffic that comes to port 80 (www) to port 8080, the port for my squid web cache? I have a lot of windoze clients that always change the options in IE&Netscape so they navigate the w

Re: Screen always flickers when using win manager

2002-03-17 Thread Reuben D Budiardja
On Saturday 16 March 2002 07:06 pm, Gordon Messmer wrote: > > OK, here I included the log file after I did what you asked. I had > > previously tried to installed a S3 pci card, in an attemp to determine > > the problem. I was checking if the S3 pci card would work better. Turn > > out that the ca

Re: How to patch the kernal

2002-03-17 Thread Lewi
of course, u will need do that On Sun, Mar 17, 2002 at 10:29:23AM +0800, Roger wrote: > hi there > > can you tell me the procedure about how to patch the kernel? after i finish > zcat path.x.x.gz | patch -p0, what eles do i have to do? do i still run make > menuconfig, make dep, make clean, make