Re: named, linuxconf, .sh scripts

2000-01-14 Thread tom minchin

On Fri, Jan 14, 2000 at 09:19:04PM -0700, Paul R. Watkins wrote:
> 
> I'm having 4 continuing problems with my RH6.1 install.
> 
> 1. named does not automatically execute on reboot. I have to do this manually
> /usr/sbin/named  not a big deal and I could tie this into a script but isn't
> this supposed to start automatically under RH6.1?
> 

You can use ntsysv to start/disable init.d daemons on boot (including named).
You also want to check that your named.conf file is valid and not generating
errors (see /var/log/messages).

> 2. I can't access my pop3 servers. I can smtp from them and receive mail on the
> server. I can access that mail with the mail command on the command line or with
> pine but not with a remote pop3 client.  The client just hangs and eventually
> returns a message that the server is not accessible and to contact the sys
> administrator.
> I've always been able to access the pop3 mail server under RH6.0 -- what make
> the difference now?

Probably (a) imap not installed (b) imap/pop3 commented out by default in
/etc/inetd.conf - if so uncomment and killall -HUP inetd

> 
> 3. .sh scripts no longer execute. Message is file cannot be found -- but it is
> there.
> 
> 4. linuxconf -- how do I get it to properly display in telnet mode?  Just a
> legible character interface -- not garbled all over the telnet screen?

Try setting the term type to ansi or console.

[EMAIL PROTECTED]


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



named, linuxconf, .sh scripts

2000-01-14 Thread Paul R. Watkins


I'm having 4 continuing problems with my RH6.1 install.

1. named does not automatically execute on reboot. I have to do this manually
/usr/sbin/named  not a big deal and I could tie this into a script but isn't
this supposed to start automatically under RH6.1?

2. I can't access my pop3 servers. I can smtp from them and receive mail on the
server. I can access that mail with the mail command on the command line or with
pine but not with a remote pop3 client.  The client just hangs and eventually
returns a message that the server is not accessible and to contact the sys
administrator.
I've always been able to access the pop3 mail server under RH6.0 -- what make
the difference now?

3. .sh scripts no longer execute. Message is file cannot be found -- but it is
there.

4. linuxconf -- how do I get it to properly display in telnet mode?  Just a
legible character interface -- not garbled all over the telnet screen?

Paul


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: netwinder vs pc hardware

2000-01-14 Thread Steve Borho

On Fri, Jan 14, 2000 at 05:30:06PM -0800, Jack Byers wrote:
> Steve Borho wrote
> >It's always been my experience that Linux is as reliable as your hardware.
> >With PC's, this isn't saying much (which explains why I use a DEC Alpha and 
> >a Netwinder at home).
> 
> Can you explain just how you use a Netwinder?
> perhaps as a dedicated firewall or ???.

They make fine X servers.  Plug it in, give it a head, start X and
WindowMaker/GNOME and you're ready to go.  The Netwinder doesn't have a
PPU, but my Alpha more than makes up for it.

> What makes the Netwinder more reliable than a PC dedicated to
> the same tasks?

Not much, save for the fact I didn't have to go hunt down all the hardware
to make it work.  The StrongARM cpu used less juice than an x86 processor
(the entire unit, hd included, draws less than 15 watts) so has less of a
heat problem.

-- 
Steve Borho   Voice:  314-615-6349
Network Engineer
Celox Communications Corp

Fortune of the day:
Don't smoke the next cigarette.  Repeat.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Oh crap

2000-01-14 Thread Vidiot

My system went into weird mode and I ultimately lost my mail spool file,
containing over a thousand messages.  It might still be in /tmp.  I deleted
it so Elm would restart, not knowing what the system was screwed and the
spool file got erased.

One of the e-mail messages was about a program to restore erased files.
I think I'm screwed but I need to try.

Please post info on the program and where to get it.

And no, it isn't on tape, because the damn 8mm tape drive has failed.

Thanks.

MB
-- 
e-mail: [EMAIL PROTECTED]
Bart: Hey, why is it destroying other toys?  Lisa: They must have
programmed it to eliminate the competition.  Bart: You mean like
Microsoft?  Lisa: Exactly.  [The Simpsons - 12/18/99]
Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: configuring PHP on a RH 5.2 machine

2000-01-14 Thread Dave Reed


Yes, I've done that but I'd like to have it load directly in Netscape.
This shouldn't be this difficult :-) and I'd like to learn something
in the process about Apache/PHP configuration - I just can't find
anything that explains the setup.  Also, if I'm going to use PHP at
work, I think I'll have to use it as a CGI program since they use
SWS, not Apache.

I really have spent time looking at the PHP site, their mailing list
archives, and the Apache web site, but can't find anything that tells
me what I need to know. 

Dave


> From: Charles Galpin <[EMAIL PROTECTED]>
> 
> Dave
> 
> If you wan tto just test it from the command line, then just use it from
> the command line
> 
> # /usr/local/bin/php first.php
> 
> skip the SSI
> 
> hth
> charles
> 
> On Fri, 14 Jan 2000, Dave Reed wrote:
> 
> > 
> > I wanted to try learning PHP so I downloaded both the latest version 3
> > release and the 4.0Beta3 release and tried installing them using the
> > standard:
> > 
> > ./configure --enable-discard-path;make;make install
> > 
> > I've got a php.shtml file that contains:
> > 
> > 
> > 
> > 
> > where first.php is a very simple php file form the tutorial that works
> > fine when I run it from the command line.  But when I try to load the
> > page php.shtml file in Netscape, all I get is:
> > 
> > /home/dreed/HTML 
> > Content-Type: text/html No input file specified. 
> > 
> > So it looks like (to me) I've got Apache configured to work with exec
> > cmd, but I must have something wrong with the php call or
> > configuration.  Can anyone tell me what I need to do or point me to
> > specific documentation?  
> > 
> > All the documentation I can find assumes you have PHP installed an
> > Apache module.  I understand the performance reasons for making it a
> > module, but for now I just want to experiment with it.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: reset my BIOS and can't install linux?

2000-01-14 Thread Vidiot

>> What about LBA mode?  I have one disk where it is on and one disk where it
>> is off.  If LBA mode is on and that is NOT how you used the disk, it will
>> NOT boot.
>
>I don't think the bios even supports LBA mode (I can't find an option for
>it at least...)  I've formatted the drive sevral times since this start
>anyway, so that should have cleared it...
>-Mark-

LBA mode would be an option when you auto detect the disk.  You would be
given an option to use it or not.

But, it if you have wiped the disk and started over, the point in indeed moot.

MB
-- 
e-mail: [EMAIL PROTECTED]
Bart: Hey, why is it destroying other toys?  Lisa: They must have
programmed it to eliminate the competition.  Bart: You mean like
Microsoft?  Lisa: Exactly.  [The Simpsons - 12/18/99]
Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: reset my BIOS and can't install linux?

2000-01-14 Thread Mark Ivey

> 
> What about LBA mode?  I have one disk where it is on and one disk where it
> is off.  If LBA mode is on and that is NOT how you used the disk, it will
> NOT boot.
> 
> MB
> -- 

I don't think the bios even supports LBA mode (I can't find an option for
it at least...)  I've formatted the drive sevral times since this start
anyway, so that should have cleared it...

-Mark-


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: reset my BIOS and can't install linux?

2000-01-14 Thread Vidiot

>I have an old 486 that used to have linux on it.  I had to reset the
>bios to clear the password and after that it would no longer boot.  The
>lilo prompt comes up, then it says "Loading linux..." and then
>"Uncompressing Linux" and then it gives me one of a couple errors. 
>Sometimes it says "crc error" sometimes it says "ran out of data"
>sometimes it just beeps and reboots, sometimes it says something about
>invalid compression.  I have tried 3 different hard disks (200mb, 400mb,
>550mb) and get the same results with all three.  The bios (it is an
>amibios) can autodetect the hard drive correctly, and lilo & cfdisk see
>the drive geometry correctly.  What else could be causing this?  
>-Mark Ivey-

What about LBA mode?  I have one disk where it is on and one disk where it
is off.  If LBA mode is on and that is NOT how you used the disk, it will
NOT boot.

MB
-- 
e-mail: [EMAIL PROTECTED]
Bart: Hey, why is it destroying other toys?  Lisa: They must have
programmed it to eliminate the competition.  Bart: You mean like
Microsoft?  Lisa: Exactly.  [The Simpsons - 12/18/99]
Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



reset my BIOS and can't install linux?

2000-01-14 Thread Mark Ivey

Hi,
I have an old 486 that used to have linux on it.  I had to reset the
bios to clear the password and after that it would no longer boot.  The
lilo prompt comes up, then it says "Loading linux..." and then
"Uncompressing Linux" and then it gives me one of a couple errors. 
Sometimes it says "crc error" sometimes it says "ran out of data"
sometimes it just beeps and reboots, sometimes it says something about
invalid compression.  I have tried 3 different hard disks (200mb, 400mb,
550mb) and get the same results with all three.  The bios (it is an
amibios) can autodetect the hard drive correctly, and lilo & cfdisk see
the drive geometry correctly.  What else could be causing this?  

-Mark Ivey-


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: problem with ndc and named

2000-01-14 Thread Chris Dowling

yeah. I think that I like my script better though :)

even re-installing the bind rpms doesn't help. Oh well.

thanks for your help anyway.

chris dowling

Juha Saarinen wrote:
> 
> %-> Hi all.
> %->
> %-> when I start named via "ndc start" ndc returns the error:
> %-> ndc: error: name server has not started (yet?)
> %->
> %-> a ps will show that named is indeed running.
> %->
> %-> further calls to ndc will fail now giving the error message:
> %-> ndc: error: ctl_client: evConnect(fd 3): Connection refused
> %-> ndc: error: cannot connect to command channel (/var/run/ndc)
> %->
> %-> nb: /var/run/ndc does not exist.
> 
> Red Hat prefers the scripts in /etc/rc.d/init.d for starting system
> services... do:
> 
> /etc/rc.d/init.d/named start [or restart | reload | stop | whatever]
> 
> -- Juha
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.

-- 

If a manager offers "constructive advice" and no-one is around to hear
it, 
is he still an idiot?

Chris Dowling.
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



netwinder vs pc hardware

2000-01-14 Thread Jack Byers

Steve Borho wrote
>It's always been my experience that Linux is as reliable as your hardware.
>With PC's, this isn't saying much (which explains why I use a DEC Alpha and 
>a Netwinder at home).

Can you explain just how you use a Netwinder?
perhaps as a dedicated firewall or ???.

What makes the Netwinder more reliable than a PC dedicated to
the same tasks?

regards,
Jack
__
Get Your Private, Free Email at http://www.hotmail.com


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: configuring PHP on a RH 5.2 machine

2000-01-14 Thread Charles Galpin

Dave

If you wan tto just test it from the command line, then just use it from
the command line

# /usr/local/bin/php first.php

skip the SSI

hth
charles

On Fri, 14 Jan 2000, Dave Reed wrote:

> 
> I wanted to try learning PHP so I downloaded both the latest version 3
> release and the 4.0Beta3 release and tried installing them using the
> standard:
> 
> ./configure --enable-discard-path;make;make install
> 
> I've got a php.shtml file that contains:
> 
> 
> 
> 
> where first.php is a very simple php file form the tutorial that works
> fine when I run it from the command line.  But when I try to load the
> page php.shtml file in Netscape, all I get is:
> 
> /home/dreed/HTML 
> Content-Type: text/html No input file specified. 
> 
> So it looks like (to me) I've got Apache configured to work with exec
> cmd, but I must have something wrong with the php call or
> configuration.  Can anyone tell me what I need to do or point me to
> specific documentation?  
> 
> All the documentation I can find assumes you have PHP installed an
> Apache module.  I understand the performance reasons for making it a
> module, but for now I just want to experiment with it.
> 
> Thanks,
> Dave


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Group Email

2000-01-14 Thread Charles Galpin

while putting my daughter to bed, I realized that I'm sure to get a half
dozen people telling me that there are still cases that this will fail
for. Of course, the only proper way is to compare the group to the third
field in the passwd file. That's when I realized you said userid, not
username, so this won't help. sorry.

This is where I switch to perl :)

charles

On Fri, 14 Jan 2000, Charles Galpin wrote:

> Ok, to excluse a userid (first field, no : in front) do
> 
> #!/bin/sh
> TMP=`mktemp /tmp/group.XX`
> grep -w :`grep "^${1}:" /etc/group | cut -d: -f3` /etc/passwd | cut
> -d: -f1 > $TMP
> grep "^${1}:" /etc/group | cut -d: -f4 | sed 's/,//g' >> $TMP
> cat $TMP | uniq
> rm -f $TMP
> 
> hth
> charles
> 
> On Fri, 14 Jan 2000, William B. Herman wrote:
> 
> > Ok, I made  little modification because if you were looking for a group id,
> > say 10, and a person's group id was 100 it would include them (I just added
> > the -w option after the first grep).  Now, how can I make it so it doesn't
> > include a user who's userid is the same as the groupid I am looking for ?
> > 
> > Here is the code I have now:
> > 
> > #!/bin/sh
> > TMP=`mktemp /tmp/group.XX`
> > grep -w `grep "^${1}:" /etc/group | cut -d: -f3` /etc/passwd | cut -d: -f1
> > > $TMP
> > grep "^${1}:" /etc/group | cut -d: -f4 | sed 's/,/\
> > /g' >> $TMP
> > cat $TMP | uniq
> > rm -f $TMP
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
> 



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



configuring PHP on a RH 5.2 machine

2000-01-14 Thread Dave Reed


I wanted to try learning PHP so I downloaded both the latest version 3
release and the 4.0Beta3 release and tried installing them using the
standard:

