Re: kernel-headers rpm ?

2003-01-23 Thread Riku Meskanen
On Tue, 21 Jan 2003, Richard Troy wrote: Hi All, [...snip...] ...Bottom line: My gut reaction is that it _totally_ _stinks_ if the answer for a sensible reply to Riku's comments is you're getting bad vendor support. Well DUH! You can COUNT ON bad vendor support! So what's a guy to do?

Re: perl(MIME::Body) rpm

2003-01-23 Thread Binand Raj S.
On Wed, Jan 22, 2003 at 10:25:37AM -0500, Joseph Tate wrote: Sorry. Try perl -MCPAN -e 'install MIME::Body'. K.W.Wibowo wrote: I just grabbed spamassassin-2.43-11 from the rawhide directory today. However, when I tried to installed it, it gave me a dependencies error message, saying that

Re: kernel-headers rpm ?

2003-01-23 Thread Osmo Laitinen
On Tue, Jan 21, 2003 at 03:39:09PM -0600, Thomas Dodd wrote: Note the Solaris 2.6 to 8, while it spaned 4 years, is only 3 releases. That about the same as RHL 7.1, 7.2, and 7.3. Or was that a 2.6.1 release? I know 7 and 8 never had point releases, really being 2.7 and 2.8, all part of the

RE: kernel-headers rpm ?

2003-01-23 Thread Brian Ipsen
Hi, One quick question (whcih actually is giving me a lot of trouble building some other software). My RH 7.2 kernel is 2.4.18-19 - but the latest kernel-headers rpm package available is 2.4.9-34 - how come there is no update to 2.4.18-19 of this package too ?? The kernel headers

Re: kernel-headers rpm ?

2003-01-23 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 23 Jan 2003 11:45:34 +0100, Brian Ipsen wrote: One quick question (whcih actually is giving me a lot of trouble building some other software). My RH 7.2 kernel is 2.4.18-19 - but the latest kernel-headers rpm package available

RE: kernel-headers rpm ?

2003-01-23 Thread Riku Meskanen
On Thu, 23 Jan 2003, Brian Ipsen wrote: Hi, One quick question (whcih actually is giving me a lot of trouble building some other software). My RH 7.2 kernel is 2.4.18-19 - but the latest kernel-headers rpm package available is 2.4.9-34 - how come there is no update to 2.4.18-19

Re: perl(MIME::Body) rpm

2003-01-23 Thread Joseph Tate
If that's the case, why the different perl() notation in the dependency listing? Binand Raj S. wrote: On Wed, Jan 22, 2003 at 10:25:37AM -0500, Joseph Tate wrote: Sorry. Try perl -MCPAN -e 'install MIME::Body'. K.W.Wibowo wrote: I just grabbed spamassassin-2.43-11 from the rawhide

recursive mutex

2003-01-23 Thread Charles Prosser
Hello, On Wed, 22 Jan 2003, Elliot Lee wrote: I think you want to define _GNU_SOURCE (see the comments in /usr/include/features.h). That worked! Thanks for setting me straight. Charles ___ Redhat-devel-list mailing list [EMAIL PROTECTED]

Re: RE: kernel-headers rpm ?

2003-01-23 Thread Thomas Dodd
Brian Ipsen wrote: Okay, but running with kernel 2.4.18-19.7.xsmp and having installed kernel-headers-2.4.9-34 on a 7.2 box - gives me, when compiling the ISC ipmi driver from Intel, an error-message when I try to do an insmod: insmod ./imb ./imb: kernel-module version mismatch ./imb

Re: Re: kernel-headers rpm ?

2003-01-23 Thread Thomas Dodd
Richard Troy wrote: I can't remember the _first_ time I've _ever_ had _any_ support from _any_ vendor for Linux! ...Hmmm... Well, no, wait, Informix did give me a Linux I've never has support for any vendor under any OS. Had fun watching M$, Adaptec, and SyQuest point fingers at each

Re: Re: kernel-headers rpm ?

2003-01-23 Thread Thomas Dodd
Riku Meskanen wrote: brother in law or associate professor next faculty, happy with pretty standard Red Hat otherwise but needs to keep system up2date and get some thirdparty modules easily compiled at the times when a kernel was updated too. They wouldn't be using 3rd party modules, unless

Re: Re: kernel-headers rpm ?

