Re: sendmail - system config error !! again

2001-11-30 Thread Brian Ashe

On Saturday 01 December 2001 12:55, you babbled something about:
> > If you are using a CNAME record for your MX then you likely will find the
> > problem there.
>
> the only entry i have in dns is this:
>
> kiet.edu.   1D IN MX10 main.kiet.edu.
>
> the domain: indiatimes.com do not belongs to me. why would i enter it into
> my dns.
>
> mail to all other sites is being sent properly. mail from yahoo.com to
> indiatimes.com is also sent properly. is it my problem ( it seems ) ?
>

Well, then you've got me stumped. This is usually something you get when 
configuring virtual domains. It should have no bearing on outgoing mail. I 
had assumed it was one of your own virtual domains.



> when i enter the entries into /etc/mail/local-host-names:
>
> main
> indiatimes.com
>
> nothing seems to change.
>

Well, if it is not your domain, you likely wouldn't like it to work anyway. 
Since it is to tell the machine to accept and deliver locally.


-- 
Brian Ashe CTO
Dee-Web Software Services, LLC.  [EMAIL PROTECTED]



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



Re: pty redirect on redhat 7.2

2001-11-30 Thread Bret Hughes

Gordon Messmer wrote:

> On Thu, 29 Nov 2001, Bret Hughes wrote:
>
> > We have been using an openssh/pppd tunnel as a vpn for quite some time
> > with great sucess.  My partner just got a highspeed connection at his
> > house and I was walking him through setting up the connection to our
> > office when we got to the step of trying the actual connection after
> > verifying all the ssh keys and seeing the ppp garbage sent back from the
> > server.
> >
> > The scripts we use to do this on RH6.2 all use a pty-redir that is
> > apparently a part of the linuxconf package.
>
> FWIW, I work with the author of the SSH+VPN HOWTO, and we plan to rewrite
> that HOWTO sometime soon.  pty-redir hasn't been required since sometime
> very shortly after it was written.
>
> pppd has the ability to allocate a pty and run a subcommand for I/O rather
> than opening a serial device.  It's run like this:
> pppd  script "ssh blah ..."
>
> The next howto will be based on the scripts that are available at:
> http://www.dragonsdawn.net/~gordon/vpn/
> Save yourself some trouble and use them. :)

Thanks Gordon, I did not get that from the pppd man page but then I did not
really know what to look for.  I will certainly give the scripts a try.
After all the scripts I use now were yours  too :)

Bret



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



Re: pty redirect on redhat 7.2

2001-11-30 Thread Gordon Messmer

On Thu, 29 Nov 2001, Bret Hughes wrote:

> We have been using an openssh/pppd tunnel as a vpn for quite some time
> with great sucess.  My partner just got a highspeed connection at his
> house and I was walking him through setting up the connection to our
> office when we got to the step of trying the actual connection after
> verifying all the ssh keys and seeing the ppp garbage sent back from the
> server.
> 
> The scripts we use to do this on RH6.2 all use a pty-redir that is
> apparently a part of the linuxconf package.

FWIW, I work with the author of the SSH+VPN HOWTO, and we plan to rewrite 
that HOWTO sometime soon.  pty-redir hasn't been required since sometime 
very shortly after it was written.

pppd has the ability to allocate a pty and run a subcommand for I/O rather 
than opening a serial device.  It's run like this:
pppd  script "ssh blah ..."

The next howto will be based on the scripts that are available at:
http://www.dragonsdawn.net/~gordon/vpn/
Save yourself some trouble and use them. :)

-- 
If I had a dollar for every brain that you don't have,
I'd have one dollar. - Squidward to SpongeBob



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



Re: Best way to change the net config

2001-11-30 Thread Jack Bowling

** Reply to message from Patrick Nelson <[EMAIL PROTECTED]> on Fri, 30 Nov 2001 
22:35:04 -0800


> Anthony E. Greene wrote:
> -
> >RH72
> >
> >Post workstation install.  What is the best way to make network
> >configuration changes?  I'm moving systems off MS DHCP and need to
> >statically set their network config while I make decisions on setting up
> and
> >running DHCP or NIS on my trusty RH server.
> 
> You could just edit /etc/sysconfig/network-scripts/ifcfg-eth0.
> -
> Yes that would be one of the files that would be editable towards the config
> of the network.  However, what I was asking for (ok maybe not clearly... my
> bad) was that there has to be a app to configure the network other than
> manually changing the network config files.  I can not believe that this
> existed and now doesn't.  If this was true then are we moving towards or
> away from easy usability of Linux ...

/usr/bin/neat


jb



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



Re: [REDHAT] RE: Best way to change the net config

2001-11-30 Thread David Kramer

On Fri, 30 Nov 2001, Patrick Nelson wrote:

> Yes that would be one of the files that would be editable towards the config
> of the network.  However, what I was asking for (ok maybe not clearly... my
> bad) was that there has to be a app to configure the network other than
> manually changing the network config files.  I can not believe that this
> existed and now doesn't.  If this was true then are we moving towards or
> away from easy usability of Linux ...

you can use netcfg or linuxconf.


---
   David Kramer   http://thekramers.net
DK KD
DKK DOn a cellular level, I'm actually quite busy!
DK KD




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



RE: Best way to change the net config

2001-11-30 Thread Patrick Nelson

Anthony E. Greene wrote:
-
>RH72
>
>Post workstation install.  What is the best way to make network
>configuration changes?  I'm moving systems off MS DHCP and need to
>statically set their network config while I make decisions on setting up
and
>running DHCP or NIS on my trusty RH server.

You could just edit /etc/sysconfig/network-scripts/ifcfg-eth0.
-
Yes that would be one of the files that would be editable towards the config
of the network.  However, what I was asking for (ok maybe not clearly... my
bad) was that there has to be a app to configure the network other than
manually changing the network config files.  I can not believe that this
existed and now doesn't.  If this was true then are we moving towards or
away from easy usability of Linux ...



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



having trouble with IDE slave drive

2001-11-30 Thread Admin

My system is the following:

Compaq Deskpro EN workstation
PII 400 mhz, 128 mg ram,

master HDD= scsi WD 9.1 gig
with adaptec AHA-2940u/AHA-2940uw PCI scsi controller

Slave HDD=  IDE Maxtor 20 gig 

I installed redhat pro server version 7.1
on the 20 gig...it ran, but didn't setup the 
scsi so that i could then setup lilo to boot to 
the scsi with win 98 2nd ed.
...so I thought I would re-set the jumpers on the drives...
from CABLE SELECT(on the IDE) to master...
and then try again to re-boot...
according to the boot messages...it sees it fine...but 
it won't set it up...
when i try to select IT in lilo conf...by browsing to 
/mnt/hdb   or whatever...all i see listed, is
floppy
cdrom
cdrom1

why am i not able to setup lilo accordingly...?
should I try cable select jumper again

-- 
< http://www.myispnet.net >
Admin
[EMAIL PROTECTED]
ICQ# 7110071
MSN Messenger= [EMAIL PROTECTED]



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



Re: Where did mkpasswd go?

2001-11-30 Thread Tony Inskeep




-
This email was sent using SquirrelMail @ Pfeiffer University.
Check out Pfeiffer @ http://www.pfeiffer.edu/
Check out SM @ http://squirrelmail.org/




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



RE: XSnow

2001-11-30 Thread Lance Spence

I'm running Gnome 1.4.0. I didn't know their were problems under KDE also. I
know I had
no problems what so ever under Redhat 6.2 and 7.0.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of David Talkington
Sent: Friday, November 30, 2001 9:08 PM
To: [EMAIL PROTECTED]
Subject: Re: XSnow


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Lance Spence wrote:

>Does anyone know why XSNOW no longer works under Redhat 7.2? I have gone to
>RPMFIND.NET and downloaded
>Xsnow-1.41 thinking maybe the stock version was bad. It actually runs, but
>there is no snow on the display. I'm running at 24bit 1024x768.

It does run correctly, but only under specific conditions that I've
yet to figure out.  I have two KDE environments on 7.2 on different
machines.  xsnow runs on both, but is only visible on one of the two.
If I figure out what the problem is, I'll follow up to the list.

Or maybe I'll stop worrying about it.  Once Enlightenment .17 is
stable, I expect to be ending my KDE interlude.  ;-)

- -d

- --
David Talkington
http://www.spotnet.org

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPAg7er9BpdPKTBGtEQKF9wCfcQjpiy8ln7iruQ2fNycdyaoMzZwAoNXJ
qz99JeFvCGGmQr7Oo7O9oPxb
=OG8u
-END PGP SIGNATURE-




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



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



RE: sendmail - system config error !! again

2001-11-30 Thread rupendralist

> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Ashe

> What it is saying is that you have configured your DNS (MX record) to send
> the mail for "indiatimes.com" to a particular host. However the host is
> trying to relay that mail to the host in the MX record as well because it
> has not been told to accept it and deliver it locally.
>
> If you are using a CNAME record for your MX then you likely will find the
> problem there.

the only entry i have in dns is this:

kiet.edu.   1D IN MX10 main.kiet.edu.

the domain: indiatimes.com do not belongs to me. why would i enter it into
my dns.

mail to all other sites is being sent properly. mail from yahoo.com to
indiatimes.com is also sent properly. is it my problem ( it seems ) ?

> Also check to make sure you have an entry for that domain in your
> /etc/mail/local-domains file and restart sendmail.

when i enter the entries into /etc/mail/local-host-names:

main
indiatimes.com

nothing seems to change.

> ryc> --
>
> ryc> The original message was received at Thu, 29 Nov 2001 20:32:50 +0530
> ryc> from main [127.0.0.1]
>
> ryc>- The following addresses had permanent fatal errors -
> ryc> <[EMAIL PROTECTED]>
> ryc> (reason: 553 5.3.5 system config error)
>
> ryc>- Transcript of session follows -
> ryc> 553 5.3.5 smtp.indiatimes.com. config error: mail loops back
> to me (MX
> ryc> problem?)
> ryc> 554 5.3.5 Local configuration error
>
> ryc> -
> ryc> Rupendra Singh  
> ryc> Student MCA-5th sem KIET Ghaziabad, India
> ryc> -
>
>
> ryc> _
> ryc> Do You Yahoo!?
> ryc> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>
> ryc> ___
> ryc> Redhat-list mailing list
> ryc> [EMAIL PROTECTED]
> ryc> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
> 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!?
Get your free @yahoo.com address at http://mail.yahoo.com



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



re: Redhat-list digest, Vol 1 #3287 - 13 msgs

2001-11-30 Thread Jacques Gelinas

> So seeing netconf (of linuxconf which was a default part of RH62 I think)
> isn't installed by default on a workstation install.  The setup program
> (which calls netconfig) isn't really in depth at all and IMHO useless.  Is
> there something like the old netconf or a couple of apps that will handle
> everything that one configures for a network?

Linuxconf is on the second CD. But it is both untested and incomplete.
Instead pick the rpms from www.solucorp.qc.ca/linuxconf/download.hc.
You will need to install db31 from the second rh 7.2 CD because the
rpms there are built on a rh7.0 (but works on 7.2).

-
Jacques Gelinas <[EMAIL PROTECTED]>
vserver: run general purpose virtual servers on one box, full speed!
http://www.solucorp.qc.ca/miscprj/s_context.hc



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



Re: update wu-ftpd

2001-11-30 Thread EdwardSPL

Martín Marqués wrote:
> 
> Trying to update wu-ftpd from rpm I get this error:
> 
> [root@math /root]# rpm -Uvh
> /usr/src/redhat/RPMS/i386/wu-ftpd-2.6.1-0.6x.21.i386.rpm
> error: failed dependencies:
> /etc/pam.d/system-auth is needed by wu-ftpd-2.6.1-0.6x.21
> [root@math /root]#
> 
> What am I missing?

Hello,

What system are you using ?
Mine is Red Hat 6.2 and I have just updated my wu-ftp , but no any
problem !

Edward.




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



Netgear FA510 / RH 7.2

2001-11-30 Thread Monte Milanuk

Anyone out there get this card to work w/ linux, specifically RH 7.2??

I've checked Netgear's site and it had a couple blurbs about some
different drivers, but no parameters to pass to the modules to get them to
load!?!

I checked the Red Hat Hardware Compatibility List and all it listed from
Netgear was the FA310TX PCI cards, which I have used (a lot), but that
doesn't help me much.

Need some help here folks!!

TIA,

Monte




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



Re: XSnow

2001-11-30 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Lance Spence wrote:

