RE: Making boot.img floppy

2002-05-22 Thread Eddie Strohmier
Hello all: I originally posted the problems with RH 7.3 in the making of a boot disk via the dosutils rawrite.exe on a windoze machine. Using dd did not solve my problems either so after several hours of working on this I decided to ftp boot.img from the ftp.redhat.com and I made a boot image

eth0 timeout interval

2002-05-22 Thread arun yadav
Hi all, quick question for you - probably a no brainer, but I have no clue: How do I change the eth0 timeout for Linux? When my machine boots off the network, it stops at Bringing up interface eth0 for about 5 minutes. That's entirely too long - 30 seconds should be sufficient. Somewhere

Dialin Server

2002-05-22 Thread Toto Gamez
i am new to linux... i already installed rh 7.2 and try to install ppp server but i cant configure it, here's what i have done. mgetty 1.i edit the /etc/inittab -- S2:2345:respawn:/sbin/mgetty ttyS0 -D /dev/ttyS0 isomeone told me to use minicom to set my serial modem to /dev/ttyS0 3. issue

Re: SIGTERM

2002-05-22 Thread patrick1
If you kill the pid, sure you kill the process itself but the shared mem seg remains cause other processes may need them. patrick On Tue, 21 May 2002 15:16:20 +0300 Bubulac Tatiana [EMAIL PROTECTED] wrote: Hi, I want to terminate a parent process that attach several shared memory

Re: [REDHAT] continual segfaults with make on 7.3

2002-05-22 Thread Mike Martin
--- Trond Eivind Glomsrød [EMAIL PROTECTED] wrote: Mike Martin [EMAIL PROTECTED] writes: --- David Kramer [EMAIL PROTECTED] wrote: On Tue, 21 May 2002, Mike Martin wrote: After upgrading to RH7.3 I get continual segfaults while compiling programs. It does not

Re: bash: /bin/rm: Argument list too long

2002-05-22 Thread rpjday
On 22 May 2002, C. Linus Hicks wrote: On Tue, 2002-05-21 at 17:30, Ed Wilts wrote: On Tue, May 21, 2002 at 01:55:40PM -0700, Samuel Flory wrote: This should always work `find * -exec rm {} \;` Nope. As long as you include an unquoted * on the command line, it should fail. Not

RH7.3 install problem on CD2 (md5 ok)

2002-05-22 Thread Alain NOBLET
Hi everybody, I'm trying to install the 7.3 on an 7.2 machine(no update). I obtain an error message with the second CD. I made 2 CDs of this, and I get the same message : file /mnt/source/RedHat/RPMS/ypserv-2.2-9.i386.rpm cannot be openned...etc. (the message is in french) Important : the MD5

Re: RH7.3 install problem on CD2 (md5 ok)

2002-05-22 Thread rpjday
On Wed, 22 May 2002, Alain NOBLET wrote: Hi everybody, I'm trying to install the 7.3 on an 7.2 machine(no update). I obtain an error message with the second CD. I made 2 CDs of this, and I get the same message : file /mnt/source/RedHat/RPMS/ypserv-2.2-9.i386.rpm cannot be

Re: RH7.3 install problem on CD2 (md5 ok)

2002-05-22 Thread Emmanuel Seyman
On Wed, May 22, 2002 at 12:00:24PM +0200, Alain NOBLET wrote: I'm trying to install the 7.3 on an 7.2 machine(no update). I obtain an error message with the second CD. I made 2 CDs of this, and I get the same message : file /mnt/source/RedHat/RPMS/ypserv-2.2-9.i386.rpm cannot be

Do I need to implement routing here ?

2002-05-22 Thread Shyam Kumar Mankayil
Let me describe my LAN : macs1 macs2 macs3 macs4 |__|__|___|HUB | ___| |_SWITCH___ | | | | | | | | maci1 maci2 maci3 maci4 maci5maci6 maci7 maci8 All

RE: Do I need to implement routing here ?

