FW: pthread_mutex_lock call hangs

2003-03-06 Thread Ajay Bansal
Title: Message may be somebody over here can answer this -Original Message-From: Ajay Bansal Sent: Thursday, March 06, 2003 9:36 PMTo: [EMAIL PROTECTED]Subject: pthread_mutex_lock call hangs Hi All I am on RH73, gcc 3.2.1 I have a scenario in which, only if the code is in

Re: pthread_mutex_lock call hangs

2003-03-06 Thread Don Dade
Hi Ajay, This is the normal sequence for LinuxThreads pthread_mutex_lock(). I would guess that you've got a very subtle bug that is causing a deadlock when you compile and run with debugging turned on. I'd go through the code and find all the possible ways in which you could have nested

Re: Broken lilo...?

2003-03-06 Thread Stephen Kuhn
On Thu, 2003-03-06 at 18:35, Mikkel L. Ellertson wrote: What do you get if you boot to Linux with your boot disk, and run: lilo -v -v This may give you more information about what lilo is having a problem with. Did the partition number of your root partition change when you installed

Re: Broken lilo...?

2003-03-06 Thread fluke
On 6 Mar 2003, Stephen Kuhn wrote: I mucked up my system by trying to reinstall XP on one of the partitions on my /dev/hda - of course, it hosed up my otherwise perfectly good, perfectly working lilo. In trying to get BACK to my beloved and stable RH, I made the /boot active via using FDISK

Re: [OT?] X starts, but desktop never appears

2003-03-06 Thread William Warren
On Wed, Mar 05, 2003 at 08:51:04PM -0600, Bret Hughes wrote: On Wed, 2003-03-05 at 16:05, William Warren wrote: On Wed, Mar 05, 2003 at 10:10:57PM +1100, Stephen Kuhn wrote: On Wed, 2003-03-05 at 17:50, William Warren wrote: [snip] I'm running a Dell Dimension with an S3 Virge card,

Re: Broken lilo...?

2003-03-06 Thread Stephen Kuhn
On Thu, 2003-03-06 at 19:23, [EMAIL PROTECTED] wrote: Might help us provide specifics if you provided the *exact* text of the error and a copy of the lilo.conf. Good luck Was flustered and pissed off - so the reality is that I got lilo PARTIALLY restored, but now I DO get past the lilo

Re: How can I change the default language?

2003-03-06 Thread Jon Haugsand
* Todd A. Jacobs On Wed, 5 Mar 2003, P. E. Planques wrote: Where should I look for the way to do it? One way to do it is to place export LANG=foo into /etc/profile. There's also a gdm/xdm/kdm for it somewhere; you might want to explore that. Wouldn't it be better to make a local file

ftp problem

2003-03-06 Thread Helge Ohl
Hi, after a reboot I can't acces my machine via ftp. 'ftp: connect: Connection refused' I'm lookin' for the vsftp service with setup - it's activated Httpd and ssh work . I'm running RH8.0. Where is the error , firewall ?? I'm a newbie , so I don't know where to look !! -- redhat-list

DHCP deny ?

2003-03-06 Thread M.Lewis
My DHCP server is running on my firewall. Is it possible to deny access to the DHCP server from the dirty side of the firewall ? My log is filling up with entries similar to the following: Mar 2 09:45:33 kennie dhcpd: DHCPDISCOVER from 00:20:6f:13:ef:f0 via eth1: network 63.201.64.0/24: no

[Fwd: Upgrade Linux Kernel on 6.2 machine]

2003-03-06 Thread edwardspl
---BeginMessage--- Mikkel L. Ellertson wrote: On Thu, 6 Mar 2003 [EMAIL PROTECTED] wrote: Mikkel L. Ellertson wrote: I am not sure about the rtl8139 - the card I have didn't have problems with the origional driver. Have you ever tried to install and use the card on 6.2 machine ?

Re: DHCP deny ?

