Re: Sendmail Problem

2003-02-21 Thread Anthony E. Greene
On 21-Feb-2003/20:52 -0800, Nicholas Fitzgerald <[EMAIL PROTECTED]> wrote: [snip] The last log entry is the key: >Feb 21 20:40:12 dns sendmail[19531]: h1M4eCqe019529: >to=<[EMAIL PROTECTED]>, ctladdr=<[EMAIL PROTECTED]> (48/48), >delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=30387, >relay=ic

Re: silly script question

2003-02-21 Thread Matthew Melvin
On Fri, 21 Feb 2003 at 10:46pm (-0600), Kerry Miller wrote: > Ok, I'm a network guy, not a software guy. I'm even lousy at bash scripts, > but here's a question. > > I can get to a share from my windoze machine using smbclient and copy files > back to the linux box. I don't know how to put it

Re: silly script question

2003-02-21 Thread Gordon Messmer
Kerry Miller wrote: - I can get to a share from my windoze machine using smbclient and copy files back to the linux box. I don't know how to put it into a script though. Here's what I've got: smbclient //kmiller/temp -U username%password get quit Try it like this: sm

Re: silly script question

2003-02-21 Thread Todd A. Jacobs
On Fri, 21 Feb 2003, Kerry Miller wrote: > back to the linux box. I don't know how to put it into a script though. > Here's what I've got: smbclient is not inherently scriptable. You'd need to use expect to automate it; you might try autoexpect, to see if you can do it without having to lear

RE: silly script question

2003-02-21 Thread Larry Brown
Or better yet smbmount. Check man smbmount. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Patrick Nelson Sent: Saturday, February 22, 2003 12:54 AM To: '[EMAIL PROTECTED]' Subject: RE: silly script qu

RE: silly script question

2003-02-21 Thread Larry Brown
I'd try using the mount command then cp /mnt/FolderMounted/filename.xxx /home/username/ and then the umount /mnt/FolderMounted instead of using the smbclient environment. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

RE: silly script question

2003-02-21 Thread Patrick Nelson
Kerry Miller wrote: - Ok, I'm a network guy, not a software guy. I'm even lousy at bash scripts, but here's a question. I can get to a share from my windoze machine using smbclient and copy files back to the linux box. I don't know how to put it into a script though. Here

colour background

2003-02-21 Thread Robert
Sorry about all these questions, but I think I have been clicking around too much. Just this evening have dirty medium gray message window and solid blue color in Ximian Evolution. Used to be paper white windows and light color borders. Can't figure out how to get the white back. Robert [EMAIL

I am looking for some different opinions about setting up groups

2003-02-21 Thread Richard Kurth
Hello redhat-list, I have a lot of virtue domain on my server and each of those web sites have a number of users. I am trying to figure out the best way to handle groups for these users. each domain needs to have all its users plus all the web pages and emails listed under the same group so that I

Re: Sendmail Problem

2003-02-21 Thread Nicholas Fitzgerald
The IceSource.com domain is hosted on the same server, althouth the mail server is on another. The return address is defined by what the script gets from the form. I hadn't noticed in the log that it was set to lcoalhost.localdomain. I'll check into this, it may be the answer to my problem. T

Re: Sendmail Problem

2003-02-21 Thread Nicholas Fitzgerald
Thanks, I went ahead and set up a smart host to my mail server and now everything works fine. I always knew about that as a possible solutions, but I didn't want to do it if I didn't have to. That server gets a lot of work as it is. That does solve the problem, but I would like to be able to se

RE: Sendmail Problem

2003-02-21 Thread Larry Brown
Who is icesource.com?  It is that machine that is refusing the mail as per your log.  It is probably denying mail that has a return address of localhost.localdomain which wouldn’t surprise me.  You need to specify your return address as a legitimate address.   Larry S. Brown Dimension N

Re: Sendmail Problem

2003-02-21 Thread nate
Nicholas Fitzgerald said: > Feb 21 20:40:12 dns > sendmail[19531]: h1M4eCqe019529: to=<[EMAIL PROTECTED]>, > ctladdr=<[EMAIL PROTECTED]> (48/48), delay=00:00:00, > xdelay=00:00:00, mailer=esmtp, pri=30387, relay=icesource.com. > [66.12.123.173], dsn=4.0.0, stat=Deferred: Connection refused by > ice