>Does anyone know why XSNOW no longer works under Redhat 7.2? I have gone to
>RPMFIND.NET and downloaded
>Xsnow-1.41 thinking maybe the stock version was bad. It actually runs, but
>there is no snow on the display. I'm running at 24bit 1024x768.

It does run correctly, but only under specific conditions that I've
yet to figure out.  I have two KDE environments on 7.2 on different
machines.  xsnow runs on both, but is only visible on one of the two.  
If I figure out what the problem is, I'll follow up to the list.

Or maybe I'll stop worrying about it.  Once Enlightenment .17 is
stable, I expect to be ending my KDE interlude.  ;-)

- -d

- -- 
David Talkington
http://www.spotnet.org

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPAg7er9BpdPKTBGtEQKF9wCfcQjpiy8ln7iruQ2fNycdyaoMzZwAoNXJ
qz99JeFvCGGmQr7Oo7O9oPxb
=OG8u
-END PGP SIGNATURE-




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



Re: Best way to change the net config

2001-11-30 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 30 Nov 2001, Patrick Nelson wrote:
>RH72
>
>Post workstation install.  What is the best way to make network
>configuration changes?  I'm moving systems off MS DHCP and need to
>statically set their network config while I make decisions on setting up and
>running DHCP or NIS on my trusty RH server.

You could just edit /etc/sysconfig/network-scripts/ifcfg-eth0.

Tony
- -- 
Anthony E. Greene <[EMAIL PROTECTED]> 
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
Chat: AOL/Yahoo: TonyG05
Linux. The choice of a GNU generation 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene <[EMAIL PROTECTED]> 0x6C94239D

iD4DBQE8CDWOpCpg3WyUI50RAuhYAJYrHspG5z0WHTsz9KB4hgOhCox3AKC8hO80
ZZbK+PFhHhAwi22USTV9uQ==
=FN8D
-END PGP SIGNATURE-



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



Re: update wu-ftpd

2001-11-30 Thread Ed Wilts

On Fri, 2001-11-30 at 13:40, Brian Ashe wrote:

> On Friday, November 30, 2001, 2:27:31 PM, you babbled something about:
> 
> MM> Trying to update wu-ftpd from rpm I get this error:
> 
> MM> [root@math /root]# rpm -Uvh 
> MM> /usr/src/redhat/RPMS/i386/wu-ftpd-2.6.1-0.6x.21.i386.rpm
> MM> error: failed dependencies:
> MM> /etc/pam.d/system-auth is needed by wu-ftpd-2.6.1-0.6x.21
> MM> [root@math /root]#
>  
> I'm not sure what version you're running or what you may have customized,
> but that file is part of the pam package.
> 
> You may have a corrupt RPM database. You should check to see if the pam
> package is installed and if that file exists in reality.

Actually, it means that the pam update has not been applied.  Download
the pam rpm from a trusted mirror and apply that update first.  This got
me on one of my 6.2 systems.

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]



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



cdrecord

2001-11-30 Thread Blake Thornton

I need some help with cdrecord.  I'm not sure what the problem is, but I'm 
having trouble burning audio.  I have some cdrecord worthy wav files (I 
got them from an audio cd and used grip).

I then get the following in dummy mode.  Notice the error.  Everything 
works find if I burn a data cd, but I can't get audio to work.

-

[root@sierra ogg]# cdrecord -v -dummy speed=4 dev=1,0,0 -audio 
about_a_girl.wav
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg 
Schilling
TOC Type: 0 = CD-DA
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
Linux sg driver version: 3.1.20
Using libscg version 'schily-0.5'
atapi: 1
Device type: Removable CD-ROM
Version: 0
Response Format: 1
Vendor_info: 'LG  '
Identifikation : 'CD-RW CED-8120B '
Revision   : '1.03'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
Driver flags   : SWABAUDIO
Drive buf size : 5185536 = 5064 KB
FIFO size  : 4194304 = 4096 KB
Track 01: audio  36 MB (03:37.37) no preemp
Total size:  36 MB (03:37.37) = 16303 sectors
Lout start:  36 MB (03:39/28) = 16303 sectors
Current Secsize: 2048
ATIP info from disk:
  Indicated writing power: 4
  Is not unrestricted
  Is not erasable
  Disk sub type: Medium Type A, high Beta category (A+) (3)
  ATIP start of lead in:  -11849 (97:24/01)
  ATIP start of lead out: 359849 (79:59/74)
Disk type:Long strategy type (Cyanine, AZO or similar)
Manuf. index: 25
Manufacturer: Taiyo Yuden Company Limited
Blocks total: 359849 Blocks current: 359849 Blocks remaining: 343546
Starting to write CD/DVD at speed 4 in dummy mode for single session.
Last chance to quit, starting dummy write in 0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
Starting new track at sector: 0
Track 01:   0 of  36 MB written.cdrecord: Input/output error. write_g1: 
scsi sendcmd: no error
CDB:  2A 00 00 00 00 00 00 00 1B 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 64 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x64 Qual 0x00 (illegal mode for this track) Fru 0x0
Sense flags: Blk 0 (not valid) 
cmd finished after 0.002s timeout 40s

write track data: error after 0 bytes
Sense Bytes: 70 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 00
Writing  time:5.031s
Fixating...
WARNING: Some drives don't like fixation in dummy mode.
Fixating time:0.004s
cdrecord: fifo had 64 puts and 1 gets.
cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.
[root@sierra ogg]# 




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



Re: IMAP secure or insecure?

2001-11-30 Thread Dan Egli

Perhaps that was the issue. When I was working with Outlook 2k it was in
exchange mode because the powers that be had decreed that our mail server
would be an exchange server (despite my adamant objections!). I was
bascially told "Setup the exchange server, or we will hire someone else to
do it."

Read: Do it our way or get fired.

So thats probably it. I had to make sure they didn't get into internet mode.
I have not looked at internet mode.

- Original Message -
From: Tong Young <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 29, 2001 4:10 PM
Subject: RE: IMAP secure or insecure?


> It's real simple.  If you're in Internet Mode go to:
>
> Tools -> Accounts -> Add -> Mail
>
> Input Name
> Input Email Address
>
> Now there should be a button that says POP.  Simply click on that and
change
> it to IMAP.  Voila.  IMAP!
>
> Hope that helps.
>
> Corporate mode is pretty similar I believe. Just some of the menus are
> different.  You go to services instead of account I believe.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Dan Egli
> Sent: Thursday, November 29, 2001 2:55 PM
> To: [EMAIL PROTECTED]
> Subject: Re: IMAP secure or insecure?
>
>
> Could have fooled me. I have Outlook 2000 and Outlook XP and while I ahve
> not looked at XP I could never figure out how to define ANYTHING but a
pop3
> or a Exchange server. Mind sharing the wealth of knowledge so I know what
to
> do next time I am cursed with having to use OutLook?
>
> Thanks!
> - Original Message -
> From: Jason Costomiris <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, November 29, 2001 10:55 AM
> Subject: Re: IMAP secure or insecure?
>
>
> > On Thu, Nov 29, 2001 at 09:14:16AM -0700, Dan Egli wrote:
> > : If you mean OutLook (lookout, thats good), Outlook does Pop3 ONLY. Not
> even
> > : pop3s that I'm aware of. Outlook Express will do pop3, pop3s, imap,
and
> > : imaps.
> >
> > Um, nope.  Outlook does pop3, imap, pop3s and imaps.
> >
> > --
> > Jason Costomiris <><   |  Technologist, geek, human.
> > jcostom {at} jasons {dot} org  |  http://www.jasons.org/
> >   Quidquid latine dictum sit, altum viditur.
> > My account, My opinions.
> >
> >
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



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



Re: IMAP secure or insecure?

2001-11-30 Thread Dan Egli

Must be a difference in our versions. Last time I looked at Outlook 2000 the
"new mail account" option you describe was not present. Perhaps my copy of
outlook was too simple? I was using Outlook from office 2k standard, not
deluxe or professional or anything. I don't have office 2k anymore, and
don't care.

I have not looked in Outlook XP because I don't have it installed (and don't
really WANT it installed. Outlook Express works great for my needs and is
MUCH smaller). so what you describe could be there in XP. I won't say either
way. No HDD space to waste with that program.


- Original Message -
From: Jason Costomiris <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 29, 2001 5:41 PM
Subject: Re: IMAP secure or insecure?


> On Thu, Nov 29, 2001 at 03:54:31PM -0700, Dan Egli wrote:
> : Could have fooled me. I have Outlook 2000 and Outlook XP and while I
ahve
> : not looked at XP I could never figure out how to define ANYTHING but a
pop3
> : or a Exchange server. Mind sharing the wealth of knowledge so I know
what to
> : do next time I am cursed with having to use OutLook?
>
> At the risk of sounding flip, it's simple.  Open your eyes.
>
> Go into Outlook 2000 or XP and add a new account.  The first question is
> about what kind of account it is, whether it's POP3, IMAP, HTTP
> (like hotmail), Exchange or the ever popular, "other".
>
>
> --
> Jason Costomiris <><   |  Technologist, geek, human.
> jcostom {at} jasons {dot} org  |  http://www.jasons.org/
>   Quidquid latine dictum sit, altum viditur.
> My account, My opinions.
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



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



Re: update wu-ftpd

2001-11-30 Thread Wolfgang Pfeiffer

On Nov 30, 2001, 16:27 (-0300) Martín Marqués wrote:

> Trying to update wu-ftpd from rpm I get this error:
>
> [root@math /root]# rpm -Uvh
> /usr/src/redhat/RPMS/i386/wu-ftpd-2.6.1-0.6x.21.i386.rpm
> error: failed dependencies:
> /etc/pam.d/system-auth is needed by wu-ftpd-2.6.1-0.6x.21

... if you do
rpm -qf /etc/pam.d/system-auth
then on a Redhat 6.2 system you should get at least this answer:
pam-0.72-20
(or pam-0.72-20.6 ?? ...not being sure ...)

If your version is older then why not get a fresher one on a
redhat 6.2 update directory ...

to test it without really installing anything you could do (if I
remember correctly 'man rpm'):
rpm -Uvh --test  

(BTW: I'm running even a pam-0.75-14, built on a Redhat 6.2 machine,
on Redhat 6.2 ...)

Regards
Wolfgang

> [root@math /root]#
>
> What am I missing?
>
>

-- 
http://www.geocities.com/wolfgangpfeiffer/w3m.html


-- END TRANSMISSION --




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



Re: update wu-ftpd

2001-11-30 Thread Martín Marqués

On Vie 30 Nov 2001 19:22, you wrote:
> anon-ftp.

Nop. had to update pam as well.

> >>> Martín Marqués <[EMAIL PROTECTED]> 11/30/01 11:27AM >>>
>
> Trying to update wu-ftpd from rpm I get this error:
>
> [root@math /root]# rpm -Uvh
> /usr/src/redhat/RPMS/i386/wu-ftpd-2.6.1-0.6x.21.i386.rpm
> error: failed dependencies:
> /etc/pam.d/system-auth is needed by wu-ftpd-2.6.1-0.6x.21
> [root@math /root]#
>
> What am I missing?

-- 
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-
Martín Marqués  |[EMAIL PROTECTED]
Programador, Administrador, DBA |   Centro de Telematica
   Universidad Nacional
del Litoral
-



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



Best way to change the net config

2001-11-30 Thread Patrick Nelson

RH72

Post workstation install.  What is the best way to make network
configuration changes?  I'm moving systems off MS DHCP and need to
statically set their network config while I make decisions on setting up and
running DHCP or NIS on my trusty RH server.

So seeing netconf (of linuxconf which was a default part of RH62 I think)
isn't installed by default on a workstation install.  The setup program
(which calls netconfig) isn't really in depth at all and IMHO useless.  Is
there something like the old netconf or a couple of apps that will handle
everything that one configures for a network?



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



XSnow

2001-11-30 Thread Lance Spence

Does anyone know why XSNOW no longer works under Redhat 7.2? I have gone to
RPMFIND.NET and downloaded
Xsnow-1.41 thinking maybe the stock version was bad. It actually runs, but
there is no snow on the display. I'm running at 24bit 1024x768.



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



Re: update wu-ftpd

2001-11-30 Thread Richard Pruitt

anon-ftp.

>>> Martín Marqués <[EMAIL PROTECTED]> 11/30/01 11:27AM >>> 
Trying to update wu-ftpd from rpm I get this error: 

[root@math /root]# rpm -Uvh 
/usr/src/redhat/RPMS/i386/wu-ftpd-2.6.1-0.6x.21.i386.rpm 
error: failed dependencies: 
/etc/pam.d/system-auth is needed by wu-ftpd-2.6.1-0.6x.21 
[root@math /root]# 

What am I missing? 

