Re: installer driver disk question

2000-12-11 Thread Tony Nugent

On Mon Dec 11 2000 at 16:46, John Summerfield wrote:

Heh, this appears to have become a public conversation between just
the two of us!  Come on, others are allowed to join in!  :-)

 [EMAIL PROTECTED] said:
  Still, it is a good question as this issue has hit me before.
I've had other situations in the past trying to install onto (or
 
 Not to mention thos nice new ATA100 plugin adaptors where one has to get a
 driver from the website.
 
 There ought be something sticks out in the manual to describe how to do this.

You'd think so.  If loading specific drivers for use by the
installer's kernel isn't easily available, it should be made a
feature (with good documentation).

 Why not BZ it?

huh?  Why?  To fit it on the installation image?

 You might also browse the Guiness archives; I think there wss a mention about
 loading modules during the install process.

Eeek.  Anybody else have a definitive answer to this problem before
I spend time doing that?

Cheers
Tony



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



Re: installer driver disk question

2000-12-11 Thread John Summerfield


[EMAIL PROTECTED] said:
 Still, it is a good question as this issue has hit me before.
   I've had other situations in the past trying to install onto (or 

Not to mention thos nice new ATA100 plugin adaptors where one has to get a 
driver from the website.

There ought be something sticks out in the manual to describe how to do this.

Why not BZ it?


You might also browse the Guiness archives; I think there wss a mention about 
loading modules during the install process.


-- 
Cheers
John Summerfield
http://www2.ami.com.au/ for OS/2  linux information.
Configuration, networking, combined IBM ftpsites index.




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



Ftp doesn't work. Why???? HELP ME please.

2000-12-11 Thread Morelli Enrico

Dear all,

I have some PCs with RH 7.0. The user's home directories are mounted via
autofs. When I try to use ftp to connect on one of these PC after entered 
login and password (I am sure that are ready), the response is: 
530 Login incorrect.
Login failed.

It is the same for all users. If I try to use ftp to connect to an SGI, I
haven't problem.

Any suggestion?

Thanks


-- 
   \\\ //
   (0 0)
ooO-(_)-Ooo---
##=#
| ENRICO MORELLI |  email: [EMAIL PROTECTED]   |
| * *   *   *|  phone: +39 055 4209269 |
|  University of Florence|  fax  : +39 055 4209253 |
|  CERM - via Sacconi, 6 -  50019 Sesto Fiorentino (FI) - ITALY|
##=#




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



Re: PAM_pwdb[pid] records failure on ssh attempts, but connection works

2000-12-11 Thread Harry Putnam

Tony Nugent [EMAIL PROTECTED] writes:

 On Sat Dec 09 2000 at 17:23, Harry Putnam wrote:
 
  Running:
  Redhat Linux 6.2
  ssh-1.2.27-5i
  ssh-clients-1.2.27-5i
  ssh-extras-1.2.27-5i
  ssh-server-1.2.27-5i
  pam-0.72-20
  
  [also posted to comp.security.ssh]
  
  [ Verosity alert it seem somewhat unavoidable to have the output
  to examine]
  
  I've been noticing for while now that attempts to use ssh to su to a
  user on my home machine produces authentication failure messages in
  system log that look like:
  
  Dec  9 16:22:18 reader PAM_pwdb[2083]: \
  authentication failure; (uid=0) - korn for ssh service
 
 Is that shell (/bin/ksh ??) mentioned in /etc/shells?

That may be a little misleading.   `korn' is the name of a dummy user.
An account where I do experimental things needing a different env.

The korn account is in fact running  pdksh as its login shell
though. Very clever of me eh?

cat /etc/shells:
^
/bin/bash
/bin/sh
/bin/tcsh
/bin/csh
/bin/ash
/bin/bsh
/bin/ksh
/bin/zsh

You may be onto something though... Why does it show (uid=0)?  Isn't
that root's uid?

In the example case the one ssh'ing is a regular user and the account
being ssh'ed to is regular user.  Where does (uid=0) enter the picture?

If I say `ssh -l reader localhost'  from the reader account.  That is
ssh to myself, I get the same message.

Dec 11 04:37:28 reader PAM_pwdb[3501]: \
authentication failure; (uid=0)- reader for ssh service

What does this hve to do with (uid=0)?  Maybe because pam is running
in uid=0?

Some onee else has pointed out that ssh or PAM is checking some other
protocols too, and that is what is failing, but that it is normal to
have that happen.



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



Re: installer driver disk question

2000-12-11 Thread Tony Nugent

On Mon Dec 11 2000 at 17:55, John Summerfield wrote:

 [EMAIL PROTECTED] said:

 Gosh I'm good to you.

You are indeed...

 "the drivers.img file in the images subdir (same directory as boot.img 
 bootnet.img boot floppies) is your driver disk image ...

drivers.img ??  When did that arrive?

Appendix C in the official reference guide BRIEFLY mentions driver
disks, but nowhere could I find mention of that driver image...

"How Do I Obtain a Driver Disk?
 Your best option for finding driver disk information is on Red
 Hat's website at http://www.redhat.com/support/errata/ under the
 section called Bug Fixes. 

   "If you find a driver disk that is appropriate for your device
support needs, create a boot disk using that filename.img file.
For instructions on how to make a boot disk, see the Official Red
Hat Linux Installation Guide section called Making Installation
Diskettes." 

  (The install guide also does not mention the driver disk image or
  how to use it).

 "dd that file to a floppy, then run your linux install with "linux dd" at
 the syslinux prompt, and you will be prompted for your driver disk ..."

THAT makes things _easy_!

total 763
-rw-r--r--1 root root 4327 Aug 31 08:40 modinfo
-rw-r--r--1 root root   766526 Aug 31 08:40 modules.cgz
-rw-r--r--1 root root  538 Aug 31 08:40 modules.dep
-rw-r--r--1 root root 2244 Aug 31 08:40 pcitable
-rw-r--r--1 root root   21 Aug 31 08:40 rhdd-6.1

It looks like it is easy to hack into for customisation.  And...

$ gzip -d  modules.cgz | cpio --list | grep sb
3677 blocks
2.2.16-22BOOT/sbpcd.o

smile  Yup, them's the one, for the "SoundBlaster Pro CDrom".

I've gone through all the RedHat docs, and none of this has hit me
before.  Did I miss this somewhere?  Or perhaps I read too often late
at night...

No, this documentation is obviously missing.  It's a bit like what
happened with redhat 6.2 and its new "undocumented" rescue mode.

shrug

 Pinched from that nice man around town, [EMAIL PROTECTED]

Cool.  Anyway, now this thread can die a quick death...  :)

Thanx again mate, problem solved (hopefully I haven't spoken too
soon before actually trying it... :)

Cheers
Tony



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



Re: Ftp doesn't work. Why???? HELP ME please.

2000-12-11 Thread Tony Nugent

On Mon Dec 11 2000 at 11:10, Morelli Enrico wrote:

 I have some PCs with RH 7.0. The user's home directories are mounted via
 autofs. When I try to use ftp to connect on one of these PC after entered
 login and password (I am sure that are ready), the response is:
 530 Login incorrect.
 Login failed.
 
 It is the same for all users. If I try to use ftp to connect to an SGI, I
 haven't problem.
 
 Any suggestion?

It could be any combination of possible reasons.

The daemon is actually working, so xinetd (and, optionally,
tcp_wrappers) is configured correctly.

I assume autofs is working, and there are no ownership conflicts with
the UIDs and GIDs on the nfs-mounted directories matching what the
box thinks are their (G)IDs.

What is in /etc/ftpaccess - is it denying user logins for some reason?
Missing class or realuser/realgruop directives?  Does /etc/shells
include these user's login shell?

If you are running this in a yp network services environment, that
that's another thing to investigate (are shell logins successful?)

To point to you in any definitive direction, more info is needed.

What are your log files telling you?  The ftpd logs
(/var/log/{messages,secure}) are usually quite useful and might
(should) give you all the clues you need.  Edit /etc/ftpaccess to turn
up the logging verbosity if you need to.

Good luck.

Cheers
Tony



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



Re: need printtool to work in non-gui environment

2000-12-11 Thread Lars Nordin

On Saturday 09 December 2000 06:32, Tom Diehl wrote:
 On Wed, 6 Dec 2000, Daniel Roesen wrote:
  On Wed, Dec 06, 2000 at 08:55:32PM +1000, Tony Nugent wrote:
   I know that this has been mentioned here before, but can I *beg* that
   redhat developers seriously and urgently consider either modifying
   printtool to allow it to work with a text/curses interface on a
   console or within an X term, or include a text-based (curses-based)
   printer configuration tool that does the same things.
  
  
   There should be NO pre-requisite that a box have a working X server
   just to be able to configure its printers.  Or anything else.
   Perhaps linuxconf can be given an lpd configuration module that does
   the same thing as printtool?
 
  Please: NO LINUXCONF. One of the first things after an install
  is "rpm -e linuxconf" here.

Interesting ... and what you suggest for a company like the one that I work 
for that has nearly fifty and soon hundreds of _remote_ linux systems that 
are accessed only via modem _and_ maintained by folks that are not veteran 
UNIX admins. For us, we HAVE TO have tools like linuxconf and we are 
currently having to manually copy and edit the printcap file and 
/var/spool/lpd directories to set up HP laserjet printers - having a 
curses/text based printtool tool would be a Godsend.

I vote with Tony Nugent (I think Tony was the one who started this thread) 
that more curses based tools like linuxconf should exist for linux.

 



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



Re: need printtool to work in non-gui environment

2000-12-11 Thread Thomas Dodd


Check the changelog for V1.23 at the linuxconf 
page, http://www.solucorp.qc.ca/linuxconf/

It appears someone has written a LPRng module for linuxconf
and several other new modules. It was released Dec 5, while
the version in RHL 7.0 is 1.19r2 from July 25, and patched by
RedHat last on Aug 23 (For 1.19r2-4.i386 at least)

The latest version in rawhide is 1.21r1-2 dated Oct 30.
The SRPM for that could probably be patched for the 1.23
release easily.

-Thomas



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



Re: need printtool to work in non-gui environment

2000-12-11 Thread John Summerfield


[EMAIL PROTECTED] said:
 Interesting ... and what you suggest for a company like the one that I
 work 

If you like it, use it.

Some of us don't and don't.

To each his own choice.
-- 
Cheers
John Summerfield
http://www2.ami.com.au/ for OS/2  linux information.
Configuration, networking, combined IBM ftpsites index.




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



RE: Sendmail

2000-12-11 Thread Kiran Kumar M


If you are sending the mail from the server itself, it will send the mail
to the local server (if you are providing userid without domain). You
might not be followed the complete correspondence, please read the first
mail that raises the question.

Kiran


On Mon, 11 Dec 2000, Shanmuga Raj wrote:

 I am trying to understand how this works. any mail sent to the linux server
 from a workstation, is delivered to sendmail, as sendmail is the smtp server
 on port 25 (correct me if I am wrong). Then if the mail is local it is
 passed on to procmail to process local delivery to the local recepient. If
 the mail is remote, sendmail puts it the mail out que to deliver to the
 remote host.
 
 If,  as you said, any local mail which is sent without a domian name is
 directly passed on to procmail for delivery, how is the mail delivered to
 procmail? bcs as I understand, all mails are delivered to port 25 which is
 the smtp server.
 
 Raj
 
 
 
 
 -Original Message-
 From: Kiran Kumar M [mailto:[EMAIL PROTECTED]]
 Sent: Monday, December 11, 2000 12:13 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Sendmail
 
 
 
 You might be in confusion. If you are typing the only user name without
 domain name, automatically it knows the user is local and passit to
 procmail.
 
 If you are specifing the domain name it will seeks the help of DNS to get
 the IP of that domain.
 
 Kiran
 
 
 On Sun, 10 Dec 2000, Michael Burger wrote:
 
  You're half correct.  Sendmail has to know that the user is local,
  and it then passes the message to procmail to process.
  
  The problem, as it appears to me, without having any further data, is
  that Sendmail probably knows that it's supposed to deliver to users
  at the system name, but may not know that it's also supposed to
  accept mail for just the domain name, too, and may be rejecting the
  mail based on that.
  
  On Mon, 11 Dec 2000 09:47:45 +0530 (IST), Kiran Kumar M wrote:
  
  
  It is using procmail for local users not by sendmail.
  
  Kiran
  
  
  On Mon, 11 Dec 2000, Deependra B. Tandukar wrote:
  
   Greetings!
   
   My sendmail works but when I send email to local users([EMAIL PROTECTED])
 in a
   linux box. It doesn't go. In mail in gives the error [EMAIL PROTECTED]
 has
   fatal error. But when mail is sent with the user name only (user), it
 works
   perfectly.
   
   Can anybody trace out the problem?
   
   Looking forward to hearing from you.
   
   regards
   DT
   
   
   
   ___
   Redhat-list mailing list
   [EMAIL PROTECTED]
   https://listman.redhat.com/mailman/listinfo/redhat-list
   
  
  
  
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
  
  
  
  
  
  
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
  
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 
 ___
 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: when do environment vars get set?

