RE: apache-ssl setup problem?

2001-04-25 Thread Eddie Strohmier

Gary:

You could make a symlink for perl5 in /usr/local/bin as
perl5 resides in
/usr/bin on my machine and I assume yours. Is this RH 6.2?
Check to be sure  yours is in /usr/bin or you could run the
rpm with the --nodeps flag to bypass the dependency. I would
say the save bet is just to make a symlink:

ln -s /usr/bin/perl5.00503 /usr/local/bin/perl5.00503

Do this as root of course and the rpm should install with no
problem.

Eddie Strohmier

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of gary@umc
Sent: Thursday, April 26, 2001 1:20 AM
To: [EMAIL PROTECTED]
Subject: Re: apache-ssl setup problem?


I downloaded the following once and install, but still
getting error msg as
below:

~
# rpm -ivh apache-ssl-1.3.12_1.40-2k.i586.rpm
error: failed dependencies:
/usr/local/bin/perl5 is needed by
apache-ssl-1.3.12_1.40-2k
~

in fact, I got the perl-5

# rpm -q perl
perl-5.00503-10

so, what is the different between perl5 and perl-5???

Please help to advise...

thanks for all help...

rdgs,
gary

- Original Message -
From: Charles Galpin <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 11:48 AM
Subject: Re: apache-ssl setup problem?


>
> On Thu, 26 Apr 2001, gary@umc wrote:
>
> > Dear all,
> >
> > I have downloaded apache-ssl-1.3.12_1.40-1.ppc.rpm, but
when I tried to
> > install, it prompt me the following dependencies error,
> >
> > 
> > # rpm -ivh apache-ssl-1.3.12_1.40-1.ppc.rpm
> > error: failed dependencies:
> > ld.so.1 is needed by apache-ssl-1.3.12_1.40-1
> > /usr/local/bin/perl5 is needed by
apache-ssl-1.3.12_1.40-1
> > 
> >
> > what is ld.so.1 and where can I get it?
> > what does ppc means? as the name of apache-ssl?
>
> Hehe. Sorry to laugh, but if you don't know what ppc is,
then you have the
> wrong rpm!
>
> ppc stands for Power PC. Unless you are running a powerpc,
this will not
> work on your machine. Find the i386 version, or build from
the source rpm.
>
> But, to answer your question (in case you get the same
error after getting
> the correct rpm), ld.so.1 comes from the ld.so rpm (shared
library tool).
>
> hth
> charles
>
>
>
> ___
> 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: reiser on 7.1

2001-04-25 Thread Thomas Ribbrock

On Wed, Apr 25, 2001 at 04:06:26PM -0500, Nima S. Panahi wrote:
> Well, for my experience I believe this is a wise choice. I have TRIED
> installing it on many types of systems. Most work, many had minor
> problems, and some had really serious problems. For one example that
> should make you think twice is the fact that for VIA chipsets you have a
> good chance of filesystem corruption (this is VIA's fault, but things like
[...]

I take it you're referring to the problem with the VIA 686 SouthBridge and
IDE? I thought, this is only a problem when using the second IDE channel and
under heavy load (but then with *all* file systems and OSes)?

Cheerio,

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

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



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



Re: How to set IP Forwarding in RedHat 7.0

2001-04-25 Thread Harmit

Linux gateway is connected with single NIC to net by leased line.I have another linux
box with ip 192.x which i am not able t o ping to 63.x ,shows network unreachable,but
at the same time other NT boxes with IP (192.x)can ping  gataeway.So my concern is what
should I do so that they can ping.
I have made the necessary changes in the /etc/sysconfig/network file.what do you
suggest?


Kyle Hargraves wrote:

> On Wed, 25 Apr 2001, Harmit wrote:
>
> > Thanks for the info .Can you kindly let me know how a linux host (192.168.1.x)can
> > be configured so that it should be able to communicate with  my default
> > gateway(63.x.x.x) .I have red hat 6.1 on intel .
>
> it depends upon how you are connecting (or wish to connect) and I
> would need a sketch of your network.  For example
>
> i   you may have a network (coax or utp) connection to your
> 192.. net and a ppp to the 63... net
>
> Alternatively they may be both be "in house" on separate
> nets.
>
> ii  if the latter you will need two NICs on your RH machine
> with a suitable  "route add"  command to  direct the
> traffic to your gw.  Take a look at  "man route"; there
> are some examples
>
> iii If the 63.. network is not availabe "locally" - i.e
> cannot be connected to by a NIC then other senarios begin
> to abound - depending upon if you wish a simple cisco 803
> to the job or another linux box.
>
> I really would need to get a better appreciation of your network;
> the combinations multiply from here-on
>
> > I have made the changes requd in the /etc/sysconfig/network
> > and/etc/sysconfig/network-scripts/ifcfg-eth0 file..Can you tell me what am I
> > MISSING?
>
> I presume that you have setup the  ifcfg-eth0 file with a 192.. ip
>
> If you're trying to connect the the 63.. by ppp then are you
> acquiring a 63.. IP for YOUR end of the ppp connection.  type
> "netstat -rn" to check
>
> If such is the case then the instructions I gave previously should
> do the job; otherwise if you're not getting a "local" 63.. ip then
> thats were the problem lies
>
> If you are connecting ppp  run the command "tail -f /var/log/messages"
> and monitor the progress of the connection.  You should see a
> local and remote ip assignment which will be confirmed by a
> "netstat -rn"
>
> There are quite a few combinations here but for the moment this is the
> best I can do
>
> cheers
>
> Kyle Hargraves
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



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



Re: apache-ssl setup problem?

2001-04-25 Thread [EMAIL PROTECTED]

I downloaded the following once and install, but still getting error msg as
below:

~
# rpm -ivh apache-ssl-1.3.12_1.40-2k.i586.rpm
error: failed dependencies:
/usr/local/bin/perl5 is needed by apache-ssl-1.3.12_1.40-2k
~

in fact, I got the perl-5

# rpm -q perl
perl-5.00503-10

so, what is the different between perl5 and perl-5???

Please help to advise...

thanks for all help...

rdgs,
gary

- Original Message -
From: Charles Galpin <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 11:48 AM
Subject: Re: apache-ssl setup problem?


>
> On Thu, 26 Apr 2001, gary@umc wrote:
>
> > Dear all,
> >
> > I have downloaded apache-ssl-1.3.12_1.40-1.ppc.rpm, but when I tried to
> > install, it prompt me the following dependencies error,
> >
> > 
> > # rpm -ivh apache-ssl-1.3.12_1.40-1.ppc.rpm
> > error: failed dependencies:
> > ld.so.1 is needed by apache-ssl-1.3.12_1.40-1
> > /usr/local/bin/perl5 is needed by apache-ssl-1.3.12_1.40-1
> > 
> >
> > what is ld.so.1 and where can I get it?
> > what does ppc means? as the name of apache-ssl?
>
> Hehe. Sorry to laugh, but if you don't know what ppc is, then you have the
> wrong rpm!
>
> ppc stands for Power PC. Unless you are running a powerpc, this will not
> work on your machine. Find the i386 version, or build from the source rpm.
>
> But, to answer your question (in case you get the same error after getting
> the correct rpm), ld.so.1 comes from the ld.so rpm (shared library tool).
>
> hth
> charles
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



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



Re: apache-ssl setup problem?

2001-04-25 Thread [EMAIL PROTECTED]

Thanks, Charles...

no wonder, it asking for perl5, in fact I already got perl5 installed...???
really thanks for yrs kindly advise and help...
I tried to get from rpmfind.net, but can't find the once for RedHat
distribution, so which once shd I choose? and there are some with i586
also..?? shd i get i386 once? what is the different?

thanks,
gary

- Original Message -
From: Charles Galpin <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 11:48 AM
Subject: Re: apache-ssl setup problem?


>
> On Thu, 26 Apr 2001, gary@umc wrote:
>
> > Dear all,
> >
> > I have downloaded apache-ssl-1.3.12_1.40-1.ppc.rpm, but when I tried to
> > install, it prompt me the following dependencies error,
> >
> > 
> > # rpm -ivh apache-ssl-1.3.12_1.40-1.ppc.rpm
> > error: failed dependencies:
> > ld.so.1 is needed by apache-ssl-1.3.12_1.40-1
> > /usr/local/bin/perl5 is needed by apache-ssl-1.3.12_1.40-1
> > 
> >
> > what is ld.so.1 and where can I get it?
> > what does ppc means? as the name of apache-ssl?
>
> Hehe. Sorry to laugh, but if you don't know what ppc is, then you have the
> wrong rpm!
>
> ppc stands for Power PC. Unless you are running a powerpc, this will not
> work on your machine. Find the i386 version, or build from the source rpm.
>
> But, to answer your question (in case you get the same error after getting
> the correct rpm), ld.so.1 comes from the ld.so rpm (shared library tool).
>
> hth
> charles
>
>
>
> ___
> 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: other than CNAME in DNS

2001-04-25 Thread Matthew Melvin

On Thu, 26 Apr 2001 at 1:44pm (+0800), Mark Lo (3) wrote:

> HI,
>
>  I would like to know, is there any method other the CNAME Record using
> in DNS.  Assume I only have one ip and want to host many sites.
>

No reason you can't have multiple A records pointing at the same IP address.

M.

-- 
WebCentral Pty Ltd   Australia's #1 Internet Web Hosting Company
Level 1, 96 Lytton Road.   Network Operations - Systems Engineer
PO Box 4169, East Brisbane.   phone: +61 7 3249 2557
Queensland, Australia.pgp key id: 0x900E515F




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



other than CNAME in DNS

2001-04-25 Thread Mark Lo (3)

HI,

 I would like to know, is there any method other the CNAME Record using
in DNS.  Assume I only have one ip and want to host many sites.

Thank you

Mark



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



Re: How to change shutdown order of K scripts

2001-04-25 Thread Mikkel L. Ellertson

On Wed, 25 Apr 2001, Brian Wince wrote:

> All,
>
> I have a application called atria that needs to be shutdown before
> /etc/init.d/network gets shutdown.
> I have tried renaming the kill script in /etc/rc.d/rc6.d and /etc/rc.d/rc0.d
> to be before K20nfs and K90network but it does not change the order of the
> kill scripts.
>
What did you rename them to?  You do know that the symling in rc0.d and
rc6.d have to start with a capital K, and a two digit number, right?
They are normaly symlinks to a script in /etc/rc.d/init.d.
>
> When I use chkconfig --list atria it returns service atria does not support
> chkconfig, which is the same response when I try and do chkconfig --add
> atria.
>
Your file needs to be in the proper format.  Checkconfig wants a line:
# chkconfig: 345 40 60
Where 3, 4, and 5 are the levels to start at.  40 is the start value,
and 60 is the kill value.  (The symlinks will be named S40 and K60...)

Checkconfig also likes a discription in the file - I am not sure if it
is necessare, but it is a good idea.

Now, for your script to work, you have to test how it is called.  This
is because S## symlinks become start commands, and K## become stop
commands.

So you will probably want your file to have something like:
# chkconfig: 345 30 80
(The network script uses is 10 and 90.)

> How do I get this application to shutdown before the network?
>
> Any and all is greatly appreciated.
>
> TIA
>
> Brian
>
>
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: VNC Server and 7.1

2001-04-25 Thread Cameron Simpson

On Wed, Apr 25, 2001 at 08:24:35PM -0400, Rodney Fulk <[EMAIL PROTECTED]> wrote:
| Ok the script you sent to me seems a bit more then the one I am looking
| for..
| The script I am looking for is called xstartup and was pretty small.
| 
| Which uses the /bin/sh shell instead of perl.

My ~/.vnc/xstartup file says:


#!/bin/sh

# you probably don't need this line - it has to do with some ancient
# Solaris X11 issues
DISPLAY=localhost:`expr "x$DISPLAY" : '.*:\(.*\)'`; export DISPLAY

xsetroot -solid black
xrdb_load
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
fvwm2 &

Simple enough for your needs?
--
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

Judging by my employee ID# my employer thinks I am a small filing cabinet,
so I dont think they give a care about my opinions.
- Michael Jones <[EMAIL PROTECTED]>



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



Re: How do I use fsck ?

2001-04-25 Thread Charles Galpin

Hoe gaan dit Pieter?

You will most likely need to make a trip to the site, or instruct someone
there how to do this.

You need to boot off a rescue floppy or cdrom, and run fsck on that
partition. 

It may fix the problems, and it may not. I have had a situation
where the file corruption occured to critical files which prevented the
machine from booting, even after running fsck. I had to carefully restore
files from backups until I could get it to boot. A bit hard to do over the
phone with someone.

I'm hoping you have backups available.

If this has happened before, suspect your hardware. In my case it was the
hard drive overheating, and then corrupting the filesystem - I won't buy
quantum anymore.

Veels geluk
charles
p.s. sorry about the crappy Afrikaans (assuming you are Afrikaans, given
your name :) )

On Wed, 25 Apr 2001, Pieter De Wit wrote:

> Hello Guys and Gals,
> 
> I have a curropted / part. The system doesn't want to boot, and its at my
> remote site. I have had this happen before...What can I do to fix this ?
> 
> Thanks,
> 
> Pieter De Wit



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



Re: apache-ssl setup problem?

2001-04-25 Thread Charles Galpin


On Thu, 26 Apr 2001, gary@umc wrote:

