Re: RPM Installed SpamAssassin

2003-10-12 Thread Al Sparks
I have a different take on installs.  If I'm setting up a mail 
server, I install sendmail (or qmail) from the original distro, 
eschewing RPM's.  Same with apache.  If I'm setting up a web server, 
I go ahead and install apache from the distro (as well as 
openssl/mod_ssl).

I tend to use RPM's for the more ubiquitous parts of RedHat, such as 
the libraries, and the base utilities.

I used to install much more from distro's, (such as sudo or ntp) but 
I'm not seeing a benefit from it, and it's more productive of my 
time to just let RedHat handle it.

What that does for me is understand the software better for which 
the server's primary function is.  I recommend that you do installls 
of sendmail, and SpamAssassin as per the distro.  The SpamAssassin 
distro uses perl's CPAN engine for isntalling, and that's worth 
learning, as it keeps track of its own sets of dependencies.

I'm learning SpamAssassin myself, so I wish I could be more help, 
but I did go to http://SpamAssassin.org, download the README and 
INSTALL files, and read them over.  Since those are dry docs, I 
printed them out, and went to my favorite coffee shop to read them.  
One thing I missed but should have printed out was their USAGE doc.  
I'll add that if you are installing into a sendmail environment, 
using and knowing procmail as well is a big help.

As to your question on squirrel mail, I'm about to install that on a 
web server (in a production environment, I recommend you separate 
out your web server and mail server).  If you have apache, along 
with php installed, then all you do is copy squirrelmail somewher 
into the php directory structure.  This is my first run at 
installing squirrelmail (I prefer IMP, but I was outvoted at work).  
There's no install/make script to run in that case.

Hope this wasn't too wordy.
   === Al


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


configure: error: Your OpenSSL headers do not match your library

2003-07-11 Thread Al Sparks
I'm running RH 7.2.

I'm trying to manually (via tarballs) install openssh-3.6p1.  I've
already installed openssl-0.9.6j.  When I configure openssh with

./configure \
 --prefix=/usr/local \
 --sysconfdir=/etc \
 --with-ipv4-default \
 --with-ssl-dir=/usr/local/ssl \
 --with-pid-dir=/var/run \
 --with-pam \
 --with-tcp-wrappers \
 --with-privsep-path=/var/empty \
 --with-privsep-user=sshd

it takes awhile and finally spits out
  checking OpenSSL header version... 9060af (OpenSSL 0.9.6j 10 Apr 2003)
  checking OpenSSL library version... 90602f (OpenSSL 0.9.6b [engine] 9 Jul 2001)
  checking whether OpenSSL's headers match the library... no
  configure: error: Your OpenSSL headers do not match your library

I've tried updating the glib*rpm files, but that didn't do anygood.

Suggestions?  (Note:  I've googled this topic, and there's references
to it, but I don't understand what the replies are trying to tell me;
none were RH specific).

=== Al


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Sending MIME attachments non-interactively

2003-04-04 Thread Al Sparks
I'm trying to set up a script that will email people, and include MIME
attachments.  I checked the standard "mail" program that comes with
Redhat 7.2, and couldn't find anything in the man page that indicates
you can do that.

Any mail clients that will do that non-interactivley?  Other alternatives?
   === Al



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: OT - Anyone know a good Cisco mailing list?

2003-04-01 Thread Al Sparks
Crisco is a lot different than Cisco.  Also, cisco.com's home page didn't have
anything obvious when it came to mailing lists.
=== Al