2000-12-11 Thread rpjday

On Tue, 12 Dec 2000, christopher j bottaro wrote:

 weee, i like mailing lists.  i have so many questions!

 i know at some point, these shell scripts are executed in this order...

 /etc/profile
 /etc/bashrc
 ~/.bash_profile
 ~/.bashrc

 but when i type "set" i see many more environment vars than i saw were set
 and exported in those 4 files.  where are the rest coming from?  are there
 any other shell scripts besides those four that are executed at login?  also,
 what scripts are run when you spawn a new shell (aka, start a shell thats not
 the login shell).

as i recall, the bash shell itself comes preloaded with a number of
variables.

and be careful.  typing "set" shows you all of your shell variables.
typing "env" shows you strictly your environment variables that are
available to subshells.  you appear to be mixing these two concepts
above.

rday



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



Re: when do environment vars get set?

2000-12-11 Thread rpjday

On 10 Dec 2000, Harry Putnam wrote:

 christopher j bottaro [EMAIL PROTECTED] writes:

  thats cool, putting echos in those files to see when they run, but i'd still
  like to know where all the other environment vars are being set.
 
  are environ vars set only in shell scripts?  or are there other things (i
  dunno, like the kernel at boot time?) that can set environ vars?  i've
  never seen the PATH var set without including itself in the definition
  (i.e. PATH=$PATH:/blah/blah).  it must be set for the first time somewhere,
  right?

 There is a default path, but not sure where it is set, guessing I'd
 say kernel.  But I don't see lots of stuff I don't know where its
 coming from.  Can you name a few of these?  Are you sure it isn't
 something in /etc/profile.d?

as i mentioned before, the "bash" shell comes preloaded with a
number of variables.

also, "man login" may answer some of your questions.  just the act
of logging in sets a few variables, including PATH.  from the man
page for login:


   Random  administrative things, such as setting the UID and
   GID of the tty are performed.  The TERM environment  vari­
   able  is  preserved, if it exists (other environment vari­
   ables are preserved if the -p option is used).   Then  the
   HOME,  PATH,  SHELL,  TERM,  MAIL, and LOGNAME environment
   variables are set.  PATH  defaults  to
   /usr/local/bin:/bin:/usr/bin:.   for  normal users, and to
   /sbin:/bin:/usr/sbin:/usr/bin for root.


rday



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



RH 7.0 AND LILO

2000-12-11 Thread Jacek Trzcinski

Hi !
I have installed Red Hat 7.0. I have 30GB disk. I made extended
partition
20GB in size. LILO I installed in MBR. For linux I made three partitions
on
extended partition: 5GB partition for system, 2GB partition for /home
and 128MB partition for swap.
Everyrhing seems to work OK. I have to kernels to choose from LILO
during booting (2.2.16smp and 2.2.16).
Unfortunately, any attemptions to add new kernel images to
/etc/lilo.conf
or even attemption to execute /sbin/lilo with original contents of
/etc/lilo.conf fails . 
/sbin/lilo prints messagess that it is adding new images (Add ...-
with
original contents of /etc/lilo.conf I have two Add.. lines of course)
but at the end it prints that it is not able to find any kernel images
!!!
Of course nothing is updated. What causes such behaviour of /sbin/lilo ?
Than in advance for any response.

Jacek Trzcinski



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



(Fwd) Memory Leak

2000-12-11 Thread Leonard den Ottolander

LOL
Who would be paying for these phonecalls?

--- Forwarded message follows ---
From:   [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject:Memory Leak
Date sent:  Mon, 11 Dec 2000 11:47:18 +0100


To whom it may concern:

I received on my mobile phone the following message:

B: Hi Nitebirdz,
The values are: min-percent -- this is the minimum percentage of memory that
should be spent...

I do not know why it landed in my phone, please let me know where did you send
the message, because I am receiving hundreds of messages every day and it is
really bothering me. I would like to stop it.

 Thank you

Best regards

Lenka Bokajova

Tel:+420 233 099 484 
Fax:   +420 233 099 429 
Safrankova 1, 155 00  Praha 5,   Czech Republic
===

--- End of forwarded message ---



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



RE: Memory Leak

2000-12-11 Thread Leonard den Ottolander

Hi Statux,

Why would you want to set a maximum percentage?
 but obviously there is some applicable use for it :)

 Which is? What need to set a maximum percentage used for buffer blocks? Maybe 
if the kernel would behave differently than it does currently (ie freeing 
buffers when needed). What do you mean by applicable anyway? This parameter 
has not been implemented ;-).

Bye,

Leonard.



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



Samba and NT4 WS

2000-12-11 Thread Ragnar Wiencke

Hi there.

I installed samba on the linux box, used swat to configur it. Now I can see 
the linux box in the NT Network Neighborhood but when I try to explore it I 
get a message saying  is not accessible, The network path was not found.

If this is a password problem then the message is stupid. But can anyone 
tell me what my problem is here?

TIA
Ragnar W.
_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com



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



7.0 disable hardware detect after install

2000-12-11 Thread redhat

Hi all,


Redhat 7.0 install went just like a dream.

I would now like to disable "hardware detect" at the time of reboot.

Reason is that my server is remote and if someone pull out the mouse
and I do a remote reboot, then the machine will wait for me to do a couple
of enter commands before it boots up again.

A bit of direction is much appriciated

best regards
Mettavihari
Sri Lanka.



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



Re: impossible to mount burned cd's?

2000-12-11 Thread Michael Burger

Happy to have been of service.

On Tue, 12 Dec 2000 22:37:14 -0600, christopher j bottaro wrote:

Mike's answer worked great for me.  i just had to close the session, thats 
all.  thanks for the help.





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



Re: 7.0 disable hardware detect after install

2000-12-11 Thread thomas schönhoff

Hello,
just disable Kudzu (Sysvinit). Because I don't know your Desktop it isn't easy
to recommend a workaround, as far as I can remember there is a tool ( maybe
sysvinit with all those nice scripts and runlevels) with KDE where you can
disable Kudzu.
Hope this helps
Thomas

[EMAIL PROTECTED] schrieb:

 Hi all,

 Redhat 7.0 install went just like a dream.

 I would now like to disable "hardware detect" at the time of reboot.

 Reason is that my server is remote and if someone pull out the mouse
 and I do a remote reboot, then the machine will wait for me to do a couple
 of enter commands before it boots up again.

 A bit of direction is much appriciated

 best regards
 Mettavihari
 Sri Lanka.

 ___
 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: RPM and Bzip Chasing Tails?

2000-12-11 Thread Wolfgang Pfeiffer

Reply to message from David Talkington on Sun, 10 Dec 2000, 21:40 -0600:

 Wolfgang Pfeiffer wrote:

 I'm new to Linux, but I promise I never ever nowhere under no
 circumstances would upgrade an rpm.rpm with *--nodeps* ...
 (exept I really knew what I do .. but new as I am to Linux: there's
 always some doubt  :))

 Nothing will explode.  When a pine rpm insists that it *needs*
 kerberos, and a perl rpm insists that it *needs* tcsh, I beg to
 differ.  [ ... ]

You're right, I am perhaps a bit too cautious when handling installs with
'--nodeps' ... I've heard perhaps too many stories the last weeks on
ruined rpm.rpm installs :) ... my apologies, David, if my intervention
seemed being offending ...

Regards --
Wolfgang

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




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



Re: Samba and NT4 WS

2000-12-11 Thread tcurl

I hate to ask this, but did you start the server?  (smbd, nmbd)

Tom Curl
Enertex Systems




"Ragnar Wiencke" [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
12/11/00 06:43 AM
Please respond to redhat-list

 
To: [EMAIL PROTECTED]
cc: 
Subject:Samba and NT4 WS


Hi there.

I installed samba on the linux box, used swat to configur it. Now I can 
see 
the linux box in the NT Network Neighborhood but when I try to explore it 
I 
get a message saying  is not accessible, The network path was not 
found.

If this is a password problem then the message is stupid. But can anyone 
tell me what my problem is here?

TIA
Ragnar W.
_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.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: when do environment vars get set?

2000-12-11 Thread Dave Ihnat

Ok, a little environment talk.  Note that I'm heavy Unix--been in it since
'80--have written a login replacment for it (decades ago), etc.  I haven't
gone to actually read the login source for Linux, but all the docs are the
same, and it's just such a basic mechanism that I'm certain it works the
same as in Unix.  Plus they're POSIX-compliant...or intend to be.

First:  Environment is in no way supported by the kernel.  It's pure
user-space stuff; totally in the shell.

Remember that the environment is nothing exotic.  It's an array in the
shell; when you export something, all that means is that when you spawn a
new shell, it copies those strings to the new shell's environment array.
Look at documentation for execl and its variants--you can see that you,
as the caller, give whatever *you* decide belongs in the child's environment
to it by pointing to your selected array of variables.

Getty--in whatever form it may take, e.g., mgetty, mingetty--gets first
crack at the environment.  Note that it actually is the program that
issues the first "login:" prompt you see; it then spawns 'login', which
asks for your password.  Getty usually doesn't do much with the environment,
although it _could_; read some source of your favorite getty or its replacement.

Login, then, really is the first to get at things--it constructs
an environment array per the man page.  Note that they say that
PATH is set to "/usr/local/bin:/bin:/usr/bin:." for normal users, and
"/sbin:/bin:/usr/sbin:/usr/bin" for root users.  It can state this because
these are actual compiled strings in the source--go on, do a strings
on /bin/login.  (Actually, it's interesting--it looks like at least in
RedHat 6.2 they took out the reference to "." for normal users...)

So, coming out of 'login' things are pretty simple--just what they said
in the login man page (plus whatever undocumented changes have crept in.)

Now, depending on your shell, things get more complicated.  Bash uses
/etc/bashrc, ksh uses /etc/profile, csh (feh!) uses /etc/csh.cshrc AND
/etc/csh.login.  At this point, go read the scripts.

Hope this has helped someone.  I'm going for coffee and the snowblower...

Cheers,
-- 
Dave Ihnat
[EMAIL PROTECTED]



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



Re: when do environment vars get set?

2000-12-11 Thread 'Dave Ihnat '

On Mon, Dec 11, 2000 at 08:22:56AM -0600, Mike McNally wrote:
  First:  Environment is in no way supported by the kernel.  It's pure
  user-space stuff; totally in the shell.
 
 That's not exactly correct, since the "execve" call explicitly supports
 passing of an environment array, and thus the environment is a critical
 part of establishing the process address space for the new program.

Well, yeah, the kernel has to establish the initial memory for the process
and create argc, argv, and envp from passed values.  Since their concern
was content, I simplified along that line, since the kernel never mucks
with what's in the environment.

The old bit about only talking about what this class is supposed to cover...

Cheers,
-- 
Dave Ihnat
[EMAIL PROTECTED]



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



RE: Can the list owner change the subscribe behavior?

2000-12-11 Thread John MacLean

 -Original Message-
 From: Jason Costomiris [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, December 09, 2000 5:56 PM
 To: [EMAIL PROTECTED]
 Subject: Can the list owner change the "subscribe" behavior?
 
 
 Can whoever runs this list see to it that when someone 
 subscribes to this
 list, they immediately get an email entitled "How to unsubscribe from 
 redhat-list"?  In the email, mention the URL that's attached to every
 email from the list.
 
 
 
 -- 
 Jason Costomiris|  Technologist, geek, human.
 jcostom {at} jasons {dot} org  |  http://www.jasons.org/ 
   Quidquid latine dictum sit, altum viditur.
 
 

It already does. After sending the subscription confirmation message I
received a 'Welcome to the "Redhat-list" mailing list' message. It clearly
states you can visit the web page or send a message to redhat-list-request@
to unsubscribe or change options and the message lists your password. 

However, it also states you will receive a monthly reminder email with all
of your @redhat.com list info and passwords; a message I've never received
in the couple of months I'be been subscribed to various lists here. 

The dolts sending unsubscribe messages to the list likely never read, and
most certainly never kept, this welcome message.

John



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



Re: Samba and NT4 WS

2000-12-11 Thread Matt Housh

 I hate to ask this, but did you start the server?  (smbd, nmbd)

Without nmbd running at the least, the machine would not show up in the
network neighborhood. :)

Matt

-
Matt Housh ([EMAIL PROTECTED])
Academic System Administrator
-



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



Re: Samba and NT4 WS

2000-12-11 Thread tcurl

Right, I missed that, sorry.

Tom Curl
Enertex Systems




Matt Housh [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
12/11/00 09:53 AM
Please respond to redhat-list

 
To: [EMAIL PROTECTED]
cc: 
Subject:Re: Samba and NT4 WS


 I hate to ask this, but did you start the server?  (smbd, nmbd)

Without nmbd running at the least, the machine would not show up in the
network neighborhood. :)

Matt

-
Matt Housh ([EMAIL PROTECTED])
Academic System Administrator
-



___
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



Unauthorized Portmap Connection

2000-12-11 Thread SoloCDM

1) What does the following entry into /var/log/messages mean?  2)
How can I stop future connections?

