Re: top command

2002-03-28 Thread Trond Eivind Glomsrød

vishist mandapaka [EMAIL PROTECTED] writes:

Can anyone point me to the source code for top command. 
 thanks

You'll find it on CD 3 or 4, in the SRPM directory. If you do a
rpm -qif `which top`, you'll see that it's built as part of the
procps RPM.
-- 
Trond Eivind Glomsrød
Red Hat, Inc.



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



samba

2002-03-28 Thread vishist mandapaka



Hi,
 I am unable to access the linux file 
system through windows using Samba. Here am providing the configuration file 
that I used. Can any one pointme what went wrong here.
# Global parameters[global]workgroup 
= RHICnetbios name = RHICserver string = Rhic Samba Server 
%vencrypt passwords = 
Yes load printers = 
yes#log file = /var/log/samba/log.%m#max log size = 
50#socket options = TCP_NODELAY SO_RCVBUF=8192 
SO_SNDBUF=8192#printcap name = lpstat#preferred master = 
False#domain master = True#wins support = 
Yes#hosts allow = 192.168.126#printing = cups

[homes]comment = Home 
directoriespath = /homeread only = 
No 
public=yes 
writable=yes

[printers]comment = All 
Printerspath = /var/spool/sambacreate mask = 
0700guest ok = Yesprintable = Yesprint command = 
lpr-cups -P %p -o raw %s -r # using client side printer 
drivers.lpq command = lpstat -o %plprm command = cancel 
%p-%jbrowseable = No


Thanks for your patience to go through 
this.
vishist.


mars-nwe install?

2002-03-28 Thread Lewi

I want make a file server with mars-nwe, when I run it
# service mars-nwe start

my server name get list on the slist command

but how do I connect it, with windoz client,
I set username to be GUEST (nwlogin) source(this user exists in linux) --

but I can't still connect, in the windows client when 
\\myserver

the error message is
\\myserver is not accesible
access is denied

what I'm missing

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



msg75038/pgp0.pgp
Description: PGP signature


i am connnected, but...

2002-03-28 Thread Hytham Shehab



hi gurus,
 i am connected to the net, but i 
cann't ping, i cann't navigate, i cann't do anything, but the net graph show 
that i am connected, what is happening?

thanks

--
Hytham Shehab



RE: i am connnected, but...

2002-03-28 Thread PRASADSL



that 
means coca cola just kidding
bye

  -Original Message-From: Hytham Shehab 
  [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 28, 2002 2:37 
  PMTo: [EMAIL PROTECTED]Subject: i am connnected, 
  but...
  hi gurus,
   i am connected to the net, but 
  i cann't ping, i cann't navigate, i cann't do anything, but the net graph show 
  that i am connected, what is happening?
  
  thanks
  
  --
  Hytham Shehab
  




This electronic communication and any accompanying document is being transmitted over the Indian Oil Network and contains confidential information that is for the exclusive use of the individual or entity to which it is addressed and is protected against unauthorised disclosure. If the reader of this message is not the intended receipient or the employee or agent responsible to deliver to the intended receipient, or is not intended to act on it, be aware that any disclosure, dissemination, distribution or copying of this communication, or the use of its contents is prohibited and is likely to be attended by legal consequences. If you have received this communication in error and/or are not the intended receipient, please immediately notify the undersigned or Indian Oil Corporation Ltd. at the telephone or the fax number or email address given above and permanently delete the original message from your email system. Whilst this mail has been checked for all the known viruses, recipients should undertake their own virus checking as Indian Oil Corporation Ltd. will  not accept any liability whatsoever  




one key shutdown

2002-03-28 Thread Thierry ITTY

hello

i've an old pc at home as running rh 7.0 acting as an internet gateway.
it's always running but sometimes it needs to be shut down for
housekeeping. to do that, you know, we should login as root and type the
famous shutdown -h now' command, but it's somewhat complicated for somebody
who doesn't care about linux and fsck ;-)

i'd like to allow a single keystoke to do that (shutdown...) even without
being logged in. any idea ???

BTW i'd also like to send another message (or better some beeps) instead of
the last 'power down', so that the user would just have to push on a key,
wait for a serie of beeps, turn power off, even without a screen connected.
any more idea ???

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



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



Re: one key shutdown

2002-03-28 Thread Emmanuel Seyman

On Thu, Mar 28, 2002 at 11:31:39AM +, Thierry ITTY wrote:
 
 i'd like to allow a single keystoke to do that (shutdown...) even without
 being logged in. any idea ???

In /etc/inittab, CTRL-ALT-DEL is programmed to run the command
/sbin/shutdown -t3 -r now

I suppose you could change it to /sbin/shutdown -t3 -h now.
Run init q to make init re-read /etc/inittab .

Emmanuel



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



Re: one key shutdown

2002-03-28 Thread System Services

I wonder if one could create a CTRL-ALT-SHFT-DEL and assign it shutdown
-t3 -h now

Emmanuel Seyman wrote:
 
 On Thu, Mar 28, 2002 at 11:31:39AM +, Thierry ITTY wrote:
 
  i'd like to allow a single keystoke to do that (shutdown...) even without
  being logged in. any idea ???
 
 In /etc/inittab, CTRL-ALT-DEL is programmed to run the command
 /sbin/shutdown -t3 -r now
 
 I suppose you could change it to /sbin/shutdown -t3 -h now.
 Run init q to make init re-read /etc/inittab .
 
 Emmanuel
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list

--
robert canary
system services
OhioCounty.Net
[EMAIL PROTECTED]
(270)298-9331 Office
(270)298-7449 Fax



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



Re: load modules at startup

2002-03-28 Thread Kjetil Tjensvold

I load modules in /etc/rc.local
I have redhat 7.2 


--- Rénald_CASAGRAUDE [EMAIL PROTECTED]
skrev:  Hi !
 
 How to load modules at startup ?
 Is there any file like /etc/modules (in Debian), or
 may
 I edit /etc/rc.local ???
 
 What's the cleanest way to do this ?
 
 Thanks !
 
 R.
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list

=
Investigating the Norwegain 4.th Secret Service
The multiheaded animal.
http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html

__
Sjekk snørapporter...
fra 500 ski-destinasjoner i Europa
på http://no.snow.yahoo.com/



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



Re: Mozilla made my day!

2002-03-28 Thread Alan Peery

David Talkington wrote:

On 15:51 26 Mar 2002, David Talkington [EMAIL PROTECTED] wrote:
| They've added a stacked-tab option for window displays in 0.9.9!  
| That's probably my favorite feature of Opera, too.  That kicks my butt!

Well, there doesn't seem to be a hotkey combination for moving between 
tabs, but that's my only gripe with it so far.  I sure don't remember 
seeing it in preferences before this release, but then I only used 
Mozilla occasionally.  I'll use it more often now ... 


I find this incredibly useful too.  One window for opening 10 
www.cnn.com pages to read on the train, another window for tabbed pages 
with Java references, and another for work's intranet.

A friend commented that it was quite nice, but they couldn't  see 
themselves moving from either Galeon or Opera until the ability to drag 
tabs between top-level browser windows become available.

Alan



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



Crontab Entries

2002-03-28 Thread Jake McHenry

Does anyone know of a way that I can view the crontab entries for all users 
on the system, instead of doing crontab -u user -l for each user?

Thanks,
Jake



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



Re: Crontab Entries

2002-03-28 Thread Robert Dege

All active crontabs are store in the directory, /var/spool/cron  stored
as files based on username.

I suppose you can just more the contents of *, or something like that to
make your job easier.

-ROb

On Thu, 2002-03-28 at 08:33, Jake McHenry wrote:
 Does anyone know of a way that I can view the crontab entries for all users 
 on the system, instead of doing crontab -u user -l for each user?
 
 Thanks,
 Jake
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 




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



Re: Crontab Entries

2002-03-28 Thread Ed . Greshko

On Thu, 28 Mar 2002, Jake McHenry wrote:

 Does anyone know of a way that I can view the crontab entries for all users 
 on the system, instead of doing crontab -u user -l for each user?

su 
cd /var/spool/cron
cat *

Ed




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



RE: Anyone using DBD::Oracle from Red Hat 7.2

2002-03-28 Thread csink
Title: RE: Anyone using DBD::Oracle from Red Hat 7.2





While not yet doing so through CGI I do have a few machines running 7.2 and DBI/DBD:Oracle. One thought...double check your environment variables for $ORACLE_HOME. I'm guessing a CGI process would be run outside of a shell and may not be getting that set correctly (perhaps the wrong terminology but you get my drift). In the beginning we had some problems with this and got results much like you mention. 

Good luck and post when you get it resolved.


Christopher Sink


PS you don't mention your Oracle version but we're running 8.1.7.


-Original Message-
From: Rhugga [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 25, 2002 1:59 PM
To: [EMAIL PROTECTED]
Subject: ARG: Anyone using DBD::Oracle from Red Hat 7.2



I cannot for the life of me get a DBI script to run under the default apache
server shipping with RH 7.2


The scripts works fine from the command line, works fine from several
Solaris and SuSE machimes, but low and behold, the red hat box fails
miserably. (surprise) I usually install my own apache server on RH 7.2 since
RH cludges it all up into the wrong directory structure. However, this must
be pushed to several hundred machines and I want to use the default server
for simplicity.


I get to the following line of the script and it does, however, nothing is
written to the error log.


print DEBUG: datasource=$datasource db_login=$db_login
db_passwd=$db_passwd\n; # This is okay, all variables visible
print STDERR Testing apache error log\n; # this works
my $dbh = DBI-connect($datasource, $db_login, $db_passwd) or die Can't
connect to DB: $DBI::errstr\n; # Script dies with no error message print
anywhere


My database info is stored in a module under /var/www/lib/cluster.pm.


CGI scripts ARE working under this directory, in fact, this script runs to
complete if I comment out the DBI-connect entry.


Anyone have similiar problems?


Thanks,
Chuck





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





Re: Crontab Entries

2002-03-28 Thread Rénald CASAGRAUDE

On jeudi, mars 28, 2002, at 02:33 , Jake McHenry wrote:

 Does anyone know of a way that I can view the crontab entries
 for all users on the system, instead of doing
 crontab -u user -l for each user?

Hi !

Try this as root :

#!/bin/sh
cat /etc/passwd | cut -d':' -f1 | while read username; do
   crontab=/var/spool/cron/$username
   if [ -f $crontab ]; then
 echo Cron for $username:
 cat $crontab
 echo
   else
 echo No cron for user: $username
   fi
done



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



Re: Mozilla made my day!

2002-03-28 Thread Timothy Lee Young

Actually the tabbed-browsing feature has been implemented since
0.9.6...and I have even installed Mozilla onto my work computer, over IE, 
mainly because of this feature!  It's so wonder IE doesn't have
tabbed-browsing yet; well leave it to open-source to innovate and
trend-set! =)





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



SOLVED: Re: Crontab Entries

2002-03-28 Thread Jake McHenry

Thanks everyone, that makes things a lot easier for me. :-)

