Re: tiny quick newbie question

2003-07-15 Thread Jake Johnson
Make sure your first line is #!/usr/bin/perl and chmod +x script.pl to make it executable. Regards, Jake Johnson [EMAIL PROTECTED] __ Plutoid - http://www.plutoid.com - Shop Plutoid for the best prices on Rims, Car Audio, and

Kernel compile

2003-07-15 Thread David Mackay
Hi Guys, I've got one of the dreaded Compaq Presario 900 Linux hating laptops. Unfortunatly the stock kernel locks up USB even 2.4.20-18 in RH9. Therfore you have to compile 2.4.21 with some patches to stand any chance. I have done this and thought all was OK. BUT when i reboot PCMCIA refuses to

Re: RHAdvanced Server

2003-07-15 Thread Jacques Lederer
Thank you for your answer. I see that the problem is we need to buy service entitlements to have access to the updates... We are not used to that as linux users... Jacques Lederer -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

Re: RHAdvanced Server

2003-07-15 Thread Jacques Lederer
OK, now I really got it. The person who bought the RH Advanced Server didn't activate the product yet. That's why I couldn't get anything. Now we are getting somewhere... Jacques Lederer -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

Bugzilla server on Red Hat 9?

2003-07-15 Thread Toralf Lund
I'm trying to set up Bugzilla on a server running Red Hat Linux 9. I've got a package for bugzilla itself (version 2.17.1) that is working fine on Red Hat 7.3, so no problem there (I think), but I'm having a hard time getting all the perl dependencies right - and I don't know if I can use the

Re: mailman help

2003-07-15 Thread James Pifer
I ran check_perms and it found a bunch of problems. Ran it again with -f. Then ran it one more time, this time no problems. Unfortunately I still have the exact same problem. :-( Thanks, James On Mon, 2003-07-14 at 17:20, Matthew Saltzman wrote: On Mon, 14 Jul 2003, James Pifer wrote:

Re: apache not starting up

2003-07-15 Thread David Eduardo Gomez Noguera
On Mon, 2003-07-14 at 21:18, Daniel Tan wrote: hi, i am trying to start up my apache using service httpd start.i get ok.but when i point to the page, no page displayed. i am listening on another port instead of the normal port 80. doing a restart of the service does not help too n i

Re: Kernel compile

2003-07-15 Thread dch
On Tue, 2003-07-15 at 05:35, David Mackay wrote: Hi Guys, I've got one of the dreaded Compaq Presario 900 Linux hating laptops. Unfortunatly the stock kernel locks up USB even 2.4.20-18 in RH9. Therfore you have to compile 2.4.21 with some patches to stand any chance. I have done this and

Re: tiny quick newbie question

2003-07-15 Thread Nick Lindsell
On Tue, 2003-07-15 at 07:31, Jake Johnson wrote: Make sure your first line is #!/usr/bin/perl and chmod +x script.pl to make it executable. And likewise for a shell script: first line = #!/bin/bash then chmod +x script. The .sh suffix is not mandatory, btw.

Re: RedHat 2.1 ES and Compaq DL 380 G3

2003-07-15 Thread Con Tassios
We are trying to load RedHAt 2.1 ES on a Compaq DL 380 G3. Compaq DL 380 G3 have a Gigabit NIC on it. Seems like RedHAt 2.1 ES does not install the driver upon initial installation, so we installed the driver seperately. The network works upon booting, but after approx 20 mins it dies, and

RE: Multiboot issues and BRUB

2003-07-15 Thread Mark Haney
Thank for that, the only problem is, I have never had to make a GRUB bootdisk, and don't know how. Also, I know the command to re-build GRUB so that it becomes the bootloader again, but can't get to my RH install in order to set it up. -Original Message- From: Johan Scheepers

Re: tiny quick newbie question

2003-07-15 Thread Reuben D. Budiardja
On Tuesday 15 July 2003 01:45 am, Logan Linux wrote: Hi all, I have a 'tiny' favour to ask, I am trying to create a database automatically with some sort of script. I have a file with a .sql extension and it contains the relevant make the database info in it. How do I execute this?

Re: tiny quick newbie question

2003-07-15 Thread Reuben D. Budiardja
On Tuesday 15 July 2003 07:49 am, Nick Lindsell wrote: On Tue, 2003-07-15 at 07:31, Jake Johnson wrote: Make sure your first line is #!/usr/bin/perl and chmod +x script.pl to make it executable. And likewise for a shell script: first line = #!/bin/bash then chmod +x script. If

Re: Enabling hardware 3D acceleration with ATI Rage 128

2003-07-15 Thread John Horne
On Fri, 2003-06-13 at 23:01, Todd A. Jacobs wrote: Some additional info about my configuration: [snipped] Section Device Identifier Videocard0 VendorName Videocard vendor BoardName ATI Rage 128 Driver ati Option AGPMode 1

Re: Backup Remote Windows 2000 Box with Linux

2003-07-15 Thread Alan Peery
One idea: 1) install tightvnc as a service (www.tightvnc.com) on the win2k box 2) Use the scheduled tasks available (control panel) to have the win2k box write backups onto it's hard drive 3) Once a week, fire up VNC to connect to connect to the Win2k box 4) Once there, start winscp