2003-01-23 Thread Florin Andrei
On Thu, 2003-01-23 at 08:48, Thomas Dodd wrote: Riku Meskanen wrote: brother in law or associate professor next faculty, happy with pretty standard Red Hat otherwise but needs to keep system up2date and get some thirdparty modules easily compiled at the times when a kernel was updated

Re: kernel-headers rpm ?

2003-01-23 Thread Thomas Dodd
Florin Andrei wrote: On Thu, 2003-01-23 at 08:48, Thomas Dodd wrote: They wouldn't be using 3rd party modules, unless I or a sysadmin had set them up. At which time they would ask me or the admin for help. This is how Linux is supposed to take over the world? By asking the sysadmin

Re: Re: kernel-headers rpm ?

2003-01-23 Thread Richard Troy
Dear Florin Andrei, Thank you for your contribution to this thread. ... In light of Mr. Thomas Dodd's remarks which followed yours, I feel somehow obliged to comment. For those of you tired with this thread, I request your acquiescing to its continuance for a moment more - given that there are

Re: Linux application level timers?

2003-01-23 Thread Narsimha Reddy CH
You can also use the poll() system call. The last arguement of this system call is the timeout value is milli-seconds. When timeout is occurred it will return 0. Refer the manual page for more details. hope this helps you, -- Narsimha Reddy CH Storage Area Networking, HCL Technologies Contact

Re: Linux application level timers?

2003-01-23 Thread Riku Meskanen
On Wed, 22 Jan 2003, Tom Sanders wrote: I'm writing an application server which receives requests from other applications. For each request received, I want to start a timer so that I can fail the application request if it could not be completed in max specified time. Which Linux timer

Little endian to big endian conversion ?

2003-01-23 Thread Tom Sanders
Is someone aware of a tool that converts data from little endian mode to big endian mode? I know that there are macros like htonl and htons, but what I'm looking for is a tool, that automatically generates the packing routines, given the structure declaration. Basically I want applications to not

Re: RPM build errors

2003-01-23 Thread R P Herrold
On 21 Jan 2003, Roland Roberts wrote: rph == R P Herrold [EMAIL PROTECTED] writes: rph simply speculation, and wrong -- there is a defect in their rph .spec file: rphsee: http://www.rpm.org/hintskinks/unpackaged-files/ I had, in fact, modified the SPEC file with exactly

Re: Compiling programs with gcc

2003-01-23 Thread Faraj Musleh George Isa
It is a C program. I think I'm not calling any C++ headers. I'm calling: #include stdio.h #include curses.h #include malloc.h That's it. Brian Ashe [EMAIL PROTECTED] said: Faraj Musleh George Isa, On Thursday January 23, 2003 01:34, Faraj Musleh George Isa wrote: Hello, I made a program

Re: Samba