> Dear all,
> 
> I have downloaded apache-ssl-1.3.12_1.40-1.ppc.rpm, but when I tried to
> install, it prompt me the following dependencies error,
> 
> 
> # rpm -ivh apache-ssl-1.3.12_1.40-1.ppc.rpm
> error: failed dependencies:
> ld.so.1 is needed by apache-ssl-1.3.12_1.40-1
> /usr/local/bin/perl5 is needed by apache-ssl-1.3.12_1.40-1
> 
> 
> what is ld.so.1 and where can I get it?
> what does ppc means? as the name of apache-ssl?

Hehe. Sorry to laugh, but if you don't know what ppc is, then you have the
wrong rpm!

ppc stands for Power PC. Unless you are running a powerpc, this will not
work on your machine. Find the i386 version, or build from the source rpm.

But, to answer your question (in case you get the same error after getting
the correct rpm), ld.so.1 comes from the ld.so rpm (shared library tool).

hth
charles



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



Re: adding users through a script

2001-04-25 Thread Wyatt

Got it, thanks guys!

Wyatt



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



Re: *SOLVED* rpm core dumps on RH7

2001-04-25 Thread David Young

I ran this...

# strace rpm -Uvh ed-0.2-19.i386.rpm

Just before it dies, it says:

  read(13, "#\n# /etc/nsswitch.conf\n#\n# An ex"..., 4096) = 1787
  read(13, "", 4096)  = 0
  close(13)   = 0
  munmap(0x4025d000, 4096)

I already suspected something the nss_ldap or pam_ldap realm since it was
among the last things we had installed. I went into /etc/nsswitch.conf and
removed the "ldap"  from the "passwd:" line (the only thing in that file
that we changed). Re-run rpm, and it works fine.


> From: David Young <[EMAIL PROTECTED]>
> Date: Wed, 25 Apr 2001 11:42:08 -0400
> To: <[EMAIL PROTECTED]>
> Subject: rpm core dumps on RH7
> 
> I have three machines running RH7, and on two of them rpm core dumps if I
> try to -i (install), -U (update) or -F (freshen) any rpm... -q (query) or -e
> (erase) works fine. Below is the config of the machines, can anyone give any
> suggestions?
> 
> RPM WORKS:
> #1 Dell PowerEdge 1400
> 
> RPM CORE DUMPS:
> #2 Dell PowerEdge 1400
> #3 CompUSA something or other
> 
> Install on all these servers:
> Dell's standard RH 7.0 installation
> OpenLDAP rpm package removed
> OpenLDAP 2.07 installed from source
> nss_ldap rpm package removed
> nss_ldap-149 installed from source
> pam_ldap-105 installed from source
> qmail-1.03 installed from source
> 
> 



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



[OT]Programming Theory

2001-04-25 Thread Chad W. Skinner

I am trying to learn how to program more effectively in scripting languages
and have come the the conclusion that I have no experience with theory. Does
anyone know of a good book that would cover programming theory from
analyzing the problems or steps required to laying out your code? I would
like to find a book that covers the theories and concepts and is applicable
to java, php, perl and bash shell scripting. Does anyone know of such a
book?

Thanks, Chad



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



Re: Multi Boot

2001-04-25 Thread Mikkel L. Ellertson

On Thu, 26 Apr 2001, Raoul Anderson wrote:

> Hi - I have set up a test machine as follows;
> Partition 1 - Windows 98
> Partition 2 - Windows 2000 Professional
> Partition 3 - Windows 2000 Server
> Partition 4 - Red Hat 7
> Partition 5 - Linux Swap File
>
> They all installed without any problem, and can boot from the NT loader all
> windows OS's without any dramas.  I can boot to RH 7 if I insert the floppy
> boot disk I created on install also, but I would like to get RH 7 into my
> boot loader.  So far I have done the following;
>
> booted in linux;
> dd if=/dev/hda7 of=/bootsect.lnx bs=512 count=1
> mount -t msdos /dev/fd0 /mnt (with a win98 boot disk inserted)
> cp /bootsect.lnx /mnt
> unmount /mnt
>
> then booted in windows;
> copied bootsect.lnx into c:\
> edited boot.ini to include the following;
> c:\bootsect.lnx="Red Hat 7.0"
>
> the extra extry then appears in the boot menu, but when selected just makes
> the screen go blank and eventually reboots.  I am pretty sure that when I
> boot to linux from the floppy the partition which linux is installed onto is
> on /dev/hda7, so what have I done wrong?
>
> TIA
>
> Raoul
>
In your /etc/lilo.conf, does it have the line boot=/dev/hda7?  Did you
run lilo after you booted up Linux from the floppy, so that the lilo
first stage loader get written to /dev/hda7?  Is the location of the
kernel accessable to the BIOS.  (You man nave to use the lba32 option of
lilo.)  From what you are saying, it does not sound like lilo is being
loaded, so it may not have been written to /dev/hda7 before you made
bootsect.lnx.

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



library incompatabilities

2001-04-25 Thread Bob Hartung

Hi all,
  I would like to install the newest version of
'scigraphica' on my Rh7.0 machine.  This requires GTK+Extra
which in turn requires libxml.so.2.  Now I can find the
libxml-2.0.0-1.i386.rpm on rpmfind.net but if I try a rpm
-Uvh xxx to upgrade to the 2.0.0-1 version of libxml from
1.8.9 I receive a warning of multiple failed dependencies of
installed and necessary programs.

  How can I install and use this library and not totally
cobble up my existing and smooth working RH7 installation?  

 I also have to install gtk+extra and python-numpy packages
but this will be new installs and I don't expect to have
dependency problems with existing programs and I meet all
their requirments for installed packages.

  Thanks a lot!

Bob Hartung



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



Re: Gnome fails to load.

2001-04-25 Thread Bret Hughes

Nick Lowman wrote:

> Hello Everyone,
>
> It seems that gnome has stopped working on my Red Hat 6.2 machine. I run
> startx and a small screen appears telling me that Enlightenment is loading
> which seems to be OK and then a small Gnome window appears on a grey
> background telling me Gnome is loading. But after that disappears all I'm
> left with is a grey screen. I can't do anything except reboot the machine.
> Any ideas how to remedy this?
>
> Thanks
> Nick

>

Are you starting X fro the command line?  This is the only way I have ever
found to track what is happening.  You can do a alt-F1 as X is coming up and
see what the server is spitting out.  There are also hidden files in your
home directory that may contain some insight.

As a gerneral rule filling up either /tmp or /home partitions will cause
weird things to happen.  What does df -h tell you?

Bret



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



Re: FTPd problems

2001-04-25 Thread Manish Kathuria

Check your DNS settings. Make sure you have entered the machine names /
aliases versus the IP addresses in the /etc/hosts file.

Manish Kathuria
http://www.tuxspace.com/

Jake McHenry wrote:
> 
> I'm running 7.0, and have been having seme problems getting ftpd work work
> right. I'm using wu-ftpd 2.6.1(1). What's happening is when I, or anyone else
> tried to ftp into my machine, it takes about 2 minutes before the
> username/password prompt comes up. This is not just happening for the outside
> world, it is also happening on my internal network. If I sit on the machine and
> ftp localhost, it seem to work ok. Once the people are logged in, it's fast,
> like normal. It's just the initial login process that is taking a lot of time.
> Has anyone seen this before? I'm thinking it might just be a missing argument in
> xinetd for ftp or something, hopefully. Right now in /etc/xinetd.d/wu-ftpd the
> arguments are -l -a, which I believe are the defaults.
> 
> Thanks in advance,
> 
> Jake
>



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



kickstart problem

2001-04-25 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-


G'day -

I'm stumped.  I'm attempting to kickstart a relatively slim install
for a gateway, and it refuses to install Perl, even when it's
specifically asked for.  To simplify diagnostics, I've eliminated
custom selection of packages, and have determined that the following
steps will reproduce the problem:

Install Red Hat 7.1, selecting these package groups:
- - networked workstation
- - dialup workstation
- - utilities

Complete the install, and reboot.  Confirm that Perl is present
('which perl'), and it is.  Now use mkkickstart to produce a ks.cfg.
Completes successfully, except that when reading partition tables,
gives this on the console:

Trying to free nonexistent resource <0320-0323>
Trying to free nonexistent resource <0320-0323>