2003-03-06 Thread Ed . Greshko
On Thu, 6 Mar 2003, M.Lewis wrote: My DHCP server is running on my firewall. Is it possible to deny access to the DHCP server from the dirty side of the firewall ? My log is filling up with entries similar to the following: It would appear from the man page description... dhcpd [ -p

RE: ftp problem

2003-03-06 Thread forums
could be a firewall problem indeed, that is, if you use it... ipchains --list -n should give you the active rules... you need to have port 21 open.. -Original Message- From: Helge Ohl [mailto:[EMAIL PROTECTED] Sent: donderdag 6 maart 2003 10:24 To: [EMAIL PROTECTED] Subject: ftp

2 IP addresses on one NIC ?

2003-03-06 Thread forums
Anyone knows how to set two IP addresses on one NIC ? I know how on a BSD system, but under RH ? should be simple i think ? regards Wiljoh -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: 2 IP addresses on one NIC ?

2003-03-06 Thread Rus Foster
On Thu, 6 Mar 2003, forums wrote: Anyone knows how to set two IP addresses on one NIC ? I know how on a BSD system, but under RH ? should be simple i think ? regards Wiljoh Yup. Just do ifconfig eth0 add 192.168.0.101 Rgds Rus -- http://www.65535.net | MSN: [EMAIL PROTECTED] |

RE: 2 IP addresses on one NIC ?

2003-03-06 Thread forums
Thanks mate ! -Original Message- From: Rus Foster [mailto:[EMAIL PROTECTED] Sent: donderdag 6 maart 2003 11:36 To: '[EMAIL PROTECTED]' Subject: Re: 2 IP addresses on one NIC ? On Thu, 6 Mar 2003, forums wrote: Anyone knows how to set two IP addresses on one NIC ? I know how on a

Re: 2 IP addresses on one NIC ?

2003-03-06 Thread Emmanuel Seyman
On Thu, Mar 06, 2003 at 11:32:11AM +0100, forums wrote: Anyone knows how to set two IP addresses on one NIC ? should be simple i think ? Yup. Take a look at /etc/sysconfig/network-scripts/ifup-aliases where this is well explained. Basically, you'll need to create the file

unable to mount the first file system on start up

2003-03-06 Thread Zhi Cheng Wang
I have a nfsd running to export more than one file systems. Many desktops and servers mount them to their local disk. But one dell PE2650 cannot mount the first nfs file system and the error message is RPC port mapper failure - RPC: Unable to receive and the following nfs file systems are

Web server behind firewall

2003-03-06 Thread Rudik A.A.
Hello, In my small network I have a firewall (ipchains)and behind it there is a web server on another computer whit local IP address. The question is: How can I enable webaccess to my web serverfrom internet ? Is it possible with ipchains and if yes how ? Thanks in advance. Rudik

Re: 2 IP addresses on one NIC ?

2003-03-06 Thread Prashant Kulkarni
creat the file call ifcfg-eth0:1 under /etc/sysconfig/network-scripts/ and the following parameters and then restart the interface using ifdown and ifup commands. DEVICE=eth0 BOOTPROTO=none IPADDR= NETMASK= ONBOOT=yes regards Prashant kulkarni. - Original Message - From: forums

cycle of sudden slowdown in performance

2003-03-06 Thread Mifsud Raymond at MITTS
Have implimented redhat linux advanced server 2.1 on two P3 Xeon servers. Occassionally the servers goes into a cycle of sudden slowdown in performance. An indication is that this may be connected to the number of processors on the machine. This is being said because one of the machines has two

Re: Web server behind firewall

2003-03-06 Thread Prashant Kulkarni
Hi Rudik, It very much possible to access the web server with loacl ip address from internet. pl referred the the URL http://davidcoulson.net/writing/lxf/14/iptables.pdf. read this pdf carefully and then deploy the procedure as per your requirement. It works in my network. Regards

Re: Help installing RH 8.0

2003-03-06 Thread Vikram Goyal
-Original Message- From: Jenin [EMAIL PROTECTED] Sent: Tue, Mar 04, 2003 at 03:46:58PM +0530 To RedhatList Subject: Help installing RH 8.0 I partitioned my 20BG HDD into 1. 7gb Pri. Dos and installed windows 98 (to avoid windows overwriting the MBR had I installed it later) 2.

Re: cycle of sudden slowdown in performance

2003-03-06 Thread Jan
Mifsud Raymond at MITTS wrote: Have implimented redhat linux advanced server 2.1 on two P3 Xeon servers. Occassionally the servers goes into a cycle of sudden slowdown in performance. An indication is that this may be connected to the number of processors on the machine. This is being said because

How to configure Voice Chat with iptables

2003-03-06 Thread Prashant Kulkarni
Hi Friends, I am using linux 8 as firewall(iptables) masquerade, every thing works well except Voice Chat. My clients behind the firewall are not able to do voice chat. Kindly provide the solution at the earliest. Thanks Regards, Prashant.

How to configure Voice Chat with iptables

2003-03-06 Thread Prashant Kulkarni
Hi Friends, I am using linux 8 as firewall(iptables) masquerade, every thing works well except Voice Chat. My clients behind the firewall are not able to do voice chat. Kindly provide the solution at the earliest. Thanks Regards, Prashant. -- redhat-list mailing list unsubscribe

Re: Access Denied connecting to samba printer (was: Samba Printer Share)

2003-03-06 Thread Edward Dekkers
Add the following line to the printer's definition in smb.conf. @users is a local group on the print (Linux) server that contains the users that will use this printer. You could also just add the list of users to the smb.conf. printer admin = @users I'm using Red Hat 7.2 with all the

Re: ftp problem

2003-03-06 Thread Helge Ohl
hm , ipchains: command not found how could I check if port 21 is open ?? Am Donnerstag den, 6. März 2003, um 11:30, schrieb forums: could be a firewall problem indeed, that is, if you use it... ipchains --list -n should give you the active rules... you need to have port 21 open..

Re: How to configure Voice Chat with iptables

2003-03-06 Thread William Warren
On Thu, Mar 06, 2003 at 05:07:06PM +0530, Prashant Kulkarni wrote: Hi Friends, I am using linux 8 as firewall(iptables) masquerade, every thing works well except Voice Chat. My clients behind the firewall are not able to do voice chat. Kindly provide the solution at the earliest.

Re: ftp problem

2003-03-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 6 Mar 2003 13:14:48 +0100, Helge Ohl wrote: ipchains: command not found how could I check if port 21 is open ?? Replies at the top are a bad habit. If you want more people to take a look at your problem, consider replying at the bottom

Re: Rescue files?

2003-03-06 Thread Richie Crews
No one has any idea on this =D? On Wed, 2003-03-05 at 08:19, Richie Crews wrote: Im creating a custom boot cd here at work for use with servers and our kickstart setup. I can boot the rescue kernel fine but then it asks for a location of more files. Anyone happen to know what files the rescue

RAID Tools and linear RAID arrays

2003-03-06 Thread Stephen Kuhn
Just wondering if anyone has worked with the linear RAID-0 setups for creating large partitions; I've created the following: /etc/raidtab: raiddev /dev/md0 raid-level 0 persistent-superblock 1 chunk-size 16 nr-raid-disks 2 nr-spare-disks

Re: ftp problem

2003-03-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 6 Mar 2003 13:41:13 +0100, Michael Schwendt wrote: If you had mentioned what version of Red Hat Linux you are using, one would not have to guess whether your system uses ipchains or iptables. It's buried in those complete quotes at the

Re: RAID Tools and linear RAID arrays

2003-03-06 Thread Nate Golnik
On 7 Mar 2003, Stephen Kuhn wrote: Just wondering if anyone has worked with the linear RAID-0 setups for creating large partitions; I've created the following: /etc/raidtab: raiddev /dev/md0 raid-level 0 persistent-superblock 1 chunk-size

Re: ftp problem

2003-03-06 Thread Helge Ohl
ok , [EMAIL PROTECTED] /]# iptables-save # Generated by iptables-save v1.2.6a on Thu Mar 6 14:24:33 2003 *filter :INPUT ACCEPT [2259:281341] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [583:112294] COMMIT # Completed on Thu Mar 6 14:24:33 2003 [EMAIL PROTECTED] /]# netstat -tpan Active Internet

RE: RAID Tools and linear RAID arrays

2003-03-06 Thread Rechenberg, Andrew
You shouldn't make a file system on the real disk partitions. This is the procedure you should try: - Partition your disks with your favorite partition program - Make your RAID devices with mkraid - Run mke2fs -j on the resultant /dev/md device - Mount and use When you reboot your rc.sysinit

RE: Java SDK v 1.4.1

2003-03-06 Thread Rigler, Steve
If you need the SDK, get J2SE 1.4.1 SDK. Click the download link under SDK for Linux RPM in self-extracting file. To extract it do: sh name of file. It will extract an rpm. Install it with rpm -Uvh name of rpm file. It will install to /usr/java/j2sdk1.4.1_02. I usually make a link from the

Re: RAID Tools and linear RAID arrays

2003-03-06 Thread Jeff Kinz
On Thu, Mar 06, 2003 at 08:37:34AM -0500, Rechenberg, Andrew wrote: You shouldn't make a file system on the real disk partitions. This is the procedure you should try: - Partition your disks with your favorite partition program - Make your RAID devices with mkraid - Run mke2fs -j on the

Re: RPM upgrade segmentation fault

2003-03-06 Thread Eduardo Silva
Well, more of the same, Now I just installed the new kernel released by RH using up2date: [EMAIL PROTECTED] root]# rpm -q kernel kernel-2.4.18-24.8.0 kernel-2.4.18-26.8.0 I have done the kernle upgrade before and when I am satisfied with the new kernel I usually unistall the previous one.

Re: How to access Windows 2000 from linux?

2003-03-06 Thread Tim Willis
If you're running Samba, try LinNeighborhood. Works like a charm. t On Wed, 2003-03-05 at 18:25, Anthony E. Greene wrote: On 05-Mar-2003/16:06 -0500, Charlie Song [EMAIL PROTECTED] wrote: How can my linux computer access a windows 2000 computer? In Nautilus or Konqueror, you should be able

Re: Editing My PATH

2003-03-06 Thread Tim Willis
What? Just anywhere? Trying it at the end of the file... Ok, great. It works... Thanks! t On Wed, 2003-03-05 at 18:10, [EMAIL PROTECTED] wrote: On Thu, 5 Mar 2003, Tim Willis wrote: I've been trying to add /usr/sbin and /sbin to my path by doing export PATH=$PATH:/sbin:/usr/sbin.

Re: RPM upgrade segmentation fault

2003-03-06 Thread Eduardo Silva
Sorry to have sent it in HTML Silva, Eduardo [EMPRL:4611:EXCH] wrote: Well, more of the same, Now I just installed the new kernel released by RH using up2date: [EMAIL PROTECTED] root]# rpm -q kernel kernel-2.4.18-24.8.0 kernel-2.4.18-26.8.0 I have done the kernle upgrade before and when I am