Re: Sendmail Problem

2003-02-21 Thread Nicholas Fitzgerald
nate wrote: Nicholas Fitzgerald said: I'm running RedHad 8.0. Now that I think of it, the last 7.3 server I worked with didn't have this problem. Too bad RedHat can't see their way clear to upgrade the packages for it like apache and php to something a bit more current. I tried th

silly script question

2003-02-21 Thread Kerry Miller
Ok, I'm a network guy, not a software guy. I'm even lousy at bash scripts, but here's a question. I can get to a share from my windoze machine using smbclient and copy files back to the linux box. I don't know how to put it into a script though. Here's what I've got: smbclient //kmiller/tem

Re: Sendmail Problem

2003-02-21 Thread nate
Nicholas Fitzgerald said: > I'm running RedHad 8.0. Now that I think of it, the last 7.3 server I > worked with didn't have this problem. Too bad RedHat can't see their way > clear to upgrade the packages for it like apache and php to something a > bit more current. I tried the test you used up th

Re: Linux Dev and Device Relationships

2003-02-21 Thread Gordon Messmer
On Thu, 2003-02-20 at 08:30, Robert Vaughn wrote: > The problem that I'm trying to solve is where SAR -d > lists only the following device names... I don't get a full list from 'sar -d' either. Could be a bug in sadc or something... The web page notes some bugfixes in versions newer than what wa

Re: Sendmail Problem

2003-02-21 Thread Nicholas Fitzgerald
nate wrote: Nicholas Fitzgerald said: Who's idea was it to leave sendmail useless on install? probably a good idea. red hat has a long history of being targets for exploits since it traditionally had a buncha stuff turned on by default, and many users did not know what w

Re: Sendmail Problem

2003-02-21 Thread nate
Nicholas Fitzgerald said: > Who's idea was it to leave sendmail useless on install? probably a good idea. red hat has a long history of being targets for exploits since it traditionally had a buncha stuff turned on by default, and many users did not know what was running so did not know to shut it

Re: RH7.2 lokkit changes don't hold

2003-02-21 Thread Andy Elacion, Jr.
Yes it does, it does not recognise the changes that you made because ipchains/iptables does not recognize your changes. When you modify your firewall rules save it using ipchains-save or iptables-save, then restart ipchains/iptables.   Terry Hobart wrote: Lokkit reverts to high by default eac

Re: Apology to those affected:

2003-02-21 Thread Eric Wood
Well said. -eric wood - Original Message - From: "Cameron Simpson" <[EMAIL PROTECTED]> > I agree it should be the list owner, lest multiple people supply this > service:-( But in the absense of a proactive list owner, a single person > supplying this service is better than none. -- r

Sendmail Problem

2003-02-21 Thread Nicholas Fitzgerald
Who's idea was it to leave sendmail useless on install? No matter what I do I can't send anything anywhere. I'm trying to use a php script to send email to my admin account via a standard mail form. No matter how I configure sendmail it gives me "connection refused by " errors in the log. I eve

Who can help me with these problems?

2003-02-21 Thread Yuming Zhang
After I upgrated the redhat from 7.1 to 8.0, I got so many problems with my perl. I wish some ones can tell me what's going. (1) First of all, I installed the standard packages of RH8.0. I was trying to build mod_perl2.0. But I have found there are many problems to be solved. Actually, the more b

Re: theme files

2003-02-21 Thread Jonathan M. Slivko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Theme for what, I don't understand? - -- Jonathan - -- Thank you, Jonathan M. Slivko [EMAIL PROTECTED] Peering Solutions, LLC 90 Morningside Drive New York, NY 10027 USA Phone: 1(917) 318-7457 Fax: 1(212) 663-1109 24/7 Web Support: http://support

theme files

2003-02-21 Thread Robert
Thanks for the help and advice on winmodems. Have solved problem and am on line. Trying to download theme files and getting the message "Theme does not contain a .themec nor a .theme file." Thus the theme cannot be installed. Is there a simple fix? Thanks. Robert [EMAIL PROTECTED] -- re

Re: filename with space

2003-02-21 Thread Vidiot
>I am trying to rename a bunch of files to another name. For example, > >picture 1 to picture1 >picture 2 to picture2 >... > >May I know how you can take out the space in old filename? Thank you. mv picture?1 picture1 mv picture?2 picture2 MB -- e-mail: [EMAIL PROTECTED]

Re: filename with space

2003-02-21 Thread Jacky Li
Hi, Thank you very much. It works like a charm. It sure saves me a lot of pain! :) Ze - Original Message - From: "Ashley M. Kirchner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 3:03 PM Subject: Re: filename with space > Jacky Li wrote: > > >I am tryin