Check the newly created ks.cfg, and perl is listed.  Delete the
reference to cdrom (this will be an nfs install), and fix the
partitioning entries (they don't get created properly).  Re-run
install using this kickstart config, and everything goes as planned
... except that perl doesn't get installed.

Since my postinstall config script is a Perl routine, this is a
decidedly inconvenient state of affairs.  So ... I circumvent this by
adding an rpm command for perl to my postinstall config, thus
hammering it into place, and that works.

Other minor kickstart bugs: despite the specification of keyboard,
language, and nfs locations in the kickstart file, I still have to
respond manually to these dialogs before the install will proceed.
This is consistently true over several different types of installs,
however, while the Perl problem is unique to the trimmed-down gateway
builds.

Before I file my bug reports, anyone care to comment on anything I
might have missed?

- -d

- -- 
David Talkington
http://www.spotnet.org

PGP key: http://www.prairienet.org/~dtalk/dt000823.asc



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

iQEVAwUBOueHZ71ZYOtSwT+tAQES9QgAuvLqlu1G8cxCDaNmAGtCQFtriV77xxe4
RMXRaIIu7T7PGIUHocREz3cZJ5o9pRrGaa3MC0zLaCj6nkTaUSttPF8rFPVq3ZqC
yyEDi74DgySw0x86R/YU0B61cS3HS7HvWsIQG0LhqJj7QPlG4DVKBvqaXCRrfiRZ
CIzsoFrolFd6NrhP8unS4NruYBn1SpjRoeuzAARHe9b+JdZcUlYyxsM1EmMJYnsl
QcL+erwvMvD8KNpmOTOK+pPl9oVc7VMyCpVT6x19fD0blN8pbPBSI0eFEZDGK4cM
6CLNwgbCGNwcF4Ss3GRR5NVAGzLrXmyzYHrc30gArWjALZtvxUC8lA==
=qp/M
-END PGP SIGNATURE-




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



Re: How to change shutdown order of K scripts

2001-04-25 Thread David Young

I don't know what atria is, but does it have a script in /etc/init.d/atria ?
If so you can make it chkconfig-compatible by adding the appropriate
comments to the top of /etc/init.d/atria. Use one of the other scripts as a
guide (or man chkconfig). Once you add the necessary comments, you'll need
to do `chkconfig atria reset`.

> From: Brian Wince <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Wed, 25 Apr 2001 17:23:46 -0700
> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subject: How to change shutdown order of K scripts
> 
> All,
> 
> I have a application called atria that needs to be shutdown before
> /etc/init.d/network gets shutdown.
> I have tried renaming the kill script in /etc/rc.d/rc6.d and /etc/rc.d/rc0.d
> to be before K20nfs and K90network but it does not change the order of the
> kill scripts.
> When I use chkconfig --list atria it returns service atria does not support
> chkconfig, which is the same response when I try and do chkconfig --add
> atria.
> 
> How do I get this application to shutdown before the network?
> 
> Any and all is greatly appreciated.
> 
> TIA
> 
> 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



apache-ssl setup problem?

2001-04-25 Thread [EMAIL PROTECTED]

Dear all,

I have downloaded apache-ssl-1.3.12_1.40-1.ppc.rpm, but when I tried to
install, it prompt me the following dependencies error,


# rpm -ivh apache-ssl-1.3.12_1.40-1.ppc.rpm
error: failed dependencies:
ld.so.1 is needed by apache-ssl-1.3.12_1.40-1
/usr/local/bin/perl5 is needed by apache-ssl-1.3.12_1.40-1


what is ld.so.1 and where can I get it?
what does ppc means? as the name of apache-ssl?

thanks for advise...

rdgs,
gary



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



Re: anyway to write CMOS settings to a box ?

2001-04-25 Thread Edward Dekkers

> I did some googling before I wrote the list but now hthat I know it can be
> done I will keep at it.  Thanks for the feed back.

np.

>
> BTW was this a linux based tool?

No, IIRC it was a very small DOS program. I just put it on a boot floppy
with a few batch files. It checked the (backed up) CMOS data for integrity
(eliminating floppy read errors), before writing it to the CMOS. This was
when I was free-lancing for a college, where we put down 40 or 50 PCs at a
time. I DID have to make sure all M/B were EXACTLY the same (BIOS version
and all), and I think it did stuff up on me once on one box, but simply
clearing the CMOS with a jumper brought that PC back to life. Personally
that is the only problem I ever encountered with it. It's a shame this was
so long ago (about '95), otherwise I'm sure I'd still have it.

>  I found one that can be used in dos but it
> is for back up ad restore of an single box.  The author said that it would
> render another MB usless if you tried to restore a backup of one to
another.
> Once I read that I figured there was something going on that I did not
know
> about.  Of course these will be identical MBs I would attempt this on.  I
> wonder if the author was trying to be too careful in telling people not to
> try it from one board to another.  I would really like to do this via
> kickstart but if it has to be another step so be it.  I am just trying to
> eliminate fat fingers from causing problems down the road :)

Understood. I didn't see any disclaimer about doing multiple boxes in the
utility's readme file when I did it. YMMV. The best thing to do in this case
(this is what I would do) - is e-mail the author and ask 'why not?'. Maybe
it's exactly like you say - he just doesn't want responsibility  for
something going wrong with the use of his program. I have to write
disclaimers into software I write as well, given it is the millenium and
people just love to sue nowadays.

Good Luck!

--
Edward Dekkers (Director)
Triple D Computer Services Pty. Ltd.
822 Rowley Road
Oakford W.A. 6121
+61 8 9397-1040
ABN: 33 635 238 024



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



How to change shutdown order of K scripts

2001-04-25 Thread Brian Wince

All,

I have a application called atria that needs to be shutdown before
/etc/init.d/network gets shutdown.
I have tried renaming the kill script in /etc/rc.d/rc6.d and /etc/rc.d/rc0.d
to be before K20nfs and K90network but it does not change the order of the
kill scripts.
When I use chkconfig --list atria it returns service atria does not support
chkconfig, which is the same response when I try and do chkconfig --add
atria.

How do I get this application to shutdown before the network?

Any and all is greatly appreciated.

TIA

Brian 




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



RE: RH 7.1 and Webmin

2001-04-25 Thread Rodney Fulk

I am using .85 and seems to work ok. Make sure you use Netscape though.
Konquor (sp?) doesn't seem to be fully supported.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Mike W
Sent: Wednesday, April 25, 2001 7:18 PM
To: Red Hat Mail List
Subject: RH 7.1 and Webmin


Anyone heard of any problems using WebMin with RH 7.1?

mw



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



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



RE: VNC Server and 7.1

2001-04-25 Thread Rodney Fulk

Ok the script you sent to me seems a bit more then the one I am looking
for..
The script I am looking for is called xstartup and was pretty small.

Which uses the /bin/sh shell instead of perl.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Fernando Lozano
Sent: Wednesday, April 25, 2001 2:11 PM
To: [EMAIL PROTECTED]
Subject: Re: VNC Server and 7.1


Rodney,


> I am trying to get VNC Server setup to run under 7.1 RH.
>
> I tried the setup they mention on the AT&T site of using the startkde
script
> to use the KDE desktop.


I use the following script on RHL 5.x and 6.x. I have not tried 7.x yet, but
it should work. The startkde command tries to start a X server, so it should
not work as vnc xstartup.


[]s, Fernando Lozano



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



Re: Redirect Mail

2001-04-25 Thread Kirk

Are you trying to forward port 25 to a local machine? IIRC you need special
options when you compile the kernel to do this with IPchains, not sure if
its in a stock RH kernel.

If your running a 2.2 kernel you could use ipmasqadm. Rebuild it aginst
your running 2.2 kernel.
ftp://ftp.valinux.com/pub/mirrors/redhat/contrib/libc6/SRPMS/ipmasqadm-0.4.2
-4.src.rpm

ipmasqadm portfw -a -P tcp -L 192.168.0.3 25 -R 172.16.0.1 25

If your using a 2.4 you could use iptables.

/sbin/iptables -t nat -A PREROUTING -p tcp -d 192.168.0.3  --dport 25 -j
DNAT --to 10.0.0.7:25

Kirk

>Network, tries to do it with 
>IPchains, but as I do not understand well to him to ipchains I have obtained 
>the results.
>
>I used: ipchains -A input -p tcp -s 0.0.0.0/0 25 -j REDIRECT -d 10.0.0.7 25
>
>Thanks for any suggestion.
>
>Regards,
>
>_
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.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: How to set IP Forwarding in RedHat 7.0

2001-04-25 Thread Kyle Hargraves

On Wed, 25 Apr 2001, Harmit wrote:

> Thanks for the info .Can you kindly let me know how a linux host (192.168.1.x)can
> be configured so that it should be able to communicate with  my default
> gateway(63.x.x.x) .I have red hat 6.1 on intel .

it depends upon how you are connecting (or wish to connect) and I
would need a sketch of your network.  For example

i   you may have a network (coax or utp) connection to your
192.. net and a ppp to the 63... net

Alternatively they may be both be "in house" on separate
nets.

ii  if the latter you will need two NICs on your RH machine
with a suitable  "route add"  command to  direct the
traffic to your gw.  Take a look at  "man route"; there
are some examples

iii If the 63.. network is not availabe "locally" - i.e
cannot be connected to by a NIC then other senarios begin
to abound - depending upon if you wish a simple cisco 803
to the job or another linux box.

I really would need to get a better appreciation of your network;
the combinations multiply from here-on

> I have made the changes requd in the /etc/sysconfig/network
> and/etc/sysconfig/network-scripts/ifcfg-eth0 file..Can you tell me what am I
> MISSING?

I presume that you have setup the  ifcfg-eth0 file with a 192.. ip

If you're trying to connect the the 63.. by ppp then are you
acquiring a 63.. IP for YOUR end of the ppp connection.  type
"netstat -rn" to check

If such is the case then the instructions I gave previously should
do the job; otherwise if you're not getting a "local" 63.. ip then
thats were the problem lies

If you are connecting ppp  run the command "tail -f /var/log/messages"
and monitor the progress of the connection.  You should see a
local and remote ip assignment which will be confirmed by a
"netstat -rn"

There are quite a few combinations here but for the moment this is the
best I can do

cheers

Kyle Hargraves



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



RE: Re[2]: Ximian Gnome 1.4 works with RedHat 7.1

2001-04-25 Thread Brian Wright

This is where I get a bit confused.  I see that Qt-2.3.0 supports font
anti-aliasing and KDE uses it, but it seems GNOME has to wait for mods to GTK+.
 Would it be possible to take advantage of Xrender without modifiying the GTK+
library?

--Brian

On 25-Apr-2001 Mike A. Harris wrote:
> 
> 4.0.2 added the Xrender extension and Xft library that provide
> this support.  It is dramatically improved in 4.0.3.
_
Brian Wright   Aturna Communications Inc.
[EMAIL PROTECTED]  Internet Services
AIM: BigBY2K ICQ: 21221328  WWW http://www.aturna.net
_



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



Redirect Mail

2001-04-25 Thread Babe Meneses Beltran

I have a server that will be connected to the Internet, for it I am using 2 
cards of Network, one for private Network and another one for the connection 
dedicated to Internet In this server I have like operating system Linux 
RedHat 7,0 and I have running the services of:
- DNS
- Web server
- Server proxi (SQUID)
All affluent march as far as proxi, resolution DNS and also the WEB, the 
problem that I have is the following one: All the post office that come to 
the dominion of this server will have to go to a server of the private 
network that this in Lotus you notice, this server will receive the post 
office, at the moment the post office can leave, use ipchian to mask, which 
I cannot do is that the post office enter, as to lar resolution of the MX it 
says that they are in the IP of the Linux server, tries to give them there, 
which I want is that when arrives a mail with the dominion from this server, 
she it redirection to the server of the private Network, tries to do it with 
IPchains, but as I do not understand well to him to ipchains I have obtained 
the results.

I used: ipchains -A input -p tcp -s 0.0.0.0/0 25 -j REDIRECT -d 10.0.0.7 25

Thanks for any suggestion.

Regards,

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.



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



Re: bugzilla is unuseable!

2001-04-25 Thread Mike A. Harris

On Wed, 25 Apr 2001, John Aldrich wrote:

>> By trying again later?
>> I haven't had any problems with it for quite a while, but bugzilla IS
>> undergoing the typical post-release overload (while at it, please check
>> for dupes, many of the typical post-release reports are...),
>>
>Bero... I tried for several hours last night to use the JavaScript page. It is
>totally un-useable. NOTHING works on that page. I submitted a bugzilla report
>on THAT too. ;-) Fortunately you have the Non-JS pages which work just fine
>Perhaps you guys ought to consider making the non-JS pages the default instead.

I don't know what everyone else sees, but I've *never* got the
Javascript pages *ever* without purposefully clicking on them.

Just to add a datapoint for comparison.  Are you sure you didn't
choose the Javascript version on purpose at first?  Perhaps it
retains this in a cookie or something...  Not sure.  I doubt that
the default is js though as it says right on the page prior to
clicking on js version that it is slow.



-- 
Mike A. Harris  Shipping/mailing address:
OS Systems Engineer 190 Pittsburgh Ave., Sault Ste. Marie,
Red Hat Inc.Ontario, Canada, P6C 5B3
http://www.redhat.com   Phone: (705)949-2136




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



Re: /usr/src/linux-2.4

2001-04-25 Thread Johannes Eriksson

* Ted Gervais [Wed, Apr 25, 2001 at 12:41:01PM -0300]:
> 
> Another question.  Are the files in directory /usr/src/linux-2.4 there  only 
> for recompilation purposes? Like when adding more modules or other changes to 
> the existing kernel?   Or is /usr/src.linux-2.4 used for something else.??
> 
> I was going to delete it so I wondered if that was a bad move..
> 
> I reasoned that it can't be for use with the modules as that is contained in
> /lib/modules..  and since the files used for boot are located in /boot  there 
> must be no other use for these files other than to recompile the kernel??
> Does that sound about right..
> -- 
> Ted Gervais
> Coldbrook, Nova Scotia Canada
> 

That's correct, but don't delete the directory, just 

$ rpm -e kernel-source

to get rid of the kernel source. It's only needed if you want to
compile the Red Hat kernel.

-- 
Johannes Eriksson
<[EMAIL PROTECTED]>



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



Re: Checking integrity of downloaded rpm/s?

2001-04-25 Thread Chris Watt

At 09:44 PM 4/23/01 -0700, John Meshkoff wrote:

>and trying either the above '-K --nopgp' or 'rpm --checksig [pkgname]'
>gives, for example:
>
> kernel-2.2.12-20.i386.rpm: md5 GPG NOT OK 
>
>This result is the same for any file, even those on the Red Hat CD
>(which the example is from).It would seem that using the
>'--checksig' option would be the way, but if I comprehend the man page
>on rpm,  rpm has to be configured for PGP, and I can't find any
>documentation explaining how to do this.  'apropos PGP' gives "nothing
>apropriate", and there's no man page for PGP.  'locate PGP' gives only:

The problem is both simple and somewhat silly. In order to use checksig you
should be using a version of RPM and gpg (not pgp, gpg is MUCH easier to
setup since it comes as a Redhat RPM) and you must have Redhat's public key
correctly installed. This took me a while to figure out the first time (you
figure they would include a copy of it with the OS, I ended up getting it
from their website, well hidden away at
http://www.redhat.com/about/contact/pgpkey.html). You should have GPG
installed and download the .asc file versions of the keys to some directory
on your system, then run "gpg --import *.asc" as root in that dir. You
should then be able to duplicate the following (as root):

#rpm -K *.rpm
mgetty-1.1.25-5.i386.rpm: md5 gpg OK
mgetty-sendfax-1.1.25-5.i386.rpm: md5 gpg OK
mgetty-viewfax-1.1.25-5.i386.rpm: md5 gpg OK
mgetty-voice-1.1.25-5.i386.rpm: md5 gpg OK
netscape-common-4.77-1.i386.rpm: md5 gpg OK
netscape-communicator-4.77-1.i386.rpm: md5 gpg OK
netscape-navigator-4.77-1.i386.rpm: md5 gpg OK
up2date-2.5.4-1.i386.rpm: md5 gpg OK
up2date-gnome-2.5.4-1.i386.rpm: md5 gpg OK

You can also perform verifications as a non-root user, but then you need to
import the keys into GPG again as that user (keyrings are user-specific).

Once you get this working you should consider running something like:

if find . -type f -name *.rpm -print0 | xargs -0 -n1 rpm -K; then
echo All RPM files are OK.
else
echo Oops, looks like we have some bad RPMs!
fi

If you're operating in a high security environment then you should probably
run all downloaded RPM files through a script that does signature tests and
deletes them if either they have no GPG signature or they are invalid (i.e.
if the portion of the output after the last ":" is anything other than "
md5 gpg OK \n")

A test like

for f in `find . -type f -name \*.rpm`; do
  if ! rpm -K $f 2>/dev/null | grep ": md5 gpg OK$" &>/dev/null; then
echo RPM File $f is corrupt or unsigned! AGH!
  else
echo $f is Ok
  fi
done

works well IMHO. Naturally the "echo" statements should be changed, I have
used:

for f in `find . -mtime -48 -type f -name \*.rpm`; do
  if ! rpm -K $f 2>/dev/null | grep ": md5 gpg OK$" &>/dev/null; then
echo RPM File $f is BAD!
mv -vf $f /root/unsafe_rpms
  fi
done

In a daily cronjob, executing just after the mirror update completed so it
could verify all recently modified RPM files.

--

"I've always wanted to be somebody.  Next time I'll be more specific."



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



Multi Boot

2001-04-25 Thread Raoul Anderson

Hi - I have set up a test machine as follows;
Partition 1 - Windows 98
Partition 2 - Windows 2000 Professional
Partition 3 - Windows 2000 Server
Partition 4 - Red Hat 7
Partition 5 - Linux Swap File

They all installed without any problem, and can boot from the NT loader all
windows OS's without any dramas.  I can boot to RH 7 if I insert the floppy
boot disk I created on install also, but I would like to get RH 7 into my
boot loader.  So far I have done the following;

booted in linux;
dd if=/dev/hda7 of=/bootsect.lnx bs=512 count=1
mount -t msdos /dev/fd0 /mnt (with a win98 boot disk inserted)
cp /bootsect.lnx /mnt
unmount /mnt

then booted in windows;
copied bootsect.lnx into c:\
edited boot.ini to include the following;
c:\bootsect.lnx="Red Hat 7.0"

the extra extry then appears in the boot menu, but when selected just makes
the screen go blank and eventually reboots.  I am pretty sure that when I
boot to linux from the floppy the partition which linux is installed onto is
on /dev/hda7, so what have I done wrong?

TIA

Raoul




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



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



Re: reiser on 7.1

2001-04-25 Thread Johannes Eriksson

* Martín Marqués [Wed, Apr 25, 2001 at 05:12:22PM +0300]:
> I'm about to make a brand new instalation of RH 7.1 on a PC I just bought.
> 
> Is it posible to install RH 7.1, out of the CD on a reiser fs?
> 
> Saludos...:-)
> 

Dunno about ReiserFS on seawolf as I haven't tried it yet, but I have
my box running seawolf on XFS (IDE, all partitions except /boot)
without any problems. Have you considered it as a journaling 
filesystem? I'm very impressed by it, I used to like ReiserFS and then
I tried XFS and performance seems much better so I'm not going back.
BTW it is developed by SGI so it has to be good :)  At least I do
trust them more than the guys in Brazil who packaged ReiserFS...