Re: Python

2003-03-06 Thread irwin
On Wednesday 05 March 2003 10:32 pm, you wrote: irwin wrote: I just installed Python2.2.2 which was required by Mailman 2.1. I now have three versions of Python installed. Can I safely remove the earlier two versions or is there some run time module that some other program might

Re: Sendmail-cf and devel updates

2003-03-06 Thread Jeff Kinz
On Wed, Mar 05, 2003 at 11:58:36PM -0500, Joe Polk wrote: My bad. FOr RH7.3 that is the latest sendmail, not 8.12. Hmmm. On Wed, 2003-03-05 at 23:56, Joe Polk wrote: Why is up2date pushing 8.11 sendmail-cf and sendmail-devel rpms onto a sendmail-8.12 isntall?

Re: cycle of sudden slowdown in performance

2003-03-06 Thread Jeff Kinz
On Thu, Mar 06, 2003 at 07:02:00AM +0100, Mifsud Raymond at MITTS wrote: Have implimented redhat linux advanced server 2.1 on two P3 Xeon servers. Occassionally the servers goes into a cycle of sudden slowdown in performance. An indication is that this may be connected to the number of

Editing environment

2003-03-06 Thread Jan
Seing how there has been a number of questions about editing the environment recently, I remembered I made a function that some might find useful. It allows you to edit the environment of the current shell in an editor - the value of EDIT is used as the name of the editor, or vi if it isn't set.