--- Stephen Kuhn <[EMAIL PROTECTED]> wrote:
> On Wed, 2003-04-02 at 12:45, Paul Greene wrote:
> > Sorry for the off topic post, but this is a quickie 
> > Can anyone recommend a good mailing list for Cisco products?
> > Thanks
> > PG
> 
> Try here:
> http://www.crisco.com/index.shtml
> 
> -- 
> Wed Apr  2 13:15:00 EST 2003
>  13:15:00 up 12 days,  1:02,  4 users,  load average: 0.11, 0.10, 0.09
> --
> |____  | kuhn media australia|
> |   / ,, /| |'-.   | http://kma.0catch.com   |
> |  .\__/ || |   |  |=|
> |   _ /  `._ \|_|_.-'  | stephen kuhn|
> |  | /  \__.`=._) (_   |  email: [EMAIL PROTECTED] |
> |  |/ ._/  |"| |  email: [EMAIL PROTECTED]|
> |  |'.  `\ | | |icq: 5483808 |
> |  ;"""/ / | | | |
> |  smk  ) /_/| |.---.| | mobile: 0410-728-389|
> |  '  `-`' " " | Berkeley, New South Wales, AU   |
> --
>  linux user:267497 * MDK 9.1 * PC/Mac/Linux/Networking/Consulting
>  machine no:194239 * RH 7.3 * Sales - Service - Support - Tutor
> --
> ** This messages was composed on a 100% Microsoft free computer **
> 
> "All the other prophets came back with commandments!"
> "Where they get them?"
> "I ... suppose they made them up."
> "You get them from the same place."
> (Small Gods)
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: Help with DNS & Sendmail

2003-03-29 Thread Al Sparks
Both subjects are covered in depth by books put out by O'Reilly.
   http://www.oreilly.com

It's dry reading, but you can also download the sendmail source and
start reading the docs in there.  Sendmail's web site also has those
docs.

Same with BIND (assuming you're looking at BIND to provide DNS
services; you don't have to use BIND for DNS anymore than you have to
use sendmail as an mail transfer agent (MTA).

So, try the websites, 
   http://www.sendmail.org
for sendmail, and
   http://www.isc.org
for BIND.

I also recommend doing a google, "alternatives to sendmail" and
"alternatives to BIND".
   === Al

--- "Thomas E. Dukes" <[EMAIL PROTECTED]> wrote:
> H E L P !
> 
> I'm trying to setup my RH 8.0 system at home so that I can move my
> hosted website here.  I have been reading HOW-TO's but they are old.
> 
> I'm trying to use webmin to do this but it lacks 'help' features.
> 
> Can someone point me to some good docs on these subjects?
> 
> TIA
> 
> Palmetto Shopper 
> http://www.palmettoshopper.com
> Serving all of South Carolina and beyond!
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


Another Question on Collecting data frm Serial Port

2003-03-26 Thread Al Sparks
I have a laptop running RH 7.2, and I'm incoming collecting data off
of the /dev/ttyS0 serial port (or Window's COM1 equivalent).

Presently I'm using minicom along with a capture file to collect the
data.

However, I'd like to do things like change to a new log file every 24
hours, and I'd like to do it automagically.

Using a mechanism like 
$ cat /dev/ttyS0 >> some_file
makes it easier to rotate logs.

When I've tried it in the past, though, I've gotten garbage.  When I
turned to minicom, I was able to adjust the baud rage, stop bits, and
parity to make things work.

So the question is, how do I make those adjustments so that the cat
method, shown above, will work?  From what I've read, the
$ stty -F /dev/ttyS0
might be the ticket, but all I know how to adjust is the speed, and
I'm not sure that I'm on the right track anyway.

Alternatively, if someone has any suggestions regarding any ability
minicom might have in the area of automation, that might be helpful.
   === Al



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: Using serial port

2003-03-24 Thread Al Sparks
I'd just like to say, as someone who was just "lurking", that this
advice about minicom was great.  I had been trying to redirect input
from ttyS0 to a file using
   $ cat /dev/ttyS0 >> somefile
and all I was getting was garbage.  I was in the process of trying to
figure out stty settings, when I saw the post of Michael Mansour
and Joe Polk suggesting minicom.

I had posted my own question on this subject before in February, and
Gene Yoo also suggested minicom, but I had forgotten about that,
focusing on the "cat" solution Cameron Simpson had suggested.  It
looks like Gene has since switched to gtkterm (or maybe he uses both).

Minicom is great.  If you've ever used Procomm (the old DOS version,
not Procomm Plus for Windows), then using minicom will be a snap.  The
interface is similar.

Anyway, thanks.
   === Al


--- Michael Mansour <[EMAIL PROTECTED]> wrote:
> You can also use minicom to do that.
> 
> Michael.
> 
> --- Gene Yoo <[EMAIL PROTECTED]> wrote:
> > Francisco Garcia wrote:
> > > Hi, I need to use my serial port (COM1) to attach
> > my laptop to a Cisco
> > > router's console port. I am using RH 8 and I want
> > to know how to
> > > configure the port and what application I must use
> > to open a console
> > > session in my Cisco router.
> > > 
> > > Thanks,
> > > 
> > > Francisco Garcia
> > > Network Engineer
> > > Marcatel International
> > > +52 55 55674081
> > > Mexico City
> > > 
> > 
> > francisco, i use a program called gtkterm, nice
> > replacement 
> > for hyperterm.
> > -- 
> > <>
> > 
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > 
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.2.0 (GNU/Linux)
> > 
> >
> iQCUAwUBPhxERRxoVYCzmrKXAQJK5gP3Y7CTsFyKpEz2p5W4GWI9+qSm+kWfdJ0R
> >
> xNlma0Ma9rAL/OBJcZMo5IXyXas+3Edogbv4Al6dIf8lot1WS0Iaxxl/cg2f7gf+
> >
> otf7LfNpZDE/6OzR7A1qN6baPMLSjGzywwQWMfSVuWWb6kGQxMsA13Kn68G7Ozxs
> > 5CODZqUPyg==
> > =AolA
> > -END PGP SIGNATURE-
> > 
> > 
> > 
> > -- 
> > redhat-list mailing list
> > unsubscribe
> >
> mailto:[EMAIL PROTECTED]
> >
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> __
> Do you Yahoo!?
> Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
> http://platinum.yahoo.com
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


Installing Sendmail frm tarball; makemap problems

2003-03-13 Thread Al Sparks
I'm running RH 7.2.  Presently I'm running sendmail-8.12.6, which I'm
trying to upgrade.

The problem is that when I install sendmail-8.12.8, I'm having trouble
with makemap.

An install of makemap from the older sendmail-8.12.6 source has
   $ makemap -l
   hash
   btree
which means that makemap supports those maptypes.

When I install the newer (the latest) sendmail-8.12.8, and include
makemap, -hash doesn't work, and in fact when I list out the supported
maptypes, makemap sans sendmail-8.12.8 lists nothing.

I've been told that I need Berkely DB for this to run.  As far as I
can tell, I indeed have that.  In fact, makemap should not run maptype
"hash" w/o Berkely DB regardless of the version.

Has anyone had any problems with the latest sendmail install?  I'm
installing straight from the tarball provided by sendmail, not from
the RH rpm.
  === Al



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: Sendmail 8.11.6 Configuration

2003-03-13 Thread Al Sparks
Don't have enough information.  The SMTP output below seems to be indicating
a non-localhost.  Wouldn't you want to add miswebdesign.com to the access
file?  Also, do you have an /etc/mail/access.db file?  If not you should
use the makemap command to create one.
#  sudo makemap hash /etc/mail/access.db < /etc/mail/access
is the most common example.

If your machine is acting as mailserver for more than one virtual domain,
you might want to add 
 miswebdesign.com
to that file.  That's all I can think of.

One other thing, another poster mentioned /etc/hosts.  Sendmail ignores
/etc/hosts.  Only uses DNS.
   === Al

--- Nigel Peck - MIS Web Design <[EMAIL PROTECTED]> wrote:
> Can someone tell me why sendmail won't relay from localhost?
> 
> access file:
> 
> # Check the /usr/share/doc/sendmail/README.cf file for a description
> # of the format of this file. (search for access_db in that file)
> # The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc
> # package.
> #
> # by default we allow relaying from localhost...
> localhost.localdomain   RELAY
> localhost   RELAY
> 127.0.0.1   RELAY
> 
> # by default we allow relaying from localhost...
> 
> It doesn't:
> 
> [EMAIL PROTECTED] mail]# telnet localhost 25
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> 220 kili.example.com ESMTP Sendmail 8.11.6/8.11.6; Thu, 13 Mar 2003 21:31:44
> GMT
> helo localhost
> 250 kili.example.com Hello localhost [127.0.0.1], pleased to meet you
> mail from: [EMAIL PROTECTED]
> 250 2.1.0 [EMAIL PROTECTED] Sender ok
> rcpt to: [EMAIL PROTECTED]
> 550 5.7.1 [EMAIL PROTECTED] Relaying denied
> 
> Any ideas?
> 
> Thanks
> Nigel
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: getting less to show the man page name

2003-03-10 Thread Al Sparks
I'm not near a RH box at the moment, so I can't look at it myself.  But what
I'd try is hitting "h" at the prompt, and see what configuration files less uses
(could it be called $HOME/.lessrc?).  If you find something like that, try copying
it from your debian to your RH box.
   === Al


--- Michael Wardle <[EMAIL PROTECTED]> wrote:
> Hi
> 
> I recently installed Debian on a test box, and one of the neat things I 
> noticed was that when viewing a manual page with less, less's prompt looked 
> something like:
> "Manual page tar(1) Line 1/20"
> 
> While on Red Hat, you're lucky if you get something like:
> "Line 1/20"
> 
> Does anybody know how this is achieved?
> 
> Once I know how this is done, I plan on filing an RFE for Red Hat Linux, 
> as I think this is really useful.  If nobody here knows, I'll have a look 
> myself when I find some time.
> 
> Thanks
> 
> -- 
> Michael Wardle
> Adacel Technologies
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


gpg: BAD signature from "Sendmail Signing Key/2003 "

2003-03-03 Thread Al Sparks
This is driving me nuts.  But I am a newbie to gpg.

I'm running RH 7.2.  The gpg is from the standard rpm off of the CD.
Here's the output from "gpg --version":
gpg (GnuPG) 1.0.6
Copyright (C) 2001 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.

Home: ~/.gnupg
Supported algorithms:
Cipher: 3DES, CAST5, BLOWFISH, RIJNDAEL, RIJNDAEL192, RIJNDAEL256, TWOFISH
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA, ELG
Hash: MD5, SHA1, RIPEMD160


I went on the sendmail site, and downloaded the files:
sendmail.8.12.8.tar
sendmail.8.12.8.tar.gz.sig

I also downloaded sendmail.org's PGPKEYS.txt file.

I imported the keys in that file with
   $ gpg --import PGPKEYS.txt
and it seemed to work fine.  Here's the output:
gpg: key 16F4CCE9: public key imported
gpg: key 396F0789: public key imported
gpg: key 678C0A03: public key imported
gpg: key CC374F2D: public key imported
gpg: key E35C5635: public key imported
gpg: key A39BA655: public key imported
gpg: key D432E19D: public key imported
gpg: key 12D3461D: public key imported
gpg: key BF7BA421: public key imported
gpg: key A00E1563: non exportable signature (class 10) - skipped
gpg: key A00E1563: public key imported
gpg: key 22327A01: public key imported
gpg: Total number processed: 11
gpg:   imported: 11  (RSA: 11)

According to the instructions in sendmail.org, I'm supposed to 
$ gunzip -c sendmail.8.12.8.tar.gz | gpg --verify sendmail.8.12.8.tar.gz.sig -
and the output is:
gunzip: sendmail.8.12.8.tar.gz: No such file or directory
gpg: Signature made Tue 11 Feb 2003 10:25:07 AM AKST using RSA key ID 396F0789
gpg: BAD signature from "Sendmail Signing Key/2003 <[EMAIL PROTECTED]>"


Now I notice that the latest version of gpg is 1.2.1, but I figure
if this was a big deal, RedHat would have put out an update (I checked both their 
site and rpmfind and they haven't).

I notice that it's the *.sig file that's generating this error, because if I change
the input I get the same error.

As I said before, I'm a newbie to gpg.  So there might be something obvious 
I'm missing.
  === Al



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: Capturing Data from Com Port

2003-02-25 Thread Al Sparks
Thanks.  I appreciate it.
  === Al


--- David Busby <[EMAIL PROTECTED]> wrote:
> You can also use perl
> 
> open(H_COM, " open(H_OUT, "somewhere out");
> while ()
> {
>   print H_OUT;
> }
> 
> 
> - Original Message -
> From: "Cameron Simpson" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 25, 2003 21:06
> Subject: Re: Capturing Data from Com Port
> 
> 
> > On 20:23 25 Feb 2003, Al Sparks <[EMAIL PROTECTED]> wrote:
> > | What programs are out there which will capture data from a PC's com
> > | port, and allow me to redirect it to somewhere else?
> >
> > "cat" ?
> >
> > cat /dev/ttyS0 >>logfile
> >
> > Other less trivial examples no doubt abound.
> > --
> > Cameron Simpson, DoD#743[EMAIL PROTECTED]
> http://www.zip.com.au/~cs/
> >
> > Isaac Asimov once remarked that friends had chided him for not patenting
> the
> > electronic pocket calculator, since he wrote of similar devices back in
> the
> > 1940's.  His reply, "Have you ever noticed I only described what it looked
> > like on the *outside*?" - [EMAIL PROTECTED]
> >
> >
> >
> > --
> > redhat-list mailing list
> > unsubscribe mailto:[EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


Capturing Data from Com Port

2003-02-25 Thread Al Sparks
What programs are out there which will capture data from a PC's com
port, and allow me to redirect it to somewhere else?
=== Al



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


Advanced Server Network Config

2002-12-11 Thread Al Sparks
I'm using RH Advanced Server 2.1.  I'm having problems changing the
network.

First, I'm running it on a Dell 2550, and it has 2 network cards.  One
of the cards is a Gig-E, and of course I'm having to download a driver
for it, so at the moment, I don't want eth0 to be active.

So I have, what I think is eth1 plugged in.  So that was what I
configured when I installed the OS.  I may or may not have
specifically said that I didn't want DHCP to configure eth0.

Anyway, I'm used to fooling around (a-la RH 7.2) in
   /etc/sysconfig/network-scripts/ifcfg-eth0
and
   /etc/sysconfig/network-scripts/ifcfg-eth1
and editing the variables.

Then at the console, of course, I stop and start networking (the
script is located in /etc/rc.d/init.d in RH7.2, and /etc/init.d in
Advanced Server).

It's not working.  Any changes I make to those network files seems to
affect anything.  Where, in Advanced Server, are the base network
configuration files?

One other thing, Advanced Server does have a GUI for changing system
parameters.  When I attempted to change the network using that, I got
some sort of system error.
   === Al


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Sendmail Question- want username@yourdomain.com as login?

2002-09-08 Thread Al Sparks

So what's your point?

Ok, the above was flame bait.  This is a list, and one of the disadvantages
of a list, if it's indeed a disadvantage, is that the conversations
can get out of the control of the person who started a thread.  That's
similar to face to face conversations with more than 2 people.  The person
who asked the question can probably get the conversation back on track all 
on his own w/o your help.

Anyway, my answer to his question, which I tried to say as nicely as possible,
is that you probably can't get an internet MTA to do what he wants w/o going
into the source.  Further, I can think of no good reason to try what he's
doing given the work that would be involved.

But hey, there are lists that specialize in particular MTA's.  Sendmail has
one, and so does qmail.  Though I'll warn you about the qmail list.  The
people who dominate that list (who answer the questions) like to sneer a lot
at people they consider fools.  But of course there's the saying that
sticks and stones
   === Al


--- Kevin Myers <[EMAIL PROTECTED]> wrote:
> On Sat, 7 Sep 2002 06:47:49 -0700 (PDT), Al wrote:
> 
> >Well, qmail and sendmail, as do most mail transport agents (MTA) have
> >one thing in common.  They actually don't do password authentication.
> >They just deliver mail.
> [snip]
> 
> 
> I'll just point out that Matthew Scarrow <[EMAIL PROTECTED]> was the
> original poster, and it's him that you should be addressing your comments
> to.
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Creating a tgz, what's the problem? TGZ better than ZIP?

2002-09-07 Thread Al Sparks

The extensions *.tar.gz is the same as *.tgz.  Someone just decided to
abbreviate the extensions into one.  It caught on.  You're also right
that you can name it whatever you want.

One other extension you'll see in net land is *.Z extinson or also
*.tar.Z.  A file that has the *.Z extionsion has most likely been acted
on by the "compress" program, which is on most unix systems (as opposed
to RH, which doesn't provide it on the default install).

"Gzip" will uncompress a file that's been "compress"'d.  The reason that
"gzip" become more popular, according to the "gzip" home page, is because
"compress" uses patented algorithms, and it's more efficient.

See http://www.gzip.org for more.
   === Al

--- David Chao <[EMAIL PROTECTED]> wrote:
> Hi everyone,
> 
> Although I did not start this thread, I do have some unresolved queries
> regarding the .tgz or .tar.gz file extensions.
> 
> What is the difference between them? I think they are the same, right?
> 
> Who came out with them anyway? Neither tar nor gzip insist on naming them
> with these extensions. You could name the compressed archive with any
> extension you want.
> 
> Sounds quite nonsensical but I still look forward to an answer.
> 
> Thanks,
> David
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Sendmail Question- want username@yourdomain.com as login?

2002-09-07 Thread Al Sparks

Well, qmail and sendmail, as do most mail transport agents (MTA) have
one thing in common.  They actually don't do password authentication.
They just deliver mail.

Now, unlike sendmail, qmail does come with a POP3 package installed, and
that's presumably because qmail's default install settings use Maildir
format instead of mbox format.  (To summarize: mbox format is where each 
user's mailbox consists of 1 file with more than one message usually located
in /var/spool/mail, whreas Maildir format uses separate files for each mail 
message, usually located in $HOME/Maildir).

So, if you're going to investigate qmail for this functionality I'd look at
qmail-pop3 (and if you plan on using that, make sure you use Maildir format)
and also investigate Boorstein's checkpassword program (Boorstein created
and maintain's qmail).  Perhaps that uses the [EMAIL PROTECTED] format.

I can't help you much with that, because I provide IMAP to access the qmail
accounts I administer, specifically courier IMAP.

Regarding virtual accounts, I googled qmail's docs real quick, and didn't 
find anything.  Perhaps you're referring to virtual DOMAINS.  All a virtual
domain does is tell the MTA to accept email addressed to
   "[EMAIL PROTECTED]"
whereas without that spec, the MTA will either bounce the message or attempt to 
relay it.

Another feature qmail has (and you can also configure sendmail to do the same
thing) is the abiity to set up more than one mailbox for one account.

The way it works is, given an account, "userid", you can configure that acount
to deliver email to another mailbox if you email to "[EMAIL PROTECTED]".
=== Al


--- Kevin Myers <[EMAIL PROTECTED]> wrote:
> On Fri, 6 Sep 2002 23:30:03 -0700 (PDT), Al wrote:
> 
> >Wow!  I can't help but feel you're on the wrong track.  Perhaps you've
> >seen a email client that used the [EMAIL PROTECTED] syntax but
> >actually logged onto the pop server using "username", and used
> >"@yourdomain.com" part to figure out the hostname instead of making the
> >user fill out a separate field with the hostname.
> >
> >To be honest, I don't know why you would want to use this, but perhaps you
> >should post to the comp.mail.sendmail usenet group.  Maybe someone there
> >would have some ideas.
> 
> I think qmail does this in connection with virtual accounts. Maybe that's
> where we're going here?
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Does RH7.3 Apache httpd comes with DSO support ?

2002-09-06 Thread Al Sparks

I didn't know, because I always download the source and compile my own.
However, if you want to find out what modules are compiled into any
apache server, including dso, run the command,
  $ httpd -l

 === Al

--- Brian Ashe <[EMAIL PROTECTED]> wrote:
> Arthur Chan,
> 
> On Friday September 06, 2002 04:53, Arthur Chan wrote:
> > Hi all !
> > I am being pre-emptive here.
> > I am using RH7.1 and have to make Apache-1.3.19-5 httpd talk with Tomcat
> > 4.0.4 , to this end, I will be using mod_jk! Does anyone know wether there
> > are any problems with this version configuration ??? How do I find out
> > whether my Apache is DSO-enabled ?
> > THX
> 
> Yes. 
> 
> Red Hat has been doing DSO by default for as long as I can remember. 
> 
> -- 
> Brian Ashe CTO
> Dee-Web Software Services, LLC.  [EMAIL PROTECTED]
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Sendmail Question- want username@yourdomain.com as login?

2002-09-06 Thread Al Sparks

So to summarize, 

* you have created accounts on RH that have "@" userid's
in the userid.

* Email isn't reaching those accounts, because sendmail is attempting
to deliver to 
   username
on the loal machine, instead of
   [EMAIL PROTECTED]
which is literally the name of that account.

Wow!  I can't help but feel you're on the wrong track.  Perhaps you've
seen a email client that used the [EMAIL PROTECTED] syntax but
actually logged onto the pop server using "username", and used
"@yourdomain.com" part to figure out the hostname instead of making the
user fill out a separate field with the hostname.

To be honest, I don't know why you would want to use this, but perhaps you
should post to the comp.mail.sendmail usenet group.  Maybe someone there
would have some ideas.
 === Al

--- Matthew Scarrow <[EMAIL PROTECTED]> wrote:
> I know it's possible to have a email system where the user logs in with
> there email address. I don't know how this is done though. I've been
> trying to configure sendmail to do this but with no luck. I create a
> user that has a name like [EMAIL PROTECTED] .The user is able to
> login to the pop3 server using the [EMAIL PROTECTED] as a username
> but the email system doesn't match up the user's because sendmail strips
> the domain name when looking for a user. I've tried creating an alias
> but that doesn't work. Am I missing an inbetween program here. Anyone
> got any idea's. Thanks. 
> 
> Matthew Scarrow
> ComIT Solutions Inc.
> [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Don't even know where to turn

2002-09-02 Thread Al Sparks

Did you back your system up before upgrading?  If so, you can at least reload
it before you upgraded it.
  === Al

--- Leon Goldman <[EMAIL PROTECTED]> wrote:
> I am using RH 7.3. When I upgraded to it from RH 7.2 the VariCAD program 
> I was using crashed. It uses OpenGL. I contacted VariCAD and after doing 
> strace, they informed me the problem is not in VariCAD, but is a problem 
> with OpenGL or RedHat. I do not know where to go next for help. There is 
> no support address for OpenGL. I am told VariCAD works in 7.3 and it is 
> working for others. I would appreciate any help anyone can give me in 
> where to turn next. I have tried other CAD programs, but none of them is 
> as functional or as easy for me as VariCAD. I am reluctant to reload 7.3 
> not as an upgrade but as a new workstation since I will lose so much 
> additional material that I have added. Any ideas?? Thanks to all.
> Leon
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: how to automatically put files on all /home/user directories

2002-09-02 Thread Al Sparks

If you like the style of bash scripting, you should also check out perl,
which is very (ba|k|c)sh like, and more.

It also works across platforms including the Windows environment.  It'll
also help you with your boss's demands.
   === Al


--- smoke <[EMAIL PROTECTED]> wrote:
> hi!
> 
> im a newbie linux user struggling to keep up with my
> bosses orders!lol! this list has been a great help!
> thanks so much for your responses regarding the home
> folders...
> 
> ps
> i was quite overwhelmed by the line with "for in ( ls
> %usr) lol! wow! 
> 
> this one impressed me too!
> > > Actually, you could "touch /home/*/filename".
> 
> 
> cool!
> 
> 
> 
> __
> Do You Yahoo!?
> Yahoo! Finance - Get real-time stock quotes
> http://finance.yahoo.com
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Newbie - How do I move my Radhat to another network?

2002-09-02 Thread Al Sparks

Also, an easy way to make sure your changes take affect as they should,
w/o rebooting, is to
# service network restart
or if that doesn't work
# service network stop
# service network start

Of course you should be at the console when you do this!

In any case, if the network movement is occuring in the same machine
room w/o physical movement of the machine, just the network connection,
then simply stopping the network and restarting it is the way to go.

I've found however, that if a hostname change is a part of all this then
rebooting is the way to go.  That seems to be the only way to get the
scripts to "touch all the bases."
   === Al



--- Mike Burger <[EMAIL PROTECTED]> wrote:
> On Mon, 2 Sep 2002, Emmanuel Seyman wrote:
> 
> > On Mon, Sep 02, 2002 at 01:46:15PM +0200, Søren Neigaard wrote:
> > >
> > > I'm running Redhat 7.2 without X-windows, and now I want to move it to
> > > another network with another IP (static), netmask and so on.
> > 
> > The file you want to edit is /etc/sysconfig/network-scripts/ifcfg-eth0
> > (if the IP address is the first ethernet interface).
> 
> Crud...I forgot the "network-scripts" part...blah.
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Can't get .bashrc to work

2002-08-26 Thread Al Sparks

--- "Gary A. Garibaldi" <[EMAIL PROTECTED]> wrote:
> Change  alias x='xemacs' to
>   alias x="xemacs"
> this should fix your .bashrc problem with alias use " "

In this particular case,

   alias x=xemacs
or
   alias x='xemacs'
or
   alias x=xemacs

will do the same thing.  Do it doesn't matter.
   === Al


__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: ldconfig in path?

2002-08-19 Thread Al Sparks

Well,
  $ su
alone simply switches your uid and gid to root, w/o going through
the full login process.  As a result, it doesn't run root's
   .bash_profile
file, and if you do a
  # set
  [lots of output]
you'll also see lots of variables that remain the userid you su'd from,
such as your $USER variable, and your $MAILDIR variable.

  $ su -
gives you a more robust user switch.  That doesn't mean you should use
it all the time.  It may be more convenient to keep your userid variables.
=== Al

--- Desmond Lee <[EMAIL PROTECTED]> wrote:
> Hi Matt
> 
> Thanks for the reply. I just did what you said and did an su - instead of su 
> root and then did './install.sh' and things worked :)
> 
> What is the diff between su - and su root?
> 
> Anyways, it worked so i'm happy.
> 
> Thanks a lot guys
> 
> Desmond
> 
> >From: "Matt" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: <[EMAIL PROTECTED]>
> >CC: <[EMAIL PROTECTED]>
> >Subject: RE: ldconfig in path?
> >Date: Mon, 19 Aug 2002 16:40:03 -0400 (EDT)
> >
> >Desmon:
> >
> >type "whereis ldconfig"  That will show you where it is.  I think you will
> >find it in /usr/sbin  Then just export it to your path variable.
> >Also, to avoid this problem in the future you should be using "su -"  and
> >not "su"
> >
> >
> > >Hi there
> > >I'm trying to install Sophos Antivirus software for redhat. I'm running
> > >>into>a problem when i try and execute ./install.sh. It gives me the 
> >following
> > >message:
> > >
> > >Error:   Could not find 'ldconfig' in path.
> > >Does this mean i have to go into the /etc/profile and add something to my
> > >path? I cannot find where ldconfig is  or even what that is as a matter 
> >of
> > >fact.
> > >
> > >Does anyone have any ideas or has done this before?>
> > >
> > >Thanks
> >
> >
> >
> >
> >--
> >redhat-list mailing list
> >unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> >https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> 
> _
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Time Problem

2002-08-18 Thread Al Sparks

While running ntp is a good thing, another thing to look at are your
hardware clock settings.  What I do when setting up a new machine is go
into 
/etc/sysconfig/clock
and set UTC=TRUE.

I then run
/sbin/hwclock --systohc -utc
as root.

You probably want UTC to be false if you've got a dual boot system with
one of the MS OS's.  If not, however, since linux likes to think in GMT
(or UTC) I think it's best to change it.

Of course, the hwclock command isn't guaranteed to work with all
hardware, but if it does work with yours, it should solve the problem.

Ntp is for miniscule clock drifts.
   === Al 



--- Joe Giles <[EMAIL PROTECTED]> wrote:
> For some strange reason, when ever I reboot my server, then time never syncs to the 
>BIOS time.
> The OS time always resets the BIOS time and it ALWAYS resets it to 2:00 am... Not 
>sure why that
> time, but it does. Anyone know why?
> 
> Im running RED HAT 7.3 with all the current updates from UP2DATE including the 
>Kernel.
> 
> Thanks
> 
> Joe Giles
> [EMAIL PROTECTED]
> AOL ID: mcigiles
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



rpm database and dependecies question

2002-08-17 Thread Al Sparks

I'm trying to install python on my RH 7.2 machine.  I mount the CD, and cd over to the 
RPMS
directory, and 

$ sudo rpm -i python-1.5.2-35.i386.rpm 
error: failed dependencies:
libz.so.1   is needed by python-1.5.2-35

I then
$ sudo find /usr -name 'libz.so*'
and I find the shared object.

Now I know that this is because I've probably installed some software w/o rpm that 
installed the
libz shared object.

My questions are:
1.  What's an easy way to find what RH rpm (preferably located on the RH 7.2 disk 
set)?  I already
tried http://www.rpmfind.net.  I also searched Red Hat's site.

2.  I already know that I can force rpm to install python, even with that error.  But 
can I, in
some way manually update the RPM database? 
  === Al


__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ssh server installation problem.

2002-08-14 Thread Al Sparks

One other thing (besides FW settings).  If you installed ssh
   ./configure --with-pam
then make sure you have an entry in your 
/etc/pam.d
directory.  That has nailed me more times than I can count.  If that's
the problem, the debug process I specified in my last message should
bring that out.
   === Al

__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ssh server installation problem.

2002-08-14 Thread Al Sparks

First, you said you
   /sbin/service sshd -start

Probably a typo, but you're not supposed to have "-" in front.

Assuming that was done correctly, try
   $ ps -aux | egrep sshd
and make sure there's a sshd process running.
Also try
   $ netstat -a
and make sure there's something "LISTEN"ing on the "*:ssh" port.

If all that is true, kill sshd.  Then, probably as root, run
   # sshd -d
and on the client end run
   $ ssh -v bp6.stat.rice.edu
and see what the output is on both machines.  If the daemon on
bp6.stat.rice.edu is getting "hit", then you'll see output from
the debug sshd.  On the client side, you'll also see debug output.

That may (but not always) give you some clues.

One other thing to check before doing all that is /var/log/messages to
see if the daemon you were running was giving any errors.
   === Al

--- Bo Peng <[EMAIL PROTECTED]> wrote:
> I installed Redhat linux 7.3 without openssh-server. I then downloaded
> and installed openssh-server-3.1p1-6. However, when I started sshd via
> /sbin/services sshd -start, I could not connect to my machine from any
> other machine. I always get 
> "FATAL: Connecting to bp6.stat.rice.edu failed: Connection Refused"
> 
> I believe that my ssh-server is installed and running since I can ssh
> localhost. My ssh client is working OK since I can connect to other
> machines. I checked /etc/ssh/sshd_config (I was told that I need to
> change nothing.) and found nothing wrong. I also checked
> /etc/hosts.allow and ...
> 
> Where else might I do wrong? 
> 
> Thanks.
> Bo
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Setting RPM_OPT_FLAGS

2002-08-14 Thread Al Sparks

You're not telling us the context of this question.  Are you trying to
compile RPM?

If you are, and RPM_OPT_FLAGS is a shell variable, you can try
   $ export  RPM_OPT_FLAGS="-O2 -mcpu=i386 -march=i686" 
and then run whatever command that uses that variable (./configure ?).

You can also place the variable before the command.  Again using the ./configure 
command as an
example, 
   $ RPM_OPT_FLAGS="-O2 -mcpu=i386 -march=i686" ./configure

Again I'm not all that familiar with rpm, other than to install, erase,
update and query packages, so I don't know if this helps you or not.
   === Al




--- mike <[EMAIL PROTECTED]> wrote:
> can anyone tell me how to set RPM_OPT_FLAGS for my system
> 
> I can find nothing that says -O2 -mcpu=i386 -march=i686 which is what my
> system is running
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: how to make 'nobody' user available?

2002-08-13 Thread Al Sparks

It occurs to me that I didn't give the best command(s) for seeing if your
apache server is running as "nobody".  Searching for apache will usually
work, but not always, given that "apache" may not be in the path.

So instead you should use
   ps -auxw | egrep httpd

The "w" switch that's included in the "ps" will ensure that the output
doesn't get cut off at 80 columns.
   === Al


--- Al Sparks <[EMAIL PROTECTED]> wrote:
> You're not saying in what context you're trying to start your CGI
> program.
> 
> The "nobody" userid isn't designed to log on interactively, but if
> that's what you want to do, then, as root, you can enable the account
> with
> # usermod –U nobody
> 
> You then should set the password for the account
> # passwd nobody
> [follow the prompts to change password]
> 
> Then you can log on (or "su" to) interactively.  When you're done with
> your testing, you'll want to lock the account up again with:
> # usermod –L nobody
> 
> If you're running the sudo program on your system, you can use "nobody"
> to test your program with
> $ sudo –u nobody /path/to/program
> without enabling the account interactively.
> 
> Apache typically runs as "nobody", so if you place your CGI program
> where it's accessible by apache, then that should be enough of a test. 
> To ensure that apache is running as "nobody", do 
> $ ps –aux | egrep nobody
> and you'll get output shown at the bottom of this message.  Note only
> one process runs as "root", and the child processes run as "nobody". 
> Of course, I'm using an apache installed from source and not an rpm, so
> there's a small (miniscule?) chance that your server is configured to
> not run that way (if you're running apache; maybe you're running
> another web server).
> === Al
> 
> 
> 
> 
> root 29145  0.0  0.2  5220 2632 ?SJul16   0:00 /usr/local/apache
> nobody   29146  0.0  0.5  6968 5004 ?SJul16   0:09 /usr/local/apache
> nobody   29147  0.0  0.5  6960 4860 ?SJul16   0:10 /usr/local/apache
> nobody   29148  0.0  0.5  6956 4800 ?SJul16   0:11 /usr/local/apache
> nobody   29149  0.0  0.5  6960 4856 ?SJul16   0:09 /usr/local/apache
> nobody   29150  0.0  0.5  7004 4928 ?SJul16   0:11 /usr/local/apache
> nobody   29151  0.0  0.5  6968 4888 ?SJul16   0:11 /usr/local/apache
> nobody   29152  0.0  0.5  6960 4872 ?SJul16   0:10 /usr/local/apache
> nobody   29153  0.0  0.5  7000 4920 ?SJul16   0:10 /usr/local/apache
> nobody   29166  0.0  0.5  6964 4908 ?SJul16   0:10 /usr/local/apache
> nobody   29167  0.0  0.5  6968 4832 ?SJul16   0:10 /usr/local/apache
> 
> 
> 
> --- Ping Liu <[EMAIL PROTECTED]> wrote:
> > Good afternoon,
> > 
> > I need to use 'nobody' user to test my CGI program. But I got an error
> > message like
> > 
> > nobody account is currently not available
> > 
> > Does anyone have an idea? Could you please give me a hand? Thank you
> > very much for your help.
> > 
> > 
> > Ping
> > 
> > 
> > 
> > -- 
> > redhat-list mailing list
> > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> __
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: how to make 'nobody' user available?

2002-08-13 Thread Al Sparks

You're not saying in what context you're trying to start your CGI
program.

The "nobody" userid isn't designed to log on interactively, but if
that's what you want to do, then, as root, you can enable the account
with
# usermod –U nobody

You then should set the password for the account
# passwd nobody
[follow the prompts to change password]

Then you can log on (or "su" to) interactively.  When you're done with
your testing, you'll want to lock the account up again with:
# usermod –L nobody

If you're running the sudo program on your system, you can use "nobody"
to test your program with
$ sudo –u nobody /path/to/program
without enabling the account interactively.

Apache typically runs as "nobody", so if you place your CGI program
where it's accessible by apache, then that should be enough of a test. 
To ensure that apache is running as "nobody", do 
$ ps –aux | egrep nobody
and you'll get output shown at the bottom of this message.  Note only
one process runs as "root", and the child processes run as "nobody". 
Of course, I'm using an apache installed from source and not an rpm, so
there's a small (miniscule?) chance that your server is configured to
not run that way (if you're running apache; maybe you're running
another web server).
=== Al




root 29145  0.0  0.2  5220 2632 ?SJul16   0:00 /usr/local/apache
nobody   29146  0.0  0.5  6968 5004 ?SJul16   0:09 /usr/local/apache
nobody   29147  0.0  0.5  6960 4860 ?SJul16   0:10 /usr/local/apache
nobody   29148  0.0  0.5  6956 4800 ?SJul16   0:11 /usr/local/apache
nobody   29149  0.0  0.5  6960 4856 ?SJul16   0:09 /usr/local/apache
nobody   29150  0.0  0.5  7004 4928 ?SJul16   0:11 /usr/local/apache
nobody   29151  0.0  0.5  6968 4888 ?SJul16   0:11 /usr/local/apache
nobody   29152  0.0  0.5  6960 4872 ?SJul16   0:10 /usr/local/apache
nobody   29153  0.0  0.5  7000 4920 ?SJul16   0:10 /usr/local/apache
nobody   29166  0.0  0.5  6964 4908 ?SJul16   0:10 /usr/local/apache
nobody   29167  0.0  0.5  6968 4832 ?SJul16   0:10 /usr/local/apache



--- Ping Liu <[EMAIL PROTECTED]> wrote:
> Good afternoon,
> 
> I need to use 'nobody' user to test my CGI program. But I got an error
> message like
> 
> nobody account is currently not available
> 
> Does anyone have an idea? Could you please give me a hand? Thank you
> very much for your help.
> 
> 
> Ping
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: SMTP trouble

2002-08-12 Thread Al Sparks

--- Michael Cortes <[EMAIL PROTECTED]> wrote:

> I recently ran up2date on my RH7.1 and RH7.3 server. I just found 
> out that I cannot send mail out via smtp from my windoz mail program.  
> I have also noticed that my server is refusing all mail.  For example:
> 
> <[EMAIL PROTECTED]>... Deferred: Connection refused by flb.fortleboeuf.net.
> Warning: message still undelivered after 4 hours
> Will keep trying until message is 5 days old
> 
> I have used chkconfig and webmin to check settings. I have also looked
> in my inetd.conf file. I may be missing something but I can't see the
> problem.
> 
> 
> I checked my /etc/mail/access file and it is still the one from before
> the update.  Relaying is permitted for my network.
>  
> I went into /etc/mail/sendmail.mc and commentd out 
> "DAEMON_OPTIONS('Port=smtp,Addr=127.0.0.1, Name=MTA')"
>  
> I then ran "m4 /etc/mail/sendmail.mc > /etc/sendmail.cf" as it states
> in the beginning of this file.
>  
> I got the message "/etc/mail/sendmail.mc:8: m4: Cannot open
> /usr/share/sendmail-cf/m4/cf.m4: No such file or directory".
>  
> I did notice that sendmail.cf had the line
> "include(`/usr/share/sendmail-cf/m4/cf.m4')" in the beginning.  So do
> I need to find cf.m4 on my system, for this to work.
> 
> Any ideas?
> 
> 
> Thanks in advance,

Well, first, I'd go back to basics.  Check 
   ps -aux | egrep sendmail
and see if sendmail is listening.

Also try
   netstat -a
to see if it's listening on smtp.  If you don't see something like
   tcp0  0 *:smtp*:*  LISTEN
then the sendmail process isn't on at all.

I'm also confused.  You're showing us a sendmail log entry; is that
from the server you're having problems with or is that from another
email server that's sending to the server you're having problems with?

Regarding m4 creation, find out where your source is.  What I have
found handy is the following definitions whenever I have wanted to
create an cf file from an m4 file:

   CFDIR=$HOME/install/sendmail-8.11.6/cf/
   sendmailsrc=/var/usr/local/src/sendmail-8.11.6
   alias m4gen="m4 -D_CF_DIR_=${CFDIR} ${CFDIR}/m4/cf.m4"

I then use m4gen to create my mc file.  Change your $CFDIR definition,
and optionally your $sendmailsrc definition (which is just a handy
definition I use to "cd" to that directory; it's optional).

m4gen will create your cf file in ${CFDIR}/m4/ and base its contents
on ${CFDIR}/m4/cf.m4".

I based all this on a README file placed in sendmail source's ./cf
directory.
   === Al

__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



changing the colors "ls" uses

2002-08-10 Thread Al Sparks

This is a trivial problem, but it bothers me that my tweaking has no
affect despite documentation on the system 
   $ info ls
and
   $ info dircolors

Anyway, I'm trying to change the behavior of the "ls" command,
specifically how it displays filename colors based on the file
extension.

I first 
   $ dircolors –p > some_file
I edit the file.  Then I
   $ dircolors some_file

I also 
   $ echo $LS_COLORS
to ensure the changes take affect with regards to the variable
assignment.

When I list a file extension, it retains the original color assignment.

Any suggestions?
  === Al



__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: qmail-smtp-auth step by step

2001-04-28 Thread Al Sparks

You'll probably get better search results if you use
   "Life with qmail"
instead of
   "live with qmail"

"Life with qmail" is an excellent tutorial.  For other information
on qmail, including finding the mailing list, see
   http://www.qmail.org
  === Al


--- Remo Mattei <[EMAIL PROTECTED]> wrote:
> Subject:
>qmail-smtp-auth step by step
>   Date:
>Wed, 25 Apr 2001 16:9:24 +0800
>  From:
>lemoninsz <[EMAIL PROTECTED]>
>  Reply-To:
>[EMAIL PROTECTED]
> To:
>"[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> 
> 
> 
> hi folk:
> 
> any one of you can give me a step by step installation for
> qmail-smtp-auth+qmail-1.03+vpopmail,i lost my way for a long time,
> i should seek help from qmail mailling list,but i wonder if any one
> of you have such a expirence,and can give me a clear guide.
> 
> Read live with qmail it will step you through..qmail installation.
> Vpopmail read the README and the way they have it and you should be
> fine.
> Remo
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Creating POP accounts

2001-04-19 Thread Al Sparks

You can use "sudo" to allow certain users to use whatever commands you
specify that need root (or any other userid they don’t have normal
access to) to run the command.

So you could, using sudo, allow a non-super user to use the "adduser"
command.  The sudo rpm is located on the RH CD (or their ftp site, if
you don't have the CD).
   === Al


--- Brian Ashe <[EMAIL PROTECTED]> wrote:
> Hey listers,
> 
> Is there an easy way to let certain users create POP accounts? Especially
> useful is if they can only make mods on a certain group of POP users.
> 
> I believe that if I were to use Cyrus IMAP it would enable me to use a
> database to gain this functionality, but I didn't really want to get into
> that unless there is no other way.
> 
> Any/all suggestions appreciated.
> 
> Have fun,
> -- 
> _
>  Brian Ashe CTO
>  [EMAIL PROTECTED]  Dee-Web Software Services, LLC.
>  http://www.dee-web.com/
> -
> You don't have to swim faster than the shark...
> You just have to swim faster than the people you're with.
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: interface scripts

2001-04-19 Thread Al Sparks

You at least need a stop and start function for it to work.  You should
also try using the daemon function as well.  To troubleshoot your
script interactively, what I do, as root, is,

   $ cd /etc/rc.d/init.d
   $ . ./functions
   $ daemon whatever

If that doesn’t work because it can’t find the program, check your
$PATH.  Adjust.

If everything is working right, then that will start the daemon.  Use
killall to kill it.  If that works, then try placing those commands in
the script and test that.  You should make any adjustments to your $PATH
definition there if necessary.
=== Al

--- Ted Gervais <[EMAIL PROTECTED]> wrote:
> 
> I am wondering if someone would be so kind to look at what I have for an 
> interface script and tell me how far off base I am. What I am trying to do is 
> to install an sl0 interface to tie the linux kernel to an application .  
> Slattach is the daemon that is used..
> 
> I used  chkconfig --add rc.slip to tell my system that this script exists. 
> That works fine, and it gets installed when I reboot . I know however that it 
> is not sophisticated and is missing various things such as a 'start' and 
> 'stop' function. I have no idea how to install that part, even though I am 
> still looking over other scripts found in /etc/rc.d/init.d...
> 
> Here is what I have so far:
> 
> --
> #!/bin/bash
> #
> # chkconfig: 2345 85 15
> # description: rc.slip adds a link between jnos and the kernel
> # interface: slattach
> 
> # Source function library.
> . /etc/rc.d/init.d/functions
> 
> # Source networking configuration and check that networking is up.
> if [ -f /etc/sysconfig/network ] ; then
>   . /etc/sysconfig/network
>   [ ${NETWORKING} = "no" ] && exit 0
> fi
> 
> #[ -x /sbin/slattach ] || exit 0
> 
> #prog=slattach
> 
> #RETVAL=0
> 
> #start () {
> #echo -n $"Starting $prog: "
> 
> /sbin/slattach -s 38400 -p slip /dev/ptypf &
> sleep 2
> /sbin/ifconfig sl0 44.135.34.209 netmask 255.255.255.255 broadcast 
> 44.135.34.255
> sleep 1
> /sbin/route add -net 44.135.34.210 netmask 255.255.255.255 sl0
> sleep 1
> --
> 
> 
> -- 
> Ted Gervais
> Coldbrook, Nova Scotia Canada
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: UUCP config

2001-04-16 Thread Al Sparks

First, there are plenty of MTU’s (mail transport agents) out there,
though the default RH installation is sendmail.  When posing a question
like this, you should include that information.

Second, check and see if there’s a sendmail list (if that’s what you’re
using).  I’m almost sure there is.  Start with http://www.sendmail.org.

They’d be better able to help you out.
   === Al

--- Selim Jahangir <[EMAIL PROTECTED]> wrote:
> Hi all
> Can you help to configure UUCP mailing system?
> 
> When I run 
> uucico -r 1 -x 9 -s remote-machine
> 
> I get the Log like the following line
> 
> Erro: Line Disconnected.
> 
> Would you please help me ?
> 
> Thanks
> selim



__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: smtp-auth

2001-04-16 Thread Al Sparks

Go to http://www.qmail.org to find out lots of qmail documentation
including a link that will point you to the mailing list.  I recommend
"Life with qmail" by Dave Sill.

As far as your problems sending mail, qmail doesn’t relay by default
(which is a good thing).

If you’re running the tcpserver module to invoke qmail’s SMTP daemon
(as opposed to inetd) then you can specify allowable relays in the
/etc/tcp.smtp file.

This
   10.1.:allow,RELAYCLIENT=""
   10.9.:allow,RELAYCLIENT=""
   127.:allow,RELAYCLIENT=""
allows relaying by the local host (bottom line) and everyone in the
10.1.* and 10.9.* IP address domains.  It’s been awhile since I set it
up, but if I remember right, if the file exists, and you don’t have the
bottom line, then it won’t send anything from the local machine (which
might be a good thing, if you don’t intend people to log on locally to
do their emailing).

After you set up the file, you do have to create a cdb data base file,
which you do with the following:
tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp
and again, if you don't have tcpserver installed, I don't think you'll
have the tcprules command.

Good luck.
 === Al



--- lemoninsz <[EMAIL PROTECTED]> wrote:
> i can not find the approperate  list,so i post my messages on this list and maybe 
>some guys have
> the same expirence as me and can give me some clue about my emergent question:
> 
>  i am runing qmail+vpopmail on my linux box,i installed the qmail-smtp-auth 
>patch,then
>   #telnet localhost 25
> 220 mytest.com ESMTP
> ehlo
> 250-mytest.com
> 250-AUTH=LOGIN
> 250-PIPELINING
> 250 8BITMIME
> quit
> does this step means that i have succesfully installed the qmail-smtp-auth patch?
> i start smtp  as following:
> env - PATH="/var/qmail/bin:/usr/local/bin" tcpserver -H -R -x /etc/tcp.smtp.cdb -c20 
>-u532 -g531
> 0 smtp /var/qmail/bin/qmail-smtp.auth /home/vpopmail/bin/vchkpw /bin/true 2>&1 > 
>/dev/null |
> /var/qmail/bin/splogger smtpd 3 &
> 
> i am using outlook express5.0 on my windows machine,problem is that i can not send 
>mail if i set
> outlook express with smtp auth mechanism,if i cancel the outlook express's smtp 
>server auth
> mechanism,i can send mail,i doubt that my smtp auth server is not correct.
> 
> thanks in advance



__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Kernel upgrade from 2.2.17 to 2.4.x

2001-04-16 Thread Al Sparks

Yeah, yeah.

I could have pasted a link also.  But I figured if he was asking
something this basic, going through the motions I specified would give
him the opportunity to actually see the amount of documentation out
there, and cut down on some FAQ’s.

And I did it nicely too.
=== Al


--- Cynthia Pearce <[EMAIL PROTECTED]> wrote:
> This page may be of interest, also:
> 
>  http://www.redhat.com/support/docs/howto/kernel-upgrade/kernel-upgrade.html
> 
> HTH,
> 
> Cindy
> 
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Al Sparks
> Sent: Monday, April 16, 2001 1:57 AM
> To: Red Hat List
> Subject: Re: Kernel upgrade from 2.2.17 to 2.4.x
> 
> 
> Go to http://www.linux.org.  On the left side of the home page you'll
> see a link to "Documentation".  Select that.  That page will have as a
> selection, HOWTO's.  Select that link.  If you scroll down a few pages,
> you'll finally find the Kernel-HOWTO.  Select that.
> 
> Go to town.  Good luck.
>=== Al
> 
> --- Murat Ustuntas <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > How can I learn to step by step kernel upgrading in
> > short way. I wanna use to kernel.2.4.x.rpm's to
> > upgrade. I have tried this but i didnt be successful.
> > And learn to more about kernel upgrading.
> >
> > Be Fine.
> > Murat


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Scripts

2001-04-15 Thread Al Sparks

That's how I've been doing mine.  The biggest troubleshooting problem I
had, by the way, is figuring out the path.  The "functions" script
located in /etc/rc.d/init.d is where the $PATH is determined at startup
time.

For example, some of my installs placed the binary files in
/usr/local/sbin.  Well, the default $PATH that redhat provides doesn't
include /usr/local/sbin, though it does include /sbin and /usr/sbin.  I
added /usr/local/sbin to the PATH in "functions" and everything worked
fine. 

Lastly, I only recently figured out "chkconfig".  Before then, I was
sort of manually changing the symbolic links in /etc/rc.d/rc[0-5]. 
It's not too hard if you make imaginative use of the "find" command. 
Still, chkconfig makes things much easier.
=== Al


--- David Talkington <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> 
> Ted Gervais wrote:
> 
> >But - at some point in time I would certainly like to know how to do this
> >stuff right, as RedHat would like..
> 
> Ted, the fastest way to jump in is to simply copy an existing init
> script and modify it for your application.  They mostly pretty much do
> the same things.  You can learn a lot by reading the "functions"
> script, too.
> 
> Note that if you want chkconfig to work, the "chkconfig" and
> "description" lines in each script are mandatory.  You should also
> have, at a minimum, start) and stop) cases.  Other than that, you can
> make them as flexible or as simple as you like.
> 
> - -d


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: change GUI

2001-04-15 Thread Al Sparks

Without having used either, my troubleshooting would include checking
the dot files (i.e. those files starting with a ".") in each $HOME
directory.  That might give you a clue as to how to start it
automatically.
 === Al

--- John Aldrich <[EMAIL PROTECTED]> wrote:
> On Sun, 15 Apr 2001, Chris Mason wrote:
> > My laptop runs Gnome for Root and KDE2 for my user account. What do I change
> > so that my user account runs Gnome?
> >
> from a command prompt you can run "switchdesk gnome" or use
> the GUI login and select "gnome".
>   John
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Kernel upgrade from 2.2.17 to 2.4.x

2001-04-15 Thread Al Sparks

Go to http://www.linux.org.  On the left side of the home page you'll
see a link to "Documentation".  Select that.  That page will have as a
selection, HOWTO's.  Select that link.  If you scroll down a few pages,
you'll finally find the Kernel-HOWTO.  Select that.

Go to town.  Good luck.
   === Al

--- Murat Ustuntas <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> How can I learn to step by step kernel upgrading in
> short way. I wanna use to kernel.2.4.x.rpm's to
> upgrade. I have tried this but i didnt be successful.
> And learn to more about kernel upgrading.
> 
> Be Fine.
> Murat


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: OT: how to tar a netware server b4 wiping it?

2001-04-15 Thread Al Sparks

A possible solution, if you have the resources, is to use a linux box
to mount the netware FS, and tar it, placing the tar'd file on an ext2
FS.

If that works (or seems to), make sure you can untar it.

Another idea; see if your Novell server can run an ftp daemon (I'm
pretty sure there's some out there).  Transfer the files manually over. 
This solution could be ugly, since some ftp's don't play well with sub
directories (though that could be client dependent; some clients seem
to).

Finally, instead of taring the files, see about zipping them.  I know
that winzip will work with tar files, maybe tar will work with zip
files.  In any case, if you zip them, you at least have saved the files
in a well recognized standard, giving you the chance to unzip them to a
windows FS (FAT, NTFS, whatever).  You can mount those with linux and
see if you can play with tar later.

Personally, if you're planning on placing the files on another windows
file system, I'd just use zip and forget about tar altogether. 
   === Al


--- Dan Horth <[EMAIL PROTECTED]> wrote:
> Hi - off topic (except that I'm trying to archive a netware file 
> server before setting it up as a RH 6.2 server!) but I was hoping 
> that someone could help me with how I can crate a tar archive on a 
> Novell Netware server. Ideally I'd like to be able to write the tar 
> straight to DAT.
> 
> I know that the server has some kind of tar functionality - as I get 
> some response referring to tar.nlm when I type tar at the system 
> console.
> 
> problem is I don't know how to tell tar what to compress and where to 
> compress it to... any help or pointers in the right direction would 
> be exciting.
> 
> tia. dan.
> -- 
> Telezygology
> Manager, Technical Systems
> Ph (+61 2) 992 992 88Fx (+61 2) 992 991 88
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Listening on Port 1025??

2001-04-13 Thread Al Sparks

Well, I can give troubleshooting hints.

I checked the /etc/services file of a couple of my RH 6.2 boxes and
didn’t find anything, but you may want to check yours.  The next thing
I would try is to connect to the port with,
  telnet machname 1025

and see what you get as a response (if you’re doing it from the machine
itself then
  telnet 0 1025
will work).

Having 2 ports open like that makes me think of ftp, which has behavior
like that, using port 21 to issue commands and port 20 to do the data
transfer (unless you use passive ftp; in which case it picks a
different data transfer port, higher than 1024).

Also check 
 ps aux
and see if there’s some weird processes out there.  If so, kill them
and see if that closes the ports.
=== Al



--- [EMAIL PROTECTED] wrote:
> My system seems to be listening on port 1025 and port 1024 is open.  I
> have no idea why.
> 
> Can anyone give me a reason for this?
> 
> 
> Gerry
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Most Compelling OS

2001-04-01 Thread Al Sparks

--- [EMAIL PROTECTED] wrote:
> Whatever anyone thinks, I just voted and Linux is ahead by 6%.  I think ANY
> opportunity to show support should be encouraged.  Linux is not going to
> gain more mainstream interest from a mediocre group of proponents.
> 
> Rob

Web polls aren’t scientific, so decision makers aren’t going to take
them very seriously.

As for the bit on "mediocre group of proponents", often a proponent’s
intensity can work against what he or she is arguing for.  Whenever we
have a discussion at work about what operating system to use for a
project, I try to be up front that I might be biased.  We have a young
student intern that’s very devout proponent of open source.   But when
he says things like "Open source rocks!", it undercuts his argument.

It’s usually not the intensity of your argument that counts in
business.  It’s the objective arguing of the merits.
=== Al

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: System is spamming me; rmmod -as failure

2001-03-28 Thread Al Sparks


--- "Mikkel L. Ellertson" <[EMAIL PROTECTED]> wrote:
> Do you have the correct version of modtools?
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

I now know what the problem is.  We're not running modules.  We recompiled the
kernel w/o them.  However, Red Hat doesn't know that, so it keeps trying to
  rmmod

Thanks for the help.
   === Al

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: System is spamming me; rmmod -as failure

2001-03-27 Thread Al Sparks


--- Emmanuel Seyman <[EMAIL PROTECTED]> wrote:
> You can comment out the second line and restart crond to stop the spamming
> but I suspect you have a bigger problem than that.
> What does lsmod tell you?
> 
> Emmanuel Seyman

All it says is,
   # lsmod
   Module  Size  Used by
   lsmod: QM_MODULES: Function not implemented

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



System is spamming me; rmmod -as failure

2001-03-26 Thread Al Sparks

I keep getting spammed by the system.  How do I get rid of this?  I
keep looking at whatever cronjobs are trying to execute this, and can’t
find anything.  It’s driving me nuts, especially since I have 2
machines that are doing it now.

The message is below.
=== Al


***

Date: Mon, 26 Mar 2001 18:40:00 -0900
From: Cron Daemon <[EMAIL PROTECTED] >
To: [EMAIL PROTECTED]
Subject: Cron /sbin/rmmod -as

rmmod: QM_MODULES: Function not implemented

rmmod: Function not implemented
rmmod: QM_MODULES: Function not implemented



__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: pwconv

2001-03-25 Thread Al Sparks

I thought I’d share with the list how I solved the problem.  It turns
out I had a duplicate keyed entry (i.e. 2 entries with the same login
name).   I found this out by running pwck, a utility mentioned in the
pwconf man pages.  So this is another cautionary tale about RTFM. 
Thanks for the help.

BTW, if anyone from RH is listening, I’m not getting messages from this
list very fast.  I got one reply to my post, and that was only because
the person replying also explicitly included my email address in the
"Cc:".  Yahoo itself seems to be accepting messages from my other
addresses pretty fast.
   === Al

--- Werner Puschitz <[EMAIL PROTECTED]> wrote:
> 
> In such cases I usually use gdb to get a better understanding where the
> problem lies - in which function it hangs or if the program is running in
> an endless loop.
> It might not help a lot in your case but it's worth a try.
> 
> gdb /usr/sbin/pwconv
> ctr-C
> 
> Then type in 'where' to see the function tree
> 
> Try that several times.
> 
> Werner



__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



pwconv

2001-03-25 Thread Al Sparks

I’m running pwconv on a passwd file of 307 records.  My machine is
running Redhat 6.2, kernel version 2.2.18 (i686 unknown).

So far this thing has been running for over 14 hours.  The machine is
not yet production, so it has most of the CPU (usually 98%+).  What is
taking so long?  How do I check on the progress?

I know it works because I’ve successfully pwunconv and pwconv a passwd
file of about 20 lines, and it’s pretty quick then.

Help.
=== Al


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Sendmail Does not like MS-Exchange.!!

1998-03-14 Thread Al Sparks

POP3 and Sendmail have nothing to do with each other.  Any bug that
Exchange
might have with POP3 would not directly effect Sendmail.
   === Al

---"David S. Jackson" <[EMAIL PROTECTED]> wrote:
>
> On Fri, 13 Mar 1998, Paul Fontenot wrote:
> 
> > The Exchange server is NOT fully POP3 complient. Has some problems
with
> > the LIST_DIR directive and something else but can\'t remember what.
> 
> Could you provide some more information about this?  I hadn\'t heard
> this (doesn\'t surprise me, though), and I\'m sure my brother the
Linux
> newbie/CIS manager would be interested!  
> 
> TIA!
> 
> --
> David S. Jackson  <[EMAIL PROTECTED]> 
> "Linux: Choice of a GNU Generation!"
> -BEGIN GEEK CODE BLOCK-
> Version: 3.12
> GTW/GL d- s+:+ a42 C+++ USL P+>+++ L+++ E++ W++ N++@ o-- 
> K- w--- O++@ M V PS+ PE++ Y+>++ PGP++(+++) t+ 5 X+ R-@ tv b++ 
> DI+++ D++ G++ e++ h r+++ y
> --END GEEK CODE BLOCK--

_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.



Re: Setting Folder Permissions

1998-03-09 Thread Al Sparks

Perhaps you need to be more specific with symptoms.  What do you mean
by "folders"?  Are you using ext2 file system?

A file system's permissions are written to the disk (at least any
file system that I've ever dealt with).  That means when you remount
a drive, the file permissions, including sub-directories or folders,
will be the same as when you changed them before.

Perhaps you are referring to automatically mounting a disk or
partition instead.  That should be done at startup and can be
automated.
   === Al

---Pork E Pigg <[EMAIL PROTECTED]> wrote:
>
> Is there a way to permanently set folder permissions on mounted
drives?
> I can mount them from root and set the permissions to make them
> writeable by other users but, after a reboot I lose those and have to
> login as root to set them again.
> 
> Maybe something can be set in one of the scripts that gets run during
> boot?
> 
> I've tried the man pages and can't find anything about it. Also
haven't
> had any luck with the HOWTOs or anything else so far.

_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.