Re: filename with space

2003-02-21 Thread Ashley M. Kirchner
Ashley M. Kirchner wrote: # ls -a That's supposed to be an -l like the first one. I goofed in my paste... -- W | I haven't lost my mind; it's backed up on tape somewhere. + Ashley M. Kirchner

Re: filename with space

2003-02-21 Thread Ashley M. Kirchner
Jacky Li wrote: I am trying to rename a bunch of files to another name. For example, picture 1 to picture1 picture 2 to picture2 ... May I know how you can take out the space in old filename? Thank you. Since you said you have a bunch of them, I suggest this: # for file in * ; do mv "$fi

Re: filename with space

2003-02-21 Thread Jacky Li
Hi, Ok..how about for maybe 100+ files with random filenames but space in between them? :) Thank you. Ze - Original Message - From: "Lon Lentz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 2:53 PM Subject: RE: filename with space > > I think the backsl

Re: filename with space

2003-02-21 Thread Mike McMullen
The "rename" command may be helpful. Good luck. Mike - Original Message - From: "Jacky Li" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 4:40 PM Subject: filename with space > Hi, > > I am trying to rename a bunch of files to another name. For example,

RE: filename with space

2003-02-21 Thread Lon Lentz
I think the backslash is what you are looking for. mv picture1\ 1 to picture1 mv picture2\ 2 to picture2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jacky Li Sent: Friday, February 21, 2003 7:40 PM To: [EMAIL PROTECTED] Subject: filename with space

filename with space

2003-02-21 Thread Jacky Li
Hi, I am trying to rename a bunch of files to another name. For example, picture 1 to picture1 picture 2 to picture2 ... May I know how you can take out the space in old filename? Thank you. Ze -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mail

Re: Problem with long groups names

2003-02-21 Thread nate
Paul F. Williams said: > Is there really a limit? Or is there just a mistake in > the two group programs? > > Is there a problem with using such long names. there is a limit. Though the limit may vary from OS to OS. Generally good practice is to limit to 8 characters or less for usernames and gro

CPAN Question

2003-02-21 Thread Gerry Doris
I know I should be able to do this but I can't find the correct file...I want to change the order in how files are downloaded from CPAN. Now CPAN is trying LWP then Net::FTP then lynx which don't work with the sites I'm using. Eventually it get around to ncftp which works right off. -- Gerry

Problem with long groups names

2003-02-21 Thread Paul F. Williams
I encountered a problem with long group names on a redhat linux system recently. I saw the same behavior on Redhat 7.2, 8.0. It looks like there is a 16 character limit when using /usr/sbin/groupadd and /usr/sbin/grpchk But no such limit occurs with /usr/sbin/useradd For example, when using usera

Re: file's mod time

2003-02-21 Thread Todd A. Jacobs
On Sat, 22 Feb 2003, Cameron Simpson wrote: > | As such, there can be proof that a file had not been modified since a > | certain date. > > This is not. Remember that implication is not equivalence. Very true. In fact, for something to be repudiated, all you need to do is: 1. Break the

Re: Default of GID=UID

2003-02-21 Thread Cameron Simpson
On 12:25 20 Feb 2003, Myhre, Julie <[EMAIL PROTECTED]> wrote: | I come from an SGI and Sun UNIX background, where the admin needs to do some | good group and file management planning, and creates accounts giving groups of | users a main project group (thus, their primary GID), and perhaps adding t

Re: Is someone trying to get me off the list?

2003-02-21 Thread Anthony E. Greene
Ric Tibbetts wrote: I really believe that this kind of thing belongs int eh camp of the list owner, not a list user. I personally do not appreciate getting teh notification I did the other day because of another member on the list. I honestly think it should be disabled, until the person has the di

Re: file's mod time