Re: WeatherBug clone for Linux?

2003-03-06 Thread Hal Burgiss
On Wed, Mar 05, 2003 at 02:59:35PM -0600, [EMAIL PROTECTED] wrote: http://www.hutchrick.com/wxnet/ However, it seems to require a physical weather station to be attached to your coputer. Since we are in a UNIX environment, it would seem possible to put script behind it to go out to a NWS

Re: Editing environment

2003-03-06 Thread Jeff Kinz
On Thu, Mar 06, 2003 at 02:30:15PM +, Jan wrote: Seing how there has been a number of questions about editing the environment recently, I remembered I made a function that some might find useful. It allows you to edit the environment of the current shell in an editor - Hi Jan - thats a

Change default browser in RH8?

2003-03-06 Thread Kevin Krumwiede
I set Galeon as my default browser in Control Center/Extras/Preferred Applications. I also told Galeon that it should make itself the GNOME default browser. Neither seems to have any effect; I still get Mozilla when I click a html file in Nautilus or a link in Evolution. What am I overlooking?

ext3 to ext2

2003-03-06 Thread Michael S. Dunsavage
Is it possible to go from ext3 to ext2? Or, better yet, I installed 7.2 and converted to ext3 however the kernel does not support ext3. How can I get back into the linux box to rebuild a kernel? I don't have a boot disk or kernel disk handy. -- Michael S. Dunsavage -- redhat-list mailing

