Re: Creating RedHat CD

2002-02-20 Thread Panu Matilainen

On Tue, 2002-02-19 at 21:31, ext Rui Barreiros wrote:
 Hi there,
 
 I'm trying to build a custom redhat cd, so i customize the comps file,
 and run a self made perlscript to check dependencies and it creates a
 dir with all needed rpm's (usually they're about 190 mb).
 
 There are also another rpms that are needed to be present in that dir to
 buildinstall to run perfect, like anaconda*.rpm and kernel*.rpm
 Xconfigurator etc.
 
 after i run the genhdlist, buildinstall (2 or 3 errors that i think
 irrelevant for the problem itself) i burn the iso image and the cd 
 doesn't boot.
 
 all the steps are described below:
 
 mkdir mycd
 mkdir mycd/RedHat
 mkdir mycd/RedHat/base
 mkdir mycd/RedHat/RPMS
 
 edit comps file, original from redhat 7.2
 (it's only the base system and some server packages not more, thus no X,
 gnome kde and all that superfluos packages for a very basic gateway)
 
 run my perl script
 (it checks all the packages in comps file, checks dependencies, and
 populates mycd/RedHat/RPMS with all necessary RPM's)
 
 copy the files needed for buildinstall
 kernel-* anaconda-* Xconfigurator... and gtk+...
 
 genhdlist --with-numbers mycd/
 
 generate the package order
 PYTHONPATH=/usr/lib/anaconda
 pkgorder mycd i386  filelist
 
 generate the hdlist with the correct order
 genhdlist --withnumbers --fileorder ./filelist mycd
 
 run buildinstall
 buildinstall mycd/
 (outputs only 2 or 3 errors about creating and removig a dir in
 mycd/RedHat/instimage/usr/X11R6/something/about/fonts, anyway this is
 not the problem)
 
 make the iso
 mkisofs -V test cd -r -J -T -b images/boot.img -c boot.cat -o mycd.iso
 mycd/
 
 after booting the cd, it just appears the prompt like:
 
 booting from CD:
 
 and it never boots.
 
 am i missing something?! is there an error on what i'm doing?!

Dunno if this is directly related to your problem but I think you should
be using the '-l' option to mkisofs to allow long filenames. Other than
that it looks basically the same as I'm using. Have you checked that you
can boot off the boot.img floppy?

 
 Another question is, is there any documentation on tweaking anaconda?!

There isn't much documentation about anaconda :( I suggest you join
[EMAIL PROTECTED] and check out it's archives. There was
also quite a lot of anaconda-related discussions a couple of months ago
on kickstart-list.

 like removing som screens and setting the expected values from them
 manually or adding screens, now i'm poking around the source, but i'ts
 not very intuitive or well commented to understand it easily (no python
 guru too, but learning).

It's nowhere near as bad as it seems at first sight (but yes, it's BIG
:) I successfully added some options to it (fs creation  kickstart),
added some defaults etc without having programmed a single line of
python before, after staring the source for some time and a lot of trial
and error...

I didn't try adding screens but it involves adding handlers  for your
stuff in dispatch.py installSteps -list and setSteps() in
installclass.py is used to set what steps are to be run, the actual
order seems to be defined in dispatch.

- Panu -




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



Mondo (GPL bare metal recovery cloning tool)

2002-02-20 Thread Riku Meskanen

Howdy,

Dunno, about yours, but finding Mondo site certaily made
my day. Great stuff for Linux.

IMHO, it's well worth checking what's happening at project
Mondo http://www.microwerks.net/~hugo/

This is almost too good to be true, and if anybody you out
there ever administered HP-UX and know what Ignite-UX is
good for, you would almost kill to get that for Linux too ;)

Those of you who haven't had opportunity to experience HP-UX
features of host cloning, /dev/vg00 system backups and disaster
recovery preparation procedure (simple as make_recovery -A -v
with Ignite-UX) on DAT tape, the Mondo and goal seems to be the
same but burning bootable recovery CD-R/DVD-R/tape/nfs etc. ie. the
support of backup media is wider than with Ignite-UX.

I bet, once the word spreads out, it will soon one of the most
used backup, recovery and installation tool ever. I can't really
imagine that any of the major distributors, including Red Hat,
just can't afford leaving it out from a distro.

The way it's usually is that once you try Ignite-UX with HP-UX you
will rarely after that even consider installing from scratch, unless
absolutely necessary (ie. new HW or new model you have to install and
once prepare a bootable tape with Ignite-UX, after that you just boot
from tape and customize or let it automagically build your already
prepared environment) just great, and after while you think how
did we ever manage without it!

:-) riku

ps. Sorry about, being a bit flashy, but this kind of
tool is definitely a killerapp for sysadmins, and
I would like guys at Red Hat not to sleep over it.

pps.Well, if I could make a wish it would be that LVM
gets standard feature and with a HP MC/ServiceGuard
for Linux port would encourage HP to port more apps,
like Online Diagnostics etc  :)
-- 
[ This .signature intentionally left blank ]



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



Re: Mondo (GPL bare metal recovery cloning tool)

2002-02-20 Thread Riku Meskanen

On Wed, 20 Feb 2002, Riku Meskanen wrote:
 Howdy,

 Dunno, about yours, but finding Mondo site certaily made
 my day. Great stuff for Linux.

Okay, one smartass replied to me and stated that
Your adds are  not welcome here.. Obviously my
posting was _way_too_flashy_ :(

I'm sorry about that, think whatever you like
from me or my postings, but please check

 Mondo http://www.microwerks.net/~hugo/

it's darn well worth having a proper look.

:-) riku

-- 
[ This .signature intentionally left blank ]




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



Re: Mondo (GPL bare metal recovery cloning tool)