./configure --enable-discard-path;make;make install

I've got a php.shtml file that contains:




where first.php is a very simple php file form the tutorial that works
fine when I run it from the command line.  But when I try to load the
page php.shtml file in Netscape, all I get is:

/home/dreed/HTML 
Content-Type: text/html No input file specified. 

So it looks like (to me) I've got Apache configured to work with exec
cmd, but I must have something wrong with the php call or
configuration.  Can anyone tell me what I need to do or point me to
specific documentation?  

All the documentation I can find assumes you have PHP installed an
Apache module.  I understand the performance reasons for making it a
module, but for now I just want to experiment with it.

Thanks,
Dave


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: MC FTP Problem on RH6.1

2000-01-14 Thread Graham Hemmings

Thanks for the reply, at least I know I'm not going mad!
Any ideas when it might be fixed?

Graham.


>This is a known bug in mc - it can't connect to servers running wu-ftpd
>2.6.0.
>See http://www.wu-ftpd.org/broken-clients.html
>
>Didn't have the time to fix it yet.
>
>LLaP
>bero


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Group Email

2000-01-14 Thread Charles Galpin

Ok, to excluse a userid (first field, no : in front) do

#!/bin/sh
TMP=`mktemp /tmp/group.XX`
grep -w :`grep "^${1}:" /etc/group | cut -d: -f3` /etc/passwd | cut
-d: -f1 > $TMP
grep "^${1}:" /etc/group | cut -d: -f4 | sed 's/,//g' >> $TMP
cat $TMP | uniq
rm -f $TMP

hth
charles

On Fri, 14 Jan 2000, William B. Herman wrote:

> Ok, I made  little modification because if you were looking for a group id,
> say 10, and a person's group id was 100 it would include them (I just added
> the -w option after the first grep).  Now, how can I make it so it doesn't
> include a user who's userid is the same as the groupid I am looking for ?
> 
> Here is the code I have now:
> 
> #!/bin/sh
> TMP=`mktemp /tmp/group.XX`
> grep -w `grep "^${1}:" /etc/group | cut -d: -f3` /etc/passwd | cut -d: -f1
> > $TMP
> grep "^${1}:" /etc/group | cut -d: -f4 | sed 's/,/\
> /g' >> $TMP
> cat $TMP | uniq
> rm -f $TMP


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Auto login and startx

2000-01-14 Thread Kerry Blalock

If your objective is to start up in graphical mode, just change your
inittab line from x:3:initdefault:
x:5:initdefault:
Of coarse you will still have to lo in as user.

Kerry B

Steve wrote:
> 
> Ok,
> 
> I can get rh6.1 to auto login to the console as  by adding the
> following line to my inttab:
> 
> x:3:respawn:/bin/su -- 
> 
> I tried to get it to startx by changing the command to:
> 
> x:3:respawn:/bin/su --  -c startx
> 
> It quits respawning too fast and I get the error can't find startx
> 
> so I changed the command to:
> 
> x:3:respawn:/bin/su --  -c /usr/X11R6/bin/startx
> 
> Now it can't find xauth etc.
> 
> Any one have any ideas what I am doing wrong??
> 
> TIA
> Steve
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.

-- 
==
Powered by Red Hat 6.0
[EMAIL PROTECTED]


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: weird entries under netstat

2000-01-14 Thread Philippe Moutarlier



I already sent an answer (at least pointing to the culprit ...). might not
apply to you but are you running gnome ?

If yes, could you step out of X, run netstat again and report.

Philippe
  

"Adv. Systems Design" <[EMAIL PROTECTED]> writes:

> The problem I am having is that my machine's processor
> is being cycled to death to the point where my telnet
> sessions become dead (top reveals that there is 0%
> idle, but 0.3% being used by system and 0.9% by user 
> SO where is the rest of the 99%?! After a few seconds,
> top must background the process, because idle shoots
> up to 98%. Funny thing is, if I keep top running, my
> telnet connection never dies!
> 
> 
> > Nope. Here is a partial  copy of mine
> > ---
> > Active Internet connections (w/o servers)
> > Proto Recv-Q Send-Q Local Address   Foreign
> > Address State  
> > 
> > Proto RefCnt Flags   Type   State
> > I-Node Path
> > unix  1  [ ] STREAM CONNECTED
> > 1417   @007b
> > unix  1  [ ] STREAM CONNECTED
> > 1297   @006a
> > unix  1  [ ] STREAM CONNECTED
> > 593@003f
> > unix  1  [ ] STREAM CONNECTED
> > 1449   @0081
> > unix  1  [ ] STREAM CONNECTED
> > 1415   @007a
> > unix  1  [ ] STREAM CONNECTED
> > 1300   @006b
> > unix  0  [ ] STREAM CONNECTED
> > 205@002f
> > unix  1  [ ] STREAM CONNECTED
> > 1440   @0080
> > unix  1  [ ] STREAM CONNECTED
> > 1035   @005b
> > unix  1  [ ] STREAM CONNECTED
> > 1155   @0062
> > unix  1  [ ] STREAM CONNECTED
> > 597@0040
> > unix  1  [ ] STREAM CONNECTED
> > 1147   @0061
> > unix  1  [ ] STREAM CONNECTED
> > 6605   /tmp/.ICE-unix/536
> > unix  1  [ ] STREAM CONNECTED
> > 6551   /tmp/.X11-unix/X0
> > unix  1  [ ] STREAM CONNECTED
> > 4981   /tmp/.ICE-unix/536
> > unix  1  [ ] STREAM CONNECTED
> > 4883   /tmp/.X11-unix/X0
> > unix  0  [ ] DGRAM   
> > 4776   
> > 
> >
> ---
> > Looks kind  of similar to yours and things are
> > working on my system.
> > Which things aren't working on your system ?
> > Larry<[EMAIL PROTECTED]>
> > 
> > 
> > -- 
> > To unsubscribe: mail [EMAIL PROTECTED]
> > with "unsubscribe"
> > as the Subject.
> > 
> > 
> __
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.

--RAA02317.947896977/saturne.kscable.com--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: ppp problems after upgrade to 6.1

2000-01-14 Thread Kerry Blalock


> 
> hk> This file does exist with 644 permission.  I can activate the interface
> hk> with '/sbin/ifup ppp0', but I would like to use a graphical dialer.  I
=

I use gnome and just set up graphical buttons by using the launch add
option for the menu bar at bottom. If /sbin/ifup ppp0 works, thats all
you have to enter on the execute line in the launch menu. Sounds like
you are using KDE, but I am sure it has an option to make icons for your
dailer.

Kerry Blalock

> hk> tried configuring kppp but there's a problem there, too.  My connect
> hk> script goes like this:

> 
==
Powered by Red Hat 6.0
[EMAIL PROTECTED]


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: cannot remote print

2000-01-14 Thread Alan Mead

I'll cc this to the redhat-list some they can chime in if I miss anything...

At 01:42 PM 1/14/00 -0800, Hidong Kim wrote:
>Hi, Alan,
>
>Thanks for the tips.  I found nothing relating to lpd in
>/var/log/messages except for messages showing lpd starting and
>stopping.  I did click "restart lpd" in printtool.  There's no
>difference between the /etc/printcap created by real root and su'ed root
>except for the header comments.  What do you mean by checking if the
>print files are created in the spool directory?  I notice that in my
>/var/spool/lpd, there are these two files:
>
>
>drwxr-xr-x   2 root lp   1024 Jan 14 12:55 lp
>-rwxrwxrwx   1 root root5 Jan 14 12:54 lpd.lock

The files in .../lp are also important.  Here's what I have on my 6.1 system:

[amead@hera ]$ ls -l /var/spool/lpd
total 2
drwxrwxr-x   2 root root 1024 Jan 10 14:10 lp/
-rw-r--r--   1 root root6 Dec 20 16:45 lpd.lock
[amead@hera ]$ ls -l /var/spool/lpd/lp
total 15
-rwxr-xr-x   1 root root 9443 Dec 20 16:38 filter*
-rwxr-xr-x   1 root root  192 Dec 20 16:38 general.cfg*
-rw-r--r--   1 root root   25 Jan 10 14:10 lock
-rwxr-xr-x   1 root root  350 Dec 20 16:38 postscript.cfg*
-rw-rw-r--   1 root root   26 Jan 10 14:10 status
-rwxr-xr-x   1 root root  146 Dec 20 16:38 textonly.cfg*

So I don't know if these differences are important, but my printer spool
dir is owed by root:root and permissions on the lock file differ.  I could
imagine lpd being fairly finicky about permissions.

FWIW, here's my /etc/printcap set up to print to a networked HP laser printer:

# /etc/printcap
#
# Please don't edit this file directly unless you know what you are doing!
# Be warned that the control-panel printtool requires a very strict format!
# Look at the printcap(5) man page for more info.
#
# This file can be edited with the printtool in the control-panel.

##PRINTTOOL3## REMOTE POSTSCRIPT 1200x1200 letter {} PostScript Default {}
lp:\
:sd=/var/spool/lpd/lp:\
:mx#0:\
:sh:\
:rm=192.168.0.5:\
:rp=:\
:if=/var/spool/lpd/lp/filter:

-Alan
---
Alan D. Mead  /  Research Scientist  /  [EMAIL PROTECTED]
Institute for Personality and Ability Testing
1801 Woodfield Dr  /  Savoy IL 61874 USA
217-352-4739 (v)  /  217-352-9674 (f)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: weird entries under netstat

2000-01-14 Thread Fred Herman

"Adv. Systems Design" wrote:
> 
> Well, another box running RH4.2 doesnt act that
> way...idle goes from 97% to 99%...the box running 6.0
> goes from idle ~8% to ~98%. I know top is not going to
> explain my tenet problems, but its curious that the
> telnet will not die if I am running top (which leads
> me to believe that it is pushing some processor hog
> into lower status that causes the idle to jump up). I
> know there was an unrelated K6-2 bug, (depending on
> the stepping of your processor) but i wonder if there
> is something related...

Just another guess, but maybe the periodic output from top over your
telnet connection is keeping the connection open.  Whatever is timing
out the telnet session would be looking at activity, and if top's output
satisfies the activity criteria, it would keep the connection open.  To
test this theory, try running netstat -ct   That will cause netstat to
update each second and also only output the tcp info for a much shorter
display.  See if that also keeps telnet alive.

Fred

 
> 
> --- Fred Herman <[EMAIL PROTECTED]> wrote:
> > "Adv. Systems Design" wrote:
> > >
> > > The problem I am having is that my machine's
> > processor
> > > is being cycled to death to the point where my
> > telnet
> > > sessions become dead (top reveals that there is 0%
> > > idle, but 0.3% being used by system and 0.9% by
> > user
> > > SO where is the rest of the 99%?! After a few
> > seconds,
> > > top must background the process, because idle
> > shoots
> > > up to 98%. Funny thing is, if I keep top running,
> > my
> > > telnet connection never dies!
> > >
> > >
> > I normally see this when top starts.  After the
> > first refresh, the idle
> > per cent goes back up to 99%.  I believe this is top
> > initially seeing
> > itself running.  Only a guess.  It has nothing to do
> > with telnet.
> >
> > Fred
> >
> >
> > --
> > To unsubscribe: mail [EMAIL PROTECTED]
> > with "unsubscribe"
> > as the Subject.
> >
> >
> __
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Group Email

2000-01-14 Thread William B. Herman

Ok, I made  little modification because if you were looking for a group id,
say 10, and a person's group id was 100 it would include them (I just added
the -w option after the first grep).  Now, how can I make it so it doesn't
include a user who's userid is the same as the groupid I am looking for ?

Here is the code I have now:

#!/bin/sh
TMP=`mktemp /tmp/group.XX`
grep -w `grep "^${1}:" /etc/group | cut -d: -f3` /etc/passwd | cut -d: -f1
> $TMP
grep "^${1}:" /etc/group | cut -d: -f4 | sed 's/,/\
/g' >> $TMP
cat $TMP | uniq
rm -f $TMP

-Bill
- Original Message -
From: "Gordon Messmer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 14, 2000 2:29 PM
Subject: Re: Group Email


> Charles Galpin wrote:
> > #!/bin/sh
> > #
> > # get's group members
> > # usage: getMembers group_name  > /etc/mail/group.lst
> > #
> > grep `grep $1 /etc/group | cut -d: -f3` /etc/passwd | cut -d: -f1
> >
> > create this script, and stick a call to it for each group list you want
to
> > maintain in a cron job, (or a little wrapper script in say
> > /etc/cron.daily), and you have a self maintaining group mail list. Add
> > salt as needed.
>
> Not bad, but not robust either.  It breaks easily.  How about the
> following:
>
>
> #!/bin/sh
> TMP=`mktemp /tmp/group.XX`
> grep `grep "^${1}:" /etc/group | cut -d: -f3` /etc/passwd | cut -d: -f1
> > $TMP
> grep "^${1}:" /etc/group | cut -d: -f4 | sed 's/,/\
> /g' >> $TMP
> cat $TMP | uniq
> rm -f $TMP
>
> This way, you also get those users who's default group isn't the one you
> requested, but are a member of all the same.
>
> > p.s. look bash boys - no perl! (and typed with one hand - restless baby
> > in other) 
>
>
> Ooohh, it's sorely tempting  :)
>
>
> MSG
>
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
>


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Starting an Xsession on remote computer

2000-01-14 Thread tshanno

On 14 Jan, Steve Borho wrote:
> On Fri, Jan 14, 2000 at 04:43:50PM -0600, [EMAIL PROTECTED] wrote:
>> I recently bought a laptop and am trying to use it to remotely manage
>> my desktop computer.  I login via a telnet session and set the DISPLAY
>> variable (usually something like xxx.xxx.xxx.xxx:0).  Unfortunately
>> when I try to start an X session from here (startx) it doesn't work.
> 
> You don't start an X server on the machine you telnet to, you start it on
> the machine you're telnetting from.
> 
> startx
> 'open an xterm'
> telnet laptop
> export DISPLAY=xxx.xxx.xxx.xxx:0
> netscape&
> 

Yes, this works (as do most X programs).  But try gmc.  Or FSViewer if
you are running WindowMaker.  These programs segfault or core dump. 
They only work if you are running an X on the same machine as the
program (I expect they are looking for a local process of some type).

I was sure there was a way to do this.  Perhaps not.

Tom
-- 
Quote of the day for Friday, 14 January, 2000:

"That man is the richest whose pleasures are the cheapest." 

  - Henry David Thoreau


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: Starting an Xsession on remote computer

2000-01-14 Thread Ward William E PHDN

No.  Login to the laptop, then telnet/rlogin/ssh to the other machine.
You can have as many connections, etc., as you wish.  They will be
running from the remote machine, but displaying on the local machine.
You may need to run some extra programs somewhat differently (for
example, you may need to start programs from the command line
vice via a Gnome button), but otherwise everything would be the
same.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 14, 2000 6:15 PM
To: [EMAIL PROTECTED]
Subject: RE: Starting an Xsession on remote computer


On 14 Jan, Ward William E PHDN wrote:
> I really don't understand what you are trying to do.  If you have
> X-Windows running on your laptop, as long as X is installed on the
> remote machine, it doesn't matter if that machine is in terminal
> mode or Graphics mode... it can still throw up valid X-Windows on
> your machine remotely.  If you don't have X installed and running
> on your laptop, it doesn't matter anyway.
> 
> IOW, you shouldn't NEED to startx on the remote machine.  Even a
> dumb client would need X running LOCALLY.  Can you please explain
> it in detail what you are trying to achieve?

I want to run X on my desktop machine but I want it to be displayed on
my laptop.  In other words, I want it to be exactly as if I was sitting
at my desk running it on the monitor there but I want it on my laptop
instead.  The programs and files I want to run and access, respective
ly are all on the desktop computer.

I assume that I need to login to my desktop computer, then get X to run
there but display on the laptop.  I this not right?

Tom
-- 
Quote of the day for Friday, 14 January, 2000:

"That man is the richest whose pleasures are the cheapest." 

  - Henry David Thoreau


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Starting an Xsession on remote computer

2000-01-14 Thread Steve Borho

On Fri, Jan 14, 2000 at 04:43:50PM -0600, [EMAIL PROTECTED] wrote:
> I recently bought a laptop and am trying to use it to remotely manage
> my desktop computer.  I login via a telnet session and set the DISPLAY
> variable (usually something like xxx.xxx.xxx.xxx:0).  Unfortunately
> when I try to start an X session from here (startx) it doesn't work.

You don't start an X server on the machine you telnet to, you start it on
the machine you're telnetting from.

startx
'open an xterm'
telnet laptop
export DISPLAY=xxx.xxx.xxx.xxx:0
netscape&

-- 
Steve Borho   Voice:  314-615-6349
Network Engineer
Celox Communications Corp

Fortune of the day:
FORTUNE REMEMBERS THE GREAT MOTHERS: #5

"And, and, and, and, but, but, but, but!"
-- Mrs. Janice Markowsky, April 8, 1965


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: Starting an Xsession on remote computer

2000-01-14 Thread tshanno

On 14 Jan, Ward William E PHDN wrote:
> I really don't understand what you are trying to do.  If you have
> X-Windows running on your laptop, as long as X is installed on the
> remote machine, it doesn't matter if that machine is in terminal
> mode or Graphics mode... it can still throw up valid X-Windows on
> your machine remotely.  If you don't have X installed and running
> on your laptop, it doesn't matter anyway.
> 
> IOW, you shouldn't NEED to startx on the remote machine.  Even a
> dumb client would need X running LOCALLY.  Can you please explain
> it in detail what you are trying to achieve?

I want to run X on my desktop machine but I want it to be displayed on
my laptop.  In other words, I want it to be exactly as if I was sitting
at my desk running it on the monitor there but I want it on my laptop
instead.  The programs and files I want to run and access, respective
ly are all on the desktop computer.

I assume that I need to login to my desktop computer, then get X to run
there but display on the laptop.  I this not right?

Tom
-- 
Quote of the day for Friday, 14 January, 2000:

"That man is the richest whose pleasures are the cheapest." 

  - Henry David Thoreau


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: Starting an Xsession on remote computer

2000-01-14 Thread Ward William E PHDN

I really don't understand what you are trying to do.  If you have
X-Windows running on your laptop, as long as X is installed on the
remote machine, it doesn't matter if that machine is in terminal
mode or Graphics mode... it can still throw up valid X-Windows on
your machine remotely.  If you don't have X installed and running
on your laptop, it doesn't matter anyway.

IOW, you shouldn't NEED to startx on the remote machine.  Even a
dumb client would need X running LOCALLY.  Can you please explain
it in detail what you are trying to achieve?

Bill Ward

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 14, 2000 5:44 PM
To: [EMAIL PROTECTED]
Cc: recipient.list.not.shown; @nswcphdn.navy.mil
Subject: Starting an Xsession on remote computer


I recently bought a laptop and am trying to use it to remotely manage
my desktop computer.  I login via a telnet session and set the DISPLAY
variable (usually something like xxx.xxx.xxx.xxx:0).  Unfortunately
when I try to start an X session from here (startx) it doesn't work.

What more do I need to do?

Thanks in advance,
Tom
-- 
Quote of the day for Friday, 14 January, 2000:

"That man is the richest whose pleasures are the cheapest." 

  - Henry David Thoreau


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Starting an Xsession on remote computer

2000-01-14 Thread tshanno

I recently bought a laptop and am trying to use it to remotely manage
my desktop computer.  I login via a telnet session and set the DISPLAY
variable (usually something like xxx.xxx.xxx.xxx:0).  Unfortunately
when I try to start an X session from here (startx) it doesn't work.

What more do I need to do?

Thanks in advance,
Tom
-- 
Quote of the day for Friday, 14 January, 2000:

"That man is the richest whose pleasures are the cheapest." 

  - Henry David Thoreau


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: Root doesn't accept password

2000-01-14 Thread Ward William E PHDN

Oops, forgot the point about the tab... so it's not even
that much of a "BUT"... however, you can still change
the root password of the system at level 1, then
go ahead and raise it to 3 or 5... that was my point
4.

Bill Ward

-Original Message-
From: Duncan Hill [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 14, 2000 3:50 PM
To: '[EMAIL PROTECTED]'
Cc: recipient.list.not.shown; @nswcphdn.navy.mil
Subject: RE: Root doesn't accept password


On Fri, 14 Jan 2000, Ward William E PHDN wrote:

> 2) Only if you know where the boot kernal is... he didn't
> mention that one.  Of course, a lot of people leave the/a
> boot kernal in the default

Hit the tab key at the LILO prompt :)  Hey presto, all kernels
available in the lilo.conf file.