At 08:33 AM 3/28/2002 -0500, you wrote:
Does anyone know of a way that I can view the crontab entries for all 
users on the system, instead of doing crontab -u user -l for each user?

Thanks,
Jake



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



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



RE: Nice little kernel panic

2002-03-28 Thread Furnish, Trever G

Tried fsck'ing the file systems?

-Original Message-
From: Patrick Nelson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 28, 2002 2:58 AM
To: RedHat List (E-mail)
Subject: Nice little kernel panic
[...snip...]
kernel panic: no init found. try passing init= option to kernel.

And that's where it stops.  I used the RH72 CD1 and even though it couldn't
find my installation (/dev/hda2 is /boot and /dev/hda3 is /) I was dumped to
the command prompt and I am able to mount both /boot and / to a temporary
mount point.  Any ideas?





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



Re: load modules at startup

2002-03-28 Thread Linux Rules

On Thu, 28 Mar 2002, Kjetil Tjensvold wrote:

 I load modules in /etc/rc.local
 I have redhat 7.2


 --- Rénald_CASAGRAUDE [EMAIL PROTECTED]
 skrev:  Hi !
 
  How to load modules at startup ?
  Is there any file like /etc/modules (in Debian), or
  may
  I edit /etc/rc.local ???
 
  What's the cleanest way to do this ?
 
  Thanks !
 
  R.
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list

 =
 Investigating the Norwegain 4.th Secret Service
 The multiheaded animal.
 http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html

 __
 Sjekk snørapporter...
 fra 500 ski-destinasjoner i Europa
 på http://no.snow.yahoo.com/



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



Create a file

/etc/rc.d/rc.modules


and put in it :

insmod  yourmodule
insmod  yourothermodule


and remember to
chmod +x /etc/rc.d/rc.modules



Seguimos ...


Leonel




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



installation problem

2002-03-28 Thread Eric Wood



During a boot disk install of skipjack, I 
get:

...
running /sbin/loader
install exited abnormally - received signall 
11
...

I've tried noprobe, text, mem=64M, etc. boot option 
but no luck.

Granted, this is an *old* server. AcerAltos 7000, 
Pentium 90, AIC-7770, 64 Meg Ram. 

Any suggestions?
-eric wood





VOIP

2002-03-28 Thread Michael George

I have a question that's not specifically linux related, but in a way it is
since I want to do my Linux job with this phone... :)

Starting on 4/1 I'm going to be a remote employee for a company that's two
hours away from me.  I'm working on getting broadband of some sort to my house
to handle the network traffic.  However, we still have the question of the
phone...

I've seen devices on the 'net that are phones which you plug into your
computer and you subscribe to a service that will offer you 'Net phone service
for $X/mo.

However, what we're looking for is a type of VOIP phone where we can have one
end of it plugged into the office phone system and into the hub there and the
other end into my home-office hub and be the handset.  Then, when a call comes
in to my extension, it will go VOIP over the net from one end of the phone
to the other and ring on my desk.  This would save us the cost of forwarding
the phone calls and the cost of another phone line when we already have the
broadband connection.

Do any of you with much more hardware knowledge than I know if such a device
exists?  Or if there is software which could do it with Linux on each end and
a sound card on my end?

Thanks for any and all pointers to info!!

-Michael

-- 
In light of the terrorist attack on the U.S.:
They that give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-- Benjamin Franklin, 1759



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



Commands for SCSI tape devices

2002-03-28 Thread Jeff Graves

What's the command to rewind/eject a tape device on /dev/st0?

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

508.966.5200 X31 - Phone
508.966.5170 - Fax
[EMAIL PROTECTED] - Email



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



pppd for Windows client fails on RH 7.2

2002-03-28 Thread Eric Sisler

Greetings,

I installed new server hardware/software over the weekend and my Windows 
clients can no longer dial-in to my ppp server.  They keep failing with the 
following error logged to /var/log/messages:

pppd[18881]: IPCP: timeout sending Config-Requests

I've double-checked the various config files in /etc/mgetty+sendfax  
/etc/ppp and they're the same as the old server running RH 6.2.  I *can* 
successfully establish a ppp session from a Linux client to my ppp server, 
so everything else is working, just not for Windows clients.

Any suggestions?

-Eric


Eric Sisler
Applications Specialist
Westminster Public Library
Westminster, CO USA

Linux - Don't fear the Penguin.
Want to know what we use Linux for?
Visit http://gromit.westminster.lib.co.us/linux



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



Re: Help with scripts...URGENT

2002-03-28 Thread Alan Peery

Joao Borsoi Soares wrote:

Thanks Francisco, that worked. But I still don't know how to check out if a
specific file exists in the remote server...

I don't know if you can drive ftp with a single command line, something 
like

echo get foo  fred
ftp -ine  fred
echo $?

If the file foo doesn't exist on the other end perhaps the return code 
will show it.

The better alternative would be to use scp, if the machine you're 
pulling files from supports ssh connections.

Alan




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



RE: Commands for SCSI tape devices

2002-03-28 Thread Juan Martinez

On a Red Hat 7.2 system the package is mt-st-0.6-1  The command is
/bin/mt

Juan