2002-02-20 Thread John Summerfield


 Okay, one smartass replied to me and stated that
 Your adds are  not welcome here.. Obviously my
 posting was _way_too_flashy_ :(

He's not worth a piece of doggy-do; don't worry about him.


You might post the original to enigma-list if you haven't and send a 
copy to Bero too for good measure. He may well put it on the rescue CD 
(if it fits).

-- 
Cheers
John Summerfield

Microsoft's most solid OS: http://www.geocities.com/rcwoolley/

Note: mail delivered to me is deemed to be intended for me, for my 
disposition.





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



firewire/dv/avi/mpeg tools in rawhide?

2002-02-20 Thread Eric Sandeen

Hi -

I was just wondering if Red Hat was planning on including RPMs necessary
for digital video authoring in Rawhide anytime soon... these are
packages like libraw1394, libavc1394, dvgrab, avifile, mjpegtools...

I got my 7.2 system up and running with all this stuff, but I found that
none of the RPMs were available from Red Hat - are all these packages
still too much in their infancy, or might they hit rawhide sometime soon?

Thanks,

-Eric



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



RE: Upgrading openssh with dependencies:

2002-02-20 Thread Matthew Simpson

David,

Where did you find the rpm of openssl096-0.9.6-6 as I can't locate it 
anywhere seems to be removed from the redhat site?

M

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Eddie Strohmier wrote:


I believe that libcrypto.so.1 is in the krb5 packages. Grab the
krb5-devel, krb5-lib,
and krb5-server packages and install them and that should satisfy the
libcrypto.so.1

atlantis:dtalk 501 $ ls -al /usr/lib/libcrypto.so.1
lrwxrwxrwx1 root root   18 Oct 27 20:04
/usr/lib/libcrypto.so.1 - libcrypto.so.0.9.6

atlantis:dtalk 502 $ rpm -qf /usr/lib/libcrypto.so.0.9.6
openssl096-0.9.6-6

- -d

- --
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

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

iQA/AwUBPHNQUr9BpdPKTBGtEQK3/ACglKglZfqWOWXn7U48qHMQeZ3zLXoAn0wf
WTgFwCgBKE5pcQmUCXnQ/wDW
=3TWc
-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[2]: Please help ! Anyone can teach me how to set IP Forwarding in RH 7.2 ?

2002-02-20 Thread Brian Ashe

Hello Kevin,

Wednesday, February 20, 2002, 3:06:37 AM, you textually orated:

KC Dear Jack and all,


KC Jack, I was tried to config the sysctl.conf and reboot the machine after.
KC But the problem still the same -  is client side can't browse Intereting
KC when I assign a
KC different range of IP (10.0.0.1) to them (p.s. Server IP Address is
KC 192.168.13.222).  If I change the IP (192.168.13.223) for client, they
KC haven't any problem at all.  So I think there is something need to do on IP
KC forwarding.
KC Do you know what I can do to solve this problem ?  Also,below is what I
KC change from my server:

Assuming this is your network topology...

Internet(0.0.0.0)
  |
Server-External Interface(xxx.xxx.xxx.xxx)
  |
Server-Internal Interface(192.168.13.222)
  |   |
Client A(192.168.13.xxx)  |
  |
 Client B(10.10.10.xxx)

In this scenario, Client B will NOT be able to connect to the server. It is
not on the same network (it is physically, but not in networking terms).
Client A will be able to connect.

You need to add another IP address to the server (it can be virtual) to
allow this to happen or you need to change the server's internal interface
to be on the same network. No tricks will allow you to bypass this
fundamental networking principle.


Have fun,
-- 
_
 Brian Ashe CTO
 [EMAIL PROTECTED]  Dee-Web Software Services, LLC.
 http://www.dee-web.com/
-



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



Re: Re[2]: Please help ! Anyone can teach me how to set IP Forwarding in RH 7.2 ?

2002-02-20 Thread Kevin Chan

Hello Brain,

First, thanks for your reply.  My network topology as below (Only one
client):

 Internet(0.0.0.0)
   |
 Server-External Interface(xxx.xxx.xxx.xxx)
   |
 Server-Internal Interface(192.168.13.222)
   |
 Client A(10.0.0.1)

I know it will work because I am still using it with RH 7.0 (Not RH 7.2).
After I install a new ppp server on RH 7.2 , the problem was exist so that I
think there is a way to do it on RH 7.2 .

Thanks and regards,
Kevin Chan

Brian Ashe Wrote:

 Hello Kevin,

 Wednesday, February 20, 2002, 3:06:37 AM, you textually orated:

 KC Dear Jack and all,


 KC Jack, I was tried to config the sysctl.conf and reboot the machine
after.
 KC But the problem still the same -  is client side can't browse
Intereting
 KC when I assign a
 KC different range of IP (10.0.0.1) to them (p.s. Server IP Address is
 KC 192.168.13.222).  If I change the IP (192.168.13.223) for client, they
 KC haven't any problem at all.  So I think there is something need to do
on IP
 KC forwarding.
 KC Do you know what I can do to solve this problem ?  Also,below is what
I
 KC change from my server:

 Assuming this is your network topology...

 Internet(0.0.0.0)
   |
 Server-External Interface(xxx.xxx.xxx.xxx)
   |
 Server-Internal Interface(192.168.13.222)
   |   |
 Client A(192.168.13.xxx)  |
   |
  Client B(10.10.10.xxx)

 In this scenario, Client B will NOT be able to connect to the server. It
is
 not on the same network (it is physically, but not in networking terms).
 Client A will be able to connect.

 You need to add another IP address to the server (it can be virtual) to
 allow this to happen or you need to change the server's internal interface
 to be on the same network. No tricks will allow you to bypass this
 fundamental networking principle.


 Have fun,




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



Autorun

2002-02-20 Thread Ismael Touama

Hi,

For my user account, a daemon call 'Autorun' is running for a while
at the boot. It doesn't appears for the root account.
It seems to be linked with the automount tool (?) or something like that.
Can someone give me more detail about this daemon ?
Allmost, why does it run for user and not for root ?
How can I fix the settings to have a similar behavior, as well as root as
user ?

Thx,
ism



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



Re: sendmail or imap server recieving mails?

2002-02-20 Thread gary

not sure which version of sendmail that u r using...
as the latest sendmail only listen to local, u may try to check yrs
sendmail.mc file whether it is being disabled if not u have to do so and
recompile yrs sendmail.cf... it shd look like below:

dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')

if u check thr previous email posted by Rodolfo regarding SMTP AUTH
Micro-HOWTO v2, there is a steps on compiling sendmail.cf

in fact, sendmail is the one to do mail relaying... imap is just an
interface to access mail box...
This is what i know hope it will help...
rdgs,
gary

- Original Message -
From: Wesley Jay Deypalan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, February 17, 2002 3:56 PM
Subject: Re: sendmail or imap server recieving mails?




 Hi,

 I can telnet my mail server using telnet xxx.www.zzz.aaa 25 and my smtp
 sendmail server will respond properly, problem is i cannot recieve emails.
 what program will configure to recieve mails sendmail or imap? TIA

 Wesley Jay


 From: David Talkington [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: sendmail or imap server recieving mails?
 Date: Sat, 16 Feb 2002 19:23:11 -0800 (PST)
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Wesley Jay Deypalan wrote:
 
  Just a clarification, I configure our mail server using sendmail and
  imap2000, I use the rpm package to install sendmail and imap2000, I can
  already send mails but cannot recieve any mails, the error messages
 states
  that it cannot locate our domain.
 
 I got no such error:
 
 Prairienet:dtalk 300 $ dnsip mail.mydomain.com
 216.148.221.139
 
 But this times out:
 
 Prairienet:dtalk 301 $ telnet mail.mydomain.com 25
 Trying 216.148.221.139...
 ^C
 
 Is there a firewall in the way?
 
 - -d
 
 - --
 David Talkington
 
 PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
 - --
 http://setiathome.ssl.berkeley.edu/pale_blue_dot.html
 
 
 -BEGIN PGP SIGNATURE-
 Version: PGP 6.5.8
 Comment: Made with pgp4pine 1.75-6
 
 iQA/AwUBPG8iJL9BpdPKTBGtEQJMIwCg/RYt6eejyIPgvu2WjaSxM6CC1PYAoMnF
 JVkY9OQoPGMM33+IxnVCO8EJ
 =FDpJ
 -END PGP SIGNATURE-
 
 
 
 
 ___
 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




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



[OT] Subnets and Classes

2002-02-20 Thread Edward Dekkers

Just something that's always evaded my comprehension.

I always use the 192.168.0.0 - 192.168.255.255 range for internal networks.
Usually the first 9 reserved for servers (.1-.10) and the rest clients. From
all the documentation I've read this is a Class B network (16 bit), and to
use it I should netmask 255.255.0.0.

I was at a customer's the other day who uses the 192.168.1.x range. I put a
pre-prepared Linux box (RH7.2 if it matters) down there, with my usual
192.168.0.1 ip set-up, but the clients just would not connect to it. Not
even ping it. The client's netmask WAS set to 255.255.0.0, so my question is
this:

Can a client at let's say 192.168.1.x with netmask 255.255.0.0 connect to a
server at 192.168.0.1 with netmask 255.255.0.0?

I've never pondered this before because as I said, I normally use the
192.168.0 range only, but in this case, I had to change the server to
192.168.1 range to make it work, when, from what I understand, I shouldn't
have had to. In the end it's all good and works, but why not with the
192.168.0 range? I realise it's a different sub-net, but the mask should
take care of that no?

Can anyone please kindly refer me somewhere that explains in plain English
what I'm misunderstanding?

TIA

--
Edward Dekkers (Director)
Triple D Computer Services Pty. Ltd.




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



Re: [OT] Subnets and Classes

2002-02-20 Thread Ziad Samaha


To give you an exact answer I must know your network topology, but as a 
general answer:
You must add the corresponding entry to your router's routing table (and to 
your host PC if the default route destination is not the router in 
question).

Good Luck.

From: Edward Dekkers [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [OT] Subnets and Classes
Date: Wed, 20 Feb 2002 17:41:54 +0800

Just something that's always evaded my comprehension.

I always use the 192.168.0.0 - 192.168.255.255 range for internal networks.
Usually the first 9 reserved for servers (.1-.10) and the rest clients. 
From
all the documentation I've read this is a Class B network (16 bit), and to
use it I should netmask 255.255.0.0.

I was at a customer's the other day who uses the 192.168.1.x range. I put a
pre-prepared Linux box (RH7.2 if it matters) down there, with my usual
192.168.0.1 ip set-up, but the clients just would not connect to it. Not
even ping it. The client's netmask WAS set to 255.255.0.0, so my question 
is
this:

Can a client at let's say 192.168.1.x with netmask 255.255.0.0 connect to a
server at 192.168.0.1 with netmask 255.255.0.0?

I've never pondered this before because as I said, I normally use the
192.168.0 range only, but in this case, I had to change the server to
192.168.1 range to make it work, when, from what I understand, I shouldn't
have had to. In the end it's all good and works, but why not with the
192.168.0 range? I realise it's a different sub-net, but the mask should
take care of that no?

Can anyone please kindly refer me somewhere that explains in plain English
what I'm misunderstanding?

TIA

--
Edward Dekkers (Director)
Triple D Computer Services Pty. Ltd.




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




_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com



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



Re: [OT] Subnets and Classes

2002-02-20 Thread Gary Stainburn

**Disclaimer - all self-tought**

Simple answer, you should have been fine having a server on 192.168.0.1/16 
and a client on 192.168.1.1/16. (/16 is another way of writing 255.255.0.0)

When sending an IP packet, the sender compares it's IP and netmask with the 
IP and netmask of the receiver, and if the results match then it tries to 
talk direct. If they don't match then it uses it's routing tables to find out 
who to go through, and repeats the same process.

Comparing IP/masks is a simple logic AND operation.
192.168.0.1  255.255.0.0 = 192.168.0.0
192.168.1.1  255.255.0.0 = 192.168.0.0 = match and should talk fine

Using a class 'C' mask would give
192.168.0.1  255.255.255.0 = 192.168.0.0
192.168.1.1  255.255.255.0 = 192.168.1.0 = no-match needs routing

There is no *magic* about class 'A' 'B' or 'C' netmasks, other than they 
split at byte-bounderies ( an typically that they have defined IP address 
ranges).  There is nothing wrong with using the 192.168. Class B range as 
multiple class 'C'. Here we use the class 'A' private range 10. as multiple 
class 'B' subnets, one per physical site to aid routing and reduce the 
broadcasts that travel down the WAN lines.

The netmask is purely a way of describing the number of bits - starting at 
the left - that signify how much of the IP address is network and how much is 
node.

128.0.0.0 = /1 = 1000...
255.0.0.0 = /8 = ... (Class A mask)
255.255.0.0 = /16 = ... (Class B mask)

Hope this helps

Gary

On Wednesday 20 February 2002 9:41 am, Edward Dekkers wrote:
 Just something that's always evaded my comprehension.

 I always use the 192.168.0.0 - 192.168.255.255 range for internal networks.
 Usually the first 9 reserved for servers (.1-.10) and the rest clients.
 From all the documentation I've read this is a Class B network (16 bit),
 and to use it I should netmask 255.255.0.0.

 I was at a customer's the other day who uses the 192.168.1.x range. I put a
 pre-prepared Linux box (RH7.2 if it matters) down there, with my usual
 192.168.0.1 ip set-up, but the clients just would not connect to it. Not
 even ping it. The client's netmask WAS set to 255.255.0.0, so my question
 is this:

 Can a client at let's say 192.168.1.x with netmask 255.255.0.0 connect to a
 server at 192.168.0.1 with netmask 255.255.0.0?

 I've never pondered this before because as I said, I normally use the
 192.168.0 range only, but in this case, I had to change the server to
 192.168.1 range to make it work, when, from what I understand, I shouldn't
 have had to. In the end it's all good and works, but why not with the
 192.168.0 range? I realise it's a different sub-net, but the mask should
 take care of that no?

 Can anyone please kindly refer me somewhere that explains in plain English
 what I'm misunderstanding?

 TIA

-- 
Gary Stainburn
 
This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000 



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



Re: more cd burning questions

2002-02-20 Thread Ben Logan

On Tue, Feb 19, 2002 at 09:31:12AM -0800, Brandon Dorman wrote:
 I ran lilo, no errors reported.  In a cd writing howtow i saw once it
 said to turn off generica ide cdrom support but I never found that exact
 wording so didn't touch anything.  The closest thing I saw I think was
 like, turn off ide support and I didn't think I wanted to do that,
 because if ide was turned off how could it even attempt to emulate scsi?

Right, you definitely don't want to turn off IDE support.  Not only
would it prevent your CD-ROMs from working, but your floppy and hdd
wouldn't work either. :)  (Unless they happen to be SCSI.)

Ben

-- 
Ben Logan: ben at wblogan dot net
OpenPGP Key KeyID: A1ADD1F0

Paranoid schizophrenics outnumber their enemies at least two to one.



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



Newbie - Creating a Cron Job

2002-02-20 Thread Alexander Shaw



Hi 
all,

In the process of 
making things up as I go along again.

I have created a 
logrotate file on the direction of another person to back up my databases on 
MySQL. Now I understand that this needs to be called from Cron for it to 
work.

Having had a browse 
around I see there is a reference to logrotate in the cron.daily folder, do I 
need to add anything extra to ensure that the file I have added is executed? For 
the purpose of testing what extra could I add to run the process at short 
intervals to check it is working?

TIA

Alex


Re: [OT] Subnets and Classes

2002-02-20 Thread Brian Ashe

Hello Edward,

Wednesday, February 20, 2002, 4:41:54 AM, you textually orated:

ED Just something that's always evaded my comprehension.

ED I always use the 192.168.0.0 - 192.168.255.255 range for internal networks.
ED Usually the first 9 reserved for servers (.1-.10) and the rest clients. From
ED all the documentation I've read this is a Class B network (16 bit), and to
ED use it I should netmask 255.255.0.0.

Any documentation that states this is a class B network is wrong. It is a
class C.

Here is the breakdown...
Class Netmask   Network Addresses
  A   255.0.0.0 0.0.0.0- 127.255.255.255
  B   255.255.0.0   128.0.0.0  - 191.255.255.255
  C   255.255.255.0 192.0.0.0  - 223.255.255.255

These are the defaults.

ED I was at a customer's the other day who uses the 192.168.1.x range. I put a
ED pre-prepared Linux box (RH7.2 if it matters) down there, with my usual
ED 192.168.0.1 ip set-up, but the clients just would not connect to it. Not
ED even ping it. The client's netmask WAS set to 255.255.0.0, so my question is
ED this:

ED Can a client at let's say 192.168.1.x with netmask 255.255.0.0 connect to a
ED server at 192.168.0.1 with netmask 255.255.0.0?

Yes. But there is usually an extra step to override the defaults.

ED I've never pondered this before because as I said, I normally use the
ED 192.168.0 range only, but in this case, I had to change the server to
ED 192.168.1 range to make it work, when, from what I understand, I shouldn't
ED have had to. In the end it's all good and works, but why not with the
ED 192.168.0 range? I realise it's a different sub-net, but the mask should
ED take care of that no?

I believe that you need to change the default network boundaries to get it
to route properly. Something like...

route add -net 192.168.0.0 netmask 255.255.0.0 eth0

It may also be required to have ip-fowarding enabled as well.

Have fun,
-- 
_
 Brian Ashe CTO
 [EMAIL PROTECTED]  Dee-Web Software Services, LLC.
 http://www.dee-web.com/
-



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



Re: [OT] Subnets and Classes

2002-02-20 Thread Ziad Samaha

It seems I got the problem wrong,
Sorry



From: Gary Stainburn [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], Edward Dekkers [EMAIL PROTECTED]
Subject: Re: [OT] Subnets and Classes
Date: Wed, 20 Feb 2002 10:14:23 +

**Disclaimer - all self-tought**

Simple answer, you should have been fine having a server on 192.168.0.1/16
and a client on 192.168.1.1/16. (/16 is another way of writing 255.255.0.0)

When sending an IP packet, the sender compares it's IP and netmask with the
IP and netmask of the receiver, and if the results match then it tries to
talk direct. If they don't match then it uses it's routing tables to find 
out
who to go through, and repeats the same process.

Comparing IP/masks is a simple logic AND operation.
192.168.0.1  255.255.0.0 = 192.168.0.0
192.168.1.1  255.255.0.0 = 192.168.0.0 = match and should talk fine

Using a class 'C' mask would give
192.168.0.1  255.255.255.0 = 192.168.0.0
192.168.1.1  255.255.255.0 = 192.168.1.0 = no-match needs routing

There is no *magic* about class 'A' 'B' or 'C' netmasks, other than they
split at byte-bounderies ( an typically that they have defined IP address
ranges).  There is nothing wrong with using the 192.168. Class B range as
multiple class 'C'. Here we use the class 'A' private range 10. as multiple
class 'B' subnets, one per physical site to aid routing and reduce the
broadcasts that travel down the WAN lines.

The netmask is purely a way of describing the number of bits - starting at
the left - that signify how much of the IP address is network and how much 
is
node.

128.0.0.0 = /1 = 1000...
255.0.0.0 = /8 = ... (Class A mask)
255.255.0.0 = /16 = ... (Class B mask)

Hope this helps

Gary

On Wednesday 20 February 2002 9:41 am, Edward Dekkers wrote:
  Just something that's always evaded my comprehension.
 
  I always use the 192.168.0.0 - 192.168.255.255 range for internal 
networks.
  Usually the first 9 reserved for servers (.1-.10) and the rest clients.
  From all the documentation I've read this is a Class B network (16 bit),
  and to use it I should netmask 255.255.0.0.
 
  I was at a customer's the other day who uses the 192.168.1.x range. I 
put a
  pre-prepared Linux box (RH7.2 if it matters) down there, with my usual
  192.168.0.1 ip set-up, but the clients just would not connect to it. Not
  even ping it. The client's netmask WAS set to 255.255.0.0, so my 
question
  is this:
 
  Can a client at let's say 192.168.1.x with netmask 255.255.0.0 connect 
to a
  server at 192.168.0.1 with netmask 255.255.0.0?
 
  I've never pondered this before because as I said, I normally use the
  192.168.0 range only, but in this case, I had to change the server to
  192.168.1 range to make it work, when, from what I understand, I 
shouldn't
  have had to. In the end it's all good and works, but why not with the
  192.168.0 range? I realise it's a different sub-net, but the mask should
  take care of that no?
 
  Can anyone please kindly refer me somewhere that explains in plain 
English
  what I'm misunderstanding?
 
  TIA

--
Gary Stainburn

This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000



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




_
Send and receive Hotmail on your mobile device: http://mobile.msn.com



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



Re: Startup Application

2002-02-20 Thread Ben Logan

On Tue, Feb 19, 2002 at 08:22:46PM -0500, James Pifer wrote:
 Where is the autostart folder? I can't find one. I'm logging in as root,
 should it be under /root? Do I just create it?

Not sure about your questions since I don't run KDE, but I'm curious:
are you logging in as root all the time, or just for administrative
tasks?

If you are running as root all the time...

You may know this already, so please forgive me if you do, but doing
everyday tasks as root is very dangerous.  Not only can you
accidentally run/do something you didn't mean to and screw up your
entire system, but you also open your system up to trojans (more
common) and viruses (less common) to a much greater degree than if you
run things as a normal user.

Access restrictions are one of the great things about *nix IMHO, but
taking the name root in vain totally circumvents them.

Regards,
Ben

-- 
Ben Logan: ben at wblogan dot net
OpenPGP Key KeyID: A1ADD1F0

On a normal ascii line, the only safe condition to detect is a 'BREAK'
- everything else having been assigned functions by Gnu EMACS.
(By Tarl Neustaedter)



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



Re: RH Linux 7.1/Oracle 9i Book

2002-02-20 Thread Almond Wong

Hello.
I have installed 9i on Suse 7.2 and RedHat 7.1 without any problem. Using
universal installer, the process is like install a window program. I
think if you are not using Linux/Unix before, some books is required.

If you are using suse (it is using by oracle to develop 9i), keep in mind
that all(?) the linux books are using redhat as sample. The directory
structure and config files of suse is not the same as redhat.
At 04:59 PM 02/02/19 -0500, you wrote:
We are an NT/2000 shop running
Oracle Applications 11.5.3 on 8.1.7.2.1. All
the DBA's here have cut their teeth on Oracle on NT/2000. Recently,
we have
committed to going with the Oracle 9i RAC configuration on Red Hat
Linux
(7.1 I think). 
With all this in mind, does anyone have any suggestions on some
great
Linux/Red Hat/Oracle on Linux books that could help us out? We're
talking
everything from Linux sysadmin to Oracle/Linux DBA. Any suggestions
and
personal experiences would be greatly appreciated.
Thanks,
Chuck 

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

Best Regards,
Almond Wong
Tel:91836223



Firewalling Samba

2002-02-20 Thread Pieter De Wit

Hello Eveyone,

Can I setup a firewall so that a client can connect to a service on a remote
PC, but the firewall can't ?

Here is my layout :

10.1.1. (External NICs) -[FW]- 192.168.0. (LAN 1)  (Internal NICs)
   192.168.1. (LAN 2) etc

Now I want the clients on 192.168.x. to connect to Windows NT Servers
sitting on 10.1.1.x, but my FW mustn't be able to connect. The box is
running Samba, and thus I don't want it to show in the Windows NT Servers

Thanks,

Pieter



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



Reverse MASQ

2002-02-20 Thread Pieter De Wit

Hello Everyone,

What ipchains command can I use to allow a client to connect to a server in
my DMZ

Internet -[FW]- LAN (192.168.0)
|
  DMZ (10.1.1.)

My firewall will have an IP Address alloc. to it, say 172.16.1.1 and
172.16.1.2 (on the external nic), now I would like everyting that connects
to 172.16.1.2 to be firewalled/MASQ to 10.1.1.2 ?

Thanks,

Pieter De Wit



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



broken link at redhat/download

2002-02-20 Thread Lewi

i know it's the right milis, but i don't know where i must report for broken links.

there is a broken link in postfix-20011125-1SASL.i386_dl.html
when i try to search in www.redhat.com/download

the right link:
http://www.redhat.com/swr/i386/postfix-20011125-1SASL.i386_dl.html

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg72357/pgp0.pgp
Description: PGP signature


Re: Newbie - Creating a Cron Job

2002-02-20 Thread Emmanuel Seyman

On Wed, Feb 20, 2002 at 10:39:43AM -, Alexander Shaw wrote:
 
 Having had a browse around I see there is a reference to logrotate in the
 cron.daily folder, do I need to add anything extra to ensure that the file I
 have added is executed? For the purpose of testing what extra could I add to
 run the process at short intervals to check it is working?

I believe all you need to do is to create a shell script in that folder
which calls: logrotate /path/to/your/file/logrotate.conf

There's a /etc/cron.hourly which you can use for testing.
The times these are called at are in /etc/crontab .

Emmanuel



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



Re: urgent scp help...

2002-02-20 Thread Nick Wilson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* and then David Talkington declared
 Reuben D Budiardja wrote:
 
 I assume you want to know the scp command for transferring a directory?
 
 scp -r directory user@machine_name:.
 
 You probably want this instead (assuming you're downloading and not 
 uploading):
 
 scp -r [EMAIL PROTECTED]:~/dirname dirname
 
 Note the tilde, which will grab stuff relative to your home directory.

Yep. Thanks everyone! Your timely help was much appreciated.
- -- 
- ---
 www.explodingnet.com   |Projects, Forums and
+Articles for website owners 
- -- Nick Wilson -- |and designers.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8c5iCHpvrrTa6L5oRAmsaAJ9LGVR5ijd153Rumc+y7G+Ev8J6twCbBCMG
2k8hhiU/Idkq7ctxucYeoeI=
=ppcR
-END PGP SIGNATURE-



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



Re: Firewalling Samba

2002-02-20 Thread Anthony E. Greene

At 13:17 2/20/2002 +0200, Pieter De Wit wrote:
Can I setup a firewall so that a client can connect to a service on a remote
PC, but the firewall can't ?

Assuming ipchains, the rule might look like this:

firewall=10.0.0.1
ipchains --append input --protocol tcp --source $firewall \
  --destination sambabox.mydomain 137:139 --jump REJECT
ipchains --append input --protocol udp --source $firewall \
  --destination sambabox.mydomain 137:139 --jump REJECT
ipchains --append output --protocol tcp --destination $firewall \
  --source sambabox.mydomain 137:139 --jump REJECT
ipchains --append output --protocol udp --destination $firewall \
  --source sambabox.mydomain 137:139 --jump REJECT


Tony
-- 
Anthony E. Greene [EMAIL PROTECTED]
PGP Key: 0x6C94239D
AOL/Yahoo Chat: TonyG05
Linux. the choice of a GNU generation. http://www.linux.org/



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



test

2002-02-20 Thread Jim Bija



test



Cluster and diskless pc

2002-02-20 Thread Massimo Alonzo

Hi,


I'd like to create a cluster for parallel computing using RH72. 

My idea is a setup like the following:

*1 Full PC (hd 60GB and eth 100Mb/s)

*8 Diskless PCs (no hd and eth 100Mb/s connected by an hub 3COM
12*100Mb/s)


Some times ago I found a tutorial to configure OS on the full pc to
manage the cluster but I cannot find it anymore (I don't remember on 
which site).

Can you suggest me good documentation that can help me?

What do you think about a Beowulf cluster using PVM? 


And about Mosix?


Other suggestions?

TIA


Massimo Alonzo



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



RE:Newbie - Creating a Cron Job

2002-02-20 Thread Gregg Morris

 Alexander == Alexander Shaw [EMAIL PROTECTED] writes:


 Hi all, In the process of making things up as I go along again.

 I have created a logrotate file on the direction of another
 person to back up my databases on MySQL. Now I understand that
 this needs to be called from Cron for it to work.

 Having had a browse around I see there is a reference to
 logrotate in the cron.daily folder, do I need to add anything
 extra to ensure that the file I have added is executed? For the
 purpose of testing what extra could I add to run the process at
 short intervals to check it is working?

Alex,

You will want to look at /etc/logrotate.conf and
/etc/logrotate.d/mysqld.  If you installed MySQL properly, there may
be an /etc/logrotate.d/mysqld file existing.  This is what it looks
like on my system:

/var/log/mysqld.log {
missingok
create 0640 mysql mysql
prerotate
[ -e /var/lock/subsys/mysqld ]  /usr/bin/mysqladmin flush-logs || /bin/true
endscript
postrotate
[ -e /var/lock/subsys/mysqld ]  /usr/bin/mysqladmin flush-logs || /bin/true
endscript
}


You will also want to look at the logrotate --force command in the
manpage for logrotate.

Regards,
Gregg



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



RE: RH Linux 7.1/Oracle 9i Book

2002-02-20 Thread Speaks, Chuck W.

Does Red Hat have any documentation specifically relating to Oracle on 7.1.
We're implementing the 9i RAC on 7.1 -courtesy of Dell- and need a little
help in the transition to the Linux world from Microsoft.

Thanks,

Chuck Speaks
Database Administrator
Lithonia Lighting
770-860-3450
http://www.lithonia.com


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 19, 2002 17:46
To: [EMAIL PROTECTED]
Subject: Re: RH Linux 7.1/Oracle 9i Book


[EMAIL PROTECTED] (Hendrick Chan) writes:

 Try this link on www.suse.com:
 
 http://www.suse.de/en/support/oracle/sles.html

Oracle 9i is certified on RHL 7.1. No need to go elsewhere.

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



___
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: test

2002-02-20 Thread Clifford Thurber

Do you realize how lame it is to send a test message out to how many 
thousand of users? Do you realize what a waste of resources that is?

At 07:47 AM 2/20/2002 -0500, you wrote:
test




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



RE: RH Linux 7.1/Oracle 9i Book

2002-02-20 Thread Speaks, Chuck W.

This response was meant to be a private email.  Please ignore and sorry for
the clutter.

Chuck Speaks
Database Administrator
Lithonia Lighting
770-860-3450
http://www.lithonia.com


-Original Message-
From: Speaks, Chuck W. [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 09:08
To: '[EMAIL PROTECTED]'
Subject: RE: RH Linux 7.1/Oracle 9i Book


Does Red Hat have any documentation specifically relating to Oracle on 7.1.
We're implementing the 9i RAC on 7.1 -courtesy of Dell- and need a little
help in the transition to the Linux world from Microsoft.

Thanks,

Chuck Speaks
Database Administrator
Lithonia Lighting
770-860-3450
http://www.lithonia.com


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 19, 2002 17:46
To: [EMAIL PROTECTED]
Subject: Re: RH Linux 7.1/Oracle 9i Book


[EMAIL PROTECTED] (Hendrick Chan) writes:

 Try this link on www.suse.com:
 
 http://www.suse.de/en/support/oracle/sles.html

Oracle 9i is certified on RHL 7.1. No need to go elsewhere.

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



___
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: test

2002-02-20 Thread Carter, Shaun G

and your response is any better because...?

-Original Message-
From: Clifford Thurber [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 9:09 AM
To: [EMAIL PROTECTED]
Subject: Re: test


Do you realize how lame it is to send a test message out to how many 
thousand of users? Do you realize what a waste of resources that is?

At 07:47 AM 2/20/2002 -0500, you wrote:
test




___
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



is there any script/program to strip out the attachment from the mail?

2002-02-20 Thread li

Is there any script/program to strip out the attachment
from the mail?

thanks a lot.

Peter




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



Re: Startup Application

2002-02-20 Thread James Pifer

Ben,

Thanks. I have taken your advice and I am not using root for my login.
Moving Evolution was a pain, but hopefully done now. This does lead me
to a question. 

When you're doing things on your system where you need to get to files
etc, is it just standard practice to su to root to get more permissions,
etc?

I was also able to find the autostart under .kde. Thanks to all who
helped on this.

James

On Wed, 2002-02-20 at 05:42, Ben Logan wrote:
 On Tue, Feb 19, 2002 at 08:22:46PM -0500, James Pifer wrote:
  Where is the autostart folder? I can't find one. I'm logging in as root,
  should it be under /root? Do I just create it?
 
 Not sure about your questions since I don't run KDE, but I'm curious:
 are you logging in as root all the time, or just for administrative
 tasks?
 
 If you are running as root all the time...
 
 You may know this already, so please forgive me if you do, but doing
 everyday tasks as root is very dangerous.  Not only can you
 accidentally run/do something you didn't mean to and screw up your
 entire system, but you also open your system up to trojans (more
 common) and viruses (less common) to a much greater degree than if you
 run things as a normal user.
 
 Access restrictions are one of the great things about *nix IMHO, but
 taking the name root in vain totally circumvents them.
 
 Regards,
 Ben
 
 -- 
 Ben Logan: ben at wblogan dot net
 OpenPGP Key KeyID: A1ADD1F0
 
 On a normal ascii line, the only safe condition to detect is a 'BREAK'
 - everything else having been assigned functions by Gnu EMACS.
 (By Tarl Neustaedter)
 
 
 
 ___
 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: delete queued mails

2002-02-20 Thread Frank Bax

No need.  They will go away on their own after 5 days.  Not quite forever.
Otherwise, shutdown sendmail and delete offending file(s) from queue
directory.  I believe there are two or three files for each mailq entry.
Each one of set only has minor differences in obscure filename.  Compare
output of 'mailq' with what you see in queue directory.

Frank

At 09:03 AM 2/20/02 +0800, Roger wrote:
  Hi guys  In my box, there is a queued mail, it seems that it
can't be sent out forever, because the host name of the destination
lookup failure. Please tell me how to delete this mail!
Thank you in advance! 
   



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



RE: Upgrading openssh with dependencies:

2002-02-20 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Matthew Simpson wrote:

Where did you find the rpm of openssl096-0.9.6-6 as I can't locate it 
anywhere seems to be removed from the redhat site?

I didn't; I just spit out what rpm told me.  Just grab all the 
openssl-related packages, and it'll be fine.  Really.  ;-)

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

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

iQA/AwUBPHPHSL9BpdPKTBGtEQKVGwCfUCqYTBOKI2/gK5ThpkCCYavhbIkAniPF
AVHTnXRo8GWGtXBt31iChvkd
=ejoA
-END PGP SIGNATURE-




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



Re: Please help ! Anyone can teach me how to set IP Forwarding in RH 7.2 ?

2002-02-20 Thread Trond Eivind Glomsrød

Eddie Strohmier [EMAIL PROTECTED] writes:

 I use netcfg under console but never tried within X. Not sure why but
 just open a terminal window and place
 the echo 1  /proc/sys/net/ipv4/ip_forward in your rc.local

Don't. Edit /etc/sysctl.conf instead.

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



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



g++ question: where is limits?

2002-02-20 Thread David Kramer


I'm going through Strostrup's C++ book, and say a refence to limits, 
which should contain, among other things, numeric_limits.  I can't find 
this on my RH 7.0 system.

Any hints?  Thanks.

---
   David Kramer   http://thekramers.net
DK KD  
DKK D  Imagine an alternate history where William S. Burroughs was
DK KD  actually interested in mainframe hardware design.
 Bob Bruhin



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



system performance monitoring

2002-02-20 Thread Matthew Boeckman

Some of you may be familiar with Blair Zajac's ORCA 
(http://www.orcaware.com/orca/), which works wonderfully with Adrian 
Cocroft's SE performance toolkit for solaris. I'm wondering if anyone is 
aware of a similair solution for redhat.

Specifically I'm looking for something that gif-ifies system 
utilization, broken out by CPU/mem/net, etc. I'm aware of things like 
GKRELLM, but it does not archive results. Any ideas?

-- 
Matthew Boeckman(816) 777-2160
Manager - Systems Integration   Saepio Technologies
== 
==
The secret to how our government controls information is easily expl***
**MESSAGE TRUNCATED**



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



Re: Startup Application

2002-02-20 Thread Anthony E. Greene

At 10:25 2/20/2002 -0500, James Pifer wrote:
When you're doing things on your system where you need to get to files
etc, is it just standard practice to su to root to get more permissions,
etc?

Yes. I have an icon on my panel that lauches with the following command:

   xterm -e su - root

That makes it easy for me to open a root sheel at any time. Since I 
normally use gnome-terminal with white text on a black background, the 
xterm (black text on white background) stands out and reminds me that it's 
a root shell.


Tony
-- 
Anthony E. Greene [EMAIL PROTECTED]
PGP Key: 0x6C94239D
AOL/Yahoo Chat: TonyG05
Linux. the choice of a GNU generation. http://www.linux.org/



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



:RE: system performance monitoring

2002-02-20 Thread Frank Carreiro




Personally I'm pretty happy with Big Brother found at http://bb4.com

I've found their solution is simple to implement and supports multiple 
platforms (UNIX and Windoze).  History is available for any system.  It 
may/may not be what you are looking for.  Something to look at.

Frank



Some of you may be familiar with Blair Zajac's ORCA ( 
http://www.orcaware.com/orca/ ), which works wonderfully with Adrian 
Cocroft's SE performance toolkit for solaris. I'm wondering if anyone is 
aware of a similair solution for redhat.

Specifically I'm looking for something that gif-ifies system 
utilization, broken out by CPU/mem/net, etc. I'm aware of things like 
GKRELLM, but it does not archive results. Any ideas?

-- 
Matthew Boeckman(816) 777-2160
Manager - Systems IntegrationSaepio Technologies
== ==
The secret to how our government controls information is easily expl***
**MESSAGE TRUNCATED**



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



Re: is there any script/program to strip out the attachment from the mail?

2002-02-20 Thread Edward C. Bailey

 li ==   [EMAIL PROTECTED] writes:

li Is there any script/program to strip out the attachment from the mail?

How about metamail?

Ed
-- 
Ed BaileyRed Hat, Inc.  http://www.redhat.com/



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



openssh redhat 6.2

2002-02-20 Thread Steve Lee

what is the best way to do this.?
is there packages availible to install
or do one have to compile from scratch.
if so, where can i find docs on this.

Thanks. 



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



Re: Upgrading openssh with dependencies:

2002-02-20 Thread Edward C. Bailey

 Matthew == Matthew Simpson [EMAIL PROTECTED] writes:

Matthew Hi David, What about libcrypto.so.1 is needed by openssh-2.5.2p2-5

[ed@pigdog ed]$ rpm -q --whatprovides libcrypto.so.1
openssl096-0.9.6-6

Ed
-- 
Ed BaileyRed Hat, Inc.  http://www.redhat.com/



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



Re: Connecting to Novell

2002-02-20 Thread Carl D. Blake

I interface Redhat 7.1 to a 4.11 Netware server.  I tried the command
you list and it worked just fine for me.  I don't really see a problem
with your ncpmount command.  The only other thing I can think of is that
I configured the ipx interface differently.  I didn't have to do
ipx_configure --auto_interface=on --auto_primary=on
In fact when I've tried that before I've had trouble getting it
working.  In my /etc/rc.d/rc.local script file I insert the following
lines:
/sbin/ipx_interface delall
/sbin/ipx_interface add -p eth0 802.2
We happen to be using 802.2.  You can substitute ETHERNETII or whatever
your fame type happens to be.  After I do that everything works.  I am
puzzled that you can see the server with slist.  It seems like if you
were having a fundamental problem where the interface wasn't setup
correctly then you wouldn't be able to see the server at all.

On Tue, 2002-02-19 at 12:55, James Pifer wrote:
 I'm trying to use ncpmount to connect to a Netware server. I've followed
 the howto and have done this:
 
 #ipx_configure --auto_interface=on --auto_primary=on
 
 I can then do:
 #slist servername
 
 and it returns the servername with the correct IPX address, etc. 
 
 When I try to issue the ncpmount command I can't login. I'm trying:
 #ncpmount -S servername -V volume /share/sys -C -U username -P password
 
 I keep getting ncpmount: Invalid password (-669) in nds login
 Login denied.
 
 -I have the server in /etc/hosts in case it matters
 -I've tried two different logins and I know the passwords are correct.
 -I've tried with and without -C, which I don't think would make a
 difference here anyway
 -I've tried just the username, as well as distinguished, such as
 username.context
 -I've tried without -P so it prompts for username. 
 
 Can anyone help out?
 
 Thanks,
 James
 
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Carl D. Blake
Electronics Design Engr. Mgr.
Boeckeler Instruments, Inc.
4650 S. Butterfield Dr.
Tucson, AZ  85714

Phone: 520-745-0001
FAX: 520-745-0004
email: [EMAIL PROTECTED]



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



Re: broken link at redhat/download

2002-02-20 Thread Edward C. Bailey

 Lewi == Lewi  [EMAIL PROTECTED] writes:

Lewi i know it's the right milis, but i don't know where i must report for
Lewi broken links.  there is a broken link in
Lewi postfix-20011125-1SASL.i386_dl.html when i try to search in
Lewi www.redhat.com/download

Lewi the right link:
Lewi http://www.redhat.com/swr/i386/postfix-20011125-1SASL.i386_dl.html

I've sent it to our web team.  Thanks for noticing this!

Ed
-- 
Ed BaileyRed Hat, Inc.  http://www.redhat.com/



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



Re: Startup Application

2002-02-20 Thread Ed Wilts

On Wed, Feb 20, 2002 at 10:25:20AM -0500, James Pifer wrote:
 When you're doing things on your system where you need to get to files
 etc, is it just standard practice to su to root to get more permissions,
 etc?

The normal practise is to install and use sudo - this should be included on
your Red Hat Linux CD although I can't remember if it's installed by default.
You can then grant specific users access to specific functions, or you can
allow a user the ability to create a root shell with sudo -s.

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



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



Re: system performance monitoring

2002-02-20 Thread Ed Wilts

On Wed, Feb 20, 2002 at 10:16:12AM -0600, Matthew Boeckman wrote:
 Specifically I'm looking for something that gif-ifies system 
 utilization, broken out by CPU/mem/net, etc. I'm aware of things like 
 GKRELLM, but it does not archive results. Any ideas?

We use MRTG.  http://people.ee.ethz.ch/~oetiker/webtools/mrtg/

Here's a somewhat typical web page showing the output from mrtg.  I grabbed
this page off of the links above just to give you an idea of what can be
done using mrtg:  http://mrtg.yeehaw.net/
-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]



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



Re: How to set IP Forwarding in RH 7.2 ?

2002-02-20 Thread Jason Costomiris

On Wed, Feb 20, 2002 at 12:53:32PM +0800, Kevin Chan wrote:
: I would like to know where I can set the IP Forwarding in RH 7.2 and why I
: can't use the netcfg under Xwindow ?

Crack open an xterm, use the text editor of your choice to modify 
/etc/sysctl.conf.


-- 
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



Re: openssh redhat 6.2

2002-02-20 Thread Emmanuel Seyman

On Wed, Feb 20, 2002 at 09:28:59AM -0800, Steve Lee wrote:

 what is the best way to do this.?

Get the source rpm from openbsd.org (use the mirrors).
Install it, edit the spec file to disable RH7-pam-use and build the rpm.
Install, activate, enjoy.

Emmanuel



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



Re: Connecting to Novell

2002-02-20 Thread James Pifer

I used the commands and I get the same results. I can do an slist and
see the server, but get and invalid nd login when I try to use
ncpmount.Can you send me an example of your ncpmount command?

I even tried a user on netware that has no password and used the -n
option. It still says 'Invalid password (-669) nds login'

Thanks,
James


On Wed, 2002-02-20 at 12:32, Carl D. Blake wrote:
 I interface Redhat 7.1 to a 4.11 Netware server.  I tried the command
 you list and it worked just fine for me.  I don't really see a problem
 with your ncpmount command.  The only other thing I can think of is that
 I configured the ipx interface differently.  I didn't have to do
   ipx_configure --auto_interface=on --auto_primary=on
 In fact when I've tried that before I've had trouble getting it
 working.  In my /etc/rc.d/rc.local script file I insert the following
 lines:
   /sbin/ipx_interface delall
   /sbin/ipx_interface add -p eth0 802.2
 We happen to be using 802.2.  You can substitute ETHERNETII or whatever
 your fame type happens to be.  After I do that everything works.  I am
 puzzled that you can see the server with slist.  It seems like if you
 were having a fundamental problem where the interface wasn't setup
 correctly then you wouldn't be able to see the server at all.
 
 On Tue, 2002-02-19 at 12:55, James Pifer wrote:
  I'm trying to use ncpmount to connect to a Netware server. I've followed
  the howto and have done this:
  
  #ipx_configure --auto_interface=on --auto_primary=on
  
  I can then do:
  #slist servername
  
  and it returns the servername with the correct IPX address, etc. 
  
  When I try to issue the ncpmount command I can't login. I'm trying:
  #ncpmount -S servername -V volume /share/sys -C -U username -P password
  
  I keep getting ncpmount: Invalid password (-669) in nds login
  Login denied.
  
  -I have the server in /etc/hosts in case it matters
  -I've tried two different logins and I know the passwords are correct.
  -I've tried with and without -C, which I don't think would make a
  difference here anyway
  -I've tried just the username, as well as distinguished, such as
  username.context
  -I've tried without -P so it prompts for username. 
  
  Can anyone help out?
  
  Thanks,
  James
  
  
  
  
  
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 -- 
 Carl D. Blake
 Electronics Design Engr. Mgr.
 Boeckeler Instruments, Inc.
 4650 S. Butterfield Dr.
 Tucson, AZ  85714
 
 Phone: 520-745-0001
 FAX: 520-745-0004
 email: [EMAIL PROTECTED]
 
 
 
 ___
 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: Connecting to Novell

2002-02-20 Thread Francisco Neira

This could be silly but, is connection attempted to NDS or to the bindery?

Francisco



 [EMAIL PROTECTED] 20/02/02 13:23 
I used the commands and I get the same results. I can do an slist and
see the server, but get and invalid nd login when I try to use
ncpmount.Can you send me an example of your ncpmount command?

I even tried a user on netware that has no password and used the -n
option. It still says 'Invalid password (-669) nds login'

Thanks,
James


On Wed, 2002-02-20 at 12:32, Carl D. Blake wrote:
 I interface Redhat 7.1 to a 4.11 Netware server.  I tried the command
 you list and it worked just fine for me.  I don't really see a problem
 with your ncpmount command.  The only other thing I can think of is that
 I configured the ipx interface differently.  I didn't have to do
   ipx_configure --auto_interface=on --auto_primary=on
 In fact when I've tried that before I've had trouble getting it
 working.  In my /etc/rc.d/rc.local script file I insert the following
 lines:
   /sbin/ipx_interface delall
   /sbin/ipx_interface add -p eth0 802.2
 We happen to be using 802.2.  You can substitute ETHERNETII or whatever
 your fame type happens to be.  After I do that everything works.  I am
 puzzled that you can see the server with slist.  It seems like if you
 were having a fundamental problem where the interface wasn't setup
 correctly then you wouldn't be able to see the server at all.
 
 On Tue, 2002-02-19 at 12:55, James Pifer wrote:
  I'm trying to use ncpmount to connect to a Netware server. I've followed
  the howto and have done this:
  
  #ipx_configure --auto_interface=on --auto_primary=on
  
  I can then do:
  #slist servername
  
  and it returns the servername with the correct IPX address, etc. 
  
  When I try to issue the ncpmount command I can't login. I'm trying:
  #ncpmount -S servername -V volume /share/sys -C -U username -P password
  
  I keep getting ncpmount: Invalid password (-669) in nds login
  Login denied.
  
  -I have the server in /etc/hosts in case it matters
  -I've tried two different logins and I know the passwords are correct.
  -I've tried with and without -C, which I don't think would make a
  difference here anyway
  -I've tried just the username, as well as distinguished, such as
  username.context
  -I've tried without -P so it prompts for username. 
  
  Can anyone help out?
  
  Thanks,
  James
  
  
  
  
  
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED] 
  https://listman.redhat.com/mailman/listinfo/redhat-list 
 -- 
 Carl D. Blake
 Electronics Design Engr. Mgr.
 Boeckeler Instruments, Inc.
 4650 S. Butterfield Dr.
 Tucson, AZ  85714
 
 Phone: 520-745-0001
 FAX: 520-745-0004
 email: [EMAIL PROTECTED] 
 
 
 
 ___
 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



How do I reinstall Linux

2002-02-20 Thread Ing. Nono Carballo Escalona



Hi!

Ihad two operating systems on my computer: 
Linux and Windows98.
LILOwas acting as Boot Loader.

Recently I installed Windows XP on the windows 
partition, but XP installed their own boot loaderand now I am forced to 
enter Linux through a Linux boot disk.

Does anyone know how can I reinstall LILO as Boot 
Loader.

Thanks in advance

Nono


RE: How do I reinstall Linux

2002-02-20 Thread Jeff Graves

make an entry for XP in /etc/lilo.conf
run /sbin/lilo

Jeff Graves
Customer Support Engineer
Image Source, Inc.
10 Mill Street
Bellingham, MA 02019

508.966.5200 X31 - Phone
508.966.5170 - Fax
[EMAIL PROTECTED] - Email
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ing. Nono Carballo
Escalona
Sent: Wednesday, February 20, 2002 1:47 PM
To: [EMAIL PROTECTED]
Subject: How do I reinstall Linux


Hi!

I had two operating systems on my computer: Linux and Windows98.
LILO was acting as Boot Loader.

Recently I installed Windows XP on the windows partition, but XP
installed their own boot loader and now I am forced to enter Linux
through a Linux boot disk.

Does anyone know how can I reinstall LILO as Boot Loader.

Thanks in advance

Nono



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



Reinstalling LILO (Was: How do I reinstall Linux)

2002-02-20 Thread Statux

 Does anyone know how can I reinstall LILO as Boot Loader.

Boot into Linux and then run /sbin/lilo :)

Of course, XP won't boot after you do that. XP might follow the protocol 
for getting NT to boot from LILO.. but you'll have to ask someone who 
knows for sure.

BTW: XP sucks terribly... can it :)

-Statux



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



Re: Connecting to Novell

2002-02-20 Thread James Pifer

I've tried both. When using the -b to force bindery connection I get an
unknown server error:
ncpmount: Unknown server (0x89FC) in login

James

On Wed, 2002-02-20 at 13:25, Francisco Neira wrote:
 This could be silly but, is connection attempted to NDS or to the bindery?
 
 Francisco
 
 
 
  [EMAIL PROTECTED] 20/02/02 13:23 
 I used the commands and I get the same results. I can do an slist and
 see the server, but get and invalid nd login when I try to use
 ncpmount.Can you send me an example of your ncpmount command?
 
 I even tried a user on netware that has no password and used the -n
 option. It still says 'Invalid password (-669) nds login'
 
 Thanks,
 James
 
 
 On Wed, 2002-02-20 at 12:32, Carl D. Blake wrote:
  I interface Redhat 7.1 to a 4.11 Netware server.  I tried the command
  you list and it worked just fine for me.  I don't really see a problem
  with your ncpmount command.  The only other thing I can think of is that
  I configured the ipx interface differently.  I didn't have to do
  ipx_configure --auto_interface=on --auto_primary=on
  In fact when I've tried that before I've had trouble getting it
  working.  In my /etc/rc.d/rc.local script file I insert the following
  lines:
  /sbin/ipx_interface delall
  /sbin/ipx_interface add -p eth0 802.2
  We happen to be using 802.2.  You can substitute ETHERNETII or whatever
  your fame type happens to be.  After I do that everything works.  I am
  puzzled that you can see the server with slist.  It seems like if you
  were having a fundamental problem where the interface wasn't setup
  correctly then you wouldn't be able to see the server at all.
  
  On Tue, 2002-02-19 at 12:55, James Pifer wrote:
   I'm trying to use ncpmount to connect to a Netware server. I've followed
   the howto and have done this:
   
   #ipx_configure --auto_interface=on --auto_primary=on
   
   I can then do:
   #slist servername
   
   and it returns the servername with the correct IPX address, etc. 
   
   When I try to issue the ncpmount command I can't login. I'm trying:
   #ncpmount -S servername -V volume /share/sys -C -U username -P password
   
   I keep getting ncpmount: Invalid password (-669) in nds login
   Login denied.
   
   -I have the server in /etc/hosts in case it matters
   -I've tried two different logins and I know the passwords are correct.
   -I've tried with and without -C, which I don't think would make a
   difference here anyway
   -I've tried just the username, as well as distinguished, such as
   username.context
   -I've tried without -P so it prompts for username. 
   
   Can anyone help out?
   
   Thanks,
   James
   
   
   
   
   
   ___
   Redhat-list mailing list
   [EMAIL PROTECTED] 
   https://listman.redhat.com/mailman/listinfo/redhat-list 
  -- 
  Carl D. Blake
  Electronics Design Engr. Mgr.
  Boeckeler Instruments, Inc.
  4650 S. Butterfield Dr.
  Tucson, AZ  85714
  
  Phone: 520-745-0001
  FAX: 520-745-0004
  email: [EMAIL PROTECTED] 
  
  
  
  ___
  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



kde + PPP default gateway

2002-02-20 Thread James Pifer

I've searched the archives and have not found my answer, although
there's tons of stuff on PPP connections.

Anyway, I'm using KDE's Internet Dialer on RH72 using the following
settings:
Dynamic IP
Default Gateway (not static)
(also tried Assign the default route to this gateway)

I get a connection and get and IP address assigned, but I cannot route
to the network anywhere. 

Do I have to add a route manually when using a dial up connection?

Thanks,
James





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



Re: Startup Application

2002-02-20 Thread Anthony E. Greene

At 11:48 2/20/2002 -0600, Ed Wilts wrote:
On Wed, Feb 20, 2002 at 10:25:20AM -0500, James Pifer wrote:
  When you're doing things on your system where you need to get to files
  etc, is it just standard practice to su to root to get more permissions,
  etc?

The normal practise is to install and use sudo
[snip]

That's true for systems that have more than one sysadmin.

One my home systems and on some of the systems I work with, I'm the only 
sysadmin. On those systems, setting up sudo is a waste of time.


Tony
-- 
Anthony E. Greene [EMAIL PROTECTED]
PGP Key: 0x6C94239D
AOL/Yahoo Chat: TonyG05
Linux. the choice of a GNU generation. http://www.linux.org/



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



gnu parted

2002-02-20 Thread Steve Lee

i have a raid system running RAID 4.
i just added 2 extra drives.
i was able to have my icp vortex raid
controller expand the drives on the RAID.

now i'm trying to use gnu parted to expand
my last partition from a 40Gig to add the 
approx +2*18gigs that i added to give
around a 70gig  partiton on my sda7

how do i do this.  been toying around with
gnu parted but can't seem to resize the partition
or to expand this.

Thanks.





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



RE: How to set IP Forwarding in RH 7.2 ?

2002-02-20 Thread Paul Hamm

netcfg has been removed from RH7.2, no idea why only laptop users need
network profiles.  The new gadget is Network Configuration under KDE and
Gnome, can be run from a console prgram is neat.  It is ugly and way to
complex for general network configuration but hey deal, I am, Emote:
grumbles and walks away.  If you are looking for firewalling get gShield it
is a well documented script with a bunch of great features for using
iptables.

-Original Message-
From: Kevin Chan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 19, 2002 11:54 PM
To: [EMAIL PROTECTED]
Subject: How to set IP Forwarding in RH 7.2 ?


Dear all,

I would like to know where I can set the IP Forwarding in RH 7.2 and why I
can't use the netcfg under Xwindow ?

(p.s. I know there are button call IP Forwarding in netcfg on RH 7.0)

Thanks and regards,
Kevin Chan



___
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 set IP Forwarding in RH 7.2 ?

2002-02-20 Thread Vidiot

If you get and install firestarter, it has an option to select to enable
ipforwarding.  Works great.  I have a PeeCee that I tunnel through my 7.1
box.

netcfg has been removed from RH7.2, no idea why only laptop users need
network profiles.  The new gadget is Network Configuration under KDE and
Gnome, can be run from a console prgram is neat.  It is ugly and way to
complex for general network configuration but hey deal, I am, Emote:
grumbles and walks away.  If you are looking for firewalling get gShield it
is a well documented script with a bunch of great features for using
iptables.

-Original Message-
From: Kevin Chan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 19, 2002 11:54 PM
To: [EMAIL PROTECTED]
Subject: How to set IP Forwarding in RH 7.2 ?


Dear all,

I would like to know where I can set the IP Forwarding in RH 7.2 and why I
can't use the netcfg under Xwindow ?

(p.s. I know there are button call IP Forwarding in netcfg on RH 7.0)

Thanks and regards,
Kevin Chan



___
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



-- 
e-mail: [EMAIL PROTECTED]   It is God's job to forgive bin Laden.
It is our job to set up the meeting.
U.S. Marine Corp.
Visit - URL: http://www.vidiot.com/  (Your link to Star Trek and UPN)



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



Problem with gnorpm cleint

2002-02-20 Thread Jianping Zhu


I have redhat 7.1 sever machine, when I tried to user the graphical rpm
client (gnorpm in command line), I got error message 
Gtk-WARNING **: Canot open display.

Can anybody tell me how can I use the graphical rpm client gnormp?
Thanks


Jianping Zhu
Department of Computer Science
Univerity of Georgia 
Athens, GA 30602
Tel 706 5423900




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



Re: Connecting to Novell

2002-02-20 Thread Carl D. Blake

I typically use:
ncpmount -S server mnt -U username
It prompts me for the password and after I type it in I have access to
the server.

I tried your command:
ncpmount -S server -V sys mnt -C -U username -P password
which also works for me.

I took a look at the FAQ for ncpfs.  It mentions using the -b option
with ncpmount if you can't login.  The man page says to use -b if you're
connecting to Netware 4 or 5 through bindery emulation instead of NDS. 
You could try that and see if it works.

What Netware version are you using?

On Wed, 2002-02-20 at 11:23, James Pifer wrote:
 I used the commands and I get the same results. I can do an slist and
 see the server, but get and invalid nd login when I try to use
 ncpmount.Can you send me an example of your ncpmount command?
 
 I even tried a user on netware that has no password and used the -n
 option. It still says 'Invalid password (-669) nds login'
 
 Thanks,
 James
 
 
 On Wed, 2002-02-20 at 12:32, Carl D. Blake wrote:
  I interface Redhat 7.1 to a 4.11 Netware server.  I tried the command
  you list and it worked just fine for me.  I don't really see a problem
  with your ncpmount command.  The only other thing I can think of is that
  I configured the ipx interface differently.  I didn't have to do
  ipx_configure --auto_interface=on --auto_primary=on
  In fact when I've tried that before I've had trouble getting it
  working.  In my /etc/rc.d/rc.local script file I insert the following
  lines:
  /sbin/ipx_interface delall
  /sbin/ipx_interface add -p eth0 802.2
  We happen to be using 802.2.  You can substitute ETHERNETII or whatever
  your fame type happens to be.  After I do that everything works.  I am
  puzzled that you can see the server with slist.  It seems like if you
  were having a fundamental problem where the interface wasn't setup
  correctly then you wouldn't be able to see the server at all.
  
  On Tue, 2002-02-19 at 12:55, James Pifer wrote:
   I'm trying to use ncpmount to connect to a Netware server. I've followed
   the howto and have done this:
   
   #ipx_configure --auto_interface=on --auto_primary=on
   
   I can then do:
   #slist servername
   
   and it returns the servername with the correct IPX address, etc. 
   
   When I try to issue the ncpmount command I can't login. I'm trying:
   #ncpmount -S servername -V volume /share/sys -C -U username -P password
   
   I keep getting ncpmount: Invalid password (-669) in nds login
   Login denied.
   
   -I have the server in /etc/hosts in case it matters
   -I've tried two different logins and I know the passwords are correct.
   -I've tried with and without -C, which I don't think would make a
   difference here anyway
   -I've tried just the username, as well as distinguished, such as
   username.context
   -I've tried without -P so it prompts for username. 
   
   Can anyone help out?
   
   Thanks,
   James
   
   
   
   
   
   ___
   Redhat-list mailing list
   [EMAIL PROTECTED]
   https://listman.redhat.com/mailman/listinfo/redhat-list
  -- 
  Carl D. Blake
  Electronics Design Engr. Mgr.
  Boeckeler Instruments, Inc.
  4650 S. Butterfield Dr.
  Tucson, AZ  85714
  
  Phone: 520-745-0001
  FAX: 520-745-0004
  email: [EMAIL PROTECTED]
  
  
  
  ___
  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
-- 
Carl D. Blake
Electronics Design Engr. Mgr.
Boeckeler Instruments, Inc.
4650 S. Butterfield Dr.
Tucson, AZ  85714

Phone: 520-745-0001
FAX: 520-745-0004
email: [EMAIL PROTECTED]



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



Re: Problem with gnorpm cleint

2002-02-20 Thread ABrady

On Wed, 20 Feb 2002 15:14:51 -0500 (EST)
Jianping Zhu [EMAIL PROTECTED] blurted:

 
 I have redhat 7.1 sever machine, when I tried to user the graphical
 rpm client (gnorpm in command line), I got error message 
 Gtk-WARNING **: Canot open display.
 
 Can anybody tell me how can I use the graphical rpm client gnormp?
 Thanks
 
 
 Jianping Zhu
 Department of Computer Science
 Univerity of Georgia 
 Athens, GA 30602
 Tel 706 5423900
 

At a commandline, as the logged in user:

xhost +localhost

Then try it again.

So, what's happening? You're asking gnorpm to open (as root most likely)
on a desktop, or display, that the user doesn't have permission to use.
The above line lets anyone on the machine use the desktop display until
that user logs out. Once that user logs out the display is opened for
the next user that logs in, at which time their own permissions take
precedence.

See 'man xhost' for more info.

-- 
We put the k in kwality



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



Re: Connecting to Novell

2002-02-20 Thread James Pifer

Yes, I've tried bindery as well, but I get a different error when doing
that. 

The Netware server I'm trying to hit is 5.1 SP2a. 

I have the exact same results on two Redhat 7.2 PC's, both running
ipxutils-2.2.0.18-6.i386 and ncpfs-2.2.0.18-6.i386.

I'm stumped

James

On Wed, 2002-02-20 at 15:16, Carl D. Blake wrote:
 I typically use:
   ncpmount -S server mnt -U username
 It prompts me for the password and after I type it in I have access to
 the server.
 
 I tried your command:
   ncpmount -S server -V sys mnt -C -U username -P password
 which also works for me.
 
 I took a look at the FAQ for ncpfs.  It mentions using the -b option
 with ncpmount if you can't login.  The man page says to use -b if you're
 connecting to Netware 4 or 5 through bindery emulation instead of NDS. 
 You could try that and see if it works.
 
 What Netware version are you using?
 
 On Wed, 2002-02-20 at 11:23, James Pifer wrote:
  I used the commands and I get the same results. I can do an slist and
  see the server, but get and invalid nd login when I try to use
  ncpmount.Can you send me an example of your ncpmount command?
  
  I even tried a user on netware that has no password and used the -n
  option. It still says 'Invalid password (-669) nds login'
  
  Thanks,
  James
  
  
  On Wed, 2002-02-20 at 12:32, Carl D. Blake wrote:
   I interface Redhat 7.1 to a 4.11 Netware server.  I tried the command
   you list and it worked just fine for me.  I don't really see a problem
   with your ncpmount command.  The only other thing I can think of is that
   I configured the ipx interface differently.  I didn't have to do
 ipx_configure --auto_interface=on --auto_primary=on
   In fact when I've tried that before I've had trouble getting it
   working.  In my /etc/rc.d/rc.local script file I insert the following
   lines:
 /sbin/ipx_interface delall
 /sbin/ipx_interface add -p eth0 802.2
   We happen to be using 802.2.  You can substitute ETHERNETII or whatever
   your fame type happens to be.  After I do that everything works.  I am
   puzzled that you can see the server with slist.  It seems like if you
   were having a fundamental problem where the interface wasn't setup
   correctly then you wouldn't be able to see the server at all.
   
   On Tue, 2002-02-19 at 12:55, James Pifer wrote:
I'm trying to use ncpmount to connect to a Netware server. I've followed
the howto and have done this:

#ipx_configure --auto_interface=on --auto_primary=on

I can then do:
#slist servername

and it returns the servername with the correct IPX address, etc. 

When I try to issue the ncpmount command I can't login. I'm trying:
#ncpmount -S servername -V volume /share/sys -C -U username -P password

I keep getting ncpmount: Invalid password (-669) in nds login
Login denied.

-I have the server in /etc/hosts in case it matters
-I've tried two different logins and I know the passwords are correct.
-I've tried with and without -C, which I don't think would make a
difference here anyway
-I've tried just the username, as well as distinguished, such as
username.context
-I've tried without -P so it prompts for username. 

Can anyone help out?

Thanks,
James





___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
   -- 
   Carl D. Blake
   Electronics Design Engr. Mgr.
   Boeckeler Instruments, Inc.
   4650 S. Butterfield Dr.
   Tucson, AZ  85714
   
   Phone: 520-745-0001
   FAX: 520-745-0004
   email: [EMAIL PROTECTED]
   
   
   
   ___
   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
 -- 
 Carl D. Blake
 Electronics Design Engr. Mgr.
 Boeckeler Instruments, Inc.
 4650 S. Butterfield Dr.
 Tucson, AZ  85714
 
 Phone: 520-745-0001
 FAX: 520-745-0004
 email: [EMAIL PROTECTED]
 
 
 
 ___
 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: Connecting to Novell

2002-02-20 Thread Carl D. Blake

I'm stumped too.  I'm running a RH 7.1 with ipxutils-2.2.0.18-3.i386,
ncpfs-2.2.0.18-3.i386 and a RH 7.2 with ipxutils-2.2.0.18.6.i386, and
ncpfs-2.2.0.18-6.i386.  Both systems connect to Netware 4.11 SP7 with no
problems.  I can't understand why you would be having a problem

On Wed, 2002-02-20 at 13:48, James Pifer wrote:
 Yes, I've tried bindery as well, but I get a different error when doing
 that. 
 
 The Netware server I'm trying to hit is 5.1 SP2a. 
 
 I have the exact same results on two Redhat 7.2 PC's, both running
 ipxutils-2.2.0.18-6.i386 and ncpfs-2.2.0.18-6.i386.
 
 I'm stumped
 
 James
 
 On Wed, 2002-02-20 at 15:16, Carl D. Blake wrote:
  I typically use:
  ncpmount -S server mnt -U username
  It prompts me for the password and after I type it in I have access to
  the server.
  
  I tried your command:
  ncpmount -S server -V sys mnt -C -U username -P password
  which also works for me.
  
  I took a look at the FAQ for ncpfs.  It mentions using the -b option
  with ncpmount if you can't login.  The man page says to use -b if you're
  connecting to Netware 4 or 5 through bindery emulation instead of NDS. 
  You could try that and see if it works.
  
  What Netware version are you using?
  
  On Wed, 2002-02-20 at 11:23, James Pifer wrote:
   I used the commands and I get the same results. I can do an slist and
   see the server, but get and invalid nd login when I try to use
   ncpmount.Can you send me an example of your ncpmount command?
   
   I even tried a user on netware that has no password and used the -n
   option. It still says 'Invalid password (-669) nds login'
   
   Thanks,
   James
   
   
   On Wed, 2002-02-20 at 12:32, Carl D. Blake wrote:
I interface Redhat 7.1 to a 4.11 Netware server.  I tried the command
you list and it worked just fine for me.  I don't really see a problem
with your ncpmount command.  The only other thing I can think of is that
I configured the ipx interface differently.  I didn't have to do
ipx_configure --auto_interface=on --auto_primary=on
In fact when I've tried that before I've had trouble getting it
working.  In my /etc/rc.d/rc.local script file I insert the following
lines:
/sbin/ipx_interface delall
/sbin/ipx_interface add -p eth0 802.2
We happen to be using 802.2.  You can substitute ETHERNETII or whatever
your fame type happens to be.  After I do that everything works.  I am
puzzled that you can see the server with slist.  It seems like if you
were having a fundamental problem where the interface wasn't setup
correctly then you wouldn't be able to see the server at all.

On Tue, 2002-02-19 at 12:55, James Pifer wrote:
 I'm trying to use ncpmount to connect to a Netware server. I've followed
 the howto and have done this:
 
 #ipx_configure --auto_interface=on --auto_primary=on
 
 I can then do:
 #slist servername
 
 and it returns the servername with the correct IPX address, etc. 
 
 When I try to issue the ncpmount command I can't login. I'm trying:
 #ncpmount -S servername -V volume /share/sys -C -U username -P password
 
 I keep getting ncpmount: Invalid password (-669) in nds login
 Login denied.
 
 -I have the server in /etc/hosts in case it matters
 -I've tried two different logins and I know the passwords are correct.
 -I've tried with and without -C, which I don't think would make a
 difference here anyway
 -I've tried just the username, as well as distinguished, such as
 username.context
 -I've tried without -P so it prompts for username. 
 
 Can anyone help out?
 
 Thanks,
 James
 
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Carl D. Blake
Electronics Design Engr. Mgr.
Boeckeler Instruments, Inc.
4650 S. Butterfield Dr.
Tucson, AZ  85714

Phone: 520-745-0001
FAX: 520-745-0004
email: [EMAIL PROTECTED]



___
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
  -- 
  Carl D. Blake
  Electronics Design Engr. Mgr.
  Boeckeler Instruments, Inc.
  4650 S. Butterfield Dr.
  Tucson, AZ  85714
  
  Phone: 520-745-0001
  FAX: 520-745-0004
  email: [EMAIL PROTECTED]
  
  
  
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 

RE: Newbie - Creating a Cron Job

2002-02-20 Thread Paul Hamm



Use 
" crontab -e" to configure cron. Most likely you will have vi opening 
your crontab kind of icky if you don't knowhow to use it. You can 
set your editor to anything with " export 
EDITOR=Your_favorite_Editor" for bash, use setenv for csh. Run the 
export or setenv before the crontab -e. logrotate is different as it is 
built in, check /etc/logrotate.d/ and /etc/logrotate.conf. Cron is your 
friend I recommend you learn how it functions as it will make your life easier 
once you do. In general like every thing else you should run cron jobs as 
a user other than root .

  -Original Message-From: Alexander Shaw 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, February 20, 
  2002 5:40 AMTo: Redhat ListSubject: Newbie - Creating a 
  Cron Job
  Hi 
  all,
  
  In the process of 
  making things up as I go along again.
  
  I have created a 
  logrotate file on the direction of another person to back up my databases on 
  MySQL. Now I understand that this needs to be called from Cron for it to 
  work.
  
  Having had a 
  browse around I see there is a reference to logrotate in the cron.daily 
  folder, do I need to add anything extra to ensure that the file I have added 
  is executed? For the purpose of testing what extra could I add to run the 
  process at short intervals to check it is working?
  
  TIA
  
  Alex


Re: more cd burning questions

2002-02-20 Thread Brandon Dorman


 Right, you definitely don't want to turn off IDE support.  Not only
 would it prevent your CD-ROMs from working, but your floppy and hdd
 wouldn't work either. :)  (Unless they happen to be SCSI.)
 
Heh, in which case all this ide-scsi stuff wouldn't be necessary. :-)  

So how do I set the kernel to unclaim the cdrom for the scsi module? 
(change the symbolic link right?)
Many thanks.

-Brandon


_
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: openssh redhat 6.2

2002-02-20 Thread Steve Lee

where is the RedHat 7.0  openssh stuff.
can't find it anywhere.
redhat doesn't seem to have it on there site.



On Wed, 20 Feb 2002, Emmanuel Seyman wrote:

 On Wed, Feb 20, 2002 at 09:28:59AM -0800, Steve Lee wrote:
 
  what is the best way to do this.?
 
 Get the source rpm from openbsd.org (use the mirrors).
 Install it, edit the spec file to disable RH7-pam-use and build the rpm.
 Install, activate, enjoy.
 
 Emmanuel
 
 
 
 ___
 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: openssh redhat 6.2

2002-02-20 Thread Trond Eivind Glomsrød

Steve Lee [EMAIL PROTECTED] writes:

 where is the RedHat 7.0  openssh stuff.
 can't find it anywhere.
 redhat doesn't seem to have it on there site.

It's in the distribution and in the updates for Red Hat Linux 7 and
later. We have not released it for Red Hat Linux 6.2.
-- 
Trond Eivind Glomsrød
Red Hat, Inc.



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



RE: system performance monitoring

2002-02-20 Thread Paul Hamm

Several different products are available.  Big Brother with larrd and
rrdtools works well, MRTG, and Demarc.  You can use SAR to collect data and
there are several products that make spiffy charts like analog.  Kind of
depends on what you want to do.  I use Big Brother as it does a good job of
process monitoring along with the performance information.  larrd builds the
graphs on the fly and they have good depth up to 18 months out of the box.
Demarc has some nice bits also.

-Original Message-
From: Matthew Boeckman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 11:16 AM
To: [EMAIL PROTECTED]
Subject: system performance monitoring


Some of you may be familiar with Blair Zajac's ORCA 
(http://www.orcaware.com/orca/), which works wonderfully with Adrian 
Cocroft's SE performance toolkit for solaris. I'm wondering if anyone is 
aware of a similair solution for redhat.

Specifically I'm looking for something that gif-ifies system 
utilization, broken out by CPU/mem/net, etc. I'm aware of things like 
GKRELLM, but it does not archive results. Any ideas?

-- 
Matthew Boeckman(816) 777-2160
Manager - Systems Integration   Saepio Technologies
== 
==
The secret to how our government controls information is easily expl***
**MESSAGE TRUNCATED**



___
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 do I reinstall Linux

2002-02-20 Thread Paul Hamm



Use a 
linux boot/install disk/cd when you get a command line enter "linux rescue" you 
should be asked a couple of ??? keyboard and lang. Once you have a shell 
prompt you should be able to "chroot /mnt/sysimage" to get your linux to load 
again run "lilo -v -v" which will rebuild your MBR. Microsoft Windows 
always abuses the MBR. This should get you back to the way you 
where. You may want to alter /etc/lilo.conf and change the display name 
for your old windows partition but this is not necessary.

  -Original Message-From: Ing. Nono Carballo Escalona 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, February 20, 
  2002 1:47 PMTo: [EMAIL PROTECTED]Subject: How do I 
  reinstall Linux
  Hi!
  
  Ihad two operating systems on my computer: 
  Linux and Windows98.
  LILOwas acting as Boot Loader.
  
  Recently I installed Windows XP on the windows 
  partition, but XP installed their own boot loaderand now I am forced to 
  enter Linux through a Linux boot disk.
  
  Does anyone know how can I reinstall LILO as Boot 
  Loader.
  
  Thanks in advance
  
  Nono


RE: how to get linuxconf work

2002-02-20 Thread Paul Hamm

Most likely not installed.  You can try  locate linuxconf or  rpm -qs
|grep linuxconf

-Original Message-
From: Jianping Zhu [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 4:11 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: how to get linuxconf work


I install redhat 7.2 as server. When I try to use linuxconf at root,
I get
error message as fllowing:
bash:linuxconf:Command not found.

Why and how to fix the problem.
Thanks.



Jianping Zhu
Department of Computer Science
Univerity of Georgia 
Athens, GA 30602
Tel 706 5423900




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



silly KDE keyboard shortcuts

2002-02-20 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Ok, why is it that there are keyboard shortcuts for accessing
individual elements of Konsole menus, but not for opening the menus in
the first place?

I need to reach for the mouse and poke 'session', and then I can use
'e' for 'Rename session'.

That's my gripe for the day.  Cheers -d



- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

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

iQA/AwUBPHQlub9BpdPKTBGtEQKykgCg3K+whpY+1toGt8rO4lsdS7HA9o4An2cd
S/2zNbq+bR0KWpyWTNSSUSeW
=9tEo
-END PGP SIGNATURE-




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



how to get linuxconf work

2002-02-20 Thread Jianping Zhu

I install redhat 7.2 as server. When I try to use linuxconf at root,
I get
error message as fllowing:
bash:linuxconf:Command not found.

Why and how to fix the problem.
Thanks.



Jianping Zhu
Department of Computer Science
Univerity of Georgia 
Athens, GA 30602
Tel 706 5423900




redhat
Description: Binary data


sendmail woes

2002-02-20 Thread Fred Dech

hi.

my ability to receive email decided to break again.  this has happened to
me before and i assume this is some linux security thing that i haven't
figured out yet.  the only thing i knowingly changed was that i upgraded
some windowmanager software and rebooted.  after the reboot.  no more mail.

if someone could throw me some hints, i'd greatly appreciate it.  yes.  i
can read your email from another machine ;^)  the last time this happened,
i fixed it by accident.  i really don't know where to start.  sendmail just
ain't my cup of tea.

the port is working:

telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 olive.bsd.uchicago.edu ESMTP Sendmail 8.11.6/8.11.6; Wed, 20 Feb 2002 16:50:42 
-0600
helo olive
250 olive.bsd.uchicago.edu Hello localhost.localdomain [127.0.0.1], pleased to meet you

here's what a test email to this machine generates:

---
   - The following addresses had transient non-fatal errors -
[EMAIL PROTECTED]

   - Transcript of session follows -
[EMAIL PROTECTED]... Deferred: Connection refused by olive.bsd.uchi
cago.edu.
Warning: message still undelivered after 4 hours
Will keep trying until message is 5 days old

Reporting-MTA: dns; midway.uchicago.edu
Arrival-Date: Wed, 20 Feb 2002 10:44:30 -0600 (CST)

Final-Recipient: RFC822; [EMAIL PROTECTED]
Action: delayed
Status: 4.4.1
Remote-MTA: DNS; olive.bsd.uchicago.edu
Last-Attempt-Date: Wed, 20 Feb 2002 14:52:14 -0600 (CST)
Will-Retry-Until: Mon, 25 Feb 2002 10:44:30 -0600 (CST)
---


thanks.
-- 
  Fred Dech   [EMAIL PROTECTED]
  University of Chicago Dept. of Surgery
  (773) 834-8359



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



rcp, nfs or ftp?

2002-02-20 Thread Williams, Jeff

I'm trying to figure out from a bandwidth, system utilization and security
standpoint which transfer protocol is better...  (ie. pros and cons) 

Is there a significant difference between the three?  I'm automating certain
things and trying to figure out which is better in transfering files?

Any insight would be appreciated...

Jeff Williams



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



Re: silly KDE keyboard shortcuts

2002-02-20 Thread Brian Ashe

Hello David,

Wednesday, February 20, 2002, 5:39:47 PM, you textually orated:
DT Ok, why is it that there are keyboard shortcuts for accessing
DT individual elements of Konsole menus, but not for opening the menus in
DT the first place?

DT I need to reach for the mouse and poke 'session', and then I can use
DT 'e' for 'Rename session'.

DT That's my gripe for the day.  Cheers -d

Don't worry. You're not alone. ;)

But they are doing something about it...

http://developer.kde.org/development-versions/kde-3.0-features.html

Have fun,
-- 
_
 Brian Ashe CTO
 [EMAIL PROTECTED]  Dee-Web Software Services, LLC.
 http://www.dee-web.com/
-



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



RH72 VPN Questions [repost]

2002-02-20 Thread James Pifer

Can anyone help with here? Need to be able to VPN and not sure where to go.

On my new install of RH72 I need to be able to VPN either with PPTP or
IPSec.

1) I searched google.com for a pptp client and found one, but when I try
to install it I get a kernel version mismatch. So apparently it was
built for an older kernel. (my kernel is 2.4.7-10). Is there a pptp
client that will work on my version? 