> 3) It doesn't give network access... at least not initially.
> You have to change your init level to get that.
> 4) It doesn't give X-Windows... same as 3.  Of course, if
> you change the root password, you can then bring it up to 
> level 3 or level 5, and regain root access

IIRC, Linux forces you to re-login if you change from 1 -> 3 or 5.  Of
course, if you get 1, vi /etc/passwd, null the field, passwd command.

-- 

Duncan Hill Sapere aude
One net to rule them all, One net to find them,
One net to bring them all, and using Unix bind them.



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: cannot remote print

2000-01-14 Thread Alan Mead

I found printing problems frustrating too, especially the error messages
from lpd.  The folks here on the list helped but ultimately I read
everything I could find and tried different things.  You could find a Linux
consultant to pay, I think there are paid help desks too.  And network
printing may be more the forte of people in comp.os.linux.admin.network.

My problem with remote printing turned out to be DNS related, I believe.
When I put IP addresses into hosts.lpd, everything worked.  

Since everything worked under 5.2 but not now, I assume it is something to
do with 6.x.  The only issue I'm aware of is problems finding the printer.
But you say that ripley can print fine.  So that's not it.

lpd messages would be in /var/log/messages but you could grep for lpd in
the log directory.  Here's a long shot: Did you click 'restart lpd' in the
printtool?  As long as we're grasping at straws, you might try rebooting
the computers if that's convenient.  Are the print files created in the
spool directory?  If you diff the old and new printcap, are they the same
or what's changed?

-Alan
---
Alan D. Mead  /  Research Scientist  /  [EMAIL PROTECTED]
Institute for Personality and Ability Testing
1801 Woodfield Dr  /  Savoy IL 61874 USA
217-352-4739 (v)  /  217-352-9674 (f)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: [OT] All secure server's are broke?

2000-01-14 Thread J. Scott Kasten

It's largely bunk anyway.  The "find the private keys" bit means
that encrytion keys are known to have higher entropy than any other
type of data, so it is possible to identify "suspicious" data segments
either in core memory or in a file system in a disk.  The act of doing
this is easily detectable in that some weird process will be consuming
huge amounts of CPU time and/or disk I/O as it tried to determine likly
data segments with suitably high entropy.

The real question is whether this technique is practical, not whether
it's possible.  Possible, yes, practical, NO.

On Fri, Jan 14, 2000 at 02:36:04PM -0600, Steve Borho wrote:
> On Fri, Jan 14, 2000 at 01:22:27PM -0600, Alan Mead wrote:
> > This article seems to say that all major servers (Apache, Netscape, IIS)
> > are vulnerable to local attacks which read the private key from memory.  It
> > goes on to say that you really need their $4,000 to $17,000 solution to
> > "vault" the keys.  So it sounds like crap but I was wondering if anyone
> > with more knowledge about Apache, public key cryptography, and Linux memory
> > management would care to explain the degree of risk involved.  I suppose
> > this has been an issue, if it is, for years and I've never heard of a
> > problem...
> 
> I don't know about other OS's, but in Linux, you need root access to read
> the memory used by processes you don't own.
> 
> If someone breaks into your webserver and gets root access having
> encrypted keys in your apache memory space which are identifiable is the
> least of your problems.
> 
> That press release is just a marketing stunt.  They want you to buy their
> secure box... which can only provide marginally better security, if any at
> all.
> 
> -- 
> Steve Borho   Voice:  314-615-6349
> Network Engineer
> Celox Communications Corp
> 
> Fortune of the day:
> I just thought of something funny...your mother.
> - Cheech Marin
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
> 

-- 
J. Scott Kasten

jsk AT tetracon-eng DOT net

"That wasn't an attack.  It was preemptive retaliation!"


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: weird entries under netstat

2000-01-14 Thread Adv. Systems Design

Well, another box running RH4.2 doesnt act that
way...idle goes from 97% to 99%...the box running 6.0
goes from idle ~8% to ~98%. I know top is not going to
explain my tenet problems, but its curious that the
telnet will not die if I am running top (which leads
me to believe that it is pushing some processor hog
into lower status that causes the idle to jump up). I
know there was an unrelated K6-2 bug, (depending on
the stepping of your processor) but i wonder if there
is something related...

--- Fred Herman <[EMAIL PROTECTED]> wrote:
> "Adv. Systems Design" wrote:
> > 
> > The problem I am having is that my machine's
> processor
> > is being cycled to death to the point where my
> telnet
> > sessions become dead (top reveals that there is 0%
> > idle, but 0.3% being used by system and 0.9% by
> user
> > SO where is the rest of the 99%?! After a few
> seconds,
> > top must background the process, because idle
> shoots
> > up to 98%. Funny thing is, if I keep top running,
> my
> > telnet connection never dies!
> > 
> >
> I normally see this when top starts.  After the
> first refresh, the idle
> per cent goes back up to 99%.  I believe this is top
> initially seeing
> itself running.  Only a guess.  It has nothing to do
> with telnet.
> 
> Fred
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED]
> with "unsubscribe"
> as the Subject.
> 
> 
__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: cannot remote print

2000-01-14 Thread Hidong Kim

Hi, Steve and Alan,

I tried logging out and starting the X session as root, deleting the
current printers and reconfiguring with printtool, on both the server
machine and the other two machines.  It still doesn't work.  All three
machines have the same user accounts with the same user ids.  But I'm
not running nis.  I wasn't when remote printing was working under 5.2. 
Which log files should I check?  I don't see any strange messages in
/var/log/messages.  I've been trying to figure out this problem for
weeks now.  What do people usually do when they need serious Linux
support?  Red Hat tech support is no use here.  Thanks,



Hidong


Steve Borho wrote:
> 
> On Fri, Jan 14, 2000 at 12:43:32PM -0800, Hidong Kim wrote:
> > Hi, Dave,
> >
> > Yes, all of the machines are listed in /etc/hosts.lpd.  I called Red Hat
> > phone support about this.  They refuse to answer network printing
> > questions.  I was disappointed.
> 
> The users which need to remote print must have accounts on the server
> which they can log into.
> 
> Other than that, have you looked in the various log files for suspicious
> error messages?
> 
> --
> Steve Borho   Voice:  314-615-6349
> Network Engineer
> Celox Communications Corp
> 
> Fortune of the day:
> I just thought of something funny...your mother.
> - Cheech Marin
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: problem with ndc and named

2000-01-14 Thread Juha Saarinen

%-> Hi all.
%->
%-> when I start named via "ndc start" ndc returns the error:
%-> ndc: error: name server has not started (yet?)
%->
%-> a ps will show that named is indeed running.
%->
%-> further calls to ndc will fail now giving the error message:
%-> ndc: error: ctl_client: evConnect(fd 3): Connection refused
%-> ndc: error: cannot connect to command channel (/var/run/ndc)
%->
%-> nb: /var/run/ndc does not exist.