On Thu, 28 Mar 2002, Jeff Graves wrote:

 Date: Thu, 28 Mar 2002 10:42:45 -0500
 From: Jeff Graves [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: RE: Commands for SCSI tape devices

 What provides mt? (As I don't have a man entry for mt and cannot find
 the command using find)

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

 508.966.5200 X31 - Phone
 508.966.5170 - Fax
 [EMAIL PROTECTED] - Email

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Martinez
 Sent: Thursday, March 28, 2002 10:35 AM
 To: Redhat List
 Subject: Re: Commands for SCSI tape devices


 If you've been writing to /dev/st0, it's already rewinding.  /dev/nst0
 is a non-rewinding scsi tape device and would need to be rewound first.

 The mt command you're looking for is:

 mt -f /dev/st0 rewoffl


 It's all in the man page for mt.


 Juan


 On Thu, 28 Mar 2002, Jeff Graves wrote:

  Date: Thu, 28 Mar 2002 10:28:56 -0500
  From: Jeff Graves [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: Redhat List [EMAIL PROTECTED]
  Subject: Commands for SCSI tape devices
 
  What's the command to rewind/eject a tape device on /dev/st0?
 
  Jeff Graves
  Customer Support Engineer
  Image Source, Inc.
  10 Mill Street
  Bellingham, MA 02019
 
  508.966.5200 X31 - Phone
  508.966.5170 - Fax
  [EMAIL PROTECTED] - Email
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 



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



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




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



Re: pppd for Windows client fails on RH 7.2

2002-03-28 Thread Robert Canary

Gives us some version numbers.  What hardware did you upgrade? What are
using for a RAS?  Run pppd with the highest debug yu can set.

Eric Sisler wrote:
 
 Greetings,
 
 I installed new server hardware/software over the weekend and my Windows
 clients can no longer dial-in to my ppp server.  They keep failing with the
 following error logged to /var/log/messages:
 
 pppd[18881]: IPCP: timeout sending Config-Requests
 
 I've double-checked the various config files in /etc/mgetty+sendfax 
 /etc/ppp and they're the same as the old server running RH 6.2.  I *can*
 successfully establish a ppp session from a Linux client to my ppp server,
 so everything else is working, just not for Windows clients.
 
 Any suggestions?
 
 -Eric
 
 Eric Sisler
 Applications Specialist
 Westminster Public Library
 Westminster, CO USA
 
 Linux - Don't fear the Penguin.
 Want to know what we use Linux for?
 Visit http://gromit.westminster.lib.co.us/linux
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list

--
robert canary
system services
OhioCounty.Net
[EMAIL PROTECTED]
(270)298-9331 Office
(270)298-7449 Fax



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



I can't access internet trough sama

2002-03-28 Thread Kjetil Tjensvold

Hi.
It's really a samba question,but I can't acess that
list today.
I have redhat 7.2 and installed samba 2.2.3a. I see
the sambaserver from my win98 client, and I see the
winbox from linuxbox. But I can't connect to internet
from the winbox which I can from the linbox. I have 2
nic's and the eth0 is routed to my isp , and the other
is routed to my linbox ip 192.168.0.1. I can't see how
to parse the internet request from the winbox via eth1
and over to my isp at eth0??

=
Investigating the Norwegain 4.th Secret Service
The multiheaded animal.
http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html

__
Sjekk snørapporter...
fra 500 ski-destinasjoner i Europa
på http://no.snow.yahoo.com/



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



Re: one key shutdown

2002-03-28 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 28 Mar 2002, Emmanuel Seyman wrote:
I suppose you could change it to /sbin/shutdown -t3 -h now.
Run init q to make init re-read /etc/inittab .

That will work from the console, but not from a gdm/kdm/xdm login screen. 
You would need to get to a console login first: Ctrl-Alt-F[1-6]  then you 
could use Ctrl-Alt-Del to start the shutdown. I do this on a box I have 
setup as an Xterminal because it's the easiest way to shut it down.

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

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

iD8DBQE8o0hNpCpg3WyUI50RAlPqAJ95Gar5wav6fPboQm2olGauixX1UQCfcD3L
sWC43MIahVU3mxJ8nT+ILvg=
=AbNS
-END PGP SIGNATURE-



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



all RPMs ?

2002-03-28 Thread Ismael Touama

Hi,

I don't uinderstand one (and more...) thing in Linux implementation.
Are all softwares installed as RPMs ? or is there another issue.
I had probleme with MM siftware (brahms) and in fact I don't have any
needs of multimedia player,viewer, listener... on my server.
So when rpm -qa | grep brahms - nothing found
the same with XMMS even if I find these soft on package manager (graphical)
!
So i tried almost to erase them by uninstalling them, always with the GUI
(from KDE),
and nothing...it seems to crawl...
I know I made a bad installation in the sense I installedll packages from
the CD...
but I run a server !! So what's the matter ?! Can it be swap proc system ?
By the way lets comme to my first problem How can i uninstall a program or a
soft
that rpm -qa | grep thisFprogram don't find...
If someone can tell end tell more about these strange behaviour, I would be
pleased.

thx,
ism.



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



Redhat 7.2 server.pem question

2002-03-28 Thread Leila Lappin

Hello,

My RH 7.2 is pre-installed with ssl support, shouldn't
I see a server.pem file?  I can only see server.key
but not server.pem.

Could someone please tell me where I can download a
server.pem from?

Thanks very much
Leila 

__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/



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



Re: one key shutdown

2002-03-28 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Anthony E. Greene wrote:

On Thu, 28 Mar 2002, Emmanuel Seyman wrote:
I suppose you could change it to /sbin/shutdown -t3 -h now.
Run init q to make init re-read /etc/inittab .

That will work from the console, but not from a gdm/kdm/xdm login screen. 

There's a shutdown option on the kdm login box.  

- -d

- -- 
David Talkington

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

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

iQA/AwUBPKNRyb9BpdPKTBGtEQKKewCfZUrEN3MEnj0754yJZ1fCwIbgCdYAoJ7P
WJWyibwhuvAkT28aonfYiW4n
=1ZGU
-END PGP SIGNATURE-




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



Re: pppd for Windows client fails on RH 7.2

2002-03-28 Thread Tom Bentley

I don't know why, but this is what worked for me when I upgraded to 7.2:

In /etc/modules.conf---

alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp_compress-26 ppp_deflate
alias tty-ldisk-3 ppp_async
alias char-major-108 ppp_async


Check your messages file--I think you'll find pppd is looking for
tty-ldis-3.


--tom bentley
[EMAIL PROTECTED]




- Original Message -
From: Eric Sisler [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 28, 2002 11:14 AM
Subject: pppd for Windows client fails on RH 7.2


 Greetings,

 I installed new server hardware/software over the weekend and my Windows
 clients can no longer dial-in to my ppp server.  They keep failing with
the
 following error logged to /var/log/messages:

 pppd[18881]: IPCP: timeout sending Config-Requests

 I've double-checked the various config files in /etc/mgetty+sendfax 
 /etc/ppp and they're the same as the old server running RH 6.2.  I *can*
 successfully establish a ppp session from a Linux client to my ppp server,
 so everything else is working, just not for Windows clients.

 Any suggestions?

 -Eric


 Eric Sisler
 Applications Specialist
 Westminster Public Library
 Westminster, CO USA

 Linux - Don't fear the Penguin.
 Want to know what we use Linux for?
 Visit http://gromit.westminster.lib.co.us/linux



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



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



Re: Mozilla made my day!

2002-03-28 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Timothy Lee Young wrote:

Actually the tabbed-browsing feature has been implemented since
0.9.6...and I have even installed Mozilla onto my work computer, over IE, 
mainly because of this feature!  It's so wonder IE doesn't have
tabbed-browsing yet; well leave it to open-source to innovate and
trend-set! =)

Well, actually, Opera did it before Mozilla, and they're not open 
source.  ;-)

- -d


- -- 
David Talkington

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

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

iQA/AwUBPKNSNb9BpdPKTBGtEQL+VwCgsh4l5f+Fd721tkXABS6HG6/NC9oAoJM2
dS3zPLN6hLJscZ2ta94cEHM4
=JVqm
-END PGP SIGNATURE-




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



Re: Is there a way to restart boot/dchp .

2002-03-28 Thread Alan Peery

Bret Hughes wrote:

 On Wed, 2002-03-27 at 06:23, Kjetil Tjensvold wrote:
  Is there a way to restart the netlogon to internet
  whithout rebooting?

I am also not sure what you're asking.

If you want to get a new DHCP address on your client from a server, try
dhcpcd -n eth0.

If you're wanting to restart the DHCP server you're running on your
server, try /etc/init.d/dhcp restart.  (A guess on syntax.)

Alan



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



Re: in.telnetd help please.

2002-03-28 Thread Stephen Iribarne

Thanks everyone for the help.  Telnet is now working.  Ugh.

I can telnet from my Linux box to my Linux box.  HOWEVER, I can't telnet 
from a PC to the Linux box.  I get the message that the connection was 
forcibly closed by remote host.

Is it a firewall thing now?


At 11:38 PM 3/27/2002 +0200, you wrote:
ok.
I assume that you are using a RH7*.

1- Go to the /etc/xinetd.d
2- If there is not a telnet file then do it
3- and copy these into your telnet file that you have just made

This part is not included--

# default: on
# description: The telnet server serves telnet sessions; it uses \
#   unencrypted username/password pairs for authentication.
service telnet
{
 disable = yes
 flags   = REUSE
 socket_type = stream
 wait= no
 user= root
 server  = /usr/sbin/in.telnetd
 log_on_failure  += USERID
}

---This part is not included--

4- run setup and now goto the services section.
   Now you should see the telnet in the services section.If you want to
start telnet while booting then you should select in this section..

5- lastly, you run this:  /etc/rc.d/init.d/xinetd restart

I think now your telnet daemon works..
If you do these steps please tell me whether it work or not.
Thnx.

On Wed, 27 Mar 2002, Stephen Iribarne wrote:

  Nope.. I didn't see Telnet in the list...
 
  At 10:40 PM 3/27/2002 +0200, you wrote:
  please try this.
  run setup
  then go to the services section..Is there a telnet?
  
  On Wed, 27 Mar 2002, Stephen Iribarne wrote:
  
I can't get the /usr/sbin/in.telnetd running.  Everytime I start it 
 I get
the error message:
   
getpeername: Socket operation on a non-socket.
   
I figure there has to be another deamon that isn't running.   I 
 actually
tried to use the service conf to start everything up and I thought that
would work.  But my guess is that it is getting the same error 
 message and
not starting up.
   
Thanks for the help in advance...
   
-stv
   
   
   
___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
   
  
  --
  Ceyhun Kirmizitas
  MCSE, MCP
  Netsoft Computer Systems  Publication Co.
  Izci sokak No :6/ 7
  GaziOsmanPasa/ANKARA
  Tel: (312) 446 33 05
  Fax: (312) 436 44 94
  Email : [EMAIL PROTECTED]
   [EMAIL PROTECTED]
  
  
  
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 

--
Ceyhun Kirmizitas
MCSE, MCP
Netsoft Computer Systems  Publication Co.
Izci sokak No :6/ 7
GaziOsmanPasa/ANKARA
Tel: (312) 446 33 05
Fax: (312) 436 44 94
Email : [EMAIL PROTECTED]
 [EMAIL PROTECTED]



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



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



Re: Renaming host

2002-03-28 Thread Bill Crawford

On Wed, 27 Mar 2002, David Talkington wrote:

 Even less funny is killall ... somebody really needs to be slapped for
 giving it such a benign personality on Linux.  Try it as root on Solaris
 sometime and watch the fun.  But I think I digress ...

 It's not too bad ... you would normally give it an argument, so you
would get a usage message back.  BTDT.




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



Login prompt font

2002-03-28 Thread Janyne Kizer

I would like to change the font used by XDM's login facility.  I know
that the grpahic is stored in  /etc/X11/xdm/pixmaps/XFree86.xpm and I
was wondering if the font used for this can be adjusted.  Gimp was
reporting some font problems (well, a lot of font problems) and I had to
remove some fonts and now the login screen doesn't look as nice as I
would like.  Since this is the first thing that people will see, I would
like for it to make a good impression.  I can't have them thinking that
Windows Terminal Server would have been a better choice, now can I?! 
:-)

Thanks!
-- 

Janyne Kizer
CNE-3, CNE-4, CNE-5
Systems Programmer Administrator I
NC State University, College of Agriculture  Life Sciences
Extension and Administrative Technology Services
Phone: (919) 515-3609



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



Re: one key shutdown

2002-03-28 Thread Bill Crawford

On Thu, 28 Mar 2002, Anthony E. Greene wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Thu, 28 Mar 2002, Emmanuel Seyman wrote:
 I suppose you could change it to /sbin/shutdown -t3 -h now.
 Run init q to make init re-read /etc/inittab .
 
 That will work from the console, but not from a gdm/kdm/xdm login screen. 
 You would need to get to a console login first: Ctrl-Alt-F[1-6]  then you 
 could use Ctrl-Alt-Del to start the shutdown. I do this on a box I have 
 setup as an Xterminal because it's the easiest way to shut it down.

 gdm can offer a shutdown option in its menu, so that's not really
an issue :o)




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



Re: Renaming host

2002-03-28 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bill Crawford wrote:

 BTDT

Ok, I'll bite ... ?

- -d



- -- 
David Talkington

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

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

iQA/AwUBPKNgG79BpdPKTBGtEQLb3gCgmZLfKWiD1jmG03Jhu1fOFVjHk70AoIND
IthQTUiNuUNXT2fEz6xwkM15
=z/Jz
-END PGP SIGNATURE-




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



Re: Help with scripts...URGENT

2002-03-28 Thread Ed Wilts

On Wed, Mar 27, 2002 at 12:06:10PM +, Alan Peery wrote:
 
 I don't know if you can drive ftp with a single command line, something 
 like
 
 echo get foo  fred
 ftp -ine  fred
 echo $?

You've got a few choices.  ncftpls will give you a directory listing on the
remote server.  ncftpget to get a file.

You can install the Perl libnet package and use Net::FTP to do the work.

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



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



Re: pppd for Windows client fails on RH 7.2 - FIXED

2002-03-28 Thread Eric Sisler

Peter Skensved [EMAIL PROTECTED] had this to say:

  Been there - done that ..

pppd in 7.2 is broken. Take a look at  http://www.owlriver.com/projects/ppp/
for details. Or just download ppp-2.4.1-3 from rawhide and install.

Downloaded the new version from rawhide and it works as expected.

My thanks to those who replied.

-Eric

Eric Sisler
Applications Specialist
Westminster Public Library
Westminster, CO USA

Linux - Don't fear the Penguin.
Want to know what we use Linux for?
Visit http://gromit.westminster.lib.co.us/linux



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



RE: Nice little kernel panic

2002-03-28 Thread Patrick Nelson

Furnish, Trever G wrote:
-
Tried fsck'ing the file systems?
-

No, so I went booted off the RH72 CD1 and skipped the check for system
partitions.  At the prompt I ran:

e2fsck /dev/hda2-the /boot partition
e2fsck /dev/hda3-the / partition

Both these listed as clean... so I forced it:

e2fsck -f /dev/hda2
e2fsck -f /dev/hda3

hda3 did have some group block stuff that need fixing so I answered yes to
the questions.  Then ran it again:

e2fsck -f /dev/hda3 and this ran fine.

Then I tried rebooting again (not off the RH72 CD1) and I got the same
kernel panic error as before.  Anything else anyone can suggest would be
appreciated.



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



Linux and Satellite ISDN

2002-03-28 Thread Brett Charbeneau