They have made a version of anaconda which installs the standard Red 
Hat 7.1 + the XFS patched kernel and filesystem utilites, and also 
allows you to format your partitions as XFS before installing. Oh, and 
you get devfs, too. Check out:

http://linux-xfs.sgi.com/projects/xfs/

I recall journaling filesystems were discussed extensively on the
wolverine (7.1 beta) list. Check the archives.


-- 
Johannes Eriksson
<[EMAIL PROTECTED]>



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



kernelnotes.org

2001-04-25 Thread jack wallen

does anyone know if kernelnotes.org is ever going to come back up?

-- 
--
Jack Wallen, Jr.L   I   N   U   X
Track Editor - Linux/UNIX and InfrastructureS   A   V   E   S
TechRepublic http://www.techproguild.comL   I   V   E   S
502-814-7741&   C   A   S   H



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



printtool & printcap

2001-04-25 Thread Jerry Human

Good Morning Good People:

printtool is playing hide-&-seek. When I type printtool in a term window
in gnome as su I get a "command/file not found" message. If I look in
?/usr/sbin/? it is there with execute permissions. What could keep
printtool from running?

On another machine, if I type startx at the command prompt, I get
"command not found" even though it is installed and I have run it
before. I have booted that machine several times and setup the network
and other things from the command prompt without starting gnome, but X
and gnome worked before. What could be wrong?

Thanks.

Jerry



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



Re: Chasing the Dragon, Part Two

2001-04-25 Thread Mike A. Harris

On Tue, 24 Apr 2001, Ben Ocean wrote:

>>All the time?  Or just at certain times?
>
>Dunno for the slocate problem. When the problem was in logrotate.status
>(presumably before it got to slocate) it ran for *hours* then crashed.
>Makes newbies skittish...

The slocate/locate command searches for files on your hard disk
by looking them up in a database created nightly at 4:05am by
a cron job running "updatedb".  This job will take a while
depending on how large your disk is.


>> > So I d'l'd a new rpm for slocate and
>> > updated it. Now I get this error when I try to slocate something:
>> >  >>>
>> > fatal error: slocate: decode_db: 'pathlen == -1'! Corrupt Database!
>> > <<<
>>
>>Since updating slocate, have you run updatedb(1L)?
>
>You mean updatedb without the (1L) I presume? It chokes. Gave it about 10
>seconds then killed the command.

The (1L) is the manpage documentation.

Try:

man updatedb
man locate

updatedb scans your hard disk, and as such it takes a while to
complete.  If you run it manually, you either wait, or run it in
the background with:

updatedb &

Yes, it will use CPU power because it is a running program.


>>Haven't followed it myself but you might want to start there for docs
>>and tips not covered in the manpages, which I'm sure you've read...
>>right?
>
>Tried B4 I wrote the list. No man page on my box for slocate. RH6.2

Try:

man locate

If your /var partition is not large enough, it is possible your
disk is full.  make /var larger if need be.  If you do not need
logfiles for things, then look at the manuals for the items that
are logging stuff so you can disable logging.  If you want to
change logrotate's configuration, try:

man logrotate

If you're not used to the commandline, try:

man man

Hope this helps.
TTYL



-- 
Mike A. Harris  Shipping/mailing address:
OS Systems Engineer 190 Pittsburgh Ave., Sault Ste. Marie,
Red Hat Inc.Ontario, Canada, P6C 5B3
http://www.redhat.com   Phone: (705)949-2136




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



Re: vmlinuz vs vmlinux

2001-04-25 Thread Mike A. Harris

On Wed, 25 Apr 2001, rpjday wrote:

>> I notice in the /boot directory that I have :
>>
>> vmlinuz-2.4.2-2  785602 bytes, and
>> vmlinux-2.4.2-2  2271899 bytes.
>>
>> What is the difference? I thought vmlinuz was the kernel filed that was
>> called on 'boot' but this particular file is small at least compared to
>> vmlinux??  What is the vmlinux file for. If it is part of the boot process
>> how is IT called??
>
>the "z" file is the bzipped file, which is why it's smaller.

gzipped  The kernel is not ever bzipped.  For the record, bzImage
means "big zImage", not bzipped zImage.

The vmlinux file is the kernel prior to being compressed during
compilation.  It is only useful for debugging purposes by
developers.



-- 
Mike A. Harris  Shipping/mailing address:
OS Systems Engineer 190 Pittsburgh Ave., Sault Ste. Marie,
Red Hat Inc.Ontario, Canada, P6C 5B3
http://www.redhat.com   Phone: (705)949-2136




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



Re: instally a rpm with out being a super user.

2001-04-25 Thread Thomas Ribbrock

On Wed, Apr 25, 2001 at 04:08:21PM +0530, sandeep sharma wrote:
> Could you please let me know how do we can install a rpm without being a
> super user.

Depends. If you're talking about avoiding "root" use on a box where you
normally do have root access, you should probably be looking into the "sudo"
command and set that up to run rpm (I haven't tried it, but I assume it
works from what I've seen on this list).

If you're talking about installing RPMs on a box where you do not have root
access at all, things become a bit tricky. If you're lucky, the RPM is
relocatable (this will be mentioned in the output of
"rpm -qip PACKAGE.rpm"). In that case, you might be able to redirect the
file locations to e.g. your home directory (I think the right command line
option is --prefix - read the rpm man page for more detailed info).
If the RPM is not relocatable (or only partly), you're out of luck. The only
option you're left with is to get the SRPM, install it (I'm not sure how,
but I *think* you can tell rpm to install the source somewhere else but
/usr/src/redhat) and modifiy the spec file to use paths you can access, then
rebuild and install the new RPM. Or to build your own RPM (with the right
paths) from scratch. Note: Some programs need root to change permissions on
files or similar - with those cases you're completely out of luck if you
have no root access.

HTH,

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

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



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



Re: instally a rpm with out being a super user.

2001-04-25 Thread Mike A. Harris

On Wed, 25 Apr 2001, sandeep sharma wrote:

>Date: Wed, 25 Apr 2001 16:08:21 +0530
>From: sandeep sharma <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Content-Type: text/plain; charset=us-ascii
>List-Id: General Red Hat discussion list 
>Subject: instally a rpm with out being a super user.
>
>Hi all,
>
>Could you please let me know how do we can install a rpm without being a
>super user.

sudo

By definition, only root can install rpm's because only root can
access the filesystem and rpm database read/write.  You'll have
to use sudo or something similar if you want to install anything
without being root..


-- 
Mike A. Harris  Shipping/mailing address:
OS Systems Engineer 190 Pittsburgh Ave., Sault Ste. Marie,
Red Hat Inc.Ontario, Canada, P6C 5B3
http://www.redhat.com   Phone: (705)949-2136




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



Re: Ximian Gnome 1.4 works with RedHat 7.1

2001-04-25 Thread Werner Puschitz


What I miss is a control panel kind of thing like KDE has started it.
Personally I don't care a lot but (Windows) people here at work
who are starting to use Linux are missing a central location where you can
configure Linux. And with linuxconf going away...

Werner


On Wed, 25 Apr 2001, Warren Melnick wrote:

> I just installed the new Ximian Gnome 1.4 on my Redhat 7.1 system.  It is
> working nicely.
>
> On a pretty quick P3 with a T1 internet connection it took me about an hour
> to download and install.  It's going to take a little time to get used to
> the new setup, but I think I will like it once I am used toit :)
>
> 
> Warren Melnick
> Director of Research and Development
> Astata Corporation
>
>
>
>
> ___
> 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



RH 7.1 and Webmin

2001-04-25 Thread Mike W

Anyone heard of any problems using WebMin with RH 7.1?

mw



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



Re[2]: Ximian Gnome 1.4 works with RedHat 7.1

2001-04-25 Thread Mike A. Harris

On Wed, 25 Apr 2001, Silviu Cojocaru wrote:

>Date: Wed, 25 Apr 2001 22:09:38 +0300
>From: Silviu Cojocaru <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Content-Type: text/plain; charset=us-ascii
>List-Id: General Red Hat discussion list 
>Subject: Re[2]: Ximian Gnome 1.4 works with RedHat 7.1
>
>
>Wednesday, April 25, 2001, 9:01:10 PM, Brian Wright wrote:
>
>> I was able to d/l it last night as well.  Interesting... the Slashdot effect
>> wasn't apparent. :-)
>
>> I'm VERY impressed with it, and I'm hoping that the next GTK+ will have
>> anti-alias support.  I was hoping that Gnome 1.4 would use the anti-aliasing
>> that's available in Xfree86 4.0.2.
>
>Wasn't Xfree86 4.0.3 that introduces antialiased font support ?

4.0.2 added the Xrender extension and Xft library that provide
this support.  It is dramatically improved in 4.0.3.

I do not recommend anyone use 4.0.2 at all as 4.0.3 is just a
stable update to 4.0.3 with no new code features, just bug fixes
and improvements.  4.0.2 is buggier all around and not worth the
trouble anymore now that 4.0.3 is out.



-- 
Mike A. Harris  Shipping/mailing address:
OS Systems Engineer 190 Pittsburgh Ave., Sault Ste. Marie,
Red Hat Inc.Ontario, Canada, P6C 5B3
http://www.redhat.com   Phone: (705)949-2136




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



Re: printtool & printcap

2001-04-25 Thread Mike Burger

On Wed, 25 Apr 2001, Jerry Human wrote:

> Good Morning Good People:

Good morning, Jerry.

> printtool is playing hide-&-seek. When I type printtool in a term window
> in gnome as su I get a "command/file not found" message. If I look in
> ?/usr/sbin/? it is there with execute permissions. What could keep
> printtool from running?

In this case, you're looking at the probability that /usr/sbin is not in
*your* path.

Try running /usr/sbin/printtool, and see if that flies.

> On another machine, if I type startx at the command prompt, I get
> "command not found" even though it is installed and I have run it
> before. I have booted that machine several times and setup the network
> and other things from the command prompt without starting gnome, but X
> and gnome worked before. What could be wrong?

Again, it sounds like a probable path problem.



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



/usr/src/linux-2.4

2001-04-25 Thread Ted Gervais


Another question.  Are the files in directory /usr/src/linux-2.4 there  only 
for recompilation purposes? Like when adding more modules or other changes to 
the existing kernel?   Or is /usr/src.linux-2.4 used for something else.??

I was going to delete it so I wondered if that was a bad move..

I reasoned that it can't be for use with the modules as that is contained in
/lib/modules..  and since the files used for boot are located in /boot  there 
must be no other use for these files other than to recompile the kernel??
Does that sound about right..
-- 
Ted Gervais
Coldbrook, Nova Scotia Canada



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



RE: terminals time-out: SOLVED!!

2001-04-25 Thread Hurley, Marc


NB: If sharing machine with NT users beware they are likely to take whatever
IP address they feel like!!
This was my problem. some eager NT admin assigned my address away to
someone else.

/mh

-Original Message-
From: Hurley, Marc [mailto:[EMAIL PROTECTED]]
Sent: 24 April 2001 17:06
To: '[EMAIL PROTECTED]'
Subject: terminals time-out


 
Hi
 
I am new to the list, I have searched through the archives for the last year
or so but I found no answers to my question.
 
I have a newly installed redhat server(6.2).
I can login to any of the unix machines on my network happily, maybe 10
machines, running various versions of Solaris and HP-UX.
 
In *all* cases I have an active and happy window for 30-60 seconds:
- then the window hangs
- then after a further 3 odd minutes in a hung state the connection closes
wth the following message:
rlogin: read: Connection reset by peer.
rlogin: connection closed.
 
OR
Connection closed by foreign host-if initiated by telnet.
 
All .rhosts and hosts files are populated the connection will establish
initially without any delay, but my 6.2 machine just will not stay
connected.
 
 
 

__
Marc Hurley
Unix & DB Admin TSB Bank IT Centre. 

 


**
Private and Confidential Communication. 

This email and any files transmitted with it are confidential. 
They are intended solely for the use of the intended recipient.
The content of this email and any files transmitted with it 
may have been changed or altered without the consent of 
the author. If you are not the intended recipient, please 
note that any review, dissemination, disclosure, alteration, 
printing, copying or transmission or re-transmission of this 
email and/or any file transmitted with it is prohibited and 
may be unlawful. If you have received this email and/or 
any file transmitted with it in error, please notify TSB Bank 
Help Desk, telephone number: +353-21-4857699.

**



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


**
Private and Confidential Communication. 