-- 
Porqué usar una base de datos relacional cualquiera, 
si podés usar PostgreSQL? 
- 
Martín Marqués | [EMAIL PROTECTED] 
Programador, Administrador, DBA | Centro de Telematica 
Universidad Nacional 
del Litoral 
- 



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



anon-ftp.>>> Martín Marqués 
<[EMAIL PROTECTED]> 11/30/01 11:27AM >>> Trying to 
update wu-ftpd from rpm I get this error: [root@math /root]# rpm -Uvh 
/usr/src/redhat/RPMS/i386/wu-ftpd-2.6.1-0.6x.21.i386.rpm error: failed 
dependencies: /etc/pam.d/system-auth is needed by wu-ftpd-2.6.1-0.6x.21 
[root@math /root]# What am I missing? -- Porqué usar una 
base de datos relacional cualquiera, si podés usar PostgreSQL? 
- Martín 
Marqués | [EMAIL PROTECTED] 
Programador, Administrador, DBA | Centro de Telematica Universidad 
Nacional del Litoral 
- 
___ Redhat-list 
mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list 



RE: Where did mkpasswd go?

2001-11-30 Thread Vinny Valdez

Great, found it, thanks!
 
> I don't remember it ever being in shadow-utils, but check the 
> expect package. That's where it's been since 6.2, IIRC.
> 
> 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/re> dhat-list
> 



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



XF86Config file.....how do I set it up?

2001-11-30 Thread K Old

Hello all,

My laptop has the following specs and I'd like to know how to setup my 
XF86Config file.it's also below.  I can't use XConfigurator cause it 
gives a Segmentation Fault probably because of the fact that I had to 
upgrade to X4.1.0 manuallylong story.  Can someone show me how to set 
this up manually?  I've looked at all the FAQ's and am still confused.

Here are the specs:

Toshiba Salellite Pro 4600
Display
14.1” TFT (PIII 750MHz model) or 15.0” TFT active-matrix display
Internal display supports up to 16M colors at 1024 x 768
Graphics Controller
Trident XP graphics controller
16MB external SDRAM video memory
64-bit Graphics Accelerator
AGP bus support
BitBLT hardware, Hardware cursor, Direct Draw support, 3D graphics 
accelerator support
External Color Support
640 x 480; 60/75/85Hz Non-Interlaced @ 16M
800 x 600; 60/75/85Hz Non-Interlaced @ 16M
1024 x 768; 60/75/85Hz Non-Interlaced @ 16M
1280 x 1024; 60Hz Non-Interlaced @ 16M
1400 x 1050; 60Hz Non-Interlaced @ 64K
1600 x 1200; 60Hz Non-Interlaced @ 64K



Here is my XF86Config file:


# File generated by anaconda.
# **
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

RgbPath "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

FontPath   "unix/:7100"

EndSection

# **
# Server flags section.
# **

Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

# NoTrapSignals

# Uncomment this to disable the  server abort sequence
# This allows clients to receive this key event.

# DontZap

# Uncomment this to disable the / mode switching
# sequences.  This allows clients to receive these key events.

# DontZoom
EndSection

# Pointer section
# **

Section "Pointer"
Protocol"PS/2"
Device  "/dev/psaux"

#For wheel support - can not be used with Emulate3Buttons
#
#ZAxisMapping 4 5

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
#Protocol   "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice
#BaudRate   9600
#SampleRate 150

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
#   Emulate3Buttons
Emulate3Timeout50

# ChordMiddle is an option for some 3-button Logitech mice
#ChordMiddle

EndSection

# **
# Keyboard section
# **

Section "Keyboard"
Protocol"Standard"

AutoRepeat  500 5

# when using XQUEUE, comment out the above line, and uncomment the
# following line
# Protocol   "Xqueue"

# Let the server do the NumLock processing.  This should only be
# required when using pre-R6 clients
# ServerNumLock

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Xleds  1 2 3

# To set the LeftAlt to Meta, RightAlt key to ModeShift,
# RightCtl key to Compose, and ScrollLock key to ModeLock:

LeftAlt Meta
RightAltMeta
ScrollLock  Compose
RightCtlControl

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#XkbDisable

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#XkbModel"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#XkbModel"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#XkbLayout   "de"
# or:
#XkbLayout   "de"
#XkbVariant  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#XkbOptions  "ctrl:swapcaps"
#
# If you'd like to disable the capslock key, use:
#XkbOptions  "ctrl:nocaps"


 Xkb

Re: Where did mkpasswd go?

2001-11-30 Thread Brian Ashe

Hi Vinny,

On Friday, November 30, 2001, 4:45:14 PM, you babbled something about:

VV> I used to use mkpasswd to generate random passwords a long time ago, but
VV> I cannot find it anymore.  I checked RedHat's site, and changelog for
VV> shadow-utils2826-4 there is an entry where they removed mkpasswd.  

I don't remember it ever being in shadow-utils, but check the expect
package. That's where it's been since 6.2, IIRC.

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



Re: update wu-ftpd

2001-11-30 Thread Martín Marqués

On Vie 30 Nov 2001 16:40, you wrote:
> Hi Martín,
>
> On Friday, November 30, 2001, 2:27:31 PM, you babbled something about:
>
> MM> Trying to update wu-ftpd from rpm I get this error:
>
> MM> [root@math /root]# rpm -Uvh
> MM> /usr/src/redhat/RPMS/i386/wu-ftpd-2.6.1-0.6x.21.i386.rpm
> MM> error: failed dependencies:
> MM> /etc/pam.d/system-auth is needed by wu-ftpd-2.6.1-0.6x.21
> MM> [root@math /root]#
>
> MM> What am I missing?
>
> I'm not sure what version you're running or what you may have customized,
> but that file is part of the pam package.
>
> You may have a corrupt RPM database. You should check to see if the pam
> package is installed and if that file exists in reality.

I'm on a patch after patch RH-6.0 (don't tell me! We will upgrade soon :-) ).

==> rpm -qa | grep pam
pam-0.66-18
[martin@math] [~]
==>

-- 
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-
Martín Marqués  |[EMAIL PROTECTED]
Programador, Administrador, DBA |   Centro de Telematica
   Universidad Nacional
del Litoral
-



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



Where did mkpasswd go?

2001-11-30 Thread Vinny Valdez

I used to use mkpasswd to generate random passwords a long time ago, but
I cannot find it anymore.  I checked RedHat's site, and changelog for
shadow-utils2826-4 there is an entry where they removed mkpasswd.  

Why was this?  Is there any other utility for creating complex password
for multi-user management?  I know I can download one from freshmeat or
sourceforge, but I was just curious if RedHat included one, and why
mkpasswd is gone.

Thanks.

Vinny 



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



Re: html version of Info Pages

2001-11-30 Thread Harry Putnam

Viktors <[EMAIL PROTECTED]> writes:

> So, are there html pages for the info pages?  Is there another
> app I don't know of that builds a keyword index of all of this
> help information suitable for searching (like the MS stuff does)?

Use the info browser.  It has, built in, far more powerfull search
routines than any html mozilla find find again type thing.

For example:
info gcc 
Then press `s' and enter `long int'  The very first hit takes you to
this:
* Long Long::   Double-word integers---`long long int'.

If you click the hyper link it takes you to that info.

Or if you really get mean you can grep an info file in its entirety
like this:

 info gcc 2>/dev/null|grep 'long int'

Try `info  m Stantalone  to study how to use this
powerfull browser.

To study usage open the info browser then press C-h h for a turorial walkthru.