2003-02-21 Thread Cameron Simpson
On 07:21 21 Feb 2003, Michael George <[EMAIL PROTECTED]> wrote: | On Fri, Feb 21, 2003 at 01:01:08PM +1100, Cameron Simpson wrote: | > It's only a security hole if you imagine that mtime is immutable, and | > depend on it for something critical. I can't see how it's worse than | > allowing users to

Re: Is someone trying to get me off the list?

2003-02-21 Thread Anthony E. Greene
Tibbetts, Ric wrote: Leave list management to the list owners. This is my final comment on this. Too bad. I was hoping you'd attempt to talk the list managers into actually managing the list. If they did, this whole thread would never have started. Tony -- Anthony E. Greene

Re: Apology to those affected:

2003-02-21 Thread Cameron Simpson
On 10:20 21 Feb 2003, Glenn Goodspeed <[EMAIL PROTECTED]> wrote: | Wow, what a great idea -- send unsolicited e-mail to people who put certain | words in the subject of a message to a list. If they complain or ask | questions, send their mail to /dev/null. Sorry, I just don't agree with | this, e

Re: scripting an ssh session

2003-02-21 Thread Ivan Roseland
Dave Vehrs wrote: Use the Expect scripting langauge. It was designed for scripting interactive processes. Learn more at: http://expect.nist.gov/ Dave V. you could do it with NET::SSH::PERL ( Perl Modules) here is that part that matters. my $ssh = Net::SSH::Perl->new($host, options => [ "u

Re: RPM and dependancies

2003-02-21 Thread Dave Vehrs
Ok, apt-get and apt-for-rpm both work but how about just reading the man pages for what you have. Try this --> up2date install mysql It will determine the dependencies and install anything you need. Dave V. On Thu, 2003-02-13 at 07:40, Eduardo Silva wrote: I think that someone has already

Re: how to see more history of my console screen?

2003-02-21 Thread Dave Vehrs
Pipe the output to less or more. For example: locate gtk | less Dave V. On Wed, 2003-02-12 at 07:37, Jianping Zhu wrote: > I have redhat 7.3, sometimes when i issue a "locate" command , lots of > lines are list on screen, but i can go back to a small history of the > screen. Is there a way to c

Re: scripting an ssh session

2003-02-21 Thread Dave Vehrs
Use the Expect scripting langauge. It was designed for scripting interactive processes. Learn more at: http://expect.nist.gov/ Dave V. On Tue, 2003-02-11 at 17:28, David Simmons wrote: > We have a couple of servers that we want to push out periodic updates > to. We want to automate this as muc

Re: libmysqlclient.so.10

2003-02-21 Thread Dave Young
On Friday 21 February 2003 01:55 pm, Curtis Vaughan wrote: > Mais qu'est-ce que je dois faire? Je ne puis pas parler ou écrire en français mais j'ai pensé que je signalerais de toute façon -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman

Re: libmysqlclient.so.10

2003-02-21 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 21 Feb 2003 13:36:44 -0800, Curtis Vaughan wrote: > > > So, how should I go about it? Install mysql with --nodeps or > > > perl-DBD-MySQL with --nodeps and then the other? > > > > Without --nodeps and both packages _at once_. *That* solves > >

Re: libmysqlclient.so.10