This email and any files transmitted with it are confidential. 
They are intended solely for the use of the intended recipient.
The content of this email and any files transmitted with it 
may have been changed or altered without the consent of 
the author. If you are not the intended recipient, please 
note that any review, dissemination, disclosure, alteration, 
printing, copying or transmission or re-transmission of this 
email and/or any file transmitted with it is prohibited and 
may be unlawful. If you have received this email and/or 
any file transmitted with it in error, please notify TSB Bank 
Help Desk, telephone number: +353-21-4857699.

**



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



Ximian Gnome 1.4 works with RedHat 7.1

2001-04-25 Thread Warren Melnick

I just installed the new Ximian Gnome 1.4 on my Redhat 7.1 system.  It is
working nicely.

On a pretty quick P3 with a T1 internet connection it took me about an hour
to download and install.  It's going to take a little time to get used to
the new setup, but I think I will like it once I am used toit :)


Warren Melnick
Director of Research and Development
Astata Corporation




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



Re: bugzilla is unuseable!

2001-04-25 Thread John Aldrich

On Wed, 25 Apr 2001, you wrote:
> On Wed, 25 Apr 2001, John Aldrich wrote:
> 
> > Bero... I tried for several hours last night to use the JavaScript
> > page. It is totally un-useable.
> 
> That explains why I can't reproduce the problem - the JavaScript page
> doesn't like Konqueror, and "if it doesn't work in lynx or Konqueror, it's
> broken, don't use it".
> 
It also doesn't work in Mozilla.
John



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



Re: RAID

2001-04-25 Thread Rodolfo J. Paiz

At 4/25/01 05:57 PM -0400, you wrote:
>The boards perform pretty well, but there is relatively little information
>about its run-time status. There is no way to programmatically determine
>which drive has failed, thereby still requiring a reboot even for hot-swap
>systems.
>
>I think the Mylex boards are better, specifically because they provide
>loads of information in /proc about its status.

Sure... but those are SCSI. 80GB IDE = $250. 73GB SCSI = $900. So...

Promise SuperTrak 100 w/3 cages + 3 80GB drives$  450
Mylex SCSI Controller + 3 73GB drives  $2,900

That extra $2,500 will buy me two entire servers at this point just with 
the money saved...



--
Rodolfo J. Paiz
[EMAIL PROTECTED]



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



Re: Messages file

2001-04-25 Thread Tym Rehm

Thanks for the input., but does anyone know what is error means or how to
fix it?


- Original Message -
From: "Mike Burger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 24, 2001 4:44 PM
Subject: Re: Messages file


> Yup...that was productive.
>
> Ridicule someone for a footer that his company's email server puts in his
> message, and over which he probably has no control.
>
> Brad Bonkoski <[EMAIL PROTECTED]> said:
>
> > wow...it is so cool fitnessquest has such a huge disclaimer on the
bottom of
> > their emails, I would feel horrible if someone email-hijacked my workout
or
> > something like that :-)
> >
> > Tym Rehm wrote:
> >
> > > I'm running RH7.1 which I upgraded from RH6.1 last week. I my
> > > /var/log/messages file I get the following error messages about every
15
> > > secs.
> > > xinetd[6241]: idented server reply  missing ending CR-LF.
> > >
> > > Any ideas why? Thanks.
> > >
> > > ***
> > > THIS MESSAGE IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL
> > > OR ENTITY TO WHICH IT IS ADDRESSED AND MAY CONTAIN
> > > INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL, AND EXEMPT
> > > FROM DISCLOSURE UNDER APPLICABLE LAW.
> > > If the reader of this message is not the intended
> > > recipient, or the employee or agent responsible for
> > > delivering the message to the intended recipient, you are
> > > hereby notified that any dissemination, distribution,
> > > forwarding, or copying of this communication is strictly
> > > prohibited.  If you have received this communication in
> > > error, please notify the sender immediately by e-mail or
> > > telephone, and delete the original message immediately.
> > > Thank you.
> > > ***
> > >
> > > ___
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
> > --
> > **
> > * Brad Bonkoski   tel. (602)659-7971 *
> > * Software Engineer pager: (877)812-3402 *
> > * Motorola Computer Groupemail: [EMAIL PROTECTED] *
> > **
> >
> >
> >
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
>
>
>
> --
> Mike Burger
> CompuCom Information Services
> http://www.compucomis.net
> (215) 946-5573
>
>
>
>
> ___
> 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 core dumps on RH7

2001-04-25 Thread Kirk

Did you upgrade RPM? Try rebuilding the rpm database.
rpm --rebuilddb
see if that helps.

Kirk

>At 11:42 AM 4/25/01 -0400, you wrote:
>I have three machines running RH7, and on two of them rpm core dumps if I
>try to -i (install), -U (update) or -F (freshen) any rpm... -q (query) or -e
>(erase) works fine. Below is the config of the machines, can anyone give any
>suggestions?
>
>RPM WORKS:
>#1 Dell PowerEdge 1400
>
>RPM CORE DUMPS:
>#2 Dell PowerEdge 1400
>#3 CompUSA something or other
>
>Install on all these servers:
>Dell's standard RH 7.0 installation
>OpenLDAP rpm package removed
>OpenLDAP 2.07 installed from source
>nss_ldap rpm package removed
>nss_ldap-149 installed from source
>pam_ldap-105 installed from source
>qmail-1.03 installed from source
>
>
>
>___
>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: RAID

2001-04-25 Thread Dave Wreski


> I went to AMI's site, and they even provide a modified 2.2.16 kernel!

It's directly support in 2.2.19 and no kernel patch necessary.

> This along with drivers in RPM format and instructions on how to use
> their stuff under RedHat. However, I didn't check in detail what level
> of support their RAID stuff has yet. Please let the list know what you
> find out. AMI can do RAID 0, 1, or 0+1 (no 5) as well I think.

The boards perform pretty well, but there is relatively little information
about its run-time status. There is no way to programmatically determine
which drive has failed, thereby still requiring a reboot even for hot-swap
systems.

I think the Mylex boards are better, specifically because they provide
loads of information in /proc about its status.

dave




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



Re: reiser on 7.1

2001-04-25 Thread Ashley M. Kirchner

Trond Eivind Glomsrød wrote:

> Martín Marqués <[EMAIL PROTECTED]> writes:
>
> > Is it posible to install RH 7.1, out of the CD on a reiser fs?
>
> We don't support or recommend it (as in disk and filesystem), but
> someone from Brazil made an update disk for it:

May I ask why you don't recommend it?  I can understand not supporting it
(after all, it's nowhere on any of the recent distributions), but why not
recommend it as a file system?

AMK4

--
W |
  |  I haven't lost my mind; it's backed up on tape somewhere.
  |
  ~
  Ashley M. Kirchner    .   303.442.6410 x130
  SysAdmin / Websmith   . 800.441.3873 x130
  Photo Craft Laboratories, Inc. .eFax 248.671.0909
  http://www.pcraft.com  . 3550 Arapahoe Ave #6
  .. .  .  . .   Boulder, CO 80303, USA




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



Re: reiser on 7.1

2001-04-25 Thread Dave Wreski


> We don't support or recommend it (as in disk and filesystem), but
> someone from Brazil made an update disk for it:

Is reiserfs not yet production quality or is there some other interaction
problem that causes you to not recommend it?

dave




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



Re: reiser on 7.1

2001-04-25 Thread Martín Marqués

On Mié 25 Abr 2001 23:26, you wrote:
> Trond Eivind Glomsrød wrote:
> > Martín Marqués <[EMAIL PROTECTED]> writes:
> > > Is it posible to install RH 7.1, out of the CD on a reiser fs?
> >
> > We don't support or recommend it (as in disk and filesystem), but
> > someone from Brazil made an update disk for it:
>
> May I ask why you don't recommend it?  I can understand not supporting
> it (after all, it's nowhere on any of the recent distributions), but why
> not recommend it as a file system?

After this, it surfed the web a bit to find reiser related pages, and found 
in the linux kernel archive quite a bunch of bugs reported this year related 
to reiserfs corrupting files.

Any thoughts?

P.D.: What's of ext3?

-- 
El mejor sistema operativo es aquel que te da de comer.
Cuida tu dieta.
-
Martin Marques  |[EMAIL PROTECTED]
Programador, Administrador  |   Centro de Telematica
   Universidad Nacional
del Litoral
-



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



Re: RAID

2001-04-25 Thread Rodolfo J. Paiz

At 4/25/01 05:25 PM -0400, you wrote:
>I want to set up a RAID using udma drives.  I don't think soft RAID is a
>good solution from a performance standpoint.  I searched all the hardware
>RAID vendors to find one providing a udma hardware RAID controller that
>would work with Linux.  None, so far as I could find, do.  The two closest
>seemed to be Promise and Adaptec.  Promise says they will be able to do it
>in 6 months.  I have not yet gotten and answer from Adaptec.

You should also have on your radar screen Highpoint and AMI. Both make 
EIDE/UDMA controllers with RAID functionality as separate controller cards 
and built-in controllers for motherboards. Iwill uses the AMI chip in the 
KK-200-R and KK-266-R; Abit uses the Highpoint chip in its KT7-RAID and 
KT7A-RAID boards. I only mention AMD-based boards since that's what I buy.

I know Highpoint now has Linux drivers for their controller that provide 
drive functionality but so far *without* RAID. They're "working on it." 
Highpoint can do RAID 0, 1, or 0+1 (no 5).

I went to AMI's site, and they even provide a modified 2.2.16 kernel! This 
along with drivers in RPM format and instructions on how to use their stuff 
under RedHat. However, I didn't check in detail what level of support their 
RAID stuff has yet. Please let the list know what you find out. AMI can do 
RAID 0, 1, or 0+1 (no 5) as well I think.

So now we have four options.


--
Rodolfo J. Paiz
[EMAIL PROTECTED]



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



reiser on 7.1

2001-04-25 Thread Martín Marqués

I'm about to make a brand new instalation of RH 7.1 on a PC I just bought.

Is it posible to install RH 7.1, out of the CD on a reiser fs?

Saludos...:-)


-- 
El mejor sistema operativo es aquel que te da de comer.
Cuida tu dieta.
-
Martin Marques  |[EMAIL PROTECTED]
Programador, Administrador  |   Centro de Telematica
   Universidad Nacional
del Litoral
-



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



Re: reiser on 7.1

2001-04-25 Thread Trond Eivind Glomsrød

Martín Marqués <[EMAIL PROTECTED]> writes:

> I'm about to make a brand new instalation of RH 7.1 on a PC I just bought.
> 
> Is it posible to install RH 7.1, out of the CD on a reiser fs?

We don't support or recommend it (as in disk and filesystem), but
someone from Brazil made an update disk for it:

http://cambuca.ldhs.cetuc.puc-rio.br

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



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



Re: Messages file

2001-04-25 Thread rpjday

On Wed, 25 Apr 2001, Tym Rehm wrote:

> > > > I'm running RH7.1 which I upgraded from RH6.1 last week. I my
> > > > /var/log/messages file I get the following error messages about every
> 15
> > > > secs.
> > > > xinetd[6241]: idented server reply  missing ending CR-LF.
> > > >
> > > > Any ideas why? Thanks.
> > > >
> > > > ***
> > > > THIS MESSAGE IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL
> > > > OR ENTITY TO WHICH IT IS ADDRESSED AND MAY CONTAIN
> > > > INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL, AND EXEMPT
> > > > FROM DISCLOSURE UNDER APPLICABLE LAW.
> > > > If the reader of this message is not the intended
> > > > recipient, or the employee or agent responsible for
> > > > delivering the message to the intended recipient, you are
> > > > hereby notified that any dissemination, distribution,
> > > > forwarding, or copying of this communication is strictly
> > > > prohibited.  If you have received this communication in
> > > > error, please notify the sender immediately by e-mail or
> > > > telephone, and delete the original message immediately.
> > > > Thank you.
> > > > ***

it's perfectly reasonable, i think, to be annoyed by lengthy and
verbose "disclaimers" like this, mostly because they're totally
useless.  it's not clear how someone, anyone, can send me mail,
then tell me what my legal obligations are with respect to that
mail.  according to every canon of american law that i know of,
no one can arbitrarily enforce a contract on another party without
their consent.  so to send me unsolicited email, then tell me what
obligations and restrictions i have for that email, is a pretty
stupid thing to do, and was clearly developed by lawyers who have
nothing better to do and are getting paid by the hour.

but rather than complain about it, as i've done before when people
have totally bogus disclaimers like this, i take the easy way out --
procmail filters -- and i never have to see this nonsense again,
and i encourage others to do the same until companies like fitnessquest
smarten up and learn some basic mailing list etiquette.

rday

p.s.  yes, i know it's not mr. rehm's fault, and it may be out of
his control.  but it's the only option i've got.  so there.

-- 
Robert P. J. Day
Eno River Technologies, Durham NC
Unix, Linux and Open Source training


"This is Microsoft technical support.  How may I misinform you?"



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



Re: printtool & printcap

2001-04-25 Thread Mike Burger

I believe that using bash, you need to modify your path in the .bashrc
file in your home directory.

On Wed, 25 Apr 2001, Jerry Human wrote:

> Mike Burger wrote:
>
> > On Wed, 25 Apr 2001, Jerry Human wrote:
> >
> > What could keep printtool from running?
> >
> > In this case, you're looking at the probability that /usr/sbin is not in
> > *your* path.
> >
> > Try running /usr/sbin/printtool, and see if that flies.
>
> I tried this from the command prompt and received, "bash: /usr/sbin/printtool:
> No such file or directory" but I see it in the dir.
>
> > > On another machine, if I type startx at the command prompt, I get "bash:
> > startx: command not found" What could be wrong?
> >
> > Again, it sounds like a probable path problem.
>
> Ok, I've been checking the docs and haven't learned how to verify/set the path
> environment. What do I have to do in RH 7.0 to run these progs?
>
> Thanks, again.
>
> Jerry
>
>
>
> ___
> 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: printtool & printcap

2001-04-25 Thread Jerry Human

Mike Burger wrote:

> On Wed, 25 Apr 2001, Jerry Human wrote:
>
> What could keep printtool from running?
>
> In this case, you're looking at the probability that /usr/sbin is not in
> *your* path.
>
> Try running /usr/sbin/printtool, and see if that flies.

I tried this from the command prompt and received, "bash: /usr/sbin/printtool:
No such file or directory" but I see it in the dir.

> > On another machine, if I type startx at the command prompt, I get "bash:
> startx: command not found" What could be wrong?
>
> Again, it sounds like a probable path problem.

Ok, I've been checking the docs and haven't learned how to verify/set the path
environment. What do I have to do in RH 7.0 to run these progs?

Thanks, again.

Jerry



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



Gnome fails to load.

2001-04-25 Thread Nick Lowman

Hello Everyone,

It seems that gnome has stopped working on my Red Hat 6.2 machine. I run
startx and a small screen appears telling me that Enlightenment is loading
which seems to be OK and then a small Gnome window appears on a grey
background telling me Gnome is loading. But after that disappears all I'm
left with is a grey screen. I can't do anything except reboot the machine.
Any ideas how to remedy this?

Thanks
Nick

 
 



***
Should you receive this email in error, please notify the
sender immediately and do not disclose, copy or distribute it.
Citigate Lloyd Northover may not be held responsible for the
content of this email as it may reflect the personal view of the
sender and not that of the company. While Citigate Lloyd Northover
runs anti-virus software on all servers and all workstations,
it cannot be held responsible for any infected files that
you may receive. Citigate Lloyd Northover advises all recipients
to virus scan any file attachments.
***




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



Re: RAID

2001-04-25 Thread tcurl

I want to set up a RAID using udma drives.  I don't think soft RAID is a 
good solution from a performance standpoint.  I searched all the hardware 
RAID vendors to find one providing a udma hardware RAID controller that 
would work with Linux.  None, so far as I could find, do.  The two closest 
seemed to be Promise and Adaptec.  Promise says they will be able to do it 
in 6 months.  I have not yet gotten and answer from Adaptec. 





"Rodolfo J. Paiz" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
04/25/01 05:44 PM
Please respond to redhat-list

 
To: [EMAIL PROTECTED]
cc: 
Subject:Re: RAID


At 4/25/01 02:11 PM -0400, you wrote:
>Within six months Introducing Linux when the SupeTrak SX 6 is introduced.
>
>
>The question, to Promise Technology, was "When do you expect to have 
Linux
>compatible drivers for the SuperTrak RAID 5 controller?"

I'm very interested in RAID and the Promise SuperTrak controllers. 
However, 
I just can't make head or tail of this post. What does it mean?


--
Rodolfo J. Paiz
[EMAIL PROTECTED]



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





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



Re: RAID

2001-04-25 Thread Rodolfo J. Paiz

At 4/25/01 02:11 PM -0400, you wrote:
>Within six months Introducing Linux when the SupeTrak SX 6 is introduced.
>
>
>The question, to Promise Technology, was "When do you expect to have Linux
>compatible drivers for the SuperTrak RAID 5 controller?"

I'm very interested in RAID and the Promise SuperTrak controllers. However, 
I just can't make head or tail of this post. What does it mean?


--
Rodolfo J. Paiz
[EMAIL PROTECTED]



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



RE: NFS questions

2001-04-25 Thread Ward William E DLDN

Softmounts

man nfs

-Original Message-
From: Ashley M. Kirchner [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 25, 2001 12:45 PM
To: Red Hat Mailing List
Subject: NFS questions



Past experience has taught me that if an NFS server happens to go
down for whatever reason (and then restarted), the machines connected to
it will be in a state of 'being stuck' and the only way to fix that is
to either try to unmount those NFS volumes, and remount them, or to
restart the client (which solves the problem all together).

Is there any better mechanism to check for things like this
automatically?  If the NFS server gets rebooted, or the connection died
long enough for the clients to lose it.  What can be done?  Is there any
specific way I should set the clients up to reconnect or something?

For that matter, if and when the NFS server goes down, is there any
way of telling the clients to stop trying to use that particular mounted
volume, and switch to a local (mirrored) partition till the NFS server
comes back up?

AMK4

--
W |
  |  I haven't lost my mind; it's backed up on tape somewhere.
  |
  ~
  Ashley M. Kirchner    .   303.442.6410 x130
  SysAdmin / Websmith   . 800.441.3873 x130
  Photo Craft Laboratories, Inc. .eFax 248.671.0909
  http://www.pcraft.com  . 3550 Arapahoe Ave #6
  .. .  .  . .   Boulder, CO 80303, USA




___
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: Ximian Gnome 1.4 works with RedHat 7.1

2001-04-25 Thread Warren Melnick

I was running RedHat 7.0 with Ximian Gnome 1.3 until last week.  Last week I
upgraded to RedHat 7.1, which overwrote the Ximian Gnome with the standard
Gnome.  They were roughly the same.  Some minor differences in the Ximian
release that I liked better.  I had to manually replace gnome-terminal after
the upgrade in order for it to work to work at all.  Plus the old gnome
refused to reinstall under RH71.

The new (1.4) Gnome is a bit different.  The thing you notice immediately is
that the height of the task bar on the bottom has decreased considerably.
It is now about the size of the Windoze bar.  That makes the Desk Guide get
really small.  The Desk Guide is also pushed all the way over to the right,
but that is easily corrected with a "move".

The next thing you will notice is that the menu bar and docked apps are
gone.  You can still right-click and get  menu, but the primary menus are
now a menu bar on the top of the screen where the docked apps also appear to
go.  Programs, System and Help menus are there followed by 2 docked apps,
which are just icons.  The first is a red star for Mozilla and the second is
gnome-terminal.

I am most impressed with the current version of Mozilla.  They seem to have
struck an excellent balance between IE and Netscape, incorporating the best
features of both.  I especially like being able to type Ctrl-F for find
instead of Alt-F.  This release definitely seems geared toward the
cross-platform user, which is fine by me, as my time is split almost evenly
between Win98 and Gnome as my GUIs.

Also... Red Carpet already has a Redhat 7.1 channel and already shows
updates available for it.


Warren Melnick
Director of Research and Development
Astata Corporation




-Original Message-
From: Michael R. Jinks [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 25, 2001 1:58 PM
To: [EMAIL PROTECTED]
Cc: '[EMAIL PROTECTED]'
Subject: Re: Ximian Gnome 1.4 works with RedHat 7.1


Questions for Warren: what were you using before this?  If a previous
GNOME, has the layout really changed significantly?  Or were you using a
non-GNOME desktop?

And, is Linuxconf really going away?  Never used it much myself but I
can see the advantages for newbies; is it being replaced with something
else?


Werner Puschitz wrote:
> 
> What I miss is a control panel kind of thing like KDE has started it.
> Personally I don't care a lot but (Windows) people here at work
> who are starting to use Linux are missing a central location where you can
> configure Linux. And with linuxconf going away...
> 
> Werner
> 
> On Wed, 25 Apr 2001, Warren Melnick wrote:
> 
> > I just installed the new Ximian Gnome 1.4 on my Redhat 7.1 system.  It
is
> > working nicely.
> >
> > On a pretty quick P3 with a T1 internet connection it took me about an
hour
> > to download and install.  It's going to take a little time to get used
to
> > the new setup, but I think I will like it once I am used toit :)
> >
> > 
> > Warren Melnick
> > Director of Research and Development
> > Astata Corporation
> >
> >
> >
> >
> > ___
> > 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

-- 
~~~Michael Jinks, IB // Technical Entity // Saecos Corporation
We write precisely
since such is our habit in
talking to machines;   -- anonymous



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



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



Re: kernel 2.4.x

2001-04-25 Thread Steve Lee

I heard 7.0 was 2.4 ready and that
to just use kgcc instead of gcc.

That is about all i did.
Any ideas?
i will look at that document right now, though.


On Wed, 25 Apr 2001, Statux wrote:

> Did you read the /usr/src/linux/Documentation/Changes file before
> even attempting the kernel compile? If you didn't, you might want to hit
> that and make sure your system is truely 2.4 ready (as RH 7.0 wasn't
> entirely, plus RH 7.0 was released before 2.4.0 was released, I think).
> 
> On Wed, 25 Apr 2001, Steve Lee wrote:
> 
> > I have a redhat 7.0 box. I'm trying to compile the kernel
> > but i seem to hang when the system boots up the new kernel.
> > While the system tries to uncompress the kernel to memory,
> > it just sits there and doesn't go any further.
> >
> > May be i left out something during make config, ??
> > I'm not sure.  One solution is to upgrade
> > to Redhat 7.1 but i don't have that option
> > since it is one of our production box.
> >
> > Please assist.  I have compiled kernels and used other version
> > but 2.4.x
> >
> > Thanks.
> >
> >
> >
> > ___
> > 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: reiser on 7.1

2001-04-25 Thread Nima S. Panahi

Well, for my experience I believe this is a wise choice. I have TRIED
installing it on many types of systems. Most work, many had minor
problems, and some had really serious problems. For one example that
should make you think twice is the fact that for VIA chipsets you have a
good chance of filesystem corruption (this is VIA's fault, but things like
having SB Live installed and reiser fs make thinks much worst... weirest
thing I have seen). I have actually expecience corruption. Also, it can be
hard to the average user to set it up so that even the boot partition is
reiser. On one system, it refused to work with reiser fs on the /boot
partition. Sometimes it can act strange also, like right now I have a
directory that has a 1G file in it. However, when I do a du, it reports a
2T! WOW! I still have to figure that one out.One last thing (there are
more), is that things like fs check don't work. Ones I had a problem (with
the newest verstion) cand ran fs check for reisers and got a completely
messed up filesystem. I admit, I push the suckers and most of the time no
one should have any problems. In fact, I love reisers and that is all I
use (except for some boot partitions that are ext2).

 On Wed,
25 Apr 2001, Dave Wreski wrote:

>
> > We don't support or recommend it (as in disk and filesystem), but
> > someone from Brazil made an update disk for it:
>
> Is reiserfs not yet production quality or is there some other interaction
> problem that causes you to not recommend it?
>
> dave
>
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



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



How do I get 6.1 to see a Desk Jet 500?

2001-04-25 Thread John Meshkoff

I just got an old HP Desk Jet 500 and connected to my 6.1 (2.2.12 kernel)
box.  Printtool cannot autodetect the printer, although it's listed in
printtool.  Since it doesn't see the printer, trying the "print ASCII
directly to printer port" menu item only returns an error, "no such
device".  The box is dual boot, so I re-booted into win95 and confirmed the
printer and connection are OK.  I've had one printer previously recognized
without problem by printtool, an old TI laser printer, running in HP
compatible mode; don't have that one any more, besides, a toner cartridge
for it now cost's more than a new ink jet printer.

What do I need to do to get linux to see the Desk Jet?
Bom Shankar Bholenath!
John Meshkoff   [EMAIL PROTECTED]
http://www.sivakalpa.org



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



Re: kernel 2.4.x

2001-04-25 Thread Statux

Did you read the /usr/src/linux/Documentation/Changes file before
even attempting the kernel compile? If you didn't, you might want to hit
that and make sure your system is truely 2.4 ready (as RH 7.0 wasn't
entirely, plus RH 7.0 was released before 2.4.0 was released, I think).

On Wed, 25 Apr 2001, Steve Lee wrote:

> I have a redhat 7.0 box. I'm trying to compile the kernel
> but i seem to hang when the system boots up the new kernel.
> While the system tries to uncompress the kernel to memory,
> it just sits there and doesn't go any further.
>
> May be i left out something during make config, ??
> I'm not sure.  One solution is to upgrade
> to Redhat 7.1 but i don't have that option
> since it is one of our production box.
>
> Please assist.  I have compiled kernels and used other version
> but 2.4.x
>
> Thanks.
>
>
>
> ___
> 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: bugzilla is unuseable!

2001-04-25 Thread Mike A. Harris

On Wed, 25 Apr 2001, John Aldrich wrote:

>Date: Wed, 25 Apr 2001 10:40:12 -0400
>From: John Aldrich <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Content-Type: text/plain
>List-Id: General Red Hat discussion list 
>Subject: Re: bugzilla is unuseable!
>
>On Wed, 25 Apr 2001, you wrote:
>> On Wed, 25 Apr 2001, John Aldrich wrote:
>>
>> > Bero... I tried for several hours last night to use the JavaScript
>> > page. It is totally un-useable.
>>
>> That explains why I can't reproduce the problem - the JavaScript page
>> doesn't like Konqueror, and "if it doesn't work in lynx or Konqueror, it's
>> broken, don't use it".
>>
>It also doesn't work in Mozilla.

The regular bugzilla does, but mozilla is quite buggy so it
doesn't work top notch.  Mozilla 0.6 and early 0.7 versions work
well though, but not with SSL.



-- 
Mike A. Harris  Shipping/mailing address:
OS Systems Engineer 190 Pittsburgh Ave., Sault Ste. Marie,
Red Hat Inc.Ontario, Canada, P6C 5B3
http://www.redhat.com   Phone: (705)949-2136




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



kernel 2.4.x

2001-04-25 Thread Steve Lee

I have a redhat 7.0 box. I'm trying to compile the kernel
but i seem to hang when the system boots up the new kernel.
While the system tries to uncompress the kernel to memory,
it just sits there and doesn't go any further.

May be i left out something during make config, ??
I'm not sure.  One solution is to upgrade
to Redhat 7.1 but i don't have that option
since it is one of our production box.

Please assist.  I have compiled kernels and used other version
but 2.4.x  

Thanks.



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



How do I use fsck ?

2001-04-25 Thread Pieter De Wit

Hello Guys and Gals,

I have a curropted / part. The system doesn't want to boot, and its at my
remote site. I have had this happen before...What can I do to fix this ?

Thanks,

Pieter De Wit



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



Re: NFS questions

2001-04-25 Thread Ashley M. Kirchner


Paul Anderson wrote:
Use RAID disks, Logical Volume Manager and/or
clustering.  All of these
features are downloadable.
    I don't have that option.
    AMK4
--
W |
  |  I haven't lost my mind; it's backed up on tape somewhere.
  |
  ~
  Ashley M. Kirchner   
.   303.442.6410 x130
  SysAdmin / Websmith  
. 800.441.3873 x130
  Photo Craft Laboratories, Inc.
.    eFax 248.671.0909
  http://www.pcraft.com 
. 3550 Arapahoe Ave #6
  .. .  .  .
.  
Boulder, CO 80303, USA
 


Re[2]: Ximian Gnome 1.4 works with RedHat 7.1

2001-04-25 Thread Silviu Cojocaru


Wednesday, April 25, 2001, 8:57:43 PM, Michael R. Jinks wrote:

> Questions for Warren: what were you using before this?  If a previous
> GNOME, has the layout really changed significantly?  Or were you using a
> non-GNOME desktop?

> And, is Linuxconf really going away?  Never used it much myself but I
> can see the advantages for newbies; is it being replaced with something
> else?

There are _no_ advantages for newbies when it comes to using
Linuconf. This tool is very user unfriendly and has a bad habit
of modifying stuff even if the user didn't commit any changes.
So my point that from a newbie point of view, Linuxconf can be
quite scarry.

-- 
   If Bill Gates had a dime for every time a Windows box crashed...
...,Oh wait, he already does.




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



RE: Ximian Gnome 1.4 works with RedHat 7.1

2001-04-25 Thread Brian Wright

I was able to d/l it last night as well.  Interesting... the Slashdot effect
wasn't apparent. :-)

I'm VERY impressed with it, and I'm hoping that the next GTK+ will have
anti-alias support.  I was hoping that Gnome 1.4 would use the anti-aliasing
that's available in Xfree86 4.0.2.

--Brian

On 25-Apr-2001 Warren Melnick wrote:
> I just installed the new Ximian Gnome 1.4 on my Redhat 7.1 system.  It is
> working nicely.
> 
> On a pretty quick P3 with a T1 internet connection it took me about an hour
> to download and install.  It's going to take a little time to get used to
> the new setup, but I think I will like it once I am used toit :)
_
Brian Wright   Aturna Communications Inc.
[EMAIL PROTECTED]  Internet Services
AIM: BigBY2K ICQ: 21221328  WWW http://www.aturna.net
_



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