2002-05-22 Thread Robert Bleumer
Title: Bericht Depends on what IP adresses you've given them. -Oorspronkelijk bericht-Van: Shyam Kumar Mankayil [mailto:[EMAIL PROTECTED]] Verzonden: woensdag 22 mei 2002 12:25Aan: [EMAIL PROTECTED]Onderwerp: Do I need to implement routing here ? Let me describe my LAN

Re: Do I need to implement routing here ?

2002-05-22 Thread Emmanuel Seyman
On Wed, May 22, 2002 at 11:25:16AM +0100, Shyam Kumar Mankayil wrote: BUT my problem is I cannot telnet (or ftp) into macs4 from maci8. Can you ping one machine from the other? Emmanuel ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: Speaking of ports

2002-05-22 Thread Anand Buddhdev
On Wed, May 22, 2002 at 01:24:16PM +0800, Edward Dekkers wrote: I've looked at: http://www.iana.org/assignments/port-numbers to find out about all the open ports I have, and I have a few questions if someone cares to explain. This is mainly out of curiousity, but also I would like to

Re: SMTP AUTH SASL

2002-05-22 Thread Anand Buddhdev
On Tue, May 21, 2002 at 06:47:07PM -0700, Gordon Messmer wrote: define(`confAUTH_OPTIONS', `A')dnl TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl This works just fine and authenticates a user against a system

RE: Traffic Counter

2002-05-22 Thread Adam Ellis
Dan, Just a thought...would iptables logging be an option for you? I've used things like iptables -A main -m limit -j LOG --log-prefix Error packet: before to log rejected packets, but you could probably modify that to log all packets. AE -Original Message- From: Dan Horth

RE: RH7.3 install problem on CD2 (md5 ok)

2002-05-22 Thread Alain NOBLET
-Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Emmanuel Seyman Envoye : mercredi 22 mai 2002 12:23 A : [EMAIL PROTECTED] Objet : Re: RH7.3 install problem on CD2 (md5 ok) On Wed, May 22, 2002 at 12:00:24PM +0200, Alain NOBLET wrote:

RE: Traffic Counter

2002-05-22 Thread Dan Horth
hi adam - I had thought of that - but apparently the counters aren't too permanent and I get the impression they can bereset all too easily to be relied on for my purposes... then again may be I could just write a simple cron job that checked the counters every hour and dumped the info I

RE: Traffic Counter

2002-05-22 Thread Adam Ellis
If you do go with the cron job idea I have found that Seagate (Crystal Decisions) Crystal Reports is a very good program for crunching that kind of data into a nice, readable format. It is not free or GPLed, but I do not know what I would do without it. AE -Original Message- From:

Re: bash: /bin/rm: Argument list too long

2002-05-22 Thread Gordon Messmer
On Tue, 2002-05-21 at 23:04, C. Linus Hicks wrote: Why not just: find . -exec rm {} \; It's super, super, extremely slow. rm is exec'd for every file to be removed, where it's invoked as few times as possible using: find . -print | xargs rm xargs job here is to build as long a list of

RE: rpm seg faulting

2002-05-22 Thread Wagner, Joseph
I'm having the same problems with RPM in GNOME. Last time I checked (05/20/2002) there weren't any updates applicable to this problem. I haven't had a chance to try this, but the only thing I can think of is to switch into KDE temporarily just to do RPM stuff. Perhaps the KDE version of RPM

RE: rpm seg faulting

2002-05-22 Thread Mike Martin
--- Wagner, Joseph [EMAIL PROTECTED] wrote: I'm having the same problems with RPM in GNOME. Last time I checked (05/20/2002) there weren't any updates applicable to this problem. I haven't had a chance to try this, but the only thing I can think of is to switch into KDE temporarily just to

RE: rpm seg faulting

2002-05-22 Thread jack wallen
quite aware that there is no such thing as a gnome or kde rpm. i attempted installing/upgrading with red-carpet, gnorpm, and command-line and all variants seg faulted. On Wed, 2002-05-22 at 10:52, Mike Martin wrote: --- Wagner, Joseph [EMAIL PROTECTED] wrote: I'm having the same problems

USB keyboard and mouse

2002-05-22 Thread Timothy Lee Young
Greetings! I am aware that there is a Hardware Compatibility database, but I was wondering from you guys... I'm looking to purchase a Microsoft Internet Pro Keyboard (USB) and a Microsoft Optical Mouse, and was wondering if I could expect their use to be normal with my Red Hat 7.3 OS. And was

ipchains - getting certain services past the firewall

2002-05-22 Thread Stuart Otway
hi there, if you have any advice i would be very greatful, thanks. I have got one server which is a firewall, one is the mailserver and one is the webserver. _ | | | NET |

Re: rpm seg faulting

2002-05-22 Thread ABrady
On Wed, 22 May 2002 09:39:44 -0500 Wagner, Joseph [EMAIL PROTECTED] wrote: I'm having the same problems with RPM in GNOME. Last time I checked (05/20/2002) there weren't any updates applicable to this problem. I haven't had a chance to try this, but the only thing I can think of is to

RE: RH7.3 install problem on CD2 (md5 ok)

2002-05-22 Thread Alain NOBLET
On Wed, May 22, 2002 at 12:00:24PM +0200, Alain NOBLET wrote: I'm trying to install the 7.3 on an 7.2 machine(no update). I obtain an error message with the second CD. I made 2 CDs of this, and I get the same message : file /mnt/source/RedHat/RPMS/ypserv-2.2-9.i386.rpm

RE: USB keyboard and mouse

2002-05-22 Thread Carter, Shaun G
I am currently running RH7.3 with a micro$haft USB internet pro keyboard and a logitech optical USB trackball without issues. Shaun -Original Message- From: Timothy Lee Young [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 11:12 AM To: [EMAIL PROTECTED] Subject: USB keyboard

Re: USB keyboard and mouse

2002-05-22 Thread Daniel J. Cody
Tim - I'm running an Apple Pro USB keyboard and a wireless logitech usb mouse without any problems on redhat 7.2 and 7.3, and you shouldn't have probs with your hardware Shout if you have any other questions! :) Dan Timothy Lee Young wrote: Greetings! I am aware that there is a Hardware

Re: USB keyboard and mouse

2002-05-22 Thread Statux
USB keyboards and mice work fine, but you have to make sure you have support for HID, USB keyboards, and USB mice loaded. If you still use kudzu, it should load the needed modules by itself. If you want my honest opinion.. buy Logitech and not Microsoft.. that is if it's available where you live

RE: USB keyboard and mouse

2002-05-22 Thread Michael . Hughes
I have these particular Items in question and they don't work very well on my Redhat system. I am still currently on 7.2 I keep an extra ps2 kyb and mouse around for the occasions that the other ones get screwy. it seems to be random as to when they work or don't work, but when they decide

RE: USB keyboard and mouse

2002-05-22 Thread Statux
I have a Logitech USB optical wheel mouse. Been using it for a year or two with no problems. On Wed, 22 May 2002 [EMAIL PROTECTED] wrote: I have these particular Items in question and they don't work very well on my Redhat system. I am still currently on 7.2 I keep an extra ps2 kyb and

RE: rpm seg faulting

2002-05-22 Thread Mike Martin
--- jack wallen [EMAIL PROTECTED] wrote: quite aware that there is no such thing as a gnome or kde rpm. i attempted installing/upgrading with red-carpet, gnorpm, and command-line and all variants seg faulted. Just making sure (lot of newbies on the list) and message is a little confusing.

RE: rpm seg faulting

2002-05-22 Thread jack wallen
had already rebuilt the db as well. my guess is with the stray log files cause the machine has a 1/2 gig of ram. note: this happened after a failed compilation of a particular application from source (the app was metacity). On Wed, 2002-05-22 at 13:37, Mike Martin wrote: --- jack wallen

How to log the packet that caused dial on-demand?

2002-05-22 Thread Petr Kubecka
Hi All, I have a dial-on-demand (DOD)to ISDN installed on a small multi homed network of 10+ workstations using pppd and it works like a dream. Recently I have noticed that the server dials out more often- every 20 minutes or so during the night and I am struggling with logging the first packet

Re: USB keyboard and mouse

2002-05-22 Thread Francisco Antonio Diaz Lopez
Well I didn't hear anything about this issue when I asked, but let me tell you that I fixed it. I commented the usb-controller usb-uhci command from the file /etc/modules.conf; why?, because I was noticed the keyboard worked at the beginning (boot, keep presing the CAPS key and see the

Re: Console font lines per screen

2002-05-22 Thread Edward Marczak
On 5/21/02 12:17 AM, Kevin Myers [EMAIL PROTECTED] pressed the keys forming the message: On Mon, 20 May 2002 12:34:41 -0400, Edward wrote: I've also used consolechars to change the fonts around, but there seems to be a setting somewhere that controls the 'number of lines' per screen that I

help?

2002-05-22 Thread Nguyen Phuong
facing some problems with my mail server. How can I unsubribe to the mailing list and join with another add? Thanks ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

ssh client

2002-05-22 Thread daniel
i just did a fresh install of rh7.3 and i guess i missed something 'cause while i can ssh INTO my box, typing ssh ip.add.re.ss on that box gives me a command not found error. i ran up2date openssh and got nothing suggestions? _ daniel a. g. quinn starving

Re: ssh client

2002-05-22 Thread jack wallen
that's because the newer releases are using OpenSSH. On Wed, 2002-05-22 at 15:30, daniel wrote: i just did a fresh install of rh7.3 and i guess i missed something 'cause while i can ssh INTO my box, typing ssh ip.add.re.ss on that box gives me a command not found error. i ran up2date

Updated: Where Does The Red Hat 7.3 Boot Logo Come From?

2002-05-22 Thread Adam Ellis
Just an update on my question...I was in the rc.sysinit file and found that if I comment out sections that manipulate the system font at startup, the Red Hat Linux logo will stay up at the top of the screen throughout the boot process. This still leaves the question unanswered: where it this

Re: ssh client

2002-05-22 Thread Chris Watt
At 12:30 2002/05/22 -0700, daniel wrote: i just did a fresh install of rh7.3 and i guess i missed something 'cause while i can ssh INTO my box, typing ssh ip.add.re.ss on that box gives me a command not found error. i ran up2date openssh and got nothing suggestions? The OpenSSH client should

Re: help?

2002-05-22 Thread Mike Burger
Send an email to [EMAIL PROTECTED] With a message body of unsubscribe On Thu, 23 May 2002, Nguyen Phuong wrote: facing some problems with my mail server. How can I unsubribe to the mailing list and join with another add? Thanks ___

Re: ssh client

2002-05-22 Thread Mike Burger
You might want to up2date openssh-clients On Wed, 22 May 2002, daniel wrote: i just did a fresh install of rh7.3 and i guess i missed something 'cause while i can ssh INTO my box, typing ssh ip.add.re.ss on that box gives me a command not found error. i ran up2date openssh and got nothing

Re: ssh client

2002-05-22 Thread Mike Burger
That made no sense. The executable, if it was installed, still goes by ssh. On 22 May 2002, jack wallen wrote: that's because the newer releases are using OpenSSH. On Wed, 2002-05-22 at 15:30, daniel wrote: i just did a fresh install of rh7.3 and i guess i missed something 'cause

need source for pam_unix.so

2002-05-22 Thread Isaac Liu
Hello, Which RPM contain pam_unix.so? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: need source for pam_unix.so

2002-05-22 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 22 May 2002 04:26 pm, Isaac Liu wrote: Hello, Which RPM contain pam_unix.so? [mfratoni@paradox mfratoni]$ rpm -q --redhatprovides pam_unix.so pam-0.75-32 - -- - -Michael pgp key: http://www.tuxfan.homeip.net:8080/gpgkey.txt Red

RE: need source for pam_unix.so

2002-05-22 Thread Trevor
http://rpmfind.net//linux/RPM/rawhide/1.0/i386/RedHat/RPMS/pam-0.75-33.i386. html Trevor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Isaac Liu Sent: Wednesday, May 22, 2002 2:27 PM To: [EMAIL PROTECTED] Subject: need source for pam_unix.so

Re: need source for pam_unix.so

2002-05-22 Thread daniel
up2date --whatprovides=deps _ daniel a. g. quinn starving programmer we will have to repent in this generation not merely for the hateful words and actions of the bad people but for the appalling silence of the good people. - martin luther king jr. -

Re: need source for pam_unix.so

2002-05-22 Thread John P Verel
On 05/22/02, 01:26:38PM -0700, Isaac Liu wrote: Hello, Which RPM contain pam_unix.so? At bash prompt, type: rpm -q --whatprovides pam_unix.so (See man rpm) Answer? pam-0.75-32 -- John P. Verel Living Proof That Low Tech Beats High Tech! ___

Re:Re: Need Help - Quota Question on RedHat 7.1

2002-05-22 Thread Razali Mohamad
Hi Kevin, I have got the same problem. It really frustrated. I have tried this workaround and its worked: 1) #quotaoff -av 2) #quotacheck v /dev/hde6 (replace with your filesystem accordingly) 3) At root (/) directory: #touch quota.user 4) #touch quota.group 5) #chmod 600