portmap[29706]: connect from 202.156.38.254 to dump(): request from
unauthorized host

Note: When you reply to this message, please include the mailing
  list and my email address.

*
Signed,
SoloCDM



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



Re: 7.0 disable hardware detect after install

2000-12-11 Thread Adam Goucher

from a command prompt..

chkconfig --del kudzu

man chkconfig for more details.

-adam

 Hello,
 just disable Kudzu (Sysvinit). Because I don't know your Desktop it isn't easy
 to recommend a workaround, as far as I can remember there is a tool ( maybe
 sysvinit with all those nice scripts and runlevels) with KDE where you can
 disable Kudzu.
 Hope this helps
 Thomas
 
 [EMAIL PROTECTED] schrieb:
 
  Hi all,
 
  Redhat 7.0 install went just like a dream.
 
  I would now like to disable "hardware detect" at the time of reboot.
 
  Reason is that my server is remote and if someone pull out the mouse
  and I do a remote reboot, then the machine will wait for me to do a couple
  of enter commands before it boots up again.
 
  A bit of direction is much appriciated
 
  best regards
  Mettavihari
  Sri Lanka.
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 



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



RE: Symbolic link

2000-12-11 Thread Rob Yale

Thanks, but the link is a directory, in fact it's the /usr/src/linux
directory that links to /usr/src/linux-2.2.16.  I guess I'm wondering if
there's a command that will deal with recursive deletes.

Rob Yale

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Dan Horth
 Sent: December 10, 2000 11:40 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Symbolic link


 rm bar

:)

 At 11:34 PM -0500 10/12/00, Rob Yale wrote:
 Can someone please tell me how to get rid of a symbolic link created with
 'ln -s foo bar'?
 --

   Nitro - 3D Visualisation, Graphics  Animation
   Ph (+61 2) 9810 5177 - Fx (+61 2) 9810 0199
   http://www.nitro.com.au/

  PGP Stuff: http://www.nitro.com.au/Dan_Horth.pgp.key



 ___
 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: [Re: Can't change resolutions]

2000-12-11 Thread Bruce Kall

John Aldrich wrote:
 
 On Mon, 11 Dec 2000, Bruce Kall wrote:
  What is the keyboard sequence to change resolutions when
  you have selected multiple 'modes' in the Display
  Subsection?
 
 
 CTRL+ALT+Kpad-Plus. This'll cycle through the configured resolutions.
 John
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list

John,

Thanks.  What do you hit for the plus on a laptop.

Bruce

-- 

Bruce Kall
Mayo Foundation
Rochester, MN

e-mail: [EMAIL PROTECTED]
phone: (507) 255-4768
 




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



RE: Symbolic link

2000-12-11 Thread Jason Holland

rm -r does recursive deletes

Jason

 
 Thanks, but the link is a directory, in fact it's the /usr/src/linux
 directory that links to /usr/src/linux-2.2.16.  I guess I'm wondering if
 there's a command that will deal with recursive deletes.
 
 Rob Yale
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Dan Horth
  Sent: December 10, 2000 11:40 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Symbolic link
 
 
  rm bar
 
 :)
 
  At 11:34 PM -0500 10/12/00, Rob Yale wrote:
  Can someone please tell me how to get rid of a symbolic link 
 created with
  'ln -s foo bar'?
  --
 
  Nitro - 3D Visualisation, Graphics  Animation
  Ph (+61 2) 9810 5177 - Fx (+61 2) 9810 0199
  http://www.nitro.com.au/
 
   PGP Stuff: http://www.nitro.com.au/Dan_Horth.pgp.key
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 



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



Re: [Re: Can't change resolutions]

2000-12-11 Thread John Aldrich

On Mon, 11 Dec 2000, Bruce Kall wrote:
 John,
 
 Thanks.  What do you hit for the plus on a laptop.
 
Umm...dunno.:-) Maybe someone else on the list will know. :-)



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



Problems with compiling Kernel 2.2.16

2000-12-11 Thread Robert Key

Hi,
 I have installed Redhat 7.0 and I have tried to compile a custom kernel
(2.2.16-22). If I do not set 'smp' to on I simply cannot get the kernel
to compile!

Does anyone have any ideas?
Thanks,
  rob
-- 
Robert Key Dept of Electrical Engineering
   Peninsula Technikon
[EMAIL PROTECTED]  tel 021-9596081 fax 021-959-6117



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



Re: USB Modem

2000-12-11 Thread John Scott

I've finally found a couple of PCI modems that will work with Linux.  One is the
Zoom model 2920 and the other is from 3Com/USR 56K Performance Pro Model
3CP5610A.  They both run about $80, so I'm set there now.  Now to see if I can
replace some of my legacy hardware with newer tech.

Michael Burger wrote:

 I believe Jason Costomiris (on this list) is using a USB Zip drive
 under RH7, with no problems.

 On Sat, 9 Dec 2000 11:19:12 -0500 (EST), John Scott wrote:

 What I'm looking at for a motherboard is the Asus A7V with the Via KT133
 chipset.  The board has ATA100/66/33 support and AGP Pro 4x support.
 Unfortunately it has no ISA slots, but 5 PCI slots.  It supports up to 1
 GHz AMD Thunderbird  in Socket A and up to 7 USB ports.  I've already got
 serial devices that would use up any serial ports, so an external serial
 modem would remove one of these devices. Forgot to mention that.  So that
 is why the interest in the USB modem.  As a side note, anybody using a USB
 Zip drive? I'm out of IDE channels (yes I know there is always SCSI or
 parallel port). Has anybody found a PCI modem that isn't a winmodem?
 
 John
 
 On Sat, 9 Dec 2000, Jason Costomiris wrote:
 
  On Sat, Dec 09, 2000 at 09:40:43AM -0500, Mike Burger wrote:
 : Actually, my point was why bother using a USB modem instead of a regular
 : serial modem...which is what he indicated as being the focal point of his
 : investigation.
 
  Aha!  In that case, my best guess is that he's got one of those PCs that
  only came with one serial port...  Perhaps he also has multiple machines
  to share the modem between..  He can hot-plug with USB...
 
  --
  Jason Costomiris|  Technologist, geek, human.
  jcostom {at} jasons {dot} org  |  http://www.jasons.org/
Quidquid latine dictum sit, altum viditur.
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

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



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



RE: why linux gets such a bad rap ...

2000-12-11 Thread Ward William E PHDN

SPEAKING of which 

I've got (or rather, HAD) my box at home running RH6.2 and Win98SE
running dual boot... and then had a crash due to (I think!) a SDRAM
going bad (Kingston, if anyone's interested and less than a year
old).  I've reinstalled Win98SE (Linux should be fine) but of course

And then I reach for the (labeled) RH boot diskette to restore the system
by rerunning Lilo and I find that my wife has overwritten it

So, how do I restore the dual boot without a boot diskette?  Can I
just use my CD with the install disk to mount the drives?

Or do I need to find Toms Root Boot to restore what Billy Boy destroyed?

Bill Ward

-Original Message-
From: Darryl Harvey [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 09, 2000 8:48 AM
To: [EMAIL PROTECTED]
Cc: Jude. T
Subject: RE: why linux gets such a bad rap ...


Try this another way.

Put Linux on a machine, then try to install Windo$e (any flavour) as a dual 
boot box.

You can't can you...

Windo$e  insists that it is the only OS on the machine.. (or primary OS if 
you want t get technical)
Windo$e will install fine, but it will wipe the other OS boot info along 
the way.

Now is that Linux's fault  ?

surely it is...  Bill can't be  wrong, nah!!

Darryl


At 12:32 AM 10/12/2000, Paul Anderson wrote:
All I have to say to this is that my 14 year old daughter installed 7.0 on
a
dual boot machine (the 98 was already installed), having never installed an
operating system in her life.  Except for some help with disk partitioning,
she did it without help.  I tried this as an experiment to see how much
expertise it took to do the install.  Obviously this tells me something
about the author of the article.

Paul Anderson

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of rpjday
Sent: Saturday, December 09, 2000 5:05 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: why linux gets such a bad rap ...



... subtitled: a man really should know his limitations.

   a recent security column in the nov 27 issue of computerworld is the
perfect example of why people who don't understand linux shouldn't be bad
mouthing it.

   in "security manager's journal,"  someone who goes by the pseudonym of
"jude thaddeus" (and whose email address can be found under the "Cc:"
listing above) writes of his trials and tribulations regarding installing
linux thusly:

 "... Well, I finally did it, though in the end, I installed it
   about 10 times because things kept going wrong.  Admittedly,
   some of these errors were due to crass mistakes on my part,
   but it was still a difficult process.

 "Most of the mistakes were caused by trying to install
   Windows 2000 and Linux on the same machine.  People have told
   me that its [sic] possible to do it, but in practice, the
   resulting mess was beyond the abilities of even our resident
   Linux expert to sort out. ..."

   Where to even begin discrediting such idiocy?  Apparently, the author
admits he's never even *met* someone who's configured a dual-boot machine,
and who might have given him some useful advice.

   And while setting up dual-boot *might* be a bit tricky for a novice,
it's hard to understand why that should be such a problem for the
"resident Linux expert."  Methinks that this expert was chosen as being
the first person in the office who ventured the opinion, "Well, yeah, I
installed Linux on my machine at home yesterday.  I'll give it a shot."

   Is it any wonder linux is getting such a bad rap for being difficult
when columnists get to blame their problems on the operating system and
not on their own breathtaking incompetence?  resident linux expert,
indeed.  sheesh.

rday



___
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: Problems with compiling Kernel 2.2.16

2000-12-11 Thread rpjday

On Mon, 11 Dec 2000, Robert Key wrote:

 Hi,
  I have installed Redhat 7.0 and I have tried to compile a custom kernel
 (2.2.16-22). If I do not set 'smp' to on I simply cannot get the kernel
 to compile!

"make mrproper" first.

rday



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



Re: Problems with compiling Kernel 2.2.16

2000-12-11 Thread John Aldrich

On Mon, 11 Dec 2000, Robert Key wrote:
 Hi,
  I have installed Redhat 7.0 and I have tried to compile a custom kernel
 (2.2.16-22). If I do not set 'smp' to on I simply cannot get the kernel
 to compile!
 
 Does anyone have any ideas?

FAQ. You have to "make clean" I think it is and then go on...
John



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



Re: Problems with compiling Kernel 2.2.16

2000-12-11 Thread John Aldrich

On Mon, 11 Dec 2000, John Aldrich wrote:
 On Mon, 11 Dec 2000, Robert Key wrote:
  Hi,
   I have installed Redhat 7.0 and I have tried to compile a custom kernel
  (2.2.16-22). If I do not set 'smp' to on I simply cannot get the kernel
  to compile!
  
  Does anyone have any ideas?
 
 FAQ. You have to "make clean" I think it is and then go on...

Whoops. Someone beat me to the punch with the CORRECT answer... this
is wrong. :-)
The command is "make mrproper". :-)
John



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