To see its power start info and then press
M-x info-apropos
And type in `regexp'

The info browser will tear thru your entire info installation and
compile a list of hyperlinks that lead you to discussions of regexp in
any info file.

Some people find the info browser hard to use. But I think it is
really just different than what they are used to.  With a little
practice the Standalone info browser is easily the most powerfull
interface for information gathering.  Texinfo is the absolute best
documentation method out there currently.

There are weakkneed copy cat apps like pinfo that lack the power of
the real thing.  If you learn to use it, info is a serious info
gathering tool.



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



IPCHAINS QUERY

2001-11-30 Thread Ashley Thomas


hi all,


I have a FW connected to 10.0.0.0 network and
156.15.77.0 network.

FW ext:ip 156.15.77.77
int ip:10.0.0.199

I need to block all traffic.

I need to port forward any ssh traffic from outside to 10.0.0.154

 I also need to ssh from 10.0.0.154 to 10.0.0.199 (which is the internal
ip of FW)

So i have a script ::

It does the port forw correctly

but i cannot do the ssh from 10.0.0.154 to  10.0.0.199


 Can you help me out !!: **



My script:

!/bin/bash

IPCHAINS="/sbin/ipchains"
IPMASQADM="/usr/sbin/ipmasqadm"

#Clear all previous stuff
$IPCHAINS -F input
$IPCHAINS -F output
$IPCHAINS -F forward

#Deny everything by default
$IPCHAINS -P input DENY
$IPCHAINS -P output DENY

#Do the change ip-addr in the header while forwarding
$IPCHAINS -P forward DENY

#Allow ssh in and out
$IPCHAINS -A input -i eth0 -p tcp --dport 22 -j ACCEPT
$IPCHAINS -A output -i eth0 -p tcp --sport 22 -j ACCEPT
$IPCHAINS -A input -i eth1 -p tcp --dport 22 -j ACCEPT
$IPCHAINS -A output -i eth1 -p tcp --sport 22 -j ACCEPT

#Clear the prev stuff
$IPMASQADM portfw -f
$IPMASQADM portfw -a -P tcp -L 156.15.77.77 22 -R 10.0.0.154 22

#enable ip forwarding
echo "1" > /proc/sys/net/ipv4/ip_forward



THANKS A LOT
Ashley



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



RE: Vncserver management

2001-11-30 Thread Vinny Valdez

> Us old Unix guys don't necessarily consider it a "workaround" 
> to start 
> things out of rc.local!  That's all we knew for years.  What's this 
> "service" stuff?  ;-)

Heh, you're right, I just wanted something to work as it says it does.
If something tells me it started something, and it didn't, I like to
know why.  I guess that's why I'm spending my day off reading mailing
lists, the curious geek in me :)  

Vinny



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



RE: Vncserver management

2001-11-30 Thread Jerry Winegarden

On Fri, 30 Nov 2001, Vinny Valdez wrote:

> 
> Ok, so I'm glad it's not just me.  I failed to mention this happens on 2
> other 7.2 boxes that I have, the exact same behavior, though I'm not
> worried about using the service manager on them.  
> 
> I know using rc.local isn't such a bad workaround, but what about


Us old Unix guys don't necessarily consider it a "workaround" to start 
things out of rc.local!  That's all we knew for years.  What's this 
"service" stuff?  ;-)


-- 
***
Jerry WinegardenOIT/Technical Support   Duke University
[EMAIL PROTECTED]http://www-jerry.oit.duke.edu
***



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



Re: New wu-ftpd version BROKEN???

2001-11-30 Thread Werner Puschitz


On 30 Nov 2001, Trond Eivind Glomsrød wrote:

> > linux2:userp$ ftp linux1
> > Connected to linux1.pjm.com.
> > 220 linux1 FTP server (Version wu-2.6.1-0.6x.21) ready.
> > Name (linux1:userp):
> > 331 Password required for userp.
> > Password:
> > 530 Login incorrect.
> > Login failed.
> > ftp> user userp
> > 331 Password required for userp.
> > Password:
> > 230 User userp logged in.
> > ftp> cd /tmp
> > 250 CWD command successful.
> > ftp> get wu-ftpd-2.6.1-0.6x.21.i386.rpm
> > local: wu-ftpd-2.6.1-0.6x.21.i386.rpm remote: 
> > wu-ftpd-2.6.1-0.6x.21.i386.rpm
> > 200 PORT command successful.
> > 150 Opening ASCII mode data connection for wu-ftpd-2.6.1-0.6x.21.i386.rpm (216611 
>bytes).
> 
> 
>   ^
> 
> Don't do that. Use binary mode.

Thanks, this explains the problem. I'm aware about the mode issue but I 
didn't see this because the default mode is always bin.

I actually didn't notice that the mode changes automatically to ascii if I 
provide a wrong password and when I user the ftp command "user " 
afterwards.
Is this supposed to be that way?

Werner




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



Re: New wu-ftpd version BROKEN???

2001-11-30 Thread Duncan Hill

On Fri, 30 Nov 2001, Werner Puschitz wrote:

> 200 PORT command successful.
> 150 Opening ASCII mode data connection for wu-ftpd-2.6.1-0.6x.21.i386.rpm (216611 
>bytes).

 ^^^

ASCII is not how you transfer a binary file.  Switch to binary mode first.

-- 

Sapere aude
My mind not only wanders, it sometimes leaves completely.
Never attribute to malice that which can be adequately explained by stupidity.



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



Re: New wu-ftpd version BROKEN???

2001-11-30 Thread Trond Eivind Glomsrød

Werner Puschitz <[EMAIL PROTECTED]> writes:

> I just upgraded a few RH 6.2 servers with wu-ftpd-2.6.1-0.6x.21.i386.rpm 
> when I noticed that "ftpd" is broken. Now wu-ftp is not always copying 
> the complete file any more. Here is how you can reproduce this problem on 
> your 6.2 servers. (I didn't get a chance yet to test the new wu-ftp 
> version on 7.2 servers.)

If you expect a bug, put it in bugzilla: https://bugzilla.redhat.com/bugzilla/
 
> linux2:userp$ ftp linux1
> Connected to linux1.pjm.com.
> 220 linux1 FTP server (Version wu-2.6.1-0.6x.21) ready.
> Name (linux1:userp):
> 331 Password required for userp.
> Password:
> 530 Login incorrect.
> Login failed.
> ftp> user userp
> 331 Password required for userp.
> Password:
> 230 User userp logged in.
> ftp> cd /tmp
> 250 CWD command successful.
> ftp> get wu-ftpd-2.6.1-0.6x.21.i386.rpm
> local: wu-ftpd-2.6.1-0.6x.21.i386.rpm remote: 
> wu-ftpd-2.6.1-0.6x.21.i386.rpm
> 200 PORT command successful.
> 150 Opening ASCII mode data connection for wu-ftpd-2.6.1-0.6x.21.i386.rpm (216611 
>bytes).


  ^

Don't do that. Use binary mode.
 

-- 
Trond Eivind Glomsrød
Red Hat, Inc.



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



New wu-ftpd version BROKEN???

2001-11-30 Thread Werner Puschitz


I just upgraded a few RH 6.2 servers with wu-ftpd-2.6.1-0.6x.21.i386.rpm 
when I noticed that "ftpd" is broken. Now wu-ftp is not always copying 
the complete file any more. Here is how you can reproduce this problem on 
your 6.2 servers. (I didn't get a chance yet to test the new wu-ftp 
version on 7.2 servers.)

In order to reproduce this problem you have to ftp to a 6.2 server where 
you installed wu-ftpd-2.6.1-0.6x.21.i386.rpm. But when you are asked for 
the password, provide the wrong password. After that try to login again
but this time by executing "user " within ftp. Once you are 
logged in, try to do a get of the file wu-ftpd-2.6.1-0.6x.21.i386.rpm. 
I nodiced that it depends on the size of the file.

Here is an example:

linux2:userp$ ftp linux1
Connected to linux1.pjm.com.
220 linux1 FTP server (Version wu-2.6.1-0.6x.21) ready.
Name (linux1:userp):
331 Password required for userp.
Password:
530 Login incorrect.
Login failed.
ftp> user userp
331 Password required for userp.
Password:
230 User userp logged in.
ftp> cd /tmp
250 CWD command successful.
ftp> get wu-ftpd-2.6.1-0.6x.21.i386.rpm
local: wu-ftpd-2.6.1-0.6x.21.i386.rpm remote: 
wu-ftpd-2.6.1-0.6x.21.i386.rpm
200 PORT command successful.
150 Opening ASCII mode data connection for wu-ftpd-2.6.1-0.6x.21.i386.rpm (216611 
bytes).
226 Transfer complete.
217388 bytes received in 0.0741 secs (2.9e+03 Kbytes/sec)
ftp> quit
221-You have transferred 217388 bytes in 1 files.
221-Total traffic for this session was 217945 bytes in 1 transfers.
221 Thank you for using the FTP service on linux1.
linux2:userp$
linux2:userp$ ls -al wu-ftpd-2.6.1-0.6x.21.i386.rpm 
-rw-r--r--1 userp   users  216604 Nov 30 15:10 wu-ftpd-2.6.1-0.6x.21.i386.rpm
linux2:userp$


As you can see, ftp says that it copied 216611 bytes, but it copied only 
216604 bytes! I did not had this problem with older wu-ftpd versions.

Werner



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



html version of Info Pages

2001-11-30 Thread Viktors

When I use Gnome and click on the ?-mark icon on the lower
left, I get the "Gnome Help Browser" and it looks like there
is a vast amount of information there.  However, this browser
seems to have no search ability.  So, I was wondering if there
are html versions of these pages so I could at least use Mozilla
to search within a page.  Then I could also search through the
html file directories for information that is difficult to find.

For example, lets say someone wanted to use long long int for the 
first time, but didn't know what it was called in gcc, it takes quite
a bit of work to find the answer in the info pages.  What if that 
person then wants to find out how to format a 64 bit integer for
printf?  Again, a difficult task without search ability.

So, are there html pages for the info pages?  Is there another
app I don't know of that builds a keyword index of all of this
help information suitable for searching (like the MS stuff does)?

Thanks.



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



Copy portions of terminal text to gnome printer icon

2001-11-30 Thread dfp10


Hello!
My Gnome printer icon for RH6.2 prints a dragged text file ok, but I cannot 
highlight and copy text from gnome or xterm windows.
Anybody know how to do this?
Thanks

###
Donald F. Parsons MB.BS, Ph.D, Research Physician,Wadsworth Ctr
NY State Dept of Health, ESP Box 509, Albany NY 12201-0509
[EMAIL PROTECTED] (518)474-7047





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



RE: Vncserver management

2001-11-30 Thread Vinny Valdez

> OK, fess up time: I went through this whole schmozzle myself 
> the other day. I ended up doing the following:
> 
> /sbin/chkconfig --levels 2345 vncserver off
> /sbin/service vncserver stop
> 
> In other words, killing the service management provided by RH 
> for Xvnc/vncserver.
> 
> I then just did a simple "vncserver" at my user prompt. It 
> asked me for a  password then the verify, then it forked 
> itself off in the background as it should and I could connect 
> at will from my other boxes. Vncserver is now being started 
> in my /etc/rc.d/local instead of the init.d. Not sure if I 
> just didn't grok how RH has its vncserver management setup 
> (highly likely) or if there really is something broken. Yes, 
> I tried the /etc/sysconfig/vncservers but this didn't work 
> either. Same symptoms as Vinnie described.
> 
> jb

Ok, so I'm glad it's not just me.  I failed to mention this happens on 2
other 7.2 boxes that I have, the exact same behavior, though I'm not
worried about using the service manager on them.  

I know using rc.local isn't such a bad workaround, but what about
running a "cleanup" script if the server reboots suddenly?  I guess I
could just add a line in rc.local just before I call vncserver, like

/bin/rm -rf /tmp/.X1-lock
/usr/bin/vncserver

I just like the service manager, and would like to see it work.

Thanks.



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



Re: [Apache] Using main server config _and_ virtual hosting?

2001-11-30 Thread Brian Ashe

Hi JW,

On Friday, November 30, 2001, 1:27:23 PM, you babbled something about:

J> Hey,

J> I've hit a weird one. Most likely I'm just overlooking something but I
J> don't know what, hopefully some one can point it out to me.

J> I have a server running Apache, all setup in the main server section.
J> Just now I tried to add a name based virtual host and the NBVH seems to
J> be "taking over" the main server config. It's pretty weird. In other
J> words, when I request the original _non_ virtual host's URL, I'm getting
J> the pages for the NBVH instead.

OK, here are my assumptions...
1. You have one IP address for all of these hosts (main and otherwise).
Let's define it as 1.2.3.4

2. You have set up DNS to point www.domain.dom to 1.2.3.4. and
www.clickpatroleurope.com as a CNAME or some such.

3. You set up your "main" server using "www.domain.dom"

4. You set up your NBVH as shown below.

BindAddress *
NameVirtualHost 1.2.3.4:80

ServerAdmin [EMAIL PROTECTED]
DocumentRoot /home/webhome/clickpatrol
DirectoryIndex cpeindex.php
ServerName www.clickpatroleurope.com
ServerAlias clickpatroleurope.com
ErrorLog logs/clickpatroleurope.com-error_log
CustomLog logs/clickpatroleurope.com-access_log combined


The problem is that BOTH domains are 1.2.3.4 and so therefore there is no
"undefined" host for the main server to take over on (except for localhost).

So you will need a "_default_" entry and it should go before the other
vhosts.

Hope that helps.

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



Re: RE: Vncserver management

2001-11-30 Thread jbinpg

Vinny Valdez <[EMAIL PROTECTED]> wrote:
t

> I seemed to have left a broken sentence:
> 
> > 2. question: why doesn't the command `service vncserver stop` 
> > stop a running vncserver, even though it displays the action 
> > result "[ok]"?
> > Investigation:
> > -I have run `service vncserver stop` after I manually start a 
> > vncserver (as described above), and the action result is 
> > "[ok]", but when I run `service vncserver status` (or check 
> > ps) the pid is still running. -I can manually kill the server 
> > with the command `vncserver -kill :1` and it will stop 
> > correctly, and clean up the temp screen in /tmp/.X1-lock
> > Also:  This is not a problem, the server stops correctly when 
> > I manually kill it, but what happens if the system reboots 
> > unexpectedly?  I will then try to connect to port 5901, but 
> since the vnc tmp screen wasn't cleaned up properly (it wasn't killed 
> correctly),the rc.local will execute vncserver, and it will be on 
> port 5902 (:2), and I do not want to have multiple ports open.

OK, fess up time: I went through this whole schmozzle myself the other
day. I ended up doing the following:

/sbin/chkconfig --levels 2345 vncserver off
/sbin/service vncserver stop

In other words, killing the service management provided by RH for
Xvnc/vncserver.

I then just did a simple "vncserver" at my user prompt. It asked me for
a  password then the verify, then it forked itself off in the background
as it should and I could connect at will from my other boxes. Vncserver
is now being started in my /etc/rc.d/local instead of the init.d. Not
sure if I just didn't grok how RH has its vncserver management setup
(highly likely) or if there really is something broken. Yes, I tried the
/etc/sysconfig/vncservers but this didn't work either. Same symptoms as
Vinnie described.

jb




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



Re: update wu-ftpd

2001-11-30 Thread Brian Ashe

Hi Martín,

On Friday, November 30, 2001, 2:27:31 PM, you babbled something about:

MM> Trying to update wu-ftpd from rpm I get this error:

MM> [root@math /root]# rpm -Uvh 
MM> /usr/src/redhat/RPMS/i386/wu-ftpd-2.6.1-0.6x.21.i386.rpm
MM> error: failed dependencies:
MM> /etc/pam.d/system-auth is needed by wu-ftpd-2.6.1-0.6x.21
MM> [root@math /root]#

MM> What am I missing?

I'm not sure what version you're running or what you may have customized,
but that file is part of the pam package.

You may have a corrupt RPM database. You should check to see if the pam
package is installed and if that file exists in reality.

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



update wu-ftpd

2001-11-30 Thread Martín Marqués

Trying to update wu-ftpd from rpm I get this error:

[root@math /root]# rpm -Uvh 
/usr/src/redhat/RPMS/i386/wu-ftpd-2.6.1-0.6x.21.i386.rpm
error: failed dependencies:
/etc/pam.d/system-auth is needed by wu-ftpd-2.6.1-0.6x.21
[root@math /root]#

What am I missing?

-- 
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-
Martín Marqués  |[EMAIL PROTECTED]
Programador, Administrador, DBA |   Centro de Telematica
   Universidad Nacional
del Litoral
-



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



[Apache] Using main server config _and_ virtual hosting?

2001-11-30 Thread JW

Hey,

I've hit a weird one. Most likely I'm just overlooking something but I don't know 
what, hopefully some one can point it out to me.

I have a server running Apache, all setup in the main server section. Just now I tried 
to add a name based virtual host and the NBVH seems to be "taking over" the main 
server config. It's pretty weird. In other words, when I request the original _non_ 
virtual host's URL, I'm getting the pages for the NBVH instead. 

After reading http://httpd.apache.org/docs/vhosts/examples.html#default it seems to me 
that this is not right:

"Using such a default vhost with a wildcard port effectively prevents any request 
going to the main server."

Presumign that "main server" does _not_ mean main _virtual_ server, this sounds to me 
like as long as I don't have a "_default_:*" NBVH set, any requests send to the server 
that don't match a NBVH should go to the main server config. But that is not happening.


If all of the above is confusing, just think of it this way: the NBVH is hijacking all 
requests going to the server. How do I get the NBVH to not interfere with the main 
server configuration?

Do I have set up a NBVH for the main server config too? I know I _can_, but do I 
_have_ to?

Here's the sum of everything I changed when I added the NBVH:

BindAddress *
NameVirtualHost 216.205.93.46:80

ServerAdmin [EMAIL PROTECTED]
DocumentRoot /home/webhome/clickpatrol
DirectoryIndex cpeindex.php
ServerName www.clickpatroleurope.com
ServerAlias clickpatroleurope.com
ErrorLog logs/clickpatroleurope.com-error_log
CustomLog logs/clickpatroleurope.com-access_log combined


If I comment those things out everything goes back to normal for the main server.

Any ideas how to get a regular server and NBVH to peacefully co-exist?


Jonathan Wilson
System Administrator

Cedar Creek Software http://www.cedarcreeksoftware.com
Central Texas IT http://www.centraltexasit.com



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



Re: ftp problem and passwd >8char after 7.2 upgrade

2001-11-30 Thread Thorsten Strusch

Helo Dan,

Dan Kirkpatrick wrote:
> 
> After upgrading to RH 7.2, if a user has a password over 8 characters, it
> says invalid login.  If they use just the first 8 characters, it works
> but how to fix it so it will accept it regardless?

(I never used a update) 

But you checked the md5 support for passwords up to 128 characters?

Otherwise you may look at this:

start linuxconf
  `-> Config