2003-02-21 Thread Curtis Vaughan
Mais qu'est-ce que je dois faire? On Friday, Feb 21, 2003, at 13:40 US/Pacific, Fontenot, Paul wrote: It's been that way since atleast RH4. Merde HAHAHAHAHA, reminds me of home ;) -Original Message- From: Curtis Vaughan [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 2:37 PM To:

RE: eepro100: wait_for_cmd_done timeout!

2003-02-21 Thread Andreas Freyvogel
Thanks, John, that's the file. -Andreas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John Horne Sent: Friday, February 21, 2003 1:43 PM To: [EMAIL PROTECTED] Subject: RE: eepro100: wait_for_cmd_done timeout! On Fri, 2003-02-21 at 21:05, Andreas Freyvoge

please help POP3

2003-02-21 Thread Simpson, Doug
I have a RH7.3 Freeswan gateway setup which is also my firewall (IPTABLES). The people on the LAN network (192.168.1.0) can get to the POP3 server out on the Public internet. But when I connect a client via the IPSEC (they are static 10.2.67.0/8) tunnel then I cannot get POP3 mail. I can send ma

RE: eepro100: wait_for_cmd_done timeout!

2003-02-21 Thread John Horne
On Fri, 2003-02-21 at 21:05, Andreas Freyvogel wrote: > too weird .. I had this problem just last night with my RedHat 6.2 box. I > can't however find the modules.conf file. Is there something else I need to > look at for this older version? > The file was renamed at later versions. Try looking fo

RE: libmysqlclient.so.10

2003-02-21 Thread Fontenot, Paul
It's been that way since atleast RH4. Merde HAHAHAHAHA, reminds me of home ;) -Original Message- From: Curtis Vaughan [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 2:37 PM To: [EMAIL PROTECTED] Subject: Re: libmysqlclient.so.10 Merde! I went ahead and installed perl-DBD-MySQ

Re: libmysqlclient.so.10

2003-02-21 Thread Curtis Vaughan
Merde! I went ahead and installed perl-DBD-MySQL first and then mysql. Is this a problem? Is there a way to correct the problem, provided there is one? On Friday, Feb 21, 2003, at 13:26 US/Pacific, Michael Schwendt wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 21 Feb 2003 13:05:2

RE: RH7.2 lokkit changes don't hold

2003-02-21 Thread Terry Hobart
Title: RH7.2 lokkit changes don't hold From the messages you have given so far I think maybe something else may be in effect. You can check the iptables script lokkit created to make sure things are set the way you expected them to be. I’ll warn you though, I don’t use lokkit because of th

Re: libmysqlclient.so.10

2003-02-21 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 21 Feb 2003 13:05:27 -0800, Curtis Vaughan wrote: > So, how should I go about it? Install mysql with --nodeps or > perl-DBD-MySQL with --nodeps and then the other? Without --nodeps and both packages _at once_. *That* solves circular dependen

Re: Apology to those affected:

2003-02-21 Thread Anthony E. Greene
J. M. Brenner wrote: Think about it: automated mail, sent out based on a keyword match in a public mailing list, with reply address broken. Are you getting to the word "spam" yet? The broken reply address is a problem. I think something like this should be implemented on the server, so that th

RE: Samba and win 2000

2003-02-21 Thread Rigler, S C (Steve)
With my setup, I have my RH box acting as domain controller for my W2K machines. You will need to ditch the cleartext passwords for this to work (you shouldn't need cleartext passwords anyways). If you do it this way, you can have login scripts, roaming profiles, etc. You won't need a password t

RE: eepro100: wait_for_cmd_done timeout!

2003-02-21 Thread Andreas Freyvogel
too weird .. I had this problem just last night with my RedHat 6.2 box. I can't however find the modules.conf file. Is there something else I need to look at for this older version? Thanks, -Andreas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Tibbetts,

Re: libmysqlclient.so.10

2003-02-21 Thread Curtis Vaughan
So, how should I go about it? Install mysql with --nodeps or perl-DBD-MySQL with --nodeps and then the other? On Friday, Feb 21, 2003, at 12:55 US/Pacific, Fontenot, Paul wrote: The --nodeps option -Original Message- From: Curtis Vaughan [mailto:[EMAIL PROTECTED] Sent: Friday, Februar

Samba and win 2000

2003-02-21 Thread Jim Vellenga
Greetings everyone, I have been running my home network using RH8 as the internet gateway/firewall and server for the other win boxes that are connected. Up until recently all the windows boxes I have been using have been windows 98, but due to upgrading of the video editing software on my vid

Re: kde [SOLVED]

2003-02-21 Thread Gene Yoo
Rigler, S C (Steve) wrote: Make sure you are including "rpm -qa | grep kde" in backticks. So, if you do: rpm -e `rpm -qa | grep kde` "rpm -e" will act on the output from "rpm -qa | grep kde" -Steve -Original Message- From: Gene Yoo [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2

RE: libmysqlclient.so.10

2003-02-21 Thread Fontenot, Paul
The --nodeps option -Original Message- From: Curtis Vaughan [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 1:51 PM To: [EMAIL PROTECTED] Subject: Re: libmysqlclient.so.10 That's crazy! That would mean inter-dependency which makes it impossible for me to install! How do I ge

Re: eepro100: wait_for_cmd_done timeout!

2003-02-21 Thread Tibbetts, Ric
Oops, reverse that! From: alias eth0 eepro100 to alias eth0 e100 Ric Ric Tibbetts wrote: I've had this same problem with integrated Intel NICs. There is actually an e100.0 module by default, but Redhat isn't using it. All you need to do is change /etc/modules.conf to read: from:

Re: Is someone trying to get me off the list?

2003-02-21 Thread Tibbetts, Ric
Todd A. Jacobs wrote: On Fri, 21 Feb 2003, Ric Tibbetts wrote: I honestly think it should be disabled, until the person has the direct consent of the list owner to run such a bot. You don't need anyone's permission to run a procmail filter. That would be a bad--and silly--precedent to set. No

Kernel updates

2003-02-21 Thread Kenneth Benson
I can install any version of Redhat and have it work correctly, however whenever I update the kernel using rpm’s or rhn, it will fail to start the kernel. How can I find out the configuration of the install kernel so that I can re-compile the updated kernel sources to work on my pc?   Tha

Re: libmysqlclient.so.10

2003-02-21 Thread Curtis Vaughan
That's crazy! That would mean inter-dependency which makes it impossible for me to install! How do I get around that? On Friday, Feb 21, 2003, at 12:28 US/Pacific, Fontenot, Paul wrote: Mysql-3.23.52-3 -Original Message- From: Curtis Vaughan [mailto:[EMAIL PROTECTED] Sent: Friday, Febr

Re: Is someone trying to get me off the list?

2003-02-21 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 21 Feb 2003 12:04:21 -0800 (PST), Todd A. Jacobs wrote: > > I honestly think it should be disabled, until the person has the direct > > consent of the list owner to run such a bot. > > You don't need anyone's permission to run a procmail filt

Re: libmysqlclient.so.10

2003-02-21 Thread David Busby
http://www.rpmfind.net/linux/rpm2html/search.php?query=libmysqlclient.so.10 - Original Message - From: "Curtis Vaughan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 12:24 Subject: libmysqlclient.so.10 > When trying to install mysql I have to install a dep

RE: libmysqlclient.so.10

2003-02-21 Thread Fontenot, Paul
Mysql-3.23.52-3 -Original Message- From: Curtis Vaughan [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 1:25 PM To: [EMAIL PROTECTED] Subject: libmysqlclient.so.10 When trying to install mysql I have to install a dependency: perl-DBD-MySQL, which in turn requires libmysqlclie

libmysqlclient.so.10

2003-02-21 Thread Curtis Vaughan
When trying to install mysql I have to install a dependency: perl-DBD-MySQL, which in turn requires libmysqlclient.so.10. What package contains libmysqlclient.so.10? Curtis Vaughan North Pacific Corporation WashTech (CWA Local 37083) IWW x353203 -- redhat-list mailing list unsubscribe mailto:[

Re: Red Hat on an old CPU - Which version?

2003-02-21 Thread Rodolfo J. Paiz
On Wed, 2003-02-19 at 05:57, Kevin MacNeil wrote: > On Mon, Feb 17, 2003 at 09:58:40PM -0500, Jonathan M. Slivko wrote: > > Until redhat announced they were going to end-of-life version 6.2 in > march, I would have suggested that. Now I'd suggest redhat 8, provided > you do a minimal installation

Re: Apology to those affected:

2003-02-21 Thread J. M. Brenner
"Anthony E. Greene" <[EMAIL PROTECTED]> wrote: > People who ask how to unsubscribe receive a message that tells them how to > unsubscribe. I can see we differ on the definition of "unsolicited". Come on, if this is what was really happening, no one would be complaining. > Just because the r

Re: Is someone trying to get me off the list?

2003-02-21 Thread Todd A. Jacobs
On Fri, 21 Feb 2003, Ric Tibbetts wrote: > I honestly think it should be disabled, until the person has the direct > consent of the list owner to run such a bot. You don't need anyone's permission to run a procmail filter. That would be a bad--and silly--precedent to set. -- "Of course I'm in

RE: kde

2003-02-21 Thread Rigler, S C (Steve)
Make sure you are including "rpm -qa | grep kde" in backticks. So, if you do: rpm -e `rpm -qa | grep kde` "rpm -e" will act on the output from "rpm -qa | grep kde" -Steve -Original Message- From: Gene Yoo [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 2:01 PM To: [EMAIL PROT

Re: How to load modules automatically in RH 8.0?

2003-02-21 Thread David Busby
Bret,List; You said << EOF > The only difference I can see is when the modules are loaded. if you > out them in rc.local they will not be loaded untill all services have > been, or at least tried to have been, started. modules.conf stuff is at > the beginning of the boot sequence. So if you

Re: kde

2003-02-21 Thread Gene Yoo
Rigler, S C (Steve) wrote: KDE has several other packages that come with it that aren't named "kde*". (ark, arts, kaboodle, kamera, karm, kcalc, etc...) At any rate, one way to remove multiple packages is like this: rpm -e `rpm -qa | grep kde` i got an error message saying the package rpm -qa | gr

kernel rpm UUID and nvidia problem

2003-02-21 Thread Brian J. Smith-Sweeney
Don't know if this has been a problem for past RPM kernels, as I only recently made this change to my config. I was mounting my root filesystem via UUID instead of label or /dev, as follows (from /etc/fstab): UUID=x--xxx / ext3d defaults 1 1 ...which worked fine until I tri

RE: RH7.2 lokkit changes don't hold

2003-02-21 Thread Terry Hobart
Title: RH7.2 lokkit changes don't hold Lokkit reverts to high by default each time it is invoked. The original settings are in effect on the machine it is just that when lokkit runs it does not read them and just displays high. The obvious problem with this is you have to remember what yo

Re: Accesing Microsoft ASP Sites from a browser under Linux (UsingWine or anything else)

2003-02-21 Thread Jonathan Bartlett
It has nothing to do with ASP, it has to do with the HTML the system is generating. It would work just as badly if it were implemented using something else if they generated crappy HTML. If you posted an example page and what it was doing wrong with it, I could possibly help. Simply posting "my

RE: kde

2003-02-21 Thread Rigler, S C (Steve)
KDE has several other packages that come with it that aren't named "kde*". (ark, arts, kaboodle, kamera, karm, kcalc, etc...) At any rate, one way to remove multiple packages is like this: rpm -e `rpm -qa | grep kde` You could also dump all the names of the packages you want to remove into a fil

kde

2003-02-21 Thread Gene Yoo
i have kde and gnome installed on my machine, how do i delete the entire kde wm from my workstation? i went through the package manager but it didn't have the option to delete the kde. do i need to get another package manager? i did try rpm -qa kde* and saw what i didn't want, but i couldn't

RE: Accesing Microsoft ASP Sites from a browser under Linux (Using Wine or anything else)

2003-02-21 Thread Rigler, S C (Steve)
Title: Message Is ASP really the issue?  I have problems viewing most of the information on my company's intranet from Mozilla simply because of all the non-standard html that's being used.  I rarely have any problems with internet sites.   -Steve -Original Message-From: Red Hat

Re: Accesing Microsoft ASP Sites from a browser under Linux (Using Wine or anything else)

2003-02-21 Thread David Busby
Title: Message This is really due to the way the HTML/_javascript_ is used on your webapp, not the ASP. ASP is server side, like PHP. - Original Message - From: Red Hat To: [EMAIL PROTECTED] Sent: Friday, February 21, 2003 11:09 Subject: Accesing Microsoft ASP Sites

Menu Editing

2003-02-21 Thread Gene Yoo
in rh 8, how do i edit the menu in that little red hat icon? i see that i have whole bunch of menu list but i don't need them all and would like to get rid of the ones i don't need. -- <> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Li

Accesing Microsoft ASP Sites from a browser under Linux (Using Wine or anything else)

2003-02-21 Thread Red Hat
Title: Message   Anyone know of a browser that will work with microsoft's ASP crap? We are trying to create a viable Linux desktop that can replace our Windows desktops, for most users. We have all the office applications working under wine, however, Inter Explorer under Wine, Netscape 7.x, G

Re: samba - Win XP

2003-02-21 Thread Ted Gervais
At 12:26 PM 2/21/2003 -0500, you wrote: Tim Rombauts wrote: However, when I try to map the share via Windows XP , I get "The user is not authorized" , although I use the correct name and password ( same as I use with smbclient and that works fine ) . Did you setup encrypted passwords in Samba?

Re: Is someone trying to get me off the list?

2003-02-21 Thread Ric Tibbetts
Just to put my .02 into this. While I applaud the originator of the bot for his good intentions, I am bothered that a "fellow list recipient" has put in such a tool. As was just demonstrated, a single "mistake" by the person, has the ability to impact the entire list. I really believe that this ki

RE: Apology to those affected:

2003-02-21 Thread Gerry Doris
> Wow, what a great idea -- send unsolicited e-mail to people who put > certain words in the subject of a message to a list. If they complain > or ask questions, send their mail to /dev/null. Sorry, I just don't > agree with this, even if it works. Besides, someone invariably writes > to the lis

RH7.2 lokkit changes don't hold

2003-02-21 Thread Douglas, Stuart
Title: RH7.2 lokkit changes don't hold After assigning a new IP to an ftp server, I find that the firewall is reverting to a high setting and won't stay at medium with allowances for ssh and ftp.  Any ideas on why or how to make it stick? Thanks! Stuart

RE: Help! Cannot activate NIC

2003-02-21 Thread Ferguson, Michael
Ifconfig only shows the loopback device. That's all it would show as the NIC is not/cannot be activated -Original Message- From: Gene Yoo [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 12:40 PM To: [EMAIL PROTECTED] Subject: Re: Help! Cannot activate NIC Ferguson, Michael wr

Apache 2.0

2003-02-21 Thread Fontenot, Paul
I have just brought a RH 8.0 webserver online for internal systems monitoring (BigBrother), and I am receiving this error in my logs: Symbolic link not allowed: /var/www/html/bb I'm stumped, it's my first run in with Apache 2.0 and after reading everything I could at apache.org concerning SymLink

Re: Apology to those affected:

2003-02-21 Thread Jeff Kinz
On Fri, Feb 21, 2003 at 10:20:10AM -0600, Glenn Goodspeed wrote: > Wow, what a great idea -- send unsolicited e-mail to people who put certain > words in the subject of a message to a list. If they complain or ask > questions, send their mail to /dev/null. Sorry, I just don't agree with > this, e

Re: Is someone trying to get me off the list?

2003-02-21 Thread Jeff Kinz
On Fri, Feb 21, 2003 at 04:54:25PM +0100, Michael Schwendt wrote: > Ordinary SPAM/UCE looks exactly like that. Please put in your real > name and explain a bit more about the bot. Consider setting the > reply-to header to point to the redhat-list-request address. Thats an excellent suggestion, than

Re: Help! Cannot activate NIC

2003-02-21 Thread Gene Yoo
Ferguson, Michael wrote: G'Day All. I loaded RH8 on an HP Pavillion 6630 without any problems. It is Celeron 500 128MB Ram. I have a PCI NIC a Davicom DM9102(A). I can probe it and get a MAC address. However, when I try to activate the NIC I get an error " Cannot activate network device eth0"

RE: SSH

2003-02-21 Thread Richard Humphrey
Thanks, user was created with /sbin/nologin. Fixed now. Thanks for the fast response. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nick Lindsell Sent: Friday, February 21, 2003 10:47 AM To: [EMAIL PROTECTED] Subject: Re: SSH At 08:37 21/02/2003 -0600,

Re: Help! Cannot activate NIC

2003-02-21 Thread Gene Yoo
Ferguson, Michael wrote: G'Day All. I loaded RH8 on an HP Pavillion 6630 without any problems. It is Celeron 500 128MB Ram. I have a PCI NIC a Davicom DM9102(A). I can probe it and get a MAC address. However, when I try to activate the NIC I get an error " Cannot activate network device eth0"

nfs mount permissions

2003-02-21 Thread Caleb Chaplin
When trying to mount an NFS export from my redhat 8 workstation I receive errors saying that "only root can do that." I'm not sure if it's a permission set on my NFS server or if it's more of a general user-level permission on my workstation. There are 2 exports on the server (which happens to be

RE: Apology to those affected:

2003-02-21 Thread Bret Hughes
On Fri, 2003-02-21 at 10:20, Glenn Goodspeed wrote: > Wow, what a great idea -- send unsolicited e-mail to people who put certain > words in the subject of a message to a list. If they complain or ask > questions, send their mail to /dev/null. Sorry, I just don't agree with > this, even if it wor

Re: samba - Win XP

2003-02-21 Thread Anthony E. Greene
Tim Rombauts wrote: However, when I try to map the share via Windows XP , I get "The user is not authorized" , although I use the correct name and password ( same as I use with smbclient and that works fine ) . Did you setup encrypted passwords in Samba? -- Anthony E. Greene

  1   2   >