2) IPSec. I also searched for IPSec and everything seemed to point me to
freeswan. I've been looking at the documentation. Is it required to
rebuild the kernel to be able to use freeswan as an IPSec client? Are
there RPM's available for Redhat for freeswan? I haven't found any.

Thanks,
James






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



Re: rcp, nfs or ftp?

2002-02-20 Thread Ed Wilts

The most significant differences are in terms of security.  NFS has none.
FTP has limited security - it does user authentication but all the data,
including the authentication, goes over the wire in plain text.  scp secures
both the authentication and transport.

scp will incur some CPU overhead since it does encrypt, but given today's
processors, this is usually not an issue.

.../Ed

Ed Wilts
Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
From: Williams, Jeff [EMAIL PROTECTED]


 I'm trying to figure out from a bandwidth, system utilization and security
 standpoint which transfer protocol is better...  (ie. pros and cons)

 Is there a significant difference between the three?  I'm automating
certain
 things and trying to figure out which is better in transfering files?





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



Re: [OT] Subnets and Classes

2002-02-20 Thread Edward Dekkers

 Any documentation that states this is a class B network is wrong. It is a
 class C.

 Here is the breakdown...
 Class Netmask   Network Addresses
   A   255.0.0.0 0.0.0.0- 127.255.255.255
   B   255.255.0.0   128.0.0.0  - 191.255.255.255
   C   255.255.255.0 192.0.0.0  - 223.255.255.255

 These are the defaults.