ldap proxy

2002-05-22 Thread Devon Harding - GTHLA
Is there a way to proxy/forward ldap requests to another server? i.e.InternetLDAP PROXY-Exchange SERVER Thanks, _ Devon Harding System Administrator Gilat Latin America 954-858-1600 [EMAIL PROTECTED] ___

Samba Questions

2002-05-22 Thread Dave Lewis
Hi I'm wondering if anyone has any experience with Samba here's my issue.. Linux server and win98 client I would like to have 2 shares that are readable by everyone. one of the two shares is writable by everyone and one is only writable by a specific user. I believe I should be using

Re: Large File Size problems on 7.2 RedHat

2002-05-22 Thread Lloyd Duhon
At 10:45 AM 5/19/2002 +0200, Joachim Breuer wrote: Lloyd Duhon [EMAIL PROTECTED] writes: That would be wonderful, if there is a way to do that. I am not personally aware of a way. I would be sufficiently happy to just extract a few files from the archive, that is my primary goal at this

RE: linuxconf in RH 7.3 ??? alternatives? (2nd post)

2002-05-22 Thread Devon Harding - GTHLA
Is there a tool for command line instead of X? -Devon -Original Message- From: Robert Moses [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 1:49 PM To: [EMAIL PROTECTED] Subject: Re: linuxconf in RH 7.3 ??? alternatives? (2nd post) Sorry. I just scanned the archive and saw the

No sound with RH 7.3 / SB Live Value

2002-05-22 Thread Carlos Briege
I just installed RH 7.3 from ISO disks on 8KTA / Duron 600 / 256M with Soundblaster Live Value, but i dont get sound. B.R. Carlos

Re: Re(2): RH 7.2 sound issue

2002-05-22 Thread Fletch Chase
bash# /sbin/sndconfig Include the /sbin path when running it. -Ken - Original Message - From: Patrick Beart [EMAIL PROTECTED] Newsgroups: gated.redhat-list To: [EMAIL PROTECTED] Sent: Monday, May 20, 2002 7:55 PM Subject: Re(2): RH 7.2 sound issue At 9:24 PM -0500 5/20/02, ABrady

RE: rpm seg faulting

2002-05-22 Thread Jack Wallen, Jr.
did so and it still seg faulted. i broke down and rebooted the machine (much to my chagrin) and rpm seems to be fine now. what would cause this? On Wed, 22 May 2002, Mike Martin wrote: --- Wagner, Joseph [EMAIL PROTECTED] wrote: I'm having the same problems with RPM in GNOME. Last time I

[OT] vmware panic

2002-05-22 Thread Hidong Kim
Hi, I'm running VMware 3.0 on Red Hat 7.2 with Windows 2000 Professional at the guest OS. It's been running great for about a year. But yesterday, I started to get these errors when trying to launch VMware: VMware PANIC: (VMX) AIO: Unexpected loss of channel Floppy (thread Floppy) The

anyway to safely make the hard drive read only?

2002-05-22 Thread erik sabowski
Is there anyway to get a redhat installation so that when it loads up it will no longer write to the disk? I am helping a friend with a project, and they need a machine collect gps data and send it out in a SNMP message over a wireless bridge. he came to me kinda last minute, so I am

RH 7.2, Networking Problem

2002-05-22 Thread Lloyd Duhon
Hi All, I've added a network card to one of my linux boxes, a simple intranet server running a few web applications. We added the card to allow the box to masquerade a small lan out to the internet. (I know all the implications of using your intranet server as a firewall, but this small

How can i access tape drive.

2002-05-22 Thread Jianping Zhu
I have a IBM xseries230 server with redhat linux7.1 on it. I just brought tape dirver from IBM and already put it in machine How can i access the tape drive and make backup. Thank you in advance Jianping Zhu Department of Computer Science Univerity of Georgia

Re: anyway to safely make the hard drive read only?

2002-05-22 Thread Duncan Hill
On Wed, 22 May 2002, erik sabowski wrote: Is there anyway to get a redhat installation so that when it loads up it will no longer write to the disk? I am helping a friend with a Mount the file system read-only. Note that things sometimes try to write data to the drive - you'd want to

Kernel SPEC

2002-05-22 Thread Ray Parish
I am trying to rebuild the kernel RPMs from the kernel SPEC file supplied by redhat. I made one modification to linux/include/linux/posix_types.h and set define __FD_SETSIZE to 4096. I am trying to know rebuild the RPMS via rpm -ba kernel-2.4.9-31.spec I would like it to only build the

Re: eth0 timeout interval

2002-05-22 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22-May-2002/07:11 -, arun yadav [EMAIL PROTECTED] wrote: How do I change the eth0 timeout for Linux? When my machine boots off the network, it stops at Bringing up interface eth0 for about 5 minutes. That's entirely too long - 30 seconds

Re: help?

2002-05-22 Thread Anthony E. Greene
On 23-May-2002/04:12 +0900, Nguyen Phuong [EMAIL PROTECTED] wrote: facing some problems with my mail server. How can I unsubribe to the mailing list and join with another add? Thanks ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: No sound with RH 7.3 / SB Live Value

2002-05-22 Thread arkyn
I just installed RH 7.3 from ISO disks on 8KTA / Duron 600 / 256M with Soundblaster Live Value, but i don't get sound. I had the same prob. unload all sound modules with rmmod audio, sound soundcore and emu10k1. After starting xmms for example it worked again. My only prob is that after 1

need source for libcrypto.a

2002-05-22 Thread Isaac Liu
Thanks. But now I need libcrypto.a I used the qpm -q command you suggested. And it says no package found for libcrypto.a libcryp.a or libcrypto.so But when I do a ls -l /usr/lib/libcry* I can see there are a bunch there. Any idea? -Original Message- From: John P Verel [mailto:[EMAIL

Re: need source for libcrypto.a (Or fun with RPM)

2002-05-22 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 22 May 2002 07:04 pm, Isaac Liu wrote: Thanks. But now I need libcrypto.a I used the qpm -q command you suggested. And it says no package found for libcrypto.a libcryp.a or libcrypto.so $ rpm -q --redhatprovides libcrypto.so.0

Re: Speaking of ports

2002-05-22 Thread Edward Dekkers
Port 6 is unassigned - yet netstat shows it as listening. the -nap options and lsof -i don't really tell me what it is doing. Any clue? OK, it appears to be portsentry on that port. 111 - Sun Remote Procedure Call - This is required by portmap right? And portmap is required for all RPC

Re: S/Key and OpenSSH

2002-05-22 Thread Keith Morse
On Thu, 16 May 2002, Todd A. Jacobs wrote: Just to expand a little bit, here's the goal. I'm trying to set up a system which will allow encrypted connections from insecure public terminals using one-time passwords. The idea is that, if a user needs to connect to the secure system from a

Changing ownership of windows partition.

2002-05-22 Thread Javier de Lazaro
Hi list. I succesfully installed RH 7.3 I mounted the windows partition under /mnt/windows but now I can't modify files in that partition. Don't know exactly if it is an ownership problem, or a mode problem. I tried with chown and chmod but I get nothing. Any help will be apreciated.

Re: Do I need to implement routing here ?

2002-05-22 Thread Gordon Messmer
On Wed, 2002-05-22 at 03:25, Shyam Kumar Mankayil wrote: I configured the eth0 interface for macs4 recently and installed in. telnetd,in.ftpd , xinetd,ftp and telnet , and you can telnet (and ftp) into macs4 and out of macs4. BUT my problem is I cannot telnet (or ftp) into macs4 from

RE: RH 7.2, Networking Problem

2002-05-22 Thread Chad and Doria Skinner
Why it would disappear I would not know, but it sounds like the the /etc/sysconfig/network-scripts/ifcfg-eth0 and ifcfg-eth1 files have been deleted .. are they there? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lloyd Duhon Sent: Wednesday, May

Re: Changing ownership of windows partition.

2002-05-22 Thread John P Verel
My /etc/fstab entry for my windows partition looks like this and works just fine: /dev/hda1 /mnt/vfat vfat user,owner,exec,dev,suid,rw,conv=auto,uid=500,gid=500,auto 0 0 Check your boot log to be sure your windows partition is hda1...which is typical. Make a backup of your

tserver, cserver (was Re: port)

2002-05-22 Thread Ed Wilts
What is cserver and tserver? According to a quick Google search, this is for FreeWnn. Ed Wilts Mounds View, MN, USA mailto:[EMAIL PROTECTED] ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Re: eth0 timeout interval

2002-05-22 Thread arun yadav
Hi Tony, thanks for the reply but i m having static IP.i m not using DHCP. regards Arun On Thu, 23 May 2002 Anthony E. Greene wrote : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22-May-2002/07:11 -, arun yadav [EMAIL PROTECTED] wrote: How do I change the eth0 timeout for Linux?

Re: user gid showing up in ps/top

2002-05-22 Thread Cameron Simpson
On 08:15 22 May 2002, Bryce C [EMAIL PROTECTED] wrote: | Sometimes I will have users whose processes show up | as being owned by their UID in the output of top | and/or ps. It will only occur for certain users and as | far as I can tell everything else on their account is | setup correctly. | I

Re: Console font lines per screen

2002-05-22 Thread Kevin Myers
On Wed, 22 May 2002 14:09:52 -0400, you wrote: I tried consolechars also, without success. The SYSFONT line in i18n seems to be what did it for me. And yes, I needed a reboot. Yes, it's a combination of the vga mode and the font. The i18n file is read by the setsysfont script in the

Lots of extraneous stuff in the default profiles

2002-05-22 Thread Monte Milanuk
Is it just me, or is there a lot of extraneous 'stuff' in the default profiles during setup? I'm no pro by any stretch of the imagination, but it seems like there is a lot of extras loaded up even when you select the 'Server' profile, and just want to do some simple stuff like have a LAN server.

Re: console box

2002-05-22 Thread Steve Lee
thanks. that is awsome. On Wed, 22 May 2002, Jonathan Bartlett wrote: anyone know of brand of products so i can have remote console access to both LINUX and SPARC Boxes. I'am looking for a way to be able to reboot the boxes, look at the system as it boots to trouble shoot in the