`-> Users
  `-> Policies
`-> Password & account policies

I can´t help you with your FTP-problem, sorry

regards
Thorsten



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



RE: Vncserver management

2001-11-30 Thread Vinny Valdez

I seemed to have left a broken sentence:

> 2. question: why doesn't the command `service vncserver stop` 
> stop a running vncserver, even though it displays the action 
> result "[ok]"?
> Investigation:
> -I have run `service vncserver stop` after I manually start a 
> vncserver (as described above), and the action result is 
> "[ok]", but when I run `service vncserver status` (or check 
> ps) the pid is still running. -I can manually kill the server 
> with the command `vncserver -kill :1` and it will stop 
> correctly, and clean up the temp screen in /tmp/.X1-lock
> Also:  This is not a problem, the server stops correctly when 
> I manually kill it, but what happens if the system reboots 
> unexpectedly?  I will then try to connect to port 5901, but since the
vnc tmp screen wasn't cleaned up properly (it wasn't killed correctly),
the rc.local will execute vncserver, and it will be on port 5902 (:2),
and I do not want to have multiple ports open.




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



RE: Vncserver management

2001-11-30 Thread Vinny Valdez

Yes.  All the links are created correctly, vncserver is listed in
chkconfig (and is therefore linked in /etc/rc.d/rc5.d, as I have run
level 5 as default).  

This is not where the problem is, however.  I have the service
configured to startup (and thus shutdown) correctly.  The problem is
when RUNNING the script in /etc/rc.d/init.d, it is not correctly
starting vncserver, or correctly stopping a running pid.  I may have
thrown too much information out at once.  Here are my basic
questions/problems:

1. question: why doesn't the command `service vncserver start` start
vncserver, even though it displays the action result "[ok]"?
Investigation:  
-I have run `service vncserver status` after I try to start it (as
stated above), and it displays "Xvnc is stopped" 
-I have checked my process status for vncserver, and I don't see a pid.
I used the following method:  `ps ax | grep vncserver`.
-I have manually executed `vncserver`, which will then start the server
properly.
-I can then execute `service vncserver status` and it will report a
"Xvnc (pid xxx) is running..."
-I can also grep my processes (as I did before), and I will see the same
pid.
Also: For this reason, I cannot rely on the service being listed in
chkconfig, as this only ensures there is a link in the proper location
for startup and shutdown.  The script IS executing properly, it IS NOT
starting the server properly.  Therefore, I have had to add the entry
`/usr/bin/vncserver` in my /etc/rc.d/rc.local to start the server

2. question: why doesn't the command `service vncserver stop` stop a
running vncserver, even though it displays the action result "[ok]"?
Investigation:
-I have run `service vncserver stop` after I manually start a vncserver
(as described above), and the action result is "[ok]", but when I run
`service vncserver status` (or check ps) the pid is still running.
-I can manually kill the server with the command `vncserver -kill :1`
and it will stop correctly, and clean up the temp screen in
/tmp/.X1-lock
Also:  This is not a problem, the server stops correctly when I manually
kill it, but what happens if the system reboots unexpectedly?  I will

3. question: where can I edit what default tcp port vnc uses?
Detail:
-I am currently reading documentation on how to tunnel through ssh,
which is what I would prefer to do on a publicly accessible machine.
HOWEVER, I am only using vnc on an internal network, behind a PIX
firewall, between protected clients.  If I need to access the server
from a remote (outside the PIX) location, I vpn via a cisco 3000
concentrator using IPSEC first, then access my vncserver.  Also, on my
linux box, my iptables rules only allow internal ip address to access
only the specific ports I allow (ssh, ftp, and vnc).  
-In addition, ssh tunneling still uses a tcp port for vnc, and I would
like to know where to change this.  The vnc documentation seems to point
me in circles on where to find out how to change the port.  I don't see
it in `man vncserver` or any other docs, though I'm sure I'm overlooking
something.

Thanks.


-Original Message-
From: Jerry Winegarden [mailto:[EMAIL PROTECTED]] 
Sent: Friday, November 30, 2001 10:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Vncserver management


On Fri, 30 Nov 2001, Vinny Valdez wrote:

> I have a quick question.  Has anybody successfully used the vncserver 
> script in /etc/rc.d/init.d (or `server vncserver start`) on RedHat 
> 7.2?
> 
> I can execute it, and will get the action feedback:
> 
> Starting VNC server:   [  OK  ]
> 
> But, a `ps ax | grep vnc` produces no pids.   And `serice vncserver
> status` reports
> 
> Xvnc is stopped
> 
> However, if I manually run `vncserver` and then run `service vncserver