This explains a lot. After reading this, I stepped back to my original
reference below which I saved years ago from the internet:

---

Section 3: Private Address Space

The Internet Assigned Numbers Authority (IANA) has reserved the
following three blocks of the IP address space for private networks:

  10.0.0.0-   10.255.255.255
  172.16.0.0  -   172.31.255.255
  192.168.0.0 -   192.168.255.255

We will refer to the first block as 24-bit block, the second as 20-bit
block, and the third as 16-bit block.  Note that the first block is
nothing but a single class A network number, while the second block is a set
of 16 continuous class B network numbers, and the third block is a set of
255
continuous class C network numbers.
---

I actually misread it. When it specifies here 192.168.0.0 - 192.168.255.255,
AND that it is a 16 bit block, I thought it was a class B as I seemed to
have 255 * 255 combinations of addresses. But it specifically says on the
last sentence it is actually by default a Class C. A bit confusing as I
though a 16 bit block meant B Class.

My only excuse is I tried to read and understand it while I was still a
newbie years ago, and it 'stuck' in my head.

HOWEVER. Do Linux Servers/Win Clients actually KNOW this, or should the
netmask of 255.255.0.0 override this as the other kind repondents have said?
OR is the only way around it to add the route line to the Linux server (yes,
the Linux server acts as gateway to the Win clients)?