Re: Samba and NT4 WS

2000-12-11 Thread Ragnar Wiencke

I started the server with nmbd -D and smbd -D and I can see they are 
running, also I can stop and start them in SWAT.
RW


Original Message Follows
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Samba and NT4 WS
Date: Mon, 11 Dec 2000 08:19:41 -0500

I hate to ask this, but did you start the server?  (smbd, nmbd)

Tom Curl
Enertex Systems




"Ragnar Wiencke" [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
12/11/00 06:43 AM
Please respond to redhat-list


 To: [EMAIL PROTECTED]
 cc:
 Subject:Samba and NT4 WS


Hi there.

I installed samba on the linux box, used swat to configur it. Now I can
see
the linux box in the NT Network Neighborhood but when I try to explore it
I
get a message saying  is not accessible, The network path was not
found.

If this is a password problem then the message is stupid. But can anyone
tell me what my problem is here?

TIA
Ragnar W.
_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.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

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com



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



Re: rpm and disk space problem

2000-12-11 Thread Michael R. Jinks

bob jones wrote:
 
 Thanks in advance ... I'm at a loss on this one

HOORAY FOR MAILING LISTS!

sorry for the noise but i'm in chicago, we got dumped on today, and i'm a little
punchy.

 Running RHL 6.2 on an Intel 486 with 32MB RAM and plenty of disk space.
 Trying to install tetex-1.0.6-11.i386.rpm, I get the message:
 
 "installing package tetex-1.0.6-11 needs 2Mb on the / filesystem"

[snip]

 I *think* that I have 29Mb available on /. Is that wrong?

No, that's right, give or take a bit.

 Could I make the space on /dev/sda2 available to /? Would mounting
 /dev/sda2 on / do that?

Sure, but it would also break your system, unless you take the proper measures
beforehand, and those measures are extensive enough that you might be better off
reinstalling, or at least moving something other than /.

I notice that your / filesystem also appears to include lots of stuff that I
usually give a partition to, and which would be much easier to migrate.  For
example, /usr is often a large chunk of any system, and is probably where most of
TeTeX is is trying to install.  It's also a much easier chunk of the filesystem
to migrate than the root is (no device nodes to worry about, for one thing).

Here's how I'd go about moving /usr:

[standard caveats about checking your backups go here; this is less risky than
moving / but you could still leave your machine in an unusable state if this goes
wrong.  also be sure you read and understand all this before you start typing
commands, as it might not solve your problem; explanation below.]

Say you want to put it in /dev/sda2, now /build.  First make sure /build really
is empty, then

cd /usr
tar czf /build/usr.tgz .  [-- note trailing dot]

[chunk...chunk... chunk...]

cd /build
tar xzf usr.tgz

[chunk... chunk... chunk...]

Hopefully there's enough space in your /build filesystem for both /usr and the
tarball; if not then you'll need to get creative.  /usr might be safe to transer
using "cp -rp", but tar is generally more thorough.

Then edit your /etc/fstab, changing /build to /usr.

Then reboot and test.  If all goes well (be sure!), you can get rid of what's now
in /usr.

Reboot again, but at the lilo: prompt enter "linux single", assuming that "linux"
is the boot label that you generally use.

When you get the prompt:

umount /usr
cd /usr
ls -l

[you should see all the stuff that lives in /usr even though /usr is unmounted;
this is your old /usr directory which still contains everything it did before,
and you won't have any new free space in / until these bytes get marked free.]

cd /
rm -rf /usr/*
mount /usr

If all that goes well, exit from single user mode and you should have a lot more
space available.

NOW: this might not have helped.  Since most the big chunks of your system
probably live in /usr anyhow, you may have just moved the problem rather than
solving it.  You'll probably end up with lots of space in / and not much in /usr,
so tetex might now refuse to install with insufficent space in the /usr
filesystem; if it does install you may find that /usr is almost full while / is
largely unused.

To fix this situation more generally, what I'd do is reinstall the OS with a
different partitioning scheme.  / should be small.  /usr should be a separate
partition, as big as you can spare.  I also like to have /var and /tmp separate
from the rest of the root filesystem (automated processes shouldn't write to / if
you can help it) but when space is short you don't always have that option.

I don't know why so many people these days seem to want /boot in its own
partition, particularly for a single-user box; in your case I'd leave it as part
of /.

My .02 [this package priced by worth, not by volume ;) ], hope it helps somehow.

-m

-- 
Michael Jinks, IB // Technical Entity // Saecos Corporation
"No one speaks English and everything's broken."  -- T. Waits
"Tom Waits would have made a decent sysadmin."  -- M. Jinks



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



Re: 7.0 disable hardware detect after install

2000-12-11 Thread Leonard den Ottolander

Hello Mettavihari,

 I would now like to disable "hardware detect" at the time of reboot.

 Run "setup" as root, and go the section "System services". You can also run 
"ntsysv" directly. Disable the service "kudzu" here.

Bye,

Leonard.



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



Re: [Re: Can't change resolutions]

2000-12-11 Thread Nitebirdz

On Sat, 9 Dec 2000, Leonard den Ottolander wrote:

   Hi Nitebirdz,

  Subsection "Display"
  Depth   16
  Modes   "1024x768" "640x480" "800x600" "1280x1024"
  ViewPort0 0
  EndSubsection
 
  Only problem is I never saw it work right in Red Hat Linux 6.x, for
  instance.  As far as I can remember, Debian does this in a much better
  way since there is a "default" line in the same XF86Config file where
  you can specify your preferred default resolution.

  How come this doesn't work for you? This works fine for me. The only thing is
 that if X can't find an appropriate modeline (fe your videocard/monitor can't
 handle 1280x1024) the matching mode gets dropped. But this is not a RedHat
 issue.
  Did you ever try using this "default" line in a XF86Config file for RedHat?
 Or is this a Debian hack? Could you supply us with an example? Where do we put
 this "default" option? In the display section?


Actually, after I sent the message I took some time to dig out the
information, and it seems to be working fine now.  I only had to add the
following line to the "/etc/X11/XF86Config" file:

DefaultColorDepth 16

It was a slightly different syntax in Debian.  I'm pretty sure that Debian
would have also taken this one though.


--
Nitebirdz
--
Thus spake the master programmer:
"You can demonstrate a program for a corporate
executive, but you can't make him computer literate."



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



RE: why linux gets such a bad rap ...

2000-12-11 Thread Leonard den Ottolander

Hi Bill,

 So, how do I restore the dual boot without a boot diskette?  Can I
 just use my CD with the install disk to mount the drives?

 That should be fine.

Bye,

Leonard.



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



RE: Symbolic link

2000-12-11 Thread Rob Yale

So I first do a re -r to get rid of the files; then do I have to do a rmdir
to purge the directories?

Rob

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Holland
 Sent: December 11, 2000 10:54 AM
 To: [EMAIL PROTECTED]
 Subject: RE: Symbolic link


 rm -r does recursive deletes

 Jason

 
  Thanks, but the link is a directory, in fact it's the /usr/src/linux
  directory that links to /usr/src/linux-2.2.16.  I guess I'm wondering if
  there's a command that will deal with recursive deletes.
 
  Rob Yale
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED]]On Behalf Of Dan Horth
   Sent: December 10, 2000 11:40 PM
   To: [EMAIL PROTECTED]
   Subject: Re: Symbolic link
  
  
   rm bar
  
  :)
  
   At 11:34 PM -0500 10/12/00, Rob Yale wrote:
   Can someone please tell me how to get rid of a symbolic link
  created with
   'ln -s foo bar'?
   --
  
 Nitro - 3D Visualisation, Graphics  Animation
 Ph (+61 2) 9810 5177 - Fx (+61 2) 9810 0199
 http://www.nitro.com.au/
  
PGP Stuff: http://www.nitro.com.au/Dan_Horth.pgp.key
  
  
  
   ___
   Redhat-list mailing list
   [EMAIL PROTECTED]
   https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 



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



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



RE: Symbolic link

2000-12-11 Thread Mike Burger

No...recursive delete means just that.  It will remove the initial
directory and all its subdirectories.

On Mon, 11 Dec 2000, Rob Yale wrote:

 So I first do a re -r to get rid of the files; then do I have to do a rmdir
 to purge the directories?

 Rob

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Holland
  Sent: December 11, 2000 10:54 AM
  To: [EMAIL PROTECTED]
  Subject: RE: Symbolic link
 
 
  rm -r does recursive deletes
 
  Jason
 
  
   Thanks, but the link is a directory, in fact it's the /usr/src/linux
   directory that links to /usr/src/linux-2.2.16.  I guess I'm wondering if
   there's a command that will deal with recursive deletes.
  
   Rob Yale
  
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Dan Horth
Sent: December 10, 2000 11:40 PM
To: [EMAIL PROTECTED]
Subject: Re: Symbolic link
   
   
rm bar
   
   :)
   
At 11:34 PM -0500 10/12/00, Rob Yale wrote:
Can someone please tell me how to get rid of a symbolic link
   created with
'ln -s foo bar'?
--
   
Nitro - 3D Visualisation, Graphics  Animation
Ph (+61 2) 9810 5177 - Fx (+61 2) 9810 0199
http://www.nitro.com.au/
   
 PGP Stuff: http://www.nitro.com.au/Dan_Horth.pgp.key
   
   
   
___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
  
  
  
   ___
   Redhat-list mailing list
   [EMAIL PROTECTED]
   https://listman.redhat.com/mailman/listinfo/redhat-list
  
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list



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




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



Re: [Re: Can't change resolutions]

2000-12-11 Thread Bruce Kall

What is the keyboard sequence to change resolutions when
you have selected multiple 'modes' in the Display
Subsection?


Bruce

Nitebirdz wrote:
 
 On Thu, 7 Dec 2000, Michael Burger wrote:
 
  The trick I found was, when running xconfigurator, was to only select
  one resolution and color depth...the one I wanted.  If you select
  more than one, it will always start at the lowest option.
 
  On 7 Dec 00 10:50:22 PST, Steve Medley wrote:
 
 
 According to the "Running Linux" book you should be able to make it work
 simply by specifying your preferred resolution first in the
 "/etc/"X11/XF86Config" file.  For example, if I prefer 1024x768, it would
 be:
 
 Subsection "Display"
 Depth   16
 Modes   "1024x768" "640x480" "800x600" "1280x1024"
 ViewPort0 0
 EndSubsection
 
 Only problem is I never saw it work right in Red Hat Linux 6.x, for
 instance.  As far as I can remember, Debian does this in a much better
 way since there is a "default" line in the same XF86Config file where
 you can specify your preferred default resolution.
 
 --
 Nitebirdz
 --
 Thus spake the master programmer:
 "You can demonstrate a program for a corporate
 executive, but you can't make him computer literate."
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list

-- 

Bruce Kall
Mayo Foundation
Rochester, MN

e-mail: [EMAIL PROTECTED]
phone: (507) 255-4768
 




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



Re: 7.0 disable hardware detect after install

2000-12-11 Thread Michael Butler/CanEast/IBM


If you run setup as root isn't there an option to disable kudzu there?

Adam Goucher [EMAIL PROTECTED]@redhat.com on 12/11/2000 11:29:35 AM

Please respond to [EMAIL PROTECTED]

Sent by:  [EMAIL PROTECTED]


To:   [EMAIL PROTECTED]
cc:
Subject:  Re: 7.0 disable hardware detect after install


from a command prompt..

chkconfig --del kudzu

man chkconfig for more details.

-adam

 Hello,
 just disable Kudzu (Sysvinit). Because I don't know your Desktop it isn't
easy
 to recommend a workaround, as far as I can remember there is a tool (
maybe
 sysvinit with all those nice scripts and runlevels) with KDE where you
can
 disable Kudzu.
 Hope this helps
 Thomas

 [EMAIL PROTECTED] schrieb:

  Hi all,
 
  Redhat 7.0 install went just like a dream.
 
  I would now like to disable "hardware detect" at the time of reboot.
 
  Reason is that my server is remote and if someone pull out the mouse
  and I do a remote reboot, then the machine will wait for me to do a
couple
  of enter commands before it boots up again.
 
  A bit of direction is much appriciated
 
  best regards
  Mettavihari
  Sri Lanka.
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list



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




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






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



Re: [Re: Can't change resolutions]

2000-12-11 Thread John Aldrich

On Mon, 11 Dec 2000, Bruce Kall wrote:
 What is the keyboard sequence to change resolutions when
 you have selected multiple 'modes' in the Display
 Subsection?
 
 
CTRL+ALT+Kpad-Plus. This'll cycle through the configured resolutions.
John



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



[WAY OT] DNS Registration Problems

2000-12-11 Thread Fred Whipple

Hi All,

I have a question that really has nothing to do with Red Hat, or Linux
for that matter.. but serious Linux users are often serious UNIX admins
who deal with these things... so while the list may be wrong, the
audience is right on target.  I hope someone can help me out with this
before I lose my mind! :-)

For about a month now, we've been struggling with with how to change the
IP address of our DNS servers.  As a Web hosting company, we have
countless domain names pointing to our DNS servers.  We are in the
process of switching network providers, and since we are a "small
business" we have not at this point procured our own IP addresses from
ARIN.  We are thus using vendor supplied IP addresses for all of our
services.

Very simply, what we need to do is update whatever records (and at this
point, I don't even understand which records) necessary so that not only
are all our customers' DNS entries updated accordingly, but also any new
customers can insert the new IP addresses into their domain name
registrars' forms without the registrar balking.

This seems like a particularly simple process; when we used to use
Network Solutions as our registrar, it was my understanding that we
needed only update the host form for our DNS servers with the new IP
addresses and everything would work, and all domain names pointing to
our servers would be updated automagically.  We switched to Register.com
due to NS's abhorrent customer service and impossibly difficult email
forms interface.  Alas, Register.com has now gone public and grown 8000%
and while their simple Web interface still works well for our customers,
their technical support is one of the most incompetent support group
I've ever worked with (no offense to those who are actually clueful) --
NO support request takes fewer than 5 tries of asking the same question
before someone actually understands it... and even then they have never
once successfully solved a problem for us.  We have nonetheless an open
ticket with them that has been open for weeks.  Each time, a different
support rep. looks at our ticket and we get highly varying intelligence
in their responses.

Right now we are trying to first get our secondary DNS server moved to
our new IP numbers.  If you lookup dns2.imagineis.com, you'll see the
forward and reverse DNS both point to the new IP numbers.  If you do a
WHOIS lookup on dns2.imagineis.com, you'll see the old numbers. 
Register.com claims they have updated the Shared Registry System with
our new IP information, but have no evidence to support this claim.  My
guess is nothing has happened and we're still at step zero.

SOOO... my question is.. how do I implement this deceptively simple
change?  What do I need to tell Network Solutions (if they are in fact
still the only company who can help)?  What do I tell Register.com?  Is
there a higher authority to whom I can bring this problem and get
resolution?  Is there another domain name registrar I can bring my
business to who can actually take care of this from end to end?

We've search the ends of the Internet looking for information on this
and what little we could come up with tends to conflict directly with
other documents or a registrar's documents or responses.  Perhaps
someone can even point us to some documentation which is (gasp)
correct?  Any help in this matter would be UNENDINGLY appreciated. 
Thanks!
-- 
-Fred



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



RE: Unauthorized Portmap Connection

2000-12-11 Thread Tony Johnson

It'd be a good idea to turn portmapper off if U are not using nfs , and if
you are , setup a firewall so they cannot connect to portmapper which is a
service commonly attacked.

 -Original Message-
 From: Burke, Thomas G. [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, December 11, 2000 9:23 AM
 To:   '[EMAIL PROTECTED]'
 Subject:  RE: Unauthorized Portmap Connection
 
 It means that someon tried to connect to your dump service, but your
 machine
 ignored them.  Dump gives info about your machine, I believe.
 
  -Original Message-
  From:   SoloCDM [SMTP:[EMAIL PROTECTED]]
  Sent:   Monday, December 11, 2000 10:15 AM
  To: RedHat-List
  Subject:Unauthorized Portmap Connection
  
  1) What does the following entry into /var/log/messages mean?  2)
  How can I stop future connections?
  
  portmap[29706]: connect from 202.156.38.254 to dump(): request from
  unauthorized host
  
  Note: When you reply to this message, please include the mailing
list and my email address.
  
  *
  Signed,
  SoloCDM
  
  
  
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list



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



Re: 7.0 disable hardware detect after install

2000-12-11 Thread Hakan Kuecuekyilmaz


 [EMAIL PROTECTED] schrieb:
 
  Hi all,
 
  Redhat 7.0 install went just like a dream.
 
  I would now like to disable "hardware detect" at the time of reboot.

hello,

a simple way is to type "setup" as root and to run System Services,
there u can
turn off kudzu and many other serives and daemons.

To turn off kudzu immediately, just type as root
"/etc/rc.d/init.d/kudzu stop"

i hope this works for you...
--
Hakan Kuecuekyilmaz FHT-Esslingen University of Applied Sciences,
Germany
[EMAIL PROTECTED]



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



Re: 7.0 disable hardware detect after install

2000-12-11 Thread Mike Burger

On Mon, 11 Dec 2000, Hakan Kuecuekyilmaz wrote:


  [EMAIL PROTECTED] schrieb:
 
   Hi all,
  
   Redhat 7.0 install went just like a dream.
  
   I would now like to disable "hardware detect" at the time of reboot.

 hello,

 a simple way is to type "setup" as root and to run System Services,
 there u can
 turn off kudzu and many other serives and daemons.

 To turn off kudzu immediately, just type as root
 "/etc/rc.d/init.d/kudzu stop"

 i hope this works for you...

Well, that last bit would work if kudzu ran as a daemon.  It runs at
startup, exits, and doesn't run again until startup.



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



redhat 7.0 netscape pb ??

2000-12-11 Thread Philippe Moutarlier



Is this a well known pb or is it only me ? When trying to open
a local html document,

 netscape mydocument.html

 netscape enters an infinite loop openning a potentially infinite number of
windows. I cannot stop it but by exiting X windows itself. At some point I
can get all windows closed but tehn it reappears shortly.

Philippe



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



Re: ipchains howto

2000-12-11 Thread Dave Wreski


 Is there any good howto on how to setup basic firewall with
 ipchains.  I know there is one on Redhat Site.  I need more
 informations.

You can find the IP Chains HOWTO and other Linux security information at
linuxsecurity.com, of all places... ;)

Dave




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



RE: redhat 7.0 netscape pb ??

2000-12-11 Thread Philippe Moutarlier

Weel, I can answer my own question in case anybody hits that pb :

netscape 4.75. has this pb but 4.76 is working fine.

Philippe

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Philippe Moutarlier
Sent: Monday, December 11, 2000 1:37 PM
To: [EMAIL PROTECTED]
Subject: redhat 7.0 netscape pb ??




Is this a well known pb or is it only me ? When trying to open
a local html document,

 netscape mydocument.html

 netscape enters an infinite loop openning a potentially infinite number of
windows. I cannot stop it but by exiting X windows itself. At some point I
can get all windows closed but tehn it reappears shortly.

Philippe



___
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: impossible to mount burned cd's?

2000-12-11 Thread Greg Wright



*** REPLY SEPARATOR  ***

On 12/12/00 at 22:37 christopher j bottaro wrote:

Mike's answer worked great for me.  i just had to close the session, thats

all.  thanks for the help.

Yeah, I did not see any options for closing a UDF disc, but then again I
have never tried because it defeats the purpose of UDF, what application
did you close the disk with ?



On Sunday 10 December 2000 21:53, you wrote:
 *** REPLY SEPARATOR  ***

 On 12/12/00 at 20:56 christopher j bottaro wrote:
 hello,
 
 when i decided to ditch windows for linux, i backed up a bunch of my
files
 
 with my HP 9100+ cd writer.  i used that feature that lets you treat
the

 CD-R

 like a normal disk, i.e. lets you drag and drop files on it, or from

 within a

 program "save as..." directly onto the disk.  well, in linux, i tried
 mounting the burned cd with filesystem type iso9660 and it seems to
work

 at

 first.  mount says "blah blah, device mounted" or whatever, but then it

 says

 "no medium found".  do i have to use a special filesystem type when

 mounting?

 i'm using redhat6.1

 I asked the question last week on UDF file systems  (what you have)

 You cannot mount and use it without doing some extra work, apparently
its
 mentioned in a HOW-TO, but you may find it easier to re burn as a normal
 session.


Regards

Greg Wright
IT Consultant Sydney Australia

-- 

*** Please trim any replies ***
*** Please turn off HTML in your email ***
*** Please don't use the list for test messages ***
*** Why not search the archives? http://moongroup.com/redhat.phtml ***



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



RH7 install failure

2000-12-11 Thread Lomas, Richard

The system I am installing on is a Dell Optiplex GX110. It has a
partition with WIN2K installed. I installed Linux on the system and it
installed properly and ran OK. The problem was I had to boot from
diskette. In an effort to allow LILO to boot the system properly, I
reconfigured the partitions. I have the following partitions:

partition 1: DELL utility partition, invisible to all OSes
partition 2: 70 MB Linux partition, trying to define as /boot
partition 3: win2k ntfs partition
extended partitions:
partition 5: linux partition 500 MB
partition 6: linux partition 16 GB
partition 7: FAT32 2 GB

Partition 2 was originally a DOS FAT16 partition which I change to a
LINUX partition to use as the boot partition.

When I get to the partitioning part of the install, either automatic or
disk druid, (both in text and GUI mode) the system unlaods and reboots
when I hit the NEXT button. In text mode it shows signal 11 as the problem.
The system runs win2k fine. I ran Linux on the box for two weeks before
trying to change my partitions around. Any suggestions? The only problem
with
the first install was the inability to boot except from diskette which is
what prompted the re-install.

Rich



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



re: samba and NT4 WS

2000-12-11 Thread Denis R

A few things to check:
1. support for encrypted passwords on your network. All new Win98SE come 
with encrypted passwords enabled. If you are passing the password in clear 
text, you will get the error message you mentioned (share not found etc). 
Check you smb.conf file for the encryption.
2. the user who is connecting to the samba share, must have a valid 
user/group ID on the linux box and his info must be reflected in 
/etc/samba/smbpasswd. Check 'man smbpasswd' command to add users.

To make this story short, read :
http://www.oreilly.com/catalog/samba/chapter/book/index.html

It is a complete O'Reilly's SAMBA book online which will answer al your 
questions for free :-). It is illustrated and easy to read. A must-read for 
all samba users.

HTH,
DR

PS SWAT is nice, but it is more beneficial to learn all config files with 
vi editor. At least you will know where they are and how they function.

 
Message: 17
From: "Ragnar Wiencke" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Samba and NT4 WS
Date: Mon, 11 Dec 2000 16:27:20 -
Reply-To: [EMAIL PROTECTED]

I started the server with nmbd -D and smbd -D and I can see they are
running, also I can stop and start them in SWAT.
RW



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



RPM?

2000-12-11 Thread John Aldrich

What's the latest version of RPM for RedHat 6.2? I need to install an
RPM built for RPM4.x on my RedHat 6.2 box.
Thanks...
John



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



Help With Error Message.

2000-12-11 Thread Cory . Derrick

I'm running Redhat 7.0 with all the latest patches, etc.  I have notice that
when I run GNOME as my Window Manager, the following error message scrolls
on the console...

VFS: busy inodes on changed media

When I change the WM to KDE, I don't get the message.

Anyone have any idea what would cause that?

Thanks in advance.

- Cory



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



Shell Scripting

2000-12-11 Thread Tomer Okavi

Hey guys.

Where can find docs howto's anything on
shell scripting?

Thanks

Tom.



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



Re: RPM?

2000-12-11 Thread Nate Golnik


rpm-3.0.5-9.6x.i386.rpm
can be found at any Red Hat ftp site or mirror site in
/redhat/updates/6.2/i386/



 What's the latest version of RPM for RedHat 6.2? I need to install an
 RPM built for RPM4.x on my RedHat 6.2 box.
 Thanks...
   John



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



-- 

Nate Golnik Phone:  547-0012 x382
Red Hat System Administrator
"The only good thing about beating your head against
a brick wall is... it feels good when you stop"




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



RE: Shell Scripting

2000-12-11 Thread Ning Zhu

comp.unix.shell

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Tomer Okavi
Sent: Monday, December 11, 2000 4:37 PM
To: Redhat-List@Redhat. Com
Subject: Shell Scripting


Hey guys.

Where can find docs howto's anything on
shell scripting?

Thanks

Tom.



___
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: Shell Scripting

2000-12-11 Thread Harry Putnam

"Tomer Okavi" [EMAIL PROTECTED] writes:

 Hey guys.
 
 Where can find docs howto's anything on
 shell scripting?

You may have these two on board:

HOWTO:
Adv-Bash-Scr-HOWTO

and  typing  `info bash' at a prompt should bring up the bash manual
in the info reader

If you don't have HOWTOS on your machine or a cd then:

http://www.linuxdoc.org/HOWTO/HOWTO-INDEX/howtos.html

You can find many usefull tutorials on the internet.
Put this string in the search box at www.google.com
bash tutorial

Many and varied links from this page.
http://www.oase-shareware.org/shell/



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



Re: redhat 7.0 netscape pb ??

2000-12-11 Thread Luke C Gavel

Philippe,

Are you using javascript in mydocument.html?  4.76 could just be
more 'forgiving' toward javascipt code or any errors therein.

Best Regards,
LG

On Mon, 11 Dec 2000, Philippe Moutarlier wrote:

 
 
 Is this a well known pb or is it only me ? When trying to open
 a local html document,
 
  netscape mydocument.html
 
  netscape enters an infinite loop openning a potentially infinite number of
 windows. I cannot stop it but by exiting X windows itself. At some point I
 can get all windows closed but tehn it reappears shortly.
 
 Philippe
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
Make no little plans; they have no 
magic to stir men's blood.
-- Daniel Hudson Burnham
-- End Sig --




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



RE: redhat 7.0 netscape pb ??

2000-12-11 Thread Philippe Moutarlier

No javascript inthere. Just regular text + picture page.

Philippe

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Luke C Gavel
Sent: Monday, December 11, 2000 3:53 PM
To: [EMAIL PROTECTED]
Subject: Re: redhat 7.0 netscape pb ??


Philippe,

Are you using javascript in mydocument.html?  4.76 could just be
more 'forgiving' toward javascipt code or any errors therein.

Best Regards,
LG

On Mon, 11 Dec 2000, Philippe Moutarlier wrote:



 Is this a well known pb or is it only me ? When trying to open
 a local html document,

  netscape mydocument.html

  netscape enters an infinite loop openning a potentially infinite number
of
 windows. I cannot stop it but by exiting X windows itself. At some point I
 can get all windows closed but tehn it reappears shortly.

 Philippe



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


-- Generated Signature --
Make no little plans; they have no
magic to stir men's blood.
-- Daniel Hudson Burnham
-- End Sig --




___
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: redhat 7.0 netscape pb ??

2000-12-11 Thread Luke C Gavel

On Mon, 11 Dec 2000, Philippe Moutarlier wrote:

 No javascript inthere. Just regular text + picture page.
 
 Philippe
 
Well,  that's got me stumped.  I have no idea what could have
caused such a thing.

LG


-- Generated Signature --
Consultant, n.:
Someone who'd rather climb a tree and 
tell a lie than stand on
the ground and tell the truth.
-- End Sig --



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



Re: Unauthorized Portmap Connection

2000-12-11 Thread SoloCDM

Tony Johnson stated the following:
 
 It'd be a good idea to turn portmapper off if U are not using nfs , and if
 you are , setup a firewall so they cannot connect to portmapper which is a
 service commonly attacked.

I use nfs.  I also tried the following:

portmap: 192.168.0. : ALLOW
portmap: ALL :DENY

And, the following warning occurred:

warning: /etc/hosts.allow, line 3: portmap: service possibly not
wrapped

  -Original Message-
  From: Burke, Thomas G. [SMTP:[EMAIL PROTECTED]]
 
  It means that someon tried to connect to your dump service, but your
  machine
  ignored them.  Dump gives info about your machine, I believe.
 
   -Original Message-
   From:   SoloCDM [SMTP:[EMAIL PROTECTED]]
  
   1) What does the following entry into /var/log/messages mean?  2)
   How can I stop future connections?
  
   portmap[29706]: connect from 202.156.38.254 to dump(): request from
   unauthorized host

Note: When you reply to this message, please include
  the mailing list and my email address.

*
Signed,
SoloCDM



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



SNMP actions

2000-12-11 Thread Todd A. Jacobs

I've been unable to find any really good information on where snmpd is
getting its information from. The MIB files /usr/share/snmp/mibs don't
seem to have any action component, so:

1) What is gathering the information? (I'm assuming snmpd.)

2) Where is it gathering it from? (I'm assuming /proc.)

I'm trying to simulate the Cisco MIB with a Linux box, and want to modify
the responses to a Cisco MIB to gather the information from the Linux
system instead. In other words, I need a Linux box to pretend it's a Cisco
box for the purposes of SNMP conversations.

Any help would be um...helpful.

-- 
Todd A. Jacobs
Senior Network Consultant




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



Re: Symbolic link

2000-12-11 Thread Herik Brown

It should not matter if it's a directory or not. rm should remove the
symbolic link.

HB
- Original Message -
From: "Rob Yale" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, December 11, 2000 11:40 AM
Subject: RE: Symbolic link


 So I first do a re -r to get rid of the files; then do I have to do a
rmdir
 to purge the directories?

 Rob

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Holland
  Sent: December 11, 2000 10:54 AM
  To: [EMAIL PROTECTED]
  Subject: RE: Symbolic link
 
 
  rm -r does recursive deletes
 
  Jason
 
  
   Thanks, but the link is a directory, in fact it's the /usr/src/linux
   directory that links to /usr/src/linux-2.2.16.  I guess I'm wondering
if
   there's a command that will deal with recursive deletes.
  
   Rob Yale
  
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Dan Horth
Sent: December 10, 2000 11:40 PM
To: [EMAIL PROTECTED]
Subject: Re: Symbolic link
   
   
rm bar
   
   :)
   
At 11:34 PM -0500 10/12/00, Rob Yale wrote:
Can someone please tell me how to get rid of a symbolic link
   created with
'ln -s foo bar'?
--
   
  /redhat-list


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com



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



RE: Samba and NT4 WS

2000-12-11 Thread Chad W. Skinner

This happened to me when I moved a directory to a partition with more space
and forgot to reconfigure the samba shares. In otherwords you may want to
look at the samba configuration file and make sure the directory for the
share exists on the server and is listed correctly.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Ragnar Wiencke
 Sent: Monday, December 11, 2000 5:44 AM
 To: [EMAIL PROTECTED]
 Subject: Samba and NT4 WS


 Hi there.

 I installed samba on the linux box, used swat to configur it. Now
 I can see
 the linux box in the NT Network Neighborhood but when I try to
 explore it I
 get a message saying  is not accessible, The network path was
 not found.

 If this is a password problem then the message is stupid. But can anyone
 tell me what my problem is here?

 TIA
 Ragnar W.
 __
 ___
 Get more from the Web.  FREE MSN Explorer download :
http://explorer.msn.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: RPM and Bzip Chasing Tails?

2000-12-11 Thread David Talkington


Wolfgang Pfeiffer wrote:

 Nothing will explode.  When a pine rpm insists that it *needs*
 kerberos, and a perl rpm insists that it *needs* tcsh, I beg to
 differ.  [ ... ]

You're right, I am perhaps a bit too cautious when handling installs with
'--nodeps' ... I've heard perhaps too many stories the last weeks on
ruined rpm.rpm installs :) ... my apologies, David, if my intervention
seemed being offending ...

Not at all.  Nothing offensive about an exchange of viewpoints; that's
what we're here for.  =)

-d



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



Re: impossible to mount burned cd's?

2000-12-11 Thread christopher j bottaro

i have DirectCD installed or whatever it is.  i put in a burned cd with 
sessions still open and when i eject the cd, a little dialog opens asking me 
if i want to keep the disk open for more session or close it so i can be read 
by most normal cd drives.  its just the software that came with my HP 9100+.

On Monday 11 December 2000 14:12, you wrote:
 *** REPLY SEPARATOR  ***

 On 12/12/00 at 22:37 christopher j bottaro wrote:
 Mike's answer worked great for me.  i just had to close the session, thats
 
 all.  thanks for the help.

 Yeah, I did not see any options for closing a UDF disc, but then again I
 have never tried because it defeats the purpose of UDF, what application
 did you close the disk with ?

 On Sunday 10 December 2000 21:53, you wrote:
  *** REPLY SEPARATOR  ***
 
  On 12/12/00 at 20:56 christopher j bottaro wrote:
  hello,
  
  when i decided to ditch windows for linux, i backed up a bunch of my

 files

  with my HP 9100+ cd writer.  i used that feature that lets you treat

 the

  CD-R
 
  like a normal disk, i.e. lets you drag and drop files on it, or from
 
  within a
 
  program "save as..." directly onto the disk.  well, in linux, i tried
  mounting the burned cd with filesystem type iso9660 and it seems to

 work

  at
 
  first.  mount says "blah blah, device mounted" or whatever, but then it
 
  says
 
  "no medium found".  do i have to use a special filesystem type when
 
  mounting?
 
  i'm using redhat6.1
 
  I asked the question last week on UDF file systems  (what you have)
 
  You cannot mount and use it without doing some extra work, apparently

 its

  mentioned in a HOW-TO, but you may find it easier to re burn as a normal
  session.

 Regards

 Greg Wright
 IT Consultant Sydney Australia



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



ATI Radeon 32MB All-In-Wonder[Doh!]

2000-12-11 Thread Mark Basil

Well ladies and gentlemen, I've done it.  I bought the radeon all-in-wonder
and man is it a great card.  But I'll be damned if I can get the thing to
work with X.  Upon spending 250 bucks on this card that I can only use half
the time, I've come up with only one solution so far.  I think everyone
would be better off if they made hot swappable agp ports...he he.  Oh well.
I'll keep trying.  If anyone else has any luck or advise, I will worship you
forever.  Thanks for reading my rambling, and have a great week peoples.

--Mrk



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



SCSI Tape

2000-12-11 Thread Ken Cole

RH5.2 Standard kernel
Linux version 2.0.36

The drives are EIDE, everything installed great and is working fine.

Have now added an Adaptec 1520/1522 and a Tandberg cartridge tape.  No
matter what I do I cannot get the scsi card detected.

tried lilo options at boot
:linux aha152x=0x340,11,7
tried lilo otions in lilo.conf

dmesg always has:
scsi: 0 hosts.
scsi: detected total.

cat /proc/sci/scsi returns:
Attached devices: none

cat /proc/interrupts returns:
 0: 191379   timer
 1:  2   keyboard
 2:  0   cascade
 5:   1288   Intel EtherExpress Pro 10/100 Ethernet
 8:  1 + rtc
12:  0   PS/2 Mouse
13:  1   math error
14:  22703 + ide0

/proc/ioports returns:
-001f: dma1
0020-003f: pic1
0040-005f: timer
0060-006f: keyboard
0070-007f: rtc
0080-009f: dma page reg
00a0-00bf: pic2
00c0-00df: dma2
00f0-00ff: npu
01f0-01f7: ide0
02f8-02ff: serial(auto)
03c0-03df: vga+
03f0-03f5: floppy
03f6-03f6: ide0
03f7-03f7: floppy DIR
03f8-03ff: serial(auto)
e400-e41f: Intel Speedo3 Ethernet
f000-f007: IDE DMA
f008-f00f: IDE DMA

Interrupt 11 has been setup for standard ISA and not PCI in the BIOS

Please help.

--
Ken Cole
Satisfaction Software
e-mail: [EMAIL PROTECTED]
Voice: +61 7 3268 4722
Facsimile: +61 7 3268 4359
Mobile: 0418 792 349




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



RE: FrontPage extensions on RH7 again - authentication woes.

2000-12-11 Thread Mark Basil

I think that you have to turn on authoring.  here is an example .htaccess
file:
---
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

Limit GET POST
order deny,allow
deny from all
allow from all
/Limit
Limit PUT DELETE
order deny,allow
deny from all
/Limit
AuthName your.com
AuthUserFile /home/your/your-www/_vti_pvt/service.pwd
AuthGroupFile /home/your/your-www/_vti_pvt/service.grp


This is usually accomplished by running the fpsrvadm.exe program ( no,
that's not a windows exe ).  That program with no options outputs the
following:
Please enter command:
0) quit
1) install
2) upgrade
3) uninstall
4) check and fix
5) enable authoring
6) disable authoring
7) change security settings
8) recalculate links
9) delete
10) rename
11) set directory executable
12) set directory no executable
13) putfile
14) recalcfile
15) create a subweb
16) merge a subweb into its parent web
17) full uninstall of all FrontPage information
18) chown
Your choice [1]: 5
Enter port [80]: your.com:80

Starting enable, port: marnalea.com:80, web: "root web"

Created: 12 Jul 2000 18:42:05 -
Version: 4.0.2.2717
Port your.com:80: Authoring enabled.


HTH

--Mark

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Brian Wright
Sent: Wednesday, December 06, 2000 3:15 PM
To: [EMAIL PROTECTED]
Subject: FrontPage extensions on RH7 again - authentication woes.


First of all, I was able to get the FrontPage Server Extensions installed
successfully on RH7.  This is the M$ extensions, not the cloned version.  I
noticed that the extensions will dump the ScriptAlias for the root web into
the SSL section of httpd.conf.  You have to move it out to the main
ScriptAlias section in order for it to work.

After doing that, I was able to open the web remotely with FrontPage.  But,
authentication is not working.  Any user with FrontPage can open the web
remotely without being prompted for a username and password and I've having
a heck of a time trying to figure out authentication isn't working.   I'd
appreciate any suggestions on this.  There is an .htaccess file, but for
some reason Apache isn't parsing it.

My client is an ISP running Redhat 7 on a dual processor box and this is
going to be the primary web server for his dial-up customers.

Thanks!
--Brian



___
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: why linux gets such a bad rap ...

2000-12-11 Thread Mark Basil

I'll tell ya, if I'd have know thatsheesh.  I actually went as far as to
install a 200 Meg ADDITIONAL redhat installation, mounted my old system,
copied lilo.conf and everything, ran lilo, and then deleted that new install
partition.  Pain in the ass, but it worked.  oh well.

--Mark

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Leonard den Ottolander
Sent: Monday, December 11, 2000 11:39 AM
To: [EMAIL PROTECTED]
Subject: RE: why linux gets such a bad rap ...


Hi Bill,

 So, how do I restore the dual boot without a boot diskette?  Can I
 just use my CD with the install disk to mount the drives?

 That should be fine.

Bye,

Leonard.



___
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: [WAY OT] DNS Registration Problems

2000-12-11 Thread Ron Golan

On Mon, Dec 11, 2000 at 12:48:36PM -0500, Fred Whipple wrote:
 Hi All,
 
 For about a month now, we've been struggling with with how to change the
 IP address of our DNS servers.  As a Web hosting company, we have
 countless domain names pointing to our DNS servers.  We are in the
 process of switching network providers, and since we are a "small
 business" we have not at this point procured our own IP addresses from
 ARIN.  We are thus using vendor supplied IP addresses for all of our
 services.
 
 Very simply, what we need to do is update whatever records (and at this
 point, I don't even understand which records) necessary so that not only
 are all our customers' DNS entries updated accordingly, but also any new
 customers can insert the new IP addresses into their domain name
 registrars' forms without the registrar balking.

New customers should list your dns servers by name when they register
a domain name. You will have to assign IP addresses from those
allocated to you by your new ISP and modify the A records of your DNS
db files. 

 
 Right now we are trying to first get our secondary DNS server moved to
 our new IP numbers.  If you lookup dns2.imagineis.com, you'll see the
 forward and reverse DNS both point to the new IP numbers.  If you do a
 WHOIS lookup on dns2.imagineis.com, you'll see the old numbers. 

What are the old and new numbers. I did some checking and I'm a bit
confused. 

[rgolan@beatbox rgolan]$ nslookup dns2.imagineis.com
Server:  smoke.coaworld.lan
Address:  192.168.10.254

Non-authoritative answer:
Name:dns2.imagineis.com
Address:  64.31.109.13

The nslookup shows the 64.31.109.13 address but the whois shows

   Domain servers in listed order:

   DNS1.IMAGINEIS.COM216.64.24.36  
   DNS2.IMAGINEIS.COM216.64.24.39  

I queried the dns1.imagineis.com server and it has A records showing

dns112H IN A216.64.24.36
dns212H IN A64.31.109.13

In fact, dns1 says

 dns2.imagineis.com
Server:  dns1.imagineis.com
Address:  216.64.24.36

Name:dns2.imagineis.com
Address:  64.31.109.13

but dns2 says

 dns2.imagineis.com
Server:  dns2.imagineis.com
Address:  64.31.109.13

Name:dns2.imagineis.com
Address:  216.64.24.39

Notice that each server has a differnent IP address for dns2.


-- 
Ron Golan
[EMAIL PROTECTED]



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



gnome finding libs in KDE???

2000-12-11 Thread christopher j bottaro

i've have KDE2 installed.  and i'm installing gnome now.  the problem 
(accually, i don't even know if its a problem) is that the installation 
instructions for gnome says to "download, compile and install the following 
packages in order.".  well i started...i got audiofile, compiled and 
installed it to /usr/local/gnome.  well, package X is dependent on some 
audiofile libs and files.  well configure for package X is finding the 
audiofile files in /usr/local/kde2, not in /usr/local/gnome...!!!  what do i 
do?

thanks for the help!  hopefully in a few more weeks i won't be such a linux 
newbie anymore and can figure these things out on my own...

christopher

P.S.  i joined this mailing last night, and already yall have been really 
helpful.  i've had around 4 major problems of mine answered already.



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



shell and/or keymap has gone wierd on me(home/end/del printing ~), how do I restore settings?

2000-12-11 Thread Jonathan Wilson

Ok, the story goes like this:

We have two identical redhat 6.2 servers. I personally use bash, almost everyone else 
uses tcsh. One day we woke up, and the home, end and delete keys weren't working on 
one of the servers anymore. Instead of going to the beginning or end of the line or 
deleting one character to the right, respectively, it prints the tilde (~) character. 
It's SUPER annoying because I use those keys all the time. I can get around it with ^a 
and ^d but it really bothers me what's worse is no one has done anything that 
should have caused this. The server has been up for like 45 days, and this happened 
all the sudden about a week ago.

Oh I should say: these are co-located servers, we ssh to them, so it's not a local 
keyboard-keymap problem. I've tried using telnet instead of ssh, that doesn't help.

Here's a sample output:

On the working server:

[root@csc004 httpd]# /bin/echo hi
Here I have hit the home key after typing the command, then delete, once. As shown it 
properly removed the first character to the right - the beginning "/".

Here's the exact same keystrokes on the broken server:

[admin@csc003 remote]$ /bin/echo hi~~
As shown, instead of going to the start of the line and deleting, it just prints "~~"

This happens no mater what user or shell, also we've tried sshing/telneting from 
different boxen in our office with various kinds of keyboards, all the same problem.

Any ideas?

Thanks,



Jonathan Wilson
System Administrator

Cedar Creek Software
http://www.cedarcreeksoftware.com

Central Texas IT
http://www.centraltexasit.com



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



Shutdown issue (fwd)

2000-12-11 Thread Statux

Does anyone have a quick and painless way to help this person out? :)

-- Forwarded message --
Date: Mon, 11 Dec 2000 12:02:45 +0100
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Shutdown issue


To whom it may concern:

I received on my mobile phone the following message:

B:Perhaps because httpd has already been killed (shutdown so to speak) by a previous 
attmpt to halt/reboot the 


I do not know why it landed in my phone, please let me know where did you send the 
message, because I am receiving hundreds of messages every day and it is really 
bothering me. I need to stop it as soon as possible.

 Thank you

Best regards

Lenka Bokajova

Tel:+420 233 099 484
Fax:   +420 233 099 429
Safrankova 1, 155 00  Praha 5,   Czech Republic
===



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



Imagemagick and Perlmagick

2000-12-11 Thread K Old

Hello,

I am trying to install a perl module that will allow me to display 
images/thumbnails via perl.  It is called Imagemagick and is at 
http://www.imagemagick.org.  I have downloaded the source and installed it 
successfully.  The tests are successful.

Also, via the CPAN module I have added the Perlmagick addition to the system 
and the installation is successful.

However, when I try to reference this module and use it, I get the following 
error in the server logs:

BEGIN failed--compilation aborted at index.cgi line 25.
[Mon Dec 11 07:43:36 2000] [error] [client 208.249.92.139] Premature end of 
script headers: /home/admin/www/photos/admin/index.cgi
Can't load 
'/usr/local/lib/perl5/site_perl/5.6.0/i686-linux/auto/Image/Magick/Magick.so' 
for module Image::Magick: libMagick.so.5: cannot open shared object file: No 
such file or directory at 
/usr/local/lib/perl5/5.6.0/i686-linux/DynaLoader.pm line 200.

I am using Image Display System at http://ids.sourceforge.net

Any help in resolving this matter is greatly appreciated.

Kevin
[EMAIL PROTECTED]

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com



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



Re: Shutdown issue (fwd)

2000-12-11 Thread Luke C Gavel

Hi,

Whoever is sending these messages must have this person's email
address in their '/home/root/.forward' file.

That's my best guess,
LG

On Mon, 11 Dec 2000, Statux wrote:

 Does anyone have a quick and painless way to help this person out? :)
 
 -- Forwarded message --
 Date: Mon, 11 Dec 2000 12:02:45 +0100
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Shutdown issue
 
 
 To whom it may concern:
 
 I received on my mobile phone the following message:
 
 B:Perhaps because httpd has already been killed (shutdown so to speak) by a previous 
attmpt to halt/reboot the 
 
 
 I do not know why it landed in my phone, please let me know where did you send the 
message, because I am receiving hundreds of messages every day and it is really 
bothering me. I need to stop it as soon as possible.
 
  Thank you
 
 Best regards
 
 Lenka Bokajova
 
 Tel:+420 233 099 484
 Fax:   +420 233 099 429
 Safrankova 1, 155 00  Praha 5,   Czech Republic
 
===
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- Generated Signature --
Lots of girls can be had for a song.  
Unfortunately, it often turns out to
be the wedding march.
-- End Sig --



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



arg, confusion with desktop/window managers!

2000-12-11 Thread christopher j bottaro

ok, i got halfway through installing gnome when i realized that gnome is 
already installed on my redhat6.1 system!  but i chose KDE as my desktop 
manager when i installed RH6.1.  does redhat install both and just configure 
xclients to start kde if thats the one you choose?

anyways, my real questions is...  redhat installs kde and gnome when you 
install redhat on your system, well, i want to remove them both and install 
them from scratch (via compiling source) in directories that i choose.  how 
do remove kde/gnome (the versions installed by redhat) completely 
(libraries and all) from my system??  the problem is that programs are 
finding libraries and files from the orginal kde/gnome installs, instead of 
the installs i did (/usr/local/kde2, and /usr/local/gnome)!

thanks a ton for the help...
christopher



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



Re: Shutdown issue (fwd)

2000-12-11 Thread Statux

Not just root.. wouldn't it be in any user's .forward?

On Tue, 12 Dec 2000, Luke C Gavel wrote:

 Hi,

 Whoever is sending these messages must have this person's email
 address in their '/home/root/.forward' file.

 That's my best guess,
 LG

 On Mon, 11 Dec 2000, Statux wrote:

  Does anyone have a quick and painless way to help this person out? :)
 
  -- Forwarded message --
  Date: Mon, 11 Dec 2000 12:02:45 +0100
  From: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: Shutdown issue
 
 
  To whom it may concern:
 
  I received on my mobile phone the following message:
 
  B:Perhaps because httpd has already been killed (shutdown so to speak) by a 
previous attmpt to halt/reboot the 
 
 
  I do not know why it landed in my phone, please let me know where did you send the 
message, because I am receiving hundreds of messages every day and it is really 
bothering me. I need to stop it as soon as possible.
 
   Thank you
 
  Best regards
 
  Lenka Bokajova
 
  Tel:+420 233 099 484
  Fax:   +420 233 099 429
  Safrankova 1, 155 00  Praha 5,   Czech Republic
  
===
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
 

 -- Generated Signature --
 Lots of girls can be had for a song.
 Unfortunately, it often turns out to
 be the wedding march.
 -- End Sig --



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


-- 
-Statux



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



Re: SCSI Tape

2000-12-11 Thread Mikkel L. Ellertson

On Tue, 12 Dec 2000, Ken Cole wrote:

 RH5.2 Standard kernel
 Linux version 2.0.36
 
 The drives are EIDE, everything installed great and is working fine.
 
 Have now added an Adaptec 1520/1522 and a Tandberg cartridge tape.  No
 matter what I do I cannot get the scsi card detected.
 
 tried lilo options at boot
:linux aha152x=0x340,11,7
 tried lilo otions in lilo.conf
 
 dmesg always has:
 scsi: 0 hosts.
 scsi: detected total.
 
[SNIP]
 
 Interrupt 11 has been setup for standard ISA and not PCI in the BIOS
 
 Please help.
 
 --
 Ken Cole
 
Did you compile aha152x support into the kernel?  If not, then try
modprobe aha152x and see if it finds the card.  You may need to make some
additions to /etc/config.modules or /etc/modules.conf to supply the I/O
and irq for the card.  You will want to add a line for the SCSI module.

alias scsi_hostadapter aha152x
options aha152x io=0x340 irq=11

Mikkel
 -- 

Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



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



Re: Shutdown issue (fwd)

2000-12-11 Thread Luke C Gavel


Oops.  I meant if his mobile phone was capable of reading his
email with the LCD screen...other than that it means someone has
a bunch of sound files integrated into a auto-dialer of some
sort.  They need to reconfigure that auto-dialer...and then tell
us how they set this up so we can use it -- (ahem) -- correctly.
;)  It would save money on pager subscriptions.

My bad,
LG

On Mon, 11 Dec 2000, Statux wrote:

 Does anyone have a quick and painless way to help this person out? :)
 

-- Generated Signature --
Lots of girls can be had for a song.  
Unfortunately, it often turns out to
be the wedding march.
-- End Sig --



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



Apache - cannot access

2000-12-11 Thread Shanmuga Raj

I have just re-installed RH6.2 in my system. Everything was fine, I was able
to access my Apache's default web page from my browser.I tried changing the
DocumentRoot to /home/httpd/mysite, using linuxconf. However I was not able
to access my default page located in /home/httpd/mysite. I changed th
DocumentRoot back to /home/httpd/html, however I am still not able to access
to default page in  /home/httpd/html. I get an error message which says "
FORBIDDEN - You donot have access to / on this server". 
I am relatively new to Linux and Apache configuration. would appreciate any
help.

Raj



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



Re: SCSI Tape

2000-12-11 Thread Ken Cole

Mikkel,

Mikkel L. Ellertson wrote:


 Did you compile aha152x support into the kernel?  If not, then try
 modprobe aha152x and see if it finds the card.  You may need to make some
 additions to /etc/config.modules or /etc/modules.conf to supply the I/O
 and irq for the card.  You will want to add a line for the SCSI module.

 alias scsi_hostadapter aha152x
 options aha152x io=0x340 irq=11

modprobe found the card and an insmod in rc.local has got it working.

I tried what you suggested before the original e-mail, in /etc/conf.modules.
but it never found it that way!

Thanks for the help.

--
Ken Cole
Satisfaction Software
e-mail: [EMAIL PROTECTED]
Voice: +61 7 3268 4722
Facsimile: +61 7 3268 4359
Mobile: 0418 792 349




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



RE: gnome finding libs in KDE???

2000-12-11 Thread Uncle Meat


On 14-Dec-2000 christopher j bottaro opined:
 i've have KDE2 installed.  and i'm installing gnome now.  the problem 
 (accually, i don't even know if its a problem) is that the installation
 instructions for gnome says to "download, compile and install the
 following 
 packages in order.".  well i started...i got audiofile, compiled and 
 installed it to /usr/local/gnome.  well, package X is dependent on some
 audiofile libs and files.  well configure for package X is finding the 
 audiofile files in /usr/local/kde2, not in /usr/local/gnome...!!!  what
 do i 
 do?
 
 thanks for the help!  hopefully in a few more weeks i won't be such a
 linux 
 newbie anymore and can figure these things out on my own...

Almost everything with a configure script has an option to specify paths
to where files are located. Those that don't have a configure script can
almost always be changed in the Makefile.

Type:

./configure --help | less

to see all of the options. Sometimes you won't find anything specific to
a particular set of files (like the audio packages). But, generally there
are options that will allow for extra includes and extra libraries within
the configure script.

In this case, it's likely something like:

./configure --option_for_file_location=/usr/local/gnome

The --option_for_file_location should probably be replaced with
--with-extra-libs  --with-extra-includes or something like that, anyway.

-- 
Never argue with an idiot. They drag you down to their level
then beat you with experience.



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



Re: Apache - cannot access

2000-12-11 Thread Deependra B. Tandukar

Change your directory permission to 775.

DT
- Original Message -
From: "Shanmuga Raj" [EMAIL PROTECTED]
To: "redhat-list" [EMAIL PROTECTED]
Sent: Tuesday, December 12, 2000 11:11 AM
Subject: Apache - cannot access


 I have just re-installed RH6.2 in my system. Everything was fine, I was
able
 to access my Apache's default web page from my browser.I tried changing
the
 DocumentRoot to /home/httpd/mysite, using linuxconf. However I was not
able
 to access my default page located in /home/httpd/mysite. I changed th
 DocumentRoot back to /home/httpd/html, however I am still not able to
access
 to default page in  /home/httpd/html. I get an error message which says "
 FORBIDDEN - You donot have access to / on this server".
 I am relatively new to Linux and Apache configuration. would appreciate
any
 help.

 Raj



 ___
 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



[newbie] .zip files...

2000-12-11 Thread christopher j bottaro

hmm...

i got some xmms skins and they are in .zip files.  what do i use to unzip 
them?  i tried gunzip -S .zip filename but it doesn't work...

thanks for the help...



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



Re: [newbie] .zip files...

2000-12-11 Thread Matt Housh

 i got some xmms skins and they are in .zip files.  what do i use to unzip
 them?  i tried gunzip -S .zip filename but it doesn't work...

Use the "unzip" utility, similar to gunzip, but without the g and a
different format. :) "unzip file.zip"...

Matt



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



Re: [newbie] .zip files...

2000-12-11 Thread Emmanuel Seyman

On Thu, Dec 14, 2000 at 12:30:33AM -0600, christopher j bottaro a ecrit:
 
 i got some xmms skins and they are in .zip files.  what do i use to unzip 
 them?  i tried gunzip -S .zip filename but it doesn't work...

unzip filename

Emmanuel Seyman



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



Re: Sendmail

2000-12-11 Thread Bret Hughes

Shanmuga Raj wrote:

 I am trying to understand how this works. any mail sent to the linux server
 from a workstation, is delivered to sendmail, as sendmail is the smtp server
 on port 25 (correct me if I am wrong). Then if the mail is local it is
 passed on to procmail to process local delivery to the local recepient. If
 the mail is remote, sendmail puts it the mail out que to deliver to the
 remote host.

 If,  as you said, any local mail which is sent without a domian name is
 directly passed on to procmail for delivery, how is the mail delivered to
 procmail? bcs as I understand, all mails are delivered to port 25 which is
 the smtp server.


Part of the sendmail configuration, or any mta's (Mail Transfer Agent) config I
guess, tells it what program to use for local delivery.  In the case of the
redhat setup procmail is used as the mda (Mail Delivery Agent).  At this point
the port 25 stuff does not come into play.  The mail is passed to procmail via
some other mechanism.

It is the MTA's job to get the mail to the correct machine.  Not to put it into
the user's mail box.  The MDA does that.

HTH
Bret



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



RE: Can the list owner change the subscribe behavior?

2000-12-11 Thread Mike Burger

In all honesty, I only received a message like that when I joined the
guinnes-list...I joined this one afterward, and received no such note.

And I will concur that there hasn't been any monthly mailing, either...at
least, not that's arrived in my mailbox.

On Mon, 11 Dec 2000, John MacLean wrote:

 It already does. After sending the subscription confirmation message I
 received a 'Welcome to the "Redhat-list" mailing list' message. It clearly
 states you can visit the web page or send a message to redhat-list-request@
 to unsubscribe or change options and the message lists your password.

 However, it also states you will receive a monthly reminder email with all
 of your @redhat.com list info and passwords; a message I've never received
 in the couple of months I'be been subscribed to various lists here.

 The dolts sending unsubscribe messages to the list likely never read, and
 most certainly never kept, this welcome message.



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



RE: Unauthorized Portmap Connection

2000-12-11 Thread Burke, Thomas G.

It means that someon tried to connect to your dump service, but your machine
ignored them.  Dump gives info about your machine, I believe.

 -Original Message-
 From: SoloCDM [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, December 11, 2000 10:15 AM
 To:   RedHat-List
 Subject:  Unauthorized Portmap Connection
 
 1) What does the following entry into /var/log/messages mean?  2)
 How can I stop future connections?
 
 portmap[29706]: connect from 202.156.38.254 to dump(): request from
 unauthorized host
 
 Note: When you reply to this message, please include the mailing
   list and my email address.
 
 *
 Signed,
 SoloCDM
 
 
 
 ___
 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: when do environment vars get set?

2000-12-11 Thread Mike McNally

 
 First:  Environment is in no way supported by the kernel.  It's pure
 user-space stuff; totally in the shell.

That's not exactly correct, since the "execve" call explicitly supports
passing of an environment array, and thus the environment is a critical
part of establishing the process address space for the new program.
But it is quite true that the kernel doesn't care what's *in* the 
environment.



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