Re: Kernel compile

2003-07-15 Thread David Mackay
Thanks for your response. The problem with that is that 2.4.20 doesn't contain all the patches required for my chipset. I can do back to a RH kernel like 2.4.20-8 and have PCMCIA but no USB, or compile 2.4.21 and get USB but no PCMCIA! There must be a scripting/startup problem that i can work

RH update

2003-07-15 Thread eplx2002
Hi, I have red hat 9.0 and I recompiled kernel from the sources. When the system make the RHN update, it says me that there are kernel´s packages update to fix bugs. The question is, should I update that packages??? thank you !! Esteban -- redhat-list mailing list unsubscribe mailto:[EMAIL

Re: .forward ok .cc?

2003-07-15 Thread Alan Peery
gregory mott wrote: On Fri, 2003-07-11 at 17:59, Larry Brown wrote: I am aware of the .forward file forwarding mail from one user to another, is there any way to set up a file to cause sendmail to copy another user with the emails? /etc/aliases or /etc/mail/aliases or put two lines in

Re: Backup Remote Windows 2000 Box with Linux

2003-07-15 Thread Edward Croft
On Tue, 2003-07-15 at 08:38, Alan Peery wrote: One idea: 1) install tightvnc as a service (www.tightvnc.com) on the win2k box 2) Use the scheduled tasks available (control panel) to have the win2k box write backups onto it's hard drive 3) Once a week, fire up VNC to connect to connect to

Re: wierd web server problem (REPOST) (SOLVED)

2003-07-15 Thread Bill Tangren
Leonard den Ottolander wrote: Hi Bill, [Fri Jul 11 13:40:03 2003] [error] [client 10.1.5.58] File does not exist: /etc/httpd/htdocs The problem is, /etc/httpd/htdocs doesn't exist. htdocs doesn't appear in any file I can find, including /etc/httpd/conf/httpd.conf Are you sure you are

courier-imap: Failed to create cache file: maildirwatch

2003-07-15 Thread Molnar Peter
Hi, this is the error message, courier-imap is returning. I have checked it on the net, and all I could find is to make sure fam is running. Fam is running, at least it's configured to run (I've checked it in ntsysv and in /etc/xinetd.d/sgi_fam). How can I verify this? What could be the problem

Re: Apache throws PHP errors at starup on RH9 upgrade.. Ideas ??

2003-07-15 Thread Jonathan Bartlett
I have done some research but nothing makes sense with these errors. I can remove the php4.conf and the errors go away but there must be something simple that is missing to cause all this grief It appears that there is something wrong with the imap and ldap modules. I would remove the

Re: tiny quick newbie question

2003-07-15 Thread Lorenzo Prince
It is possible to type the name of the file and execute it. This goes for .sh files as well as perl scripts. Just remember that when trying to execute a .pl file (e.g. script.pl) you type at the prompt script.pl vor script.sh you would need to type script.sh Don't forget to type type the

Re: Backup Remote Windows 2000 Box with Linux

2003-07-15 Thread Bret Hughes
On Mon, 2003-07-14 at 22:22, Sevatio wrote: What are some methods for doing Full and Incremental backups of files in a Windows 2000 box located remotely using a Redhat 8.0 box? Any recommendations and sharing of your techniques would be greatly appreciated. The connection speed between the

named

2003-07-15 Thread Nigel Peck - MIS Web Design
OS: Redhat 7.3 I want to reduce the number of named processes. I am assuming that they are spare servers in the same way as with Apache, they are taking up memory which could be better used as the load on DNS for this server is minimal. Is this possible and how do I do it? PID PPID RSS