Re: Sendmail-cf and devel updates

2003-03-06 Thread edwardspl
Jeff Kinz wrote: A buffer overflow security problem is the reason. The bug has been fixed and these updates allow user's of any RH release to update their particular version of sendmail without having to do a major sendmail upgrade which could break their configuration. Sorry, I don't quite

Is there a way to set memory size in LILO file

2003-03-06 Thread Charlie Song
Hi all, Is there a way to set memory size in LILO file? For example, mem=128M. Thanks, Charlie

Re: Change default browser in RH8?

2003-03-06 Thread Anthony E. Greene
Kevin Krumwiede wrote: I set Galeon as my default browser in Control Center/Extras/Preferred Applications. I also told Galeon that it should make itself the GNOME default browser. Neither seems to have any effect; I still get Mozilla when I click a html file in Nautilus or a link in Evolution.

CVS authentication with domain controller

2003-03-06 Thread Distribution Lists
Hi there, I 've setup a CVS server on Redhat8. CVS authenticates users via a password file in the CVSROOT directory, however I want to set it up so that the CVS authenticates aganist a NT primary domain controller. I've already setup the RH box to to use PAM, and users can get shell / ftp access

Re: Sendmail-cf and devel updates

2003-03-06 Thread Jeff Kinz
On Thu, Mar 06, 2003 at 10:31:02PM +0800, [EMAIL PROTECTED] wrote: Jeff Kinz wrote: A buffer overflow security problem is the reason. The bug has been fixed and these updates allow user's of any RH release to update their particular version of sendmail without having to do a major

Re: ext3 to ext2

2003-03-06 Thread Jeff Kinz
On Thu, Mar 06, 2003 at 09:44:25AM -0500, Michael S. Dunsavage wrote: Is it possible to go from ext3 to ext2? Or, better yet, I installed 7.2 and converted to ext3 however the kernel does not support ext3. How can I get back into the linux box to rebuild a kernel? Hi Mike, One of my

Re: cycle of sudden slowdown in performance

2003-03-06 Thread Rodolfo J. Paiz
On Thu, 2003-03-06 at 05:40, Jan wrote: Mifsud Raymond at MITTS wrote: Have implimented redhat linux advanced server 2.1 on two P3 Xeon servers. Occassionally the servers goes into a cycle of sudden slowdown in performance. Is there any pattern to this? Does it happen at a particular time or

Re: Change default browser in RH8?

2003-03-06 Thread Kevin Krumwiede
On Thu, 2003-03-06 at 10:11, Anthony E. Greene wrote: You have to set Evolution to use GNOME settings when opening links. Thanks... but how do you do that? I don't see that option anywhere. Also, why would htmlview still open Mozilla? I thought that was supposed to open the user's preferred

Re: Why isn't there a Postfix upgrade?

2003-03-06 Thread Emmanuel Seyman
On Thu, Mar 06, 2003 at 10:11:54AM -0500, Jeff Kinz wrote: The rpm generated by the postfix-rpm maintaner has the provides correct, and ^^ I assume this is not the REDHAT rpm maintainer since this one is correct? I

Re: CVS authentication with domain controller

2003-03-06 Thread Javier Gostling
On Thu, 2003-03-06 at 12:13, Distribution Lists wrote: Hi there, I 've setup a CVS server on Redhat8. CVS authenticates users via a password file in the CVSROOT directory, however I want to set it up so that the CVS authenticates aganist a NT primary domain controller. I've already setup the

Re: What is Max Swap?

2003-03-06 Thread Robert Vaughn
FYI... http://www.europe.redhat.com/documentation/mini-HOWTO/Partition/partition-4.php3#SWAPSIZE Currently, the maximum size of a swap partition is architecture-dependent. For i386 and PowerPC, it is approximately 2Gb. We were testing on a 4X Zeon... On our system we were able to observe 4GB of

Re: Weird Crash (revisited - again)

2003-03-06 Thread Ashley M. Kirchner
Mikkel L. Ellertson wrote: Just had a strange thought - you said you updated from 6.2. How much swap are you running? I forgot about the 2.4.x kernels liking more swap then the 2.2.x kernels required. I didn't have any problems, but it is something to check. I couldn't find the docs on it

Re: ftp problem

2003-03-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 6 Mar 2003 14:20:08 +0100, Helge Ohl wrote: [EMAIL PROTECTED] /]# iptables-save # Generated by iptables-save v1.2.6a on Thu Mar 6 14:24:33 2003 *filter :INPUT ACCEPT [2259:281341] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [583:112294]