I guess next time I'll just try it both ways.

Thanks to all repondents for your time.

Edward.




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



Re: Connecting to Novell

2002-02-20 Thread Hossein S. Zadeh

On Thu, 2002-02-21 at 07:54, Carl D. Blake wrote:
 I'm stumped too.  I'm running a RH 7.1 with ipxutils-2.2.0.18-3.i386,
 ncpfs-2.2.0.18-3.i386 and a RH 7.2 with ipxutils-2.2.0.18.6.i386, and
 ncpfs-2.2.0.18-6.i386.  Both systems connect to Netware 4.11 SP7 with no
 problems.  I can't understand why you would be having a problem
 
 On Wed, 2002-02-20 at 13:48, James Pifer wrote:
  Yes, I've tried bindery as well, but I get a different error when doing
  that. 
  
  The Netware server I'm trying to hit is 5.1 SP2a. 
  


Well, doesn't 4.2 uses IPX by default (and TCP/IP as an option), and 5.1
does TCP/IP by default (and IPX as an option)?

Hossein




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



Re: openssh redhat 6.2

2002-02-20 Thread Steve Lee

would the later distributions src rpm compile
under RedHat 6.2 ?
or am i just stuck without it ?



On 20 Feb 2002, Trond Eivind Glomsrød wrote:

 Steve Lee [EMAIL PROTECTED] writes:
 
  where is the RedHat 7.0  openssh stuff.
  can't find it anywhere.
  redhat doesn't seem to have it on there site.
 
 It's in the distribution and in the updates for Red Hat Linux 7 and
 later. We have not released it for Red Hat Linux 6.2.
 



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