Red Hat prefers the scripts in /etc/rc.d/init.d for starting system
services... do:

/etc/rc.d/init.d/named start [or restart | reload | stop | whatever]


-- Juha



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: partitioning with diskdruid: not enough space

2000-01-14 Thread Alan Mead

At 09:48 PM 1/14/00 +0100, David Krings wrote:

>   What am i doing wrong ? I know that i had the same problem back then when

Have you read the large disk HOWTO?  Go to www.redhat.com, click on
suporrt, find their own HOWTO on large disks and then matbe visit
www.linuxdocs.org and read the LDP HOWTO.

Good luck!

-Alan
---
Alan D. Mead  /  Research Scientist  /  [EMAIL PROTECTED]
Institute for Personality and Ability Testing
1801 Woodfield Dr  /  Savoy IL 61874 USA
217-352-4739 (v)  /  217-352-9674 (f)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: weird entries under netstat

2000-01-14 Thread Adv. Systems Design

I have another box running 4.2 and it does not act the
same way, so I know there is something funky going on.
The telnet is not timing out...I have never had this
problem until I upgraded that box from 4.2 to 6.0...

There is a problem, I just don't know where and why.

--- Ward William E PHDN <[EMAIL PROTECTED]>
wrote:
> Um, this is standard Top behavior (no joke, every
> Unix box I've ever used!).  It's compiling
> information,
> so what you are seeing is incomplete the first few
> seconds.
> If you lower your top threshold time down to the
> lowest 
> number, you'll see it begins updating faster, so
> it's
> not missing that 99% as long...
> 
> As for your REAL problem, I have no idea.  Perhaps
> you're
> telnet is simply timing out due to lack of activity?
> 
> Bill Ward
> 
> -Original Message-
> From: Adv. Systems Design
> [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 14, 2000 11:55 AM
> To: [EMAIL PROTECTED]
> Cc: recipient.list.not.shown; @nswcphdn.navy.mil
> Subject: RE: weird entries under netstat
> 
> 
> The problem I am having is that my machine's
> processor
> is being cycled to death to the point where my
> telnet
> sessions become dead (top reveals that there is 0%
> idle, but 0.3% being used by system and 0.9% by user
> 
> SO where is the rest of the 99%?! After a few
> seconds,
> top must background the process, because idle shoots
> up to 98%. Funny thing is, if I keep top running, my
> telnet connection never dies!
__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



partitioning with diskdruid: not enough space

2000-01-14 Thread David Krings

Hi !!!

Just got a nice big harddrive (20GB) and installed on the first 10 GB a
win98 system with eleven partitions (i like driveletters so much), one
primary and ten as logical drives in an extended partition. Now i want to
put Linux on the space left, i am using Halloween IV, a german distro
basing on RedHat 6.1. The installing process uses diskdruid to create linux
partitions, i have no problem to create a swap partition (120 MB), but i
can't add any other partition properly, i always receive the error message
'allocation error, not enough space to create partition'. But there is
defenitely enough space.
My first thought was that there is a limitation to the number of
partitions on a drive, but even decreasing the number of the windows
partitions didn't help.

What am i doing wrong ? I know that i had the same problem back then when
i installed RedHat 5.2 on my second puter, figured out somehow but forgot
again. What does this error message mean ? Is fdisk as picky (i could hook
the drive to my other system then) ? 


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: TTY Dead

2000-01-14 Thread Fred Herman

Mike Lewis wrote:
> 
> Tom Gilbert wrote:
> >
> > * Fred Herman ([EMAIL PROTECTED]) wrote:
> > > Tom Gilbert wrote:
> > > >
> >
> > I'm confused. What in Netscape do you double-click?
> >
Well, keyboard hotkeys are ok, but I'd still love to know how to control
the double click speed.  But I am practicing every day at
double-clicking faster. :o}

Thank you both for the hotkey suggestions.

Fred

> > I have never double-clicked anything in netscape as far as I
> > remember...
> >
> I like to be able to clear the URL window by double clicking (select
> all) and then typing in the new URL  Maybe this is just a sloppy
> holdover from my WindDoz habits.  I still haven't found a way to change
> the double-click speed yet.  I guess I'm surprised that there isn't a
> desktop level way of doing this in gnome like the acceleration speed
> setting for the mouse.
> 
> Have you tried using  O instead ?  IMHO, much easier.
> 
> Mike
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: Root doesn't accept password

2000-01-14 Thread Duncan Hill

On Fri, 14 Jan 2000, Ward William E PHDN wrote:

> 2) Only if you know where the boot kernal is... he didn't
> mention that one.  Of course, a lot of people leave the/a
> boot kernal in the default

Hit the tab key at the LILO prompt :)  Hey presto, all kernels
available in the lilo.conf file.

> 3) It doesn't give network access... at least not initially.
> You have to change your init level to get that.
> 4) It doesn't give X-Windows... same as 3.  Of course, if
> you change the root password, you can then bring it up to 
> level 3 or level 5, and regain root access

IIRC, Linux forces you to re-login if you change from 1 -> 3 or 5.  Of
course, if you get 1, vi /etc/passwd, null the field, passwd command.

-- 

Duncan Hill Sapere aude
One net to rule them all, One net to find them,
One net to bring them all, and using Unix bind them.



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: cannot remote print

2000-01-14 Thread Steve Borho

On Fri, Jan 14, 2000 at 12:43:32PM -0800, Hidong Kim wrote:
> Hi, Dave,
> 
> Yes, all of the machines are listed in /etc/hosts.lpd.  I called Red Hat
> phone support about this.  They refuse to answer network printing
> questions.  I was disappointed.

The users which need to remote print must have accounts on the server
which they can log into.

Other than that, have you looked in the various log files for suspicious
error messages?

-- 
Steve Borho   Voice:  314-615-6349
Network Engineer
Celox Communications Corp

Fortune of the day:
I just thought of something funny...your mother.
- Cheech Marin


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: Root doesn't accept password

2000-01-14 Thread Alan Mead

At 03:22 PM 1/14/00 -0500, Ward William E PHDN wrote:
>There are more "Buts" than that, all though they are only 
>technicalities.

7) You can usually set a BIOS password.
---
Alan D. Mead  /  Research Scientist  /  [EMAIL PROTECTED]
Institute for Personality and Ability Testing
1801 Woodfield Dr  /  Savoy IL 61874 USA
217-352-4739 (v)  /  217-352-9674 (f)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: cannot remote print

2000-01-14 Thread Hidong Kim

Hi, Dave,

Yes, all of the machines are listed in /etc/hosts.lpd.  I called Red Hat
phone support about this.  They refuse to answer network printing
questions.  I was disappointed.



Hidong



Dave Reed wrote:
> 
> > From: Hidong Kim <[EMAIL PROTECTED]>
> >
> > Hi,
> >
> > This is a problem that's driving me crazy.  I have a network of three
> > Linux machines.  When I was running Red Hat 5.2, I could print over this
> > network.  Since upgrading to 6.0, I cannot print over the network.  I
> > just upgraded to 6.1, and the problem persists.  The three machines are
> > ripley, weaver, and jonesy.  ripley has the printer.  I can print fine
> > on ripley.  I configured the printer on all three machines using
> > printtool.  Here's ripley's /etc/printcap:
> 
> printcap files snipped:
> 
> >
> > When I submit a print job from weaver, nothing prints.  lpq on weaver
> > shows:
> >
> > weaver.emeraldbiostructures.com: waiting for queue to be enabled on
> > ripley
> > Rank   Owner  Job  Files Total Size
> > 1stroot   16...  625 bytes
> >
> > ripley.emeraldbiostructures.com: lpd: lp: Your host does not have line
> > printer access
> >
> >
> > What is going on?  I've upgraded to lpr-0.48.  All other network
> > connections between the machines, ping, telnet, ftp, nfs, are fine.
> > Thanks,
> 
> What about ripley's /etc/hosts.lpd
> 
> Does that file list the names or IP addresses of the other two
> machines?  If not try adding them to it.  I think that's still
> required for remote printing to work.
> 
> Dave
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: TTY Dead

2000-01-14 Thread Steve Borho

On Fri, Jan 14, 2000 at 12:32:57PM -0800, Mike Lewis wrote:
> Tom Gilbert wrote:
> I like to be able to clear the URL window by double clicking (select
> all) and then typing in the new URL  Maybe this is just a sloppy
> holdover from my WindDoz habits.  I still haven't found a way to change
> the double-click speed yet.  I guess I'm surprised that there isn't a
> desktop level way of doing this in gnome like the acceleration speed
> setting for the mouse.
> 
> Have you tried using  O instead ?  IMHO, much easier.
> 
> Mike

ctrl-u works as well in the input window.

-- 
Steve Borho   Voice:  314-615-6349
Network Engineer
Celox Communications Corp

Fortune of the day:
I just thought of something funny...your mother.
- Cheech Marin


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



red hat update agent

2000-01-14 Thread Hidong Kim

Hi,

I just installed the official Red Hat 6.1 deluxe.  I'm having problems
running the update agent.  I registered at the Red Hat site.  The
documentation on the Red Hat site shows a different user interface from
the update agent on my machine.  In the User tab of the up2date
configuration, there are fields for "user name" and "registration key"
on my installation.  In the documentation, it shows fields for "user id"
and "password".  What should go in the "user name" and "registration"
fields of my installation?  I've tried various combinations of my
registration username, my e-mail address, and the product id number. 
Nothing works.  Thanks,



Hidong


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: TTY Dead

2000-01-14 Thread Mike Lewis

Tom Gilbert wrote:
> 
> * Fred Herman ([EMAIL PROTECTED]) wrote:
> > Tom Gilbert wrote:
> > >
> 
> I'm confused. What in Netscape do you double-click?
> 
> I have never double-clicked anything in netscape as far as I
> remember...
> 
I like to be able to clear the URL window by double clicking (select
all) and then typing in the new URL  Maybe this is just a sloppy
holdover from my WindDoz habits.  I still haven't found a way to change
the double-click speed yet.  I guess I'm surprised that there isn't a
desktop level way of doing this in gnome like the acceleration speed
setting for the mouse.

Have you tried using  O instead ?  IMHO, much easier.

Mike


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: cannot remote print

2000-01-14 Thread Alan Mead

At 11:54 AM 1/14/00 -0800, Hidong Kim wrote:

>This is a problem that's driving me crazy.  I have a network of three

Try this:  On ripley, move the printcap to some name like old.printcap and
then fire up X as root and run the Red Hat printtool and recreate the
printer.  This worked for me and others.  I didn't bother diff'ing the old
and new to see what was wrong...

There are some other things to check (hosts.lpd, same user (same UID?) on
both machines, etc.) if the above doesn't work.  You could even (maybe) go
back to 5.2 for ripley although I wouldn't start there.

-Alan
---
Alan D. Mead  /  Research Scientist  /  [EMAIL PROTECTED]
Institute for Personality and Ability Testing
1801 Woodfield Dr  /  Savoy IL 61874 USA
217-352-4739 (v)  /  217-352-9674 (f)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: [OT] All secure server's are broke?

2000-01-14 Thread Steve Borho

On Fri, Jan 14, 2000 at 01:22:27PM -0600, Alan Mead wrote:
> This article seems to say that all major servers (Apache, Netscape, IIS)
> are vulnerable to local attacks which read the private key from memory.  It
> goes on to say that you really need their $4,000 to $17,000 solution to
> "vault" the keys.  So it sounds like crap but I was wondering if anyone
> with more knowledge about Apache, public key cryptography, and Linux memory
> management would care to explain the degree of risk involved.  I suppose
> this has been an issue, if it is, for years and I've never heard of a
> problem...

I don't know about other OS's, but in Linux, you need root access to read
the memory used by processes you don't own.

If someone breaks into your webserver and gets root access having
encrypted keys in your apache memory space which are identifiable is the
least of your problems.

That press release is just a marketing stunt.  They want you to buy their
secure box... which can only provide marginally better security, if any at
all.

-- 
Steve Borho   Voice:  314-615-6349
Network Engineer
Celox Communications Corp

Fortune of the day:
I just thought of something funny...your mother.
- Cheech Marin


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: cannot remote print

2000-01-14 Thread Dave Reed

> From: Hidong Kim <[EMAIL PROTECTED]>
> 
> Hi,
> 
> This is a problem that's driving me crazy.  I have a network of three
> Linux machines.  When I was running Red Hat 5.2, I could print over this
> network.  Since upgrading to 6.0, I cannot print over the network.  I
> just upgraded to 6.1, and the problem persists.  The three machines are
> ripley, weaver, and jonesy.  ripley has the printer.  I can print fine
> on ripley.  I configured the printer on all three machines using
> printtool.  Here's ripley's /etc/printcap:

printcap files snipped:

> 
> When I submit a print job from weaver, nothing prints.  lpq on weaver
> shows:
> 
> weaver.emeraldbiostructures.com: waiting for queue to be enabled on
> ripley
> Rank   Owner  Job  Files Total Size
> 1stroot   16...  625 bytes
> 
> ripley.emeraldbiostructures.com: lpd: lp: Your host does not have line
> printer access
> 
> 
> What is going on?  I've upgraded to lpr-0.48.  All other network
> connections between the machines, ping, telnet, ftp, nfs, are fine. 
> Thanks,


What about ripley's /etc/hosts.lpd

Does that file list the names or IP addresses of the other two
machines?  If not try adding them to it.  I think that's still
required for remote printing to work.

Dave




-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: weird entries under netstat

2000-01-14 Thread Ward William E PHDN