RE: NIC duplex

2003-03-06 Thread Don Leeper
I was informed the mii-tool will do it. I have Intel nics, and it seems that when I am able to force them to the correct duplex as my switch, they run better. It seems that between the NIC and my HP switch it is best to manually change the duplex to whatever the port on the switch is set to. I

Re: Why isn't there a Postfix upgrade?

2003-03-06 Thread Eric Sisler
I'm on a RedHat 7.3 using postfix, and I found out that the only way to have mailman is installing sendmail. Not true. I'm running RedHat 7.3, mailman and postfix. In fact the mailman website recommends postfix over sendmail. (at least the last time I looked it did.) Checking I found

Re: Sendmail-cf and devel updates

2003-03-06 Thread Joe Polk
Yes, yes, I am very much aware of this. I went to my 7.3 server and ran up2date the other day and updated it. Then last nite, I ren up2date again to pull some more updates and noticed sendmail-cf and devel came down. I didn't realize that RH didn't really label the sendmail update as 8.12 for

Re: Sendmail-cf and devel updates

2003-03-06 Thread Jeff Kinz
On Thu, Mar 06, 2003 at 11:18:35AM -0500, Joe Polk wrote: Yes, yes, I am very much aware of this. I went to my 7.3 server and ran up2date the other day and updated it. Then last nite, I ren up2date again to pull some more updates and noticed sendmail-cf and devel came down. I didn't realize

Re: Is there a way to set memory size in LILO file

2003-03-06 Thread nate
Charlie Song said: Hi all, Is there a way to set memory size in LILO file? For example, mem=128M. append=mem=128M be sure to run lilo after changing lilo.conf nate -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

Re: NIC duplex

2003-03-06 Thread Jeff Kinz
On Thu, Mar 06, 2003 at 07:16:08AM -0900, Don Leeper wrote: I was informed the mii-tool will do it. I have Intel nics, and it seems that when I am able to force them to the correct duplex as my switch, they run better. It seems that between the NIC and my HP switch it is best to manually

RE: Sendmail-cf and devel updates

2003-03-06 Thread Jonathan M. Slivko
Oh nuts, It's started snowing in Massachusetts, AGAIN! Does anybody know if there's any Linux development work being done in Key West? :-) Jeff, Have you tried going for a systems administrator/network administrator position down in Florida? Datacenters are popping up left and right down

Re: Is there a way to set memory size in LILO file

