Re: mkinitrd.spec dietlibc dependency (rawhide)

2002-07-23 Thread Riku Meskanen

On Mon, 22 Jul 2002, Erik Troan wrote:
 On Sat, 20 Jul 2002, Riku Meskanen wrote:

  Ok, how about?
 
  %ifarch i386
  BuildRequires: dietlibc
  %endif

 There is only one source RPM for all platforms -- this won't do what
 you want.

Eric, however amazing it may appear I knew already
that there is only one source for RPM's :) and yes
I know the reason d'être of initrd stuff (x86 only).

I made some more tests and unless you are referring
to build target problem with --target blah I don't
see the light yet, sorry.

If that is what you are after, feel free to change the

%ifarch %ix86
BuildRequires: dietlibc
%endif

or if the %ix86 macros isn't available on older
distros, it could be more cautious written in place

%{!ix86:%define ix86 i386 i486 i686 athlon}
%ifarch %ix86
BuildRequires: dietlibc
%endif

or perhaps just simply

%ifarch %{!ix86:i386 i486 i686 athlon}
BuildRequires: dietlibc
%endif

as the %ix86 macro isn't apparently needed elsewhere.

... but sure you knew all that and if this was not
your point it would be more helpful if you would
come out and explain in little more detail what's
going on and what you are after, please.

Are there some formal guidelines or policies of writing
explicit dependencies on spec file somewhere? If so,
where can they be obtained?

:-) riku

-- 
[ This .signature intentionally left blank ]



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



Re: mkinitrd.spec dietlibc dependency (rawhide)

2002-07-23 Thread Florian La Roche

 ... but sure you knew all that and if this was not
 your point it would be more helpful if you would
 come out and explain in little more detail what's
 going on and what you are after, please.

The BuildRequires are _all_ being looked at, ifarch or other tries
to limit them to special cases does not work.

greetings,

Florian La Roche



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



Re: mkinitrd.spec dietlibc dependency (rawhide)

2002-07-23 Thread Riku Meskanen

Florian, Eric,

On Tue, 23 Jul 2002, Florian La Roche wrote:

  ... but sure you knew all that and if this was not
  your point it would be more helpful if you would
  come out and explain in little more detail what's
  going on and what you are after, please.

 The BuildRequires are _all_ being looked at, ifarch or other tries
 to limit them to special cases does not work.

Hmmm... well, which version of the rpm are you
referring? Old ones or the current and are there
differencies between architechtures or what?

Please go ahead and try yourself adding to some
of  your current package the line

%{?foo:BuildRequires: bar}

and then rebuilding with --define foo=1 and
without definition, I'm sure you can see the
difference as well as with %ifarch I posted
earlier (yes, it does work indeed to :)

I don't have currently here too many old
Red Hat systems to test with, but this is
the case with at least current rpm-4.0.4-7x-18
from 7.3.

I'm not claiming that it wasn't once like
you said, but currently it's different story
like that if it is non recommend practise...
that's fine with mee too if that is policy.

Also what's the story of BuildPrereq: ? It's
been frequently used by quite a many packages
but how that is different from BuilRequires?

TIA,

:-) riku

ps. Is this a bug or a feature if it works
for you too? Bugzilla?
-- 
[ This .signature intentionally left blank ]



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



Re: Help Exit Status returned value

2002-07-23 Thread John Whitton

I am am receiving an error return value from a module that I have
written however the return code is not one I have define, nor is it none
from errno.h (numbers 0 to 124) nor 126 or 127.  Signals.h does not also
have values that high (0 to 31) when added to128 as reported by bash.
The return value is 198.  I have gone through various modules thier code
and tried to find what this means to no avail.  The error does not
occurr at any particular time or during the same operation.  This module
has been operating over more than 2 years with no problem, does it
indicate a hardware fault ? 

Any Ideas

Thanking You

John


John Whitton
Equipment Software Engineer - Corporate
Mitek Australia Ltd
46 Monash Drive
Lyndhurst
VIC 3975
Ph: 61-3-8795 
Fx: 61-3-8795 8800
Mob Int: 61-4-02296139
Mob Local: 0 402 296139
--
This communication (including any attachments) contains information
which
is confidential and may also be privileged. It is for the exclusive use 
of the intended recipient(s). If you are not the intended recipient(s), 
please note that any distribution, copying or use of this communication
or
the information in it is strictly prohibited. If you have received this 
communication in error, please notify the sender immediately and then 
destroy any copies of it.
--



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



RE: Red Hat Linux 7.3 Freeze Up

2002-07-23 Thread Thierry ITTY

Hi

I had the same problem with an old P200mmx
I thought that some options of the out-of-the-box kernel were not
appropriate (considering my old hardware) so I compiled a new one with
carefully choosen options. since that, kde has never frozen anymore

hth




Chris,

I had a similar problem on a fresh install (not an upgrade) of RH 7.3 on an
AMD Athlon 1Ghz machine.  Tried reloading from scratch but ran into the same
problem.  It was not immediate, but while using KDE3 it would eventually
freeze up.  I could still get to a console to kill the process.  It seemed
to start with kpanel ceasing to respond and would lock up shortly after
that.  I ended up just switching to GNOME for my desktop and have not run
into the problem since.

My brother runs an AMD Duron 750 and has never run into any problems with RH
7.3/KDE3.


And friend and I have installed RH 7.3.  I've
installed in on a pc and he installed it on a laptop.
My friend upgraded from 7.2 to 7.3 and is running KDE
Desktop.  While working in 7.3 it will freeze up, for
no reason.

Him and I searched google.com/linux and found this
link, but no solution.

http://www.linuxquestions.org/questions/history/22137

Has anyone else on the list experienced this?

thanks

-Chris

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



disconnect

2002-07-23 Thread Ximo Llacer








Hi.



Ive got two ifaces eth0 and eth1 in the same machine , sometimes from
my personal host(wXP,w98,w2000) I can not do ping , I HAVE TO CLICK TO REPAIR
CONNECTION IN THE MACHINE WHERE IS wXP,w98,w2000 and THEN the systems works
fine.



Could anyone whats
going on ?



Un Cordial Saludo / Best regards

Ximo
Llácer

Dpto Sistemas 
(GrupoInterpack )