Um, this is standard Top behavior (no joke, every
Unix box I've ever used!).  It's compiling information,
so what you are seeing is incomplete the first few seconds.
If you lower your top threshold time down to the lowest 
number, you'll see it begins updating faster, so it's
not missing that 99% as long...

As for your REAL problem, I have no idea.  Perhaps you're
telnet is simply timing out due to lack of activity?

Bill Ward

-Original Message-
From: Adv. Systems Design [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 14, 2000 11:55 AM
To: [EMAIL PROTECTED]
Cc: recipient.list.not.shown; @nswcphdn.navy.mil
Subject: RE: weird entries under netstat


The problem I am having is that my machine's processor
is being cycled to death to the point where my telnet
sessions become dead (top reveals that there is 0%
idle, but 0.3% being used by system and 0.9% by user 
SO where is the rest of the 99%?! After a few seconds,
top must background the process, because idle shoots
up to 98%. Funny thing is, if I keep top running, my
telnet connection never dies!


> Nope. Here is a partial  copy of mine
> ---
> Active Internet connections (w/o servers)
> Proto Recv-Q Send-Q Local Address   Foreign
> Address State  
> 
> Proto RefCnt Flags   Type   State
> I-Node Path
> unix  1  [ ] STREAM CONNECTED
> 1417   @007b
> unix  1  [ ] STREAM CONNECTED
> 1297   @006a
> unix  1  [ ] STREAM CONNECTED
> 593@003f
> unix  1  [ ] STREAM CONNECTED
> 1449   @0081
> unix  1  [ ] STREAM CONNECTED
> 1415   @007a
> unix  1  [ ] STREAM CONNECTED
> 1300   @006b
> unix  0  [ ] STREAM CONNECTED
> 205@002f
> unix  1  [ ] STREAM CONNECTED
> 1440   @0080
> unix  1  [ ] STREAM CONNECTED
> 1035   @005b
> unix  1  [ ] STREAM CONNECTED
> 1155   @0062
> unix  1  [ ] STREAM CONNECTED
> 597@0040
> unix  1  [ ] STREAM CONNECTED
> 1147   @0061
> unix  1  [ ] STREAM CONNECTED
> 6605   /tmp/.ICE-unix/536
> unix  1  [ ] STREAM CONNECTED
> 6551   /tmp/.X11-unix/X0
> unix  1  [ ] STREAM CONNECTED
> 4981   /tmp/.ICE-unix/536
> unix  1  [ ] STREAM CONNECTED
> 4883   /tmp/.X11-unix/X0
> unix  0  [ ] DGRAM   
> 4776   
> 
>
---
> Looks kind  of similar to yours and things are
> working on my system.
> Which things aren't working on your system ?
> Larry<[EMAIL PROTECTED]>
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED]
> with "unsubscribe"
> as the Subject.
> 
> 
__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: weird entries under netstat

2000-01-14 Thread Fred Herman

"Adv. Systems Design" wrote:
> 
> The problem I am having is that my machine's processor
> is being cycled to death to the point where my telnet
> sessions become dead (top reveals that there is 0%
> idle, but 0.3% being used by system and 0.9% by user
> SO where is the rest of the 99%?! After a few seconds,
> top must background the process, because idle shoots
> up to 98%. Funny thing is, if I keep top running, my
> telnet connection never dies!
> 
>
I normally see this when top starts.  After the first refresh, the idle
per cent goes back up to 99%.  I believe this is top initially seeing
itself running.  Only a guess.  It has nothing to do with telnet.

Fred


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: Root doesn't accept password

2000-01-14 Thread Ward William E PHDN

There are more "Buts" than that, all though they are only 
technicalities.

1) Only during the boot process... that's the LILO prompt,
not the login prompt.

2) Only if you know where the boot kernal is... he didn't
mention that one.  Of course, a lot of people leave the/a
boot kernal in the default

3) It doesn't give network access... at least not initially.
You have to change your init level to get that.

4) It doesn't give X-Windows... same as 3.  Of course, if
you change the root password, you can then bring it up to 
level 3 or level 5, and regain root access

5) Wot 'e said below.

6) This doesn't give root access to other machines on your
network (unless you have been a very bad boy in how you've
set up security)

Bill Ward