Re: more cd burning questions

2002-02-20 Thread Duane Clark


Brandon wrote:
 Right, you definitely don't want to turn off IDE support.  Not only
 would it prevent your CD-ROMs from working, but your floppy and hdd
 wouldn't work either.  [:)] (Unless they happen to be SCSI.)
 
 
 Heh, in which case all this ide-scsi stuff wouldn't be necessary.  [:-)] So how do I 
set the kernel to unclaim the cdrom for the scsi module? 
 (change the symbolic link right?)
 Many thanks.

I think what the document was talking about was turning off the ide-cd 
driver support. This is the driver you are using if you are mounting a 
CD using the device file /dev/hd*.

When you use ide-scsi, you have two sets of device files to use, 
depending on what you are doing. Mounting a CD uses block device 
files, and these are /dev/sr* or /dev/scd* (I notice that RH 7.2 only 
has the /dev/scd* files), and use the sr driver. By the way, if compiled 
as a module, the sr driver becomes the sr_mod driver.

Programs like cdrecord (and I think some audio CD players) use 
character device files, and these are /dev/sg*, and use the sg driver.

Since by convention the cdrom block device files are expected to be 
named /dev/cdrom*, again by convention these will normally be made 
symbolic links to the appropriate real device files.

So one way to be sure that the ide-cd driver does not grab ahold of the 
cdrom, is to simply not compile in the ide-cd driver. If you have done 
this, and the ide-cd driver is still grabbing the cdrom, then you did 
something wrong in the compile or kernel installation step:-) After all, 
if the ide-cd driver is not in the kernel, it cannot attach to the 
cdrom. By the way, you can tell that the ide-cd driver is attached to 
the cdrom by the second set of messages in /var/log/dmesg mentioning hcd 
and hdd.