Re: PPPoE on a DSL line::specific

2001-04-25 Thread kappa kappa

OK, you need to download rp-pppoe from raoringpenguin.com (i belive). If all goes well 
the programs will promp, so you can fill in your information, like DNS, firewall, 
user, ETC. If your system needs a special module for for NIC card, then go to 
'linuxconf' as root and select from there. If nothing is needed, then just type 
'adsl-start' to bring up your connection. If you get "command not found, etc" type 
whereis adsl-start and then 'cd' in there and type 'adsl-start' in there. Hope it 
works, and i hope this was enough and specific information. :)

-Original Message-
From: Hal Burgiss <[EMAIL PROTECTED]>
Date: Tue, 24 Apr 2001 17:35:10 -0400
To: [EMAIL PROTECTED]
Subject: Re: PPPoE on a DSL line


> On Tue, Apr 24, 2001 at 05:04:06PM -0400, [EMAIL PROTECTED] wrote:
> > 
> > What  do  I type in to setup PPPoE under REdhat 7.0? what is the unix
> >command
> >to set it up?
> 
> Depends on what you are using. You just need to RTFM for it. rp-pppoe
> has scripts to set it up and run it. The docs will tell you all about
> this. If they don't make sense, then his website has faq, etc. 
> 
> -- 
> Hal B
>  [EMAIL PROTECTED]
>  [EMAIL PROTECTED]
>  [EMAIL PROTECTED]
>  Spamtrap: [EMAIL PROTECTED] and [EMAIL PROTECTED]
> --
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 

Get your free email from www.linuxmail.org 


Powered by Outblaze



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



Re: Ximian Gnome 1.4 works with RedHat 7.1

2001-04-25 Thread chadws


> The new (1.4) Gnome is a bit different.  The thing you notice
> immediately is that the height of the task bar on the bottom has
> decreased considerably.

I have not used the new Gnome, but this was a feature of the old 
version as well. I believe if you right-click on the panel and check 
the properties you may be able to change the height of the bottom 
panel.

> It is now about the size of the Windoze bar.  That makes the Desk
> Guide get really small.  The Desk Guide is also pushed all the way
>over to the right, but that is easily corrected with a "move".

Again, IIRC the panel guide can be resized or may be automatically 
resized with the panel it is on so increasing the panel size may make 
this larger as well.

> The next thing you will notice is that the menu bar and docked apps
> are gone.  You can still right-click and get  menu, but the primary
> menus are now a menu bar on the top of the screen where the docked
> apps also appear to go.

In the old version of helix you could right-click on the bottom 
toolbar and add the primary menu to the panel (by selecting Panel > 
Add to Panel > Menu > Main Menu), can you not do this is the new 
version?

> I am most impressed with the current version of Mozilla.  They seem
> to have struck an excellent balance between IE and Netscape,
> incorporating the best features of both.  I especially like being
> able to type Ctrl-F for find instead of Alt-F.

Man, I need to find a download site so that I can give this a try it 
sounds pretty cool. Good luck,

Chad


--
Pop3Now Personal, Manage 5 Email Accounts From 1 Secure Window
Sign Up Today!  Visit http://www.pop3now.com/personal



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



Solved! Re: XMMS segfaults in 7.1

2001-04-25 Thread Brian Wright

Well, after much futzing, I found that XMMS will segfault if you have the
avi-xmms plugin installed.  It seems that the required avifile package does not
like qt-2.3.0, so if you upgraded to 7.1 and you built avifile under a previous
version of qt, it will segfault on qt-2.3.0.

And I was able to sharpen my lousy troubleshooting skills. ;-)

_
Brian Wright   Aturna Communications Inc.
[EMAIL PROTECTED]  Internet Services
AIM: BigBY2K ICQ: 21221328  WWW http://www.aturna.net
_



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



RAID

2001-04-25 Thread tcurl

Within six months Introducing Linux when the SupeTrak SX 6 is introduced.


The question, to Promise Technology, was "When do you expect to have Linux 
compatible drivers for the SuperTrak RAID 5 controller?"



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



Re: rpm core dumps on RH7

2001-04-25 Thread David Young

> Did you upgrade RPM?

Can't use rpm to update rpm package since rpm dumps core. Is there a way to
build from source?

> rpm --rebuilddb

Doesn't help.




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



Re: Ximian Gnome 1.4 works with RedHat 7.1

2001-04-25 Thread Michael R. Jinks

Questions for Warren: what were you using before this?  If a previous
GNOME, has the layout really changed significantly?  Or were you using a
non-GNOME desktop?

And, is Linuxconf really going away?  Never used it much myself but I
can see the advantages for newbies; is it being replaced with something
else?


Werner Puschitz wrote:
> 
> What I miss is a control panel kind of thing like KDE has started it.
> Personally I don't care a lot but (Windows) people here at work
> who are starting to use Linux are missing a central location where you can
> configure Linux. And with linuxconf going away...
> 
> Werner
> 
> On Wed, 25 Apr 2001, Warren Melnick wrote:
> 
> > I just installed the new Ximian Gnome 1.4 on my Redhat 7.1 system.  It is
> > working nicely.
> >
> > On a pretty quick P3 with a T1 internet connection it took me about an hour
> > to download and install.  It's going to take a little time to get used to
> > the new setup, but I think I will like it once I am used toit :)
> >
> > 
> > Warren Melnick
> > Director of Research and Development
> > Astata Corporation
> >
> >
> >
> >
> > ___
> > 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

-- 
~~~Michael Jinks, IB // Technical Entity // Saecos Corporation
We write precisely
since such is our habit in
talking to machines;   -- anonymous



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



Re: VNC Server and 7.1

2001-04-25 Thread Fernando Lozano

Rodney,


> I am trying to get VNC Server setup to run under 7.1 RH.
> 
> I tried the setup they mention on the AT&T site of using the startkde script
> to use the KDE desktop. 


I use the following script on RHL 5.x and 6.x. I have not tried 7.x yet, but it should 
work. The startkde command tries to start a X server, so it should not work as vnc 
xstartup.


[]s, Fernando Lozano

 vncserver.rhl


Re: rh7.1 and xinetd HELL!

2001-04-25 Thread Eric Wood


- Original Message - 
From: "Jason Costomiris" <[EMAIL PROTECTED]>
> On Tue, Apr 24, 2001 at 08:56:51AM -0400, Eric Wood wrote:
>: Is anyone else having problems connecting to swat (port 901) and
>: linuxconf-web (port 98)?
>: 
>: Is xinetd a piece of crap or what!?
> 
> Did you bother to look at /etc/xinetd.d/swat?  If you look, you'll see
> why you're having trouble connecting.

Did you bother keeping up with the thread.  Complete uselessness.

-eric wood



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



Re[2]: Ximian Gnome 1.4 works with RedHat 7.1

2001-04-25 Thread Silviu Cojocaru


Wednesday, April 25, 2001, 9:01:10 PM, Brian Wright wrote:

> I was able to d/l it last night as well.  Interesting... the Slashdot effect
> wasn't apparent. :-)

> I'm VERY impressed with it, and I'm hoping that the next GTK+ will have
> anti-alias support.  I was hoping that Gnome 1.4 would use the anti-aliasing
> that's available in Xfree86 4.0.2.

Wasn't Xfree86 4.0.3 that introduces antialiased font support ?

-- 
   If Bill Gates had a dime for every time a Windows box crashed...
...,Oh wait, he already does.




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



Re: rh7.1 and xinetd HELL!

2001-04-25 Thread Rodolfo J. Paiz

At 4/24/01 08:56 AM -0400, you wrote:
>Is anyone else having problems connecting to swat (port 901) and
>linuxconf-web (port 98)?
>
>Is xinetd a piece of crap or what!?

I vote for "or what." In the five months since I installed my first RedHat 
7.0 box, I've had zero problems with xinetd. I much prefer its method of 
dealing with configuration, its improved flexibility and security, and the 
ease with which things work.

What did you do to make it unhappy at you?


--
Rodolfo J. Paiz
[EMAIL PROTECTED]



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



Re: vmlinuz vs vmlinux

2001-04-25 Thread Ted Gervais

On Wednesday 25 April 2001 10:15, you wrote:
> On Wed, 25 Apr 2001, Ted Gervais wrote:
> > I notice in the /boot directory that I have :
> >
> > vmlinuz-2.4.2-2  785602 bytes, and
> > vmlinux-2.4.2-2  2271899 bytes.
> >
> > What is the difference? I thought vmlinuz was the kernel filed that was
> > called on 'boot' but this particular file is small at least compared to
> > vmlinux??  What is the vmlinux file for. If it is part of the boot
> > process how is IT called??
>
> the "z" file is the bzipped file, which is why it's smaller.  take a look
> at /etc/lilo.conf and you'll see which one's critical to have around. :-)
>
> rday

OK. Well I know that the /etc/lilo.conf file calls for the 'z' file so I will 
delete the other one then..

Thanks..

-- 
Ted Gervais
Coldbrook, Nova Scotia Canada



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



Re: NFS questions

2001-04-25 Thread Paul Anderson

Use RAID disks, Logical Volume Manager and/or clustering.  All of these
features are downloadable.

Paul Anderson

"Ashley M. Kirchner" wrote:

> Past experience has taught me that if an NFS server happens to go
> down for whatever reason (and then restarted), the machines connected to
> it will be in a state of 'being stuck' and the only way to fix that is
> to either try to unmount those NFS volumes, and remount them, or to
> restart the client (which solves the problem all together).
>
> Is there any better mechanism to check for things like this
> automatically?  If the NFS server gets rebooted, or the connection died
> long enough for the clients to lose it.  What can be done?  Is there any
> specific way I should set the clients up to reconnect or something?
>
> For that matter, if and when the NFS server goes down, is there any
> way of telling the clients to stop trying to use that particular mounted
> volume, and switch to a local (mirrored) partition till the NFS server
> comes back up?
>
> AMK4
>
> --
> W |
>   |  I haven't lost my mind; it's backed up on tape somewhere.
>   |
>   ~
>   Ashley M. Kirchner    .   303.442.6410 x130
>   SysAdmin / Websmith   . 800.441.3873 x130
>   Photo Craft Laboratories, Inc. .eFax 248.671.0909
>   http://www.pcraft.com  . 3550 Arapahoe Ave #6
>   .. .  .  . .   Boulder, CO 80303, USA
>
> ___
> 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