2003-03-06 Thread Charlie Song
I got it. Thank you very much! - Original Message - From: nate [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 10:34 AM Subject: Re: Is there a way to set memory size in LILO file Charlie Song said: Hi all, Is there a way to set memory size in LILO file?

RE: NIC duplex

2003-03-06 Thread Jonathan M. Slivko
Just as a note, Full duplex is actually not exactly part of the standards because it removes support for network collision detection/reporting, etc. (At least this is what I heard). Just thought I'd pass it along. -- Jonathan -- Thank you, Jonathan M. Slivko [EMAIL PROTECTED] Peering

Re: ftp problem

2003-03-06 Thread Helge Ohl
hm, vsftpd services is on, but I still can't connect chkconfig vsftpd --list vsftpd on ftp: connect: Connection refused Is there a log file for this service ? Am Donnerstag den, 6. März 2003, um 17:17, schrieb Michael Schwendt: Von: Michael Schwendt [EMAIL PROTECTED] Datum: Don, 06.

Re: [OT?] X starts, but desktop never appears

2003-03-06 Thread Bret Hughes
On Thu, 2003-03-06 at 02:35, William Warren wrote: On Wed, Mar 05, 2003 at 08:51:04PM -0600, Bret Hughes wrote: On Wed, 2003-03-05 at 16:05, William Warren wrote: This only affects root. ... also you might try startx startlog.out 21 and see if you can capture what is happening.

Re: DHCP deny ?

2003-03-06 Thread Rodolfo J. Paiz
On Thu, 2003-03-06 at 03:32, M.Lewis wrote: My DHCP server is running on my firewall. Is it possible to deny access to the DHCP server from the dirty side of the firewall ? My log is filling up with entries similar to the following: In /etc/sysconfig/dhcpd, there is a line:

Re: ext3 to ext2

2003-03-06 Thread Michael S. Dunsavage
Haha. I never would have thought of something so easy. Thank you for your help. -- Michael S. Dunsavage - Original Message - From: Jeff Kinz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 10:20 AM Subject: Re: ext3 to ext2 On Thu, Mar 06, 2003 at 09:44:25AM

Re: RAID Tools and linear RAID arrays

2003-03-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 6 Mar 2003 09:07:48 -0500, Jeff Kinz wrote: On Thu, Mar 06, 2003 at 08:37:34AM -0500, Rechenberg, Andrew wrote: You shouldn't make a file system on the real disk partitions. This is the procedure you should try: - Partition your

Re: Python

2003-03-06 Thread Gordon Messmer
irwin wrote: On Wednesday 05 March 2003 10:32 pm, you wrote: Depends on your Red Hat release. Some of the admin tools require 1.5.2, IIRC. If you try to remove them, rpm should tell you whether or not there are dependencies, and you can decide what to do then. Thanks. RH 7.2, Kernel

RE: Java SDK v 1.4.1

2003-03-06 Thread Mike Wooding
--- Rigler, Steve [EMAIL PROTECTED] wrote: If you need the SDK, get J2SE 1.4.1 SDK. Click the download link under SDK for Linux RPM in self-extracting file. I have installed this and all seems to work OK. I am now looking for some of the API packages, like java.io, java.awt, java.swing

Re: ext3 to ext2

2003-03-06 Thread Richie Crews
It is easy, ext3 is ext2 filesystem with a journal. Complete backwards compatiblity. On Thu, 2003-03-06 at 11:59, Michael S. Dunsavage wrote: Haha. I never would have thought of something so easy. Thank you for your help. -- Michael S. Dunsavage - Original Message - From: Jeff

RE: NIC duplex

2003-03-06 Thread Don Leeper
The problem started when we notice a slow connection at times. We checked everything and called HP. They informed me that sometimes the intel NICs don't function great when set to auto. I then switched one of the windows boxes to a set duplex, (100 full) and it seemed to help a lot. I noticed the

Re: What to backup

2003-03-06 Thread Johann Snyman
On Stardate : [-30]9938.21 -Thu06Mar03-1726 nate wrote: I usually backup /var /etc /home /usr/local /usr/src and /root sometimes more, sometimes less, depends on the purpose of the system. If I upgrade (Clean install) from RH7.1 to RH 8.0, can I just copy my backup /etc into the new /etc? I

Re: ftp problem

2003-03-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 6 Mar 2003 17:52:42 +0100, Helge Ohl wrote: vsftpd services is on, but I still can't connect chkconfig vsftpd --list vsftpd on ftp: connect: Connection refused Is there a log file for this service ? Read my previous

keeping the pipe open

2003-03-06 Thread Dan Bar Dov
I need to continuously compress inputs that arrive from time to time into one stream. My idea was to create a named pipe, set a gzip reading from it, and then Writing to it using cat, tee -a etc. Basically like that: mknod P p gzip - P p.gz while something do do-something | tee -a P

RE: Sendmail-cf and devel updates

2003-03-06 Thread Joe Polk
Info! Where? hehe I'm from FL but had to escape the draught of IT work for Atlanta. Wouldn't mind moving back home. (Dreadfully off-topic, I know.) JAV On Thu, 2003-03-06 at 11:47, Jonathan M. Slivko wrote: Oh nuts, It's started snowing in Massachusetts, AGAIN! Does anybody know if

up2date

2003-03-06 Thread Michael S. Dunsavage
When running up2date it craps out at a segmentation fault at 9%. I ran rpm --rebuilddb and I re-registered, what else could be wrong? -- Michael S. Dunsavage -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: RAID-1 automatic failover failed

2003-03-06 Thread James D. Parra
Thank you, Nate. We actually had a 3Ware raid cage on site and installed it to house the two drives. Pulled the source drive to test fail over and this time the OS didn't immediately crash. But after, roughly, two minutes the machine became unresponsive except for the mouse. Interestingly, it

Re: What is Max Swap?

2003-03-06 Thread Emmanuel Seyman
On Thu, Mar 06, 2003 at 08:02:15AM -0800, Robert Vaughn wrote: FYI... http://www.europe.redhat.com/documentation/mini-HOWTO/Partition/partition-4.php3#SWAPSIZE Currently, the maximum size of a swap partition is architecture-dependent. For i386 and PowerPC, it is approximately 2Gb. This

Re: ftp problem

2003-03-06 Thread Helge Ohl
ok , chkconfig vsftpd on service xinetd status xinetd (pid 698) is running... service xinetd start ; chkconfig xinetd on Everything seems to run, but I get still Connection refused. Anything I can do ?? Thx Michael for helping helge -- redhat-list mailing list unsubscribe mailto:[EMAIL

Re: keeping the pipe open

2003-03-06 Thread Gordon Messmer
Dan Bar Dov wrote: I need to continuously compress inputs that arrive from time to time into one stream. My idea was to create a named pipe, set a gzip reading from it, and then Writing to it using cat, tee -a etc. Basically like that: mknod P p gzip - P p.gz while something do

While I was surfing I discovered a great site for adults: http://www.HappyHug.co

2003-03-06 Thread Harold Purbal
Hi, I was surfing and than I discovered a great site for Adults: http://www.HappyHug.com This is a new site for adults. They are operating since 9 december 2002. It looks good to me!! Harold _ Add photos to your messages with MSN 8.

RE: keeping the pipe open

2003-03-06 Thread Dan Bar Dov
-Original Message- Input process: while something do do-something done | tee -a /tmp/my-fifo The last pipe to tee is the problem. I can't do that. I need to send the input from several locations, and they do terminate. Dan -- redhat-list mailing list unsubscribe

RE: While I was surfing I discovered a great site for adults: http://www.HappyHug.co

2003-03-06 Thread Jonathan M. Slivko
Would someone please remove this spammer? Thanks. -- Jonathan -- Thank you, Jonathan M. Slivko [EMAIL PROTECTED] Peering Solutions, LLC 90 Morningside Drive New York, NY 10027 USA Phone: 1(212) 663-1109 Fax: 1(212) 663-1109 24/7 Web Support: http://www.peeringsolutions.com/cgi-bin/pdesk.cgi

Re: ftp problem

2003-03-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 6 Mar 2003 18:37:28 +0100, Helge Ohl wrote: ok , chkconfig vsftpd on service xinetd status xinetd (pid 698) is running... service xinetd start ; chkconfig xinetd on Everything seems to run, but I get still Connection refused.

RE: NIC duplex

2003-03-06 Thread Robert Vaughn
During network tests with mismatched duplex settings we found the impact to bevery significant. 1.5Mbps (mismatched) vs. 60 or more Mbps (matched). Following is some info on setting the duplex mode... http://support.ap.dell.com/docs/network/063my/linux.htm Optional parameters for the driver

Re: Web server behind firewall

2003-03-06 Thread himba
be sure to read this http://www.tldp.org/HOWTO/IPCHAINS-HOWTO.html examples included... regards, himba Prashant Kulkarni wrote: Hi Rudik, It very much possible to access the web server with loacl ip address from internet. pl referred the the URL

RE: Java SDK v 1.4.1

2003-03-06 Thread Rigler, Steve
Is there something you need in addition to the existing java.io, java.awt and javax.swing? -Steve -Original Message- From: Mike Wooding [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 9:47 AM To: [EMAIL PROTECTED] Subject: RE: Java SDK v 1.4.1 --- Rigler, Steve [EMAIL

Re: Sendmail-cf and devel updates

2003-03-06 Thread William Warren
On Thu, Mar 06, 2003 at 11:41:44AM -0500, Jeff Kinz wrote: [snip] Oh nuts, It's started snowing in Massachusetts, AGAIN! Does anybody know if there's any Linux development work being done in Key West? :-) Yes, but they don't like New Englanders: we always insist on using STRICT. Bill

Re: Weird Crash (revisited - again)

2003-03-06 Thread Bret Hughes
On Thu, 2003-03-06 at 10:17, Ashley M. Kirchner wrote: Mikkel L. Ellertson wrote: Just had a strange thought - you said you updated from 6.2. How much swap are you running? I forgot about the 2.4.x kernels liking more swap then the 2.2.x kernels required. I didn't have any problems, but

Re: What to backup

2003-03-06 Thread Bret Hughes
On Thu, 2003-03-06 at 09:28, Johann Snyman wrote: On Stardate : [-30]9938.21 -Thu06Mar03-1726 nate wrote: I usually backup /var /etc /home /usr/local /usr/src and /root sometimes more, sometimes less, depends on the purpose of the system. If I upgrade (Clean install) from RH7.1 to RH

Update Kernel, Breaks Boot

2003-03-06 Thread Kent Borg
I installed yesterday's kernel update for RH 7.3, and then my Sony notebook wouldn't reboot. After various futzing, I can get it up manually, but not with my grub.conf. Manually I can get it to boot this way: - At grub screen hit c for command line grub root (hd0,0) grub kernel

  1   2   3   >