You can also leave the ide-cd driver compiled into the kernel, but tell 
it not to attach to the cdroms with the lines in /etc/lilo.conf like:
   append=hdc=ide-scsi
If you have put those lines there, and the ide-cd driver is still 
grabbing ahold of the cdrom, then you made a mistake somewhere with lilo.

In any case, if I were in your place, since you already are somewhat 
familiar with the process, I would simply go through the kernel config / 
compile / install again, turn off ide-cd, and make sure I did not skip a 
piece of the process. And then go through the lilo config process again.

Duane




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



Re: 80% packet loss

2002-02-20 Thread Ronald W. Heiby

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tuesday, February 19, 2002, 10:04:32 PM, Monte wrote:
 If I use the ip address of another machine on my LAN, I can ping
 just fine.  But if I try pinging the same machine by name, I get
 ~80% packet loss.  WTF? 

I was seeing similar things a few weeks ago. My issues were related to
pinging machines by IP vs. by name, too. I did not try this with
another machine on my LAN, but was seeing it with systems on the
Internet.

In my case, it turned out to be a DNS issue. When ATT had their
eXcite melt-down several weeks ago, they had a bad DNS server. So, I
hard-coded my own set of DNS servers, bypassing the ones that ATT's
DHCP was handing me (that included the bad server). As it turned out,
one of these got taken down shortly thereafter. Removing that DNS
server from my list made everything return to normal.