Re: named

2003-07-15 Thread Rus Foster
OS: Redhat 7.3 I want to reduce the number of named processes. I am assuming that they are spare servers in the same way as with Apache, they are taking up memory which could be better used as the load on DNS for this server is minimal. Is this possible and how do I do it? PID PPID

RE: named

2003-07-15 Thread Nigel Peck - MIS Web Design
Thanks. I'm not saying you're wrong I'm just curios, how do you know and what's the difference with Apache (below) that is using up memory for each process? And why does ps show individual threads? Shouldn't it only show processes as the name implies? And why does each one show it is using a

Re: Multiboot issues and BRUB

2003-07-15 Thread Rick Forrister
On Tue, 15 Jul 2003 08:03:37 -0400 Mark Haney [EMAIL PROTECTED] wrote: Thank for that, the only problem is, I have never had to make a GRUB bootdisk, and don't know how. Also, I know the command to re-build GRUB so that it becomes the bootloader again, but can't get to my RH install in

Evolution Copy/Cut/Paste

2003-07-15 Thread James Pifer
Obviously this question is probably best asked on the Evolution mailing list, but I know a lot people on this list use Evolution. I use Evolution for all of my mailing list subscriptions and for the most part I really like it. Right now I'm running 1.0.8-11, which I know is a bit old. One thing

Re: Backup Remote Windows 2000 Box with Linux

2003-07-15 Thread Sevatio
I also have to mention that these machines are located miles apart. Bret Hughes wrote: On Mon, 2003-07-14 at 22:22, Sevatio wrote: What are some methods for doing Full and Incremental backups of files in a Windows 2000 box located remotely using a Redhat 8.0 box? Any recommendations and sharing

SOLVED: courier-imap: Failed to create cache file: maildirwatch

2003-07-15 Thread Molnar Peter
Portmapper wasn't running (fam needs portmapper to run). It's fun to reply to myself. :D Peter On Tue, 2003-07-15 at 15:31, Molnar Peter wrote: Hi, this is the error message, courier-imap is returning. I have checked it on the net, and all I could find is to make sure fam is running. Fam

USB module printing to console

2003-07-15 Thread David D
Hello, My printer, mouse, keyboard and pin drive are all usb. When I'm working outside of X the usb module (I believe) is printing the following information on my console: usb-uhci.c: interrupt, status 3, frame# 396 usb-uhci.c: interrupt, status 3, frame# 484 usb-uhci.c: interrupt,

glibc compilation

2003-07-15 Thread Lisa Ryan
Hi, I am configuring glibc-2.2. When I do a mak, I get the following error: Can anyone tell me what the problem could be ? thanks Lisa -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/ dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic

Re: Multi Boot issues and GRUB -- SOLVED!

2003-07-15 Thread Mark Haney
Thanks to all those that offered help. I'd like to offer my experience with this should anyone else have to deal with it. Assuming you have a good install of RH, and you then install a Windoze OS AFTER the RH install. In my case it was a Toshiba laptop that was only supported by XP if XP was

Re: Evolution Copy/Cut/Paste

2003-07-15 Thread Edward Croft
On Tue, 2003-07-15 at 10:40, James Pifer wrote: Obviously this question is probably best asked on the Evolution mailing list, but I know a lot people on this list use Evolution. I use Evolution for all of my mailing list subscriptions and for the most part I really like it. Right now I'm

filemaker pro server on redhat 8?

2003-07-15 Thread Jenn Peterson
Hi, I know that filemaker pro server only supports redhat 7.0 or 6.2, but has anybody gotten it to install on 8.0? Or even 9.0? -- Jenn Peterson Technical Manager Center for Distance Education (907) 474-6458 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

RE: named

2003-07-15 Thread David Hollister
On Tue, 2003-07-15 at 07:20, Nigel Peck - MIS Web Design wrote: Thanks. I'm not saying you're wrong I'm just curios, how do you know and what's the difference with Apache (below) that is using up memory for each process? And why does ps show individual threads? Shouldn't it only show

Re: redhat linux 7.1 kernel 2.4.2-2smp hang problem