( 0034 61767050 üÊ 0034 61767158

* mailto:[EMAIL PROTECTED]










Quota on Linux

2002-07-23 Thread harish . k

Hi List...
I am trying to setup quota on my Redhat Linux 7.3 box.
Can u point me to a good document or guide on the same?

Rgds
-- 
Harish K
Systems Engineer
LT Infotech Ltd

+91-22-6948065 - Voice
+91-22-8581615 - Fax

-
Multitasking: Screwing up several things at once.
-



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



Re: Quota on Linux

2002-07-23 Thread \Anth Courtney\

Harish,

http://www.tldp.org/HOWTO/mini/Quota.html

You can skip the section on patching and reconfiguring your kernel for 7.3

cheers,
Anth

On Tue, 23 Jul 2002 13:56:35 +0530, [EMAIL PROTECTED] wrote :

 Hi List...
 I am trying to setup quota on my Redhat Linux 7.3 box.
 Can u point me to a good document or guide on the same?


Anth Courtney
Systems Administrator - PLANET NETCOM - [EMAIL PROTECTED]

NEW: PlanetWarp - http://portal.pnc.com.au/?middle=warp.php
SOON: Anthmail v0.4.1 - http://anthmmail.pnc.com.au
BEFORE: http://www.anthonycourtney.com/election2001/


-
This message sent using Anthmail v0.4



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



apache

2002-07-23 Thread Ximo Llacer


I'd like to know why in my system there are many process about apache.

USER   PID %CPU %MEM   VSZ  RSS TTY  STAT START   TIME COMMAND
root   861  0.0  4.8 79056 6140 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
apache 880  0.0  4.9 79136 6316 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
apache 881  0.0  4.9 79124 6296 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
apache 882  0.0  4.9 79124 6296 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
apache 886  0.0  5.1 79164 6472 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
apache 887  0.0  4.9 79124 6296 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
apache 888  0.0  4.9 79124 6296 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
apache 889  0.0  4.9 79124 6296 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
apache 904  0.0  4.9 79124 6296 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS –DHAV

Un Cordial Saludo / Best regards
Ximo Llácer
Dpto Sistemas  (GrupoInterpack )
G 0034 61767050 • 0034 61767158
0mailto:[EMAIL PROTECTED]




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



RE: init and services

2002-07-23 Thread Nigel Peck

So why would you want to kill the web, name, nfs and samba servers when
going to run level 5?

 [EMAIL PROTECTED] 07/22/02 05:31pm 
 In the 7.3 reference guide the boot process is described, namely
init
 runlevels. It gives the example of runlevel 5, and shows that 
 when going
 to init 5, services including httpd, smb, named and nfs are 
 sent a stop
 command, which I'm assuming stops the daemon. I know I'm
understanding
 it wrongly somehow as I'm sure there's no way the web, samba, dns
and
 nfs servers get stopped when going to init 5 but I don't know what
I'm
 missing. Could someone please explain the difference between K* and
S*
 sym links in the rcX.d directories?
 
K means kill, S means start

see
http://www.redhat.com/support/resources/tips/Boot-Process-Tips/Boot-Process-

Tips-3.html for further information

 My second question is, what is the recommended way to add a new
 service? (I can't find it in the manuals)

man chkconfig



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


ITM Business Solutions
Unit 4
Nine Trees Trading Estate
Morthen Road
Rotherham
S66 9JG

Reception
Tel: 01709 703288
Fax: 01709 701549

Help Desk
Tel:01709 530424
Fax: 01709 702159

CONFIDENTIALITY NOTICE: This message is intended only for the use of
the individual or entity to which it is addressed, and may contain
information that is privileged, confidential and exempt from disclosure
under applicable law.




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



RE: apache

2002-07-23 Thread Ismael Touama

hi,

it's the principle of apache, it prepares child
process to hook up the appending request.

bbsc
ism

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de Ximo Llacer
Envoyé : mardi 23 juillet 2002 10:56
À : [EMAIL PROTECTED]
Objet : apache



I'd like to know why in my system there are many process about apache.

USER   PID %CPU %MEM   VSZ  RSS TTY  STAT START   TIME COMMAND
root   861  0.0  4.8 79056 6140 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
apache 880  0.0  4.9 79136 6316 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
apache 881  0.0  4.9 79124 6296 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
apache 882  0.0  4.9 79124 6296 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
apache 886  0.0  5.1 79164 6472 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
apache 887  0.0  4.9 79124 6296 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
apache 888  0.0  4.9 79124 6296 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
apache 889  0.0  4.9 79124 6296 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
apache 904  0.0  4.9 79124 6296 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS –DHAV

Un Cordial Saludo / Best regards
Ximo Llácer
Dpto Sistemas  (GrupoInterpack )
G 0034 61767050 •Ê 0034 61767158
0 mailto:[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: init and services

2002-07-23 Thread Nigel Peck

They don't seem to exist.

It's nice to be able to see whats going to happening in 2036 though...

https://listman.redhat.com/mailman/private/redhat-list/2036-February/thread.html

(note the 2036-February)

:-)

 [EMAIL PROTECTED] 07/22/02 05:52pm 
Hi Nigel:

Check the following threads in the list archives. I think you may
find some useful information there.

https://listman.redhat.com/mailman/private/redhat-list/2002-May/139056.html


https://listman.redhat.com/mailman/private/redhat-list/2002-April/137519.htm

l

Regards, Hugh

--
Hugh E Cruickshank, Forward Software, www.forward-software.com 

From: Nigel Peck Sent: Monday, July 22, 2002 8:46 AM

 I'm just getting to grips with RedHat and I have a couple of
questions
 (hope this is the correct list)

 In the 7.3 reference guide the boot process is described, namely
init
 runlevels. It gives the example of runlevel 5, and shows that when
going
 to init 5, services including httpd, smb, named and nfs are sent a
stop
 command, which I'm assuming stops the daemon. I know I'm
understanding
 it wrongly somehow as I'm sure there's no way the web, samba, dns
and
 nfs servers get stopped when going to init 5 but I don't know what
I'm
 missing. Could someone please explain the difference between K* and
S*
 sym links in the rcX.d directories?

 My second question is, what is the recommended way to add a new
 service? (I can't find it in the manuals)

 Thanks
 Nigel


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.377 / Virus Database: 211 - Release Date: 7/15/2002



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


ITM Business Solutions
Unit 4
Nine Trees Trading Estate
Morthen Road
Rotherham
S66 9JG

Reception
Tel: 01709 703288
Fax: 01709 701549

Help Desk
Tel:01709 530424
Fax: 01709 702159

CONFIDENTIALITY NOTICE: This message is intended only for the use of
the individual or entity to which it is addressed, and may contain
information that is privileged, confidential and exempt from disclosure
under applicable law.




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



Apache 2.0 security compared to 1.3.x

2002-07-23 Thread Dan Sabo

Hi,

Are there any security or anti hacking enhancements that Apache 2 has
compared to 1.3.x?  What are the major advantages of 2 as opposed to 1.3?

Thanks,

Dan Sabo



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



OT: looking for csh programming material

2002-07-23 Thread Robert P. J. Day


  i've got the job of giving a 1/2 to 3/4 day tutorial on how
to do basic programming in the (gasp! hack!) c shell.

  are there any decent online tutorials (ideally, one i could
just run off and bind), so i don't have to slap together one of
my own?  obviously, with less than a day to teach, it doesn't 
have to be lengthy.

  i'm still poking around on google, but if anyone can point
me at something that would do the trick, i'd be ever so grateful.

rday

p.s.  of course, since this is the *csh* and probably has little
interest for most on this list, feel free to email me privately
if you want.



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



X Server Client for M$

2002-07-23 Thread Nigel Peck

Would someone please point me in the direction of an X Server client
that runs under M$ Windows 2000.

Thanks
Nigel


ITM Business Solutions
Unit 4
Nine Trees Trading Estate
Morthen Road
Rotherham
S66 9JG

Reception
Tel: 01709 703288
Fax: 01709 701549

Help Desk
Tel:01709 530424
Fax: 01709 702159

CONFIDENTIALITY NOTICE: This message is intended only for the use of
the individual or entity to which it is addressed, and may contain
information that is privileged, confidential and exempt from disclosure
under applicable law.




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



Re: Can Multiple drives appear as one network drive?

2002-07-23 Thread Joachim Breuer

Alexander Shaw [EMAIL PROTECTED] writes:
 Is it possible to make a number of drives on a server (or number of
 servers) appear as one large drive over the network.

Apart from the other solutions mentioned (LVM, mounting them
together), if your requirements are big enoght you might want to
take a look at Sistina's Global File System.

http://www.sistina.com/products_gfs.htm

I haven't tried it, I am not affiliated with Sistina, they're the
people who also make Linux' LVM.


So long,
   Joe

-- 
I use emacs, which might be thought of as a thermonuclear
 word processor.
-- Neal Stephenson, In the beginning... was the command line



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



Re: OT: looking for csh programming material

2002-07-23 Thread Paul Branston

On Tue, Jul 23, 2002 at 06:21:33AM -0400, Robert P. J. Day wrote:
 
   i've got the job of giving a 1/2 to 3/4 day tutorial on how
 to do basic programming in the (gasp! hack!) c shell.
 
   are there any decent online tutorials (ideally, one i could
 just run off and bind), so i don't have to slap together one of
 my own?  obviously, with less than a day to teach, it doesn't 
 have to be lengthy.
 
   i'm still poking around on google, but if anyone can point
 me at something that would do the trick, i'd be ever so grateful.
 
 rday
 
 p.s.  of course, since this is the *csh* and probably has little
 interest for most on this list, feel free to email me privately
 if you want.
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list

Tom Christiansen posted some persuasive reason why csh should
not be used for this under the title C Shell Programming Considered
Harmful. This is published in the O'Reilly Unix Power Tools book
in chapter 47.

Paul.



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



RE: X Server Client for M$

2002-07-23 Thread Van Den Abeele Kristof

Check out WRQ's Reflection X 

-Original Message-
From: Nigel Peck [mailto:[EMAIL PROTECTED]] 
Sent: dinsdag 23 juli 2002 12:37
To: [EMAIL PROTECTED]
Subject: X Server Client for M$


Would someone please point me in the direction of an X Server client that runs under 
M$ Windows 2000.

Thanks
Nigel


ITM Business Solutions
Unit 4
Nine Trees Trading Estate
Morthen Road
Rotherham
S66 9JG

Reception
Tel: 01709 703288
Fax: 01709 701549

Help Desk
Tel:01709 530424
Fax: 01709 702159

CONFIDENTIALITY NOTICE: This message is intended only for the use of the individual or 
entity to which it is addressed, and may contain information that is privileged, 
confidential and exempt from disclosure under applicable law.




___
Redhat-list mailing list
[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
Visit our website! http://www.nbb.be

DISCLAIMER: The content of this e-mail message should not be constructed as binding 
for the National Bank of Belgium (NBB) unless otherwise and previously stated.
Besides, the opinions expressed in this message are solely those of the author and do 
not necessarily represent those of the NBB, which is particularly the case if the 
content of the present message, or part of it, is of a private nature or does not come 
whithin the professional scope of the author.









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



Re: OT: looking for csh programming material

2002-07-23 Thread Robert P. J. Day

On Tue, 23 Jul 2002, Paul Branston wrote:

 Tom Christiansen posted some persuasive reason why csh should
 not be used for this under the title C Shell Programming Considered
 Harmful. This is published in the O'Reilly Unix Power Tools book
 in chapter 47.
 
 Paul.

and as painfully familiar as i am with that article, sadly, the customer
pays the bills, and the customer wants csh programming.  the best i
might be able to do is move them up to tcsh, but even that is
dicey.  

rday



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



Virus scan

2002-07-23 Thread Szemerédy Gábor

Hello!
Which is the best free sendmail server virus scanner?
Thanks


begin:vcard 
n:Szemerédy;Gábor
x-mozilla-html:TRUE
url:http://www.srce.net
org:Zavod za informatiku i AOP Subotica;HW-SW
adr:;;Adolfa Singera 12;Subotica;Vojvodina;24000;Yugoslavia
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dev. eng.
fn:Szemerédy Gábor
end:vcard



Re: X Server Client for M$

2002-07-23 Thread Cameron Simpson

On 13:03 23 Jul 2002, Van Den Abeele Kristof [EMAIL PROTECTED] wrote:
| Check out WRQ's Reflection X 

Also, CygWin comes with XFree86. Should just work.
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

The Horn of Vengeance: When he pushes the horn button, the device produces
the sound of fingernails scraping on a blackboard, amplified beyond pain
threshold.  If that doesn't work, the horn then plays the Pina Colada song.



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



unpriveleged sshd problem

2002-07-23 Thread Todd A. Jacobs

I'm trying to run sshd (OpenSSH_3.1p1) on Red Hat 7.2 as an unpriveleged
user, but am running to problems. I am running the following command:

/usr/sbin/sshd -Ddqp 8080 -h $HOME/.ssh/dsa_host_key \
-f $HOME/.ssh/sshd_config

And can connect to the server, but all authentication fails. Password 
authentication fails because of a known bug (feature?) with shadow 
password systems, but both DSA and RSA keys fail as well, with the 
following error:

debug1: authentications that can continue: publickey,keyboard-interactive
debug1: try pubkey: /home/gomer/.ssh/id_dsa
debug1: input_userauth_pk_ok: pkalg ssh-dss blen 433 lastkey
0x808ff40 hint 2
debug1: PEM_read_PrivateKey failed
debug1: read PEM private key done: type unknown
Enter passphrase for key '/home/gomer/.ssh/id_dsa': 
debug1: PEM_read_PrivateKey failed
debug1: read PEM private key done: type unknown
Enter passphrase for key '/home/gomer/.ssh/id_dsa': 
debug1: read PEM private key done: type DSA
debug1: authentications that can continue: publickey,keyboard-interactive

This makes no sense to me, as the password is correct (otherwise ssh-agent 
wouldn't load the key), and the public key is in authorized_keys on the 
server side. Has anyone else dealt successfully with a similar problem?

-- 
The only thing that helps me maintain my slender grip on reality is the
friendship I share with my collection of singing potatoes.

- Holly, JMC Vessel *Red Dwarf*



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



Re: X Server Client for M$

2002-07-23 Thread Nick Lindsell

At 21:12 23/07/2002 +1000, you wrote:
On 13:03 23 Jul 2002, Van Den Abeele Kristof [EMAIL PROTECTED] 
wrote:
| Check out WRQ's Reflection X

Also, CygWin comes with XFree86. Should just work.


Cygwin works fine - I use it here..



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

The Horn of Vengeance: When he pushes the horn button, the device produces
the sound of fingernails scraping on a blackboard, amplified beyond pain
threshold.  If that doesn't work, the horn then plays the Pina Colada song.



___
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



Product ID for Book version of 7.2

2002-07-23 Thread Chris Velevitch

I have recently purchased the O'Reilly book Learning Red Hat Linux, 2nd 
Edition. This book included the 7.2 disks. What is the product ID of 
this version of Redhat 7.2 so that I can activate the support services 
at Redhat.com?

Chris



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



Real Info on differences between Redhat 7.2 Professional and Personal

2002-07-23 Thread Teddy GM. Ryan II

Does anyone know if the kernels are different (more security or server 
related) or if it is just different apps bundled?

Teddy 



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



RE: X Server Client for M$

2002-07-23 Thread Nigel Peck

Can I just check something.

If I want to connect to my RedHat 7.3 server from a Windows 2000 box to
be able to operate the GUI as if I was sat at the server, I need a
Windows 2000 X Server?

It's just I would have thought I needed a client, not a server, to do
that.

Thanks
Nigel

 [EMAIL PROTECTED] 07/23/02 12:03pm 
Check out WRQ's Reflection X 

-Original Message-
From: Nigel Peck [mailto:[EMAIL PROTECTED]] 
Sent: dinsdag 23 juli 2002 12:37
To: [EMAIL PROTECTED] 
Subject: X Server Client for M$


Would someone please point me in the direction of an X Server client
that runs under M$ Windows 2000.

Thanks
Nigel


ITM Business Solutions
Unit 4
Nine Trees Trading Estate
Morthen Road
Rotherham
S66 9JG

Reception
Tel: 01709 703288
Fax: 01709 701549

Help Desk
Tel:01709 530424
Fax: 01709 702159

CONFIDENTIALITY NOTICE: This message is intended only for the use of
the individual or entity to which it is addressed, and may contain
information that is privileged, confidential and exempt from disclosure
under applicable law.




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list 
Visit our website! http://www.nbb.be 

DISCLAIMER: The content of this e-mail message should not be
constructed as binding for the National Bank of Belgium (NBB) unless
otherwise and previously stated.
Besides, the opinions expressed in this message are solely those of the
author and do not necessarily represent those of the NBB, which is
particularly the case if the content of the present message, or part of
it, is of a private nature or does not come whithin the professional
scope of the author.









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


ITM Business Solutions
Unit 4
Nine Trees Trading Estate
Morthen Road
Rotherham
S66 9JG

Reception
Tel: 01709 703288
Fax: 01709 701549

Help Desk
Tel:01709 530424
Fax: 01709 702159

CONFIDENTIALITY NOTICE: This message is intended only for the use of
the individual or entity to which it is addressed, and may contain
information that is privileged, confidential and exempt from disclosure
under applicable law.




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



Product ID for Book version of 7.2

2002-07-23 Thread Chris Velevitch

I have recently purchased the O'Reilly book Learning Red Hat Linux, 2nd 
Edition. This book included the 7.2 disks. What is the product ID of 
this version of Redhat 7.2 so that I can activate the support services 
at Redhat.com?

Chris



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



Re: OT: looking for csh programming material

2002-07-23 Thread Dave Ihnat

On Tue, Jul 23, 2002 at 06:21:33AM -0400, Robert P. J. Day wrote:
   i've got the job of giving a 1/2 to 3/4 day tutorial on how
 to do basic programming in the (gasp! hack!) c shell.

*Sigh*.  I've been trying to drive a stake through the heart of
that particular vampire for almost 20 years.  And now you're
going to train a whole new bunch of csh-ers.  Thanks a lot.
(SmileyifIdidsmileyswhichIdon't).

I'm a consultant--I understand having to do things to pay the mortgage.
At least give 'em a very strong introduction letting them know why this
will result in reactions akin to their having halitosis and leprosy if
they try to evangelize this particular bit of programming to new environs.
Point them to the aforementioned article, and give a brief rundown on
alternatives and migration strategies.  THEN go ahead and teach them
their new perversion.

Cheers,
-- 
Dave Ihnat
[EMAIL PROTECTED]



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



RE: X Server Client for M$

2002-07-23 Thread Duncan Hill

On Tue, 23 Jul 2002, Nigel Peck wrote:

 Can I just check something.
 
 If I want to connect to my RedHat 7.3 server from a Windows 2000 box to
 be able to operate the GUI as if I was sat at the server, I need a
 Windows 2000 X Server?
 
 It's just I would have thought I needed a client, not a server, to do
 that.

Server / client terminiology gets stood on its head by X.

The software that allows a program to display is an X server.  Thus, to
display data from a linux box on a win2k box, you need an X server on the 2k 
box, and the linux box becomes a client.

Most confuzzled setup, but works wonders.



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



Re: OT: looking for csh programming material

2002-07-23 Thread Harry Putnam

Robert P. J. Day [EMAIL PROTECTED] writes:

   i've got the job of giving a 1/2 to 3/4 day tutorial on how
 to do basic programming in the (gasp! hack!) c shell.

   are there any decent online tutorials (ideally, one i could
 just run off and bind), so i don't have to slap together one of
 my own?  obviously, with less than a day to teach, it doesn't 
 have to be lengthy.

   i'm still poking around on google, but if anyone can point
 me at something that would do the trick, i'd be ever so grateful.

 rday

 p.s.  of course, since this is the *csh* and probably has little
 interest for most on this list, feel free to email me privately
 if you want.

The best intro and brief exposition of csh, riddled with examples,
that I've seen is in the book Unix Shells by Example
(Ellie Quigley)

So spicing your google searches with that title may land you a
lengthy exerpt from it somewhere on line.
 (+Unix Shells by Example  +csh ...)

If you really get lucky, on of the online purveyors of books may
have a length exerpt from the csh section.

Not a very helpfull hint since I lack any urls but being the seasoned
trooper you are, maybe carefully designed google searches that include
things like `-From: ' `-Subject:' will keep out the usenet hits.
Maybe some smart use of `+' will narrow it further.

I would guess that someone has designed a class based on that book
and that section somewhere in the millions of online docs.

A verbatim Subhead from the book is:

The Interactive C shell.  Forcing inclusion of that entire string
may help sort the hits out.



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



Re: OT - Codeweavers Crossover - One mans findings

2002-07-23 Thread Kent Borg

On Sat, Jul 20, 2002 at 09:15:11AM +, Alan Harding wrote:
 So I downloaded and installed Codeweavers Crossover for
 Windows. This is an emulator (as far as I can see) for the MS Office
 environment and unfortunatly costs money. 

Your experience agrees with others I have talked to, but I have to
clarify something: Crossover Office is not an emulator of MS Office.
I know that isn't what you wrote, but the first (and second) time I
read what you wrote that is what I ~throught~ you said.

Crossover Office is clone of the MS Windows application programming
interface (API), that is, Crossover Office is a Linux clone of many of
the services MS Windows provides to applications, and so it allows one
to use many MS Windows applications on a Linux computer.  You will
still need a legal copy of whatever MS Windows applications you want
to use.

 However I figured the $60+ was worth it to retain my Linux desktop.

It is a good deal.  But not as good a deal as some readers might
think; Crossover Office does not include MS Office, just the ability
to use it (and many other applications).  Users must buy those
applications separately

 The install was 7Mb long, and once installed I then had to use the
 Office2000 cd to install the packages.

Correct.


A note on what Crossover Office is made of: It is commercialized
enhancements of the free program Wine (which stands for Wine Is Not
an Emulator).  One can run various MS Windows application with Wine
alone, it just is not as smooth and easy an experience.  Codeweavers
concentrated on making specific programs (the MS Office suite) run
well on Wine, and in the process has done a good job smoothing out
rough edges and making many other programs run well.  The changes
Codeweavers made to Wine itself they are giving back to the free
version of Wine (as they are obligated to do under Wine's license),
but they also wrote new software that I think helps with the
installation of software, and I think these are purely their property
and what you get to use by buying a copy of Crossover Office.


It looks like a good product (as does their Crossover Plugin which
lets Linux folks use web browser plugins that were written for use on
MS Windows boxes), and from what I know is well worth the price for
those who have MS Windows software they want to run on a Linux box.  I
am glad it works for you too.  


-kb, the Kent who has no connection to Codeweavers either, he just
wanted to make this confusing topic a bit clearer.



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



Smb and SQL Server?

2002-07-23 Thread Calbazana, Al








Hello,



Has anyone noticed this
error when running SQL Server in a Win2k environment where a Samba service is also
running? This error was reported intermittently and I am not sure if it is
related to smb running.



Event Type: Error

Event Source: TermDD

Event Category: None

Event ID: 50

Date: 6/14/2002

Time: 9:04:57 PM

User: N/A

Computer: SQL02

Description:

The RDP protocol
component X.224 detected an error in the protocol stream and has disconnected
the client. 



Thanks,



Alejandro





**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**






Re: X Server Client for M$

2002-07-23 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 23-Jul-2002/13:41 +0100, Nigel Peck [EMAIL PROTECTED] wrote:
If I want to connect to my RedHat 7.3 server from a Windows 2000 box to
be able to operate the GUI as if I was sat at the server, I need a
Windows 2000 X Server?

It's just I would have thought I needed a client, not a server, to do
that.

In software, as in life, clients issue requests and commands, and servers
respond. In this case, the software that is issuing the request (to draw a
window or display some text) is running on the Linux box. That software is
the X client.

The software that responds (by displaying a window or some text) is
running on the box sitting in front of you. That software is the X server.


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]

iD8DBQE9PWaJpCpg3WyUI50RAsg+AJ9S+v2PNcR8ns1FFbWlPJsR8TH9/ACgrf0D
g59Fg53GApJMTUtw1GAf7yY=
=Ujtk
-END PGP SIGNATURE-



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



Re: OT: looking for csh programming material

2002-07-23 Thread Robert P. J. Day

On Tue, 23 Jul 2002, Harry Putnam wrote:

 The best intro and brief exposition of csh, riddled with examples,
 that I've seen is in the book Unix Shells by Example
 (Ellie Quigley)

sadly, the only other book i've seen by quigley, perl by example
i believe it was, was riddled with errors as well.  and not even
obscure errors, but howlingly obvious ones.

for better or worse, i won't touch anything by her again.

rday



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



Re: RH 7.3 Installation

2002-07-23 Thread loophole

not sure if it really is partition magic but i have
some clients experiencing the same issue (i.e. windows
partition resized using pmagic, ext2 partitions
created using pmagic using pmagic  .etc).

Try to delete the partitions created by pmagic under
the Linux installation process.  use disk druid (i
recommend fdisk for partitioning and ddruid for
labeling the mount points). this is what i did on some
of my clients.

cheers,
lh

=
-
lh  
-

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



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



RE: init and services

2002-07-23 Thread Hugh E Cruickshank

Hi Nigel:

Strange, I can get at both. I have to login first but then I can 
get both links up. Oh well, check the 02 April archives for the
init/rc scripts thread and the 02 May archives for the 
RedHat Scripts thread.

HTH

Regards, Hugh

From: Nigel Peck Sent: Tuesday, July 23, 2002 2:20 AM
 
 They don't seem to exist.
 
 It's nice to be able to see whats going to happening in 2036 though...
 
 https://listman.redhat.com/mailman/private/redhat-list/2036-Februa
 ry/thread.html
 
 (note the 2036-February)
 
 :-)
 
  [EMAIL PROTECTED] 07/22/02 05:52pm 
 Hi Nigel:
 
 Check the following threads in the list archives. I think you may
 find some useful information there.
 
 https://listman.redhat.com/mailman/private/redhat-list/2002-May/13
 9056.html
 
 
 https://listman.redhat.com/mailman/private/redhat-list/2002-April/
 137519.htm
 
 l
 
 Regards, Hugh
 
 --
 Hugh E Cruickshank, Forward Software, www.forward-software.com 
 
 From: Nigel Peck Sent: Monday, July 22, 2002 8:46 AM
 
  I'm just getting to grips with RedHat and I have a couple of
 questions
  (hope this is the correct list)
 
  In the 7.3 reference guide the boot process is described, namely
 init
  runlevels. It gives the example of runlevel 5, and shows that when
 going
  to init 5, services including httpd, smb, named and nfs are sent a
 stop
  command, which I'm assuming stops the daemon. I know I'm
 understanding
  it wrongly somehow as I'm sure there's no way the web, samba, dns
 and
  nfs servers get stopped when going to init 5 but I don't know what
 I'm
  missing. Could someone please explain the difference between K* and
 S*
  sym links in the rcX.d directories?
 
  My second question is, what is the recommended way to add a new
  service? (I can't find it in the manuals)
 
  Thanks
  Nigel
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.377 / Virus Database: 211 - Release Date: 7/15/2002



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



Re: lan to lan connection

2002-07-23 Thread Javier Gostling


On 2002.07.22 21:11 Chad Skinner wrote:
 I am assuming that you are using private IPs on your networks and you
 are
 trying to connect them across the internet ... If this is correct you
 should
 read up on vtun or cipe to tunnel the traffic across the internet.

Or FreeS/WAN (IPSEC for Linux). Or any other VPN software...

Cheers,
-- 
Javier Gostling
Ingeniero de Sistemas
Virtualia S.A.
[EMAIL PROTECTED]
Fono: +56 (2) 202-6264 x 130
Fax: +56 (2) 342-8763

Av. Kennedy 5757, of 1502
Las Condes
Santiago
Chile



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



RE: About the current apache vulnerability

2002-07-23 Thread loophole

you need the openssl package.  I sometimes use
rpmfind.net and query for a certain file that I am
looking for.  maybe you can try that.

cheers,
lh

=
-
lh  
-

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



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



rh 7.3 + apache 1.3.26 + auth_ldap 1.6.0

2002-07-23 Thread Ezra Nugroho

When I configured auth_ldap it couldn't find the lldap library, if I build 
it anyway http fails to find get_ldap_dn function in auth_ldap.so.
A posting in openldap site suggested that have to link auth_ldap with 
openldap with -lresolv.
This time configure finds the lldap, but it says that it can't find symbol 
__dn_expand.

Has anyone succesfully installed apache 1.3.26 and auth_ldap 1.6.0 with 
openldap 2.0.13?
Is this gcc or glibc problem?

Thanks,



Ezra Nugroho
Web/Database Application Specialist
Goshen College Information Technology Services
Phone: (574) 535-7706




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



Re: Celeron and D845GBV problems

2002-07-23 Thread loophole

there are some posts for this issue at
https;//bugzilla.redhat.com/bugzilla/.  Apparently,
for the video card, Intel claims (according to their
support page) that the vesa driver should work.  For
the rest, using this kernel version:

kernel 2.4.19-pre10-ac2 

should fix some device support issues (like the
onboard sound card ..etc).  I think this kernel
version is in the rawhide repository of Red Hat 
(haven't checked it - RH servers are sooo slow).

cheers,
lh


=
-
lh  
-

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



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



Re: cant open RMPs

2002-07-23 Thread loophole

run gnomecc and edit the settings under Document
Headers  File types and Programs and set gnorpm to
auto-launch when accessing rpm files.

hth,
lh

=
-
lh  
-

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



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



High Load Adverage when working with large files

2002-07-23 Thread Paul Borghese








It seems as if my RedHat 6.2 box experiences excessively
high load averages when working with large files. It feels
as if I need to do some filesystem tuning. Any ideas? I am running
Linux 2.2.20 on an AMD 400 MHZ processor with an IDE 40 GB Maxtor hard-drive.



Here are some hdparm outputs:



hdparm i:



/dev/hda:



Model=Maxtor 54098H8, FwRev=DAC10SC0, SerialNo=K809LE6C

Config={ Fixed }

RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=57

BuffType=3(DualPortCache), BuffSize=2048kB, MaxMultSect=16,
MultSect=off

DblWordIO=no, OldPIO=2, DMA=yes, OldDMA=0

CurCHS=4047/16/255, CurSects=-217054981, LBA=yes, LBAsects=80041248

tDMA={min:120,rec:120}, DMA modes: mword0 mword1
mword2

IORDY=on/off, tPIO={min:120,w/IORDY:120}, PIO modes:
mode3 mode4

UDMA modes: mode0 mode1 *mode2 mode3 mode4 mode5



Do I need to turn in DMA? When I type:



hdparm d I receive the following:



/dev/hda:

using_dma = 0 (off)



The man pages act as turning in DMA is optional and will not
increase performance (how can this be?) And when you turn on DMA you should use
X34 which the man pages suggest is risky and unnecessary. And it
looks as if mode2 is already set.



Any ideas? Could it be a problem with fsync() and the
use of EXT2?



Paul Borghese












modules

2002-07-23 Thread Ximo Llacer

HI.
 
How Could I save these commands, so the kernel recognize it when boot ?

I run this : modeprobe ip_nat_ftp  
modeprobe ip_conntrack_ftp

Is that correct ?

Which is best way to include this modules when the system boot ?

Un Cordial Saludo / Best regards
Ximo Llácer
Dpto Sistemas  (GrupoInterpack )
G 0034 61767050 • 0034 61767158
0mailto:[EMAIL PROTECTED]




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



RE: Wan internet access.

2002-07-23 Thread Albert Fuller

I have a very strange situation.  I can run nslookup, dig, and host
successfully.  The DNS server finds the correct IP every time but when I run
a browser the address is not found. Obviously something is wrong. I tried
your suggestions with no luck.  Do you have any other ideas?

Al

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of kpyau
Sent: Thursday, July 11, 2002 10:52 PM
To: [EMAIL PROTECTED]
Subject: Re: Wan internet access.


So you should do a ipchains command in order  for you to
masquerade between 100.18.6.0 and 100.18.1.0

this 2 network cannot communicate each other if you
dont do masquerade.

1. when you online to the internet, means you send packet to outside world,
maybe your router do route back the acknoledge packet, but your linux
box isnt know that packet is for who, so it dont work.

2.you have to type in the command:

ipchains -A forward -j MASQ -s 100.18.1.0/24 -d 0.0.0.0/0

anyway..if dont worktell me exactly the network topology is
or draw it nicely and send to [EMAIL PROTECTED]

i can help you on that.



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

2002-07-23 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 23-Jul-2002/18:11 +0200, Ximo Llacer [EMAIL PROTECTED] wrote:
How Could I save these commands, so the kernel recognize it when boot ?

Add the commands to /etc/rc.d/rc.local.

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]

iD8DBQE9PYsCpCpg3WyUI50RAitoAKCgnQExLb7ZT13R3tfiFJ4n5KLO0QCfamzw
Y6VG9Xiz62ZBVVzlNWDG9Vw=
=KJTu
-END PGP SIGNATURE-



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



RE: About the current apache vulnerability

2002-07-23 Thread loophole

use up2date.  u need to run rhn_register first.  after
that, run this:

u2pdate apache

deps will be resolved automatically this way.

hth.
lh

=
-
lh  
-

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



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



newbie can't install java

2002-07-23 Thread Daniel Goldin

Tried to execute j2re-1_3_1_04-linux-i586-rpm.bin, but it caused my
xterm to crash. Tried to run the shell script that came with Redhat and
got an error regarding ELF. Any thoughts on how to proceed from here?

-- 
Daniel Goldin
323.225.1926
[EMAIL PROTECTED]



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



Redhat 7.3 won't boot on Intel D815EEA board

2002-07-23 Thread Agrin, Nathan

I have an Intel D815EEA motherboard and cannot get Redhat 7.3 to boot on my
machine.  During the startup process it hangs up at an APM line which says
that it is checking the BIOS for the apm settings.  The strange thing is
that I was able to get it to boot when I took my computer to another house
and used a regular PS2 mouse and keyboard, and a USB based LAN connection,
but when I use my standard USB mouse and keyboard, with no LAN connection it
hangs. I've tried turning APM settings off, or altering then, playing with
the PnP settings, and even taking out my network card, but nothing seems to
work.  Any help is appreciated.

Nate Agrin
[EMAIL PROTECTED]



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



Re: 2k corrupting my ext3 partition

2002-07-23 Thread Gordon Messmer

Never heard of this problem before... Dual booted with POS 2000 on
several machines.  First, where are you installing the GRUB boot loader
(/dev/hda or /dev/hda1)?  Second, what's your partition table look like
(fdisk -l /dev/hda)?

Unless 2k is writing past the end of its partition (something older
Windows used to do), the best way to keep its nose out would be to put
the Linux partitions inside an extended partition (and not a /DOS/
extended partition, but one of type 5)

On Sat, 2002-07-20 at 22:15, Kevin wrote:
 I'm dual booting my laptop with RedHat 7.3 and another OS which will remain 
 nameless and henceforth referred to as POS 2000.  I have partitioned my HD 
 into three 9GB partitions.  Partitions 1  2 belong to POS 2k.  Partition 3 
 is ext3 and is where I installed RH.  I have installed linux several times, 
 each time with the same results:  After I install, I boot into linux and 
 all is well.  I can shutdown and reboot all I want and everything's 
 fine.  Then, after I boot into POS 2k once, the next time i reboot, the 
 grub gui is gone and i have to use the CL to boot into POS.




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



RH7.3 and Apache... problem with it not starting

2002-07-23 Thread Ward William E DLDN

I'm trying to set up Apache to work on my system; long story short,
while I had Apache working briefly, it's not working now (only changes
made were in /etc/httpd/conf/httpd.conf).  This is a STOCK RH7.3 system;
I only installed it last night, it's not connected to the internet yet
(because I can't get up2date to work something is wrong with it at 
Red Hat).

The error message I'm getting is in /var/logs/httpd/error_logs

[Tue Jul 23 12:43:43 2002] [crit] (98)Address already in use: make_sock:
could not bind to port 80

which is NOT helpful, since it comes up even AFTER a reboot.

There are NO other web servers attached;

[root@ratbert root]# telnet localhost 80
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
[root@ratbert root]#

I've checked to see if it could be the Port setting or the Listen settings
in httpd.conf, but I'm not seeing that.

Anybody have a clue?


After that, I've got a couple of further questions (which may, for all I
know,
answer the first).

I've tried setting up virtual hosts in the httpd.conf file, like this:

Listen 82
Listen 81
NameVirtualHost 192.168.3.100:82
NameVirtualHost 192.168.3.100:81
VirtualHost 192.168.3.100:82
DocumentRoot /var/www/html/raku/
/VirtualHost
VirtualHost 192.168.3.100:81
DocumentRoot /var/www/html/troop14/
/VirtualHost
VirtualHost _default_:*
DocumentRoot/var/www/html
/VirtualHost

This should, if I'm understanding everything correctly, cause Apache
to listen on port 80, 81, and 82 (I have listen 80 in the default
position).  If it gets a hit on port 81, it uses the troop14 area
as it's root, and therefore should display the Troop14 site.  If
it gets 82, it uses the Raku site.  If it gets port 80, it uses the
default site.

Does this look right to folks?  I'm tearing out what little hair is 
left.

R/William Ward



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



Re: apache

2002-07-23 Thread Gordon Messmer

Better performance that way.  Many servers wait for a new connection in
a single process, and then fork or create a new thread for the
connection.  Apache forks before the connection arrives, and one of the
processes will get the connection and handle it.  You can configure the
number of processes in the httpd.conf file.

If you're worried about memory use: you probably shouldn't be.  The
processes share the majority of their pages, so despite what it looks
like 'ps' reports, the total memory use is not much more than just one
of the processes.


On Tue, 2002-07-23 at 01:56, Ximo Llacer wrote:
 
 I'd like to know why in my system there are many process about apache.
 
 USER   PID %CPU %MEM   VSZ  RSS TTY  STAT START   TIME COMMAND
 root   861  0.0  4.8 79056 6140 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
 apache 880  0.0  4.9 79136 6316 ?SJul22   0:00 /usr/sbin/httpd 
-DHAVE_ACCESS -DHAV
...




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



Re: RH7.3 and Apache... problem with it not starting

2002-07-23 Thread Frederic Herman

Are you running portsentry?  If so, you may need to stop it and then 
start httpd, then retsart portsentry.

Fred


Ward William E DLDN wrote:

I'm trying to set up Apache to work on my system; long story short,
while I had Apache working briefly, it's not working now (only changes
made were in /etc/httpd/conf/httpd.conf).  This is a STOCK RH7.3 system;
I only installed it last night, it's not connected to the internet yet
(because I can't get up2date to work something is wrong with it at 
Red Hat).

The error message I'm getting is in /var/logs/httpd/error_logs

[Tue Jul 23 12:43:43 2002] [crit] (98)Address already in use: make_sock:
could not bind to port 80

which is NOT helpful, since it comes up even AFTER a reboot.

There are NO other web servers attached;

[root@ratbert root]# telnet localhost 80
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
[root@ratbert root]#

I've checked to see if it could be the Port setting or the Listen settings
in httpd.conf, but I'm not seeing that.

Anybody have a clue?


After that, I've got a couple of further questions (which may, for all I
know,
answer the first).

I've tried setting up virtual hosts in the httpd.conf file, like this:

Listen 82
Listen 81
NameVirtualHost 192.168.3.100:82
NameVirtualHost 192.168.3.100:81
VirtualHost 192.168.3.100:82
DocumentRoot /var/www/html/raku/
/VirtualHost
VirtualHost 192.168.3.100:81
DocumentRoot /var/www/html/troop14/
/VirtualHost
VirtualHost _default_:*
DocumentRoot/var/www/html
/VirtualHost

This should, if I'm understanding everything correctly, cause Apache
to listen on port 80, 81, and 82 (I have listen 80 in the default
position).  If it gets a hit on port 81, it uses the troop14 area
as it's root, and therefore should display the Troop14 site.  If
it gets 82, it uses the Raku site.  If it gets port 80, it uses the
default site.

Does this look right to folks?  I'm tearing out what little hair is 
left.

R/William Ward



___
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: syslog on red hat 7.3

2002-07-23 Thread Starman P

Hi All
Thanks for your responses.
But even after doing the following:
1. edited /etc/sysconfig/syslog file and changed
   SYSLOGD_OPTIONS=-m 0 to SYSLOGD_OPTIONS=-r -m 0
2. saved that file
3. /etc/rc.d/init.d/syslog restart
and then checked /syslog/nortel_8600 file, but nothing is coming to that 
file. That file has rwx for everyone
Can anyone really help me on this, your help is greatly appreciated

thanks a lot
Pran


From: Cokey [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: syslog on red hat 7.3
Date: Mon, 22 Jul 2002 18:23:31 -0400

J Bacher wrote:
 
  At 04:30 PM 7/22/2002 +, you wrote:
  Hi All
  I am trying to setup syslog on red hat 7.3 for a nortel 8600. 8600 was
  configured to send logs to another server before, but that server has 
been
  replaced with another another new linux box. and 8600 was sending logs 
to
  previous syslog server
  Now, i did the following:
  1 Edited /ets/syslog.conf file and added the following line:
local6.debug  /syslog/nortel_8600
  2. I created /syslog/nortel_8600 file and has permission as 666
  3. stopped the syslogd by doing following:
 I. kill -9 pid_of_syslogd
 II. syslogd
  4. After that i verified that syslogd is working by checking ps-ef\grep 
-i
  syslog
  5. But when i check the /syslog/nortel_8600, the file size is 0
  
  Any body can help me out here, what i am doing wrong??
 
  You have to tell syslog to accept remote connections.
 
  edit the /etc/rc.d/init.d/syslog file
 
  change SYSLOGD_OPTIONS=-m 0  to SYSLOGD_OPTIONS=-r -m 0.
 
  save it and do a ./syslog restart (no quotes).
 

Actually, in 7.3 the correct place to change the syslog options is
in the /etc/sysconfig/syslog file.  If this file is present, the
SYSLOGD_OPTIONS will be ignored.

Best

Cokey

--
--
F. 'Cokey' de Percin, DBA   Email:
CSC (formerly Mynd)  Work - [EMAIL PROTECTED]
Columbia, South Carolina Home - [EMAIL PROTECTED]



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




_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx



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



Re: RH7.3 and Apache... problem with it not starting

2002-07-23 Thread Patrick Beart

At 1:50 PM -0400 7/23/02, Ward William E DLDN wrote:
I'm trying to set up Apache to work on my system; long story short,
while I had Apache working briefly, it's not working now (only changes
made were in /etc/httpd/conf/httpd.conf).  This is a STOCK RH7.3 system;
I only installed it last night, it's not connected to the internet yet
(because I can't get up2date to work something is wrong with it at
Red Hat).

The error message I'm getting is in /var/logs/httpd/error_logs
...snip...



Forget about the rest of the details. You probably screwed 
something up in the Apache config file (httpd.conf). I had a similar 
problem last week.

If there's something wrong with your Apache config file, 
Apache simply won't start up. To find out what may be going on, run 
the utility -- apachectl ...

type apachectl configtest at a command line prompt. Check 
man apachectl for more information. Good hunting!




Patrick Beart
-- 

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: Wan internet access.

2002-07-23 Thread Todd A. Jacobs

On Tue, 23 Jul 2002, Albert Fuller wrote:

 I have a very strange situation.  I can run nslookup, dig, and host
 successfully.  The DNS server finds the correct IP every time but when I
 run a browser the address is not found. Obviously something is wrong. I
 tried your suggestions with no luck.  Do you have any other ideas?

On your gateway, run:

tcpdump -i outbound_ethernet_interface port 80

and see what's happening to your packets.

-- 
The only thing that helps me maintain my slender grip on reality is the
friendship I share with my collection of singing potatoes.

- Holly, JMC Vessel *Red Dwarf*



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



Re: X Server Client for M$

2002-07-23 Thread Todd A. Jacobs

On Tue, 23 Jul 2002, Nigel Peck wrote:

 Would someone please point me in the direction of an X Server client
 that runs under M$ Windows 2000.

Exceed, MI/X, Cygwin, VNC, and a host of others all provide some sort of 
display. It depends on your needs and your budget. My recommendations 
would be for Exceed if you have lots of $$$, and VNC if you don't. 

-- 
The only thing that helps me maintain my slender grip on reality is the
friendship I share with my collection of singing potatoes.

- Holly, JMC Vessel *Red Dwarf*



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



RE: RH7.3 and Apache... problem with it not starting

2002-07-23 Thread Ward William E DLDN

Portsentry is not running.



 -Original Message-
 From: Frederic Herman [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, July 23, 2002 2:11 PM
 To: [EMAIL PROTECTED]
 Subject: Re: RH7.3 and Apache... problem with it not starting
 
 
 Are you running portsentry?  If so, you may need to stop it and then 
 start httpd, then retsart portsentry.
 
 Fred



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



RE: X Server Client for M$

2002-07-23 Thread Todd A. Jacobs

On Tue, 23 Jul 2002, Nigel Peck wrote:

 It's just I would have thought I needed a client, not a server, to do
 that.

In X, the local display is handled by a server, and the applications are 
clients. It's confusing, but the bottom line is that anything you see on 
your screen is a client, not a server.

-- 
The only thing that helps me maintain my slender grip on reality is the
friendship I share with my collection of singing potatoes.

- Holly, JMC Vessel *Red Dwarf*



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



RE: RH7.3 and Apache... problem with it not starting

2002-07-23 Thread Ward William E DLDN



 -Original Message-
 From: Patrick Beart [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, July 23, 2002 2:17 PM
 To: [EMAIL PROTECTED]
 Subject: Re: RH7.3 and Apache... problem with it not starting
 
 
 At 1:50 PM -0400 7/23/02, Ward William E DLDN wrote:
 I'm trying to set up Apache to work on my system; long story short,
 while I had Apache working briefly, it's not working now 
 (only changes
 made were in /etc/httpd/conf/httpd.conf).  This is a STOCK 
 RH7.3 system;
 I only installed it last night, it's not connected to the 
 internet yet
 (because I can't get up2date to work something is wrong 
 with it at
 Red Hat).
 
 The error message I'm getting is in /var/logs/httpd/error_logs
 ...snip...
 
 
 
   Forget about the rest of the details. You probably screwed 
 something up in the Apache config file (httpd.conf). I had a similar 
 problem last week.
 
   If there's something wrong with your Apache config file, 
 Apache simply won't start up. To find out what may be going on, run 
 the utility -- apachectl ...
 
   type apachectl configtest at a command line prompt. Check 
 man apachectl for more information. Good hunting!

Good Advice but

[root@ratbert root]# apachectl configtest
Syntax OK
[root@ratbert root]# 

Bill



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



Running old DOS program under Linux

2002-07-23 Thread Kerry Miller

Does anybody have any experience running a DOS program under one of the
emulators on Linux?  This particular program is an old point of sale
program, but is much more stable than the newer Windoze version.

I've never used any of the emulators, I've got Wine loaded but don't
understand all I know about it yet...  I read about DOSemu, has anybody
here used it?  Which would you prefer to use to run this DOS program?  The
program doesn't need to access the serial ports or anything, only the network.

How would you run this old DOS program under Linux?

Thanks,
Kerry



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



RE: Wan internet access.

2002-07-23 Thread Albert Fuller

My gateway is a Nexland Pro 100 internet sharing device which does not allow
running that kind of command.
Thanks for responding anyway.

Al

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Todd A. Jacobs
Sent: Tuesday, July 23, 2002 2:27 PM
To: [EMAIL PROTECTED]
Subject: RE: Wan internet access.


On Tue, 23 Jul 2002, Albert Fuller wrote:

 I have a very strange situation.  I can run nslookup, dig, and host
 successfully.  The DNS server finds the correct IP every time but when I
 run a browser the address is not found. Obviously something is wrong. I
 tried your suggestions with no luck.  Do you have any other ideas?

On your gateway, run:

tcpdump -i outbound_ethernet_interface port 80

and see what's happening to your packets.

--
The only thing that helps me maintain my slender grip on reality is the
friendship I share with my collection of singing potatoes.

- Holly, JMC Vessel *Red Dwarf*



___
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



fatal error: unable to find a suitable template

2002-07-23 Thread Rafi Cohen

Hi, I wanted to upgrade my kernel from 2.4.18-3 to 2.4.18-5 through the
Redhat network.
So, I executed: up2date -u in order to upgrade all the relevant packages
for my system. For reasons I'm not aware of, up2date was configured to skip
the kernel packages. So, after finishing the up2date I executed, I issued
update -f -u kernel kernel-debug kernel-doc kernel-source to force the
kernel upgrade.
kernel-source and kernel-doc were updated successfully but kernel and
kernel-debug ended with the error message I mentioned in the subject.
What may be wrong here? how can I solve this problem and what do I need to
do to end the update successfully?
Thanks, Rafi.



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



FW: Looking for a quote from any developer(s)...

2002-07-23 Thread Dan Sabo

Hi,

I'm looking for a quote from any developer(s) who would be willing to
install Ensim WEBppliance 3.1 for Linux server software onto a Dell Power
Edge server with Linux 7.2 and Apache 1.3.20-16 already installed on it.  I
own the server and have root access.  If interested, e-mail me off list with
any price or info.

Thanks,

Dan Sabo



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



Re: changing default kernel with Grub

2002-07-23 Thread loophole

you need to change the value of the 'default=xx' line
in '/etc/grub.conf'.  in grub, 0 means the first entry
(according to the layout of your kernel entries).

the ff. example sets grub to load Red Hat Linux 7.3
with kernel 2.4.18-5

boot=/dev/hda
default=1
timeout=10
title Red Hat Linux 7.2 (2.4.9-31)



title Red Hat Linux 7.3 (2.4.18-5)


title Red Hat Linux 7.3 (2.4.18-3)




so if you want to use 7.2 (2.4.9-31), set default=0. 
Remember: NO Need to RUN grub or grub-install for the
changes to take effect.

hth.
lh

=
-
lh  
-

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



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



RE: changing default kernel with Grub

2002-07-23 Thread Rafi Cohen

Thank you very much. Sorry to sound silly, but I have no grub.conf under
/etc. I did not install this system by myself, but received it as is.
So, I understand this file is optional and not mandatory. For what does it
serve, and what do I need to do in my case?
Thanks, Rafi.

-Original Message-
From: loophole [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 23, 2002 9:46 PM
To: [EMAIL PROTECTED]
Subject: Re: changing default kernel with Grub


you need to change the value of the 'default=xx' line
in '/etc/grub.conf'.  in grub, 0 means the first entry
(according to the layout of your kernel entries).

the ff. example sets grub to load Red Hat Linux 7.3
with kernel 2.4.18-5

boot=/dev/hda
default=1
timeout=10
title Red Hat Linux 7.2 (2.4.9-31)



title Red Hat Linux 7.3 (2.4.18-5)


title Red Hat Linux 7.3 (2.4.18-3)




so if you want to use 7.2 (2.4.9-31), set default=0. 
Remember: NO Need to RUN grub or grub-install for the
changes to take effect.

hth.
lh

=
-
lh  
-

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



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



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



Re: RH7.3 and Apache... problem with it not starting

2002-07-23 Thread Joachim Breuer

Ward William E DLDN [EMAIL PROTECTED] writes:

 The error message I'm getting is in /var/logs/httpd/error_logs

 [Tue Jul 23 12:43:43 2002] [crit] (98)Address already in use: make_sock:
 could not bind to port 80

 which is NOT helpful, since it comes up even AFTER a reboot.

Two things come to mind:

1. The IP address apache tries to bind to does not exist - that
happens when you have IP Addresses explicitly listed with
'BindAddress' or 'Listen', and this address does not exist when apache
comes up. Might even happen after reboot, if the interface in question
is initialized later than apache - should not happen, but who
knows. Not sure why this should give address already in use, but I
think I've yet seen that effect.

2. Something really is using the port; you can easily find out with 
   lsof -i :http
This will list all processes having connections on port 80 (http). You
could repeat this like lsof -i :81 etc. for the other ports. (Has to
be run as root to work correctly.) In case lsof is not installed, on
my 7.3 the package is called 'lsof-4.51-2', on one of the CDs. - lsof
might not show programs that grab ports by unholy means, such as
the already mentioned portscan, or firewall settings.


Btw, unix/linux is not the kind of system where rebooting fixes
things. Finding out what's wrong and setting it right usually gets you
there faster, once you have a little bit of practice.

In this case: Strip down the httpd.conf (using the comment sign) to
the bare functional minimum, especially remove all references to your
specific hostname/IP address/etc. (I can send you a vanilla httpd.conf
by mail). Restart httpd (service httpd restart); look around - what
does it say?

If it works, try to piecewise add functionality by removing comment
signs, until you happen upon the directive/block where apache no
longer starts. If it does not work, you should try stripping even more
settings.


So long,
   Joe

-- 
I use emacs, which might be thought of as a thermonuclear
 word processor.
-- Neal Stephenson, In the beginning... was the command line



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



RE: RH7.3 and Apache... problem with it not starting

2002-07-23 Thread Ward William E DLDN

Ok, here's an update... I've gotten Apache working again (yay)
by the (bad) expedient of taking the httpd.conf file from a working
machine and copying onto the new machine (Ratbert).

However, that still doesn't tell me if my syntax is right for
the virtual hosts

Listen 82
Listen 81
NameVirtualHost 192.168.3.100:82
NameVirtualHost 192.168.3.100:81
VirtualHost 192.168.3.100:82
DocumentRoot /var/www/html/raku/
/VirtualHost
VirtualHost 192.168.3.100:81
DocumentRoot /var/www/html/troop14/
/VirtualHost
VirtualHost _default_:*
DocumentRoot/var/www/html
/VirtualHost

Actually, I KNOW there is something wrong, as I can ONLY access the
site at port 82.  By a coincidence that's the first virtual host in 
my list... but it IS a coincidence, as I can't bring up port 81 if
I reverse the two, but port 82 still comes through.  Port 80 doesn't
come through, either.

Anyone on the list know what mistake I'm making on the Virtual Hosts?

Bill
 -Original Message-
 From: Ward William E DLDN [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, July 23, 2002 1:50 PM
 To: Redhat-List (E-mail)
 Subject: RH7.3 and Apache... problem with it not starting
 
 
 I'm trying to set up Apache to work on my system; long story short,
 while I had Apache working briefly, it's not working now (only changes
 made were in /etc/httpd/conf/httpd.conf).  This is a STOCK 
 RH7.3 system;
 I only installed it last night, it's not connected to the internet yet
 (because I can't get up2date to work something is wrong 
 with it at 
 Red Hat).



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



Re: Running old DOS program under Linux

2002-07-23 Thread Joachim Breuer

Kerry Miller [EMAIL PROTECTED] writes:

 Does anybody have any experience running a DOS program under one of
 the emulators on Linux?  This particular program is an old point of
 sale program, but is much more stable than the newer Windoze
 version.

 I've never used any of the emulators, I've got Wine loaded but don't
 understand all I know about it yet...  I read about DOSemu, has
 anybody here used it?  Which would you prefer to use to run this DOS
 program?  The program doesn't need to access the serial ports or
 anything, only the network.

 How would you run this old DOS program under Linux?

DOSemu is probably your best bet (I think wine does not execute (most
of) DOS programs at all, just the windows programs which happen to
have a similar executable format. Correct me if I'm wrong.)

I've had very good experiences with it; setting it up for the first
time and installing the virtual DOS can be a bit of a pain, but after
that it's pretty straight-forward and takes a lot of pressure off the
admin. (Just imagine you can remotely kick some wedged DOS app). Give
the DOS box/application the least (port/video/...) access possible
which still allows it to run happily; that should ward off most
potential problems from the start.

If you need more help setting up DOSemu ask away - I can't promise
that I can help (it's a while ago since I last did that dance), but
there might be some hidden knowledge still stowed away ;-)


Another possibility would be VMWare; from the $$$ point of view I'd
say it would be overkill for you.


So long,
   Joe

-- 
I use emacs, which might be thought of as a thermonuclear
 word processor.
-- Neal Stephenson, In the beginning... was the command line



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



RE: Can Multiple drives appear as one network drive?

2002-07-23 Thread Gordon Messmer

As others have stated: If you mount additional devices under the
directory you're exporting, they should be exported as well.  However,
you've been incorrectly advised that NFS will work.  Linux's kernel NFS
server does not export submounts of an exported filesystem.  You will
have to use a user-space server such as Samba for that.

Samba also supports MS's DFS.  See chapter 4 of the HOWTO collection:
/usr/share/doc/samba-2.2.3a/docs/htmldocs/Samba-HOWTO-Collection.html
http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection.html


On Mon, 2002-07-22 at 17:32, Alexander Shaw wrote:
 
 A concept for the future question this one.
 
 Is it possible to make a number of drives on a server (or number of servers)
 appear as one large drive over the network.
...
 p.s. should have added with out using RAID first time round 




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



Re: syslog on red hat 7.3

2002-07-23 Thread Cokey

Starman P wrote:
 
 Hi All
 Thanks for your responses.
 But even after doing the following:
 1. edited /etc/sysconfig/syslog file and changed
SYSLOGD_OPTIONS=-m 0 to SYSLOGD_OPTIONS=-r -m 0
 2. saved that file
 3. /etc/rc.d/init.d/syslog restart
 and then checked /syslog/nortel_8600 file, but nothing is coming to that
 file. That file has rwx for everyone
 Can anyone really help me on this, your help is greatly appreciated
 
 thanks a lot
 Pran
 
 From: Cokey [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: syslog on red hat 7.3
 Date: Mon, 22 Jul 2002 18:23:31 -0400
 
 J Bacher wrote:
  
   At 04:30 PM 7/22/2002 +, you wrote:
   Hi All
   I am trying to setup syslog on red hat 7.3 for a nortel 8600. 8600 was
   configured to send logs to another server before, but that server has
 been
   replaced with another another new linux box. and 8600 was sending logs
 to
   previous syslog server
   Now, i did the following:
   1 Edited /ets/syslog.conf file and added the following line:
 local6.debug  /syslog/nortel_8600
   2. I created /syslog/nortel_8600 file and has permission as 666
   3. stopped the syslogd by doing following:
  I. kill -9 pid_of_syslogd
  II. syslogd
   4. After that i verified that syslogd is working by checking ps-ef\grep
 -i
   syslog
   5. But when i check the /syslog/nortel_8600, the file size is 0
   
   Any body can help me out here, what i am doing wrong??
  
   You have to tell syslog to accept remote connections.
  
   edit the /etc/rc.d/init.d/syslog file
  
   change SYSLOGD_OPTIONS=-m 0  to SYSLOGD_OPTIONS=-r -m 0.
  
   save it and do a ./syslog restart (no quotes).
  
 
 Actually, in 7.3 the correct place to change the syslog options is
 in the /etc/sysconfig/syslog file.  If this file is present, the
 SYSLOGD_OPTIONS will be ignored.
 
 Best
 
 Cokey
 
 --
Well, first do a 'ps ax' and see what parameters syslog is using.
Should look something like:

10840 ?S  0:12 syslogd -m 0 -r

Then you might check your /var/log/messages file to see if by some
chance the Nortel messages are just getting to the wrong file.  Further,
I might suggest commenting out the local6...  lines in the
/etc/syslog.conf file and just test to see if the Nortel messages are
getting across at all.  Once you find them in the std messages file, you
can work on getting them into a seperate file.  I can't help you there
as I haven't gotten it working yet.

Best

Cokey 

-- 
--
F. 'Cokey' de Percin, DBA   Email:
CSC (formerly Mynd)  Work - [EMAIL PROTECTED]
Columbia, South Carolina Home - [EMAIL PROTECTED]



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



Re: Running old DOS program under Linux

2002-07-23 Thread Todd A. Jacobs

On Tue, 23 Jul 2002, Kerry Miller wrote:

 How would you run this old DOS program under Linux?

If DOSemu doesn't work, you might try using FreeDos under Bochs or 
VMWare, since that method will provide you with a real DOS under a virtual 
machine, rather than emulation. 

-- 
The only thing that helps me maintain my slender grip on reality is the
friendship I share with my collection of singing potatoes.

- Holly, JMC Vessel *Red Dwarf*



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



Howto Reassign IRQ's on RH7.2

2002-07-23 Thread David Kramer

I just had to install RH7.2 on a Compaq with a built in NIC, unfortunately
it appears PnP BIOS assigned the NIC and two other devices to the same IRQ
#(IRQ3). Unfortunately I wasnt able to get it working, kept getting a NETDAV
error.   The work-around that got me through the night was to install a
second NIC, which was assigned to IRQ 11, this worked fine, and I was able
to hit the net.  How can I re-assign the built in NIC to another IRQ # ? 

Thanks,

DK

David Kramer
Software Developer
Reflect.com




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



RE: Howto Reassign IRQ's on RH7.2

2002-07-23 Thread Jeff Graves

Disable it in the BIOS, reboot, re-enable it, reboot??? That might
make the BIOS reassign it a different IRQ. Are there any diagnostic
utilities included with the MB?

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

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

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of David Kramer
Sent: Tuesday, July 23, 2002 5:17 PM
To: [EMAIL PROTECTED]
Subject: Howto Reassign IRQ's on RH7.2


I just had to install RH7.2 on a Compaq with a built in NIC,
unfortunately
it appears PnP BIOS assigned the NIC and two other devices to the same
IRQ
#(IRQ3). Unfortunately I wasnt able to get it working, kept getting a
NETDAV
error.   The work-around that got me through the night was to install
a
second NIC, which was assigned to IRQ 11, this worked fine, and I was
able
to hit the net.  How can I re-assign the built in NIC to another IRQ #
?

Thanks,

DK

David Kramer
Software Developer
Reflect.com




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



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



Re: syslog on red hat 7.3

2002-07-23 Thread J Bacher


Then you might check your /var/log/messages file to see if by some
chance the Nortel messages are just getting to the wrong file.  Further,
I might suggest commenting out the local6...  lines in the
/etc/syslog.conf file and just test to see if the Nortel messages are
getting across at all.  Once you find them in the std messages file, you
can work on getting them into a seperate file.  I can't help you there
as I haven't gotten it working yet.

I set my client's equipment to use logging facility local6, trap 
debugging.  Some equipment may require the command to turn logging on.

On the syslog server, I set syslog to accept (-r) remote connections.

To prevent data from writing to more than the intended file, in the 
syslog.conf I:

local6.*/var/log/router.log 
#first entry
*.info;mail.none,authpriv.none;local6.none  /var/log/... 
#don't log local6 elsewhere



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



RE: RH7.3 and Apache... problem with it not starting

2002-07-23 Thread Ward William E DLDN



 -Original Message-
 From: Joachim Breuer [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, July 23, 2002 4:48 PM
 To: [EMAIL PROTECTED]
 Subject: Re: RH7.3 and Apache... problem with it not starting
 
 
 Ward William E DLDN [EMAIL PROTECTED] writes:
 
  The error message I'm getting is in /var/logs/httpd/error_logs
 
  [Tue Jul 23 12:43:43 2002] [crit] (98)Address already in 
 use: make_sock:
  could not bind to port 80
 
  which is NOT helpful, since it comes up even AFTER a reboot.
 
 Two things come to mind:
 
 1. The IP address apache tries to bind to does not exist - that
 happens when you have IP Addresses explicitly listed with
 'BindAddress' or 'Listen', and this address does not exist when apache
 comes up. Might even happen after reboot, if the interface in question
 is initialized later than apache - should not happen, but who
 knows. Not sure why this should give address already in use, but I
 think I've yet seen that effect.

I THINK this is indeed what happened.  I think my listen addresses
were hosed.  Regardless, as of TEN minutes ago, I got EVERYTHING
working... YEE-HAH!

 2. Something really is using the port; you can easily find out with 
lsof -i :http
 This will list all processes having connections on port 80 (http). You
 could repeat this like lsof -i :81 etc. for the other ports. (Has to
 be run as root to work correctly.) In case lsof is not installed, on
 my 7.3 the package is called 'lsof-4.51-2', on one of the CDs. - lsof
 might not show programs that grab ports by unholy means, such as
 the already mentioned portscan, or firewall settings.

That's what I was looking for, to tell me what had bound to the ports...
couldn't think of what was the problem.

 Btw, unix/linux is not the kind of system where rebooting fixes
 things. Finding out what's wrong and setting it right usually gets you
 there faster, once you have a little bit of practice.

Normally, I'd agree... I've been a Unix admin on and off for 6 years,
so I (normally) know my way around... but sometimes, you get the brain
freezes, like last night at 11:45 when I was trying to remember how
to restart the httpd (/etc/init.d/httpd restart) and it took me twenty
frustrating minutes to remember... I needed caffeine.

In this case, though, it looked to me (by the error) as if perhaps
a zombie process was holding the port in the kernel's port map.
Since I couldn't FIND a zombie process, I decided (when all else
fails) restart (init 1;init 3) or reboot (init 6)
 
 In this case: Strip down the httpd.conf (using the comment sign) to
 the bare functional minimum, especially remove all references to your
 specific hostname/IP address/etc. (I can send you a vanilla httpd.conf
 by mail). Restart httpd (service httpd restart); look around - what
 does it say?

That was just it; I was getting failed on shutting down, ok on startup,
but the process was dead in the water.  httpd -t, httpd -S, and httpd -T
all reported the syntax was fine, no warning, no errors (which is better
than the default; httpd -S will always produce a warning about having
to bind to localhost IIRC, and by the httpd.conf files I have).

 If it works, try to piecewise add functionality by removing comment
 signs, until you happen upon the directive/block where apache no
 longer starts. If it does not work, you should try stripping even more
 settings.

That's what finally got me going...  I put in an (almost) virgin httpd.conf
file, and started slowly adding the functionality.  What I ended up with
to get it to work is this:

Listen 81
Listen 82
NameVirtualHost www.raku.dyndns.biz:82
NameVirtualHost www.troop14.homeip.net:81
VirtualHost www.troop14.homeip.net:81
DocumentRoot /var/www/html/troop14/
/VirtualHost
VirtualHost www.raku.dyndns.biz:82
DocumentRoot /var/www/html/raku/
/VirtualHost
VirtualHost _default_:*
DocumentRoot/var/www/html
/VirtualHost

(Note, I had to also edit my /etc/hosts file, to add aliases for the
two virtual hosts shown on the IP of the machine).

BTW, those links won't work; the machine is behind a NAT firewall,
and I'm forwarding ports1024... the raku site, if anyone is in the
least interested, is at www.raku.dyndns.biz:8080

 So long,
Joe

Thanks to EVERYONE who helped.

Bill Ward



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



Re: syslog on red hat 7.3

2002-07-23 Thread Harry Putnam

Cokey [EMAIL PROTECTED] writes:

 Well, first do a 'ps ax' and see what parameters syslog is using.
 Should look something like:

 10840 ?S  0:12 syslogd -m 0 -r

 Then you might check your /var/log/messages file to see if by some
 chance the Nortel messages are just getting to the wrong file.  Further,
 I might suggest commenting out the local6...  lines in the
 /etc/syslog.conf file and just test to see if the Nortel messages are
 getting across at all.  Once you find them in the std messages file, you
 can work on getting them into a seperate file.  I can't help you there
 as I haven't gotten it working yet.

Going along with Cokey's prescription to first verify messages are
being logged at all  Use a common trick to capture absolutely
everthing ... it may even be commented out in a stock syslog.conf

*.debug  /var/log/debug  

/var/log/debug will get everthing.   To quieten it down  a sconce you
could use:
*.debug;mail.none;news.none  /var/log/debug

(leaving out mail and news messages.)

Remember to (as root) `touch /var/log/debug'

and `service syslog restart' before any messages will come there.




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



Re: syslog on red hat 7.3

2002-07-23 Thread J Bacher

At 02:27 PM 7/23/2002 -0700, you wrote:
Remember to (as root) `touch /var/log/debug'

and `service syslog restart' before any messages will come there.

The log file will automagically get generated once the syslog script 
successfully picks up the new entry in the syslog.conf.



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



RE: changing default kernel with Grub

2002-07-23 Thread Patrick Nelson

Rafi Cohen wrote:
-
Thank you very much. Sorry to sound silly, but I have no grub.conf under
/etc. I did not install this system by myself, but received it as is.
So, I understand this file is optional and not mandatory. For what does it
serve, and what do I need to do in my case?
Thanks, Rafi.
-

try /boot/grub/grub.conf



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



apm -s does not work on redhat 7.3 with a KT3 motherboard

2002-07-23 Thread Anand Buddhdev

I have a desktop that has the KT3 motherboard from VIA technologies, and
I'm running RH 7.3 on it. When I boot into single user mode (with linux 
s), i can suspend the system with apm -s. However, when the system is 
in run level 3 or 5, an apm -s does not work. The box appears to be 
going to sleep, and then in 2-3 seconds, comes up live again. The BIOS 
is also ACPI capable, but ACPI is turned off in the BIOS, since I read 
that linux support for ACPI is not yet good.

Any ideas why this might be happening, and a solution?

-- 
Anand




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



Kernel compile and install issue

2002-07-23 Thread Patrick Beart

Folks:

I'm trying to upgrade the kernel version on my laptop. 
Currently, it has the default RH 7.2 kernel (v. 2.4.7-10). However, 
there's a bug in the PnP Bios for that kernel that prevents the 
built-in soundcard on my IBM Thinkpad from working. The new kernel 
version (2.4.18) is supposed to solve the problem.

Anyway, I've downloaded and installed the updated (most 
recent, stable kernel) 2.4.18. I un-tarred the archive in my /home 
directory. The compile seemed to go well, as did the make 
modules_install. However, I've got a problem:

I tried to copy (mv, then cp) the new compiled/configured 
kernel to the /boot directory. It seemed to work, but the entry is 
not correct. It reads:

-rwxr-xr-x  1  root0 July 23 15:28 linux_2.4.18-laptop

When I try to cp it again, I get the following error:

cp: writing /boot/linux_2.4.18-laptop' : No space left on device

This seems wrong/bogus. I'm only using just over half of my 
hard drive space, and I don't have any special partitioning of this 
directory, or the hard disk. Any suggestions?



- Patrick Beart

-- 

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: Kernel compile and install issue

2002-07-23 Thread Mark C

On Tue, 2002-07-23 at 23:48, Patrick Beart wrote:
 Folks:
 
   I'm trying to upgrade the kernel version on my laptop. 
 Currently, it has the default RH 7.2 kernel (v. 2.4.7-10). However, 
 there's a bug in the PnP Bios for that kernel that prevents the 
 built-in soundcard on my IBM Thinkpad from working. The new kernel 
 version (2.4.18) is supposed to solve the problem.

Have you tried running up2date for a new kernel (AFAIK 7.2 is pretty
much up to 2.4.18 anyway in official updates)

A lot easier than building you're own ..

Unless you want to?

Mark

-- 
---
To steal ideas from one person is plagiarism;
to steal from many is research.



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



usb printer problem

2002-07-23 Thread Frank Bax

I connected a Samsung ML-1210 printer to my usb port and rebooted machine 
running RedHat 7.2.  I used printconf-gui to setup the printer with gdi 
driver.  During this process, /dev/usb/lp0 does manage to present Samsung 
Electronics under model column, so I'm guessing the usb stuff is working 
properly?  Anyway, the printer doesn't print anything.  The printer does 
make some noise indicating 'warmup', but then nothing.  When I connect the 
printer via parallel cable, it works fine, but I'd really like to know 
what's wrong with usb?



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



Automount filesystems

2002-07-23 Thread Horace Smith

I would like to know how to autoinstall my Fat32
partitions on linux statup.
Thanks for all you can do...

_
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com



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



Re: newbie can't install java

2002-07-23 Thread Rob Saul



On Tuesday 23 July 2002 10:33, Daniel Goldin wrote:
 Tried to execute j2re-1_3_1_04-linux-i586-rpm.bin, but it caused my
 xterm to crash. Tried to run the shell script that came with Redhat and
 got an error regarding ELF. Any thoughts on how to proceed from here?

try 
  file j2re-1_3_1_04-linux-i586-rpm.bin

it should tell you if it is an rpm file.  If it is you should be able to
use the rpm command to install.  if it isn't it may be corrupt.  Where
did it come from?

~Rob

-- 
Rob Saul.:|:[EMAIL PROTECTED]:|:.de recta non tolerandum sunt



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



RE: Automount filesystems

2002-07-23 Thread Anthony Abby

fstab

Anthony

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Horace Smith
 Sent: Tuesday, July 23, 2002 7:49 PM
 To: [EMAIL PROTECTED]
 Subject: Automount filesystems


 I would like to know how to autoinstall my Fat32
 partitions on linux statup.
 Thanks for all you can do...

 _
 Do You Yahoo!?
 Información de Estados Unidos y América Latina, en Yahoo! Noticias.
 Visítanos en http://noticias.espanol.yahoo.com



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




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



Re: Automount filesystems

2002-07-23 Thread daniel

you'd want to use /etc/fstab

  man fstab

it'd look something like this:

/dev/hdb1  /mnt/win32  smb defaults 1 2

not too sure about the smb there, might be vfat
see the man page

_
daniel a. g. quinn
starving programmer

all that is necessary for the forces of evil to prevail in the world is for
enough good men to do nothing.
 - edmund burke, british statesman, 1729-1797.



- Original Message -
Sent: Tuesday, July 23, 2002 4:48 PM
Subject: Automount filesystems


| I would like to know how to autoinstall my Fat32
| partitions on linux statup.
| Thanks for all you can do...
|
| _
| Do You Yahoo!?
| Información de Estados Unidos y América Latina, en Yahoo! Noticias.
| Visítanos en http://noticias.espanol.yahoo.com
|
|
|
| ___
| Redhat-list mailing list
| [EMAIL PROTECTED]
| https://listman.redhat.com/mailman/listinfo/redhat-list
|



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



RE: Automount filesystems

2002-07-23 Thread Horace Smith

i know fstab is the key but i dont know the exacts
parameters i have to put in that file.
a need to add a vfat partition (/dev/hda1)
This is my fstab:

LABEL=/ /   ext3  
 defaults1 1
none/dev/ptsdevpts
 gid=5,mode=620  0 0
none/proc   proc  
 defaults0 0
none/dev/shmtmpfs 
 defaults0 0
/dev/hdc7   swapswap  
 defaults0 0
/dev/cdrom  /mnt/cdrom 
iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/cdrom1
iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0/mnt/floppy auto  
 noauto,owner,kudzu 0 0
/dev/hda1   /mnt/windowsvfatuser,noauto 1 1
/dev/hdc5   /mnt/hd_e   vfatuser,noauto 1 1

The hda1 device does not mount on star up.
Is something wrong with any parameter?


 --- Anthony Abby [EMAIL PROTECTED] escribió: 
fstab
 
 Anthony
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of
 Horace Smith
  Sent: Tuesday, July 23, 2002 7:49 PM
  To: [EMAIL PROTECTED]
  Subject: Automount filesystems
 
 
  I would like to know how to autoinstall my Fat32
  partitions on linux statup.
  Thanks for all you can do...
 
 

_
  Do You Yahoo!?
  Información de Estados Unidos y América Latina, en
 Yahoo! Noticias.
  Visítanos en http://noticias.espanol.yahoo.com
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
 

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

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

_
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com



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



Wierd maillogs - hackers perhaps?

2002-07-23 Thread Peter Kiem

On a client's machine I am seeing the following in /var/log/secure:
Jul 24 09:38:57 server xinetd[712]: START: pop3 pid=9265 from=203.206.48.98
Jul 24 09:38:57 server xinetd[9265]: USERID: pop3 UNIX : StyleZdark

but in /var/log/maillog I see:
Jul 24 09:38:57 server ipop3d[9265]: pop3 service init from 203.222.73.162
Jul 24 09:38:58 server ipop3d[9265]: Login user=adam
host=203-206-48-98-dial.froggy.com.au [203.206.48.98] nmsgs=0/0
Jul 24 09:38:59 server ipop3d[9265]: Logout user=adam
host=203-206-48-98-dial.froggy.com.au [203.206.48.98] nmsgs=0 ndele=0

The POP3 usernames don't match up and neither do the host IP addresses!  The
connection is made from 203.222.73.162 but 203.206.48.98 is checking the
mail?

The POP3 names are things like:
dARk_s7y13z
IcE_StyleZ
stylezIcE
`Ice|Stylez
{Ice^Stylez]
{Beer|Stylez}
StYlEzDark
dark_StYlEz

The names are quite worrying.  Anyone have any idea what is happening here?

Regards,
+---+-+
| Peter Kiem| E-Mail: [EMAIL PROTECTED] |
| Zordah IT | Mobile: +61 0414 724 766|
|   IT Consultancy | WWW   : www.zordah.net  |
|   Internet Hosting| ICQ   : Zordah 81 |
+---+-+




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



RE: Wierd maillogs - hackers perhaps?

2002-07-23 Thread Engstrom_Carl

first question...do you have pop3 running outside of your firewall?  My
guess is yes.
Second question...do you need pop3 running outside of your firewall?
hopefully not.

I'd rethink your security setup...

The names look to me like hackers...though Beer|Stylez seems like the
friendly sort... ;-)

I killed all POP3 on my servers for this very reason.

-Original Message-
From: Peter Kiem [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 23, 2002 6:14 PM
To: [EMAIL PROTECTED]
Subject: Wierd maillogs - hackers perhaps?


On a client's machine I am seeing the following in /var/log/secure:
Jul 24 09:38:57 server xinetd[712]: START: pop3 pid=9265 from=203.206.48.98
Jul 24 09:38:57 server xinetd[9265]: USERID: pop3 UNIX : StyleZdark

but in /var/log/maillog I see:
Jul 24 09:38:57 server ipop3d[9265]: pop3 service init from 203.222.73.162
Jul 24 09:38:58 server ipop3d[9265]: Login user=adam
host=203-206-48-98-dial.froggy.com.au [203.206.48.98] nmsgs=0/0
Jul 24 09:38:59 server ipop3d[9265]: Logout user=adam
host=203-206-48-98-dial.froggy.com.au [203.206.48.98] nmsgs=0 ndele=0

The POP3 usernames don't match up and neither do the host IP addresses!  The
connection is made from 203.222.73.162 but 203.206.48.98 is checking the
mail?

The POP3 names are things like:
dARk_s7y13z
IcE_StyleZ
stylezIcE
`Ice|Stylez
{Ice^Stylez]
{Beer|Stylez}
StYlEzDark
dark_StYlEz

The names are quite worrying.  Anyone have any idea what is happening here?

Regards,
+---+-+
| Peter Kiem| E-Mail: [EMAIL PROTECTED] |
| Zordah IT | Mobile: +61 0414 724 766|
|   IT Consultancy | WWW   : www.zordah.net  |
|   Internet Hosting| ICQ   : Zordah 81 |
+---+-+




___
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: newbie can't install java

2002-07-23 Thread Michael Fratoni

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 23 July 2002 07:54 pm, Rob Saul wrote:
 On Tuesday 23 July 2002 10:33, Daniel Goldin wrote:
  Tried to execute j2re-1_3_1_04-linux-i586-rpm.bin, but it caused my
  xterm to crash. Tried to run the shell script that came with Redhat
  and got an error regarding ELF. Any thoughts on how to proceed from
  here?

 try
   file j2re-1_3_1_04-linux-i586-rpm.bin

It's an executable that will extract the rpm file when it is executed.

It should work if you:
chmod +x j2re-1_3_1_04-linux-i586-rpm.bin
./j2re-1_3_1_04-linux-i586-rpm.bin

The license text should be displayed, and after agreeing, you'll be left 
with a .rpm file to install. (If I recall correctly.)

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.2 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj0+ATYACgkQn/07WoAb/StaOwCfalVnIJt4op6MBCIeH+t/Bsjz
LiYAoJ7SRyid6Qz27GyrB0wTy+nXsAkI
=2LcQ
-END PGP SIGNATURE-



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



Re: Wierd maillogs - hackers perhaps?

2002-07-23 Thread Peter Kiem

 first question...do you have pop3 running outside of your firewall?  My
 guess is yes.
 Second question...do you need pop3 running outside of your firewall?
 hopefully not.

This is a single machine doing firewalling/NAT for an internal network as
well as various services like web/email/ftp etc.

Personally I would rather use a 2 machine setup but he wanted it setup with
a single machine *shrug*

So yes POP3 is available and yes it is needed.

Regards,
+---+-+
| Peter Kiem| E-Mail: [EMAIL PROTECTED] |
| Zordah IT | Mobile: +61 0414 724 766|
|   IT Consultancy | WWW   : www.zordah.net  |
|   Internet Hosting| ICQ   : Zordah 81 |
+---+-+




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



Autorun

2002-07-23 Thread Robert Jones

I'm running RH7.3, KDE desktop

I need to examine CDs for several older versions and it would be nice if I could
calmly insert the CD, mount, look at it from the console, umount and move right
along to the next one.  But someone apparently thought it would be slick to
automount the CD and look for something to run. Is there an easy way to get rid of
autorun, at least temporarily?  The only thing I can find that looks suspicious is
~/.kde/Autostart/Autorun.desktop
Will getting rid of that do what I want?




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



Re: Wierd maillogs - hackers perhaps?

2002-07-23 Thread Gary

On Tue, Jul 23, 2002 at 09:21:39PM -0400 or thereabouts, [EMAIL PROTECTED] wrote:

Yes, someone is trying to get in.  There are several things you can do to
avoid this.  One, you can DROP or REJECT the IP addresses, or blocks of
addresses  from iptables so they will be blocked before they get in.  You
can also setup IMAP with SSL, using Courier IMAP, etc..  Have you checked
your SMTP logs?  Chances are they are trying to relay there too.  If you
are running another type of firewall, I am sure you can block blocks of
addresses from there. I would also do an nmap on your box.. they may have
set up a server in your system,(chat servers are popular) depending on
what your logs show. I would also send a copy of your logs to
[EMAIL PROTECTED] and connexus.net.au You also might want to consider
running tripwire. 


 
 Subject: Wierd maillogs - hackers perhaps?
 
 On a client's machine I am seeing the following in /var/log/secure:
 Jul 24 09:38:57 server xinetd[712]: START: pop3 pid=9265 from=203.206.48.98
 Jul 24 09:38:57 server xinetd[9265]: USERID: pop3 UNIX : StyleZdark
 
 but in /var/log/maillog I see:
 Jul 24 09:38:57 server ipop3d[9265]: pop3 service init from 203.222.73.162
 Jul 24 09:38:58 server ipop3d[9265]: Login user=adam
 host=203-206-48-98-dial.froggy.com.au [203.206.48.98] nmsgs=0/0
 Jul 24 09:38:59 server ipop3d[9265]: Logout user=adam
 host=203-206-48-98-dial.froggy.com.au [203.206.48.98] nmsgs=0 ndele=0
 
 The POP3 usernames don't match up and neither do the host IP addresses!  The
 connection is made from 203.222.73.162 but 203.206.48.98 is checking the
 mail?
 
 The POP3 names are things like:
 dARk_s7y13z
 IcE_StyleZ
 stylezIcE
 `Ice|Stylez
 {Ice^Stylez]
 {Beer|Stylez}
 StYlEzDark
 dark_StYlEz
 
 The names are quite worrying.  Anyone have any idea what is happening here?
 https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
Best regards,
Gary   

Sorry, but my karma just ran over your dogma.



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



Re: Product ID for Book version of 7.2

2002-07-23 Thread Rick Forrister

Chris Velevitch wrote:
 
 I have recently purchased the O'Reilly book Learning Red Hat Linux, 2nd
 Edition. This book included the 7.2 disks. What is the product ID of
 this version of Redhat 7.2 so that I can activate the support services
 at Redhat.com?
 
 Chris

Chris, if you buy from someone else than Red Hat (directly or
indirectly), support is generally _NOT_ included.  Sort of stands to
reason, doesn't it?  Other people download a copy of the iso images from
Red Hat's site (for free) and bundle it with their book, or whatever,
and sell it to you.  Red Hat gets paid _nothing_ in that process.  So if
RH is expected to provide free support, then it's a loosing proposition
all the way.

Both the Red Hat web site, and the notices with the book should have
told you that Red Hat has _NO_ support obligation for products not
packaged and distributed by Red Hat.  The publisher of the book has
_some_ responsibility in the matter.

The best support, in any case, is here on this list, which you have
already found.  Ask politely, and you shall receive~  8^)

rickf

-- 
If you are successfull they'll beat a path to your doorstep ...
 Picket signs firmly in hand!



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



MAC address in C code

2002-07-23 Thread Pranay Kumar








Hi all,



I want to know the MAC address of my Ethernet adapter in my
C code. What is the simplest way to do that? 



- Pranay



-

Pranay Kumar

RD Engineer

GDC Technology Pvt. Ltd.

Phone: (+852) 25791051

Email: [EMAIL PROTECTED]










RE: Automount filesystems

2002-07-23 Thread Gordon Messmer

The parameters user,noauto are usually used when you want any user to
be able to mount/unmount the fs, and thereby use it.  If it is mounted
automatically with defaults, it would be writable only by the root
user.  If you want it read/write by everyone, replace user,noauto with
umask=111.

On Tue, 2002-07-23 at 17:11, Horace Smith wrote:
 /dev/hda1 /mnt/windowsvfatuser,noauto 1 1
 /dev/hdc5 /mnt/hd_e   vfatuser,noauto 1 1
 
 The hda1 device does not mount on star up.
 Is something wrong with any parameter?




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



top

2002-07-23 Thread Steve Buehler

It looks like my /usr/bin/top program is either corrupt, or a hacker 
replaced it.  My server is not local so I can't just put the CD in and get 
it off of there.  Can anybody tell me where I can find the top program for 
RedHat 6.2 so that I can replace it?

Thank you
Steve


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
ow3



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



RE: Autorun

2002-07-23 Thread Robert Jones

Never mind.  It has been a tiring day.  The answer is to quit X and THEN
use a console instead of cntl+alt+fX while leaving X running.

Someone else's turn to ask a stupid question.



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



RE: top

2002-07-23 Thread Darryl Harvey

[darryl@antivirus darryl]$ rpm -q --whatprovides /usr/bin/top
procps-2.0.7-8

Rgds,
Darryl


 -Original Message-
 From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On
 Behalf Of Steve Buehler
 Sent: Wednesday, July 24, 2002 1:33 PM
 To: [EMAIL PROTECTED]
 Subject: top
 
 It looks like my /usr/bin/top program is either corrupt, or a hacker
 replaced it.  My server is not local so I can't just put the CD in and
get
 it off of there.  Can anybody tell me where I can find the top program
for
 RedHat 6.2 so that I can replace it?
 
 Thank you
 Steve
 
 
 --
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.
 ow3
 
 
 
 ___
 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: top

2002-07-23 Thread Darryl Harvey

ftp://speakeasy.rpmfind.net/linux/redhat/6.2/en/os/i386/RedHat/RPMS/proc
ps-2.0.6-5.i386.rpm

Rgds,
Darryl


 -Original Message-
 From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On
 Behalf Of Darryl Harvey
 Sent: Wednesday, July 24, 2002 2:08 PM
 To: [EMAIL PROTECTED]
 Subject: RE: top
 
 [darryl@antivirus darryl]$ rpm -q --whatprovides /usr/bin/top
 procps-2.0.7-8
 
 Rgds,
 Darryl
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]] On
  Behalf Of Steve Buehler
  Sent: Wednesday, July 24, 2002 1:33 PM
  To: [EMAIL PROTECTED]
  Subject: top
 
  It looks like my /usr/bin/top program is either corrupt, or a hacker
  replaced it.  My server is not local so I can't just put the CD in
and
 get
  it off of there.  Can anybody tell me where I can find the top
program
 for
  RedHat 6.2 so that I can replace it?
 
  Thank you
  Steve
 
 
  --
  This message has been scanned for viruses and
  dangerous content by MailScanner, and is
  believed to be clean.
  ow3
 
 
 
  ___
  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



  1   2   >