-Original Message-
From: Duncan Hill [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 14, 2000 8:39 AM
To: '[EMAIL PROTECTED]'
Cc: recipient.list.not.shown; @nswcphdn.navy.mil
Subject: RE: Root doesn't accept password


On Fri, 14 Jan 2000, Jeff Graves wrote:

> Are you joking me? You can honestly get root access that easy?

Yes, but, and there is a but, enabling a lilo password stops that.
However, if someone has physical access to a machine, all the
passwords in the world will not really help you.  A boot floppy, a
bootable CDROM, a screwdriver.. take your pick.  Course, encrypted
file systems may be handy in that case.

-- 

Duncan Hill Sapere aude
One net to rule them all, One net to find them,
One net to bring them all, and using Unix bind them.



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Opinions

2000-01-14 Thread Gordon Messmer

Alan Mead wrote:
> 
> As I understand it, the PS/2 mouse is that it uses a couple of it's pins to
> draws current.  I've had a spark reset my machine while fiddling with the
> mouse.  I power down now before I mess with it.  YMMV.

You're lucky.  My good friend's mouse stopped working, so he checked the
connection.  Sure enough, it was loose, so he plugged it back in.  ZAP! 
A spark fried the PS/2 controller (only one for both keyboard and mouse,
mind you) and he had to replace the motherboard.

MSG


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



cannot remote print

2000-01-14 Thread Hidong Kim

Hi,

This is a problem that's driving me crazy.  I have a network of three
Linux machines.  When I was running Red Hat 5.2, I could print over this
network.  Since upgrading to 6.0, I cannot print over the network.  I
just upgraded to 6.1, and the problem persists.  The three machines are
ripley, weaver, and jonesy.  ripley has the printer.  I can print fine
on ripley.  I configured the printer on all three machines using
printtool.  Here's ripley's /etc/printcap:

#
# Please don't edit this file directly unless you know what you are
doing!
# Be warned that the control-panel printtool requires a very strict
format!
# Look at the printcap(5) man page for more info.
#
# This file can be edited with the printtool in the control-panel.


##PRINTTOOL3## LOCAL uniprint NAxNA letter {} U_EpsonStylusColor
stc800pl 1
lp:\
:sd=/var/spool/lpd/lp:\
:mx#0:\
:sh:\
:lp=/dev/lp0:\
:if=/var/spool/lpd/lp/filter:


Here's weaver's /etc/printcap:

# /etc/printcap
#
# Please don't edit this file directly unless you know what you are
doing!
# Be warned that the control-panel printtool requires a very strict
format!
# Look at the printcap(5) man page for more info.
#
# This file can be edited with the printtool in the control-panel.

##PRINTTOOL3## REMOTE uniprint NAxNA letter {} U_EpsonStylusColor
stc800pl 1
lp:\
:sd=/var/spool/lpd/lp:\
:mx#0:\
:sh:\
:rm=ripley:\
:rp=lp:\
:if=/var/spool/lpd/lp/filter:
[kim@weaver kim]$ 



When I submit a print job from weaver, nothing prints.  lpq on weaver
shows:

weaver.emeraldbiostructures.com: waiting for queue to be enabled on
ripley
Rank   Owner  Job  Files Total Size
1stroot   16...  625 bytes

ripley.emeraldbiostructures.com: lpd: lp: Your host does not have line
printer access


What is going on?  I've upgraded to lpr-0.48.  All other network
connections between the machines, ping, telnet, ftp, nfs, are fine. 
Thanks,



Hidong


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



gdm errors

2000-01-14 Thread Todd A. Jacobs

What do the following errors mean?

Unusual System Events
=-=-=-=-=-=-=-=-=-=-=
Jan 14 09:29:39 cyrix PAM_pwdb[995]: (gdm) session closed for user nospam
Jan 14 09:29:39 cyrix gdm[995]: gdm_auth_user_remove: /home/nospam is not
owned by uid 0.
Jan 14 09:29:39 cyrix gdm[995]: gdm_auth_user_remove: Ignoring
suspiciously looking cookie file /home/tjacobs/.Xauthority
Jan 14 09:29:39 cyrix gnome-name-server[1214]: input condition is: 0x10,
exiting

-- 
Todd A. Jacobs
Network Systems Engineer


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: New raid patches for anything beyond 2.2.11?

2000-01-14 Thread Gordon Messmer

Jason Costomiris wrote:
> 
> It seems (based on what's on www.kernel.org) that the latest raid patch
> is raid0145-19990824-2.2.11.  Anyone know if this has been ported to later
> kernels?  I'm particularly interested in having it for 2.2.14.

I believe that is the same patch that Red Hat includes with their
kernel, is it not?

If so, then yes, it's mostly possible to apply it to 2.2.14.  (A kernel
debugging message was added in raid0.c that causes a hunk to fail.  I've
included that patch in my kernel rpms, on
ftp://duke.eburg.com/pub/linux/redhat-6.x-mycontrib/

MSG


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: linux fdisk cannot see the whole disk!

2000-01-14 Thread Gordon Messmer

Zaigui Wang wrote:
> I have a 13G hard disk. When I use linux fdisk to do the partitions, it
> seems like the maximun cylinder number allowed is 1024, which ends up with
> only about 8G. Where does the rest of the disk go? How to fix this
> problem?

I believe that the kernel has a problem with an integer overflow when
you're using very large disks.  If I understand correctly, your best
solution is to update to kernel 2.2.14.

I happen to have rpms of said kernel at
ftp://duke.eburg.com/pub/linux/redhat-6.x-mycontrib/

MSG


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: ppp problems after upgrade to 6.1

2000-01-14 Thread Dominic Mitchell


Not exactly what your asking, but why not bind "/sbin/ifup ppp0"
and "/sbin/ifdown ppp0" to keyboard shortcuts? That would seem to
be much easier...well that is the way I like it.

Cheers, 

Dominic.


> "hk" == Hidong Kim <[EMAIL PROTECTED]> writes:

hk> Hi, 

hk> I just upgraded to 6.1 from 6.0.  I'm having troubles dialing out
hk> through my modem.  I could dial out fine under 6.0, using usernet.  Now
hk> usernet hangs.  I went into control-panel as root, and tried to activate
hk> the ppp0 interface.  But I get an error message saying:

hk> Failed to activate /etc/sysconfig/network-scripts/ifcfg-ppp0

hk> This file does exist with 644 permission.  I can activate the interface
hk> with '/sbin/ifup ppp0', but I would like to use a graphical dialer.  I
hk> tried configuring kppp but there's a problem there, too.  My connect
hk> script goes like this:

hk> name:   
hk> word:   
hk> ppp


hk> I expect no machine prompt before sending "ppp".  I could configure this
hk> script just fine in control-panel under 6.0 and 5.2, and also in ezppp
hk> under 5.2.  The problem with kppp is that it doesn't seem to understand
hk> that I'm expecting no prompt before sending "ppp".  When I try to
hk> connect with kppp, in hangs at "Expecting" the blank.  Actually, it
hk> doesn't hang, it blinks like a loony.  How do I tell kppp that there is
hk> no prompt to expect before sending "ppp"?  I've tried ' ' and " ". 
hk> Neither worked.  Thanks,



hk> Hidong


hk> -- 
hk> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
hk> as the Subject.



-- 
==
Dominic Mitchell Email: [EMAIL PROTECTED]
Department of Economics  mailto:[EMAIL PROTECTED]
Queen's University
Kingston, OntarioThe XXI century starts on 2001-01-01!
Canada, K7L 3N6  Le XXI siècle débute le 2001-01-01!
==


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: where's rawhide?

2000-01-14 Thread Eric Wood

it's

ftp://rawhide.redhat.com

-eric

-Original Message-
From: Hidong Kim <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Friday, January 14, 2000 2:15 PM
Subject: where's rawhide?


>Hi,
>
>Does this site exist?  http://rawhide.redhat.com  I found the link on a
>search of the Red Hat site, but when I try to go there, it says that the
>site doesn't exist.  Thanks,
>
>
>
>Hidong
>
>
>-- 
>To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
>as the Subject.
>


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Group Email

2000-01-14 Thread Gordon Messmer

Charles Galpin wrote:
> #!/bin/sh
> #
> # get's group members
> # usage: getMembers group_name  > /etc/mail/group.lst
> #
> grep `grep $1 /etc/group | cut -d: -f3` /etc/passwd | cut -d: -f1
> 
> create this script, and stick a call to it for each group list you want to
> maintain in a cron job, (or a little wrapper script in say
> /etc/cron.daily), and you have a self maintaining group mail list. Add
> salt as needed.

Not bad, but not robust either.  It breaks easily.  How about the
following:


#!/bin/sh
TMP=`mktemp /tmp/group.XX`
grep `grep "^${1}:" /etc/group | cut -d: -f3` /etc/passwd | cut -d: -f1
> $TMP
grep "^${1}:" /etc/group | cut -d: -f4 | sed 's/,/\
/g' >> $TMP
cat $TMP | uniq
rm -f $TMP

This way, you also get those users who's default group isn't the one you
requested, but are a member of all the same.

> p.s. look bash boys - no perl! (and typed with one hand - restless baby
> in other) 


Ooohh, it's sorely tempting  :)


MSG


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



[OT] All secure server's are broke?

2000-01-14 Thread Alan Mead

This article seems to say that all major servers (Apache, Netscape, IIS)
are vulnerable to local attacks which read the private key from memory.  It
goes on to say that you really need their $4,000 to $17,000 solution to
"vault" the keys.  So it sounds like crap but I was wondering if anyone
with more knowledge about Apache, public key cryptography, and Linux memory
management would care to explain the degree of risk involved.  I suppose
this has been an issue, if it is, for years and I've never heard of a
problem...

http://www.32bitsonline.com/news.php3?news=news/21/nb21139&page=1

-Alan
---
Alan D. Mead  /  Research Scientist  /  [EMAIL PROTECTED]
Institute for Personality and Ability Testing
1801 Woodfield Dr  /  Savoy IL 61874 USA
217-352-4739 (v)  /  217-352-9674 (f)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: where's rawhide?

2000-01-14 Thread Jason Hirsch

6 expert ~  % nslookup rawhide.redhat.com
Server:  expert.cc.purdue.edu
Address:  128.210.10.11
 
Non-authoritative answer:
Name:ftp.redhat.com
Addresses:  206.132.41.212, 208.178.165.228
Aliases:  rawhide.redhat.com

--
Jason Hirsch, ChemEng/Chemistry
Make it myself? But I'm a physical organic chemist!
Visit the Dorm Room  Life may never
http://icdweb.cc.purdue.edu/~hirsch  Give us another
[EMAIL PROTECTED]   Chance to do right.

On Fri, 14 Jan 2000, Hidong Kim wrote:

> Hi,
> 
> Does this site exist?  http://rawhide.redhat.com  I found the link on a
> search of the Red Hat site, but when I try to go there, it says that the
> site doesn't exist.  Thanks,
> 
> 
> 
> Hidong
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
> 
> 


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



where's rawhide?

2000-01-14 Thread Hidong Kim

Hi,

Does this site exist?  http://rawhide.redhat.com  I found the link on a
search of the Red Hat site, but when I try to go there, it says that the
site doesn't exist.  Thanks,



Hidong


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



ppp problems after upgrade to 6.1

2000-01-14 Thread Hidong Kim

Hi, 

I just upgraded to 6.1 from 6.0.  I'm having troubles dialing out
through my modem.  I could dial out fine under 6.0, using usernet.  Now
usernet hangs.  I went into control-panel as root, and tried to activate
the ppp0 interface.  But I get an error message saying:

Failed to activate /etc/sysconfig/network-scripts/ifcfg-ppp0

This file does exist with 644 permission.  I can activate the interface
with '/sbin/ifup ppp0', but I would like to use a graphical dialer.  I
tried configuring kppp but there's a problem there, too.  My connect
script goes like this:

name:   
word:   
ppp


I expect no machine prompt before sending "ppp".  I could configure this
script just fine in control-panel under 6.0 and 5.2, and also in ezppp
under 5.2.  The problem with kppp is that it doesn't seem to understand
that I'm expecting no prompt before sending "ppp".  When I try to
connect with kppp, in hangs at "Expecting" the blank.  Actually, it
doesn't hang, it blinks like a loony.  How do I tell kppp that there is
no prompt to expect before sending "ppp"?  I've tried ' ' and " ". 
Neither worked.  Thanks,



Hidong


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: Serial/Parallel Ports not functioning in 6.1

2000-01-14 Thread Robin Atwood

On Fri, 14 Jan 2000, Vince Negri wrote:
>> I can't tell if the modem problem is related. The serial ports appear
>during
>> installation.  However, I can't get minicom to respond. the modem is a
>Hayes
>> Accura 366000.
>
>One of my colleagues here at work has a PC at home with an internal
>modem (full modem, not one of those winmodem nasties) which 
>locates as the third serial port. The modem is detected as a third
>serial port, judging by the kernel boot messages, but he is unable
>to use it.

I don't know if this will help but my recent experience with a new BX FSB mobo
and the latest BIOS was:
.. to get an internal ISA modem to work I had to go into the BIOS peripheral
setup and set COM2 to Auto
.. to get an external modem to work I had to change Com2 to IRQ 3 Base 0x2f8

This seems to be the equivalent of 'jumpering' the serial card in the old days!

HTH
-Robin.
-- 
--
Robin Atwood, Stockholm, Sweden
PGP public key available from your nearest PGP mirror:
http://www.cl.cam.ac.uk/PGP/#pks 

"My body is not a temple, it's an amusement park!"
--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: TTY Dead

2000-01-14 Thread Fred Herman

Tom Gilbert wrote:
> 
> * Fred Herman ([EMAIL PROTECTED]) wrote:
> > Tom Gilbert wrote:
> > >
> > > * Fred Herman ([EMAIL PROTECTED]) wrote:
> > > > Not to be TOO greedy, but I have another question that no one answered
> > > > and I couldn't find in mail archives.  How can I control the
> > > > double-click mouse speed  in X?  I'm running stock gnome.
> > >
> > > There's no standard way. Each app handles its own double clicking.
> > > Xterm has a setting for it I believe, as do most file managers etc.
> >
> > I need it most for Netscape.  I've been looking for the setting, but so
> > far I haven't found it.
> >
> > Thank you
> >
> > Fred
> 
> I'm confused. What in Netscape do you double-click?
> 
> I have never double-clicked anything in netscape as far as I
> remember...
> 
> *baffle*
> 
> Tom.
> --
> .---.
> .^. | Tom Gilbert, England | [EMAIL PROTECTED] |
> /V\ |--| www.tomgilbert.freeserve.co.uk |
>// \\| Sites I recommend:   `|
>   /(   )\   | www.freshmeat.net www.enlightenment.org slashdot.org  |
>^^-^^`---'
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
I like to be able to clear the URL window by double clicking (select
all) and then typing in the new URL  Maybe this is just a sloppy
holdover from my WindDoz habits.  I still haven't found a way to change
the double-click speed yet.  I guess I'm surprised that there isn't a
desktop level way of doing this in gnome like the acceleration speed
setting for the mouse.

This isn't a major problem, just something I'm surprised isn't easy to
configure.

Thank you for your interest.

Fred


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: 5.2 X11 Odditity/Bug

2000-01-14 Thread Jon Klay

I've seen this, but upgraded XF86 and it went away.

Ward William E PHDN wrote:

> I don't know if this has been fixed in 6.0 or 6.1, but there
> is a nice little bug in X under RH5.2 (stock).  If you have
> gdm running, and login as root, when you log out, the control
> panel is NOT stopped, and goes on a wild spree, taking up over
> 80% of the CPU cycles.  It can be killed normally.  Anyone know
> how to fix this, or is there a good fix?  Like I said, this is
> stock RH, so it may also be fixed in a newer RPM.
>
> William Ward
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.

--
Jonathan Klay, LT, NOAA|System Manager

NOAA/PMEL/OERD   >-+-<  Newport, OR

Phone (541) 867-0277   |Fax (541) 867-3907



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: TTY Dead

2000-01-14 Thread Tom Gilbert

* Fred Herman ([EMAIL PROTECTED]) wrote:
> Tom Gilbert wrote:
> > 
> > * Fred Herman ([EMAIL PROTECTED]) wrote:
> > > Not to be TOO greedy, but I have another question that no one answered
> > > and I couldn't find in mail archives.  How can I control the
> > > double-click mouse speed  in X?  I'm running stock gnome.
> > 
> > There's no standard way. Each app handles its own double clicking.
> > Xterm has a setting for it I believe, as do most file managers etc.
>
> I need it most for Netscape.  I've been looking for the setting, but so
> far I haven't found it.
> 
> Thank you
> 
> Fred

I'm confused. What in Netscape do you double-click?

I have never double-clicked anything in netscape as far as I
remember...

*baffle*

Tom.
-- 
.---.
.^. | Tom Gilbert, England | [EMAIL PROTECTED] |
/V\ |--| www.tomgilbert.freeserve.co.uk |
   // \\| Sites I recommend:   `|
  /(   )\   | www.freshmeat.net www.enlightenment.org slashdot.org  |
   ^^-^^`---'


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Hanging while opening /dev/random

2000-01-14 Thread Tom Gilbert

* Jamie Carl ([EMAIL PROTECTED]) wrote:
> Ok peeps, here an interesting one.  It's got me stumped.
> I have a passwd program which access /dev/random before it changes a
> users password.  Thing is hangs for no reason before completing.
> 
> Running strace passwd tells me that when it tries to read from
> /dev/random it just hangs.
> 
> Has anyone seen this before???
> 
> I'm trying to upgrade my kernel to see if that fixes it but seeing as
> it's stable as it is now and is a live mission critical server, I'm 
> a little reluctant to do this.  Therefore i was after an alternative
> fix.  But I will rebuild the kernel if that's what it takes.

/dev/random is generated from mouse events, disk IO, keyboard activity
etc. This is intended to create "more random" numbers. The behaviour
of /dev/random is to wait for new events before delivering. That is
why there is the alternative, /dev/urandom. When /dev/urandom runs out
of events, it defaults to pseudo-random numbers, and so will never
hang.

Tom.
-- 
.---.
.^. | Tom Gilbert, England | [EMAIL PROTECTED] |
/V\ |--| www.tomgilbert.freeserve.co.uk |
   // \\| Sites I recommend:   `|
  /(   )\   | www.freshmeat.net www.enlightenment.org slashdot.org  |
   ^^-^^`---'


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Root doesn't accept password

2000-01-14 Thread fred smith

On Fri, Jan 14, 2000 at 09:46:34AM -0200, Michael Gatti wrote:
> Hello everyone
> 
> I'm with a little password problem, we instaled a Linux server for a 
> company that has a dedicated line with my ISP and one of the guys 
> that works there (I know it's my fault cause I gave them the root's 
> password) changed it and know he doesn't remember what's the correct 
> password (guess what happend to him).
> Well what I would like to ask is there a way to recover the password 
> or am I gonna have to reinstall the hole server?

NO, this isn't a Microsoft OS, you don't need to reinstall every time
some little thing goes wrong!

Boot it into "single user" mode and change root's pasword by doing:

passwd root

and follow the prompts.

How to go to single-user mode? When booting, at the LILO prompt, 
type "linux single". When finished in single-user mode, hit CTRL-D,
or shutdown and reboot.

-- 
---
 .Fred Smith/  
( /__  ,__.   __   __ /  __   : /  
 //  /   /__) /  /  /__) .+'   Home: [EMAIL PROTECTED] 
//  (__ (___ (__(_ (___ / :__ 781-438-5471 
 Jude 1:24,25 -


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: weird entries under netstat

2000-01-14 Thread Adv. Systems Design

The problem I am having is that my machine's processor
is being cycled to death to the point where my telnet
sessions become dead (top reveals that there is 0%
idle, but 0.3% being used by system and 0.9% by user 
SO where is the rest of the 99%?! After a few seconds,
top must background the process, because idle shoots
up to 98%. Funny thing is, if I keep top running, my
telnet connection never dies!


> Nope. Here is a partial  copy of mine
> ---
> Active Internet connections (w/o servers)
> Proto Recv-Q Send-Q Local Address   Foreign
> Address State  
> 
> Proto RefCnt Flags   Type   State
> I-Node Path
> unix  1  [ ] STREAM CONNECTED
> 1417   @007b
> unix  1  [ ] STREAM CONNECTED
> 1297   @006a
> unix  1  [ ] STREAM CONNECTED
> 593@003f
> unix  1  [ ] STREAM CONNECTED
> 1449   @0081
> unix  1  [ ] STREAM CONNECTED
> 1415   @007a
> unix  1  [ ] STREAM CONNECTED
> 1300   @006b
> unix  0  [ ] STREAM CONNECTED
> 205@002f
> unix  1  [ ] STREAM CONNECTED
> 1440   @0080
> unix  1  [ ] STREAM CONNECTED
> 1035   @005b
> unix  1  [ ] STREAM CONNECTED
> 1155   @0062
> unix  1  [ ] STREAM CONNECTED
> 597@0040
> unix  1  [ ] STREAM CONNECTED
> 1147   @0061
> unix  1  [ ] STREAM CONNECTED
> 6605   /tmp/.ICE-unix/536
> unix  1  [ ] STREAM CONNECTED
> 6551   /tmp/.X11-unix/X0
> unix  1  [ ] STREAM CONNECTED
> 4981   /tmp/.ICE-unix/536
> unix  1  [ ] STREAM CONNECTED
> 4883   /tmp/.X11-unix/X0
> unix  0  [ ] DGRAM   
> 4776   
> 
>
---
> Looks kind  of similar to yours and things are
> working on my system.
> Which things aren't working on your system ?
> Larry<[EMAIL PROTECTED]>
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED]
> with "unsubscribe"
> as the Subject.
> 
> 
__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



[OT] Stocks, Options, IPO's , Opensource & IRC :-)

2000-01-14 Thread Greg W

Hi all

Hope there are a few people out there in mail list land that would like to
exchange ideas, thoughts, market costs, shares etc , so there is a mail
list where we can go to talk about any things of the above nature with RH
and all other open source companies being the topic.  I hope it may be an
open and tolerant list, and hope to see anyone with similar interests
there.

[EMAIL PROTECTED]body =subscribe finance

Also, if anyone is interested in IRC sessions to be held a little later in
the hope of getting to know some of the others on the list or other lists,
discussion will be probably technical in nature, you can join by sending a
command...subscribe chatto the same majordomo address.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Oh, Please!!!

2000-01-14 Thread JAMES VANETTEN

I wonder if they have cool names like "Crash, Lockup and Reboot"??


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: Root doesn't accept password -Reply

2000-01-14 Thread Mike Hunziker

Sure, same as HPUX ...it you have physical access to the machine you can get in by 
booting single user...security begins with physical security.
You can lock that down I think through lilo but I'd almost never want to.
Only a machine in a public place or perhaps a desktop machine.
Never a server.

IMHO.

>>> Jeff Graves <[EMAIL PROTECTED]> 01/14/00 07:21am >>>
>Are you joking me? You can honestly get root access that easy?

>'linux 1' at the LILO prompt gets in as root w/o password.

>Hal B
>[EMAIL PROTECTED]


Please Note
The information in this E-mail message is legally privileged
and confidential information intended only for the use of the
individual(s) named above. If you, the reader of this message,
are not the intended recipient, you are hereby notified that
you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error,
please notify the sender. Thank you
*


Are you joking me? You can honestly get root access that easy?

-Original Message-
From: Hal Burgiss [SMTP:[EMAIL PROTECTED]]
Sent: Friday, January 14, 2000 7:56 AM
To: RedHat Mail List
Subject: Re: Root doesn't accept password

On Fri, Jan 14, 2000 at 09:46:34AM -0200, Michael Gatti wrote:
> I'm with a little password problem, we instaled a Linux server 
for a
> company that has a dedicated line with my ISP and one of the 
guys
> that works there (I know it's my fault cause I gave them the 
root's
> password) changed it and know he doesn't remember what's the 
correct
> password (guess what happend to him).  Well what I would like 
to ask
> is there a way to recover the password or am I gonna have to
> reinstall the hole server?

'linux 1' at the LILO prompt gets in as root w/o password.

--
Hal B
[EMAIL PROTECTED]
--
Linux helps those who help themselves


--
To unsubscribe: mail [EMAIL PROTECTED] with 
"unsubscribe"
as the Subject.





Re: Root doesn't accept password

2000-01-14 Thread Hal Burgiss

On Fri, Jan 14, 2000 at 08:21:26AM -0500, Jeff Graves wrote:
> Are you joking me? You can honestly get root access that easy?

Probably. Maybe this should have been qualified 'in a default install'
it works this way. This assumes runlevel 1 has not been monkeyed with
and there is no LILO password, or other things one could do to tighten
this up.

-- 
Hal B
[EMAIL PROTECTED]
--
Linux helps those who help themselves


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Oh, Please!!!

2000-01-14 Thread John J. Donohue

On Thu, 13 Jan 2000, Bernhard Rosenkraenzer wrote:

> > Microsoft Certified Professional Action Heroes?
> > What is the world coming to?
> 
> Yes, let's release Red Hat Certified Microsoft-Killer Action Heroes
> (penguins with phasers or something) to react. ;)
> 
How about some posters of Tux in front of a linux box playing X-Bill? ;-)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: problem with ndc and named

2000-01-14 Thread Chris Dowling

yep, it has access to the pid file. It creates that one okay, but for
some reason ndc(?) doesn't create the /var/run/ndc file, which I believe
is a pipe of some description.

named actually runs fine. it's just manipulating it via ndc that's the
problem. I wrote my own sb.ndc that does most of the funcitons that I
need, but it would be nice to have the proper ndc working.

any other suggestions?

chris dowling

Robert Glover wrote:
> 
> If you're running named as non-root (and you should be),
> then you'll need to make sure it has write access to it's PID file.
> 
> > Subject: problem with ndc and named
> > Date:Fri, 14 Jan 2000 14:34:05 +0800
> > From:Chris Dowling <[EMAIL PROTECTED]>
> > To:  [EMAIL PROTECTED]
> >
> > Hi all.
> >
> > when I start named via "ndc start" ndc returns the error:
> > ndc: error: name server has not started (yet?)
> >
> > a ps will show that named is indeed running.
> >
> > further calls to ndc will fail now giving the error message:
> > ndc: error: ctl_client: evConnect(fd 3): Connection refused
> > ndc: error: cannot connect to command channel (/var/run/ndc)
> >
> > nb: /var/run/ndc does not exist.
> >
> > any ideas what is going wrong?
> >
> > TIA,
> > Chris.
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.

-- 

If a manager offers "constructive advice" and no-one is around to hear
it, 
is he still an idiot?

Chris Dowling.
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: Root doesn't accept password

2000-01-14 Thread Frank Carreiro

No joke.  Most UNIX flavors have something like this available.  Sun has
a "secure" mode enabled nowdays by default which requires the root
password when attempting to enter run level 1.

Heck, if you have a boot floppy you can mount the drive and change the
password also.



One reason why physical security is soo important...




> 
> 
> Are you joking me? You can honestly get root access that easy?
> 
> -Original Message-
> From:   Hal Burgiss [SMTP:[EMAIL PROTECTED]]
> Sent:   Friday, January 14, 2000 7:56 AM
> To: RedHat Mail List
> Subject:Re: Root doesn't accept password
> 
> On Fri, Jan 14, 2000 at 09:46:34AM -0200, Michael Gatti wrote:
> > I'm with a little password problem, we instaled a Linux server 
> for a
> > company that has a dedicated line with my ISP and one of the 
> guys
> > that works there (I know it's my fault cause I gave them the 
> root's
> > password) changed it and know he doesn't remember what's the 
> correct
> > password (guess what happend to him).  Well what I would like 
> to ask
> > is there a way to recover the password or am I gonna have to
> > reinstall the hole server?
> 
> 'linux 1' at the LILO prompt gets in as root w/o password.

-- 
Computers are actually powered by Chaos theory, not electricity... that
is just for the fan.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: two NICs cause a problem

2000-01-14 Thread John J. Donohue

<-begin quote->
The next problem involves trying to add a second
card (a netgear card, forget the name but it uses
the tulip driver).  I wanted to add the second

FA-310TX ?

card so I could connect my laptop to my desktop
system sometimes to permit both internet access to
my laptop at home and for the exchange of files
between my desktop and laptop (now running RH6.0
until I can upgrade to 6.1).

With the 3com driver compiled into the kernel and
the tulip used as a module for eth1, it doesn't
work.  As soon as I add the netgear, my 3com wont
work.  Trying to activate the 3com on eth0 results
in the same situation as trying to use the 3com
driver as a module - initialization fails.  Letting
kudzu detect and setup the netgear also results in
an entry being made to conf.modules in which both
eth0 and eth1 is aliased to tulip.
<-end quote->

Try spec'ing the cards in lilo, ie
"ether=10,0x6000,eth0 5,0x4000,eth1" 
to preserve the correct sequence.
Also, check in /etc/sysconfig/network-scripts and look at the ifcfg-eth*
files. if there are any 'leftovers' (i.e., ifcfg-eth0~), delete them or move
them out of that subdirectory.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Auto login and startx

2000-01-14 Thread Steve

Ok,

I can get rh6.1 to auto login to the console as  by adding the
following line to my inttab:

x:3:respawn:/bin/su --  

I tried to get it to startx by changing the command to:

x:3:respawn:/bin/su --  -c startx

It quits respawning too fast and I get the error can't find startx

so I changed the command to:

x:3:respawn:/bin/su --  -c /usr/X11R6/bin/startx

Now it can't find xauth etc.

Any one have any ideas what I am doing wrong??

TIA
Steve


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: NIS trouble

2000-01-14 Thread Fontenot, Paul

Do you have the entries in /etcpasswd:

+::0:0:::

 and /etc/group ( group is optional on linux but I do it to adhere to
standard )?

+:

I have linux running as slave server and clients to an HP-UX 10.2 NIS
master. If you need any help i'd be happy to assist.

-Paul

-Original Message-
From: Nathan Smith [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 13, 2000 8:53 AM
To: [EMAIL PROTECTED]
Subject: NIS trouble


Hello,

I'm having trouble with NIS.  

% ypcat passwd, group, etc.

on the client will list the passwd (etc.) file from the server, but only 
users who have local (on the client) accounts can log in on the client.  
In the NIS Howto there is included at the end a C program to test the 
getpwnam function, and this produces a segmentataion fault unless one
comments
out the lines which retreive the uid and gid information, although this
is true for local users (who can log in) as well.  Retreiving name,
password, gecos, directory, and shell stuff all works fine, though the
passwork field is always an x, even if I'm not using shadow passwords.  
This test produces the same results whether or not I use shadow passwords 
(I'm converting back and forth on the ypserver using pwconv and pwunconv,
then editing the yp Makefile and re-running /usr/lib/yp/ypinit -m).  

Question 1:  Is this behavior (no or broken uid/gid fields in getpwnam)
part of the reason NIS users can't log in on the client, and if so how
do I fix it?

Question 2:  If not question 1, any ideas how I can get this working?

Thanks for your time,

Nathan Smith


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: problem with ndc and named

2000-01-14 Thread Robert Glover

If you're running named as non-root (and you should be),
then you'll need to make sure it has write access to it's PID file.

> Subject: problem with ndc and named
> Date:Fri, 14 Jan 2000 14:34:05 +0800
> From:Chris Dowling <[EMAIL PROTECTED]>
> To:  [EMAIL PROTECTED]
> 
> Hi all.
> 
> when I start named via "ndc start" ndc returns the error:
> ndc: error: name server has not started (yet?)
> 
> a ps will show that named is indeed running.
> 
> further calls to ndc will fail now giving the error message:
> ndc: error: ctl_client: evConnect(fd 3): Connection refused
> ndc: error: cannot connect to command channel (/var/run/ndc)
> 
> nb: /var/run/ndc does not exist.
> 
> any ideas what is going wrong?
> 
> TIA,
> Chris.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: Serial/Parallel Ports not functioning in 6.1

2000-01-14 Thread Vince Negri


> I can't tell if the modem problem is related. The serial ports appear
during
> installation.  However, I can't get minicom to respond. the modem is a
Hayes
> Accura 366000.

One of my colleagues here at work has a PC at home with an internal
modem (full modem, not one of those winmodem nasties) which 
locates as the third serial port. The modem is detected as a third
serial port, judging by the kernel boot messages, but he is unable
to use it.

Vince



Legal Disclaimer: Any views expressed by the sender of this message are
not necessarily those of Application Solutions Ltd. Information in this 
e-mail may be confidential and is for the use of the intended recipient
only, no mistake in transmission is intended to waive or compromise such 
privilege. Please advise the sender if you receive this e-mail by mistake.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: VPNs, anyone?

2000-01-14 Thread Eric Wood

That 'vtun' program may be a user-space program entirely - no kernel editing
neccessary which make it *very* appealing.   I don't think I'd ever get a
tunneling program that requires a recompile.  "Ever" is a strong word
though.

-eric wood

-Original Message-
From: Jeff Mings <[EMAIL PROTECTED]>
To: Red Hat list <[EMAIL PROTECTED]>
Date: Friday, January 14, 2000 1:44 AM
Subject: VPNs, anyone?


>Hello, All!
>
>Has anyone played with VPNs?  I'll probably be linking 2 to 4 sites
>via 384k DSL, and the most "solid" VPN solution at this point looks like
>FreeSwan at http://www.xs4all.nl/~freeswan/ .  Unfortunately, I played
>with a previous version (it's up to 1.2 now), and compiling in the
>kernel patches, setting the routing/forwarding, synchronizing all of the
>settings & keys was an extraordinary pain in the butt.  I'll be using RH
>6.1 this time around, and I need to use an IPSEC version rather than a
>PPTP version (the security gaps in the M$ implementation are
>horrendous).  Suggestions?  Stories?
>
>Thanks in advance,
>
>Jeff Mings
>
>
>
>
>--
>To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
>as the Subject.
>


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Disk druid

2000-01-14 Thread Pete \(Online\)

Hi

Can I run disk Druid from the command line to change my partiontion at
all?

I make a 4.4gig fat32 drive for VMware and I have a feeeling I'd be
better off
if it where Linux native.

has ther been any word from RedHat on an update soundconfig with Live
support
as yet and lastly I noticed the Mandrake has support for  Win printers
like my HP 72c
can I install that printer setup and if so which files do I need to do
so?

Cheers
Pete


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Unknown Ports

2000-01-14 Thread Michael H. Warfield

On Fri, Jan 14, 2000 at 06:42:01AM -0600, Chad W. Skinner wrote:
> I am trying to stop all unrequired services and was wondering if 
> anyone could tell me what the following services are and if they need 
> to be running.

> raw  icmp  1
> raw  tcp   6

These are not "ports".  These are raw protocol numbers.  All TCP
is IP type 6.  All UDP is IP type 17.  Repeat after me - these are NOT
ports.  Blocking port 6 will have no effect on protocol type 6.

> Also, what are the following used for and are they required for 
> telnet or httpd and eventually ssh.

> tcp  auth113

Auth (or ident as it is sometimes called) is a port to user mapping
service.  You connect to a server (say smtp or ftp or telnet) that service
may try to connect back to your "auth" service with the peer address and
ask it "who is on this socket".  Auth would then respond with your user name.
Not all servers do this and not all auth services are truethful, so no-one
relys on auth.  If you block it, however, you may find some services extremely
slow to respond (set it to reject at your firewall if you don't want it).

> tcp  sunrpc  111
> udp  sunrpc  111

This is the RPC portmapper.  You need this if you are doing any nfs.
Services trying to locate the mount or nfs rpc services will first contact
portmapper to determine what port the registerred services are on.

> Thanks,
> Chad

Mike
-- 
 Michael H. Warfield|  (770) 985-6132   |  [EMAIL PROTECTED]
  (The Mad Wizard)  |  (770) 331-2437   |  http://www.wittsend.com/mhw/
  NIC whois:  MHW9  |  An optimist believes we live in the best of all
 PGP Key: 0xDF1DD471|  possible worlds.  A pessimist is sure of it!


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: Root doesn't accept password

2000-01-14 Thread Duncan Hill

On Fri, 14 Jan 2000, Jeff Graves wrote:

> Are you joking me? You can honestly get root access that easy?

Yes, but, and there is a but, enabling a lilo password stops that.
However, if someone has physical access to a machine, all the
passwords in the world will not really help you.  A boot floppy, a
bootable CDROM, a screwdriver.. take your pick.  Course, encrypted
file systems may be handy in that case.

-- 

Duncan Hill Sapere aude
One net to rule them all, One net to find them,
One net to bring them all, and using Unix bind them.



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: samba server not browseable

2000-01-14 Thread Charles Galpin

In my case, it was just a linux/samba box and a fe PCs

On Fri, 14 Jan 2000, Jeff Graves wrote:

> That's because it takes time before the NT server refreshes it's 
> browser lists.
> 
> -Original Message-
> From: Alan Mead [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, January 13, 2000 5:31 PM
> To:   [EMAIL PROTECTED]
> Subject:  Re: samba server not browseable
> 
> At 08:07 PM 1/12/00 -0500, you wrote:
> >Funny it works now.
> 
> Frankly, this has been my exact experience.  I think this is a 
> "feature" of
> Windows networking.  I think I've observed the same sort of thing 
> with
> actual Windows95 machines...


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: Root doesn't accept password

2000-01-14 Thread Jeff Graves

Are you joking me? You can honestly get root access that easy?

-Original Message-
From:   Hal Burgiss [SMTP:[EMAIL PROTECTED]]
Sent:   Friday, January 14, 2000 7:56 AM
To: RedHat Mail List
Subject:Re: Root doesn't accept password

On Fri, Jan 14, 2000 at 09:46:34AM -0200, Michael Gatti wrote:
> I'm with a little password problem, we instaled a Linux server 
for a
> company that has a dedicated line with my ISP and one of the 
guys
> that works there (I know it's my fault cause I gave them the 
root's
> password) changed it and know he doesn't remember what's the 
correct
> password (guess what happend to him).  Well what I would like 
to ask
> is there a way to recover the password or am I gonna have to
> reinstall the hole server?

'linux 1' at the LILO prompt gets in as root w/o password.

--
Hal B
[EMAIL PROTECTED]
--
Linux helps those who help themselves


--
To unsubscribe: mail [EMAIL PROTECTED] with 
"unsubscribe"
as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: samba server not browseable

2000-01-14 Thread Jeff Graves

That's because it takes time before the NT server refreshes it's 
browser lists.

-Original Message-
From:   Alan Mead [SMTP:[EMAIL PROTECTED]]
Sent:   Thursday, January 13, 2000 5:31 PM
To: [EMAIL PROTECTED]
Subject:Re: samba server not browseable

At 08:07 PM 1/12/00 -0500, you wrote:
>Funny it works now.

Frankly, this has been my exact experience.  I think this is a 
"feature" of
Windows networking.  I think I've observed the same sort of thing 
with
actual Windows95 machines...
---
Alan D. Mead  /  Research Scientist  /  [EMAIL PROTECTED]
Institute for Personality and Ability Testing
1801 Woodfield Dr  /  Savoy IL 61874 USA
217-352-4739 (v)  /  217-352-9674 (f)


--
To unsubscribe: mail [EMAIL PROTECTED] with 
"unsubscribe"
as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: Unix and Linux Books

2000-01-14 Thread Jeff Graves

I found three books that have REALLY helped me:

SAMS Red Hat Linux 6 Unleashed by David Pitts and Bill Ball et 
al.
(Explains most networking services in great detail, I use it 
almost everyday)

SAMS Linux: A Network Solution for Your Office by Viktor T. Toth
(Good book to go from NT to linux. Lots of networking info)

SYBEX Mastering Redhat Linux 6 by Arman Danesh
(More of a beginner's book to redhat 6. Explains how to use 
linux. The one is more
of a prequel to the first one)

-Original Message-
From:   Rev. David P. Giffen [SMTP:[EMAIL PROTECTED]]
Sent:   Friday, January 14, 2000 4:19 PM
To: [EMAIL PROTECTED]
Subject:RE: Unix and Linux Books

Almost anything Published by O'reilly & Associates, Inc. I get 
mine at the
local Barnes & Noble.
They are easy to spot, beacuse each one has a differnt animal on 
the cover.
I hope this helps.

> -Original Message-
> From: Rusty [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 13, 2000 6:54 AM
> To: [EMAIL PROTECTED]
> Subject: Unix and Linux Books
>
>
> I just wanted whatever input you guys cared to send my way on 
some books I
> am thinking of getting.  I am transitioning from a Windows NT
> administrator
> (I know, I know!) to a Unix/Linux administrator (Hey, I 
eventually came
> around), so I am not starting from scratch but I am unfamiliar
> with Unix and
> Linux except on a basic level.  I would appreciate any help you
> could give.
> It's just that there is such a large selection of books that I 
am having
> trouble choosing, although I am not averse to buying more than
> one book on a
> subject.  And for those interested, yes I already have searched
> the archives
> on MoonGroup.  What I am interested in is your impressions of 
the books as
> experienced users who can now look back and evaluate what they
> needed.  Also
> I know that one or two of the books are on a distro other than 
redhat, I
> will possibly be supporting them so any comments would be he  
lpful, or at
> least comments on the redhat versions in the same series(*
> Unleashed, Using
> * Special Edition, etc.).  Thanks
> in advance to everyone for your help and your patience.
>
>
> Rusty Fletcher
> Vertex Solutions
>
>
>
> Unix and Linux Reference Books
>
> UNIX in a Nutshell, Third Edition; Robbins, Arnold; O'Reilly
> UNIX Unleashed, Third Edition; Burk, Robin / Douba, Salim M.; 
Sams
> UNIX Unleashed : System Administrator's Edition, Second 
Edition;
> Burk, Robin
> / Horvath, David B . / Farra, William A.; Sams
> Linux in a Nutshell, Second Edition; Siever, Ellen; O'Reilly
> Running Linux, Third Edition; Welsh, Matt; O'Reilly & 
Associates
> Red Hat Linux 6 Unleashed; Ball, Bill / Pitts, David; Sams
> Linux Unleashed, Fourth Edition; Parker, Tim / Ball, Bill / et 
al.;
> Macmillan
> Linux Complete; Taylor, Grant; Sybex
> Caldera OpenLinux 2.2 Unleashed; Skoll, David; Sams
> Linux : The Complete Reference, Third Edition; Petersen, 
Richard; Osborne
> SuSE Linux 6.1 Unleashed; Ball, Billy / Robbins, Daniel; Sams
> Using Linux, Third Edition : Special Edition; Tackett, Jack, 
Jr./Gunter,
> David; QUE
> Special Edition Using Caldera OpenLinux; Smart, Allan / 
Ratcliffe, Erik;
> Macmillan
>
>
> System Admin Books
>
> Essential System Administration, Second Edition; Frisch, 
AEleen; O'Reilly
> UNIX Unleashed : System Administrator's Edition, Second 
Edition;
> Burk, Robin
> / Horvath, David B . / Farra, William A; Sams
> Linux Network Administrator's Guide; Kirch, Olaf; O'Reilly
> Red Hat Linux System Administration Handbook, Second Edition; 
Komarinski,
> Mark F. / Collett, Cary; Prentice Hall
> Linux System Administration Unleased; Schenk, Thomas / Moore 
II,
> Ivan; Sams
> Linux System Administrator Survival Guide, Second Edition;
> Parker, Timothy;
> Macmillan
> Red Hat Linux 6.0 Administration Tools; Fisher, Charles; 
McGraw-Hill
> Linux Companion for System Administrators; Hein, Jochen; 
Addison Wesley
> Linux Administration for Dummies; IDG Books
> Red Hat Linux System Administration Handbook, Second Edition; 
Komarinski,
> Mark F; Prentice Hall
>
>
>
>
>
>
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with 
"unsubscribe"
> as the Subject.
>


--
To unsubscribe: mail [EMAIL PROTECTED] with 
"unsubscribe"
as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Root doesn't accept password

2000-01-14 Thread Hal Burgiss

On Fri, Jan 14, 2000 at 09:46:34AM -0200, Michael Gatti wrote:
> I'm with a little password problem, we instaled a Linux server for a
> company that has a dedicated line with my ISP and one of the guys
> that works there (I know it's my fault cause I gave them the root's
> password) changed it and know he doesn't remember what's the correct
> password (guess what happend to him).  Well what I would like to ask
> is there a way to recover the password or am I gonna have to
> reinstall the hole server?

'linux 1' at the LILO prompt gets in as root w/o password.

-- 
Hal B
[EMAIL PROTECTED]
--
Linux helps those who help themselves


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Unknown Ports

2000-01-14 Thread Chad W. Skinner

I am trying to stop all unrequired services and was wondering if 
anyone could tell me what the following services are and if they need 
to be running.

raw  icmp  1
raw  tcp   6

Also, what are the following used for and are they required for 
telnet or httpd and eventually ssh.

tcp  auth113
tcp  sunrpc  111
udp  sunrpc  111

Thanks,
Chad


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: Fwd: RE: Re: IPNAT

2000-01-14 Thread yukon

First off, there's no such thing as an invalid IP ;)  However, if you're
referring to IP ranges which are designated at private IPs (i.e, 10.*,
192.168.* and 172.16/12), there are a couple things: ipfwadm (I believe) and
ipvs (which I use).  Both, AFAIK require a kernel patch, but will allow you to
redirect traffic from an Internet address to an internal (private or not)
address.  You then add ipchain's MASQ to the ipvsadm configuration and blammo
- your private IPs can be accessed and routed back to the Internet.

yukon

On 13-Jan-2000 Michael Gatti wrote:
> Hi Everyone
> 
> Thanx for the reply but what I'm looking for is a software that does 
> Network Address Translations, my ISP gave me 4 IP addresses and I 
> configured a linux server to run as a firewall leting all computers 
> of my internal network access the internet through Ipchains, but what
> I want is that when a user from the internet request one of the IP's 
> my ISP gave me my Linux server running NAT translates that valid IP 
> address to one of my servers with a non-valid address and forwards 
> all incomming request to that valid IP to him, as if he had the valid
> IP address himself. I don't know if ipchains does that if it does 
> could someone show me were I can find some doc's on how to do that.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: SW RAID Q:

2000-01-14 Thread yukon

At least as of raidtools-0.90...

The problem stems from how the raidtools determines which drives to use for the
RAID plex (I won't go technical here).  But, basically if you get in a
situation in which your drive configuration changes (i.e., add or remove a
drive), the raid detection attempts to determine how the drive IDs of the disks
have changed.  In my experience, this sometimes is wrong and RAID plexes will
not come up completely and will be downgraded.  This can be a particular pain
with 90GB plexes which take several hours to resync.  Things which help: if a
drive fails, always replace a bad disk with the same ID and always keeps your
drives sequential (i.e., SCSI ID 0,1,2,3).  Another things to do it to upgrade
your raidtab file with new IDs if drives get rearranged and rewrite the
superblocks (this cannot be done with the off-the-shelf raidtools).

On 13-Jan-2000 Hossein S. Zadeh wrote:
> On Wed, 12 Jan 2000, yukon wrote:
> 
>> For future use (and depending on if you've got autoraid compile -
>> something I'd advise against if you value your data), just use
>> raidstart /dev/md0.
> 
> May I ask why you advise against autodetection of software raids?
> 
> Hossein


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Root doesn't accept password

2000-01-14 Thread Michael Gatti

Hello everyone

I'm with a little password problem, we instaled a Linux server for a 
company that has a dedicated line with my ISP and one of the guys 
that works there (I know it's my fault cause I gave them the root's 
password) changed it and know he doesn't remember what's the correct 
password (guess what happend to him).
Well what I would like to ask is there a way to recover the password 
or am I gonna have to reinstall the hole server?

Best Regards
Michael Gatti
Malbanet Serviços Online
Caxias do Sul - RS - Brazil



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



high-speed serial port (230400)

2000-01-14 Thread fred smith

Has anyone here used a high-speed serial port? I.e., 230400.

I've got a serial board (Byterunner, 2 ports, 16c550 uart chips) which
has jumpers to double or quaduple the clock rate so that the speeds you
choose will be multiplied by either two or four. I've got a modem that
claims to work at 230400. But when i set the board to double speed last
night could not get reliable communications with the modem.

If anyone has knowledge of how to do this I'd appreciate pointers.

Thanx!

Fred
-- 
 Fred Smith -- [EMAIL PROTECTED] 
  The eyes of the Lord are everywhere, 
keeping watch on the wicked and the good.
- Proverbs 15:3 (niv) -


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: MC FTP Problem on RH6.1

2000-01-14 Thread Bernhard Rosenkraenzer

On Thu, 13 Jan 2000, Graham Hemmings wrote:

> I have a problem with FTP transfers when using Midnight Commander, between 
> RH6.1 boxes - it doesn't !

This is a known bug in mc - it can't connect to servers running wu-ftpd
2.6.0.
See http://www.wu-ftpd.org/broken-clients.html

Didn't have the time to fix it yet.

LLaP
bero

-- 
Nobody will ever need more than 640 kB RAM.
-- Bill Gates, 1983
Windows 98 requires 16 MB RAM.
-- Bill Gates, 1999
Nobody will ever need Windows 98.
-- logical conclusion



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Firewall/masquerading setup with ipfwadm - looking for help

2000-01-14 Thread Thomas Ribbrock \(Design/DEG\)

On Wed, Jan 12, 2000 at 10:35:49AM -0600, Steve Borho wrote:
> 
> I would recommend a firewall building package called mason.
[...]

Thanks for the suggestion, Steve! I downloaded it yesterday and played
a bit - looks promising. The only drawback I can see so far: You sure
need a lot of patience to run its setup program on a 386... :-}

Cheers,

Thomas
-- 
 "Look, Ma, no obsolete quotes and plain text only!"

 Thomas Ribbrock | http://www.bigfoot.com/~kaytan | ICQ#: 15839919
   "You have to live on the edge of reality - to make your dreams come true!"


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.