Re: RedHat 8.0 beta

2001-12-07 Thread Gordon Messmer
On Fri, 7 Dec 2001, Jim Bija wrote: > By default install my hosts file was as such: > > 127.0.0.1ns2 localhost.localdomain localhost Yeah, that's good. Now trying to resolve the local host address to a name will result in your host name. > this is a a ns2 server as well as www server, du

Re: WAP server or gateway

2001-12-07 Thread Lewi
On Fri, Dec 07, 2001 at 04:19:15PM +0100, Thorsten Strusch wrote: > Hello folks, > > I am searching for a WAP server or gateway. > Has anyone expirience in working with a free available > software (perhaps a module for my apache)? > I want to provide access to some WML-sites and mobile jingles. >

Re: Probably bug in Iptables, I think

2001-12-07 Thread Redhat mailing list
On Fri, 7 Dec 2001, Mike Burger wrote: > Did you, at any point, do an "iptables save"? yes i did. I missed somthing on flushing the rules. I only flushed the chains and missed the tables (nat, filter). > If so, you'll need to edit /etc/sysconfig/iptables, and comment out or > remove the dna

Re: OT: Bulk changing of file permissions/owners

2001-12-07 Thread Cameron Simpson
On Fri, Dec 07, 2001 at 03:36:26PM -0800, Gordon Messmer <[EMAIL PROTECTED]> wrote: | On Fri, 7 Dec 2001, Alexander Shaw wrote: | | > Is it possible to change the ownership or permissions of the contents | > of entire directory including the sub directories? If so, how? | | chown -R | chmod -R |

Re: printing to hp4550

2001-12-07 Thread fred smith
On Fri, Dec 07, 2001 at 02:37:38PM -0800, Hidong Kim wrote: > Hi, > > Thanks for the tip. It's apparently too simple to be true for me. I > still can't print to it. I can submit jobs to the queue, but they don't > get printed. Here's a listing of the queue: > > Printer: color_laser@tovarish

Re: upgrading to latest openssh-server needs libc.so.6(GLIBC_2.2.4)

2001-12-07 Thread Jeremy C. Reed
On 7 Dec 2001, Trond Eivind [iso-8859-1] Glomsrød wrote: > "Jeremy C. Reed" <[EMAIL PROTECTED]> writes: > > >Before applying this update, make sure all previously released errata > >relevant to your system have been applied. I didn't look close enough. (I think I was only looking at th

Re: Finding open ports

2001-12-07 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 07 December 2001 07:59 pm, Blake Thornton wrote: > My box is behind a firewall and want to ssh into it. I have asked the > admin to open the port for me, but he's not moving as fast as I would > like and I hate to get too pushy about it. >

Re: RedHat 8.0 beta

2001-12-07 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 07 December 2001 06:32 pm, Jim Bija wrote: > OK, i think i have a handle on this one now guys. I believe what our > problem is as someone said a hostname problem of some sort. Ill put > out what ive seen newbie style and someone who knows l

Re: printing to hp4550

2001-12-07 Thread Hidong Kim
Hi, You won't be able to ping our hp4550. It has an internal Class C IP address which is meaningless outside of our network. I can ping the printer from the inside. You're probably right about having to add the Linux machines to some kind of allowed machine list. We also have an hp4050tn, and

Re: upgrading to latest openssh-server needs libc.so.6(GLIBC_2.2.4)