2003-07-15 Thread nilesh vaghela
Thanx Leonard, I am doing the same thing. updating the kernel to 2.4.9 only. We are doing it from directly from RHN as we got official package. Thanx if solve the issue will revertback. Nilesh From: Leonard den Ottolander [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Proper way to keep users out of a directory

2003-07-15 Thread Scott Antonivich
Hello All, I am using RH 9.0 and I want to keep users other than myself from seeing php files in a directory...BUT I want these php files to be able to be executed from the web. Basically, I want to knowhow I can keep my php code safe from users who may be in the server. I want the scripts

Squirrelmail configuration in Redhat

2003-07-15 Thread YoloIts
I installed Squirrelmail through the standard Redhat 8.0 package manager in KDE. So it should be installed with all the standard RPM defaults. How do I access the web interface to check mail? I have searched Redhat's site and they have nothing. Redhat linux Bible has nothing. Squirrelmail.org

Re: mailman help

2003-07-15 Thread Matthew Saltzman
On Tue, 15 Jul 2003, James Pifer wrote: I ran check_perms and it found a bunch of problems. Ran it again with -f. Then ran it one more time, this time no problems. Unfortunately I still have the exact same problem. :-( Then I'm afraid I'm fresh out of ideas. FWIW, I have mailman-2.1.2-1

Re: Squirrelmail configuration in Redhat

2003-07-15 Thread Leonard Miller
I think you have to go to /usr/share/squirrelmail/config and run perl conf.pl to set it up and then go to http://localhost/squirrelmail/ [EMAIL PROTECTED] 07/15/03 11:54AM I installed Squirrelmail through the standard Redhat 8.0 package manager in KDE. So it should be installed with all the

Re: Proper way to keep users out of a directory

2003-07-15 Thread Anton Piatek
easy. set the dir to be owned by group httpd, make sure that the group can read the files. chgrp httpd files chmod 750 files So long as apache/httpd is run as userid httpd it can read the files, other users cant! Anton On Tuesday 15 Jul 2003 4:55 pm, Scott Antonivich wrote: Hello All, I

Re: Evolution Copy/Cut/Paste

2003-07-15 Thread Lee Flier
On Tue, 2003-07-15 at 11:25, Edward Croft wrote: I used to hate trying to copy text from a message. I would select a portion of the message only to find the whole messages pasted. However, since upgrading to 1.4, I have not had that problem. The fonts look cleaner. I like it a lot. I'd like

Re: redhat linux 7.1 kernel 2.4.2-2smp hang problem

2003-07-15 Thread nilesh vaghela
Thanx Leonard, I am doing the same thing. updating the kernel to 2.4.9 only. We are doing it from directly from RHN as we got official package. Thanx if solve the issue will revertback. Nilesh From: Leonard den Ottolander [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: mailman help

2003-07-15 Thread James Pifer
Maybe I'll try upgrading it. I was also going to try their mailing list, but couldn't get on it through their website. I'll try again if upgrading doesn't help me. Thanks for your help. James On Tue, 2003-07-15 at 12:00, Matthew Saltzman wrote: On Tue, 15 Jul 2003, James Pifer wrote: I

Re: Proper way to keep users out of a directory

2003-07-15 Thread Paul Barclay
Do you mean you can get a listing of the directory via the web browser and this is what you want to stop? If so you have to tell apache not to allow the directory to be listed. I can't remember how to do it, at the moment, but I will have a look. It is someplace in /etc/httpd/conf/http.conf PB

sybase error? Anyone run across this?

2003-07-15 Thread Scott Antonivich
I am trying to get sybase to work with a pthyon script. I am getting this error: ImportError: /usr/lib/python2.2/site-packages/sybasect.so: undefined symbol: cs_dt_info I thought maybe someone may have ran into this before... Scott -- redhat-list mailing list unsubscribe mailto:[EMAIL

Re: glibc compilation

2003-07-15 Thread Jonathan Bartlett
Is there a reason you are compiling glibc? I've always put that on my official bad idea list because of how intrusive it is. It looks like the file is missing an #include statement. Jon On Tue, 15 Jul 2003, Lisa Ryan wrote: Hi, I am configuring glibc-2.2. When I do a mak, I get the

RE: named

2003-07-15 Thread Nigel Peck - MIS Web Design
I see, thanks. How do I get the amount of memory being used by named, or any process and it's children for that matter? Cheers, Nigel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Hollister Sent: 15 July 2003 16:41 To: [EMAIL PROTECTED]

Re: Evolution Copy/Cut/Paste

2003-07-15 Thread Edward Croft
On Tue, 2003-07-15 at 12:05, Lee Flier wrote: On Tue, 2003-07-15 at 11:25, Edward Croft wrote: I used to hate trying to copy text from a message. I would select a portion of the message only to find the whole messages pasted. However, since upgrading to 1.4, I have not had that problem.

question on upgrating glibc-2.3.2-4.80.6.i686.rpm

2003-07-15 Thread snort bsd
hi all: tring to upgrate glibc and failed: warning: glibc-2.3.2-4.80.6.i686.rpm: V3 DSA signature: NOKEY, key ID db42a60e error: Failed dependencies: glibc-common = 2.3.2-4.80.6 is needed by glibc-2.3.2-4.80.6 glibc = 2.2.93 is needed by (installed) glibc-devel-2.2.93-5 where I

RE: Proper way to keep users out of a directory

2003-07-15 Thread Scott Antonivich
No, basically...I dont want anyone to be able to see the files or the actual php code itself. I think Anton's previous post was what I needed. Scott Antonivich General Manager Turnpike Technologies High Speed Internet Access for Home and Office Dialup, Web Hosting and Design. http://www.tpk.net

Evolution Confirm mail receive

2003-07-15 Thread flavio
How can I confirm in Evolution the mail receive ? In Kmail is simple. Thanks Flávio -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

the difference between i386 and i686

2003-07-15 Thread snort bsd
hi all: i am using rh8 and the machine (uname -m) is i686. there are a lot of upgrades for rh8; some for i386 and some for i686. could i use them in mixed fasion, as long as those rpm packages have the same version number? tia _dave http://mobile.yahoo.com.au - Yahoo! Mobile - Check compose

RE: glibc compilation

2003-07-15 Thread Lisa Ryan
I Know, I hate messing with this stuff.. I'm doing it as a last resort as I'm having problems with java threads using up a lot of memory. The glib that I had didn't have the linuxthreads added onto it, so I downloaded a newer glibc with the linuxthreads add-on and that's why I'm trying to

Re: Proper way to keep users out of a directory

2003-07-15 Thread Ed Wilts
On Tue, Jul 15, 2003 at 12:40:33PM -0400, Scott Antonivich wrote: No, basically...I dont want anyone to be able to see the files or the actual php code itself. I think Anton's previous post was what I needed. So what stops somebody from simply doing a wget on the php file? You better test to

RE: Proper way to keep users out of a directory

2003-07-15 Thread Scott Antonivich
InterestingI never thought of wgetcan wget be prevented? Scott Antonivich General Manager Turnpike Technologies High Speed Internet Access for Home and Office Dialup, Web Hosting and Design. http://www.tpk.net -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Proper way to keep users out of a directory

2003-07-15 Thread Rigler, Steve
Wouldn't wget just download the output from execution of the php file? -Steve -Original Message- From: Ed Wilts [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 11:58 AM To: [EMAIL PROTECTED] Subject: Re: Proper way to keep users out of a directory On Tue, Jul 15, 2003 at

RE: Proper way to keep users out of a directory

2003-07-15 Thread Rigler, Steve
Seriously...unless anyone can explain otherwise, being able to use wget to download the source code to a cgi should be as effective as using a browser to load a page and do view source. -Steve -Original Message- From: Scott Antonivich [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15,

up2date icon problem

2003-07-15 Thread Doug Finch
On RedHat 9.0 the up2date icon is distorted on the toolbar. It appears not as a circle but as a vertical line and it is hard to tell whether it is red or blue. This has happened on two different machines that I have running 9. One of the machines I removed the icon from the toolbar in an

RE: named

2003-07-15 Thread David Hollister
On Tue, 2003-07-15 at 09:34, Nigel Peck - MIS Web Design wrote: I see, thanks. How do I get the amount of memory being used by named, or any process and it's children for that matter? Cheers, Nigel Well, the SIZE column in ps output will show you roughly how much of the program is

Re: apache not starting up

2003-07-15 Thread Wartnick, James
Look at your apache log files (Your error files). It will tell you exactly what the problem is. -Jim -Original Message Message: 9 Subject: Re: apache not starting up From: David Eduardo Gomez Noguera [EMAIL PROTECTED] To: redhat list [EMAIL PROTECTED] Date: 15 Jul 2003 06:43:06 -0500

RE: Proper way to keep users out of a directory

2003-07-15 Thread Chris W. Parker
Rigler, Steve mailto:[EMAIL PROTECTED] wrote: Seriously...unless anyone can explain otherwise, being able to use wget to download the source code to a cgi should be as effective as using a browser to load a page and do view source. You are right, that is all it does. It makes its request on

Re: the difference between i386 and i686

2003-07-15 Thread Ed Wilts
On Wed, Jul 16, 2003 at 02:43:50AM +1000, snort bsd wrote: i am using rh8 and the machine (uname -m) is i686. there are a lot of upgrades for rh8; some for i386 and some for i686. could i use them in mixed fasion, as long as those rpm packages have the same version number? If the 686 variant

Re: rh-l] RE: Proper way to keep users out of a directory

2003-07-15 Thread R P Herrold
On Tue, 15 Jul 2003, Rigler, Steve wrote: Seriously...unless anyone can explain otherwise, being able to use wget to download the source code to a cgi should be as effective as using a browser to load a page and do view source. InterestingI never thought of wgetcan wget be

Re: Kernel compile

2003-07-15 Thread Samuel Flory
David Mackay wrote: Thanks for your response. The problem with that is that 2.4.20 doesn't contain all the patches required for my chipset. I can do back to a RH kernel like 2.4.20-8 and have PCMCIA but no USB, or compile 2.4.21 and get USB but no PCMCIA! There must be a scripting/startup problem

Re: question on upgrating glibc-2.3.2-4.80.6.i686.rpm

2003-07-15 Thread Bill Tangren
snort bsd wrote: hi all: tring to upgrate glibc and failed: warning: glibc-2.3.2-4.80.6.i686.rpm: V3 DSA signature: NOKEY, key ID db42a60e error: Failed dependencies: glibc-common = 2.3.2-4.80.6 is needed by glibc-2.3.2-4.80.6 glibc = 2.2.93 is needed by (installed)

Re: Proper way to keep users out of a directory

2003-07-15 Thread Reuben D. Budiardja
On Tuesday 15 July 2003 12:57 pm, Ed Wilts wrote: On Tue, Jul 15, 2003 at 12:40:33PM -0400, Scott Antonivich wrote: No, basically...I dont want anyone to be able to see the files or the actual php code itself. I think Anton's previous post was what I needed. So what stops somebody from

Re: the difference between i386 and i686

2003-07-15 Thread snort bsd
ok, then there are no such as glibc-common-2.3.2-4.80.6.i686.rpm available, only glibc-common-2.3.2-4.80.6.i386.rpm. could I use the glibc-common-2.3.2-4.80.6.i386.rpm with glibc-2.3.2-4.80.6.i686.rpm? actually most of glibc related packages are marked with i386.rpm. only two packages:

Re: question on upgrating glibc-2.3.2-4.80.6.i686.rpm

2003-07-15 Thread snort bsd
thanks bill. actually there are very few glibc packages marked with i686; most of them are marked them with i386. i am wondering whether i could installed them together and disregard the lables i386 and i686 tia _ming --- Bill Tangren [EMAIL PROTECTED] wrote: snort bsd wrote: hi all:

Re: wierd web server problem (REPOST) (SOLVED)

2003-07-15 Thread Leonard den Ottolander
Hi Bill, Thanks for replying. The problem was that I had two VirtualHost's on the first machine, but not on the second, so I commented out the code for the second VirtualHost. The server didn't like that it had only one virtual host defined. I commented out the VirtualHost

Re: Evolution Copy/Cut/Paste

2003-07-15 Thread George Nicholls
On Tue, 2003-07-15 at 16:40, James Pifer wrote: Obviously this question is probably best asked on the Evolution mailing list, but I know a lot people on this list use Evolution. I use Evolution for all of my mailing list subscriptions and for the most part I really like it. Right now I'm

Re: question on upgrating glibc-2.3.2-4.80.6.i686.rpm

2003-07-15 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 16 Jul 2003 02:35:33 +1000 (EST), snort bsd wrote: tring to upgrate glibc and failed: warning: glibc-2.3.2-4.80.6.i686.rpm: V3 DSA signature: NOKEY, key ID db42a60e error: Failed dependencies: glibc-common = 2.3.2-4.80.6 is

Re: Evolution Copy/Cut/Paste

2003-07-15 Thread Lee Flier
On Tue, 2003-07-15 at 13:46, George Nicholls wrote: I find that their red-carpet is the best way to keep ahead on Evolution. Go to http://www.ximian.com and download, use and install After Ed said his upgrade was clean, I just upgraded using their installer, from a mirror site (didn't join Red

RE: glibc compilation

2003-07-15 Thread Leonard den Ottolander
Hi Lisa, I'm doing it as a last resort as I'm having problems with java threads using up a lot of memory. The glib that I had didn't have the linuxthreads added onto it, so I downloaded a newer glibc with the linuxthreads add-on and that's why I'm trying to recompile it . Note that glib and

MS Exchange replacement

2003-07-15 Thread Cliff Wells
I seem to recall several people inquiring about a MS Exchange replacement for Linux. This came up on the Evolution mailing list: http://opengroupware.org/ Regards, -- Cliff Wells, Software Engineer Logiplex Corporation (www.logiplex.net) (503) 978-6726 (800) 735-0555 -- redhat-list

Re: Evolution Copy/Cut/Paste

2003-07-15 Thread James Pifer
Doesn't red-carpet install a whole bunch of stuff though? Is there the option to just upgrade the Evolution client? Thanks, James On Tue, 2003-07-15 at 13:46, George Nicholls wrote: On Tue, 2003-07-15 at 16:40, James Pifer wrote: Obviously this question is probably best asked on the Evolution

Re: question on upgrating glibc-2.3.2-4.80.6.i686.rpm

2003-07-15 Thread Leonard den Ottolander
Hi snort bsd, actually there are very few glibc packages marked with i686; most of them are marked them with i386. i am wondering whether i could installed them together and disregard the lables i386 and i686 If you have a i686 machine get the i686 package for glibc. The glibc-common,

Getting sound to work on an Abit IC7 and RH9

2003-07-15 Thread Mike Pelley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 /lib/modules/2.4.20-18.9smp/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_pcm_period_elapsed_Rsmp_575e1363 /lib/modules/2.4.20-18.9smp/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_ac97_set_rate_Rsmp_af52f286

RE: glibc compilation--Help needed!

2003-07-15 Thread Lisa Ryan
Hi, I installed glibc-2.2.4 and the configuration, make make install said that the installation was successful. However, now whe I run any commands such as ls-l, su etc.. all I get is a segmentation fault. Is there a way of fixing this or reversing it as I can't leave it as it is now. Thanks

Re: Up2date issue?

2003-07-15 Thread Doug Finch
On Thu, 2003-07-10 at 17:25, Go, Jeffrey wrote: From a command line (as root) type up2date --configure (minus quotes); this will open the Red Hat Network Configuration gui. Select the third tab over Package Exceptions. You will see toward the top Package Names to Skip. From here you can add

Re: Evolution Copy/Cut/Paste

2003-07-15 Thread George Nicholls
On Tue, 2003-07-15 at 20:05, James Pifer wrote: Doesn't red-carpet install a whole bunch of stuff though? Is there the option to just upgrade the Evolution client? with rc 2.0.1 you can choose any number of channels, which could be just Evolution or a whole bunch of stuff :-) I think that rc

Re: Viewing SCO Partition with RH 7.3

2003-07-15 Thread Keith Morse
On Mon, 14 Jul 2003, Ray Abbitt wrote: On Mon, 14 Jul 2003, Joseph A Nagy Jr wrote: On Monday 14 July 2003 22:59, Pablo L. Robles wrote this in an attempt to be witty and informative: Hello Gang: I have some customer valuable data on a SCO HD. The HD has some bad sectors the

RE: tiny quick newbie question

2003-07-15 Thread James Richards
I guess it doesn't hurt to note that if . isn't in your path then simply typing the command won't work regardless of its mode. You will have to prepend the name of the script with ./ J -Original Message- From: Lorenzo Prince [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 6:51

Clearing cache and swap

2003-07-15 Thread jeff allen
We have a bunch of workstations running 7.3. Now we running some pretty high end graphic programs and ocationally the programs will eat all available cache and swap space. Now it will go back to normal if you close everything and restart or wait 5 minutes but is there a command one can run to

RE: glibc compilation--Help needed!

2003-07-15 Thread Jonathan Bartlett
I installed glibc-2.2.4 and the configuration, make make install said that the installation was successful. However, now whe I run any commands such as ls-l, su etc.. all I get is a segmentation fault. Is there a way of fixing this or reversing it as I can't leave it as it is now. Hmmm...

mailscanner install question

2003-07-15 Thread Bill Tangren
I am attempting to install MailScanner 4.22-4 RedHat RPM package on a RH 9 system, but it is not installing without errors. The README file says to execute ./install.sh, however it says that I don't have directories /usr/source/redhat /usr/source/RPM and /usr/source/package. I don't. What are

Re: Evolution Copy/Cut/Paste

2003-07-15 Thread Marius Andreiana
On Ma, 2003-07-15 at 17:40, James Pifer wrote: or forward. Same with the Subject line. I can't copy/cut out of that at all. subject copy/pasting is a known bug, due to evolution components. For the rest file bugs at bugzilla.ximian.com. If you have the time, search first to see if they were

Does Adaptec 1200A RAID work ?

2003-07-15 Thread Jeff Kinz
Hi all I considering putting a server together mirroring two drives using the adaptec 1200A for a controller card. All the references I've seen to it on google/Linux are asking if anyone know how to make it work, w/no tales of success. Does anyone know if the adaptec 1200A does work w/RH? or if

Getting sound to work on an Abit IC7 and RH9

2003-07-15 Thread Mike Pelley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'm trying to get the onboard sound on my Abit IC7 working. I've downloaded the drivers from Abit for Linux and run the configuration, compiled the modules and installed the drivers. The kernel has sound compiled into it and lsmod

RE: Getting sound to work on an Abit IC7 and RH9

2003-07-15 Thread Bob Buckley
Have you run sndconfig? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Pelley Sent: Tuesday, July 15, 2003 1:48 PM To: redhat-list Subject: Getting sound to work on an Abit IC7 and RH9 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'm

RE: Does Adaptec 1200A RAID work ?

2003-07-15 Thread Chris Mason
There's no linux drivers for this model, get the 2400 instead which works great. Chris Mason [EMAIL PROTECTED] Yahoo IM: [EMAIL PROTECTED] 264 497-5670 Fax: 264 497-8463 www.netconcepts.ai -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Kinz

RE: glibc compilation--Help needed!

2003-07-15 Thread Lisa Ryan
Hi, I had exited from the root shell before I realised that there were problems trying to run commands. This means that I can't run ldconfig (permission denied). Also when I run ldd ls I get the following ldd: ./ls: No such file or directory strace won't work on any of the commands that I'm

Re: [Fwd: Getting sound to work on an Abit IC7 and RH9]

2003-07-15 Thread Tao Chen
I had the same problem when I installed same driver on the same level of kernel. I found a solution on the web, unfortunately I didnt' bootmark it or write it down and now I forgot. The solution was something like create a new file or modify a header file in the ALSA source tree and recompile.

Re: Multiboot issues and GRUB

2003-07-15 Thread Johan Scheepers
Mark If you want to make a GRUB bootdisk not Redhat bootdisk then. You might find this link of some use. http://www-106.ibm.com/developerworks/edu/l-dw-linuxgrub-i.html You have to register (its free)but it's clear, simple and effective or at least it has been for me. Download the zip file

SMC Wireless card in Redhat 9

2003-07-15 Thread Stephen Desch
I have been having a nightmare time getting this to SMC card to work. Can anybody maybe give me a few pointers on how to even get the computer to recognize the card? It is a SMC 2435W and a IBM thinkpad a30 running Redhat 9.0. Should i try this card, or does anybody know of card that i can buy

Re: mailscanner install question

2003-07-15 Thread Ed Wilts
On Tue, Jul 15, 2003 at 02:34:13PM -0400, Bill Tangren wrote: I am attempting to install MailScanner 4.22-4 RedHat RPM package on a RH 9 system, but it is not installing without errors. The README file says to execute ./install.sh, however it says that I don't have directories

Re: SMC Wireless card in Redhat 9

2003-07-15 Thread Vince Scimeca
I have used the D-Link DWL-650 and the Orinoco Gold P/N 024205/B on my IBM X22 laptop running RH 9 with no issues at all. Automatically detects just the way life should be ;-) On Tue, 2003-07-15 at 15:26, Stephen Desch wrote: I have been having a nightmare time getting this to SMC card to work.

RE: Does Adaptec 1200A RAID work ?

2003-07-15 Thread Trevor
Does it work... sort of. It's still a software raid card. You need the 2400 for TRUE hardware raid. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jeff Kinz Sent: Tuesday, July 15, 2003 12:41 PM To: RedHat List Subject: Does Adaptec 1200A RAID work ?

  1   2   >