I've got a project on my plate that will involve taking two
Inmarsat M4 satellite telephones, MUX-ing them together, and using the
resulting 128KBps connection as a gateway for four laptop computers.
(It's a literacy program and the idea is to have a portable 128K
connection for four laptops which can be taken anywhere in our community.)
Money isn't an issue as Verizon has graciously supported the idea.
The problem seems to be how to interface the M4 units with a
gateway server (either through PCMCIA or 9-pin serial port) and then pipe
this combined connection into a hub so the other laptops can play.
My vendor is all hot to get me going with a WIN98-based machine
which will combine the two 64K signals into one, but when it comes to
piping this into an Ethernet connection he backs right off.
Has ANYONE heard of such a project using Linux?
Or even something remotely related?
MANY thanks in advance to anyone who can offer some leads...

Brett Charbeneau, Network Administrator Tel: 757-259-7750
Williamsburg Regional Library   FAX: 757-259-7798
7770 Croaker Road   [EMAIL PROTECTED]
Williamsburg, VA 23188-7064 http://www.wrl.org




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



RE: RE: Nice little kernel panic

2002-03-28 Thread [EMAIL PROTECTED]

What does your /etc/fstab look like?

John

Original Message:
-
From: Patrick Nelson [EMAIL PROTECTED]
Date: Thu, 28 Mar 2002 11:04:16 -0800
To: [EMAIL PROTECTED]
Subject: RE: Nice little kernel panic


Furnish, Trever G wrote:
-
Tried fsck'ing the file systems?
-

No, so I went booted off the RH72 CD1 and skipped the check for system
partitions.  At the prompt I ran:

e2fsck /dev/hda2-the /boot partition
e2fsck /dev/hda3-the / partition

Both these listed as clean... so I forced it:

e2fsck -f /dev/hda2
e2fsck -f /dev/hda3

hda3 did have some group block stuff that need fixing so I answered yes to
the questions.  Then ran it again:

e2fsck -f /dev/hda3 and this ran fine.

Then I tried rebooting again (not off the RH72 CD1) and I got the same
kernel panic error as before.  Anything else anyone can suggest would be
appreciated.



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


mail2web - Check your email from the web at
http://mail2web.com/ .



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



Re: one key shutdown

2002-03-28 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 28 Mar 2002, David Talkington wrote:

Anthony E. Greene wrote:

On Thu, 28 Mar 2002, Emmanuel Seyman wrote:
I suppose you could change it to /sbin/shutdown -t3 -h now.
Run init q to make init re-read /etc/inittab .

That will work from the console, but not from a gdm/kdm/xdm login screen.

There's a shutdown option on the kdm login box.

There's a menu item in gdm, but not on Xterminals, which is why I had to
switch to a console login screen to shutdown my Xterminal box.

Still, it's easier to use the button/menu if there is one.

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

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

iD8DBQE8o3QupCpg3WyUI50RAlzyAJ96Oh6zgKaW1OtA83afvPQzRRP2JgCfYNdJ
nffwsqOfjT/LxMnAlFcRuhY=
=iThD
-END PGP SIGNATURE-



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



Re: Redhat 7.2 server.pem question

2002-03-28 Thread Leila Lappin

Hello Anthony,

Is server.key in my system the same as server.pem and
it's just a naming convention that's different?

thanks
--- Anthony E. Greene [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Thu, 28 Mar 2002, Leila Lappin wrote:
 My RH 7.2 is pre-installed with ssl support,
 shouldn't
 I see a server.pem file?  I can only see server.key
 but not server.pem.
 
 The server.key file holds your unsigned key. The
 server.crt file holds your
 cert (the signed key). The server.pem file is a name
 for the cert file that
 is used in some of the docs. The exact name used in
 your config is set by
 SSLCertificateFile in httpd.conf.
 
 - -- 
 Anthony E. Greene mailto:[EMAIL PROTECTED]
 OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 
 C484 A42A 60DD 6C94 239D
 AOL/Yahoo Chat: TonyG05  HomePage:
 http://www.pobox.com/~agreene/
 Linux: the choice of a GNU Generation.
 http://www.linux.org/
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 Comment: Anthony E. Greene 0x6C94239D
 [EMAIL PROTECTED]
 

iD8DBQE8o3NkpCpg3WyUI50RAtUTAJ9aOA2gFTB4w2cYiQNbTgAhzKDgSQCgtSNg
 rXo4D0thiIMv/DkKGdL7rNo=
 =fkQo
 -END PGP SIGNATURE-
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]

https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/



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



RE: RE: Nice little kernel panic

2002-03-28 Thread Patrick Nelson

[EMAIL PROTECTED] wrote:
-
What does your /etc/fstab look like?
-

It looks fine but here it is...

# $Id: fstab.id,v 1.2 2002/03/23 22:57:45 pnelson Exp $
#
# id fstab file
#

#-
# Local Mounts
#-
LABEL=/ /   ext3defaults1 1
LABEL=/boot /boot   ext3defaults1 2
none/dev/ptsdevpts  gid=5,mode=620  0 0
none/proc   procdefaults0 0
none/dev/shmtmpfs   defaults0 0
/dev/hda5   swapswapdefaults0 0
/dev/cdrom  /mnt/cdrom  iso9660
noauto,owner,kudzu,ro 0 0
/dev/fd0/mnt/floppy autonoauto,owner,kudzu 0
0



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



Re: Linux and Satellite ISDN

2002-03-28 Thread Robert Canary

I have been doing that for about three years now.  I run a wirless ISP. 
Blows DSL and Sat right out the waves.

Subscribe to the isp-wireless mailing list.  You'll find all sorts of
good help.

I would recommend FH for roaming but thats my opinion.  DS will go 10Meg
were FH is about 1.9Meg, but FH is more stable.  So there are trade offs
in the technlogy.  I can generally roam around town with my laptop and
be on the internet in about 17miles of the access point.

Brett Charbeneau wrote:
 
 I've got a project on my plate that will involve taking two
 Inmarsat M4 satellite telephones, MUX-ing them together, and using the
 resulting 128KBps connection as a gateway for four laptop computers.
 (It's a literacy program and the idea is to have a portable 128K
 connection for four laptops which can be taken anywhere in our community.)
 Money isn't an issue as Verizon has graciously supported the idea.
 The problem seems to be how to interface the M4 units with a
 gateway server (either through PCMCIA or 9-pin serial port) and then pipe
 this combined connection into a hub so the other laptops can play.
 My vendor is all hot to get me going with a WIN98-based machine
 which will combine the two 64K signals into one, but when it comes to
 piping this into an Ethernet connection he backs right off.
 Has ANYONE heard of such a project using Linux?
 Or even something remotely related?
 MANY thanks in advance to anyone who can offer some leads...
 
 Brett Charbeneau, Network Administrator Tel: 757-259-7750
 Williamsburg Regional Library   FAX: 757-259-7798
 7770 Croaker Road   [EMAIL PROTECTED]
 Williamsburg, VA 23188-7064 http://www.wrl.org
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list

--
robert canary
system services
OhioCounty.Net
[EMAIL PROTECTED]
(270)298-9331 Office
(270)298-7449 Fax



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



Password expiration and KDE

2002-03-28 Thread Janyne Kizer

I feel really stupid for asking this because it seems so simple.  When I
go to redhat-config-users and set password expiration information,
nothing seems to happen in the way of warning users.  For example, I set
a my ID to 0 days before change allowed, 18 days before change required,
5 days warning.  Then I go to /etc/shadow and I can see that the changes
were applied (I think) but when I log in, nothing happens.  By this I
mean that using VNC, KDE doesn't start and using a diskless xterminal, I
am kicked back to the chooser window.  I am using RH 7.2 with KDE
2.2.1.  FWIW, if I ssh into the server, as this test user, I do get a
warning.

from /etc/shadow

testid:$1$Ww/bXKFS$vpevtY51Lbfed5zCFQmCl/:11759:0:18:5:0:-1:0
-- 

Janyne Kizer
CNE-3, CNE-4, CNE-5
Systems Programmer Administrator I
NC State University, College of Agriculture  Life Sciences
Extension and Administrative Technology Services
Phone: (919) 515-3609



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



Re: Renaming host

2002-03-28 Thread Bill Crawford

On Thu, 28 Mar 2002, David Talkington wrote:

 Bill Crawford wrote:

  BTDT

 Ok, I'll bite ... ?

 Been There, Done That.

 HTH. HAND. :o)




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



apache question

2002-03-28 Thread pochy

Hello people:

I`m running a website dujo.org and for example a friend 
connect to the site,
in the browser location bar show (http://www.dujo.org) but when they 
click on
any link in the index page the addres in the locations bar don't change 
like in
other sites (i.e. http://www.dujo.org/links.html). How can I fix the 
problem?

Thanks all!



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



rsync through http proxy?

2002-03-28 Thread Carter, Shaun G

Is it possible to run rsync through a http proxy server?  If so is there a
howto somewhere?  I saw no references to this is man rsync.

Shaun



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



Re: apache question

2002-03-28 Thread SignGuy

no frames


- Original Message - 
From: pochy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 28, 2002 4:33 PM
Subject: apache question


 Hello people:
 
 I`m running a website dujo.org and for example a friend 
 connect to the site,
 in the browser location bar show (http://www.dujo.org) but when they 
 click on
 any link in the index page the addres in the locations bar don't change 
 like in
 other sites (i.e. http://www.dujo.org/links.html). How can I fix the 
 problem?
 
 Thanks all!
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 



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



Re: I can't access internet trough sama

2002-03-28 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 28 Mar 2002, Kjetil Tjensvold wrote:
Yes I have set the gateway (is this the default route)
on the winbox to 192.168.0.1 (my linixbox)
I have not enabled ip forwarding. How do u do that.? 

Edit /etc/sysconfig/network and restart networking.

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

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

iD8DBQE8o5LxpCpg3WyUI50RAh31AKC341QxvYk7AORw7Jp66HPIOi9G6QCgr1Tw
JMdm4hq6AW+JyvOarl/lduY=
=/bsa
-END PGP SIGNATURE-



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



i cann't use the net...

2002-03-28 Thread Hytham Shehab



gurus, 
 can anybody give a light on 
where could be the problem, i am connected, but i cann't use the 
connection...

--
Hytham Shehab


Re: Autofs docs

2002-03-28 Thread Edward C. Bailey

 Patrick == Patrick Nelson [EMAIL PROTECTED] writes:

Patrick Anyone know of any documentation for autofs is?  Having a heck of
Patrick a time getting it going.

$ rpm -qd autofs
/usr/share/doc/autofs-3.1.7/COPYING
/usr/share/doc/autofs-3.1.7/COPYRIGHT
/usr/share/doc/autofs-3.1.7/NEWS
/usr/share/doc/autofs-3.1.7/README
/usr/share/doc/autofs-3.1.7/README.changer
/usr/share/doc/autofs-3.1.7/README.options
/usr/share/doc/autofs-3.1.7/README.smbfs
/usr/share/doc/autofs-3.1.7/TODO
/usr/share/man/man5/auto.master.5.gz
/usr/share/man/man5/autofs.5.gz
/usr/share/man/man8/autofs.8.gz
/usr/share/man/man8/automount.8.gz
$ 

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



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



Re: RHN ISO's and IE6

2002-03-28 Thread Edward C. Bailey

 Jim == Jim Bija [EMAIL PROTECTED] writes:
...
Jim I will be sending an email or 2 off to the RHN people and ask them to
Jim look into and see what they say.

Have you contacted the RHN team?  If not, I urge you to do so...

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



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



Re: I can't access internet trough sama

2002-03-28 Thread Kjetil Tjensvold

There not much to edit in that file :-) 




--- Anthony E. Greene [EMAIL PROTECTED] skrev: 
-BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Thu, 28 Mar 2002, Kjetil Tjensvold wrote:
 Yes I have set the gateway (is this the default
 route)
 on the winbox to 192.168.0.1 (my linixbox)
 I have not enabled ip forwarding. How do u do
 that.? 
 
 Edit /etc/sysconfig/network and restart networking.
 
 Tony
 - -- 
 Anthony E. Greene mailto:[EMAIL PROTECTED]
 OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 
 C484 A42A 60DD 6C94 239D
 AOL/Yahoo Chat: TonyG05  HomePage:
 http://www.pobox.com/~agreene/
 Linux: the choice of a GNU Generation.
 http://www.linux.org/
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 Comment: Anthony E. Greene 0x6C94239D
 [EMAIL PROTECTED]
 

iD8DBQE8o5LxpCpg3WyUI50RAh31AKC341QxvYk7AORw7Jp66HPIOi9G6QCgr1Tw
 JMdm4hq6AW+JyvOarl/lduY=
 =/bsa
 -END PGP SIGNATURE-
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list

=
Investigating the Norwegain 4.th Secret Service
The multiheaded animal.
http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html

__
Sjekk snørapporter...
fra 500 ski-destinasjoner i Europa
på http://no.snow.yahoo.com/



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



Re: i cann't use the net...

2002-03-28 Thread Kjetil Tjensvold

What connection? ADSL , ISDN or a modem? 


--- Hytham Shehab [EMAIL PROTECTED] skrev: 
gurus, 
 can anybody give a light on where could be the
 problem, i am connected, but i cann't use the
 connection...
 
 --
 Hytham Shehab
 

=
Investigating the Norwegain 4.th Secret Service
The multiheaded animal.
http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html

__
Sjekk snørapporter...
fra 500 ski-destinasjoner i Europa
på http://no.snow.yahoo.com/



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



Updating Apache

2002-03-28 Thread Vinay Sequeira


Hi Folks,

I am a newbie Linux Administrator. I have to update the Apache Webserver
Package. I downloaded the current rpms.

When trying to run rpm -Fvh I get,
[root@www RPMS]# rpm -Fvh apache-1.3.22-1.7.1.i386.rpm
error: failed dependencies:
mod_bandwidth is needed by apache-1.3.22-1.7.1
mod_put is needed by apache-1.3.22-1.7.1
mod_throttle is needed by apache-1.3.22-1.7.1

So I download the dependencies , but when I try to install the modules, I
get:  #  rpm -ivh mod_bandwidth-2.0.3-2.i386.rpm
error: failed dependencies:
apache  1.3.22-1 conflicts with mod_bandwidth-2.0.3-2

right now I am running apache-1.3.19-5 on RH 7.1 on a dual P3 500MHz.

Please suggest a way to safely upgrade the Apache package

TIA






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



Question Regarding Gigabit NIC's, waste of money?

2002-03-28 Thread Chuck


Kinda off topic but this does involve Red Hat 7.2 workstations. Our company
is moving into a new building with a full gigabit network all the way to the
desktops. (cat 60 throughout) We are now arguing over whether to spend the
money to put gig NIC's in everyone's PC.s I was always under the impression
that a simple single-PCI bus workstation couldn't possibly process 1 gigabit
of data. Doesn't a single channel PCI bus peg at 132 MB/s? (this is all
traffic conclusive, not merely traffic from the ethernet slot alone)

This is an enormous cost as well. We do work with large amounts of data.
Just wanted to get some other opinions.

All our servers are gigabit plus they all have dedicate switch ports. That
makes sense, but a run of the mill Compaq workstation?

Thanks,
CC



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



Re: installation problem

2002-03-28 Thread bbales

A couple of shots in the dark: some RH7.2 installs worked only with mem=64m 
on systems with 128m of memory because some of it was shared with the 
graphics card.  You might try mem=32m

At least one install problem was solved by disabling power management in the 
bios.

good luck.  bruce

On Thursday 28 March 2002 09:11 am, you wrote:
 During a boot disk install of skipjack, I get:

 ...
 running /sbin/loader
 install exited abnormally - received signall 11
 ...

 I've tried noprobe, text, mem=64M, etc. boot option but no luck.

 Granted, this is an *old* server. AcerAltos 7000, Pentium 90, AIC-7770, 64
 Meg Ram.

 Any suggestions?
 -eric wood



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



Re: Nice little kernel panic

2002-03-28 Thread Gordon Messmer

On Wed, 2002-03-27 at 23:57, Patrick Nelson wrote:
 So this morning I went to one of my RH72 systems (that is a dual boot with
 winbloz me -not for me) and it was locked up (it runs most of the time in
 Linux)

Do you have an SB Live! card?  What kind of video card are you using?

 mounting root filesystem
 kjournald starting. commit interval 5 seconds
 EXT3-fs: mounted filesystem with ordered data mode.
 pivotroot: pivot_root(/sysroot, sysroot/initrd) failed: 2
 Freeing unused kernel memory: 220k freed
 kernel panic: no init found. try passing init= option to kernel.
 
 And that's where it stops.  I used the RH72 CD1 and even though it couldn't
 find my installation (/dev/hda2 is /boot and /dev/hda3 is /) I was dumped to
 the command prompt and I am able to mount both /boot and / to a temporary
 mount point.  Any ideas?

Good.  Do that again, and create a folder called initrd on your root
filesystem.  It's used by the initrd the system boots with.




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



Re: I can't access internet trough sama

2002-03-28 Thread bbales

On Thursday 28 March 2002 12:26 pm, you wrote:
 Hi Mike.
 Yes I have set the gateway (is this the default route)
 on the winbox to 192.168.0.1 (my linixbox)
 I have not enabled ip forwarding. How do u do that.?

I think he means:
echo  1 /proc/sys/net/ipv4/ip_forward

bruce



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



Re: Renaming host

2002-03-28 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bill Crawford wrote:

  BTDT

 Ok, I'll bite ... ?

 Been There, Done That.

 HTH. HAND. :o)

[clasps his hands to his head and rocks back and forth briskly]

(stopitstopitstopit)



- -- 
David Talkington

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

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

iQA/AwUBPKOgbb9BpdPKTBGtEQI2XgCg746mAJaEspDSgx3FSZAsfgnJfB0AoM03
XrX//+Je28ZLkhOfDUB1/0OZ
=Rswe
-END PGP SIGNATURE-




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



Re: Question Regarding Gigabit NIC's, waste of money?

2002-03-28 Thread Brian Ashe

Hello Chuck,

Thursday, March 28, 2002, 5:29:28 PM, you textually orated:


C Kinda off topic but this does involve Red Hat 7.2 workstations. Our company
C is moving into a new building with a full gigabit network all the way to the
C desktops. (cat 60 throughout) We are now arguing over whether to spend the
C money to put gig NIC's in everyone's PC.s I was always under the impression
C that a simple single-PCI bus workstation couldn't possibly process 1 gigabit
C of data. Doesn't a single channel PCI bus peg at 132 MB/s? (this is all
C traffic conclusive, not merely traffic from the ethernet slot alone)

C This is an enormous cost as well. We do work with large amounts of data.
C Just wanted to get some other opinions.

C All our servers are gigabit plus they all have dedicate switch ports. That
C makes sense, but a run of the mill Compaq workstation?

Well, you have to do the math and remember all the things involved.

Standard PCI channel = 32 bits
Running at 66Mhz (66,000,000)

32bits * 66,000,000 per sec = 211200 bps =~ 2 Gbps

2Gbps  1Gbps :)

So yes a standard PCI bus (@ 66Mhz) can provide enough for a Gigabit
Ethernet adapter with room to spare (of course the bus is shared so actual
throughput will vary).

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



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



RE: Nice little kernel panic - solution

2002-03-28 Thread Patrick Nelson

Gordon Messmer wrote:
-
Good.  Do that again, and create a folder called initrd on your root
filesystem.  It's used by the initrd the system boots with.
-

So I booted up in rescue mode again and chroot'ed to /mnt/sysimage and low
and behold there was no initrd directory under /, so I mkdir initrd and
rebooted normally.  It worked great.  

Not sure what happened to the /initrd subdir, or why tripwire didn't notice
it missing. 



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



Re: rsync through http proxy?

2002-03-28 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Carter, Shaun G wrote:

Is it possible to run rsync through a http proxy server?  If so is there a
howto somewhere?  I saw no references to this is man rsync.

Really?  From the man page:

`You may establish the connetcion sic via a  web  proxy  by  setting  
the environment variable RSYNC_PROXY to a hostname:port pair pointing 
to your web proxy. Note that your web proxy must allow proxying to 
port 873, this must be configured in your proxy servers ruleset.'

Cheers ... -d



- -- 
David Talkington

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


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

iQA/AwUBPKOhzb9BpdPKTBGtEQIoWwCfXbhgIkU3njLVSMtsSx/Vg43X/EYAoJWm
Bw4q9px3MdLv+sdBvf7S4FYY
=g5zR
-END PGP SIGNATURE-




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



RE: Nice little kernel panic - solution

2002-03-28 Thread Gordon Messmer

Neither do I.  Glad it worked  :)

I'm still curious about what kind of hardware you've got.  I try to keep
mental notes of what kind of hardware shows up commonly when people
report locks/crashes.


On Thu, 2002-03-28 at 15:00, Patrick Nelson wrote:
 Gordon Messmer wrote:
 -
 Good.  Do that again, and create a folder called initrd on your root
 filesystem.  It's used by the initrd the system boots with.
 -
 
 So I booted up in rescue mode again and chroot'ed to /mnt/sysimage and low
 and behold there was no initrd directory under /, so I mkdir initrd and
 rebooted normally.  It worked great.  
 
 Not sure what happened to the /initrd subdir, or why tripwire didn't notice
 it missing. 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list




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



Re: Updating Apache

2002-03-28 Thread Emmanuel Seyman

On Thu, Mar 28, 2002 at 04:21:44PM -0600, Vinay Sequeira wrote:
 
 So I download the dependencies , but when I try to install the modules, I
 get:  #  rpm -ivh mod_bandwidth-2.0.3-2.i386.rpm
 error: failed dependencies:
 apache  1.3.22-1 conflicts with mod_bandwidth-2.0.3-2

You need to install both mod_bandwidth and the new apache rpm at
the same time.

rpm -Uvh apache-1.3.22-1.7.1.i386.rpm mod_bandwidth-2.0.3-2.i386.rpm

Emmanuel



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



can't mount cd .

2002-03-28 Thread Stephen Iribarne

I get the error message /dev/cdrom is not a valid block device.  HELP!! :)

This CD ROM was working fine.  I re-installed my system and I now have this 
problem.

thanks
stv



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



RE: Nice little kernel panic - solution

2002-03-28 Thread Patrick Nelson

Gordon Messmer wrote:
-
Neither do I.  Glad it worked  :)

I'm still curious about what kind of hardware you've got.  I try to keep
mental notes of what kind of hardware shows up commonly when people
report locks/crashes.
-
This is on an HP Pavilion 6730

video-intel corp 82801aa AC'97 audio
 driver-i810_audio 

sound-intel corp 8210 CGC
 driver-intel 810

Trever sent me this link a few minutes ago and in it, it says that this
laptop user had problems after his laptop when to sleep.  Which if you
remember, is what happened to me.  I couldn't wake the system up and ended
up cold rebooting.  Then kernel panic.  

http://www.unixgods.org/~tilo/redhat_72_problems.html

Not sure if that is the problem but I'm going to try and turn off apmd and
see if that helps...



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



RE: RE: Nice little kernel panic

2002-03-28 Thread Patrick Nelson

John P Verel wrote:
-
I missed the earlier parts of this thread, so I may repeat stuff
already addressed.  

If you're running LILO, your root and boot partitions don't look right
mine looks like this:
-
Yep running grub, but LILO can handle LABEL= entries in the fstab also.

Solved this with an mkdir /initrd... 



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



RE: Autofs docs

2002-03-28 Thread Patrick Nelson

Edward C. Bailey wrote:
-
$ rpm -qd autofs
/usr/share/doc/autofs-3.1.7/COPYING
/usr/share/doc/autofs-3.1.7/COPYRIGHT
/usr/share/doc/autofs-3.1.7/NEWS
/usr/share/doc/autofs-3.1.7/README
/usr/share/doc/autofs-3.1.7/README.changer
/usr/share/doc/autofs-3.1.7/README.options
/usr/share/doc/autofs-3.1.7/README.smbfs
/usr/share/doc/autofs-3.1.7/TODO
/usr/share/man/man5/auto.master.5.gz
/usr/share/man/man5/autofs.5.gz
/usr/share/man/man8/autofs.8.gz
/usr/share/man/man8/automount.8.gz
$ 
-
I've read through all of docs and all of the man pages and I'm either
retarded (could be) or missing some amount of information to get it working.

I was trying to take existing nfs exports and use automount as the mounting
process on the client systems.  When I run a status of autofs it lists my
configured automounts but when I go to the directory that they suppose to be
mounted on, the dir is empty.

My auto.master file looks like:
/  /etc/auto.netstf

My auto.netstf file looks like:
/home/netstf  -rw  usrsvr.pn:/home/netstf

Running service autofs status results:
Configured Mount Points
---
/usr/sbin/automount  /  file  /etc/auto.netstf

Active Mount Points
---
/usr/sbin/automount  /  file  /etc/auto.netstf

ls -la of /home/netstr :

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



postfix rpm + mailman rpm = GID error

2002-03-28 Thread Eric Sisler

Does anyone have mailman running with postfix using the RedHat supplied 
RPM's?  I have postfix-1.1.5-2  mailman-2.0.8-1 and I'm nearly there, but 
I'm running into the dreaded wanted GID X, got GID Y error.  The solution 
listed in the mailman FAQ tells me to rebuild from source and change the 
GID the wrapper program runs as.  I can do so if it comes down to that, but 
I try to use *only* RPM's on production servers to make software management 
easier.  The actual error reads:

/var/mailman/mail/wrapper mailcmd test. Command output: Failure to exec 
script. WANTED gid 12, GOT gid 41

GID 12 = mail
GID 41 = mailman

I'm not quite sure why the wrapper wants to run as SGID mail (12) since 
/var/mailman/mail/wrapper is SGID mailman (41).  Can anyone buy me a clue?

-Eric

Eric Sisler
Applications Specialist
Westminster Public Library
Westminster, CO USA

Linux - Don't fear the Penguin.
Want to know what we use Linux for?
Visit http://gromit.westminster.lib.co.us/linux



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



Re: Mozilla made my day!

2002-03-28 Thread Wolfgang Pfeiffer

On Mar 26, 2002, 16:24 (-0800) David Talkington wrote:

 Cameron Simpson wrote:

 On 15:51 26 Mar 2002, David Talkington [EMAIL PROTECTED] wrote:
 | They've added a stacked-tab option for window displays in 0.9.9!


 Well, there doesn't seem to be a hotkey combination for moving between
 tabs, but that's my only gripe with it so far. 

... no : try this: Ctrl-PageUp/Down
http://www.mozilla.org/projects/ui/accessibility/mozkeylist.html

Regards :)
Wolfgang

__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/



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



Re: can't mount cd .

2002-03-28 Thread daniel

if you're running rh72, run up2date
it should fix that

_
daniel a. g. quinn
starving programmer

the reasonable man adapts himself to the world;
the unreasonable man persists in trying to adapt the world to himself.
therefore, all progress depends on the unreasonable man.
 - george bernard shaw

- Original Message -
From: Stephen Iribarne [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 28, 2002 3:30 PM
Subject: can't mount cd .


 I get the error message /dev/cdrom is not a valid block device.  HELP!!
:)

 This CD ROM was working fine.  I re-installed my system and I now have
this
 problem.

 thanks
 stv



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




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



Re: apache question

2002-03-28 Thread bbales

If the file is on your site use something like:/a
a href=bm-treas.htmTHE BARTON MACLANE TREASURY

If it is an internet site, use:
a href=http://www.imdb.com;The Internet Movie Database/a

Get a book on html.
bruce

On Thursday 28 March 2002 03:33 pm, you wrote:
 Hello people:

 I`m running a website dujo.org and for example a friend
 connect to the site,
 in the browser location bar show (http://www.dujo.org) but when they
 click on
 any link in the index page the addres in the locations bar don't change
 like in
 other sites (i.e. http://www.dujo.org/links.html). How can I fix the
 problem?

 Thanks all!



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



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



Re: Question Regarding Gigabit NIC's, waste of money?

2002-03-28 Thread Trond Eivind Glomsrød

Brian Ashe [EMAIL PROTECTED] writes:

 Hello Chuck,
 
 Thursday, March 28, 2002, 5:29:28 PM, you textually orated:
 
 
 C Kinda off topic but this does involve Red Hat 7.2 workstations. Our company
 C is moving into a new building with a full gigabit network all the way to the
 C desktops. (cat 60 throughout) We are now arguing over whether to spend the
 C money to put gig NIC's in everyone's PC.s I was always under the impression
 C that a simple single-PCI bus workstation couldn't possibly process 1 gigabit
 C of data. Doesn't a single channel PCI bus peg at 132 MB/s? (this is all
 C traffic conclusive, not merely traffic from the ethernet slot alone)
 
 C This is an enormous cost as well. We do work with large amounts of data.
 C Just wanted to get some other opinions.
 
 C All our servers are gigabit plus they all have dedicate switch ports. That
 C makes sense, but a run of the mill Compaq workstation?
 
 Well, you have to do the math and remember all the things involved.
 
 Standard PCI channel = 32 bits
 Running at 66Mhz (66,000,000)
 
 32bits * 66,000,000 per sec = 211200 bps =~ 2 Gbps


Uh... standard PCI is 4 byte wide, 33 MHz - 132 MB/S. This is more
than 1 Gb/s. There may also be other traffic on the bus, but you
should still be able to get more speed than a 100 Mbps network.

If it's worth it obviously depends on the cost and the
benefits... some computers might need it more than others.
 

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



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



Re: Autofs docs

2002-03-28 Thread Cameron Simpson

On 16:02 28 Mar 2002, Patrick Nelson [EMAIL PROTECTED] wrote:
| I've read through all of docs and all of the man pages and I'm either
| retarded (could be) or missing some amount of information to get it working.
| 
| I was trying to take existing nfs exports and use automount as the mounting
| process on the client systems.  When I run a status of autofs it lists my
| configured automounts but when I go to the directory that they suppose to be
| mounted on, the dir is empty.
| 
| My auto.master file looks like:
| /  /etc/auto.netstf
| My auto.netstf file looks like:
| /home/netstf  -rw  usrsvr.pn:/home/netstf

Ok. You have the wrong mental image.

The auto.master file specifies directories and maps for those directories. 
For example, mine at home reads like this:

/mnt/etc/auto/mnt   --timeout 60
/nfs/amadeus/etc/auto/amadeus   --timeout 300
/nfs/cerebus/etc/auto/cerebus   --timeout 300
/nfs/hyde   /etc/auto/hyde  --timeout 60
/nfs/janus  /etc/auto/janus --timeout 300
/nfs/jekyll /etc/auto/jekyll--timeout 300
/nfs/msdog  /etc/auto/msdog --timeout 60
/nfs/pan/etc/auto/pan   --timeout 60

Each directory in the auto.master is _entirely_ controlled by the autofs
stuff. So you can't put it on / - that would mangle your system.

Each directory named here has NFS (or loopback etc) mountpoints _under_ it.

For example, my /etc/auto/mnt file (the map for /mnt above) says:

cdrom   -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom
dvd -fstype=udf,ro,nosuid,nodev :/dev/dvd
dvdram  -fstype=ext2,nosuid,nodev   :/dev/dvdram
zip -fstype=ext2,nosuid,nodev   :/dev/zip
floppy  -fstype=vfat:/dev/fd0

So: /mnt is controlled by the automounter and /mnt/cdrom is a mountpoint.

Second example: janus. The file /etc/auto/janus (the map for /nfs/janus) says:

*   -soft,intr  janus:/

This is a wildcard map, so that references to, say, /nfs/janus/home causes
the directory janus:/home to be mounted on /nfs/janus/home.

For your example, you'd say:

file auto.master:

/home   /etc/auto.netstf

file auto.netstf:

netstf  -rw usrsvr.pn:/home/netstf

Which would cause use of /home/netstf to trigger the mount. However,
that means /home is _entirely_ an automount map (no local home dirs). We
do this at my work where we have lots of machines which cross mounted
home directories, and my homedir there is /home/zapff/cameron (zapff ==
my workstation, cameron == my login).

For your usual Linux box peoples' homes are /home/loginname, which is why
the scheme outlined higher up: mountpoints off in /nfs/hostname/... and
/home left alone.  My home directory is in /home/cameron on amadeus. On
janus /home/cameron is a symlink to /nfs/amadeus/home/cameron and it
all just works.

Does this clarify things for you?
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

We _like_ the starter!  Wouldn't have it any other way.  If it doesn't grind,
take it back to the dealer and make them fix it!
- Jon N. Steiger, DoD#1038, [EMAIL PROTECTED]



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



Re: postfix rpm + mailman rpm = GID error

2002-03-28 Thread cgalpin


On Thu, 28 Mar 2002, Eric Sisler wrote:

 Does anyone have mailman running with postfix using the RedHat supplied
 RPM's?  I have postfix-1.1.5-2  mailman-2.0.8-1 and I'm nearly there, but
 I'm running into the dreaded wanted GID X, got GID Y error.

This should be an faq at this point. See this thread for the details, but
basically you just have to put the mailman aliases in a seperate map file
and set the gid of the generated .db file to 'mail'.

http://www.prairienet.org/library/redhat/redhat-list/2002/03/msg01016.php

In case that isn't clear enough (I had to send a followup offline to
Daryl), here is my workign config:

[root@rabbit /root]# postconf | egrep default_privs|mailman
alias_database = hash:/etc/postfix/aliases,
hash:/etc/postfix/listar.aliases, hash:/etc/postfix/mailman.aliases
alias_maps = hash:/etc/postfix/aliases, hash:/etc/postfix/listar.aliases,
hash:/etc/postfix/mailman.aliases
default_privs = nobody

[cgalpin@rabbit cgalpin]$ ls -l /etc/postfix/mailman.aliases*
-rw-r--r--1 mailman  mailman   594 Feb 22 20:01
/etc/postfix/mailman.aliases
-rw-r--r--1 mail mail12288 Mar  3 10:52
/etc/postfix/mailman.aliases.db

The error says it expects gid=12. Give it to em! (on the .db file)

hth
charles





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



usb help

2002-03-28 Thread jimmy keffer

i have a stock redhat 7.2 system how do i make usb work i have an hp
scan jet 3300c i have searched 4 a how-to but no luck
thanks jimmy



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



Re: can't mount cd .

2002-03-28 Thread Brandon Dorman

Hello,

We'll need a little more information than that, like:

1) What version of Red Hat did you have before, what do you have now?

2) What does your fstab look like?  (just copy and paste the part in
/etc/fstab that talks about your cdrom, you should see it.)

3)  Does that message happen when you are trying to mount it?  Command
line or KDE/GNOME?  

4)  Anything else you think might help us.

Thanks!  I'll be gone this weekend, but I'm sure the list won't have any
trouble helping you out.

Happy Easter,
Brandon Dorman
[EMAIL PROTECTED]



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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



Re: apache question