(You cannot imagine the frustration involved with trying to tell
people who barely know how to boot Windows that one of their DNS
servers is flakey, only to have them tell you that you need to try
rebooting.)

Ron.

-BEGIN PGP SIGNATURE-
Version: PGP Personal Privacy 6.5.8
Comment: The last PGP with full source disclosure.

iQA/AwUBPHQ/pm8pw+2/9pUJEQLtrACfVtoI+GIOfJxZGTRBMo2Gfo9CtnwAnRVA
vpKkk7IrlKg5+4ky2zXAlSqM
=Dukh
-END PGP SIGNATURE-



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



Re: rcp, nfs or ftp?

2002-02-20 Thread Jonathan Bartlett

scp.

If you have to choose among the three you gave, do NOT choose ftp.  I
don't think bandwidth is much of a concern for any of these.

For large # of files, do rsync over ssh.

Jon

On Wed, 20 Feb 2002, Williams, Jeff wrote:

 I'm trying to figure out from a bandwidth, system utilization and security
 standpoint which transfer protocol is better...  (ie. pros and cons) 
 
 Is there a significant difference between the three?  I'm automating certain
 things and trying to figure out which is better in transfering files?
 
 Any insight would be appreciated...
 
 Jeff Williams
 
 
 
 ___
 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: rcp, nfs or ftp?

2002-02-20 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Williams, Jeff wrote:

I'm trying to figure out from a bandwidth, system utilization and security
standpoint which transfer protocol is better...  (ie. pros and cons) 

Is there a significant difference between the three?  I'm automating certain
things and trying to figure out which is better in transfering files?

There are more important considerations than speed.  If you're
transferring files between two machines with an internet connection,
they all stink.  Paint us a picture of your needs, topology, and
expectations?

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

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

iQA/AwUBPHRIzb9BpdPKTBGtEQJQ9QCfc6Ft3XX5PjqCHL1xUrCO17OD4iMAoIm6
UPKIw3tV9zD97yfwZ1Z/ffvV
=9pCA
-END PGP SIGNATURE-




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



USB Joystick and USB Hub

2002-02-20 Thread James Pifer

Is it true I have to recompile the kernel to use my USB joystick and USB
hub?

My install is fairly new, RH72(full install). I have stuff listed in
/dev/input like js0, js1, etc. 

If I do cat /dev/input/js0 I get No such device.

Didn't find much in the archives about joysticks. What I did find
searching google was a lot about rebuilding the kernel. 

How can I tell if RH sees my USB hub and joystick?

Thanks,
James







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



Re: 80% packet loss

2002-02-20 Thread Monte Milanuk

On Wed, 20 Feb 2002 19:30:35 -0500
Ronald W. Heiby [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Tuesday, February 19, 2002, 10:04:32 PM, Monte wrote:
  If I use the ip address of another machine on my LAN, I can ping
  just fine.  But if I try pinging the same machine by name, I get
  ~80% packet loss.  WTF? 
 
 I was seeing similar things a few weeks ago. My issues were related to
 pinging machines by IP vs. by name, too. I did not try this with
 another machine on my LAN, but was seeing it with systems on the
 Internet.
 
 In my case, it turned out to be a DNS issue. When ATT had their
 eXcite melt-down several weeks ago, they had a bad DNS server. So, I
 hard-coded my own set of DNS servers, bypassing the ones that ATT's
 DHCP was handing me (that included the bad server). As it turned out,
 one of these got taken down shortly thereafter. Removing that DNS
 server from my list made everything return to normal.
 
 (You cannot imagine the frustration involved with trying to tell
 people who barely know how to boot Windows that one of their DNS
 servers is flakey, only to have them tell you that you need to try
 rebooting.)
 
 Ron.
 

Actually, I think it might have been due to a flaky DNS server setup in my
home LAN, but it picked an odd time to rear its head, since everything
seemed to be working fine before this.  Not a huge deal, really, since I
am moving pretty much everything back to RedHat.  The servers next ;).

Thanks,

Monte


-- 
All right, breaks over.  Back on your heads!!

_
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



cups printing server

2002-02-20 Thread Kevin Breit

Hey guys,
I was curious if anyone has setup a cups printing server on Red Hat
yet.  What do you do on both the client and server side?

Thanks

Kevin Breit






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



Re: cups printing server

2002-02-20 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kevin Breit wrote:

   I was curious if anyone has setup a cups printing server on Red Hat
yet.  What do you do on both the client and server side?

It's slick!  Here's the (short) story of how I got my Epson c80
working on Red Hat.

http://www.moongroup.com/archives/linux/2001-11/msg00010.html

Cheers -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

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

iQA/AwUBPHRUQ79BpdPKTBGtEQJoBACdF0kP1FGEWM//8hGypqhmp1uZQmgAoMe/
kEtj5afi3YkJ9ttEfb9UsXxx
=m/PH
-END PGP SIGNATURE-




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



Re: sendmail autoreply

2002-02-20 Thread gary

hi,

Can anyone help to advise where can I find more info regarding vacation
package, like how-to doc???

Thanks,
gary

- Original Message -
From: Ade Talabi [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 15, 2002 8:33 PM
Subject: Re: sendmail autoreply


 You create a .vacatioon file in your home directory, and this kicks into
place.

  ([EMAIL PROTECTED]) said thusly on [10/02/02 at 06:33]:

  Hi guys!
 
  I know a tool whose name is vacation could auto reply the senders. But I
  can't find it out from RH 7.2 cds, where could I get it or it's in
  another RPM package? If so, what's name of it?
 
  Any help will be appreciated!
 

 ,[ ade talabi ]-
 | #---
 |  I had no idea this thing was televised. Boy, is my face red.
David Letterman , after doing a less-than-wonderful job of hosting the
Academy Awards, 1995
 | #---
 `[ mutt rules ]-



 ___
 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: Startup Application

2002-02-20 Thread Ben Logan

On Wed, Feb 20, 2002 at 10:25:20AM -0500, James Pifer wrote:
 Ben,
 
 Thanks. I have taken your advice and I am not using root for my login.
 Moving Evolution was a pain, but hopefully done now. This does lead me
 to a question. 

Great, I think you'll be happier this way.  Especially if you're like
me and sometimes type something stupid. :)
 
 When you're doing things on your system where you need to get to files
 etc, is it just standard practice to su to root to get more permissions,
 etc?

That's what I do.  I use sudo for the few things that I want everyone
else (in my family) to be able to use but that require root access.
For example, burning CDs or getting pictures off the digital camera.
I also set sudo up for a few relatively harmless things that I do
often, like miscellaneous mount commands--it saves some typing.

A friend had sudo setup so that he could get a root shell without a
password.  I don't do that because I consider it a security risk...if
my account gets cracked, the intruder doesn't even need to know the
root password.

Regards,
Ben

-- 
Ben Logan: ben at wblogan dot net
OpenPGP Key KeyID: A1ADD1F0

Unibus timeout fatal trap program lost sorry
- An error message printed by DEC's RSTS operating system for the PDP-11



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



Re: Startup Application

2002-02-20 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ben Logan wrote:

That's what I do.  I use sudo for the few things that I want everyone
else (in my family) to be able to use but that require root access.
For example, burning CDs 

Even that's not necessary, if you're willing to make cdrecord suid-0.  

- -d


- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

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

iQA/AwUBPHRWvr9BpdPKTBGtEQJxRQCeNmFRsdP9ZwQiJaQNIeSySGmloTkAoK8x
p/5eSoQ4XvAjOAHiKBKdWFLn
=NIFw
-END PGP SIGNATURE-




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



Re: cups printing server

2002-02-20 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Talkington wrote:

  I was curious if anyone has setup a cups printing server on Red Hat
yet.  What do you do on both the client and server side?

It's slick!  Here's the (short) story of how I got my Epson c80
working on Red Hat.

http://www.moongroup.com/archives/linux/2001-11/msg00010.html

Kevin - I should also mention that once you get past the holy shit,
it works! stage -- which was a really long phase, in my case, since
my history with printing systems is pretty ugly, and this thing Just
Worked(tm) -- you might want this:

http://www.cups.org/book/index.html

I found it very helpful as a reference for config options.  You'll 
almost certainly want to tighten down access a bit after it's up. 

Have fun ... -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html


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

iQA/AwUBPHRaR79BpdPKTBGtEQIUtACdEv1bBmE8hkBtSRMNFEOteQrLnskAnilM
sOqcHbz4lJfJx9kDI+bh9nzs
=5oNh
-END PGP SIGNATURE-




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



Re: Connecting to Novell

2002-02-20 Thread Lewi

On Thu, Feb 21, 2002 at 11:29:15AM +1100, Hossein S. Zadeh wrote:
 On Thu, 2002-02-21 at 07:54, Carl D. Blake wrote:
  I'm stumped too.  I'm running a RH 7.1 with ipxutils-2.2.0.18-3.i386,
  ncpfs-2.2.0.18-3.i386 and a RH 7.2 with ipxutils-2.2.0.18.6.i386, and
  ncpfs-2.2.0.18-6.i386.  Both systems connect to Netware 4.11 SP7 with no
  problems.  I can't understand why you would be having a problem
  
  On Wed, 2002-02-20 at 13:48, James Pifer wrote:
   Yes, I've tried bindery as well, but I get a different error when doing
   that. 
   
   The Netware server I'm trying to hit is 5.1 SP2a. 
   
 
 
 Well, doesn't 4.2 uses IPX by default (and TCP/IP as an option), and 5.1
 does TCP/IP by default (and IPX as an option)?
 
 Hossein
my campus using novell ver. 4.11, about a month ago from my redhat box and 
potato(debian) successfully mount novell(using -b as parameter), but after that 
suddenly two linux box can't connected to, I know it's silly, until now I don't know 
why?
because both setting doesn't change.
but when I reboot my linux box, it can mount again. what cause it?
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg72431/pgp0.pgp
Description: PGP signature


Re: is there any script/program to strip out the attachment from the mail?

2002-02-20 Thread Cameron Simpson

On 12:22 20 Feb 2002, Edward C. Bailey [EMAIL PROTECTED] wrote:
|  li ==   [EMAIL PROTECTED] writes:
| li Is there any script/program to strip out the attachment from the mail?
| How about metamail?

And also DeMIME.
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

55 mph is fast enough to get you killed, but slow enough to make you think
you're safe.- The Gumball Rally



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



Re: sendmail woes

2002-02-20 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 20 Feb 2002, Fred Dech wrote:
my ability to receive email decided to break again.
[snip]
   - Transcript of session follows -
[EMAIL PROTECTED]... Deferred: Connection refused by olive.bsd.uchi
cago.edu.

It looks like sendmail is not listening on your external IP address. This
is the default config for RH72. You need to edit sendmail.mc and rebuild
sendmail.cf. The exact steps are in the archive for this list.

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

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

iD8DBQE8dFqspCpg3WyUI50RAhP8AKDxw99bgkia1ftw6C0Xo87UdzZNsQCgiUMm
5nY8pjGEcM3gAvSoNX3/9rk=
=Xjn4
-END PGP SIGNATURE-



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



Re: Redhat Kernel

2002-02-20 Thread Jesus Ortega (a.k.a. Nitebirdz)

On Sat, 16 Feb 2002 [EMAIL PROTECTED] wrote:

 
I trying to replace my old kernel which is 2.4.7-10 to 2.4.17, I have it 
 download and I did complie it. I am looking for easy of doing it, I when to 
 the How-to's and Redhat website and I have no idea how to replace the old 
 with the new? 
 
 Brian
 


Brian,



Is that source code from kernel.org or an RPM file?  I don't have the time
to check and see what the latest Red Hat RPM kernel file available on their
servers is.  In any case, if you are referring to the pristine source from
kernel.org or one of their mirrors, take a look at the README file once you
extract the tarball.  You have all the directions there.  

On the other hand, if you have the RPM kernel you should install it using the
regular 'rpm' command although most likely you'll want to make sure you run
it with the 'rpm -ivh' options instead of 'rpm -Uvh'.  

That should be it.



-- 
Nitebirdz

Mozilla-- http://www.mozilla.org/
Linux XFS-- http://oss.sgi.com/projects/xfs/



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



Autostart stuff in my tray

2002-02-20 Thread Bob

Hi All,
RH7.1 KDE2.1.1. I can't find the method used to autostart the logoff 
and screenlock buttons in my system tray. I never use these buttons. 
Can anyone give me an idea where they're started please?.

Also, I use a nice little program called Tuxcards
http://www.tuxcards.de (very handy for collecting/organising those 
little bits of usefull info from this list ;-)) which I autostart and 
have running all the time. Thing is I'd like to move it's taskbar entry 
to the tray, can this be done?

Thanks for all and any help.
-- 
Bob Rogers.
Eaglehawk, Victoria, Australia.
[EMAIL PROTECTED]



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



  1   2   >