NFS questions

2001-04-25 Thread Ashley M. Kirchner


Past experience has taught me that if an NFS server happens to go
down for whatever reason (and then restarted), the machines connected to
it will be in a state of 'being stuck' and the only way to fix that is
to either try to unmount those NFS volumes, and remount them, or to
restart the client (which solves the problem all together).

Is there any better mechanism to check for things like this
automatically?  If the NFS server gets rebooted, or the connection died
long enough for the clients to lose it.  What can be done?  Is there any
specific way I should set the clients up to reconnect or something?

For that matter, if and when the NFS server goes down, is there any
way of telling the clients to stop trying to use that particular mounted
volume, and switch to a local (mirrored) partition till the NFS server
comes back up?

AMK4

--
W |
  |  I haven't lost my mind; it's backed up on tape somewhere.
  |
  ~
  Ashley M. Kirchner    .   303.442.6410 x130
  SysAdmin / Websmith   . 800.441.3873 x130
  Photo Craft Laboratories, Inc. .eFax 248.671.0909
  http://www.pcraft.com  . 3550 Arapahoe Ave #6
  .. .  .  . .   Boulder, CO 80303, USA




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



rpm core dumps on RH7

2001-04-25 Thread David Young

I have three machines running RH7, and on two of them rpm core dumps if I
try to -i (install), -U (update) or -F (freshen) any rpm... -q (query) or -e
(erase) works fine. Below is the config of the machines, can anyone give any
suggestions?

RPM WORKS:
#1 Dell PowerEdge 1400

RPM CORE DUMPS:
#2 Dell PowerEdge 1400
#3 CompUSA something or other

Install on all these servers:
Dell's standard RH 7.0 installation
OpenLDAP rpm package removed
OpenLDAP 2.07 installed from source
nss_ldap rpm package removed
nss_ldap-149 installed from source
pam_ldap-105 installed from source
qmail-1.03 installed from source



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



Re: Dragon Slain! Fire Put Out!!

2001-04-25 Thread Charles Galpin

Just so you understand, it was not interchange that was zipping the logs,
but logrotate. 'man logrotate' for details, but you have plenty control
over how big the let the files become, how man copies to keep, etc.

charles

On Wed, 25 Apr 2001, Ben Ocean wrote:

> Hi;
> Thank you everybody that gave me good advice. Apparently, closing the port 
> for *interchange* caused that program to log errors as it tried to access 
> the port (apparently quite frequently), then it gzipped the logs and put 
> them in other logs, so many logs that when I erased the file it took about 
> ONE HOUR of CPU time!! Good grief!! No wonder slocate went berserk every 
> time it tried to do it's thing. Once that crap was clear, updatedb set 
> everything back to normal. Yay! Thanks again :))
> BenO



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



Re: bugzilla is unuseable!

2001-04-25 Thread Bernhard Rosenkraenzer

On Wed, 25 Apr 2001, John Aldrich wrote:

> Bero... I tried for several hours last night to use the JavaScript
> page. It is totally un-useable.

That explains why I can't reproduce the problem - the JavaScript page
doesn't like Konqueror, and "if it doesn't work in lynx or Konqueror, it's
broken, don't use it".

LLaP
bero




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



Re: apache?

2001-04-25 Thread Nathalie Boulos

Try www.apache-ssl.org

- Original Message - 
From: gary@umc <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 25, 2001 11:52 AM
Subject: apache?


> Dear all,
> 
> is apache-1.3.14-2.6.2.i386.rpm included apache-ssl?
> if not, where can I download apache-ssl*.rpm for redhat 6.2?
> 
> thanks for advise...
> 
> rdgs,
> gary
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



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



Re: How to set IP Forwarding in RedHat 7.0

2001-04-25 Thread Harmit

Thanks for the info .Can you kindly let me know how a linux host (192.168.1.x)can
be configured so that it should be able to communicate with  my default
gateway(63.x.x.x) .I have red hat 6.1 on intel .
I have made the changes requd in the /etc/sysconfig/network
and/etc/sysconfig/network-scripts/ifcfg-eth0 file..Can you tell me what am I
MISSING?


Kyle Hargraves wrote:

> On Wed, 25 Apr 2001, Kevin Chan wrote:
>
> > I would like to ask how to set the IP Forwarding from my RedHat 7.0 Server.
> > My Server IP is 192.168.X.X and the clients which use ppp connected to my
> > server is 10.0.0.3 .  Thanks a lot !
>
> Are you conveying that your clients connect via (multiple) ppp
> links to your server ?
> I don't know why your clients are on a different network.  In fact
> your description seems a little unrealistic ...
>
> I'll assume that your server is 192.168.1.10 and that you have
> 9 clients  192.168.1.1  168.1.9 and that you connect ppp to
> an ISP using a real (internet routable) ip.  I'll have to assume
> that you have the ppp stuff happening to your satisfaction
>
> from this point there are a number of approaches to this task
> Kevin
>
> i   ensure that ip forwarding is being undertaken in the kernel.
>
> Check the contents of /proc/sys/net/ipv4/ip_forward which ought to
> possess a  1Otherwise, incluce the line
> echo "1" > /proc/sys/net/ipv4/ip_forward
> as a local instruction in your /etc/rc.d/rc.local
> (i.e. at the end of the file)
>
> ii  I'll assume that /etc/sysconfig/network-scripts/ifcfg-eth0
> is setup correctly so just ensure that
> /etc/sysconfig/network  looks some thing this :
>
> NETWORKING=yes
> FORWARD_IPV4=yes##  key line
> HOSTNAME=whatever   ##  should be setup already
> GATEWAYDEV=ppp0 ##  could be omitted
> GATEWAY=the_ip_your_ISP_gives_you_as_a_dns
>
> iii now the 192.stuff has to be masqueraded to a routable address
> and the line
>
> ipchains -A forward -j MASQ -s 192.168.1.0/24 -d 0.0.0.0/0
>
> which should follow any alteraltion to /etc/rc.d/rc.local
> will do the magic
>
> cheers,
>
> Kyle Hargraves
>
> ___
> 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



Dragon Slain! Fire Put Out!!

2001-04-25 Thread Ben Ocean

Hi;
Thank you everybody that gave me good advice. Apparently, closing the port 
for *interchange* caused that program to log errors as it tried to access 
the port (apparently quite frequently), then it gzipped the logs and put 
them in other logs, so many logs that when I erased the file it took about 
ONE HOUR of CPU time!! Good grief!! No wonder slocate went berserk every 
time it tried to do it's thing. Once that crap was clear, updatedb set 
everything back to normal. Yay! Thanks again :))
BenO



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



Re: Where are my kernel source files in RH 6.2 with updated kernel?(add'l info)

2001-04-25 Thread Charles Galpin

Hi Jerry

On Tue, 24 Apr 2001, Jerry Garrison wrote:

> I installed the rpm called 'kernel-source-2.2.17-14.i386.rpm'.  I'm a newbie
> and I don't understand what you mean by 'build it yourself'.  Does that
> happen automatically when I install the source rpm or is there something
> else I need to do?  Should I have installed file under the 'SRPMS' heading
> called 'kernel-2.2.17-14.src.rpm' instead?

This simply installs the kernel source. What this means is you now have
the C files used to compile/build the kernel. You have not actually
changed anything on your system. Until you compile a kernel,
configure/install it, and then reboot, you have not actually used it.

In case it is not clear, this does not mean you have upgraded your
kernel! All it means is you have the source files for a 2.2.17-14 kernel.

To see what kernel your are running right now, do

uname -a

The kernel version will be the third field (After Linux your.machine.name)

> A directory called 'linux-2.2.17-14' was created.

yup, that where it goes.


> It looks like that that VMware is looking for directories called 'asm',
> 'linux' and
> 'net'.  When I do a 'whereis' on these, the response back says that they are
> all in /usr/include.  But when I go there, 'net' is there, but 'asm' and
> 'linux' are linked to /usr/local/src/linux/include/.  And there's nothing
> below the /usr/local/src level.

Ok, whereis just looks in your path and tells you what *executables* match
the parameter you give it. You want to use 'locate'

Try 'locate asm'. You should find it under
/usr/src/linux-2.2.17-14/include

> So I still need the files called 'asm' and 'linux'.  They aren't in the
> ''linux-2.2.17-14' directory.  'net' is, but 'asm' and 'linux' aren't.

I'm not running 2.2.17, but they sure do exist for 2.2.16

> > > I am trying to install VMware.  It wants to know the location of the
> > > 'directory of C header files that match your running kernel'.  In a
> later
> > > prompt, it refers to the files it needs as 'the directory of kernel
> > > headers'.  The prompt suggests that the files may be in
> > > /usr/src/linux/include.  But those files all have to do with the old
> kernel.
> > > I had to upgrade from 2.2.14-5.0 to 2.2.17-14 because I have an i810
> > > chipset.

Ok, here is the bottom line. make *sure* you are running 2.2.17-14 first
(see above). Then just make a symbolic link from /usr/src/linux
/usr/src/linux-2.2.17-14 like this

ln -s /usr/src/linux-2.2.17-14 /usr/src/linux

and vmware should find the files.

If you are not running 2.2.17, install the kernel-source or kernel-headers
for the kernel you are using

hth
charles



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



Re: problems bringing up eth0

2001-04-25 Thread Rodolfo J. Paiz

At 4/24/01 07:24 PM -0400, you wrote:
>I have just installed RH 7.1 on my toshiba tecra 8100 laptop with pretty
>much no troubles

I'm using 7.0 on my Toshiba Satellite Pro 4260. Had the expected troubles
with the Savage IX chip under XFree86, but got that done. Love the system.
Long story short, my network also works (Linksys PCMPC200 10/100Mbps PC
Card), but shows:

>Bringing up interface eth0  Delaying eth0 initialization [FAILED]

upon system startup. By the time I get to runlevel 3 or 5, however, I
can get network access without any problems and typing either "service
network restart" or "/etc/rc.d/init.d/network restart" (equivalent, I
know) works well.

>everything restarts including eth0.  This is confusing to me because if it
>restarts here, and I can get internet access without running the above
>command, then WHY DID IT SAY FAILED IN THE FIRST PLACE

I think I've found the first steps to an answer...

The network starts before PCMCIA Card Services do. Hence both our network
cards *cannot* initialize, since they have no card services. Later, when
PCMCIA services start, then we can do "service network restart" and get a
network. So it actually did fail, just not permanently.

>My other problem, which may be related is that SAMBA...

I haven't even been to samba yet. But my xinetd is having fits. It shows
[FAILED] upon system startup. "service xinetd status" says xinetd is dead
but the pid file exists. "service xinetd restart" succeeds. Upon system
shutdown, however, xinetd shutdown is [FAILED].

>Perhaps another issue all together, but wanted to mention this as well since
>my samba trouble might be rooted in the original issue.

Amen.

Now, how to arrive at a permanent solution? Should we change the startup 
order so that pcmcia-cs starts before network? This seems like such a 
blindingly obvious solution that I'm sure there's a good reason why it 
hasn't been done yet...


--
Rodolfo J. Paiz
[EMAIL PROTECTED]



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



RE: [WAY OT] beep

2001-04-25 Thread Rodolfo J. Paiz

At 4/24/01 11:21 AM -0400, you wrote:
>Folks, you only need eject, not eject /dev/cdrom
>
>eject &
>mount /dev/cdrom &
>eject /dev/cdrom1 &
>mount /dev/cdrom1 &

...

>But these tricks have been
>around a LONG time...

I'm quite sure the trick is old ... it is I who recently arrived 
on-scene.


--
Rodolfo J. Paiz
[EMAIL PROTECTED]



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



Re: vmlinuz vs vmlinux

2001-04-25 Thread Mike Burger

vmlinuz is the compressed kernel.

For example, when you compile your own kernels, part of the process is
"make bzImage" (used to be "make zImage").  This makes it a bit easier to
load into memory, copy to floppy disks, etc.

Notice that vmlinux is 2.25MB...you'd never get that onto a floppy to make
a bootable disk.

On Wed, 25 Apr 2001, Ted Gervais wrote:

>
>
> I notice in the /boot directory that I have :
>
> vmlinuz-2.4.2-2  785602 bytes, and
> vmlinux-2.4.2-2  2271899 bytes.
>
> What is the difference? I thought vmlinuz was the kernel filed that was
> called on 'boot' but this particular file is small at least compared to
> vmlinux??  What is the vmlinux file for. If it is part of the boot process
> how is IT called??
>
>
>



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



Re: vmlinuz vs vmlinux

2001-04-25 Thread rpjday

On Wed, 25 Apr 2001, Ted Gervais wrote:

>
>
> I notice in the /boot directory that I have :
>
> vmlinuz-2.4.2-2  785602 bytes, and
> vmlinux-2.4.2-2  2271899 bytes.
>
> What is the difference? I thought vmlinuz was the kernel filed that was
> called on 'boot' but this particular file is small at least compared to
> vmlinux??  What is the vmlinux file for. If it is part of the boot process
> how is IT called??

the "z" file is the bzipped file, which is why it's smaller.  take a look
at /etc/lilo.conf and you'll see which one's critical to have around. :-)

rday

-- 
Robert P. J. Day
Eno River Technologies, Durham NC
Unix, Linux and Open Source training


"This is Microsoft technical support.  How may I misinform you?"



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



  1   2   >