> status` it will give me a pid.  I can then connect, using port 5901 (I

> remember this from using vnc in the past), and also wondered where to 
> change this.
> 
> The last thing, is `service vncserver stop` will NOT kill the pid, and

> clean up the tmp screen in /tmp/.X1-lock.  I have to remove file 
> manually, or the next server will run on 5902, 5903, etc.
> 


For the automatic startup of service daemons to occur, the proper setup 
must be done in /etc/rc.d/init.d Use chkconfig to see if this has
been 
done (it is likely it hasn't).

chkconfig --list | more

look for vncserver.  you will want to start it up in at least run states
3 
and 5, i would assume.

chkconfig --level 345 vncserver on

will enable vncserver to be started up automagically.
also, the proper links, etc will be set in /etc/rc.d/init.d so that the
service command for starting/stopping vncserver can be used (also 
/etc/rc.d/init.d/vncserver start|stop|restart|status  will work)

So, does vncserver show up in chkconfig --list  ?

HTH


-- 

***
Jerry WinegardenOIT/Technical Support   Duke University
[EMAIL PROTECTED]http://www-jerry.oit.duke.edu

RE: RH 7.2 not receiving email

2001-11-30 Thread Vinny Valdez


>This is easy to overlook and not mentioned anywhere I could see in the
documentation.
Yeah, I couldn't find it ANYWHERE when this was first implemented in
7.1.  

>In case it is not apparent, M4 comments are lines beginning with "dnl".
Stupid Outlook I'm using, broke my formatting.

Vinny




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



RE: Vncserver management

2001-11-30 Thread Jerry Winegarden

On Fri, 30 Nov 2001, Go, Jeffrey wrote:

> Hi jerry
> 
> Can I ask a neophyte's stupid question?..
> 
> I go to my /etc file and see about 3 rc.d files...mainly rc0.d, rc1.d and
> rc3.d
> 
> How would I add or what command would I use to add the VNCserver there?
> 
> 

Jeff,
The directory that counts is /etc/rc.d   not rcN.d (N=0,1,2,3,...)
and in particular, the init.d subdirectory of rc.d
But you don't want to make entries in there by hand if you don't have to
(you could if you absolutely had to, and that is one of the GOOD THINGS 
about Linux, you can do things by hand if you have to)
Are you saying that vncserver does NOT show up in the output of
chkconfig --list ?
Usually, when a daemon service package is installed, it puts 
entries in /etc/rc.d/init.d  In particular, it puts a little shell script 
that directory to start up the daemon (this script knows where the real 
program binary is).  Symbolic links are also set up.
Using chkconfig is the clean way to do this.  However, if your
installation of vncserver did not provide this nice set up, then there is 
another way to cause services to start up when you system starts up:
YOu can put an entry in /etc/rc.d/rc.local
This is a shell script that is designed for your own "local" scripts to be 
run after all the usual "redhat provided" system startup scripts run (the 
rc3.d or rc5.d scripts are run when you enter that run level.  level 5 is 
multi-user, with X-Windows running; run level 3 is just multi-user, no X.)
If you edit /etc/rc.d/rc.local, you can always put an entry in there that
simply starts vncserver "by hand", if that is indeed what you want to do.
Note, however, that since entries have not been made in /etc/rc.d/init.d 
for vncserver, in this case, that the service command to start/stop 
vncserver would not work.  But, since you've got it started by rc.local, 
you don't need.

>  -Original Message-
> From: Jerry Winegarden [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, November 30, 2001 8:51 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: Vncserver management
> 
> On Fri, 30 Nov 2001, Vinny Valdez wrote:
> 
> > I have a quick question.  Has anybody successfully used the vncserver
> > script in /etc/rc.d/init.d (or `server vncserver start`) on RedHat 7.2?
> > 
> > I can execute it, and will get the action feedback:
> > 
> > Starting VNC server:   [  OK  ]
> > 
> > But, a `ps ax | grep vnc` produces no pids.   And `serice vncserver
> > status` reports
> > 
> > Xvnc is stopped
> > 
> > However, if I manually run `vncserver` and then run `service vncserver
> > status` it will give me a pid.  I can then connect, using port 5901 (I
> > remember this from using vnc in the past), and also wondered where to
> > change this.
> > 
> > The last thing, is `service vncserver stop` will NOT kill the pid, and
> > clean up the tmp screen in /tmp/.X1-lock.  I have to remove file
> > manually, or the next server will run on 5902, 5903, etc.  
> > 
> 
> 
> For the automatic startup of service daemons to occur, the proper setup 
> must be done in /etc/rc.d/init.d Use chkconfig to see if this has been 
> done (it is likely it hasn't).
> 
> chkconfig --list | more
> 
> look for vncserver.  you will want to start it up in at least run states 3 
> and 5, i would assume.
> 
> chkconfig --level 345 vncserver on
> 
> will enable vncserver to be started up automagically.
> also, the proper links, etc will be set in /etc/rc.d/init.d so that the
> service command for starting/stopping vncserver can be used (also 
> /etc/rc.d/init.d/vncserver start|stop|restart|status  will work)
> 
> So, does vncserver show up in chkconfig --list  ?
> 
> HTH
> 
> 
> 

-- 
***
Jerry WinegardenOIT/Technical Support   Duke University
[EMAIL PROTECTED]http://www-jerry.oit.duke.edu
***



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



Re: installing redhat7.1 from iso image

2001-11-30 Thread Tammy Fox

Create a boot disk from boot.img, select Hard Drive as the Installation Method.
When prompted, select the partition and directory that contain the ISO images.

Tammy

On Thu, Nov 22, 2001 at 05:36:44AM -0800, sachin lamsoge wrote:
> hi all,
> 
>   i am trying to install 7.1 from the iso image.
> i downloaded both the images (disk1 and disk2). so now
> i have both the images with me on my harddisk. 
> i dont have a CD writer so i want to install it
> through my hard disk only. can anybody tell me wht is
> the procedure.
> 
> thanks
> 
> =
> sachin lamsoge
> b-tech electrical
> IIT bombay
> india
> 



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



RE: RH 7.2 not receiving email

2001-11-30 Thread Matthew Saltzman

On Fri, 30 Nov 2001, Vinny Valdez wrote:

> Have you searched on this?  It is all over this list, linuxdoc.org,
> google, redhat's site.  This is the default setup for RedHat/sendmail.
>
> 
>http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/ref-guide/s1-email-sendmail.html

Surprisingly, I didn't see instructions among the "Common Configuration
Changes" for just getting it turned on.

> You have to do two things:
>
> 1. sendmail in RedHat 7.1 and 7.2 uses tcpwrappers.  Add appropriate
> entries in /etc/hosts.allow  such as:
>
> sendmail:

This is easy to overlook and not mentioned anywhere I could see in the
documentation.

> 2. configure sendmail to listen to connections other than just loopback:
> edit /etc/mail/sendmail.mc  look for the line that says:
>
> dnl This changes sendmail to only listen on the loopback device
> 127.0.0.1
> dnl and not on any other network devices. Comment this out if you want
> dnl to accept email over the network.
>
> And comment out the following line.  Then, you have to generate a new

In case it is not apparent, M4 comments are lines beginning with "dnl".

> sendmail.cf.  The instructions are at the top of that file
> /etc/mail/sendmail.mc.  In short, you run
>
> m4 /etc/mail/sendmail.mc > /etc/sendmail.cf
>
> You may want to backup your sendmail.cf first, just in case.
>
> Restart sendmail, viola!
>
> Vinny
> http://www.tuxedo.org/~esr/faqs/smart-questions.html
>
>
>
>

-- 
Matthew Saltzman

Clemson University Math Sciences
[EMAIL PROTECTED]
http://www.math.clemson.edu/~mjs



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



ftp problem and passwd >8char after 7.2 upgrade

2001-11-30 Thread Dan Kirkpatrick

After upgrading to RH 7.2, if a user has a password over 8 characters, it 
says invalid login.  If they use just the first 8 characters, it works 
but how to fix it so it will accept it regardless?

Also, I can't ftp anymore. The service is running, the user is not listed 
in /etc/ftpusers, has a valid shell... I can't figure this one...

Here's the /etc/ftpaccess:
># This file controls the behavior of the wu-ftpd
># ftp server.
>#
># If you're looking for a graphical frontend to
># editing it, try kwuftpd from the kdeadmin
># package.
>
># Don't allow system accounts to log in over ftp
>deny-uid %-99 %65534-
>deny-gid %-99 %65534-
>allow-uid ftp
>allow-gid ftp
>
># The ftpchroot group doesn't exist by default, this
># entry is just supplied as an example.
># To chroot a user, modify the line below or create
># the ftpchroot group and add the user to it.
>#
># You will need to setup the required applications
># and libraries in the root directory (set using
># guest-root).
>#
># Look at the anonftp package for the files you'll need.
>guestgroup ftpchroot
>
># User classes...
>#class   all   real,guest,anonymous  *
>class   all   real  *
>
># Set this to your email address
>email root@localhost
>
># Allow 5 mistyped passwords
>loginfails 5
>
># Notify the users of README files at login and when
># changing to a different directory
>readme  README*login
>readme  README*cwd=*
>
># Messages displayed to the user
>message /welcome.msglogin
>message .messagecwd=*
>
># Allow on-the-fly compression and tarring
>compressyes all
>tar yes all
>
># Prevent anonymous users (and partially guest users)
># from executing dangerous commands
>chmod   no  guest,anonymous
>delete  no  anonymous
>overwrite   no  anonymous
>rename  no  anonymous
>
># Turn on logging to /var/log/xferlog
>log transfers anonymous,guest,real inbound,outbound
>
># pre-login message
>#greeting  terse|full
>greeting text This system is for authorized users only.  Unauthorized 
>activities as per Computer Use Policy 
>(http://cms.syr.edu/policy/computepolicy.html) are strictly prohibited on 
>this system and all access is logged in detail
>
># If /etc/shutmsg exists, don't allow logins
># see ftpshut man page
>shutdown /etc/shutmsg
>
># Ask users to use their email address as anonymous
># password
>passwd-check rfc822 warn


===
Dan Kirkpatrick   [EMAIL PROTECTED]
Computer Systems Manager
Department of Physics
Syracuse University, Syracuse, NY
http://www.physics.syr.edu/help/Fax:(315) 443-9103
===



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



Re: printing on Windows' Printer

2001-11-30 Thread Tammy Fox

http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/custom-guide/printconf-smb-printer.html

On Wed, Nov 21, 2001 at 04:43:42PM +0500, Carlo Feliciano N. Aureus wrote:
> 
> Hi Folks,
> 
> I want to print on a Windows Printer.  The printer is HP OfficeJet 45 and is 
> shared on the network.  The Machine where the printer is connected is
> running windows 2000 server and I have an account on this server.
> 
> I want my RedHat 7.2 to be able to print on this machine.  What should
> I put in my printer configuration?
> 
> Windows Machine Info:
> name:  titan
> workgroup: noc
> printer name: officejet
> 
> Please help.
> 
> carlo



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



RE: Vncserver management

2001-11-30 Thread Go, Jeffrey

Hi jerry

Can I ask a neophyte's stupid question?..

I go to my /etc file and see about 3 rc.d files...mainly rc0.d, rc1.d and
rc3.d

How would I add or what command would I use to add the VNCserver there?





Jeff Go
SAP Labs
BSS System Services


 -Original Message-
From:   Jerry Winegarden [mailto:[EMAIL PROTECTED]] 
Sent:   Friday, November 30, 2001 8:51 AM
To: [EMAIL PROTECTED]
Subject:Re: Vncserver management

On Fri, 30 Nov 2001, Vinny Valdez wrote:

> I have a quick question.  Has anybody successfully used the vncserver
> script in /etc/rc.d/init.d (or `server vncserver start`) on RedHat 7.2?
> 
> I can execute it, and will get the action feedback:
> 
> Starting VNC server:   [  OK  ]
> 
> But, a `ps ax | grep vnc` produces no pids.   And `serice vncserver
> status` reports
> 
> Xvnc is stopped
> 
> However, if I manually run `vncserver` and then run `service vncserver
> status` it will give me a pid.  I can then connect, using port 5901 (I
> remember this from using vnc in the past), and also wondered where to
> change this.
> 
> The last thing, is `service vncserver stop` will NOT kill the pid, and
> clean up the tmp screen in /tmp/.X1-lock.  I have to remove file
> manually, or the next server will run on 5902, 5903, etc.  
> 


For the automatic startup of service daemons to occur, the proper setup 
must be done in /etc/rc.d/init.d Use chkconfig to see if this has been 
done (it is likely it hasn't).

chkconfig --list | more

look for vncserver.  you will want to start it up in at least run states 3 
and 5, i would assume.

chkconfig --level 345 vncserver on

will enable vncserver to be started up automagically.
also, the proper links, etc will be set in /etc/rc.d/init.d so that the
service command for starting/stopping vncserver can be used (also 
/etc/rc.d/init.d/vncserver start|stop|restart|status  will work)

So, does vncserver show up in chkconfig --list  ?

HTH


-- 
***
Jerry WinegardenOIT/Technical Support   Duke University
[EMAIL PROTECTED]http://www-jerry.oit.duke.edu
***



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



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



Re: pty redirect on redhat 7.2

2001-11-30 Thread Bret Hughes

Bret Hughes wrote:

> Scott Sharkey wrote:
>
> >
> > The ppp command now supports pty redirection directly.  I don't
> > remember the specifics of the command, but man ppp should show it
> > to you.
> >
> > > If I do still need the linuxconf pty-redir does anyone know if I can
> > > just install it without the rest of the monster package?
> >
> > The old pty-redir won't work with the kernels in 7.2.  There is a
> > newer version on the net, but I never got it to work.  The ppp
> > option works great, though.
> >
> > -Scott
>
> Thanks scott, I will take a look!

Now that I look at that it is not so much pppd that I am having problems
with (we use updetach for that ) it is ssh that needs the redirection.

Bret



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



Re: need a sed expert

2001-11-30 Thread Thierry ITTY

A 09:55 29/11/01 -0500, vous avez écrit :
>Got a large text file and I want to output a certain block of lines from
>within that text file that fall between two patterns:
>
>
>This is the stuff I want outputed
>
>
>$ somecommand -start "" -stop ""
>
>would output "This is the stuff I want outputed".   I figured some sed guru
>had this thing handy.

try :

cat file | sed -n -e '//,/<\/element7>p'

given an input file of

blah

This is the stuff I want outputed

blah blah

this will output


This is the stuff I want outputed


if you want to remove tag lines then try :

cat file | sed -n -e '//,/<\/element7>p' | grep -E -v
'^'

this wil output only

This is the stuff I want outputed



hth


- * - * - * - * - * - * -
Bien sûr que je suis perfectionniste !
Mais ne pourrais-je pas l'être mieux ?
Thierry ITTY
eMail : [EMAIL PROTECTED]   FRANCE



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



Re: Samba

2001-11-30 Thread Thierry ITTY

>I have configured Samba on RH7.1 using SWAT and got the following error
when I typed "smbstatus" at the prompt
>" Couldn't open status file /var/lock/samba/STATUS..LCK"

i remember i sometimes had this message after a fresh install until at
least one connection occured. so connect at least once from anywhere then
try smbstatus again


>the nmbd daemon could not be started when the server was rebooted.  

check logs...
- * - * - * - * - * - * -
Bien sûr que je suis perfectionniste !
Mais ne pourrais-je pas l'être mieux ?
Thierry ITTY
eMail : [EMAIL PROTECTED]   FRANCE



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



Re: Printing Web Pages

2001-11-30 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 30 Nov 2001, Stephen Johnston wrote:
>I have a directory containing some html files, these inlcude images, those
>images are located in another local directory.
>
>I would like to print these, without having to load every html page into my
>browser.

Use html2ps .

Tony
- -- 
Anthony E. Greene <[EMAIL PROTECTED]> 
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
Chat: AOL/Yahoo: TonyG05
Linux. The choice of a GNU generation 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene <[EMAIL PROTECTED]> 0x6C94239D

iD8DBQE8B7hzpCpg3WyUI50RAq1HAJ4+4IgA3bHaGuvHNoOQDO0ZEqFaKwCg+Fpy
5fKor4i+1XHYejqKocU+s+M=
=pkQP
-END PGP SIGNATURE-



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



Problems with X and 7.2 (still not working)

2001-11-30 Thread K Old

Hello all,

I posted this the other day and got a response suggesting I look in the BIOS 
and change the resolution that way, but the only thing in there that deals 
with resolution make everything look crazy.

So, I'm back to square one.  Anyone have any ideas of what I can 
do.surely someone has got to have some problem like this.

Kevin


>From: "K Old" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Problems with X and 7.2
>Date: Wed, 28 Nov 2001 11:02:24 -0600
>
>Hello all,
>
>I have a problem with the X server and gettin it to work on the 7.2 install
>on my laptop.  Here's what's happened:
>
>- First, I have a Toshiba Satellite Pro 4600 with the Trident CyberBladeXP
>video card.  This has just been supported by XFree86 in the 4.10 release.
>Some of the rpm's in the 7.2 release are 4.1.0, but others are the 3.3.6
>release.
>
>- I did get RH 7.2 installed.  X was not coming up though, so I downloaded
>XFree86 4.1.0 and manually installed it.  Everything is fine except I can
>only get it to work in a small window in the ceter of my screen, not like
>normal where it takes up the whole screen.
>
>I saw somewhere where someone with the same model as mine (of laptop) did
>the same install and had the same problem, and used a command line switch
>(vga=791) and that corrected it for him.  I did that and during the boot up
>it takes up the whole screen, but when I start X, it does some processing,
>but nothing ever comes up and I have to manually shut the computer down.
>
>Can anyone offer any advice on how I can get this working full screen?
>
>Thanks,
>Kevin
>
>_
>Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>
>
>___
>Redhat-list mailing list
>[EMAIL PROTECTED]
>https://listman.redhat.com/mailman/listinfo/redhat-list


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



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



Re: rhnsd logs /var/log/messages

2001-11-30 Thread Tammy Fox

It is looking for the file /etc/sysconfig/rhn/systemid that is created
when you register your system for Red Hat Network. Turning
off the rhnsd service should stop these error messages if you
don't want to use RHN to check for updated packages automatically.

Tammy

On Tue, Nov 20, 2001 at 12:50:34PM +, [EMAIL PROTECTED] wrote:
> Periodically my rhnsd logs /var/log/messages:
> 
> /usr/sbin/rhn_check
> ERROR: unable to read system id. 
> 
> What is this and what do I do about it?
> 
> Regards,
> 
> eve.
> 
> -->> FREE Perl CGI scripts add WEB ACCESS to your
> -->> POP E-Mail accounts! Download today!! http://www.adjeweb.com
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



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



Re: How to Setup a Proxy/Firewall or Router/firewall??

2001-11-30 Thread Tammy Fox

Here is a REALLY brief explanation to get you started. 

Use one of the network cards in the firewall machine
to grab an outside Internet connection and set the IP address
of the other card to an internal IP address that is on the same
subnet as the other internal machines.

http://www.linuxheadquarters.com/howto/networking/ipchains.shtml

After you get it working, you should add more ipchains rules to secure
your firewall and turn off as many services as possible on your
firewall machine.

Tammy

On Mon, Nov 19, 2001 at 02:24:11PM +0100, alexis Vasquez wrote:
> I have a LAN and I would like to connect to internet
> through linux as a proxy/firewall or a router/firewall
> I've redhat 7.0, and two networks adapters.
> 
> my linux machine it does conect to internet but the
> users of my LAN cann't connect to internet.
> 
>  How can I configure my linux box to serve as a proxy
> or router?



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



Re: Vncserver management

2001-11-30 Thread Jerry Winegarden

On Fri, 30 Nov 2001, Vinny Valdez wrote:

> I have a quick question.  Has anybody successfully used the vncserver
> script in /etc/rc.d/init.d (or `server vncserver start`) on RedHat 7.2?
> 
> I can execute it, and will get the action feedback:
> 
> Starting VNC server:   [  OK  ]
> 
> But, a `ps ax | grep vnc` produces no pids.   And `serice vncserver
> status` reports
> 
> Xvnc is stopped
> 
> However, if I manually run `vncserver` and then run `service vncserver
> status` it will give me a pid.  I can then connect, using port 5901 (I
> remember this from using vnc in the past), and also wondered where to
> change this.
> 
> The last thing, is `service vncserver stop` will NOT kill the pid, and
> clean up the tmp screen in /tmp/.X1-lock.  I have to remove file
> manually, or the next server will run on 5902, 5903, etc.  
> 


For the automatic startup of service daemons to occur, the proper setup 
must be done in /etc/rc.d/init.d Use chkconfig to see if this has been 
done (it is likely it hasn't).

chkconfig --list | more

look for vncserver.  you will want to start it up in at least run states 3 
and 5, i would assume.

chkconfig --level 345 vncserver on

will enable vncserver to be started up automagically.
also, the proper links, etc will be set in /etc/rc.d/init.d so that the
service command for starting/stopping vncserver can be used (also 
/etc/rc.d/init.d/vncserver start|stop|restart|status  will work)

So, does vncserver show up in chkconfig --list  ?

HTH


-- 
***
Jerry WinegardenOIT/Technical Support   Duke University
[EMAIL PROTECTED]http://www-jerry.oit.duke.edu
***



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



Re: pty redirect on redhat 7.2

2001-11-30 Thread Bret Hughes

Scott Sharkey wrote:

>
> The ppp command now supports pty redirection directly.  I don't
> remember the specifics of the command, but man ppp should show it
> to you.
>
> > If I do still need the linuxconf pty-redir does anyone know if I can
> > just install it without the rest of the monster package?
>
> The old pty-redir won't work with the kernels in 7.2.  There is a
> newer version on the net, but I never got it to work.  The ppp
> option works great, though.
>
> -Scott

Thanks scott, I will take a look!

Bret



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



RE: Vncserver management

2001-11-30 Thread Go, Jeffrey

Hi Vinny

I am having issues now just STARTING the darn thing..

Any thoughts?

I can switch over to /etc/"directory" where vnc is installed, and I see the
files,
But I go "vncserver"  and it says it cannot find the file





Jeff Go
SAP Labs
BSS System Services


 -Original Message-
From:   Vinny Valdez [mailto:[EMAIL PROTECTED]] 
Sent:   Friday, November 30, 2001 6:58 AM
To: [EMAIL PROTECTED]
Subject:Vncserver management

I have a quick question.  Has anybody successfully used the vncserver
script in /etc/rc.d/init.d (or `server vncserver start`) on RedHat 7.2?

I can execute it, and will get the action feedback:

Starting VNC server:   [  OK  ]

But, a `ps ax | grep vnc` produces no pids.   And `serice vncserver
status` reports

Xvnc is stopped

However, if I manually run `vncserver` and then run `service vncserver
status` it will give me a pid.  I can then connect, using port 5901 (I
remember this from using vnc in the past), and also wondered where to
change this.

The last thing, is `service vncserver stop` will NOT kill the pid, and
clean up the tmp screen in /tmp/.X1-lock.  I have to remove file
manually, or the next server will run on 5902, 5903, etc.  

I only want to open up one port through my iptables set, so it would be
nice if I could manage this process properly.  The biggest problem
though, is that if the machine restarts, vncserver is not running.  I
have to add an entry to rc.local, but then it will be running on the
next avaiable screen.

Any help is appreciated.

Vinny



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



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



Re: Vncserver management

2001-11-30 Thread Jack Bowling

** Reply to message from Vinny Valdez <[EMAIL PROTECTED]> on Fri, 30 Nov 
2001 08:57:46 -0600
> 
> I only want to open up one port through my iptables set, so it would be
> nice if I could manage this process properly.  The biggest problem
> though, is that if the machine restarts, vncserver is not running.  I
> have to add an entry to rc.local, but then it will be running on the
> next avaiable screen.

Don't open up a port for vnc. Instead, get ssh working and then tunnel vnc through 
ssh. Much more secure.

jb



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



Re: Trusted Host issues.

2001-11-30 Thread mike

At a guess you may have tried to give the same authentication key as
another box which will fail

On Fri, 2001-11-30 at 14:45, Michaell Taylor wrote:
> 
> Everyone has probably seen this question a 1,000 times by now, but here goes.
> I need to get a trusted host arrangement between a number of machines.  
> Configurations for several machines went find, but one is giving me trouble.  
> I copied the ssh_config; sshd_config from a successful implementation to the 
> problem box.
> 
> MACHINE - Redhat 7.2 - openssh-2.9p2-9
> 
> client's /etc/ssh/ssh_config includes:
> 
> 
> Host statamatic
> ForwardAgent yes
> ForwardX11 yes
> FallBackToRsh no
> Protocol 2,1
> RhostsAuthentication yes
> RhostsRSAAuthentication yes
> DSAAuthentication yes
> IdentityFile ~/.ssh/identity
may be an idea to delete this file and retry
> # Be paranoid by default
> Host *
> ForwardAgent no
> ForwardX11 yes
> FallBackToRsh no
> Protocol 2,1
>RhostsAuthentication yes
>RhostsRSAAuthentication yes
> DSAAuthentication yes
> 
> PERMISSIONS:
> -rw-r--r--1 root root 1261 Nov 30 08:35 ssh_config
> -rw---1 root root 1195 Nov 27 10:53 sshd_config
> 
> 
> When I: ssh -v -v -v statamatic I get:
> 
> debug1: Reading configuration data /etc/ssh/ssh_config
> debug1: Applying options for statamatic
> debug1: Applying options for *
> debug1: Seeding random number generator
> debug1: Rhosts Authentication disabled, originating port will not be trusted.
> debug1: restore_uid
> 
> MACHINE - Redhat 7.2 - openssh-2.9p2-9
> 
> Okay...so what is leading to "Rhosts Authentication disabled."  It will 
> authenticate on passphrase/password. Is there another config file somewhere 
> or what?
> 
> Thanks in advance.
> 
> Host machine sshd_config --- probably not important since problem seems to 
> occur before this, nevertheless, greps of the more important lines:
> 
> RhostsAuthentication yes
> RhostsRSAAuthentication yes
> DSAAuthentication yes
> RSAAuthentication yes
> PasswordAuthentication yes
> #SkeyAuthentication no
> #KerberosAuthentication no
> HostKey /etc/ssh/ssh_host_key
> #IgnoreUserKnownHosts yes
> IgnoreRhosts no
> # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
> RhostsAuthentication yes
> # For this to work you will also need host keys in /etc/ssh_known_hosts
> RhostsRSAAuthentication yes
> 
What error message do you get without -v -v

> 
> 
> =
> Michaell Taylor, PhD
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



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



Re: Printing Web Pages

2001-11-30 Thread mike

On Fri, 2001-11-30 at 12:59, Stephen Johnston wrote:
> Hiya
> 
> I have a directory containing some html files, these inlcude images, those
> images are located in another local directory.
> 
> I would like to print these, without having to load every html page into my
> browser.
> 
> Any suggestions ?

Dont see that you have that much choice as all html tags are is
instructions to a UA ie: a browser to render the page.

You could rewrite the html so that all the files are in one page -
should not take too long - could cat the files together then remove
extraneous head tags



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



Re: RH 7.2 not receiving email

2001-11-30 Thread mike

On Fri, 2001-11-30 at 15:35, Redhat mailing list wrote:
> 
> 
> Hi,
> 
> I just installed 7.2.  Is accepting mail turned off by default.
> Connection is refused from other host on port 25 but when i connect
> via localhost (127.0.0.1) connection on port 25 is accepted.
> 
> How do I set my box so that I can accept mails from other hosts..
> 
Perspnnally I would install exim and run eximcinfig (comes with rpm not
with source) answer appropriate questions - job done.

This is not official RH advice but it works for me

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



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



RE: RH 7.2 not receiving email

2001-11-30 Thread Vinny Valdez

Have you searched on this?  It is all over this list, linuxdoc.org,
google, redhat's site.  This is the default setup for RedHat/sendmail.  

http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/ref-guide/s1-ema
il-sendmail.html

You have to do two things: 

1. sendmail in RedHat 7.1 and 7.2 uses tcpwrappers.  Add appropriate
entries in /etc/hosts.allow  such as:

sendmail:

2. configure sendmail to listen to connections other than just loopback:
edit /etc/mail/sendmail.mc  look for the line that says:

dnl This changes sendmail to only listen on the loopback device
127.0.0.1
dnl and not on any other network devices. Comment this out if you want
dnl to accept email over the network.

And comment out the following line.  Then, you have to generate a new
sendmail.cf.  The instructions are at the top of that file
/etc/mail/sendmail.mc.  In short, you run

m4 /etc/mail/sendmail.mc > /etc/sendmail.cf

You may want to backup your sendmail.cf first, just in case.

Restart sendmail, viola!

Vinny
http://www.tuxedo.org/~esr/faqs/smart-questions.html



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



Copy terminal text to gnome printer icon

2001-11-30 Thread dfp10

Hello!
My Gnome printer icon for RH6.2 prints a dragged text file ok, but I cannot 
highlight and copy text from gnome or xterm windows.
Anybody know how to do this?
Thanks

###
Donald F. Parsons MB.BS, Ph.D, Research Physician,Wadsworth Ctr
NY State Dept of Health, ESP Box 509, Albany NY 12201-0509
[EMAIL PROTECTED] (518)474-7047



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



tcsh tab complete & perl readdir don't see some files

2001-11-30 Thread Bennett, Paul

I have a couple RH 7.1 machines where, both the tab complete function of
tcsh and readdir call of perl don't return all the files they should in a
directory.  For instance if there are two files, test.test and test.old, tab
complete will complete test.test after entering te or may not find any
files after enter the same.  Similarly readdir in perl will return only a
some of the files in a directory.  There isn't any obvious pattern to which
files "appear" or which are unseen.  This only happens in an NFS mounted
filesystem that is XFS on SGI. 

Thanks, 
Paul 



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



RH 7.2 not receiving email

2001-11-30 Thread Redhat mailing list



Hi,

I just installed 7.2.  Is accepting mail turned off by default.
Connection is refused from other host on port 25 but when i connect
via localhost (127.0.0.1) connection on port 25 is accepted.

How do I set my box so that I can accept mails from other hosts..

thanks

carlo




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



Re: Kernel oops?

2001-11-30 Thread Lorris J. Woods

Hey, it's nothing more than the response from your uname -a command.

lookup "man uname".

--On Friday, November 30, 2001 1:21 AM +0100 Leonard den Ottolander 
<[EMAIL PROTECTED]> wrote:

>Hi Ward,
>
>> Ok, I've seen kernel panics before, but what the devil is this?
>
>> [root@Charlie log]# uname -a
>> Linux Charlie.nswcphdn.navy.mil 2.4.2-2 #1 Sun Apr 8 19:37:14 EDT 2001
>> i586 unknown
>
>  I have no idea, but it seems it is time for a kernel upgrade
>
>Bye,
>
>Leonard.
>
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



Thanx Much,
Lorris



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



Vncserver management

2001-11-30 Thread Vinny Valdez

I have a quick question.  Has anybody successfully used the vncserver
script in /etc/rc.d/init.d (or `server vncserver start`) on RedHat 7.2?

I can execute it, and will get the action feedback:

Starting VNC server:   [  OK  ]

But, a `ps ax | grep vnc` produces no pids.   And `serice vncserver
status` reports

Xvnc is stopped

However, if I manually run `vncserver` and then run `service vncserver
status` it will give me a pid.  I can then connect, using port 5901 (I
remember this from using vnc in the past), and also wondered where to
change this.

The last thing, is `service vncserver stop` will NOT kill the pid, and
clean up the tmp screen in /tmp/.X1-lock.  I have to remove file
manually, or the next server will run on 5902, 5903, etc.  

I only want to open up one port through my iptables set, so it would be
nice if I could manage this process properly.  The biggest problem
though, is that if the machine restarts, vncserver is not running.  I
have to add an entry to rc.local, but then it will be running on the
next avaiable screen.

Any help is appreciated.

Vinny



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



Trusted Host issues.

2001-11-30 Thread Michaell Taylor


Everyone has probably seen this question a 1,000 times by now, but here goes.
I need to get a trusted host arrangement between a number of machines.  
Configurations for several machines went find, but one is giving me trouble.  
I copied the ssh_config; sshd_config from a successful implementation to the 
problem box.

MACHINE - Redhat 7.2 - openssh-2.9p2-9

client's /etc/ssh/ssh_config includes:


Host statamatic
ForwardAgent yes
ForwardX11 yes
FallBackToRsh no
Protocol 2,1
RhostsAuthentication yes
RhostsRSAAuthentication yes
DSAAuthentication yes
IdentityFile ~/.ssh/identity
# Be paranoid by default
Host *
ForwardAgent no
ForwardX11 yes
FallBackToRsh no
Protocol 2,1
   RhostsAuthentication yes
   RhostsRSAAuthentication yes
DSAAuthentication yes

PERMISSIONS:
-rw-r--r--1 root root 1261 Nov 30 08:35 ssh_config
-rw---1 root root 1195 Nov 27 10:53 sshd_config


When I: ssh -v -v -v statamatic I get:

debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for statamatic
debug1: Applying options for *
debug1: Seeding random number generator
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: restore_uid

MACHINE - Redhat 7.2 - openssh-2.9p2-9

Okay...so what is leading to "Rhosts Authentication disabled."  It will 
authenticate on passphrase/password. Is there another config file somewhere 
or what?

Thanks in advance.

Host machine sshd_config --- probably not important since problem seems to 
occur before this, nevertheless, greps of the more important lines:

RhostsAuthentication yes
RhostsRSAAuthentication yes
DSAAuthentication yes
RSAAuthentication yes
PasswordAuthentication yes
#SkeyAuthentication no
#KerberosAuthentication no
HostKey /etc/ssh/ssh_host_key
#IgnoreUserKnownHosts yes
IgnoreRhosts no
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
RhostsAuthentication yes
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication yes




=
Michaell Taylor, PhD



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



Re: pty redirect on redhat 7.2

2001-11-30 Thread Scott Sharkey

Bret Hughes wrote:
> 
> We have been using an openssh/pppd tunnel as a vpn for quite some time
> with great sucess.  My partner just got a highspeed connection at his
> house and I was walking him through setting up the connection to our
> office when we got to the step of trying the actual connection after
> verifying all the ssh keys and seeing the ppp garbage sent back from the
> server.
> 
> The scripts we use to do this on RH6.2 all use a pty-redir that is
> apparently a part of the linuxconf package.

Actually, I think that thing was available separately.
 
> This box is a 7.2 and we have not installed linuxconf.  Is there some
> functionallity in the 2.4 kernel or some other package that renders this
> obsolete or do I need to install linuxconf?

The ppp command now supports pty redirection directly.  I don't
remember the specifics of the command, but man ppp should show it
to you.
 
> If I do still need the linuxconf pty-redir does anyone know if I can
> just install it without the rest of the monster package?

The old pty-redir won't work with the kernels in 7.2.  There is a
newer version on the net, but I never got it to work.  The ppp
option works great, though.

-Scott



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



Re: Bridge + NAT -- will 2 dhcp servs cause probs?

2001-11-30 Thread Jason Costomiris

On Thu, Nov 29, 2001 at 09:57:50PM -0600, Chad and Doria Skinner wrote:
: > The easiest answer?  Don't use a bridge.  If you do your VPN using
: > FreeSWAN, it will work properly, and you will have the benefits of using
: > IPSec (reliable, heavily tested, inter-operability with other VPN
: > solutions,
: > etc.).
: 
: I thought about using cipe directly, but I don't know a thing about
: FreeSWAN. From my understanding cipe would not work for my situation. The
: problem is that the linux box on the second network is not a gateway, but a
: client to the Linksys DSL router. I was thinking of using a bridge since it
: cause the linux box to listen to all traffic and forward it through a tunnel
: to my linux fw/router on the other network.
: 
: Will FreeSWAN work for this type of setup?

No.  THe other end will have to be an IPSec device.  For that matter, I don't
think bridging will work either, since each endpoint would have to be a 
multihomed machine.

-- 
Jason Costomiris <><   |  Technologist, geek, human.
jcostom {at} jasons {dot} org  |  http://www.jasons.org/ 
  Quidquid latine dictum sit, altum viditur.
My account, My opinions.



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



Fwd: Re: OT: svscan and the hard disk

2001-11-30 Thread Martín Marqués

Any thoughts on what DJB thinks of the Linux FS?

Sorry for him, each day I convince myself of not using Qmail ever!

Saludos... :-)

--  Forwarded Message  --

Subject: Re: OT: svscan and the hard disk
Date: 30 Nov 2001 02:05:35 -
From: "D. J. Bernstein" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]

Pavel Kankovsky writes:
> all my attempts to find any piece of standard/specification/documentation
> saying that fs metadata are to be updated synchronously have failed so far

doc/smm/03.fsck_ffs/2.t

The guarantees provided by FFS make it reasonably easy for mail-handling
software to perform reliable disk transactions. The speed is adequate
for most sites.

The Linux filesystem designers, ignorant of the demands of critical
applications, screwed this up in two ways:

   * They broke compatibility, by failing to provide the FFS system
 calls with the FFS guarantees.

 They wanted an asynchronous rename(), for example. They should have
 added an asyncrename() system call. Instead they foolishly changed
 the semantics of rename(), breaking mail-handling programs.

 Of course, the incompatibility isn't obvious to people who don't
 realize that some programs rely on rename() being synchronous.

   * They didn't provide any way to perform reliable transactions, other
 than syncing the whole filesystem (with, e.g., a directory fsync).

 Even sync mode is worrisome. Has anyone verified that blocks are
 written to disk in the correct order? This is not rocket science,
 but it does require a certain level of care with every operation.

 Supposedly there's a faster transaction mechanism now, but I don't
 trust it. Do the people writing the filesystem code understand that
 there _is_ a correct order for block writes?

The situation since then has become even worse. Filesystem reliability
has gone down the tubes: users are regularly suffering data corruption,
even when there _isn't_ a crash. There are at least four different
filesystem transaction interfaces.

I'm reorganizing most of my create-one-file programs to use a generic
atomicwrite tool, so that all the stupid portability issues are isolated
inside one program. Meanwhile, qmail 2 uses its own internal filesystem
for the queue.

---Dan
n

---

-- 
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-
Martín Marqués  |[EMAIL PROTECTED]
Programador, Administrador, DBA |   Centro de Telematica
   Universidad Nacional
del Litoral
-



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



Printing Web Pages

2001-11-30 Thread Stephen Johnston

Hiya

I have a directory containing some html files, these inlcude images, those
images are located in another local directory.

I would like to print these, without having to load every html page into my
browser.

Any suggestions ?

TIA

S.

-- 
Stephen Johnston   Phone: +49 89 32006563
NGAST Advanced Project Fax  : +49 89 32006380
European Southern Observatory
Karl-Schwarzschild-Strasse 2
D-85748 Garching bei Muenchen  http://www.eso.org/~sjohnsto



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



Re: Problem in Retriving mail

2001-11-30 Thread Ed Wilts

On Wed, 2001-11-28 at 01:45, Nannu wrote:
> Hi All,
> Recently i installed RH72. everything is going fine. I can send email to 
>[EMAIL PROTECTED] where x1 is alias of x. x1 is created in /etc/aliases 
>file for x user. but the sent message is not seen for x user in the linux machin when 
>x is logged in. But i can't pop email message by MS outlook/eudora from my Redhat 
>machine. 
> *Server is install by disabling firewall.
> *telnet is working for 25 and 110 port from local host/remote host.
> **Other packages(postgresql, remote login etc),  are working fine.

First, did you run newaliases after you added the entry?  
Secondly, what does /var/log/maillog say?
Do you see /var/spool/mail/x1?  If so, then the alias is not working.

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]



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



Re: Shutting Down network connection

2001-11-30 Thread Michael Scottaline

On Fri, 30 Nov 2001 03:32:58 -0500 (EST)
"Anthony E. Greene" <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Thu, 29 Nov 2001, Michael Scottaline wrote:
> 
> >On Thu, 29 Nov 2001 20:18:31 -0500 (EST)
> >Dave Reed <[EMAIL PROTECTED]> wrote:
> >
> >
> >> They work fine for me on my 7.2 laptop as root. They're in /sbin
which
> >> may not be in your path:
> >> 
> >> as root, try: /sbin/ifdown eth0
> >
> >Thanks, Dave.  I have tried as root (necessary on the mandrake box
also),
> >but I didn't think of starting with /sbin.  I'll give that a try in the
> >morning.
> 
> When you switch to root use the dash to get root's environment,
including
> the path:
> 
>   su -
> 
> Then /sbin and /usr/sbin will be in your path.
==
Thanks for that tip, Tony.
Mike
-- 
"Common sense is the collection of prejudices acquired by age eighteen."
--  Albert Einstein




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



Re: INHIBITS when entering on graphical login

2001-11-30 Thread Michael Scottaline

On Thu, 29 Nov 2001 20:00:30 +0100 (CET)
alexis Vasquez <[EMAIL PROTECTED]> wrote:

> I changed the disk where is linux to another "exactly
> equal" mainboard.  I booted on windows with no
> differences or problems but when I booted on linux it
> booted fine until the login. I can see the text login
> but then it switches to graphical and inhibits the
> entire machine. How can I stop booting to change to
> text login so I can run xconfigurator.  maybe the
> monitor. don't know.
===
Running LILO??  If so, at the prompt, type:  linux 3
That should boot you into console mode w/o X
In GRUB, I believe you have to hit "e" to edit the boot line.  I don't use
grub, but I believe after hitting e you'll be able to enter linux 3;
hopefully a GRUB user will correct me if I'm wrong.
HTH,
Mike

-- 
"Common sense is the collection of prejudices acquired by age eighteen."
--  Albert Einstein




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



Re: Shutting Down network connection

2001-11-30 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 29 Nov 2001, Michael Scottaline wrote:

>On Thu, 29 Nov 2001 20:18:31 -0500 (EST)
>Dave Reed <[EMAIL PROTECTED]> wrote:
>
>
>> They work fine for me on my 7.2 laptop as root. They're in /sbin which
>> may not be in your path:
>> 
>> as root, try: /sbin/ifdown eth0
>
>Thanks, Dave.  I have tried as root (necessary on the mandrake box also),
>but I didn't think of starting with /sbin.  I'll give that a try in the
>morning.

When you switch to root use the dash to get root's environment, including
the path:

  su -

Then /sbin and /usr/sbin will be in your path.


Tony
- -- 
Anthony E. Greene <[EMAIL PROTECTED]> 
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
Chat: AOL/Yahoo: TonyG05
Linux. The choice of a GNU generation 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene <[EMAIL PROTECTED]> 0x6C94239D

iD8DBQE8B0RCpCpg3WyUI50RAqtEAKCYkiufKhvvJBqbeKL70BBAQE9IWgCglthm
ehaWwwB3CzBIAkRF3IPM1+g=
=0Pg0
-END PGP SIGNATURE-



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



FAQ? (was: RH 7.2 memory hog?)

2001-11-30 Thread Thomas Ribbrock

On Thu, Nov 29, 2001 at 03:15:48PM -0500, Burke, Thomas G. wrote:
> Boy, how many times have I heard this?
> 
> Check the archives for full info, but...
[...]

Which reminds me: There used to be a Red Hat Linux User's FAQ by Aaron
Turner at http://www.pobox.com/~aturner/RedHat-FAQ/ which used to be a
valuable resource for this kind of questions. Unfortunately, it seems pretty
dead these days - maybe it should be advocated again?

Cheerio,

Thomas
-- 
 http://www.netmeister.org/news/learn2quote.html
   ...'cause only lusers quote signatures!
 Thomas Ribbrock | http://www.ribbrock.org | ICQ#: 15839919
   "You have to live on the edge of reality - to make your dreams come true!"



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



PLEASE HELP - How to create user name and password on LDAP?

2001-11-30 Thread Kevin Chan

Dear all,

PLEASE HELP !

I would like to know how to create the username and password on LDAP server.
I only want each user has their own username and password when they search
the address book from Microsoft Outlook Express ?

Thanks and regards,
Kevin Chan





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