2002-03-28 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 28 Mar 2002, pochy wrote:
I`m running a website dujo.org and for example a friend 
connect to the site,
in the browser location bar show (http://www.dujo.org) but when they 
click on
any link in the index page the addres in the locations bar don't change 
like in
other sites (i.e. http://www.dujo.org/links.html). How can I fix the 
problem?

It worked for me.

I do have a suggestion though. Remove the IP address from the links in
your web pages. For instance, the link to your Cool Links should look like
this:

  a href=/dujo-html/cool-links.htmlCool Links/a

The browser will add the hostname automatically.


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

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

iD8DBQE8o7/XpCpg3WyUI50RAmnDAJ0apEJJuF10HBaegXl8yXHRHWWKggCfX6Ky
/3i7QdXsp6GbtpSjzfzhuMM=
=UkDA
-END PGP SIGNATURE-



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



Re: I can't access internet trough sama

2002-03-28 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 28 Mar 2002, bbales wrote:
On Thursday 28 March 2002 12:26 pm, you wrote:
 Hi Mike.
 Yes I have set the gateway (is this the default route)
 on the winbox to 192.168.0.1 (my linixbox)
 I have not enabled ip forwarding. How do u do that.?

I think he means:
echo  1 /proc/sys/net/ipv4/ip_forward

And when he shuts down and the /proc filesystem goes away, what will setup
IP forwarding when the machine is rebooted?

That is why most of the answers involve editing the config files.


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

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

iD8DBQE8o8EMpCpg3WyUI50RAtu9AJ98Uxz6AeFekTpDYL7wmZS4X9ygRgCg+jtb
nrwQFKeEImb8VgGmGCRrPwQ=
=2EvG
-END PGP SIGNATURE-



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



Re: PCMCIA woes

2002-03-28 Thread Art Ross

Bill Crawford wrote:

 On Wed, 27 Mar 2002, Art Ross wrote:

PCMCIA has problems when it tries to start at boot time.  A review of
  the situation revealed that two modules were loaded; yenta_socket.o
  and ds.o.  If I manually insert these modules into the kernel and
  start pcmcia services, everything is fine.

  I'm a little puzzled by this as I had Enigma (and now the new beta
 with an errata package for grep, of all things) working fine on my
 laptop.

  What exactly is the problem you're having at boot time ?

  How can I correct these two module deficiencies?  Is there a module
  configuration file that I can add some lines to?

  These should get loaded automatically.  I can't check what Enigma is
 doing as I have Skipjack on the machine now, but you might start by
 looking in the init script for pcmcia.

  Best Regards,
Art

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

Bill,
  I've done a bit more research into my problem and this is what I've
found.  As part of the boot process, PCMCIA services first load the
necessary modules.  One of these modules is the yenta_socket module.  When
loaded it picks up some parameters from a configuration file
/etc/sysconfig/pcmcia.  Located in this file is a parameter called;
PCIC_OPTS which is set to a value of pci_irq_list=11,11.  A brief review
of the PCMICA HOWTO revealed this parameter is setting the irq's allowed by
the pcmcia cards.

Now what happens during the initialization of PCMCIA, the yenta_socket
module is supposed to be loaded with this parameter but for some reason the
wrong parameter is being picked up from somewhere.  The loading of
yenta_socket with the pci_irq_list=11,11 doesn't occur.  Instead the
yenta_socket attempts to load with a parameter named param_pci_irq_list.
Obviously the /etc/sysconfig/pcmcia file isn't being used.  Where might this
pcmcia configuration file be located.  There must be a mistake in the
parameter definition in it.

  Hope this gives some better light to my problem.

  Thanks,
  Art



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



Re: kernel blow up

2002-03-28 Thread Patrick Beart

At 9:02 AM -0800 3/25/02, Allen Wayne Best wrote:
ashley:

my first suspection would be memory problem, i.e., a bad chip. unfortunately,
there are not (to my knowlege) a lot of good memory checking programs out
there other than your computers post program. ...snip...

assuming you have more than one dimm, you might try taking one out, and
rerunning tripwire. keep swapping out the dimms until the problem disappears.
now you have the bad chip, maybe.


Something else, along this same thought thread ...

What kind of motherboard and RAMM are you using? My company 
had a computer built, using an ASUS CL2 motherboard and Micron RAMM. 
BAD IDEA!
We were getting very strange problems, mostly kernel panics 
but also random issues with out any discernable cause. Processes just 
died, followed shortly by the entire box. The problems appears after 
a few weeks and became increasingly frequent. After about a month of 
this, BOTH 256 MB RAMM modules were fried to the point that the 
server wouldn't stay up for more than a few hours.
We switched to Samsung RAMM and haven't had any more problems 
(knock wood!) for several months, now.

Note to all:  Avoid ASUS motherboards in combination with 
Micron RAMM. I'm sure that they're fine by themselves. Just don't put 
them together!




Patrick Beart


On Monday 25 March 2002 12:20 am, Ashley M. Kirchner pronounced:
  Could someone tell me whether this is a hardware failure, or...what is it? 
This happened while I was updating tripwire.

  
  kernel: Unable to handle kernel paging request at virtual address 0414
  kernel: current-tss.cr3 = 0623, %%cr3 = 0623
  kernel: *pde = 
  kernel: Oops: 
  kernel: CPU:0
  kernel: EIP:0010:[prune_dcache+193/340]
  kernel: EFLAGS: 00010206
  kernel: eax: 0400   ebx: c6b7baa0   ecx: ca257580   edx: c6b7bad8
  kernel: esi: ca257570   edi: 1004   ebp: 0001   esp: c78b5e7c
  kernel: ds: 0018   es: 0018   ss: 0018
  kernel: Process tripwire (pid: 18118, process nr: 19, stackpage=c78b5000)
  kernel: Stack: c02166c8 1004 1004 c0130303 f9c7 09cb
 c023afc8
  kernel: c02166c8 c023afc8 c013e567 c01e2c40 c9bf07a8 c1f35094 c78b5eb4
c78b5eb4
  kernel: c013036a 1004  c023afc8 c02166c8 c023afc8 

  kernel: Call Trace: [try_to_free_inodes+199/264] [ext2_find_entry+455/752]
[cprt+6816/42405] [grow_inodes+30/384] [get_new_inode+185/292]
[iget4+102/112] [iget+19/24]
  kernel: [ext2_lookup+84/124] [real_lookup+79/160] [lookup_dentry+296/488]
[__namei+40/88] [sys_newlstat+14/96] [system_call+52/56]
   kernel: Code: 8b 40 14 85 c0 74 0c 56 53 ff d0 83 c4 08 eb 0c 8d 76 00 56
   


-- 

Web ArchitectureiWeb4Biz 503-774-8280   Portland, OR
Internet Consulting, Intelligent Web site Development  Secure site Hosting.
http://www.WebArchitecture.com/

This is an era when nonsense has become acceptable and sanity is 
controversial.
  - Thomas Sowell




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



Re: all RPMs ?

2002-03-28 Thread Gordon Messmer

On Thu, 2002-03-28 at 08:51, Ismael Touama wrote:
 
 I don't uinderstand one (and more...) thing in Linux implementation.
 Are all softwares installed as RPMs ? or is there another issue.

Not necessarily.  You may compile software from source and install it
with the standard (./configure; make; make install) build method. 
However, software installed without the package manager (rpm) don't get
any of its benefits.

If you install from source, you can not verify the files using rpm -V. 
You also can't remove them using rpm -e.  

Most software makefiles have a rule to uninstall the software.  If you
still have the source tree around, you can 'cd' there and 'make
uninstall'.

 I had probleme with MM siftware (brahms) and in fact I don't have any
 needs of multimedia player,viewer, listener... on my server.

I'm not sure I follow that statement.  Red Hat Linux includes xmms for
playing mp3 and ogg files (among others...).  If you want to view video
files, your best bet is to install xine or mplayer.  You can find them
on http://freshmeat.net.  Xine provides rpm packages for RHL 7.2.

 So when rpm -qa | grep brahms - nothing found

That's to be expected if you compiled the software yourself.

 I know I made a bad installation in the sense I installedll packages from
 the CD...
 but I run a server !! So what's the matter ?! Can it be swap proc system ?

Not following this either.  Installing packages from the CD is a proper
way to install software.  What do you mean by 'swap proc system'?

 By the way lets comme to my first problem How can i uninstall a program or a
 soft
 that rpm -qa | grep thisFprogram don't find...

You don't.  rpm manages software installed or packages in rpm format. 
If you compile it yourself, you have to manage it yourself, too.  See if
the software provides for 'make uninstall'.





signature.asc
Description: This is a digitally signed message part


Re: all RPMs ?

2002-03-28 Thread ABrady

On 28 Mar 2002 18:09:57 -0800
Gordon Messmer [EMAIL PROTECTED] quietly intimated:

 On Thu, 2002-03-28 at 08:51, Ismael Touama wrote:
  
  I don't uinderstand one (and more...) thing in Linux implementation.
  Are all softwares installed as RPMs ? or is there another issue.
 
 Not necessarily.  You may compile software from source and install it
 with the standard (./configure; make; make install) build method. 
 However, software installed without the package manager (rpm) don't
 get any of its benefits.
 
 If you install from source, you can not verify the files using rpm -V.
 You also can't remove them using rpm -e.  
 
 Most software makefiles have a rule to uninstall the software.  If
 you still have the source tree around, you can 'cd' there and 'make
 uninstall'.

I would suggest, if you want to be able to have the benefits of RPMs
without the muss and fuss, get checkinstall (freshmeat, some other
places) and use it to make RPMs of binaries created with the make/make
install process. I wouldn't depend on them redistributable. But it
certainly makes management of installed programs easier to deal with,
and you won't have to wait for somebody else to create an RPM just to
install something that can easily be cleaned up. In addition, there's no
need to keep the source tree around just to uninstall the files.

There are a few (very few) instances when this won't work either. But it
works in enough, and it's so simple to work with, it's certainly worth a
test drive.

  I had probleme with MM siftware (brahms) and in fact I don't have
  any needs of multimedia player,viewer, listener... on my server.
 
 I'm not sure I follow that statement.  Red Hat Linux includes xmms for
 playing mp3 and ogg files (among others...).  If you want to view
 video files, your best bet is to install xine or mplayer.  You can
 find them on http://freshmeat.net.  Xine provides rpm packages for RHL
 7.2.
 
  So when rpm -qa | grep brahms - nothing found
 
 That's to be expected if you compiled the software yourself.
 
  I know I made a bad installation in the sense I installedll packages
  from the CD...
  but I run a server !! So what's the matter ?! Can it be swap proc
  system ?
 
 Not following this either.  Installing packages from the CD is a
 proper way to install software.  What do you mean by 'swap proc
 system'?
 
  By the way lets comme to my first problem How can i uninstall a
  program or a soft
  that rpm -qa | grep thisFprogram don't find...
 
 You don't.  rpm manages software installed or packages in rpm format. 
 If you compile it yourself, you have to manage it yourself, too.  See
 if the software provides for 'make uninstall'.

-- 
If at first you don't succeed, get a job with Microsoft.



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



Re: RE: Nice little kernel panic

2002-03-28 Thread John P Verel

On 03/28/02, 03:44:23PM -0800, Patrick Nelson wrote:
 John P Verel wrote:
 -
 I missed the earlier parts of this thread, so I may repeat stuff
 already addressed.  
 
 If you're running LILO, your root and boot partitions don't look right
 mine looks like this:
 -
 Yep running grub, but LILO can handle LABEL= entries in the fstab also.
 
You're right.  Just had a look at man fstab.  Clear as day right there.

John
 Solved this with an mkdir /initrd... 

-- 
John P. Verel
Living Proof That Low Tech Beats High Tech!



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



Wolfgang Pfeiffer made my day! (was: Mozilla made my day!)

2002-03-28 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Wolfgang Pfeiffer wrote:

 Well, there doesn't seem to be a hotkey combination for moving between
 tabs, but that's my only gripe with it so far. 

... no : try this: Ctrl-PageUp/Down
http://www.mozilla.org/projects/ui/accessibility/mozkeylist.html

Thanks.  ;-)

- -d

- -- 
David Talkington

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

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

iQA/AwUBPKPbB79BpdPKTBGtEQJ/HgCgkHQkqx4fPgv2z2LVn75gkzS5W8IAoPHr
dPQE13MuNAhoJ4WcZri86Bfj
=if9I
-END PGP SIGNATURE-




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



Re: Fw: i am connnected, but...

2002-03-28 Thread mike

On Thu, 2002-03-28 at 18:43, Hytham Shehab wrote:
 hi gurus,
 i am connected to the net, but i cann't ping, i cann't navigate, i cann't do 
anything, but the net graph show that i am connected, what is happening?
no dns servers set up - check that your isps nameservers are in
/etc/resolv.conf
 
 thanks
 
 --
 Hytham Shehab
 



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



VNC GDM

2002-03-28 Thread Chad and Doria Skinner

I have VNC and GDM running on my local computer, but we are wanting to
install it on a server and want to disable the local x server and just
enable gdm so that it will respond to vnc connections via xdmcp. I have
hosts.deny and hosts.allow setup to only allow connections from the local
machine and block port 177.

My question is what is the proper method to start gdm in run level 3?

There do not appear to be any init scripts and in run level 5 I believe it
is started by inittab.

Thanks,
Chad



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



Re: VNC GDM

2002-03-28 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Chad and Doria Skinner wrote:

I have VNC and GDM running on my local computer, but we are wanting to
install it on a server and want to disable the local x server and just
enable gdm so that it will respond to vnc connections via xdmcp. I have
hosts.deny and hosts.allow setup to only allow connections from the local
machine and block port 177.

My question is what is the proper method to start gdm in run level 3?

There do not appear to be any init scripts and in run level 5 I believe it
is started by inittab.

I personally find it handier to use run level 4 for headless-xdm mode.  
I modified inittab to start it the way I wanted it.  It's not hard, but 
you'll definitely want to do it carefully (and back up the original).

- -d

- -- 
David Talkington

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

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

iQA/AwUBPKPkZr9BpdPKTBGtEQIvgQCgnypy2kyASA8LN5EMQFz8dXzivPQAoL7S
0lUNWl8hXF/fgv3fOtwf+OFk
=CH8w
-END PGP SIGNATURE-




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



RE: apache question

2002-03-28 Thread Chad and Doria Skinner

What are you using frames for?? Ditch the framset and your links will
display as you desire.


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of pochy
 Sent: Thursday, March 28, 2002 3:33 PM
 To: [EMAIL PROTECTED]
 Subject: apache question


 Hello people:

 I`m running a website dujo.org and for example a friend
 connect to the site,
 in the browser location bar show (http://www.dujo.org) but when they
 click on
 any link in the index page the addres in the locations bar don't change
 like in
 other sites (i.e. http://www.dujo.org/links.html). How can I fix the
 problem?

 Thanks all!



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



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



VNC GDM and http

2002-03-28 Thread Chad and Doria Skinner

Does anyone know if it is possible to configure vnc through gdm to allow
connections with a web browser?

Thanks,
Chad



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



RE: VNC GDM

2002-03-28 Thread Chad and Doria Skinner

Thanks for the input, but what did you change to make linux not try to start
the x display or is just commenting the server out of the gdm servers
section enough to disable the local display?

Thanks,
Chad

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of David Talkington
 Sent: Thursday, March 28, 2002 9:50 PM
 To: Redhat-List
 Subject: Re: VNC  GDM


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Chad and Doria Skinner wrote:

 I have VNC and GDM running on my local computer, but we are wanting to
 install it on a server and want to disable the local x server and just
 enable gdm so that it will respond to vnc connections via xdmcp. I have
 hosts.deny and hosts.allow setup to only allow connections from the local
 machine and block port 177.
 
 My question is what is the proper method to start gdm in run level 3?
 
 There do not appear to be any init scripts and in run level 5 I
 believe it
 is started by inittab.

 I personally find it handier to use run level 4 for headless-xdm mode.
 I modified inittab to start it the way I wanted it.  It's not hard, but
 you'll definitely want to do it carefully (and back up the original).

 - -d

 - --
 David Talkington

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

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

 iQA/AwUBPKPkZr9BpdPKTBGtEQIvgQCgnypy2kyASA8LN5EMQFz8dXzivPQAoL7S
 0lUNWl8hXF/fgv3fOtwf+OFk
 =CH8w
 -END PGP SIGNATURE-




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



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



RE: VNC GDM

2002-03-28 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Chad and Doria Skinner wrote:
 My question is what is the proper method to start gdm in run level 3?
 
 There do not appear to be any init scripts and in run level 5 I
 believe it
 is started by inittab.

 I personally find it handier to use run level 4 for headless-xdm mode.
 I modified inittab to start it the way I wanted it.  It's not hard, but
 you'll definitely want to do it carefully (and back up the original).

Thanks for the input, but what did you change to make linux not try to start
the x display or is just commenting the server out of the gdm servers
section enough to disable the local display?

Damned if I remember.  I got most of what I needed from the O'Reilly `X
Window System Administrator's Guide', along with some Red Hat docs on
gdm, which has a pretty straightforward configuration file.  I played
with it for a month or so, and then dumped it because its cleartext
nature had no future on my LAN.  X isn't one of my strengths, so I don't
know if it's feasible to secure remote xdm logins.

- -d

- -- 
David Talkington

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

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

iQA/AwUBPKPrWr9BpdPKTBGtEQIIUwCg+29XzLQDAapW+5/HAY2+abzcZRYAoOrs
k/IQPduVLPqK0EatqW7EriQX
=C0xW
-END PGP SIGNATURE-




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



Extracting pages from a PDF document

2002-03-28 Thread Werner Puschitz


Does anyone know how I can extract pages from a PDF document and save them 
to a separate PDF file?

Thanks
Werner




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



Re: Extracting pages from a PDF document

2002-03-28 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 29 Mar 2002, Werner Puschitz wrote:
Does anyone know how I can extract pages from a PDF document and save them 
to a separate PDF file?

You can view the document with xpdf and select pages to print. The print
function in xpdf actually creates a Postscript file. You can print the
file or convert it back to PDF using ps2pdf.


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

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

iD8DBQE8pADhpCpg3WyUI50RAgczAJ9AxMFYYbJJWBrshDWpsTq2kaao7wCg6CI2
pbXdDR/Ozt8o0VhIcabqTwI=
=o3lM
-END PGP SIGNATURE-



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



  1   2   >