2001-12-07 Thread ABrady
On Fri, 7 Dec 2001 16:14:02 -0800 (PST) "Jeremy C. Reed" <[EMAIL PROTECTED]> implied: > (I first sent this to this list on Dec. 5. I wasn't subscribed since I > read via archive. It didn't bounce. So later I sent mail to -owner to see > if this list is moderated -- no answer. Where is the policy?

Up2date access

2001-12-07 Thread Stephen Torri
Is up2date only available for users that both a RedHat boxed set? Stephen Torri On 7 Dec 2001, Trond Eivind Glomsrød wrote: > "Jeremy C. Reed" <[EMAIL PROTECTED]> writes: > > >Before applying this update, make sure all previously released errata > >relevant to your system have been ap

Re: Finding open ports

2001-12-07 Thread Jim Bija
try using port 21 (ftp). you have a good chance of it working that way i would think, what with the active ftp ports which are probably open etc.. - Original Message - From: "Blake Thornton" <[EMAIL PROTECTED]> To: "Redhat List" <[EMAIL PROTECTED]> Sent: Friday, December 07, 2001 7:59 PM

Finding open ports

2001-12-07 Thread Blake Thornton
OK, this is probably a bit of a cracker question, but I'm trying to get into my own box. My box is behind a firewall and want to ssh into it. I have asked the admin to open the port for me, but he's not moving as fast as I would like and I hate to get too pushy about it. So, I am thinking th

Re: printing to hp4550

2001-12-07 Thread Oeystein Olsen
On Friday 07 December 2001 02:37 pm, Hidong Kim wrote: > Hi, > > Thanks for the tip. It's apparently too simple to be true for me. I > still can't print to it. I can submit jobs to the queue, but they > don't get printed. Here's a listing of the queue: > > Printer: color_laser@tovarish (dest [

Re: upgrading to latest openssh-server needs libc.so.6(GLIBC_2.2.4)

2001-12-07 Thread Trond Eivind Glomsrød
"Jeremy C. Reed" <[EMAIL PROTECTED]> writes: >Before applying this update, make sure all previously released errata >relevant to your system have been applied. There is, and you can find it in the updates directory or (recommended) get it via up2date. -- Trond Eivind Glomsrød Red Hat,

upgrading to latest openssh-server needs libc.so.6(GLIBC_2.2.4)

2001-12-07 Thread Jeremy C. Reed
(I first sent this to this list on Dec. 5. I wasn't subscribed since I read via archive. It didn't bounce. So later I sent mail to -owner to see if this list is moderated -- no answer. Where is the policy? Why no bounce or no moderation? Now to my situation ...) The file was from ftp://updates.re

Re: ssh on 62

2001-12-07 Thread Ed Wilts
On Fri, 2001-12-07 at 17:38, Jim Bija wrote: > also, would a rpm in 7.2 work under 6.2? wouldnt the 7.2 be compiled with a > 2.4 kernel and not work under a 2.2 kernel with 6.2? It depends on the dependencies. You're far more likely to have problems with libc or rpm than you are with the kernel

Re: Bulk changing of file permissions/owners

2001-12-07 Thread Jim Bija
What your looking for is the -R option. Example:   chmod -R 755 /home/jim   since web files should be 644 and dirs 755 i like to do this and sometimes its helpfull..   chmod -R 644 /home/jim (which is where i have my domains web pages) then i go in to jim and change all the dirs to 755..   B

Re: OT: Bulk changing of file permissions/owners

2001-12-07 Thread Gordon Messmer
On Fri, 7 Dec 2001, Alexander Shaw wrote: > Is it possible to change the ownership or permissions of the contents > of entire directory including the sub directories? If so, how? chown -R chmod -R Be careful with the latter. You usually don't want directory and file permissions to be the same

Re: ssh on 62

2001-12-07 Thread Jim Bija
the openssh rpm in the redhat 7.2 has exploits, there is a update available at updates.redhat.com also, would a rpm in 7.2 work under 6.2? wouldnt the 7.2 be compiled with a 2.4 kernel and not work under a 2.2 kernel with 6.2? Jim. - Original Message - From: "Jeff Graves" <[EMAIL PROTECTED

Re: RedHat 8.0 beta

2001-12-07 Thread Jim Bija
OK, i think i have a handle on this one now guys. I believe what our problem is as someone said a hostname problem of some sort. Ill put out what ive seen newbie style and someone who knows linux can explain it to all of us. By default install my hosts file was as such: 127.0.0.1ns2 localhos

Re: ssh on 62

2001-12-07 Thread Thomas Porter
On Fri, Dec 07, 2001 at 01:17:32PM -0800, Patrick Nelson thoughtfully expounded: > Have a 62 system we are not ready to upgrade to 72 yet (a couple of months > anyway). We have decided to take a active step to get people to stop using > telnet and have ssh running on all of our 72 systems. Howev

Re: OT: Bulk changing of file permissions/owners

2001-12-07 Thread Dave Ihnat
On Fri, Dec 07, 2001 at 10:40:53PM -, Alexander Shaw wrote: > I guess this is a really simple one but I can't find an answer anywhere at > the moment. > > Is it possible to change the ownership or permissions of the contents of > entire directory including the sub directories? If so, how? Ye

Re: OT: Bulk changing of file permissions/owners

2001-12-07 Thread ABrady
On Fri, 7 Dec 2001 22:40:53 - "Alexander Shaw" <[EMAIL PROTECTED]> implied: > I guess this is a really simple one but I can't find an answer anywhere at > the moment. > > Is it possible to change the ownership or permissions of the contents of > entire directory including the sub directories

Re: ssh on 62

2001-12-07 Thread Bret Hughes
Patrick Nelson wrote: > Have a 62 system we are not ready to upgrade to 72 yet (a couple of months > anyway). We have decided to take a active step to get people to stop using > telnet and have ssh running on all of our 72 systems. However, on the 62 > system I can't seem to find an rpm for it.

OT: Bulk changing of file permissions/owners

2001-12-07 Thread Alexander Shaw
I guess this is a really simple one but I can't find an answer anywhere at the moment.   Is it possible to change the ownership or permissions of the contents of entire directory including the sub directories? If so, how?   Thanks in Anticipation.   Alex

Re: printing to hp4550

2001-12-07 Thread Hidong Kim
Hi, Thanks for the tip. It's apparently too simple to be true for me. I still can't print to it. I can submit jobs to the queue, but they don't get printed. Here's a listing of the queue: Printer: color_laser@tovarish (dest [EMAIL PROTECTED]) Queue: 2 printable jobs Server: pid 4527 active

Re: RedHat 8.0 beta

2001-12-07 Thread Gordon Messmer
David~ Your server is probably configured incorrectly, similarly to Jim's. If you're looking for evidence of the problem, don't expect IE to hand it to you. Install ngrep or ethereal on the web server, and use it to watch the traffic on port 80. I expect that you will see a conversation like

Re: ext2 and ext3

2001-12-07 Thread Hidong Kim
Thanks! Robert Dege wrote: > > yes. When each machine mounts the other's disk partitions, it will be > identified as an nfs partition, not the partition of the physical disk > > -Rob > > > Hi, > > > > If you have a machine with ext2 disks and another machine with ext3 > > disks, can they N

RE: ssh on 62

2001-12-07 Thread Jeff Graves
It didn't come with the 6.2 distro. Use the one off of the 7.2 CD or go to www.rpmfind.net and search for 'em. Jeff Graves Customer Support Engineer Image Source, Inc. 10 Mill Street Bellingham, MA 02019 508.966.5200 X31 - Phone 508.966.5170 - Fax [EMAIL PROTECTED] - Email -Original Message

Re: ssh on 62

2001-12-07 Thread Robert Dege
Why not just download the source directly from openssh.com? They just released 3.0.2p1 for Linux. If you're dead set against src compiling, you can probably find the rpm's for 6.2 at their site as well. -Rob > Have a 62 system we are not ready to upgrade to 72 yet (a couple of months > anyway

Re: RedHat 8.0 beta

2001-12-07 Thread dave brett
I tried and it did exactly as you said. Which means I have something missconfigured on my web server as well. I just learned something new. Now I need to find something new again where the configuration for this is. :) david On Fri, 7 Dec 2001, Devon wrote: > -BEGIN PGP SIGNED MESSAGE---

Re: RedHat 8.0 beta

2001-12-07 Thread dave brett
Hi Gordon I tried out of curiosity. It didn't work for me. The server is a rh 6.2 running the standard apache server with nothing extra added. The browser was MS Internet explorer 5. http://server/documents ---> gets page cannot be displayed http://server/documnets/ ---> gets the directory l

ssh on 62

2001-12-07 Thread Patrick Nelson
Have a 62 system we are not ready to upgrade to 72 yet (a couple of months anyway). We have decided to take a active step to get people to stop using telnet and have ssh running on all of our 72 systems. However, on the 62 system I can't seem to find an rpm for it. Anyone have it up and running

Re: RH 7.2 default firewall question

2001-12-07 Thread dave brett
Hi Gregory run setup as root the line down is firewall hope this helps david On Fri, 7 Dec 2001, Gregory Hosler wrote: > During RH7.2 installation, there is a option to install a default firewall, > with either Low, Medium, High security, or no firewall. > > I chose no firewall, because at t

RE: setting up ftpd and tftpd

2001-12-07 Thread dave brett
Hi George I think this may do it, I spoke to soon. I did get this error when stopping IP chains. Don't know if this is normal or not after unchecking the services service ipchains stop Flushing all chains: ipchains: Incompatible with this kernel

Re: setting up ftpd and tftpd

2001-12-07 Thread dave brett
Thanks I will look into proftpd. I think I have found the cause of my problem. It appears the firewall is set for high security no matter what I do. I ran setup and checked again and found the services were running. I checked firewall and found it set for high security. I changed it to no fir

Re: printing to hp4550

2001-12-07 Thread Oeystein Olsen
On Friday 07 December 2001 11:54 am, Hidong Kim wrote: > Hi, > > I want to be able to print from our Linux machines to an HP Color > LasrJet 4550. This printer has its own Ethernet interface and IP > address. It's not directly connected to any computer. Our Windows > machines print to it fine,

Re: ext2 and ext3

2001-12-07 Thread Robert Dege
yes. When each machine mounts the other's disk partitions, it will be identified as an nfs partition, not the partition of the physical disk -Rob > Hi, > > If you have a machine with ext2 disks and another machine with ext3 > disks, can they NFS mount each other's disks? Thanks, > > > > Hi

printing to hp4550

2001-12-07 Thread Hidong Kim
Hi, I want to be able to print from our Linux machines to an HP Color LasrJet 4550. This printer has its own Ethernet interface and IP address. It's not directly connected to any computer. Our Windows machines print to it fine, but I can't get our Linux machines to print to it. On a Red Hat 7

Re: Masquerading issue: please help

2001-12-07 Thread Ashley Thomas
thanks for the reply! Yes. The port forwarding and masq is working. But i am not able to ssh from 10.0.0.154 to 10.0.0.199 I thought this would take care of that: #Allow ssh in and out $IPCHAINS -A input -i eth0 -p tcp --dport 22 -j ACCEPT $IPCHAINS -A output -i eth0 -p tcp --sport 22 -j ACCEPT

ext2 and ext3

2001-12-07 Thread Hidong Kim
Hi, If you have a machine with ext2 disks and another machine with ext3 disks, can they NFS mount each other's disks? Thanks, Hidong ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: can't make boot disk for new version of kernel

2001-12-07 Thread Robert Dege
mkbootdisk might be checking out the /etc/fstab & detecting the vfat partitions (I assume it's your Windows partition). Comment them out, and run mkbootdisk again. It should not give you those error messages. However, if you want vfat support, the best way would be to install the kernel source

Re: fvwm2 instead of kde

2001-12-07 Thread Hidong Kim
Thanks! My machine is a lot snappier with XFce. Applications don't crash anymore. It doesn't look half bad either. Anthony wrote: > > There's another lightweight desktop environment you may be interested in > called XFCE. > > http://www.xfce.org/ > > Anthony

Invalid system activity file message

2001-12-07 Thread Avi Aumick
after updating from 7.1 to 7.2 I get the following in the log file Invalid system activity file: /var/log/sa/sa06 What does this refer to and what am I missing? Thanks, Avram -- --- You know you're getting old when you talk about what you've done, rather than what you're going to do

can't make boot disk for new version of kernel

2001-12-07 Thread Michael Teixeira
I stupidly installed a new verion of my kernel on my box using up2date. I went from 2.4.2-2 to 2.4.9-12. I also removed the old kernel. I didn't update /etc/lilo.conf, or really do anything but install a new kernel and eventually reboot. I also failed to make a new boot disk. The machine boot

Re: Red Hat 7.2 on Thinkpad 760LD

2001-12-07 Thread Hidong Kim
If you still need it, try the monitor selection IBM 9514-B TFT Panel @ 1024x768. Good luck, Hidong Rodney Fulk wrote: > > Still need the info if you have it. Thanks! > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Hidong Kim > >

rh 72 install - irq problem on ibm 300 gl

2001-12-07 Thread Thierry ITTY
Hi I have an IBM 300 GL model 6563 (desktop PIII 600) which run fine till yesterday with RH70, mdk80, mdk81 and winnt4. I just installed the brand new rh72 on it and my network card doesn't work any more (smc 8432t with dec tulip 21014 chipset, but also tried with an accton 1207d-tx with the sa

Re: Apache deny

2001-12-07 Thread Frank Carreiro
Firewall will do it. If you are still experiencing problems try turning your Order around. Put deny,allow as your order. Also Allow from all should be after the deny (I believe). Like in ipchains/iptables it will execute on the first rule encountered. If I'm reading this right you are allow

Re: Generating .config file from running kernel

2001-12-07 Thread Ed Wilts
On Fri, Dec 07, 2001 at 09:43:50AM -0600, Brandon Hutchinson wrote: > > I'm running Red Hat 7.2 and want to add NTFS read (at least) support to the > kernel. Apparently Red Hat does not include this support in provided kernel. Once you've installed the sources, check the config directory - the

RE: Wireless networking

2001-12-07 Thread Drew Hunt
Mandrake 8.1 with a LinkSys WPC11 (~$100) and wlan (www.linux-wlan.org) drivers. No complaints. You'll need an access point for the lab, either a linux box with wireless set to masq or one from a vendor. I use LinkSys 4-port wireless Cable/DSL/Wireless aP with integrated firewall (~$200). Works

Generating .config file from running kernel

2001-12-07 Thread Brandon Hutchinson
Hello! I'm running Red Hat 7.2 and want to add NTFS read (at least) support to the kernel. Apparently Red Hat does not include this support in provided kernel. Is there an easy way to take your current configuration and have it dumped to a ".config" file in /usr/src/linux so that I can simply

Re: RedHat 8.0 beta

2001-12-07 Thread Bret Hughes
Gordon Messmer wrote: > On Fri, 7 Dec 2001, Jim Bija wrote: > > > Untill redhat 7.2 they never had to add the trailing slash. Please explain. > > When the server is configured correctly, it redirects the browser to the > correct URL. If a URL resolves to a directory, then it must end in a > slas

WAP server or gateway

2001-12-07 Thread Thorsten Strusch
Hello folks, I am searching for a WAP server or gateway. Has anyone expirience in working with a free available software (perhaps a module for my apache)? I want to provide access to some WML-sites and mobile jingles. regards Thorsten ___ Redhat-lis

Re: OT: LinuxMall broken

2001-12-07 Thread Robert Dege
Their web server croaked. If you can email them, let them know. -Rob > Can anyone get the LinuxMall site to load up without a "fatal error" > > Thanks > > Bob > > > > ___ > Redhat-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com

OT: LinuxMall broken

2001-12-07 Thread Robert Hartung*
Can anyone get the LinuxMall site to load up without a "fatal error" Thanks Bob ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Probably bug in Iptables, I think

2001-12-07 Thread Mike Burger
Did you, at any point, do an "iptables save"? If so, you'll need to edit /etc/sysconfig/iptables, and comment out or remove the dnat rules, there. Then, run "service iptables restart", which will cause iptables to reload the saved configuration. Works well for me. On Fri, 7 Dec 2001, Redhat

Re: [REDHAT] Re: FUD alert!

2001-12-07 Thread Graham Hemmings
Good points. It's obviously a case of horses for courses. For many people, Windows is the ideal Desktop OS, that's not to say that Linux can't be a better Desktop OS - just not for everyone in every situation. Linux really excels in the server arena and for quick development of unusual/innov

Re: Wireless networking

2001-12-07 Thread cgalpin
On Wed, 5 Dec 2001, Art Ross wrote: > Our department teaches a Fundamentals of Linux class. This class has > grown in popularity to the point where our networked lab stations needs > to be increased. In order to get the additional network connections we > would have to go through an enormous am

Probably bug in Iptables, I think

2001-12-07 Thread Redhat mailing list
HI folks, Im using iptables and successfully configured it to be my packet filtering firewall. I've configured nat (DNAT) to forward http, smtp and dns request to servers inside my firewall. However, I want to disable dnat for some reason. But I can't disable it. I remove the dnat rules and r

Re: RedHat 8.0 beta

2001-12-07 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 07 December 2001 01:17 am, Jim Bija wrote: > During this its obvious your using Mozilla. I am using I-E 6.0. > If i goto www.my.com/~jim it dont work. if i goto www.my.com/~jim/ it > does. fresh redhat 7.2 install.. > untill redhat 7.2 this

Re: Masquerading issue: please help

2001-12-07 Thread cgalpin
On Fri, 7 Dec 2001, Ashley Thomas wrote: > I have a network as: > > > > 150.2.3.4 150.2.3.5 10.0.0.199 ---10.0.0.154 > > I need to configure the Firewall to block everything from the external net > except ssh, which has to be port forwarded to th

RE: Red Hat 7.2 on Thinkpad 760LD

2001-12-07 Thread Rodney Fulk
Still need the info if you have it. Thanks! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Hidong Kim > Sent: Friday, December 07, 2001 12:59 AM > To: [EMAIL PROTECTED] > Subject: Re: Red Hat 7.2 on Thinkpad 760LD > > > I installed Red Hat 7.1 on

Re: [REDHAT] Re: FUD alert!

2001-12-07 Thread Glen Lee Edwards
David Kramer writes: >On Thu, 6 Dec 2001, Glen Lee Edwards wrote: > >> Gregory Cox writes: >> > >> >I think Linux, in general, is far superior to WinBLAHx. The main problem is >> >that people are scared of it. And M$ doesn't hesitate to exploit (no pun >> >intended) that fact. Then there's that