2003-01-23 Thread dbonehill
There are web based tools that can be installed to help you throgh the configuration of samba, tools like webadmin and swat. I know swat comes with some howtos which maybe useful. Darren -- Original Message -- From: John Salamone [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Samba

Re: Compiling programs with gcc

2003-01-23 Thread Ze Ji Li
Hi, Have you link it with the curses lib? Try it with -lcurses since you are using curses.h. Ze On Thu, 23 Jan 2003, Faraj Musleh George Isa wrote: It is a C program. I think I'm not calling any C++ headers. I'm calling: #include stdio.h #include curses.h #include malloc.h

Re: Compiling programs with gcc

2003-01-23 Thread Ze Ji Li
Hi, Try include the stdlib.h too. Hope that helps. Ze On Thu, 23 Jan 2003, Faraj Musleh George Isa wrote: It is a C program. I think I'm not calling any C++ headers. I'm calling: #include stdio.h #include curses.h #include malloc.h That's it. Brian Ashe [EMAIL PROTECTED] said:

Re: how to change NIC card

2003-01-23 Thread Raymundo Vega
dmesg | grep eth this should show the cards detected at boot time. the file /etc/modules.conf has the map from the ethx to hardware and finally if you want to move the confiuration from eth0 to eth1 then as superuser: - edit /etc/static-routes if it exists and change the device from eth0 to

Re: Fetching mail for my whole domain from isp

2003-01-23 Thread Rehan Syed
Dear Den, Will u describe a little bit how can i use fetchmail to get whole mail and then distribute to local user, as i use it for individual user and its work fine. Rehan Syed man fetchmail Den N Shilkin [EMAIL PROTECTED] - Original Message - From: Rehan Syed To: [EMAIL

RE: adduser

2003-01-23 Thread santosh kumar
Have u tried with GUI base?? It may work bcoz there u will get a option to set user home directory.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Bret Hughes Sent: Thursday, January 23, 2003 1:12 PM To: [EMAIL PROTECTED] Subject: Re: adduser On Thu,

Re: How to copy users passwords from one machine to another?

2003-01-23 Thread Willem Brown
Bruno Negrao wrote: Yes Nate, I checked it - since the user is created, if I cut and paste the crypted password from the /etc/shadow of the origin machine and paste it to the /etc/shadow of the second machine, the user can logon with the same password!! A better way might be to use usermod

Re: Fetching mail for my whole domain from isp

2003-01-23 Thread Edward Dekkers
Dear Den, Will u describe a little bit how can i use fetchmail to get whole mail and then distribute to local user, as i use it for individual user and its work fine. Rehan Syed I think what Den is trying to say is to read the man pages on fetchmail. Do that first. We answer these same

Re: (no subject)

2003-01-23 Thread Michael Scottaline
Hi All I am running RH8. I wonder if there is a web-based email reader integrated in RH8 just like Squirrelmail? = Did an install of 8.0 on a laptop just last evening. I could swear I saw SquirrelMail loading during the installation (but it was late... ;o) ) Mike -- Always

Reg. eth1 eth0

2003-01-23 Thread trysaran
Thank you Edward Dekkers for your reply. Everything you said is correct. The clients netmask is also 255.255.255.0 There are two networks one is 178.1.222.x and 178.1.221.x ok. The problem is in the gateway having two ethernet cards. The 178.1.222.x has one NIS/NFS server 178.1.222.1. I used

Reg. eth1 eth0

2003-01-23 Thread trysaran
Thank you Edward Dekkers for your reply. Everything you said is correct. The clients netmask is also 255.255.255.0 There are two networks one is 178.1.222.x and 178.1.221.x ok. The problem is in the gateway having two ethernet cards. The 178.1.222.x has one NIS/NFS server 178.1.222.1. I used

Re: XINETD

2003-01-23 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 22 January 2003 07:45 pm, John Salamone wrote: When I type /etc/init.d/xinetd restart I am suppose to be typing it in front of the # command prompt, correct? I've only been scanning this thread, so some of this may be redundant. Try

Re: kernel

2003-01-23 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 22 January 2003 01:56 pm, cblamer2003 wrote: this will install the headers? which is what i think i need but im not real sure? No, you want to install the kernel-source-(version).i386.rpm package. Which will install the source in

Re: (no subject)

2003-01-23 Thread Willem Brown
Michael Scottaline wrote: Hi All I am running RH8. I wonder if there is a web-based email reader integrated in RH8 just like Squirrelmail? = Did an install of 8.0 on a laptop just last evening. I could swear I saw SquirrelMail loading during the installation (but it was

RE: how to change NIC card

2003-01-23 Thread santosh kumar
Hi Raymundo, Sorry for wrong input, actually there are 3 NIC cards. 2 are inbuilt 1 is external NIC card. Apart from 3 NIC one is 1000 GB speed, now I am in big confusion that which one is high speed card. As u told I done samething but while booting up got a message that there is no such device

FTP question

2003-01-23 Thread Thomas E. Dukes
I have vsftpd set-up on my RH 8.0 box. When I ftp in from my XP Pro box, I only see /bin, /etc, /lib, and /pub. How/what do I need to do to see all directories? I am using ftp between the 2 boxen to x-fer files. I have tried setting up samba and am getting close but still no cigar. TIA --

RE: FTP question

2003-01-23 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You are seeing the /home/ftp directory. I think you can put in symbolic links to any other directory you want access to, there. These should usually go inside the pub (public) directory - -Original Message- From: Thomas E. Dukes

RE: Samba

2003-01-23 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You came in late... I want the files created on the SAMBA drives to be chmod 777 - -Original Message- From: Anthony E. Greene [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 8:49 PM To: [EMAIL PROTECTED] Subject: Re: Samba On

Audio

2003-01-23 Thread riccardo . gottardi
I have a problem with the audio: the hardware can be found but I can't hear anything. Thank you. -- SMS zu teuer? 50 SMS aus dem E-Mail Office versenden - und das Monat fuer Monat! Dazu gibt es noch 100 MB Speicherplatz fuer die Mailbox, 700 MB virtuelle Festplatte und 50 Faxe pro Monat! Jetzt

RE: FTP question

2003-01-23 Thread Thomas E. Dukes
I tried that and I can see the dir but not the files contained in the directory. I went to /var/ftp/pub/ and did ln -s /etc. Is that right? Thanks You are seeing the /home/ftp directory. I think you can put in symbolic links to any other directory you want access to, there. These should

Re: Audio

2003-01-23 Thread John Norris
I don't know what kind of sound card you are running, but this site was very helpful for me. http://www.alsa-project.org/ From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Audio Date: Thu, 23 Jan 2003 14:10:38 +0100 I have a problem with the audio: the

Re: Samba

2003-01-23 Thread Joe Polk
Do yourself a favor and load webmin. In addition to configuring Samba, you can configure a host of other services. After making changes you can go print out the conf files and review them. A fair way to learn. JAV -- Original Message --- From: John Salamone [EMAIL PROTECTED]

MP3 licensing issues

2003-01-23 Thread Robert P. J. Day
while i'm well aware that MP3 support wasn't included in RH 8.0 due to licensing issues, how does that impact the fact that you can download an MP3 plug-in from sites like www.freshrpms.net? IOW, how does MP3 licensing affect what matthias can offer as a free download from freshrpms? rday

Re: Burning CD's of 8.1 beta

2003-01-23 Thread Marius Andreiana
On Jo, 2003-01-23 at 06:05, Ric Tibbetts wrote: I have the iso images of the 8.1 beta. I've burned iso's before, and they always worked. But not this time. Has something changed? phoebe2 worked for me. I've burned it to CDs and installed it after that, used all 3 of them. -- Soluţii

Re: Burning CD's of 8.1 beta

2003-01-23 Thread Ric Tibbetts
On Thu, Jan 23, 2003 at 03:53:48PM +0200, Marius Andreiana wrote: On Jo, 2003-01-23 at 06:05, Ric Tibbetts wrote: I have the iso images of the 8.1 beta. I've burned iso's before, and they always worked. But not this time. Has something changed? phoebe2 worked for me. I've burned it to CDs

Re: architecture specific rpms

2003-01-23 Thread Mertens Bram
Hi, Well I rebooted to my old kernel, replaced the i386-kernel and the i386 glibc-packages and evrything seems fine: [M8ram@localhost M8ram]$ rpm -qa --qf %{name}-%{version}-%{release} is for %{arch}\n | egrep kernel|glibc | sort compat-glibc-6.2-2.1.3.2 is for i386 glibc-2.2.5-42 is for i686

Re: Mozilla and Galeon update problem solved -- thanks

2003-01-23 Thread Bapi Ghosh
What I did this time was to do a clean uninstall of all my Mozilla and Galeon packages and then do a fresh install with rpm -ivh of all the new packages that up2date suggested together with all the packages just uninstalled.Thiswas dirty and dumb, but itworked. I believe the previous installation

Re: MP3 licensing issues

2003-01-23 Thread Mike Burger
It doesn't affect it, in the least. RH chose not to be in possible license violation, by not including the functionality it its packages. That doesn't affect, at all, anyone else's ability to include that functionality in their packages. On Thu, 23 Jan 2003, Robert P. J. Day wrote:

RE: delaying eth0 initialization

2003-01-23 Thread Bapi Ghosh
I don't understand why you cannot compile. If you had the kernel sources and headers,you should be able to compile modules with the options I suggested. You may have to play with it a little bit toinclude the correctlibraries you need to compile the module. If lsmod lists your module, then it's in

Re: MP3 licensing issues

2003-01-23 Thread Anthony E. Greene
Robert P. J. Day [EMAIL PROTECTED] wrote: while i'm well aware that MP3 support wasn't included in RH 8.0 due to licensing issues, how does that impact the fact that you can download an MP3 plug-in from sites like www.freshrpms.net? The current license allows developers of no-cost software to

RE: delaying eth0 initialization

2003-01-23 Thread Bapi Ghosh
An addendum: You can edit /etc/sysconfig/network-scripts/ifcfg-eth0 file, if you need to and then do ifdown ifcfg-eth0 and ifup ifcfg-eth0. Then start network service. Jaideep Bapi Ghosh [EMAIL PROTECTED] wrote: I don't understand why you cannot compile. If you had the kernel sources and

Re: Messin' with GRUB

2003-01-23 Thread Joshua Schmidlkofer
On Fri, 2003-01-17 at 08:20, Richard S. Crawford wrote: For various reasons, I need to do away with label-based mounting on my system -- at least for a day or so. I know that in fstab, I can change the line LABEL=/ / to /dev/hda3 / but do I need to do the

Re: Burning CD's of 8.1 beta

2003-01-23 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 22 Jan 2003 23:05:46 -0500, Ric Tibbetts wrote: All; I've burned about a dozen coasters now. I'm doing something very wrong. I have the iso images of the 8.1 beta. I've burned iso's before, and they always worked. But not this time.

Re: MP3 licensing issues

2003-01-23 Thread Robert P. J. Day
On Thu, 23 Jan 2003, Anthony E. Greene wrote: Robert P. J. Day [EMAIL PROTECTED] wrote: while i'm well aware that MP3 support wasn't included in RH 8.0 due to licensing issues, how does that impact the fact that you can download an MP3 plug-in from sites like www.freshrpms.net? The

Problems with SSH

2003-01-23 Thread Charles Kibler
In setting up SSH Tunnel for using DreamweaverMX I am running Putty and Plink, Linux 8.0 In testing and setup with Putty I get the following response login as: ckibler ckibler@hostname's password: [ckibler@RHL1 ckibler]$ With Plink I get: Using username ckibler. ckibler@hostname's password:

Re: Routing

2003-01-23 Thread Gary Stainburn
On Wednesday 22 Jan 2003 8:47 pm, dbrett wrote: The short answer is yes You will need a cross over cable to connect the two computers together. You will also have to set-up another network between the two computers. Unfortunately, this means NATing will have to be set-up. The office network

Re: Burning CD's of 8.1 beta

2003-01-23 Thread Tibbetts, Ric
snip But the install won't recognize them. Is this the first version of Red Hat Linux were this happens to you? Yep. In fact, I have the CDs for 8.0 that I burned via the same methods, and they work just fine. I also have the CDs from Mandrake that work fine. This is the first time I've

RE: seeking feedback on config + mod_rewrite v. mod_alias ? [SOLVED]

2003-01-23 Thread Stone, Timothy
Just a followup note closing the post. I have successfully tested the following configuration in a very simple test environment. hosts file 127.0.0.1 localhost 127.0.0.1 test 127.0.0.1 test2 httpd.conf ... ServerName localhost ... Listen 80 ... NameVirtualHost * ...

Re: How to search the archives?

2003-01-23 Thread Edward Dekkers
I know, I have tried numerous times to search and with no 'hits'. I even posted, basically the same message, here about it being broken a couple weeks ago, but its still broken. I gave up searching official redhat archives ages ago. Have you considered http://www.google.com/linux? Very rarely

RE: clearcase

2003-01-23 Thread Espiritu, Alice M
There is a patch on the rational site that allows you to install on 7.3 -Original Message- From: Simpson, Doug [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 1:46 PM To: '[EMAIL PROTECTED]' Subject: clearcase My RD department wants to use Clearcase. I want it to work on

RE: Audio

2003-01-23 Thread Dave Eells
At the moment I am on windows but if you go into your control panel area you can activate sounds ...system sounds...for each item you want...you can then hear and choose what sounds you want to hear when you do any particular action -Original Message- From: [EMAIL PROTECTED]

Re: Routing

2003-01-23 Thread dbrett
The only potential problem with this method is the network he is on, is most likely using DHCP On Thu, 23 Jan 2003, Gary Stainburn wrote: On Wednesday 22 Jan 2003 8:47 pm, dbrett wrote: The short answer is yes You will need a cross over cable to connect the two computers together. You

Re: Problems with SSH

2003-01-23 Thread Alan Peery
Charles Kibler wrote: Using username ckibler. ckibler@hostname's password: ?]0;ckibler@RHL1:~[ckibler@RHL1 ckibler]$ This almost looks like an emulation error! Your terminal type is getting set differently on the two machines. Check env | grep -i tty and env| grep -i term. Alan --

Updating 7.3 to 8.0

2003-01-23 Thread Robert Adkins
Hello, I have a production server running version 7.3 of Red Hat that I would like to update to version 8.0. Does anyone have any experience with performing this type of upgrade? What kind of issues did you experience? I have a combination of applications installed

Re: Apache SIGHUP's - WHY?

2003-01-23 Thread Gary Stainburn
On Thursday 23 Jan 2003 3:25 pm, Burke, Thomas G. wrote: Hey gang, I've been noticing this in my logs off on, it seems odd to me. Can anyone explain? -Tom [Wed Jan 22 04:02:03 2003] [notice] SIGHUP received. Attempting to restart [Wed Jan 22 04:02:03 2003] [notice]

how to use current date as file extension?

2003-01-23 Thread Jianping Zhu
I have redhat 7.3, i want to use currnt date as file extension by using following command. mv myfile myfile.${`date`} but it does not work. how to do that? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900

Re: how to use current date as file extension?

2003-01-23 Thread Jan
Jianping Zhu wrote: I have redhat 7.3, i want to use currnt date as file extension by using following command. mv myfile myfile.${`date`} but it does not work. how to do that? Thanks Like this: mv myfile myfile.$(date) - $() with round brackets is the one to use. However, that leaves you

Seperate Subnet

2003-01-23 Thread Richard Humphrey
I work in a manufacturing environment and we have a LAN that is used in botht he office and on the production floor. I would like to seperate the office from the shop into a different subnet. Would I need to set up a linux box as a router to accomplish this? Also any help or suggestions would be

Re: Updating 7.3 to 8.0

2003-01-23 Thread Kent Borg
On Thu, Jan 23, 2003 at 10:52:00AM -0500, Robert Adkins wrote: I have a production server running version 7.3 of Red Hat that I would like to update to version 8.0. Don't. If production server means it does real work that you can't afford to be without, then don't risk doing a Red Hat

Re: how to use current date as file extension?

2003-01-23 Thread Anthony E. Greene
Jianping Zhu [EMAIL PROTECTED] wrote: I have redhat 7.3, i want to use currnt date as file extension by using following command. mv myfile myfile.${`date`} currdate=`date -s +%Y%m%d` mv myfile myfile.$currdate -- redhat-list mailing list unsubscribe mailto:[EMAIL

Re: how to use current date as file extension?

2003-01-23 Thread Robert P. J. Day
On Thu, 23 Jan 2003, Jan wrote: Jianping Zhu wrote: I have redhat 7.3, i want to use currnt date as file extension by using following command. mv myfile myfile.${`date`} but it does not work. how to do that? Thanks Like this: mv myfile myfile.$(date) - $() with round

RE: Seperate Subnet

2003-01-23 Thread Paul Stewart
You could do this with separate subnets and three nic cards in the Linux box. One Nic for each subnet and one for outgoing internet traffic. Ideally in my opinion, the best way is to break them into separate physical runs (which above would do) to cut down on broadcasted traffic and for

java IDE...

2003-01-23 Thread João Borsoi Soares
Does anyone have good suggestions for a java IDE? Thanks a lot, Joao. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: MP3 licensing issues

2003-01-23 Thread Gordon Messmer
On Thu, 2003-01-23 at 05:40, Robert P. J. Day wrote: while i'm well aware that MP3 support wasn't included in RH 8.0 due to licensing issues, how does that impact the fact that you can download an MP3 plug-in from sites like www.freshrpms.net? Section 7 of the GPL contains this text:

Re: Seperate Subnet

2003-01-23 Thread Richard Humphrey
Thanks for the advice. I think we could probably do as you suggested using the switches, but honestly wouldnt know where to begin. Are there any links to documentation that you know of that would describe how to go about doing this? Thanks for the information you have already provided. Richard

Re: how to use current date as file extension?

2003-01-23 Thread Gary Stainburn
On Thursday 23 Jan 2003 4:19 pm, Robert P. J. Day wrote: On Thu, 23 Jan 2003, Jan wrote: Jianping Zhu wrote: I have redhat 7.3, i want to use currnt date as file extension by using following command. mv myfile myfile.${`date`} but it does not work. how to do that? Thanks

Re: Seperate Subnet

2003-01-23 Thread Alan Peery
Richard Humphrey wrote: I would like to seperate the office from the shop into a different subnet. The short answer is a Linux box with network cards, routing between the segments. Look up ip_forward, and try searching for the Linux Router Project. The longer answer depends on your goals:

Re: java IDE...

2003-01-23 Thread Alan Peery
João Borsoi Soares wrote: Does anyone have good suggestions for a java IDE? www.netbeans.org -- currently in use at work www.eclipse.org -- lots of recent good press coverage Alan -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe

RE: Problems with SSH

2003-01-23 Thread Charles Kibler
Date: Thu, 23 Jan 2003 15:35:38 + From: Alan Peery [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Problems with SSH Reply-To: [EMAIL PROTECTED] Charles Kibler wrote: Using username ckibler. ckibler@hostname's password: ?]0;ckibler@RHL1:~[ckibler@RHL1 ckibler]$ This almost looks

RE: java IDE...

2003-01-23 Thread Rigler, S C (Steve)
I've been using Forte 4 Java by Sun. -Steve -Original Message- From: João Borsoi Soares [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 10:30 AM To: [EMAIL PROTECTED] Subject: java IDE... Does anyone have good suggestions for a java IDE? Thanks a lot, Joao. --

RE: Updating 7.3 to 8.0

2003-01-23 Thread Robert Adkins
Kent, Thanks for the info. I do agree that switching the production server like that could cause some significant issues I really don't want to see. Unfortunately, I am not blessed with an endless IT budget, like some folks. I simply have two servers to jockey, one running

Network question

2003-01-23 Thread Jan
I have a Linux host with several NICs each with their own ip address. I want to configure services seperately for each NIC, so that I in principle could have eg: daemon1 listens on port 1 on eth0 daemon2 listens on port 1 on eth1 etc... How can I do that? /jan -- redhat-list

Re: how to use current date as file extension?

2003-01-23 Thread Anthony E. Greene
Anthony E. Greene [EMAIL PROTECTED] wrote: currdate=`date -s +%Y%m%d` mv myfile myfile.$currdate Correction: Don't use the -s option. The syntax that Robert used is best. The date format I used will enable sorting by filename, assuming the files have the same base name. mv myfile myfile.$(date

Re: Updating 7.3 to 8.0

2003-01-23 Thread Kent Borg
On Thu, Jan 23, 2003 at 11:49:00AM -0500, Robert Adkins wrote: Thanks for the info. I do agree that switching the production server like that could cause some significant issues I really don't want to see. Unfortunately, I am not blessed with an endless IT budget, like some

RE: delaying eth0 initialization

2003-01-23 Thread Go, Jeffrey
Hi Bapi I am sorry..I dont mean to frustrate you...I am just a newbie at this aspect of RH... the issues that I am seeing, and what is confusing me, is that, checking the etc/modules.conf, the card is aliased properly.. checking the .etc/sysconfig/network-scripts/ifcfg-eth0 file, the

RE: Seperate Subnet

2003-01-23 Thread Paul Stewart
As mentioned in another good posting, VLAN's can be tricky if you don't work around them all the time.. It was a very good point brought up..;) The links would be more relevant to the equipment you are using. If you search Cisco's site for VLAN information you'll find all kinds that pertains to

RE: how to use current date as file extension?

2003-01-23 Thread Ward William E DLDN
give 20030123 and for tomorrow, 20030124, etc., which means that it can be sorted based on the extension and come out in logical order. BTW, someone else (also) suggested currdate=`date -s +%Y%m%d` mv myfile myfile.$currdate which is NOT what you want; the -s will mess it up; probably just a typo

RE: Apache SIGHUP's - WHY?

2003-01-23 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kewl, thanks. I'd never noticed it before, but that makes perfect sense. - -Tom - -Original Message- From: Gary Stainburn [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 10:54 AM To: Burke, Thomas G.; [EMAIL PROTECTED] Subject:

RE: Updating 7.3 to 8.0

2003-01-23 Thread Rigler, S C (Steve)
You might want to look into going with Advanced Server if the machine is one where you can't afford much downtime. As far as upgrading from 7.3 to 8.0, on every case where I've performed this upgrade (about 4 of them) I've had problems. The most common is when the machine panics during it's

RE: Burning CD's of 8.1 beta

2003-01-23 Thread Buck
Do you have more than one installed cd drive or a cd and dvd? I had to disconnect one of the drives because it couldn't make up its mind which drive the disc was in. (vs 7.2). 8.0 only worked from the DVD drive. This is probably a shot in the dark for you, but I hope it is helpful Buck

Re: Seperate Subnet

2003-01-23 Thread Richard Humphrey
Well for starters it needs to be simple to set up and maintain, as our knowledge here is limited. Our main purpose for seperating these areas are primarily for security reasons. People in the shop do not really need access to most parts of the LAN so I think the Linux box with the NIC's is the way

backup script sends large email to root? Is it cron doing it?

2003-01-23 Thread Andy
I created a backup script that copies our NT Server data drive to our Redhat box running samba. All works fine except my root email account gets a 1.2 MB email sent to it every night. This will hog disk space. This is the beginning of the email: Subject: Cron root@yamaha /root/backupscript

problems with eth3, it is a 3Com NIC!!!

2003-01-23 Thread Luis Miguel Cruz Miranda
What is the reason of these messages? Jan 19 14:02:14 fw-inet1 kernel: eth3: Transmit error, Tx status register 82. Jan 19 14:02:14 fw-inet1 kernel: Probably a duplex mismatch. See Documentation/networking/vortex.txt Jan 19 14:02:14 fw-inet1 kernel: Flags; bus-master 1, dirty 82356(4)

problems with eth3, it is a 3Com NIC!!!

2003-01-23 Thread Luis Miguel Cruz Miranda
What is the reason of these messages? Jan 19 14:02:14 fw-inet1 kernel: eth3: Transmit error, Tx status register 82. Jan 19 14:02:14 fw-inet1 kernel: Probably a duplex mismatch. See Documentation/networking/vortex.txt Jan 19 14:02:14 fw-inet1 kernel: Flags; bus-master 1, dirty 82356(4)

Re: Routing

2003-01-23 Thread Alan Peery
dbrett wrote: The only potential problem with this method is the network he is on, is most likely using DHCP Change eth0:0 to by a dynamic address, and have the iptables script run each time the network interface starts. Modify the script with something like this: /sbin/ifconfig eth0:0 |

Re: Network question

2003-01-23 Thread Todd A. Jacobs
On Thu, 23 Jan 2003, Jan wrote: daemon1 listens on port 1 on eth0 daemon2 listens on port 1 on eth1 etc... How can I do that? The daemon must support IP binding. Not all of them do. Xinetd and Apache do; look at the documentation for them. YMMV. -- Of course I'm in shape!

Re: backup script sends large email to root? Is it cron doing it?

2003-01-23 Thread Todd A. Jacobs
On Thu, 23 Jan 2003, Andy wrote: ( tar cf - /mnt ) | ( cd /usr/local/samba/lib/back ; tar xvpf - ) How do I tell cron NOT to send me a summary? (if that is what it is doing) Cron will send you output from programs that it runs. Close cout/cerr, or redirect output to /dev/null in your script.

Webmin

2003-01-23 Thread John Salamone
Hi, I am not familiar with webmin. I was wondering if some one could tell me how to use it? I am at the site and I see where it says to download tar.gz and rpm, should I use those? Or one of the other files called webmin-1.050-1.noarch.rpm or webmin-1.050-1.src.rpm ? When I do down load it, does

samba files

2003-01-23 Thread John Salamone
Hi, Should I change all files in the directory of samba to 777 or just smb.conf and smbusers? Currently mine are set up as: -rw-r--r-- ed.hup -rw-r--r-- lmhosts -rw---secrets.tdb -rw-r--r--smb.conf -rw-r--r--smbusers Please let me know. Thanks for

Re: Compiling programs with gcc

2003-01-23 Thread Faraj Musleh George Isa
I am already compiling with the -lncurses option, but i will try including the stdlib.h thanks Ze Ji Li [EMAIL PROTECTED] said: Hi, Try include the stdlib.h too. Hope that helps. Ze On Thu, 23 Jan 2003, Faraj Musleh George Isa wrote: It is a C program. I think I'm not

gcc upgrade for RH 7.3

2003-01-23 Thread Daniel Callahan
We have a quandary: a box with RH 7.3 that needs to upgrade to gcc 3.2x Why? gcc-2.96 produces buggy code when optimizing FORTRAN-77, and these programs are large enough that we need the extra speed. We're hoping gcc 3.2x will fix this. We've looked around, and there's no obvious gcc 3.2

  1   2   3   >