Re: SSHD User?

2002-12-06 Thread nate
Bret Hughes said:

> fwiw sshd runs as root and there is no user sshd on any of my redhat
> systems 6.0 6.2 7.1 or 7.3  where did you get the sshd user info?

newer versions of ssh offer an option called privledge seperation,
which uses a non-root account.

I think this was introduced in openssh 3.2, redhat 7.3 looks to come
with openssh 3.1

this feature can be disabled in the sshd_config, and is infact incompadible
with some PAM configurations.

nate





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Intel SR1300 + RAID installation issue

2002-12-06 Thread Teodor Georgiev

Hi list,

the following situation happens:

   Intel SR1300 server with Promise ATA IDE RAID.
   Intel provides drivers for Redhat up to 7.3. When loading the 7.3 drivers
everything is OK - I can see the hard drive and install on it.


  But with RH 8.0 the story is quite different. Without their drivers there
is a kernel panic right after detecting the hard drive (when the kernel
image of
  the installation CD is loading).

 If I put the drivers - I can not see the hard drive :(((

 Does anyone know a workaround of such a problem ( I have already written to
Intel, waiting for their answer) ?

 I do not want to stuck with 7.3.

or at least... if there is a good way to upgrade 7.3 to 8.0 (bear in mind, I
can NOT just install 7.3 and then put the RH 8.0 CD for an upgrade)?

What I think is about apt-get, but I first have to upgrade the RPM
package...


Waiting desperate for help.







-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: postgres initial startup

2002-12-06 Thread Bret Hughes
On Fri, 2002-12-06 at 22:53, Jean Fleurant (root) wrote:
> I'd like to use postgres database to run a buletin board called phpBB2.
> 
> I'm pretty new in linux and I've spent almost 2 days trying to start the 
> postgrea database.
> 
> In the documentation that come in the installation, it is always 
> specified to run "postmaster -D /database_path/" but I don't know what 
> is the database path.
> 
> Where should I start and is there documentation applicable to the 
> version that come with RedHat 8.
> 
> Please help me.

if you installed from rpms then all you should have to do is 

service postgres start

the startup scripts on 7.3 will init the db and every thing if it needs
to be done.  All the config and data will be in /var/lib/pgsql unless
they changed it for 8.0

Bret



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: SSHD User?

2002-12-06 Thread Bret Hughes
On Fri, 2002-12-06 at 22:22, CM Miller wrote:
> 
> 
> How do I create a SSHD User? 
> 
> I'm trying to fix my openssh on my RH 7.3 box.  It
> used to work when I had 7.1, but when I upgraded, it
> somehow failed, and I'm working to try and restore it.
>  
> 
> When trying to start the sshd, I get the following
> error: 
> 
> 'Privilege separation user sshd does not exist' 
> 
> I am told that creating the SSHD User, and this is
> done only in RedHat will fix this.  Again, how do I do
> this?

fwiw sshd runs as root and there is no user sshd on any of my redhat
systems 6.0 6.2 7.1 or 7.3  where did you get the sshd user info?

what version of openssh are you running?

on a 7.3 system:

[bhughes@compaq3 bhughes]$ grep ssh/etc/passwd

[bhughes@compaq3 bhughes]$ grep ssh /etc/passwd
[bhughes@compaq3 bhughes]$ ps axu |grep ssh
root   748  0.0  0.1  2560 1252 ?SDec06   0:01
/usr/sbin/sshd
root  3064  0.0  0.1  3552 2044 ?S00:44   0:00
/usr/sbin/sshd
503   3232  2.4  0.1  2820 1556 ?S00:54   0:00 ssh
ele1ws.osu bi
bhughes   3234  0.0  0.0  1704  612 pts/0S00:54   0:00 grep ssh
[bhughes@compaq3 bhughes]$ cat /etc/redhat-release 
Red Hat Linux release 7.3 (Valhalla)
[bhughes@compaq3 bhughes]$ 


Bret





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: sgi_fam on 7.3 causing massive LDAP queries

2002-12-06 Thread Gordon Messmer
On Thu, 2002-12-05 at 22:12, Nick Urbanik wrote:
> 
> > > There are about 8000 user accounts, and the system
> > > has worked for a couple of years.  It all works fine until we get requests like
> > > this at the rate of up to 345/second:
> > >
> > > base="uid=020526238,ou=People,dc=tyict,dc=vtc,dc=edu,dc=hk" scope=0
> > > filter="(objectClass=*)
> > > (many other user ids in the base for other queries)
> >
> > Well, that's odd, isn't it?  Why would it expect there to be such a uid?
> 
> I am unclear why it is going though the student IDs, but all our student IDs are
> their student numbers; this is just one of them.

If the uid's are valid, that settles my curiosity.  Generally, you can't
add usernames that don't start with an alpha character... such names
break things like quotas (on some systems, at least).

> One problem that fam has is that it runs as root, so cannot read the NFS automounted
> user directories; perhaps this is part of its problem?

I doubt it.  Tell me... you obviously have portmap running on the NFS
server, do you also have FAM running there?  If so, then FAM on the
clients should use that FAM daemon for its service, rather than polling
the NFS directories.  I don't know if that changes anything.

Also, are you mounting /home to the clients, or automounting their
individual home directories?  What file manager are the clients using? 
Are the clients viewing /home?

> > Offhand, I'd say that it would be helpful to index the presence of the
> > uid attribute, if those uid's are invalid.
> >
> > AFAIK, you'll have to modify slapd.conf to specify:
> > index   uid pres,eq
> > This is a change from it's predefined index of just "eq".  After that
> > you'll have to shut down the directory server and run
> > /usr/sbin/slapindex
> 
> Thanks, but yes, we already have indexing set on a presence and equality search for
> the objectClass attribute.

I said the "uid" attribute... but only if the queries were for invalid
uid's.  Since they're not, it won't help.  Don't bother.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Accentuated characters going crazy on RedHat8.0

2002-12-06 Thread Gordon Messmer
On Fri, 2002-12-06 at 08:01, Bruno Negrao wrote:
> 
> When I log on my redhat8.0 system using my ssh client, if I try to use the
> deadkeys(when editing with "vi"), what I got is something like this:

Tell your client that the system you're logging in to is using the UTF-8
character set.  Search the archives for instructions, or consult your
documentation... if you can't find the setting, at least tell us what
emulator you're using.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: SLOOOOOWW network connection

2002-12-06 Thread pd3
On Sat, Dec 07, 2002 at 06:42:07AM +0200, Willem Brown wrote:
> 
> Hello,
> 
> just a thought. Could it be that your mouse, (or maybe the screen card) and NIC
> are sharing the same IRQ? That could explain why the network card is slow when
> you are inside KDE.

Well thanks for the thought.

I'll look into it and let you know what I found - assuming I find anything.

Thanx again.

t.irvine



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: dns mx missing?

2002-12-06 Thread Larry Brown
Thank you Steve.  I don't know how I missed that!  Life is good again.

Larry S. Brown 



> -Original Message-
> From: Larry Brown
> Sent: Friday, December 06, 2002 1:25 PM
> Subject: dns mx missing?
>
>
> I've got a redhat 7.1 box and the mx record shows up in the
> dns file for the domain.  However, the following is what
> nslookup reveals...
>
> > thedomain.com
> Server: thedomain.com
> Address:1.1.1.1#53
>
> a-t-m.com
> origin = nsserver.thedomain.com.
> mail addr = name.thedomain.com.
> serial = 1039153387
> refresh = 10800
> retry = 3600
> expire = 604800
> minimum = 38400
> thedomain.com   nameserver = nsserver.thedomain.com.
> Name:   thedomain.com
> Address: 1.1.1.1
>
> No mx record shows. This was with nslookup, set type=any,
> thedomain.com. Does anyone know why the mx record might
> not be given?  Just in case, the following is the dns
> file contents for this domain...

You don't have a MX record for -- thedomain.com. You do however have an MX
record for nserver1.thedomain.com. Try adding an MX record for your domain
name. i.e.

thecomain.com.  IN MX 10 nserver.thedomain.com.

Steve Cowles



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



postgres initial startup

2002-12-06 Thread Jean Fleurant (root)




I'd like to use postgres database to run a buletin board called phpBB2.

I'm pretty new in linux and I've spent almost 2 days trying to start the
postgrea database. 

In the documentation that come in the installation, it is always specified
to run "postmaster -D database_path" but I don't know what is the
database path.

Where should I start and is there documentation applicable to the version
that come with RedHat 8. 

Please help me.




Re: SSHD User?

2002-12-06 Thread nate
CM Miller said:

> I am told that creating the SSHD User, and this is
> done only in RedHat will fix this.  Again, how do I do
> this?

man useradd

nate





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: SLOOOOOWW network connection

2002-12-06 Thread Willem Brown
[EMAIL PROTECTED] wrote:

[snip][snip]


Not exactly sure. My  connection has been shared with about 4 other neighbours
by a local phone company using homepna. I presume that the phone company uses
some from of DSL somewhere along the line. My nic is made Terton PCI T1M.

Since installing RH I have been using KDE. I just switched to the command line
and was shocked. I downloaded the kernel again and it took 258 seconds 
- although I got one strange message about "eth0: Runt packet"!

Can this really be so. Is it reallly the case that things so down so much if
started from within KDE.

t.irvine



Hello,

just a thought. Could it be that your mouse, (or maybe the screen card) and NIC
are sharing the same IRQ? That could explain why the network card is slow when
you are inside KDE.

Best Regards
Willem Brown
--
iServe (Pty) Ltd.
http://www.iserve.co.za/

Tel: +27 (0)11 258-7800
Fax: +27 (0)11 258-7888
Cell: +27 (0)83 271-0839



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RH8.0 ip_forwarding bug?????

2002-12-06 Thread Joshua Schmidlkofer
Shorewall is firewall package.  It provides canned config files to help
you get setup very quickly.  If you are using the iptables stuff that is
stock, I highly recommend that you disable it, and switch to something
with a few more features.

Shorewall is provided on RPM [among other formats], and installs it's
main config to /etc/shorewall. It runs as a 'service' from /etc/init.d. 
It is capable of handling small installations easily, and readily
handles with large installations and more complex needs.


Sorry if I failed to be a good advocate there.

js


On Fri, 2002-12-06 at 09:20, Rick Johnson wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Joshua Schmidlkofer wrote:
> | *note: before installing this, I recommend you do this:
> |
> | chkconfig --level 345 ipchains off
> | chkconfig --level 345 iptables off
> 
> Honestly - I'd recommend not turning off iptables.
> 
> Rather - run the canned script once, then do the following:
> 
> service iptables save
> 
> After that - the init.d process will read the saved firewall from
> /etc/sysconfig/iptables and load it each time *before* your network
> interfaces come up. If you're calling a script from rc.local, chances are
> it's being started *after* ETHx is brought up which is leaving your machine
> open/vulnerable for a brief time.
> 
> Unless the script creates a dynamic firewall each time it runs, there's no
> real reason to circumvent Red Hat's tools. They're there for a good reason. :-)
> 
> - -Rick
> - --
> Rick Johnson, RHCE - [EMAIL PROTECTED]
> Linux/WAN Administrator - Medata, Inc.
> PGP Public Key: https://mail.medata.com/pgp/rjohnson.asc
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.1 (MingW32)
> Comment: Signed and/or encpryted for everyone's protection.
> 
> iEYEARECAAYFAj3w3HAACgkQIgQdhlSHZgO8pgCg+khASts3iNsnU5cxmlMmTo31
> dCgAoIUZUsQp7UBCXdORBHq8lmZpYXAY
> =TxDL
> -END PGP SIGNATURE-
-- 
VB programmers ask why no one takes them seriously, 
it's somewhat akin to a McDonalds manager asking employees 
why they don't take their 'career' seriously.



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


SSHD User?

2002-12-06 Thread CM Miller


How do I create a SSHD User? 

I'm trying to fix my openssh on my RH 7.3 box.  It
used to work when I had 7.1, but when I upgraded, it
somehow failed, and I'm working to try and restore it.
 

When trying to start the sshd, I get the following
error: 

'Privilege separation user sshd does not exist' 

I am told that creating the SSHD User, and this is
done only in RedHat will fix this.  Again, how do I do
this?

thanks

-Chris 



=
*
GAIM ID:  cmmiller1973
*

__
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Poor performance, high disk queue on software RAID partition

2002-12-06 Thread nate
Rechenberg, Andrew said:
>
> Sorry for the cross-post, but I wanted to hit all areas which may be a
> contributing factor to my issue.

sounds like your situation may be related to this:

http://kt.zork.net/kernel-traffic/kt20021202_194.html#6


no way you can do hardware raid10? one thing to try would be to
run it without software raid and see what happens. I've never
heard of someone running software raid ontop of hardware raid..
interesting

nate





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Partition Check Hangup on Presario 1516US laptop.

2002-12-06 Thread Abrahams Junkmail



Dear Fellow Linux users:
 
Please help me out of this trouble.  I have a 
presario 1516 and on attempting to load RH8, it hangs at Partioion Check:  
hda:
 
I need linux to do work that pretty much feeds my 
family.  I have tried all sorts of things such as hda=noautotune etc but it 
will not load.  For the past two weeks I have been reading posts over posts 
and no one seems to be responding to my messages.  I have called compaq and 
they will not support it as it is a RedHat issue it seems.  The harddrive 
is partitioned using Partition Magic.  And have 13 Gig.  If I can 
install RH8, it will change my life in this new job that I am in.  Any help 
will be greatly appreciated.  
 
I have seen posts on ide etc but I do not know what 
to do.  My previous employer had give IBM laptop and it rocks.  In the 
new job I have this and I cannot do even 10% of my work with Windoos.  
Please help.
 
Thank you.
 
Sincerley
 
Avrachen


Re: Problem installing snort 1.9.0

2002-12-06 Thread Blaine Armsterd
On Fri, 6 Dec 2002, Aaron Pedersen wrote:
> I am attempting to install Snort, Mysql, SnortCenter and Acid on Redhat
> 7.3.  Mysql, SnortCenter, ACID have all been successfully installed,
> however I am running into an error when I try to install snort.  When I
> attempted to run './configure --with-mysql' I was asked to install
> Libcap which I have done.  Now I am receiving the following error when I
> run 'Make'.
>
> In file included from spo_alert_fast.c:42:
> ../../src/decode.h:33:18: pcap.h: No such file or directory
> In file included from spo_alert_fast.c:50:
> ../../src/snort.h:29:18: pcap.h: No such file or directory

You need devel rpms for include files.

-- 
\ \/ / _   |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |   "The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_|a tragedy to those who feel." - Horace Walpole




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Problem installing snort 1.9.0

2002-12-06 Thread Aaron Pedersen
I am attempting to install Snort, Mysql, SnortCenter and Acid on Redhat 7.3.  Mysql, 
SnortCenter, ACID have all been successfully installed, however I am running into an 
error when I try to install snort.   When I attempted to run './configure 
--with-mysql' I was asked to install Libcap which I have done.  Now I am receiving the 
following error when I run 'Make'.

In file included from spo_alert_fast.c:42:
../../src/decode.h:33:18: pcap.h: No such file or directory
In file included from spo_alert_fast.c:50:
../../src/snort.h:29:18: pcap.h: No such file or directory


Any ideas?  

Thanks in advance,
Aaron



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Building a new kernel

2002-12-06 Thread David HM Spector
In fact, I just mounted the initrd image and there are two SCSI drivers 
in its lib dir:  ips.o and aic7xxx.o

I'm going to with the RH kernel source RPM and see if it builds 
correctly (as compared to the kernel i386 source rpm which is in the 
regular distribution as opposed to the SRPMS dir)...


David
On Friday, Dec 6, 2002, at 20:34 America/New_York, David HM Spector 
wrote:

Hmmm... I think its the right one  -- its the IBM ServeRAID driver -- 
the "ips" driver (the machine is an IBM NetFinity 5000 which has both 
the IBM ServeRAID and the Adaptec 7895.The modules.conf file looks 
like this:


	alias scsi_hostadapter ips
	alias scsi_hostadapter1 aic7xxx
	alias parport_lowlevel parport_pc
	alias eth0 pcnet32
	alias eth1 eepro100
	alias usb-controller usb-ohci

Originally, scsi_hostadapter pointed to the aix7xxx (which is not used 
at the moment) but event setting them as above and re-making the 
initrd file (via "make install" from the top of the kernel source 
tree)  didn't help.


_DHMS


On Friday, Dec 6, 2002, at 18:53 America/New_York, Samuel Flory wrote:

David HM Spector wrote:


OK.. I'm stumped.Building working kernels and initial ramdisks 
under RedHat has always been a bit of a black art.  However under 
RH8  no matter what I do I get a kernel panic (unable to open root 
fs) when I try to run my custom system.

The kernel I am using is the latest from kernel.org (2.4.20) with 
the probe all SCSI LUNs turned to support a tape autoloader I want 
to use on this system and most everything else enabled as a module.  
I tried to recompile the 2.4.18-18.8.0 kernel sources using RedHat's 
config file  but got zillions of errors ralating to network devices, 
and God knows what else.

For the 2.4.20 kernel, the make dep;make vmlinux; make modules;make 
modules_install and then make install all execute without error.

I've tried using rdev to tell the /boot/vmlinuz-2.4.20-custom boot 
image what disk its on all to no avail (although when I ask it with 
rdev what its boot disk is I get the correct answer -- sda5 in my 
case [sda1 is /boot]..)

Has anyone had success building a custom kernel under RH8..?


  Your issue is most likely you aren't loading the right driver for 
your scsi controller.   Look in /etc/modules.conf there should a 
scsi_hostadapter alias.  Be sure you either include it built into the 
kernel or load it in your initrd.





--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Multiple log-in session, GNU screen.

2002-12-06 Thread Bo Peng
On Fri, Dec 06, 2002 at 05:14:03PM -0800, Todd A. Jacobs wrote:
> You need to modify your /etc/X11/gdm/gdm.conf file to create a second 
> server. Uncomment (or create) the appropriate lines in the [server] 
> section so that it looks like this:

> [servers]
> 0=Standard
> 1=Standard

> and then execute /usr/sbin/gdm-safe-restart. Once you've logged out of
> your X session, gdm will restart with the new configuration. This will
> create a second X server bound to virtual terminal 8. You can now switch
> back and forth between them with CTRL-ALT-F7 and CTRL-ALT-F8.

I did what you suggested and I do have two login screen now. However, 
when I logged in both sessions with my account, the system

1. after one session starts xmms, the other session, when logging in, 
   complains something like dsp is being used. This is not surprising.

2. I can start konsole in one session. When I try to do the same thing 
   from another session, it complains:
 
 There was an error setting up inter-process communication for 
 KDE. The message return by the system was:
   Could not open network socket.
 Please check that the dcopserver program is running.
   
   What is this error for? I will try to log in with different user
   name or use gnome for another session.

I am using x86/redhat8/kde.

-- 
Bo Peng



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Postfix and sify.com

2002-12-06 Thread Todd A. Jacobs
The solution is as follows:

smtpd_client_restrictions = check_client_access hash:/etc/postfix/bad_domains

with the format of:

sify.netREJECT

So far, it hasn't caused any problems. 

-- 
"Whenever I feel blue, I start breathing again."

   - Unknown




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



VPN question!!!!

2002-12-06 Thread Chuck Dutrow
Is anyone using VPN with RH8? What is available? What do you recommend?
Thanks
ChuckDo you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Postfix and sify.com

2002-12-06 Thread Todd A. Jacobs
I'm trying to add a block for sify.com to my Red Hat postfix
implementation, but I'm a little confuzzled. I imagine that I need to add
a hash to smtpd_client_restrictions, but what is the proper format for the
hash file? Is it:

sify.com REJECT

or just the domain name, or what? I can't seem to find the relevent 
how-to, so URL's are welcome.

-- 
"Whenever I feel blue, I start breathing again."

   - Unknown




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Building a new kernel

2002-12-06 Thread David HM Spector
Hmmm... I think its the right one  -- its the IBM ServeRAID driver -- 
the "ips" driver (the machine is an IBM NetFinity 5000 which has both 
the IBM ServeRAID and the Adaptec 7895.The modules.conf file looks 
like this:


	alias scsi_hostadapter ips
	alias scsi_hostadapter1 aic7xxx
	alias parport_lowlevel parport_pc
	alias eth0 pcnet32
	alias eth1 eepro100
	alias usb-controller usb-ohci

Originally, scsi_hostadapter pointed to the aix7xxx (which is not used 
at the moment) but event setting them as above and re-making the initrd 
file (via "make install" from the top of the kernel source tree)  
didn't help.


_DHMS


On Friday, Dec 6, 2002, at 18:53 America/New_York, Samuel Flory wrote:

David HM Spector wrote:


OK.. I'm stumped.Building working kernels and initial ramdisks 
under RedHat has always been a bit of a black art.  However under RH8 
 no matter what I do I get a kernel panic (unable to open root fs) 
when I try to run my custom system.

The kernel I am using is the latest from kernel.org (2.4.20) with the 
probe all SCSI LUNs turned to support a tape autoloader I want to use 
on this system and most everything else enabled as a module.  I tried 
to recompile the 2.4.18-18.8.0 kernel sources using RedHat's config 
file  but got zillions of errors ralating to network devices, and God 
knows what else.

For the 2.4.20 kernel, the make dep;make vmlinux; make modules;make 
modules_install and then make install all execute without error.

I've tried using rdev to tell the /boot/vmlinuz-2.4.20-custom boot 
image what disk its on all to no avail (although when I ask it with 
rdev what its boot disk is I get the correct answer -- sda5 in my 
case [sda1 is /boot]..)

Has anyone had success building a custom kernel under RH8..?


  Your issue is most likely you aren't loading the right driver for 
your scsi controller.   Look in /etc/modules.conf there should a 
scsi_hostadapter alias.  Be sure you either include it built into the 
kernel or load it in your initrd.





--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Multiple log-in session, GNU screen.

2002-12-06 Thread Todd A. Jacobs
On Fri, 6 Dec 2002, Bo Peng wrote:

> applications so I would like to find a way to SWITCH between two live
> logged-in sessions. (If we have another desktop so that she can remotely
> log in to my machine, there will be no such need.)

You need to modify your /etc/X11/gdm/gdm.conf file to create a second 
server. Uncomment (or create) the appropriate lines in the [server] 
section so that it looks like this:

[servers]
0=Standard
1=Standard

and then execute /usr/sbin/gdm-safe-restart. Once you've logged out of
your X session, gdm will restart with the new configuration. This will
create a second X server bound to virtual terminal 8. You can now switch
back and forth between them with CTRL-ALT-F7 and CTRL-ALT-F8.

I use this exact setup on my system at home, and it works quite well.

-- 
"Whenever I feel blue, I start breathing again."

   - Unknown




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Building a new kernel

2002-12-06 Thread Rick Johnson
David HM Spector wrote:


The kernel I am using is the latest from kernel.org (2.4.20) with the 
probe all SCSI LUNs turned to support a tape autoloader I want to use on 
this system and most everything else enabled as a module.  I tried to 
recompile the 2.4.18-18.8.0 kernel sources using RedHat's config file  
but got zillions of errors ralating to network devices, and God knows 
what else.


Red Hat's config file is for Red Hat's kernels. The stock kernel.org kernels 
do not have many of the "options" found in Red Hat kernels, so of course 
you'll get an error.

I'd suggest starting from scratch w/ a new config. Take notes on what was 
enabled in the Red Hat kernel config, but go fresh.

-Rick
--
Rick Johnson, RHCE - [EMAIL PROTECTED]
Linux/WAN Administrator - Medata, Inc.
PGP Public Key: https://mail.medata.com/pgp/rjohnson.asc



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


cups print problems (long)

2002-12-06 Thread Bret Hughes
Background:

Today was the day that I was going to figure out all the printing
related problems relating to a planned print server switch.  the old
server, rh 6.0 with a lot of upgrades does a lot and I am migrating the
serviced off if it slowly to a 7.3 box. 

I figured that it was time to wade into cups and see if I could get it
to work with both the Xerox Phaser 860 color printer and the old
workhorse HP lj 5si. 

after fighting for 3 hours trying to use the ipp protocol to the xerox I
punted and set it up using lp and at least it prints using the Phaser
850 ppd included with rhl 7.3. Now that I have it working as an lpd
based printer maybe I will try the ppd for the 860 that xerox provided. 
I now have cups running and can print to the xerox both locally and
remotely from a rhl 7.2 box running lpd.  I had to create the
/etc/xinet.d/cups-lpd file that runs the cupd lpd service.

the two queues I have set up are xerox860 and hp.

Issues:

1)  HP no worky

I cannot get anything but either blank pages (man man |lpr -dhp) or a
single very thin and faint line (print test page from cups web
interface) on the hp.  It is currently set up as an lpd printer at the
printer's ip address.  I also tried it as a socket/jetdirect printer
with exactly the same results.  The printer is about 75 feet from the
server in another room so testing via parallel is out of the question.

Does anyone have any ideas?

I have read all sorts of stuff at linuxprinting .org and cups
documentation but can find no reference to blank pages on a 5si or any
related problem.

2)  Can't get Xerox to use ipp

3) I can't figure out how to use athe xerox suppied ppd file. 
cupsomatic pukes with an error "unable to evaluate datablob" due to the
fact that the ppd file has none of the COMDATA lines in it like the ones
from the cups rpms.  Basically the array used to store all the ppd
options is empty and that is what caues it to puke.



Curiosities:

I am used to printing man pages via command line with 

man whatever |lpr 

under the old spooler to the hp printer.  on the xerox it cuts off the
first couple of characters.  it works ok using 

man -t whatever |lpr.  

I dont understand the difference and can't test the hp right now to
isolate the problem.

I like the fact that cups allows me to control the printer better than
the old lpd spooler but man what a pain in the butt to set up.  I have
not even tried to print from a windows box yet but I suspect samba will
thorw me a curve or two when I get there.

Any tips/docs appreciated.  I managed to get lost in all the
documentation and am having trouble deciding what information applies to
my envisioned.

Thanks in advance,

Bret



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Via AC'97 Audio CODEC not working in RH80

2002-12-06 Thread cotty
Thank alot, it worked with alsa out of the box.

On Thu, 05 Dec 2002, "Paul R. Ganci" wrote:

> 
> ABrady wrote:
> 
> >On Thu, 05 Dec 2002 17:23:20 -0800 (PST)
> >[EMAIL PROTECTED] wrote:
> >
> >>I have installed RH80 on a AMD with an AC'97 codec on-board, RH80 saw
> >>after instalation an via82x codec but, the modprobe returns  :
> >>[root@GOD root]# modprobe via82cxxx_audio
> >>
> >>
> >>
> >It failed for me with anything prior to 8.0. I found out then it was
> >mobo-dependent to some extent, and the one I had wasn't one of the
> >supported ones. 
> >  
> >
> You might want to check bugzilla bug numbers  74460, 77133 and 77917. The
> problem is related to the Via VT8233 AC97 audio controller somehow.
Somebody
> managed to get sound working by using the ALSA drivers. You can try the
> website
> referenced in bug 77133 or try starting at http://mail.cotty.info/jump/http://freshrpms.net/docs/alsa";>http://freshrpms.net/docs/alsa/.
> 
> -- 
> Paul ([EMAIL PROTECTED])
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> http://mail.cotty.info/jump/https://listman.redhat.com/mailman/listinfo/redhat-list";>https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: LDAP auth passwords

2002-12-06 Thread Gordon Messmer
On Fri, 2002-12-06 at 12:22, Aly S.P Dharshi wrote:
> Gordon,
> 
>   I agree, and after a test that the passwd utility does indeed change
> the password the only question is that it encodes it as a {CRYPT} and I
> want to use MD5 as my hashing scheme

>From /usr/share/doc/nss_ldap-198/README.pam_ldap:

...the pam_password
attribute, which takes the values:

pam_password [clear|crypt|md5|nds|ad|exop]
...

So, it looks to me like you'd update /etc/pam.d/system-auth and add
"pam_password=md5" to the line that begins with "password" and specifies
the pam_ldap.so

I could be mistaken though...  if it doesn't work, leave out the "=" :)

>, how would one do it unless we had
> to write a script that would actually do it that way. The ldappassword
> utility does the change in SSHA not my choice of hash scheme.

It shouldn't matter too much.  The pam library attempts to bind as the
user, so only the LDAP server has to understand the hash.  SSHA should
have been sufficiently secure.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Building a new kernel

2002-12-06 Thread Samuel Flory
David HM Spector wrote:


OK.. I'm stumped.Building working kernels and initial ramdisks 
under RedHat has always been a bit of a black art.  However under RH8  
no matter what I do I get a kernel panic (unable to open root fs) when 
I try to run my custom system.

The kernel I am using is the latest from kernel.org (2.4.20) with the 
probe all SCSI LUNs turned to support a tape autoloader I want to use 
on this system and most everything else enabled as a module.  I tried 
to recompile the 2.4.18-18.8.0 kernel sources using RedHat's config 
file  but got zillions of errors ralating to network devices, and God 
knows what else.

For the 2.4.20 kernel, the make dep;make vmlinux; make modules;make 
modules_install and then make install all execute without error.

I've tried using rdev to tell the /boot/vmlinuz-2.4.20-custom boot 
image what disk its on all to no avail (although when I ask it with 
rdev what its boot disk is I get the correct answer -- sda5 in my case 
[sda1 is /boot]..)

Has anyone had success building a custom kernel under RH8..? 


  Your issue is most likely you aren't loading the right driver for 
your scsi controller.   Look in /etc/modules.conf there should a 
scsi_hostadapter alias.  Be sure you either include it built into the 
kernel or load it in your initrd.





--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Building a new kernel

2002-12-06 Thread David HM Spector
OK.. I'm stumped.Building working kernels and initial ramdisks 
under RedHat has always been a bit of a black art.  However under RH8  
no matter what I do I get a kernel panic (unable to open root fs) when 
I try to run my custom system.

The kernel I am using is the latest from kernel.org (2.4.20) with the 
probe all SCSI LUNs turned to support a tape autoloader I want to use 
on this system and most everything else enabled as a module.  I tried 
to recompile the 2.4.18-18.8.0 kernel sources using RedHat's config 
file  but got zillions of errors ralating to network devices, and God 
knows what else.

For the 2.4.20 kernel, the make dep;make vmlinux; make modules;make 
modules_install and then make install all execute without error.

I've tried using rdev to tell the /boot/vmlinuz-2.4.20-custom boot 
image what disk its on all to no avail (although when I ask it with 
rdev what its boot disk is I get the correct answer -- sda5 in my case 
[sda1 is /boot]..)

Has anyone had success building a custom kernel under RH8..?


DHMSpector



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: Multiple log-in session, GNU screen.

2002-12-06 Thread Ben Russo
On Fri, 2002-12-06 at 16:56, Bo Peng wrote:
> On Fri, Dec 06, 2002 at 03:38:51PM -0500, Ben Russo wrote:
> 
> > If you have X-windows you can always launch multiple X-terms.
> > You can even have more than one session of X-windows running at a time.
> > The first one will be on Display 0 (CTRL-ALT-F7)
> > The next will be on DISPLAY 1 (CTRL-ALT-F8)
> > and so on.
> 
> Would you point me to more detailed info about this? I now know that
> Ctrl-Alt-f1 ~ F7 are opened by default and my X:0 is at Ctrl-Alt-F7 but 
> I do not know how to open another X-windows. 
> 
> Ultimately, when I start my machine, I would like to have 8 ttys opened. 
> 1-6 text mode, 7-8 X-mode. I can switch between them by C-A-F1 ~ F8 and  
> log in from X:0 and X:1 with different user name...


OK, lets say that you boot your server, and as a regular user you have
an X desktop open on display :0

Then hit "CTRL-ALT-F2" and log in as root and type "startx -- :1"
Then wait

If your users Desktop is at "CTRL-ALT-F7" then your root Desktop will be
at "CTRL-ALT-F8"

-Ben.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Poor performance, high disk queue on software RAID partition

2002-12-06 Thread Rechenberg, Andrew

Sorry for the cross-post, but I wanted to hit all areas which may be a
contributing factor to my issue.

I have a Dell PowerEdge 6600, quad Xeon 1.4GHz, HT enabled, 8GB RAM,
with a PERC3/QC attached to two Dell PowerVault 220S disk SCSI disk
arrays.  The PERC is doing hardware RAID1 across twenty-four 36GB 15K
SCSI disks (12 RAID1 arrays).  Due to limitations with the PERC
firmware, I am running Linux software RAID0 across those 12 RAID1
arrays, effectively creating a RAID10 array.  There is an ext3
filesystem on top of this md device (/dev/md0) in data=ordered mode.
The box is running a standard Red Hat 7.3 installation with updates, and
kernel 2.4.18-17.7.xbigmem

The database system running on this box is IBM (Ardent/Informix)
UniVerse.  The application running on top of UniVerse accesses 25-30
large files (1-1.8GB) on a consistent basis.  All ~400 users, plus any
batch processes, access these files, sometimes simultaneously (poor
application IMO).

Lately we've double the number of records in those database files and
now there seems to be some serious problems with disk I/O.  The system
is hardly swapping at all, but the average disk queue and the average
wait time for I/O are both WAY out of wack.  If I'm reading iostat
correctly some disks are waiting up to 6000ms for I/O!?!?!  There is
nothing in 'top' that shows any process consuming more than about 60% of
one CPU.

Some stats from my box are provided below.  The first iostat is since
the system booted.  The second iostat is a sample from a 'iostat -x 1
10'

Is there any advice from the gurus out there as to where to turn next?
Would FiberChannel HBA's and drives help out any?  Is there any
kernel/filesystem tuning I could perform to help out?  If anyone needs
any information which I have forgotten, please let me know.

Thanks for your help,
Andy.


[root@mybox ~]# uname -a
Linux mybox.shermfin.com 2.4.18-17.7.xbigmem #1 SMP Tue Oct 8 12:07:59
EDT 2002 i686 unknown

[root@mybox ~]# free
 total   used   free sharedbuffers
cached
Mem:   74832807471648  11632  0  52812
6957472
-/+ buffers/cache: 4613647021916
Swap:  2048248  279162020332

[root@mybox ~]# cat /proc/sys/vm/bdflush
40  10  0   0   60  512 60  0   0

[root@mybox ~]# vmstat 1 10
   procs  memoryswap  io system
cpu
 r  b  w   swpd   free   buff  cache  si  sobibo   incs  us
sy  id
 0  6  1  27448  12092  57000 6957196   0   0 0 3   1114  10
10   1
 0  6  1  27448  11896  57088 6958428   0   0  1504 12536 2026   712   2
7  91
 0  6  1  27448  10668  56168 6959276   0   0  1112 13376 1806   562   2
4  94
 0  6  0  27448  11892  56248 6958616   0   0  1260  8144 2076   761   2
3  96
 0  6  1  27448  12352  56344 6958800   0   0  1792 12696 1977   897   2
5  93
 0  6  1  27448  13268  56432 6958956   0   0  1608 12636 1992   676   2
7  91
 1  6  1  27448  13316  56504 6959908   0   0  1216  9488 1922   528   2
5  93
 0  6  0  27448  11568  55464 6960596   0   0  2532 12048 2234  1218   3
7  90
 1  5  0  27448  12852  2 6958104   0   0  1324 10620 2005   746   1
3  96
 0  6  1  27448  11772  55632 6959992   0   0  2504 14000 2004  1032   3
9  87


[root@mybox ~]# iostat -x
Linux 2.4.18-17.7.xbigmem (mybox.shermfin.com)12/06/2002

avg-cpu:  %user   %nice%sys   %idle
   9.310.669.94   80.09

Device:rrqm/s wrqm/s   r/s   w/s  rsec/s  wsec/srkB/swkB/s
avgrq-sz avgqu-sz   await  svctm  %util
/dev/sda 2.25  17.49  1.66 19.56   28.36  297.1014.18   148.55
15.33 0.22   12.52   6.23   1.32
/dev/sda10.34   0.00  0.03  0.000.720.01 0.36 0.00
27.66 0.00   54.88   9.87   0.00
/dev/sda50.04   7.29  0.03  5.280.49  101.71 0.2550.86
19.25 0.15   13.13  32.48   1.72
/dev/sda61.54   1.64  1.11  2.55   20.86   33.1810.4316.59
14.76 0.00   35.58  25.23   0.92
/dev/sda70.18   2.48  0.20  5.552.66   63.92 1.3331.96
11.57 0.02   23.66  35.51   2.04
/dev/sda80.00   0.21  0.12  0.020.931.82 0.46 0.91
20.36 0.03  227.99  22.47   0.03
/dev/sda90.15   5.87  0.18  6.162.69   96.46 1.3548.23
15.64 0.03   22.68  20.08   1.27
/dev/sdb   107.30 343.83 11.74 20.33  952.36 2919.18   476.18  1459.59
120.72 0.094.71   5.89   1.89
/dev/sdb1  107.30 343.83 11.74 20.33  952.36 2919.18   476.18  1459.59
120.72 0.244.71   3.86   1.24
/dev/sdc47.55  68.38 36.92 84.22  675.77 1224.12   337.88   612.06
15.68 0.102.92   1.39   1.69
/dev/sdc1   47.55  68.38 36.92 84.22  675.77 1224.12   337.88   612.06
15.68 0.092.92   0.61   0.74
/dev/sdd47.56  71.20 37.02 73.78  676.68 1169.03   338.34   584.52
16.66 0.031.96   2.12   2.35
/dev/sdd1   47.56  71.20 37.02 73.78  676.68 1169.03   338.34   584.52
16.66 0.071.96   0.05   0.06
/dev/sde47.57  70.71 36.8

Re: Multiple log-in session, GNU screen.

2002-12-06 Thread Bo Peng
On Fri, Dec 06, 2002 at 03:38:51PM -0500, Ben Russo wrote:

> If you have X-windows you can always launch multiple X-terms.
> You can even have more than one session of X-windows running at a time.
> The first one will be on Display 0 (CTRL-ALT-F7)
> The next will be on DISPLAY 1 (CTRL-ALT-F8)
> and so on.

Would you point me to more detailed info about this? I now know that
Ctrl-Alt-f1 ~ F7 are opened by default and my X:0 is at Ctrl-Alt-F7 but 
I do not know how to open another X-windows. 

Ultimately, when I start my machine, I would like to have 8 ttys opened. 
1-6 text mode, 7-8 X-mode. I can switch between them by C-A-F1 ~ F8 and  
log in from X:0 and X:1 with different user name...

Thanks.

-- 
Bo Peng



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: up2date on a stand-alone machine?

2002-12-06 Thread Rick Johnson
Edward Marczak wrote:

On 12/6/02 10:03 AM, "Ruff Scott M DLVA" <[EMAIL PROTECTED]> tapped the
keys:



Place all rpms in a single directory and:

rpm -Fvh *.rpm

Work for you?



In general this is okay. However if you grab EVERYTHING from noarch, i386, 
i686 (if PPro or higher), and if applicable, athlon, RPM may not be 
appreciative of that, depending on the version.

This only applies if the updates your're applying apply to more than the 
i386 architecture (i.e. openssl, kernel, glibc).

It's also not a good idea to rpm -Fvh a kernel update.

Rather -

rpm -ivh ..rpm (or -Uvh if you're brave like me)

Then rpm -Fvh *.i686.rpm if applicable. You may have to add some of the i386 
dependancies to that line to get that working properly (glibc comes to mind).

Then rpm -Fvh *.rpm.

For day to day updates, however, rpm -Fvh *.rpm works fine.

-Rick
--
Rick Johnson, RHCE - [EMAIL PROTECTED]
Linux/WAN Administrator - Medata, Inc.
PGP Public Key: https://mail.medata.com/pgp/rjohnson.asc



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: up2date on a stand-alone machine?

2002-12-06 Thread Edward Marczak
On 12/6/02 10:03 AM, "Ruff Scott M DLVA" <[EMAIL PROTECTED]> tapped the
keys:

> ...does someone have another method to install RPMs in bulk that might work in
> this case?
> 
> Thanks very much for any/all suggestions.

Place all rpms in a single directory and:

rpm -Fvh *.rpm

Work for you?
-- 
Ed Marczak
[EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Logwatch stopped working...

2002-12-06 Thread Ben Russo
Try /usr/sbin/logwatch --debug HIGH > debug.out
and then read debug.out.
See if you can find the problem?

My logwatch (on 7.2) says:

[root@mis-unix sbin]# rpm -q --requires logwatch
perl
textutils
sh-utils
grep
mailx
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
/bin/bash
/usr/bin/perl

-Ben.



On Fri, 2002-12-06 at 13:43, [EMAIL PROTECTED] wrote:
> Up till a few weeks ago, LOGWATCH produced page+ of output
> every day (most of it was complaints from sendmail about SPAM,
> but it also listed my connections from 'outside' via SSH).
> 
> And then it stopped.
> 
> My assumption is/was that this is because I had updated perl/
> tk/tcl, and (most likely the new version of tk/tcl was incompatable
> with logwatch.
> 
> Ive since upgraded the system from RH7.2 to RH7.3, and no change,
> I had HOPED that the upgrade would sort things out, but NO [ with
> the upgrade ROOT should see the system (old) version of tk/tcl in
> /usr/bin rather than the new one in /usr/local/bin, but it still
> sees the NEW version of PERL.
> 
> DOES ANYONE KNOW what versions of perl/tk/tcl/whatever Logwatch
> needs to run?  Id be happy to 'hard wire' them in If I could 
> figure out which scripting language was causing the scripts to
> fail...
> 
> 
> -- 
> Reg.Clemens
> [EMAIL PROTECTED]
> 
> 
> 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Problem with Laptop and battery

2002-12-06 Thread Anthony Abby
You need to download and install the latest kernel with ACPI support.

Anthony

On Fri, 2002-12-06 at 14:43, Patrick wrote:
> -BEGIN PGP SIGNED MESSAGE-
> 
> Hi,
> 
> I have installed RH 7.3 laptop, and done all the updates. The problem is that 
> my laptop not know if i'm running op power or on battery. So if the power is 
> low the computer just stops.
> Any help is welcome.
> 
> Patrick




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Multiple log-in session, GNU screen.

2002-12-06 Thread Ben Russo
On Thu, 2002-12-05 at 18:46, Bo Peng wrote:
> Hi,
> 
> I was looking for some way that let me have multiple independent log in 
> sessions. For example, a root session in text mode, a user session in X 
> mode and ways to switch between them. Logging out one of them does not 
> affect others. Is there a way to do this? 
> 
Try "CTRL-ALT-F1" and you can replace the F1 with any F up to 6 for 
text logins.  and F7 is usually your first X-desktop.


> During the search, I find GNU screen. I was confused by its manual. What  
> is this application for? Can anyone tell me a scenario that it is 
> useful (than a normal terminal)?

If you have X-windows you can always launch multiple X-terms.
You can even have more than one session of X-windows running at a time.
The first one will be on Display 0 (CTRL-ALT-F7)
The next will be on DISPLAY 1 (CTRL-ALT-F8)
and so on.

Screen is usefull if you have a single text based terminal window, or 
if you want to kick of interactive jobs and then disconnect from the
terminal and reconnect to the machine from somewhere else and reconnect
to the interractive session.

You can also do the same thing as screen, but with X-windows using 
vncserver



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: dns mx missing?

2002-12-06 Thread Cowles, Steve
> -Original Message-
> From: Larry Brown
> Sent: Friday, December 06, 2002 2:03 PM
> Subject: RE: dns mx missing?
> 
> 
> Sorry...the record for mx on the post was mistyped it is 
> corrected to show what is currently there now.

Again, you have not added an MX record for your domain name "thedomain.com".
You have an MX record for the domain "nsserver.thedomain.com." Which, for an
MX record is treated as a sub-domain, which you have not defined. Plus the
nslookup output does not match the zone definition your showing. Question:

1) Are you sure the zone file you have listed is loading?
2) Do you see any errors when bind starts? Check /var/log/messages

Steve Cowles



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: accessing the rdh8.0 desktop via ssh

2002-12-06 Thread Ben Russo
On Fri, 2002-12-06 at 15:24, Bruce Douglas wrote:
> hi...
> 
> new to linux. i've configured a server with rh8.0. i'm curious as to how one
> might go about configuring/setting up the server so i can remotely access
> the server and display the kde/gnome desktop.
> 
> on windows, i can use the terminal server/client app to remotely access the
> desktop. is there a similar function/app available for linux that let's me
> do the same thing?
> 
> thanks...
> 
> Bruce
> [EMAIL PROTECTED]

If you are on a local/high speed subnet and are not using your Linux 
workstation for games or multimedia, then a very cheap and easy way 
is with vncserver.

use "up2date -i vncserver"
Then edit /etc/sysconfig/vncservers and add a line like:

VNCSERVERS="0:username" 

to the end of it.

chkconfig --list | grep vncserver
modify as appropriate and then run "service vncserver start"

>From windows go download the vncviewer for windows from www.realvnc.org
and install it on your windows box.


If you are looking for a more scalable and robust windowing system
then use X-windows, but you will have to get an X windows client for
windows.  I recommend Exceed, but it is expensive.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



accessing the rdh8.0 desktop via ssh

2002-12-06 Thread Bruce Douglas
hi...

new to linux. i've configured a server with rh8.0. i'm curious as to how one
might go about configuring/setting up the server so i can remotely access
the server and display the kde/gnome desktop.

on windows, i can use the terminal server/client app to remotely access the
desktop. is there a similar function/app available for linux that let's me
do the same thing?

thanks...

Bruce
[EMAIL PROTECTED]




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Apache server - Documentation not available Must use index.html.eninstead of index.html

2002-12-06 Thread Jean Fleurant (root)
 I've setup my Apache server and I can get the 'Test Page for the 
Apache Web Server On Red Hat Linux".

In this page, there are links which refers to local pages. For example, 
there is a sentence with a link to the Apache documentation:

The Apache documentation  has been 
included with this distribution. "documentation" refers to 
"/my_server//manual/index.html"

I've looked in the "/var/www/manual" directory and there is no 
index.html but there are "index.html.en" and "index.html.fr" instead. 
I've tried putting "/my_server//manual/index.html.*en*" in my browser 
and I get the Apache documentation but all the links do not work.

I've tried to add .en at the end of each link and they work.

What is my problem ?



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: LDAP auth passwords

2002-12-06 Thread Aly S.P Dharshi
Gordon,

I agree, and after a test that the passwd utility does indeed change
the password the only question is that it encodes it as a {CRYPT} and I
want to use MD5 as my hashing scheme, how would one do it unless we had
to write a script that would actually do it that way. The ldappassword
utility does the change in SSHA not my choice of hash scheme.

Lest I re-invent the wheel let me know if there is a better way to do
the above ! Thanks

Cheers,

Aly.

On Thu, 2002-12-05 at 13:34, Gordon Messmer wrote:
> On Wed, 2002-12-04 at 23:31, Aly S.P Dharshi wrote:
> > I don't know if the passwd program is the solution I frankly don't know
> > if it would work although its worth a try, instead this works pretty
> > well.
> > 
> > ldappasswd -s  -D
> > "uid=,ou=People,dc=subdomain,dc=domain,dc=ca"
> > -w  -x -h 
> ...
> > need some too for the users maybe someone can write one in say C when
> > they have time (hint hint) :=)
> 
> Why?  PAM's *JOB* is to handle varied authentication back-ends
> appropriately, without specific code for each one.  That's the whole
> reason it exists.  You're suggesting that users ignore PAM, and stick
> with the "bad old days" when interfaces weren't shared.
> 
> "passwd" remains the correct answer.  Users should never have to care
> where their passwords are stored in order to set them correctly.
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
 Aly S.P Dharshi
 [EMAIL PROTECTED]
 Student and System Administrator ORS Servers

  "A good speech is like a good dress
that's short enough to be interesting
and long enough to cover the subject"



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: printing PDF

2002-12-06 Thread Anthony E. Greene
On 06-Dec-2002/09:40 -0600, Jim Baxter <[EMAIL PROTECTED]> wrote:
>I am a Linux user and I need to find a way to create PDF documents
>easy. Is there a way to output a text document from a program with
>some formatting such as compressed print and then convert it to PDF? I
>think I once saw something on the list about a printer definition that
>produced a file in PDF rather than sending it to a true printer. Maybe
>I was dreaming.
>
>Any suggestions would be appreciated.

Every GUI app that I've seen in Linux offers a Print to File option that
produces a Postscript file. Postscript can be readily converted to PDF
using the 'ps2pdf' utility that ships with most Linux distros.


Tony
-- 
Anthony E. Greene 
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Chat: TonyG05  HomePage: 
Linux: the choice of a GNU Generation. 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: How do I increase performance on my Redhat server?

2002-12-06 Thread Kent Borg
On Fri, Dec 06, 2002 at 02:34:22PM -0500, Ben Russo wrote to Søren
Neigaard:
> Go for the low-hanging fruit first.

Søren,

One low plum is to edit your /etc/inittab to change your initdefault
to 3 (that is, not to fire up X automatically).  It can be useful to
have X, even on a server, but keep it shutdown except for when you
need it.  That will free up RAM, keep your caches cleaner, and save
CPU cycles.

Speaking of RAM, it is cheap these days, if you are lacking
performance, adding more RAM can frequently help.

*Are* you lacking in performance?  What kind of stuff are you going to
be serving and to whom (LAN or WAN)?

> For example, if you have a LARGE transaction processing database
> then your disk seeks and writes are going to be a big issue.
> In this case you would do well to invest in a Hardware Raid
> controller with battery backed write cache and consider RAID 10.

If you have less money, software raid can speed things up too.

Databases love lots of RAM.

> Or, if your server is a Web Application Server, (a "slashdot"
> like server, or ecommerce server)  then your CPU and RAM are
> going to make a lot of difference since you can probably keep
> most everything cached in RAM and your bottleneck will be CPU
> for all the PHP and PERL and APACHE stuff.

I have heard of sites splitting out static pages to a separate (and
more svelte) web server, like boa, and only using Apache for those
pages that actually need Apache's flexibility.

Unless someone is giving you free bandwidth, the hardware it takes to
saturate a given internet connection is usually a lot cheaper than a
few months of paying for that internet connection.  Seriously compute
bount tasks are obvious exceptions to this platitude.


-kb



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Problem updating Kernel through up2date

2002-12-06 Thread Matthew Saltzman
On Fri, 6 Dec 2002, Mike Palone wrote:

> Hi...
>
> I recently upgraded from RH 7.3 to 8.0.  I've been using up2date
> successfully for pulling down updates until I tried to update -u to get
> the following updates:
>
> RHSA-2002:262-07 - New kernel fixes local denial of service issue
> RHSA-2002:206-12 - New kernel fixes local security issues
>
> For these, I get the error message:
>
> Testing package set / solving RPM inter-dependencies...
> There was a package dependency problem. The message was:
>
> Unresolvable chain of dependencies:
> ltmodem-kv_2.4.7_10-6.00b15-1requires kernel = 2.4.7-10
>
> My kernel is at 2.4.18-14.  I do use the ltmodem, which I had to pull
> the latest source from linmodems.org and build it before my modem would
> work again. Not sure how this affects updating the kernel and why the
> dependency chain is seeing 2.4.7 still. Unclear on where the problem is.
>   Any ideas?  Thanks a lot in advance.

Probably you need to remove the ltmodem RPM, then update the kernel, then
get the correct ltmodem RPM and install it.  You might be able to force
the installation of the kernel with the command-line up2date, but you'll
still need to get the right ltmodem RPM and upgrade that.

That's one thing about up2date.  It can only help resolve dependencies
among Red Hat packages.  If you have third-party packages with
dependencies, you still need to manage them by hand (or use apt-get-rpm).

-- 
Matthew Saltzman

Clemson University Math Sciences
[EMAIL PROTECTED]
http://www.math.clemson.edu/~mjs



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: dns mx missing?

2002-12-06 Thread Larry Brown
Sorry...the record for mx on the post was mistyped it is corrected to show
what is currently there now.

-

I've got a redhat 7.1 box and the mx record shows up in the dns file for the
domain.  However, the following is what nslookup reveals...

> thedomain.com
Server: thedomain.com
Address:1.1.1.1#53

a-t-m.com
origin = nsserver.thedomain.com.
mail addr = name.thedomain.com.
serial = 1039153387
refresh = 10800
retry = 3600
expire = 604800
minimum = 38400
thedomain.com   nameserver = nsserver.thedomain.com.
Name:   thedomain.com
Address: 1.1.1.1

No mx record shows. This was with nslookup, set type=any, thedomain.com.
Does anyone know why the mx record might not be given?  Just in case, the
following is the dns file contents for this domain...

# cat thedomain.com.hosts
$ttl 38400
thedomain.com.  IN  SOA nsserver.thedomain.com.
nsserver.thedomain.com. (
1039153387
10800
3600
604800
38400 )
thedomain.com.  IN  NS  nsserver.thedomain.com.
thedomain.com.  IN  A   168.151.142.23
nsserver.thedomain.com.  IN  A   168.151.142.23
www.thedomain.com.  IN  CNAME   nsserver.thedomain.com.
cecil.thedomain.com.IN  CNAME   nsserver.thedomain.com.
nsserver.thedomain.com.  IN  MX  10 nsserver.thedomain.com.
ljohnson.thedomain.com. IN  RP  ljohnson.thedomain.com. ljohnson




Perplexed.






--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Red Hat Network icon - Critical Information about kernel

2002-12-06 Thread Jean Fleurant (root)
Michael Schwendt wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 06 Dec 2002 12:32:09 -0500, Jean Fleurant (root) wrote:

 

I've rebooted my machine and I still get the same message.
   

Check what kernel you are running actually: uname -r

See what kernel packages are installed actually: rpm -q kernel

Consider updating your package profile at RHN: up2date -p

 

Result of uname -r is
2.4.18-14
   


Sorry, but with a LILO config that contains just a "linux" boot
entry

 image=/boot/vmlinuz-2.4.18-18.8.0
 label=linux
 initrd=/boot/initrd-2.4.18-18.8.0.img
 read-only
 append="hdb=ide-scsi root=LABEL=/"

I simply cannot believe you. That really boots into the 18.8.0
kernel since there is not other linux kernel entry. However, LILO
must be re-installed each time the config is changed. That means, it
could be possible that you're still booting via a previously
installed boot loader.

Please check whether you really boot from /dev/hda (MBR) and
whether it is really LILO. 

Edit /etc/lilo.conf, change label=linux to something recognizable
like label=tux, then call "lilo -v", reboot and see whether the boot
menu will change to contain "tux".

- -- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE98Pf40iMVcrivHFQRAt9rAJsFha8xpWpYtU60T8aq+yVnGChM7ACeP+WN
Og0fE1AAHuAFN/wX4fDRDxI=
=mYw6
-END PGP SIGNATURE-



 

Thanks a lot for your answer. I'm impressed by the rapidity and quality 
of help I could get from this forum.

I've call "lilo -v" and it has fixed my problem.








--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: domain logins+"samba server"

2002-12-06 Thread Joe Polk
The primary function of Samba is to allow Linux servers and WIndows servers 
to share resoureces. They can do this by either simply being a "member" of a 
domain or a PDC. If they are a PDC, then domain accounts are created for the 
machines that wish to utilize it's resources. These are called trust 
accounts.  Linux machines can also share resources with the Samba server, but 
they don't necessary need Samba to do this. Other services such as SSH, 
Telnet, FTP, NFS and the like allow for interaction with the Linux server. 
However, Linux clients can still use Samba services just like a Windows 
client by using smbclient. Here is a link for Samba as a PDC.
http://us1.samba.org/samba/ftp/docs/htmldocs/Samba-PDC-HOWTO.html

<>


-- Original Message ---
From: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: Tue, 3 Dec 2002 04:00:40 +0530 (IST)
Subject: domain logins+"samba server"

> hello,
>   
>   The concept of a PDC is every machine logs into the domain 
>   controller to get access to n/w resources(file and print sharing).
>  
>   and in windows if i have a NT or 2000 machine as a domain 
>   controller,every other workstation or a client logs in to DC for 
>   n/w resources.
>  
>   And samba is a server software on linux server,which i 
>   assume(iam new to linux n/w'ing,so still fighting hard to
>   familiarize linux)is configured on linux server to 
>   allow linux machines visible on windows n/w neighbourhood.
>  
>  and windows have to be logged in samba server to get n/w resources.
>  
>  But wat abt linux systems on the n/w.Is it possible that once linux 
> machines starts,similarly like windows clients ask to give a 
>  username pasword pair to get into samba server for n/w access.
>  
>   ...if anyone is having an idea abt this,pls share it with me.and 
>  any kind of guidance is appreciable.
>  
>   thanks in advance.
>   prasad
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
--- End of Original Message ---



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Problem with Laptop and battery

2002-12-06 Thread Patrick
-BEGIN PGP SIGNED MESSAGE-

Hi,

I have installed RH 7.3 laptop, and done all the updates. The problem is that 
my laptop not know if i'm running op power or on battery. So if the power is 
low the computer just stops.
Any help is welcome.

Patrick

- -- 
"Knowledge in a databank,is like food which is in a deepfreeze.
Nothing comes out better than what is initially put in."

- ---
PGP Key: http://users.pandora.be/rivendell/marquetp.pgp.gz


-BEGIN PGP SIGNATURE-
Version: 2.6.3in
Charset: noconv

iQCVAwUBPfD92Y5Rj3kX1kmFAQGD2AP/cpdaxPP3THl+hNZ1nIT8ZDA8WXa/PnAL
T2TPWtzfSS+ediX9axMbQGdnOlYt5uh/tbOVBg+kD7YFS4kFThFMUUgkvYgE289k
aHseZ47rs/Rdu6vBGA64Jk3ZJJFa6bXV4CYUYrXZuM2uIlNwZQ+PAf582cBOj2xX
8PnmzBtbGb4=
=rAQk
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: NFS error, please help

2002-12-06 Thread João Borsoi
Em Sex, 2002-12-06 às 16:29, nate escreveu:
> João Borsoi said:
> 
> > Starting NFS daemon: nfssvc: Address already in use
> >[FAILED]
> 
> sounds like theres another NFS server running on the system, try
> issuing a restart. Did you happen to kill another nfs service before
> starting it? killing with -9 a nfs server is very likely to cause
> such a problem.

That's why it's so strange... there are no other nfs running.

> also check netstat -an  for any sockets that are in TIME_WAIT

Look at my results:

Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address   Foreign Address
State  
tcp0  0 0.0.0.0:20510.0.0.0:*  
LISTEN  
tcp0  0 0.0.0.0:20530.0.0.0:*  
LISTEN  
tcp0  0 0.0.0.0:139 0.0.0.0:*  
LISTEN  
tcp0  0 0.0.0.0:111 0.0.0.0:*  
LISTEN  
tcp0  0 0.0.0.0:22  0.0.0.0:*  
LISTEN  
tcp0  0 0.0.0.0:23  0.0.0.0:*  
LISTEN  
tcp0  0 127.0.0.1:6010  0.0.0.0:*  
LISTEN  
tcp0  0 0.0.0.0:831 0.0.0.0:*  
LISTEN  
tcp0  0 192.168.1.1:22  192.168.1.4:33424  
ESTABLISHED 
tcp0  0 192.168.1.1:139 192.168.1.3:2193   
ESTABLISHED 
udp0  0 0.0.0.0:2050   
0.0.0.0:*   
udp0  0 0.0.0.0:2051   
0.0.0.0:*   
udp0  0 0.0.0.0:2052   
0.0.0.0:*   
udp0  0 127.0.0.1:2053 
0.0.0.0:*   
udp0  0 0.0.0.0:5000   
0.0.0.0:*   
udp0  0 192.168.1.1:137
0.0.0.0:*   
udp0  0 0.0.0.0:137
0.0.0.0:*   
udp0  0 192.168.1.1:138
0.0.0.0:*   
udp0  0 0.0.0.0:138
0.0.0.0:*   
udp0  0 0.0.0.0:800
0.0.0.0:*   
udp0  0 0.0.0.0:685
0.0.0.0:*   
udp0  0 0.0.0.0:828
0.0.0.0:*   
udp0  0 0.0.0.0:111
0.0.0.0:*   
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags   Type   State I-Node Path
unix  8  [ ] DGRAM1036   /dev/log
unix  2  [ ACC ] STREAM LISTENING 1326  
/tmp/.font-unix/fs7100
unix  2  [ ] DGRAM3489   
unix  2  [ ] DGRAM1436   
unix  2  [ ] DGRAM1333   
unix  2  [ ] DGRAM1279   
unix  2  [ ] DGRAM1249   
unix  2  [ ] DGRAM1052   

I tried to use another program in nfs port (mountd on 2049) and it also
didn't succeeded. I've solved the problem using another port. I have no
idea of what is going on.

> 
> nate
> 
> 

Thanks,
Joao
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Looped sound with plugger

2002-12-06 Thread Reuben D. Budiardja
On Friday 06 December 2002 02:24 pm, Javier Gostling wrote:
> Hi all,
> I installed the plugger package to make plugins work under mozilla, and
> found that even though most common file types work as expected, when I
> find a page with a .wav file on it, the sound comes in an endless loop.
>
> My main use for sound in web pages is in having a mozilla window lying
> in an otherwise unused workspace with my netsaint status page open, so
> it will sound an alert when a service goes down. But instead it plays
> the sound in the described loop, which, given the nature of the sound it
> plays, is most annoying.
>
> Does anyone know how to fix this? I already tried to explicitly give the
> noloop option to the netsaint pages, but it didn't help.
>

I have about the same problem. It does not only happen with with .wav, but 
also with other sound files like .mp3, .ogg. For example, when clicking on a 
longer mp3 file (eg. a song), it will start out fine but then after a few 
second it will keep repeating some part of the song.

I am not sure what to blame or how to fix it. So any comments are welcome. 

RDN

-- 
-
/"\  ASCII Ribbon Campaign against HTML
\ /  email and proprietary format
 X   attachments.
/ \
-
Have you been used by Microsoft today?
Choose your life. Choose freedom.
Choose LINUX.
-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: How do I increase performance on my Redhat server?

2002-12-06 Thread Ben Russo
Go for the low-hanging fruit first.

1. Pick hardware that suits your needs...

For example, if you have a LARGE transaction processing database
then your disk seeks and writes are going to be a big issue.
In this case you would do well to invest in a Hardware Raid
controller with battery backed write cache and consider RAID 10.

Or, if your server is a Web Application Server, (a "slashdot"
like server, or ecommerce server)  then your CPU and RAM are
going to make a lot of difference since you can probably keep
most everything cached in RAM and your bottleneck will be CPU
for all the PHP and PERL and APACHE stuff.

If your server is doing file sharing, then your NIC's are all
important and you will want to carefully choose your Network
architecture (switches, NIC's) and pay special attention to your
Layer 0,1,2 setup.



2.  Make sure you have the latest BIOS and firmware installed for all
your hardware. (many a sys-admin I have seen not do this crucial step).
Make sure you have installed all the latest recommended patches and
"errata".  Get on the mailing list for your hardware vendors and
software vendors announcements.

3.  Read all the fine documentation for the services that you are
running. You may find that by turning off "fsync" in a config file or by
turning of reverse-lookups, or adding a "-" in the syslog.conf, or
setting noatime in fstab,  you are making a tradeoff in logging or worst
case scenario disaster preparedness that you can live with, but in
exchange you can get up to a 10 fold increase in performance.

4.  Carefully examine the processes that *YOU* write.  CGI programs, SQL
queries, SCRIPTS are often the bottlenecks in things and often they are
written very well, but are just not doing it the most efficient way.  I
have seen a developer think about what is being acheived and suddenly
rewrite an app and get a 90% reduction in some critical resource usage
like Disk or Network or CPU utilization by changing a couple of
algorithms or the sequence of (if then) statements.

5. Examine Kernel parameters like shared memory segments, bdflush
parrameters, and the priorities of your various processes (you might be
able to "nice" some background processes).

Stripping your box of unnecessary software and removing lots of kernel
module options  may make it boot faster, and may make it more secure in
certain scenarios, and it will definitely save a few MB or GB of disk
space and a few KB of RAM, but in most every case I have seen makes very
little dents in runtime performance.

After you have done these things then you need to consider what your ROI
is for further tweaking.  Often times tweaking to the nth degree causes
scalability and maintainability issues in the future and so it is easier
to think about a scaling methodology that involves bigger or broader
server infrastructure, and that will be cheaper in the long run than
trying to tweak the kernel config.


On Thu, 2002-12-05 at 17:31, Søren Neigaard wrote:
> My Redhat will be a server, and not a workstation, and therefore I
> guess I can remove some of the services starting at boot time, or?
> 
> One thing I found in my dmesg was this: "VFS: Diskquotas version
> dquot_6.5.0 initialized". I don't need diskquotas so can't I just
> remove it somehow? Or am I going at it the wrong way?
> 
> Any pointers to things that I should stop/remove from the standard
> install?
> 
> --
> Med venlig hilsen/Best regards,
>  Søren Neigaard mailto:[EMAIL PROTECTED]
> --
>  "Programming today is a race between software engineers striving to build bigger 
>and better idiot-proof programs, and the Universe trying to produce bigger and better 
>idiots. So far, the Universe is winning."
> 
> 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Problem updating Kernel through up2date

2002-12-06 Thread Mike Palone
Hi...

I recently upgraded from RH 7.3 to 8.0.  I've been using up2date 
successfully for pulling down updates until I tried to update -u to get 
the following updates:

RHSA-2002:262-07 - New kernel fixes local denial of service issue
RHSA-2002:206-12 - New kernel fixes local security issues

For these, I get the error message:

Testing package set / solving RPM inter-dependencies...
There was a package dependency problem. The message was:

Unresolvable chain of dependencies:
ltmodem-kv_2.4.7_10-6.00b15-1requires kernel = 2.4.7-10

My kernel is at 2.4.18-14.  I do use the ltmodem, which I had to pull 
the latest source from linmodems.org and build it before my modem would 
work again. Not sure how this affects updating the kernel and why the 
dependency chain is seeing 2.4.7 still. Unclear on where the problem is. 
 Any ideas?  Thanks a lot in advance.

Mike




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


dns mx missing?

2002-12-06 Thread Larry Brown
I've got a redhat 7.1 box and the mx record shows up in the dns file for the
domain.  However, the following is what nslookup reveals...

> thedomain.com
Server: thedomain.com
Address:1.1.1.1#53

a-t-m.com
origin = nsserver.thedomain.com.
mail addr = name.thedomain.com.
serial = 1039153387
refresh = 10800
retry = 3600
expire = 604800
minimum = 38400
thedomain.com   nameserver = nsserver.thedomain.com.
Name:   thedomain.com
Address: 1.1.1.1

No mx record shows. This was with nslookup, set type=any, thedomain.com.
Does anyone know why the mx record might not be given?  Just in case, the
following is the dns file contents for this domain...

# cat thedomain.com.hosts
$ttl 38400
thedomain.com.  IN  SOA nsserver.thedomain.com.
nsserver.thedomain.com. (
1039153387
10800
3600
604800
38400 )
thedomain.com.  IN  NS  nsserver.thedomain.com.
thedomain.com.  IN  A   168.151.142.23
nsserver.thedomain.com.  IN  A   168.151.142.23
www.thedomain.com.  IN  CNAME   nsserver.thedomain.com.
cecil.thedomain.com.IN  CNAME   nsserver.thedomain.com.
nserver1.thedomain.com.  IN  MX  10 nsserver.thedomain.com.
ljohnson.thedomain.com. IN  RP  ljohnson.thedomain.com. ljohnson




Perplexed.






-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Looped sound with plugger

2002-12-06 Thread Javier Gostling
Hi all,
I installed the plugger package to make plugins work under mozilla, and
found that even though most common file types work as expected, when I
find a page with a .wav file on it, the sound comes in an endless loop.

My main use for sound in web pages is in having a mozilla window lying
in an otherwise unused workspace with my netsaint status page open, so
it will sound an alert when a service goes down. But instead it plays
the sound in the described loop, which, given the nature of the sound it
plays, is most annoying.

Does anyone know how to fix this? I already tried to explicitly give the
noloop option to the netsaint pages, but it didn't help.

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

Av. Kennedy 5757, of 1502
Las Condes
Santiago
Chile



msg97998/pgp0.pgp
Description: PGP signature


Compiling 2.4.18 kernel - missing module-info file?

2002-12-06 Thread Jeff Davis
Ok, this is making me nuts.  I've compiled from source before, but it's 
been awhile (2.2 kernel, I think).  I'm hoping I've just missed something 
basic, but I haven't been able to find it yet.

I unpack the source (2.4.18), then execute the following:

make xconfig (modular kernel)
make dep
make clean
make bzImage
make modules
make modules_install

My box (proliant 1600, currently running 2.2.19) has the smartarray SCSI 
controller, and so needs (as I understand it) the initrd file to be able to 
boot.

Installing from binary RPM is not really an option given all the likely 
failed dependencies...

The kernel compiles without errors, but for some reason there is no 
module-info-2.4.18 file created, or at least I have been unable to find 
it.  grep-ing the source tree shows no "module-info" strings anywhere in 
the code, Makefiles, or Docs.  Likewise "find / -iname "module-info*"  only 
shows those files used by my current kernel, nothing for the 2.4.18 
version.  Usenet and web search have produced queries from other people 
with the same problem, but no solutions, which leads me to believe that the 
solution was so simple that they were embarrassed to post a 
follow-up.  Unfortunately, not simple enough for me to figure out ;)

So, am I missing something obvious?  Do I need to install an additional 
package to make this work?  modutils perhaps?

Thanks,

-Jeff


Jefferson K. Davis
Technology and Information Systems Manager
Standard School District
1200 North Chester Ave
Bakersfield, CA  93308
USA
661-392-2110 ext 120




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: Red Hat Network icon - Critical Information about kernel

2002-12-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 06 Dec 2002 12:32:09 -0500, Jean Fleurant (root) wrote:

> >>I've rebooted my machine and I still get the same message.
> >
> >Check what kernel you are running actually: uname -r
> >
> >See what kernel packages are installed actually: rpm -q kernel
> >
> >Consider updating your package profile at RHN: up2date -p
> >
> Result of uname -r is
> 2.4.18-14

Sorry, but with a LILO config that contains just a "linux" boot
entry

  image=/boot/vmlinuz-2.4.18-18.8.0
  label=linux
  initrd=/boot/initrd-2.4.18-18.8.0.img
  read-only
  append="hdb=ide-scsi root=LABEL=/"
 
I simply cannot believe you. That really boots into the 18.8.0
kernel since there is not other linux kernel entry. However, LILO
must be re-installed each time the config is changed. That means, it
could be possible that you're still booting via a previously
installed boot loader.

Please check whether you really boot from /dev/hda (MBR) and
whether it is really LILO. 

Edit /etc/lilo.conf, change label=linux to something recognizable
like label=tux, then call "lilo -v", reboot and see whether the boot
menu will change to contain "tux".

- -- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE98Pf40iMVcrivHFQRAt9rAJsFha8xpWpYtU60T8aq+yVnGChM7ACeP+WN
Og0fE1AAHuAFN/wX4fDRDxI=
=mYw6
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Compiling 2.4.18 kernel - missing module-info file?

2002-12-06 Thread Jeff Davis
Ok, this is making me nuts.  I've compiled from source before, but it's 
been awhile (2.2 kernel, I think).  I'm hoping I've just missed something 
basic, but I haven't been able to find it yet.

I unpack the source (2.4.18), then execute the following:

make xconfig (modular kernel)
make dep
make clean
make bzImage
make modules
make modules_install

My box (proliant 1600, currently running 2.2.19) has the smartarray SCSI 
controller, and so needs (as I understand it) the initrd file to be able to 
boot.

Installing from binary RPM is not really an option given all the likely 
failed dependencies...

The kernel compiles without errors, but for some reason there is no 
module-info-2.4.18 file created, or at least I have been unable to find 
it.  grep-ing the source tree shows no "module-info" strings anywhere in 
the code, Makefiles, or Docs.  Likewise "find / -iname "module-info*"  only 
shows those files used by my current kernel, nothing for the 2.4.18 
version.  Usenet and web search have produced queries from other people 
with the same problem, but no solutions, which leads me to believe that the 
solution was so simple that they were embarrassed to post a 
follow-up.  Unfortunately, not simple enough for me to figure out ;)

So, am I missing something obvious?  Do I need to install an additional 
package to make this work?  modutils perhaps?

Thanks,

-Jeff


Jefferson K. Davis
Technology and Information Systems Manager
Standard School District
1200 North Chester Ave
Bakersfield, CA  93308
USA
661-392-2110 ext 120



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: SLOOOOOWW network connection

2002-12-06 Thread pd3
On Fri, Dec 06, 2002 at 10:15:52AM -0800, Rick Johnson wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> [EMAIL PROTECTED] wrote:
> | Hello
> |
> | I got a new machine recently and installed Red Hat 7.3 on it - I usually use
> | Debian. I am generally satisfied with my new Linux box. However I have
> | one problem. The speed of my Internet connection is very slow or at least
> | slower than I believe it should be.
> |
> | The machine had win98 on it when I bought it and I am dual booting.
> |
> | I downloaded the linux kernel using RH and it took 615 seconds- about
>   44 kbytes/sec.
> | I downloaded the linux kernel using win98 and it took 251 seconds - about
> 109 kbytes/sec.
> | I have another linux box that I recently installed gentoo linux on. Again
> I downloaded a
> | linux kernel from a local ftp site and it took 250 seconds.
> |
> | Can anyone suggest any parameters/config files that I could/should
> check/tweak.
> | Or websites that might be good to read.
> |
> | t.irvine
> 


Thanks for your reply.

> What type of Internet connection? DSL, Cable, T1? if DSL, are you using
> PPPoE? If connected via Ethernet - what brand NIC are you using?

Not exactly sure. My  connection has been shared with about 4 other neighbours
by a local phone company using homepna. I presume that the phone company uses
some from of DSL somewhere along the line. My nic is made Terton PCI T1M.

Since installing RH I have been using KDE. I just switched to the command line
and was shocked. I downloaded the kernel again and it took 258 seconds 
- although I got one strange message about "eth0: Runt packet"!

Can this really be so. Is it reallly the case that things so down so much if
started from within KDE.

t.irvine



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Logwatch stopped working...

2002-12-06 Thread clemens
Up till a few weeks ago, LOGWATCH produced page+ of output
every day (most of it was complaints from sendmail about SPAM,
but it also listed my connections from 'outside' via SSH).

And then it stopped.

My assumption is/was that this is because I had updated perl/
tk/tcl, and (most likely the new version of tk/tcl was incompatable
with logwatch.

Ive since upgraded the system from RH7.2 to RH7.3, and no change,
I had HOPED that the upgrade would sort things out, but NO [ with
the upgrade ROOT should see the system (old) version of tk/tcl in
/usr/bin rather than the new one in /usr/local/bin, but it still
sees the NEW version of PERL.

DOES ANYONE KNOW what versions of perl/tk/tcl/whatever Logwatch
needs to run?  Id be happy to 'hard wire' them in If I could 
figure out which scripting language was causing the scripts to
fail...


-- 
Reg.Clemens
[EMAIL PROTECTED]




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: NFS error, please help

2002-12-06 Thread nate
João Borsoi said:

> Starting NFS daemon: nfssvc: Address already in use
>[FAILED]

sounds like theres another NFS server running on the system, try
issuing a restart. Did you happen to kill another nfs service before
starting it? killing with -9 a nfs server is very likely to cause
such a problem.

also check netstat -an  for any sockets that are in TIME_WAIT

nate





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: SLOOOOOWW network connection

2002-12-06 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] wrote:
| Hello
|
| I got a new machine recently and installed Red Hat 7.3 on it - I usually use
| Debian. I am generally satisfied with my new Linux box. However I have
| one problem. The speed of my Internet connection is very slow or at least
| slower than I believe it should be.
|
| The machine had win98 on it when I bought it and I am dual booting.
|
| I downloaded the linux kernel using RH and it took 615 seconds- about
 44 kbytes/sec.
| I downloaded the linux kernel using win98 and it took 251 seconds - about
109 kbytes/sec.
| I have another linux box that I recently installed gentoo linux on. Again
I downloaded a
| linux kernel from a local ftp site and it took 250 seconds.
|
| Can anyone suggest any parameters/config files that I could/should
check/tweak.
| Or websites that might be good to read.
|
| t.irvine

What type of Internet connection? DSL, Cable, T1? if DSL, are you using
PPPoE? If connected via Ethernet - what brand NIC are you using?

- -Rick
- --
Rick Johnson, RHCE - [EMAIL PROTECTED]
Linux/WAN Administrator - Medata, Inc.
PGP Public Key: https://mail.medata.com/pgp/rjohnson.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (MingW32)
Comment: Signed and/or encpryted for everyone's protection.

iEYEARECAAYFAj3w6VgACgkQIgQdhlSHZgOKhgCgp5wsXTUqZpMEQzCEIQxu8/V6
ebEAoMzaG6++rbzglGHV+vKf5CQcC5g6
=RLjD
-END PGP SIGNATURE-



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



SLOOOOOWW network connection

2002-12-06 Thread pd3
Hello

I got a new machine recently and installed RedHat 7.3 on it - I usually use
Debian. I am generally satisfied with my new linux box. However I have
one problem. The speed of my internet connection is very slow or at least
slower than I believe it should be.

The machine had win98 on it when I bought it and I am dual booting.

I downloaded the linux kernel using RH and it took 615 seconds- about  44 
kbytes/sec.
I downloaded the linux kernel using win98 and it took 251 seconds - about 109 
kbytes/sec.
I have another linux box that I recently installed gentoo linux on. Again I downloaded 
a
linux kernel from a local ftp site and it took 250 seconds.

Can anyone suggest any parameters/config files that I could/should check/tweak.
Or websites that might be good to read.

t.irvine



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: printing PDF

2002-12-06 Thread Tianran Chen
1.By default, the RH8.0 has the option to print to PDF rather than a
printer.

2.If you know LaTeX, that will be the perfect tool to generate
professional PDF.

3.txt2pdf is available, search it in Google, you can find it.


On Fri, 2002-12-06 at 10:40, Jim Baxter wrote:
> Good Morning,
> 
> I am a Linux user and I need to find a way to create PDF documents
> easy. Is there a way to output a text document from a program with
> some formatting such as compressed print and then convert it to PDF? I
> think I once saw something on the list about a printer definition that
> produced a file in PDF rather than sending it to a true printer. Maybe
> I was dreaming.
> 
> Any suggestions would be appreciated.
> 
-- 
Tianran Chen <[EMAIL PROTECTED]>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Red Hat Network icon - Critical Information about kernel

2002-12-06 Thread Richard Tricoche
Title: RE: Red Hat Network icon - Critical Information about kernel





You may have more than one kernel installed and configured in grub.conf.  Check your grub.conf file to make sure it points to the correct kernel to boot with. 



Richard Tricoche / Systems Engineer /  RPA Wireless
PGP FingerPrint: BA3A 4D29 F3CF 172A D90B  05AA 6C1E 65BC C19F F6F1
---


-Original Message-
From: Jean Fleurant (root) [mailto:[EMAIL PROTECTED]] 
Sent: Friday, December 06, 2002 12:32 PM
To: [EMAIL PROTECTED]
Subject: Re: Red Hat Network icon - Critical Information about kernel



Michael Schwendt wrote:


>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>On Fri, 06 Dec 2002 10:44:57 -0500, Jean Fleurant (root) wrote:
>
>  
>
>>I'm running Red Hat 8
>>
>>When I click on Red Hat Network icon, in the Critical Information tab, 
>>I get this message:
>>
>>"Your system is currently running kernel-2.4.18-14, but the newest
>>installed kernel is kernel-2.4.18-18.8.0 It is recommended that you 
>>reboot at the first opportunity to test this new kernel."
>>
>>I've rebooted my machine and I still get the same message.
>>    
>>
>
>Check what kernel you are running actually: uname -r
>
>See what kernel packages are installed actually: rpm -q kernel
>
>Consider updating your package profile at RHN: up2date -p
>
>- --
>-BEGIN PGP SIGNATURE-
>Version: GnuPG v1.0.6 (GNU/Linux)
>
>iD8DBQE98NzX0iMVcrivHFQRAmNAAKCEkZhJiQlPq5/XR9M9JITQL9/eNQCePpKx
>NqCwXfz9ZXVWxZI/uoiER+w=
>=yArV
>-END PGP SIGNATURE-
>
>
>
>  
>
Result of uname -r is
2.4.18-14


Resule of rpm -q kernel is
kernel-2.4.18-14
kernel-2.4.18-18.8.0


I've already updated my package profile at RHN.







-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list





Re: Red Hat Network icon - Critical Information about kernel

2002-12-06 Thread Jean Fleurant (root)
Michael Schwendt wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 06 Dec 2002 10:44:57 -0500, Jean Fleurant (root) wrote:

 

I'm running Red Hat 8

When I click on Red Hat Network icon, in the Critical Information tab,
I get this message:

"Your system is currently running kernel-2.4.18-14, but the newest 
installed kernel is kernel-2.4.18-18.8.0 It is recommended that you 
reboot at the first opportunity to test this new kernel."

I've rebooted my machine and I still get the same message.
   


Check what kernel you are running actually: uname -r

See what kernel packages are installed actually: rpm -q kernel

Consider updating your package profile at RHN: up2date -p

- -- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE98NzX0iMVcrivHFQRAmNAAKCEkZhJiQlPq5/XR9M9JITQL9/eNQCePpKx
NqCwXfz9ZXVWxZI/uoiER+w=
=yArV
-END PGP SIGNATURE-



 

Result of uname -r is
2.4.18-14

Resule of rpm -q kernel is
kernel-2.4.18-14
kernel-2.4.18-18.8.0

I've already updated my package profile at RHN.






--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Red Hat Network icon - Critical Information about kernel

2002-12-06 Thread Bret Hughes
On Fri, 2002-12-06 at 10:54, Jean Fleurant (root) wrote:
> Bret Hughes wrote:
> 
> >On Fri, 2002-12-06 at 09:44, Jean Fleurant (root) wrote:
> >  
> >
> >>I'm running Red Hat 8
> >>
> >>When I click on Red Hat Network icon, in the Critical Information tab, I 
> >>get this message:
> >>
> >>"Your system is currently running kernel-2.4.18-14, but the newest 
> >>installed kernel is kernel-2.4.18-18.8.0 It is recommended that you 
> >>reboot at the first opportunity to test this new kernel."
> >>
> >>I've rebooted my machine and I still get the same message.
> >>

> >
> Thanks for you quick answer.
> Here is the output of lilo -v
> 
> Reading boot sector from /dev/hda
> Merging with /boot/boot.b
> Boot image: /boot/vmlinuz-2.4.18-18.8.0
> Mapping RAM disk /boot/initrd-2.4.18-18.8.0.img
> Added linux
> Boot other: /dev/hda1, on /dev/hda, loader /boot/chain.b
> Added DOS *
> /boot/boot.0300 exists - no backup copy made.
> Writing boot sector.
> [root@homejf etc]#
> 


well, that worksed and assumming that lilo was run previously, you
should be running the new kernel.

what does uname -r report as the kernel version?  If it is not
2.4.18-8.0 then you should try to reboot again. then try uname -r again
to see if it took.

Bret




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: httpd failed

2002-12-06 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Simon Wise wrote:
| Hi,
|
| I hope someone can help.
|
| I have recently upgraded to RH 8 but have not been able to get Apache Server
| to start, this was fine under RH 7.2
|
| The error message is :-
|
| httpd failed. The error was: Stopping httpd: [FAILED]
| Starting httpd: fopen: No such file or directory
| httpd: could not open document config file /etc/httpd/conf.d/*.conf
| [FAILED]
|
| I have check that the httpd.conf has the line "Include conf.d/*.conf"

What is the contents of /etc/httpd/conf.d/ ? Does apache have read
permission in there?

- -Rick


- --
Rick Johnson, RHCE - [EMAIL PROTECTED]
Linux/WAN Administrator - Medata, Inc.
PGP Public Key: https://mail.medata.com/pgp/rjohnson.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (MingW32)
Comment: Signed and/or encpryted for everyone's protection.

iEYEARECAAYFAj3w3YkACgkQIgQdhlSHZgOQ2ACfVeoSUkH0bixQKnCwV2Y5RVaA
CNsAn0I8BoY5wCaDwlRktS0xki67x71O
=YWfx
-END PGP SIGNATURE-



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Red Hat Network icon - Critical Information about kernel

2002-12-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 06 Dec 2002 10:44:57 -0500, Jean Fleurant (root) wrote:

> I'm running Red Hat 8
> 
> When I click on Red Hat Network icon, in the Critical Information tab,
> I get this message:
> 
> "Your system is currently running kernel-2.4.18-14, but the newest 
> installed kernel is kernel-2.4.18-18.8.0 It is recommended that you 
> reboot at the first opportunity to test this new kernel."
> 
> I've rebooted my machine and I still get the same message.

Check what kernel you are running actually: uname -r

See what kernel packages are installed actually: rpm -q kernel

Consider updating your package profile at RHN: up2date -p

- -- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE98NzX0iMVcrivHFQRAmNAAKCEkZhJiQlPq5/XR9M9JITQL9/eNQCePpKx
NqCwXfz9ZXVWxZI/uoiER+w=
=yArV
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RH8.0 ip_forwarding bug?????

2002-12-06 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Joshua Schmidlkofer wrote:
| *note: before installing this, I recommend you do this:
|
| chkconfig --level 345 ipchains off
| chkconfig --level 345 iptables off

Honestly - I'd recommend not turning off iptables.

Rather - run the canned script once, then do the following:

service iptables save

After that - the init.d process will read the saved firewall from
/etc/sysconfig/iptables and load it each time *before* your network
interfaces come up. If you're calling a script from rc.local, chances are
it's being started *after* ETHx is brought up which is leaving your machine
open/vulnerable for a brief time.

Unless the script creates a dynamic firewall each time it runs, there's no
real reason to circumvent Red Hat's tools. They're there for a good reason. :-)

- -Rick
- --
Rick Johnson, RHCE - [EMAIL PROTECTED]
Linux/WAN Administrator - Medata, Inc.
PGP Public Key: https://mail.medata.com/pgp/rjohnson.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (MingW32)
Comment: Signed and/or encpryted for everyone's protection.

iEYEARECAAYFAj3w3HAACgkQIgQdhlSHZgO8pgCg+khASts3iNsnU5cxmlMmTo31
dCgAoIUZUsQp7UBCXdORBHq8lmZpYXAY
=TxDL
-END PGP SIGNATURE-



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



httpd failed

2002-12-06 Thread Simon Wise
Hi,

I hope someone can help.

I have recently upgraded to RH 8 but have not been able to get Apache Server
to start, this was fine under RH 7.2

The error message is :-

httpd failed. The error was: Stopping httpd: [FAILED]
Starting httpd: fopen: No such file or directory
httpd: could not open document config file /etc/httpd/conf.d/*.conf
[FAILED]

I have check that the httpd.conf has the line "Include conf.d/*.conf"

Regards,

Simon




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Print drivers for redhat 5.1 for a HP Deskjet 3420

2002-12-06 Thread Tom Pollerman
On Fri, 6 Dec 2002 10:31:43 -0500
"Phil" <[EMAIL PROTECTED]> wrote:

> Does anyone know where I might find these drivers for a HP Deskjet
> 3420 running on a 5.1 Linux system ???
> a URL would be great :-)
> 
> 
   You can get the HPIJS 1.3 version driver source files, which
support the Deskjet 3420, from:

http://hpinkjet.sourceforge.net/


Tom



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Red Hat Network icon - Critical Information about kernel

2002-12-06 Thread Jean Fleurant (root)
Bret Hughes wrote:


On Fri, 2002-12-06 at 09:44, Jean Fleurant (root) wrote:
 

I'm running Red Hat 8

When I click on Red Hat Network icon, in the Critical Information tab, I 
get this message:

"Your system is currently running kernel-2.4.18-14, but the newest 
installed kernel is kernel-2.4.18-18.8.0 It is recommended that you 
reboot at the first opportunity to test this new kernel."

I've rebooted my machine and I still get the same message.

Here is the content of my /etc/lilo.con

   


I'm not running RHL 8 but isn't the default bootloader grub?  Are you
sure you are running lilo and if so what is the output of lilo -v? 
there may be a problem with the lilo.conf file that is keeping lilo from
updating the MBR.

HTH
Bret




 

Thanks for you quick answer.
Here is the output of lilo -v

Reading boot sector from /dev/hda
Merging with /boot/boot.b
Boot image: /boot/vmlinuz-2.4.18-18.8.0
Mapping RAM disk /boot/initrd-2.4.18-18.8.0.img
Added linux
Boot other: /dev/hda1, on /dev/hda, loader /boot/chain.b
Added DOS *
/boot/boot.0300 exists - no backup copy made.
Writing boot sector.
[root@homejf etc]#





--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Multiple log-in session, GNU screen.

2002-12-06 Thread Bo Peng
On Thu, Dec 05, 2002 at 11:01:59PM -0600, Blaine Armsterd wrote:
> On Thu, 5 Dec 2002, Bo Peng wrote:
> > I was looking for some way that let me have multiple independent log in
> > sessions. For example, a root session in text mode, a user session in X
> > mode and ways to switch between them. Logging out one of them does not
> > affect others. Is there a way to do this?

> I'm not sure I understand what you want. Can't you log in as a normal user
> and "su" to root in a Xterm when you need to?

I remember that when I install linux (especially Mandrake), I have a X-frontend 
but I can also view logs, commands with Alt-F2, Alf-F3 etc. What I need 
is similar to that but more. For example, I am constantly at work on my 
linux box but my wife would occasionally check her emails, doing some 
personal stuff on her account. Logging out and in will destroy all our 
applications so I would like to find a way to SWITCH between two live 
logged-in sessions. (If we have another desktop so that she can remotely 
log in to my machine, there will be no such need.)

> > During the search, I find GNU screen. I was confused by its manual. What
> > is this application for? Can anyone tell me a scenario that it is
> > useful (than a normal terminal)?

> It's not very useful under X. It's most often used for dial-up or telnet
> sessions.  It allows one terminal to have ten shells under it, similar to
> being at a linux console.

I understand, thanks.

-- 
Bo Peng



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Red Hat Network icon - Critical Information about kernel

2002-12-06 Thread Bret Hughes
On Fri, 2002-12-06 at 09:44, Jean Fleurant (root) wrote:
> I'm running Red Hat 8
> 
> When I click on Red Hat Network icon, in the Critical Information tab, I 
> get this message:
> 
> "Your system is currently running kernel-2.4.18-14, but the newest 
> installed kernel is kernel-2.4.18-18.8.0 It is recommended that you 
> reboot at the first opportunity to test this new kernel."
> 
> I've rebooted my machine and I still get the same message.
>
> Here is the content of my /etc/lilo.con
> 

I'm not running RHL 8 but isn't the default bootloader grub?  Are you
sure you are running lilo and if so what is the output of lilo -v? 
there may be a problem with the lilo.conf file that is keeping lilo from
updating the MBR.

HTH
Bret




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: mail nastygrams today

2002-12-06 Thread Bret Hughes
On Fri, 2002-12-06 at 02:13, ABrady wrote:
> On 05 Dec 2002 15:57:41 -0600
> Bret Hughes <[EMAIL PROTECTED]> wrote:
> 
> > I guess I am posting too much since I am getting these today.  I
> > anyone else seeing these as a result of poting to the list?
> > 
> > 
> > Reporting-MTA: dns; mailrelayinfo.maa.sify.net
> > Arrival-Date: Fri,  6 Dec 2002 02:55:06 +0530 (IST)
> > 
> > Final-Recipient: rfc822; [EMAIL PROTECTED]
> > Action: failed
> > Status: 5.0.0
> > Diagnostic-Code: X-Postfix; host mx.sify.com[202.144.76.55] said: 550
> > sorry,
> > [EMAIL PROTECTED] account <[EMAIL PROTECTED]> is overquota on
> > this
> > domain (#5.2.2)
> > 
> > 
> > Bret
> 
> Just somebody needing to empty his mailbox.
> 
> Could be someone to lazy (or ?) to unsubscribe, unsuscibe, unsubscibe or
> usubscribe and is "getting even" by letting his bounced mail flood
> everybody else. Since it's replying to the "To" line, it doesn't get
> routed through the mailing list and won't be shut off so easily. (Might
> be an intentional act under those circumstances.)
> 
> I've only been annoyed by it a couple of times. But I might go looking
> for his ISP to try getting him cut off for irresponsibility (or ?).


Seems like the mta could be setup to not send these to mails sent to
lists.  Does postfix have that capability?

Bret



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Find -mtime doesn't seem to work properly.

2002-12-06 Thread Bret Hughes
On Fri, 2002-12-06 at 06:58, Brenden Walker wrote:
> Ah, thanks for the explanation.  Using + in this case did fix the problem,
> when I was testing I must have been looking at the wrong time.
> 
> Excellent description, and now that I've looked at the timeline the -/+
> difference makes sense.
> 
FWIW I have found that the info pages on find to be very useful.  Way
more than the man page anyway.  There is an option -daystart that will
calculate the time difference based on the beginning of the day rather
than the actual time the script was run. IIRC -mtime does a *24 hours on
the value so depending on when the script was run things can get funky.

May be more thatn you neeed for this application though.

Bret



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Accentuated characters going crazy on RedHat8.0

2002-12-06 Thread Bruno Negrao
Hi all,
I installed my Redhat 8.0 enabling deadkeys " á ç é " etc. I'd like to use
it to write in brazilian portuguese. The default language of my system is
english, but i installed the brazilian portuguese too.

When I log on my redhat8.0 system using my ssh client, if I try to use the
deadkeys(when editing with "vi"), what I got is something like this:

"Vocês estão recebendo a relação de número de contas de e-mails em cada
um de nossos domínios virtuais neste mês.
A relação é: "

A lot of strange characters appears in the place of the desired accentuated
letter!

When I use the ssh client to access a 7.2 or 7.3 system, this problem
doesn't happen. I'm having this same problem in my 2 redhat 8.0 servers. I
noticed that if i login in the redhat 8.0 console, this problem does not
occurs in vi. However, the ç character does not appear in the Open Word (i
forgot the name of the word similar product)

How can I fix it?

Thank you,
-
 -- Bruno Negrão -- Suporte
 -- Plugway Acesso Internet Ltda.
 -- (31)34812311
 -- [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: up2date for stand-alone system?

2002-12-06 Thread Emmanuel Seyman
On Fri, Dec 06, 2002 at 09:53:14AM -0500, Ruff Scott M DLVA wrote:
> 
> I'm building a RH 7.2 system (legacy app requires this version) on a 686
> platform and need to add all applicable RPMs.  This system is stand-alone,
> thus, it cannot connect to RHN.  I have a CD with all the 7.2 erratta, but
> have not found a good method of deciphering what order to install them.  Is
> there a way I can run up2date on this stand-alone machine, or does someone
> have another method to install RPMs in bulk that might work in this case?

FWIW, here's how I do it:

- upgrade rpm
- upgrade glibc
- upgrade openssl
- upgrade kernel
- reboot
- run the command "rpm -Fvh i386/* noarch/*" and solve dependencies
  by hand until everything is updated.

Emmanuel



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Grub Config

2002-12-06 Thread Johnathan Bailes
On Fri, 2002-12-06 at 18:23, Vano Beridze wrote:
> Hello
> I have Redhat80 AMD Athlon XP 1800+
> 
> I wonder if there is a utility for configuring grub. (lazy to do it by hand)
> I just want to add an entry for windows
> 
> Tnanks
> 
> 

No, none that happens to be straight from redhat.  

Which brings up the question.

There are a few configuration tools I would like to suggest for future
releases.

What is the appropriate mailing list or bugzilla section to do this?

-- 
Johnathan BailesBAE Systems ESI


 "UNIX was not designed to stop you from doing stupid things, because
 that would also stop you from doing clever things." - Doug Gwyn 
--- 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Red Hat Network icon - Critical Information about kernel

2002-12-06 Thread Jean Fleurant (root)
I'm running Red Hat 8

When I click on Red Hat Network icon, in the Critical Information tab, I 
get this message:

"Your system is currently running kernel-2.4.18-14, but the newest 
installed kernel is kernel-2.4.18-18.8.0 It is recommended that you 
reboot at the first opportunity to test this new kernel."

I've rebooted my machine and I still get the same message.

Here is the content of my /etc/lilo.con

prompt
delay=50
timeout=50
default=DOS
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
#message=/boot/message
lba32

image=/boot/vmlinuz-2.4.18-18.8.0
   label=linux
   initrd=/boot/initrd-2.4.18-18.8.0.img
   read-only
   append="hdb=ide-scsi root=LABEL=/"


other=/dev/hda1
   optional
   label=DOS


Anybody knows why I still get this message and how to fix it ?

Jean Fleurant







--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


printing PDF

2002-12-06 Thread Jim Baxter
Good Morning,

I am a Linux user and I need to find a way to create PDF documents
easy. Is there a way to output a text document from a program with
some formatting such as compressed print and then convert it to PDF? I
think I once saw something on the list about a printer definition that
produced a file in PDF rather than sending it to a true printer. Maybe
I was dreaming.

Any suggestions would be appreciated.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: up2date for stand-alone system?

2002-12-06 Thread Josep M.
Hi!

Use autoupdate,runs nice,i used in 7.3 very well too:)  GPL License

http://www.mat.univie.ac.at/~gerald/ftp/autoupdate/

I use with these args:

/usr/sbin/autoupd --update --resolve --kernel  --initrd --boot \
   --checksize --nochecksig  --removebad --resolveuserpmdb --cleanupkernel \
   --updatedir /system/linux/updates/redhat/8.0/ --recursive \
   --rpmdir /system/linux/distributions/redhat8.0/ \
   --database /etc/autoupdate.d/autoprovides-redhat-8.0.db  \
   --log --logfile /var/log/aytoupdate

Josep


Begin of Quote Ruff Scott M DLVA :
>Good day,
>
>I'm building a RH 7.2 system (legacy app requires this version) on a 686
>platform and need to add all applicable RPMs.  This system is stand-alone,
>thus, it cannot connect to RHN.  I have a CD with all the 7.2 erratta, but
>have not found a good method of deciphering what order to install them.  Is
>there a way I can run up2date on this stand-alone machine, or does someone
>have another method to install RPMs in bulk that might work in this case?
>
>Thanks very much for any/all suggestions.
>
>Scott
>
>
>
>-- 
>redhat-list mailing list
>unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
>https://listman.redhat.com/mailman/listinfo/redhat-list 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Print drivers for redhat 5.1 for a HP Deskjet 3420

2002-12-06 Thread Phil
Does anyone know where I might find these drivers for a HP Deskjet 3420
running on a 5.1 Linux system ???
a URL would be great :-)

Thank you in advance.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



SSH with TCP Wrappers

2002-12-06 Thread Josep M.
Hi!

I try of put my SSH (redhat 8.0 updated yesterday) with TCP Wrappers,looking at the 
package
requires "tcp wrappers",so I suppose will be compiled with,because read hosts.allow and
only give if allowed,i tried of put a file /etc/xinetd/ssh  and had not result when I 
want control 
anything,SSH simply ignore these,oinly look hosts.allow .I tried these two 
configurations:


My IP is 172.26.0.6 ,so i MUST have forbidden to connect:

File one:

service ssh
{
socket_type= stream
protocol   = tcp
wait   = no
user   = root
port   = 22
server = /usr/sbin/sshd
server_args= -i
only_from  = 172.26.0.5

}


File two

service sshd
{
socket_type = stream
wait= no
user= root
server  = /usr/sbin/sshd
#It's not listed in my /etc/services
port = 22
server_args =  -i
#Allow access from the local network 
only_from   = 172.26.0.5
log_on_failure = ATTEMPT HOST RECORD


}




Any help will be appreciated.

Josep



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Tools for scan logs

2002-12-06 Thread Josep M.

This tool seems me very interesting,thanks for the tip!

Josep

Begin of Quote Rechenberg, Andrew :

>You could check out the IPTables log analyzer.  You need MySQL, but
>that's fairly simple to setup.
>
>The log analyzer creates a really nice PHP web page that will display
>you iptables logs and you can sort them, filter them.  It's really quite
>nice.
>
>Check it out at http://www.gege.org/iptables/
>
>Not ascii, but much better IMHO.
>
>Regards,
>Andy.
>
>-Original Message-
>From: Josep M. [mailto:[EMAIL PROTECTED]] 
>Sent: Thursday, December 05, 2002 12:27 PM
>To: [EMAIL PROTECTED]
>Subject: Tools for scan logs
>
>
>Hello.
>
>I developed my own iptables firewall script,runs well,and i put an
>option for
>block hosts from a file,for this i would like know if there is any tool
>for scan log and
>put these ips in a ascii file.I use Rh8.0+Iptables
>
>Thanks
>Josep
>
>
>
>
>
>-- 
>redhat-list mailing list
>unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
>https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
>
>-- 
>redhat-list mailing list
>unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
>https://listman.redhat.com/mailman/listinfo/redhat-list 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Tools for scan logs

2002-12-06 Thread Josep M.

Thanks for the advice,nice tool,i will put maybe for prevent port scanners and some 
scripot kiddies.

Begin of Quote Rick Johnson :
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>Josep M. wrote:
>| Hello.
>|
>| I developed my own iptables firewall script,runs well,and i put an
>option for
>| block hosts from a file,for this i would like know if there is any
>tool for scan log and
>| put these ips in a ascii file.I use Rh8.0+Iptables
>
>Closest thing I could think of would be portsentry but that's for port
>scans. It has the ability to iptable (whichever command you desire)
>offending users upon a positive trigger.
>
>- -Rick
>- --
>Rick Johnson, RHCE - [EMAIL PROTECTED]
>Linux/WAN Administrator - Medata, Inc. (from home)
>PGP Key: https://mail.medata.com/pgp/rjohnson.asc
>-BEGIN PGP SIGNATURE-
>Version: GnuPG v1.2.1 (MingW32)
>Comment: Signed/Encrpyted for your protection
>
>iD8DBQE9747WIgQdhlSHZgMRAjeUAKDvANDhSAdxCYW7u5VwqtZicrabwQCglcjP
>Occf65uf5Br1+YzBL4ZRxbg=
>=MVT5
>-END PGP SIGNATURE-
>
>
>
>
>-- 
>redhat-list mailing list
>unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
>https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Grub Config

2002-12-06 Thread Vano Beridze
Hello
I have Redhat80 AMD Athlon XP 1800+

I wonder if there is a utility for configuring grub. (lazy to do it by hand)
I just want to add an entry for windows

Tnanks



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: port 80 problem

2002-12-06 Thread Lisa
Thanks for that information. I  have got confirmation from the ISP that they
have blocked port 80.

Regards
Lisa
- Original Message -
From: "Lawrence Houston" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 05, 2002 6:08 PM
Subject: Re: port 80 problem


> Lisa:
>
> On Thu, 5 Dec 2002, Lisa wrote:
>
> > I did get it to work when I had apache listening on port 9000, but I
> > don't want external & internal users to have to put the port number in.
>
> As Tom Eastep already said: check whether your provider is blocking Port
> 80, which many are still doing following that rash of WORMs which were
> wasting bandwidth scanning Port 80 for exploitable IIS running on Windows
> BOXes!!!  I have seen at least one Dynamic DNS Service (Deerfield) which
> offered redirection on www.hostname.domain (allowing one to "hide" port
> redirection), otherwise you will have to include the Port Number within
> your URL...
>
> Lawrence Houston  -  ([EMAIL PROTECTED])
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
> **NOTE**
> Privileged/Confidential Information may be contained in this message.
>
> If you are not the addressee indicated in this message (or responsible for
delivery of the message to such person), you may not copy or deliver this
message to anyone.
> In such case, you should destroy this message and kindly notify the sender
> by reply email. Please advise  immediately if you or your employer does
not consent to Internet email for messages of this kind.  Opinions,
conclusions and other information in this message that do not relate to the
official business of my firm shall be understood as neither given nor
endorsed by it.


This E-mail and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they   
are addressed. If you have received this E-mail in error please notify us immediately 
and delete this E-mail from your system. Thank you.
It is possible for data transmitted by email to be deliberately or
accidentally corrupted or intercepted. For this reason, where the
communication is by E-mail, the Big Picture Group does not accept 
any responsibility for any breach of confidence which may arise through the use of 
this medium.
Opinions, conclusions and other information in this message that do not relate to the 
official business of Big Picture Group shall be understood as neither given nor 
endorsed by it.
This footnote also confirms that this email message has been swept for the presence of 
known computer viruses.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: up2date for stand-alone system?

2002-12-06 Thread Will Mc Donald
Assuming all the current errata are on your CD you should be able to just cd to where 
the errata are and...

# rpm -Fvh *.rpm 

... and this should upgrade/freshen *only* installed packages. There may be one or two 
dependencies that require sorting out by hand but shouldn't be too tricky.

Will.

- Original Message - 
From: "Ruff Scott M DLVA" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 06, 2002 2:53 PM
Subject: up2date for stand-alone system?


> Good day,
> 
> I'm building a RH 7.2 system (legacy app requires this version) on a 686
> platform and need to add all applicable RPMs.  This system is stand-alone,
> thus, it cannot connect to RHN.  I have a CD with all the 7.2 erratta, but
> have not found a good method of deciphering what order to install them.  Is
> there a way I can run up2date on this stand-alone machine, or does someone
> have another method to install RPMs in bulk that might work in this case?
> 
> Thanks very much for any/all suggestions.
> 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



up2date on a stand-alone machine?

2002-12-06 Thread Ruff Scott M DLVA
Good day,

I'm building a RH 7.2 system (legacy app requires this version) on a 686
platform and need to add all applicable RPMs.  This system is stand-alone,
thus, it cannot connect to RHN.  I have a CD with all the 7.2 erratta, but
have not found a good method of deciphering what order to install them.  Is
there a way I can run up2date on this stand-alone machine, or does someone
have another method to install RPMs in bulk that might work in this case?

Thanks very much for any/all suggestions.

Scott



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Problem with system time

2002-12-06 Thread PACAUD Safia
Hi

Do not forget to add a script at the time of the init server, as like this:

   #!/bin/bash

/sbin/hwclock --systohc --utc 
 

By
 
 

Sincères salutations

Safia Pacaud 
Data Center ITS-OS
Ingénieur Systèmes

Tél  :   33(0)1.49.22.85.58
Mobile:  33(0)6.11.69.05.41 
Fax  :   33(0)1.49.22.44.54
mailto:[EMAIL PROTECTED]

   SIEMENS
Siemens Business Services 
Adresse postale :
9, rue du Docteur Finot 
F-93 527 SAINT-DENIS Cedex 2
Adresse bureau :
39-47, boulevard Ornano 
F-93 527 SAINT-DENIS Cedex 2 



-Message d'origine-
De : Will Mc Donald [mailto:[EMAIL PROTECTED]]
Envoyé : vendredi 6 décembre 2002 15:26
À : [EMAIL PROTECTED]
Objet : Re: Problem with system time


Running...

# hwclock --systohc

... will set the hardware BIOS clock to whatever the the system time is.
Assuming your motherboard battery's got charge this should maintain time for
you.

Will.

- Original Message - 
From: "Darryl Darling" <[EMAIL PROTECTED]>
To: "redhat-list" <[EMAIL PROTECTED]>
Sent: Friday, December 06, 2002 2:25 PM
Subject: Problem with system time


> Hello,
> 
> Anybody know what I have to do to get my system time to stay set.  I 
> setup my system time to use a time server but determined that it was not 
> practicle for use on my laptop.  Ever since I have stopped using the 
> time server settting I cannot keep accurate time on my system.  I set it 
> and when I reboot the settings are not the same.  Each time I reboot I 
> get a different system time.  
> 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



up2date for stand-alone system?

2002-12-06 Thread Ruff Scott M DLVA
Good day,

I'm building a RH 7.2 system (legacy app requires this version) on a 686
platform and need to add all applicable RPMs.  This system is stand-alone,
thus, it cannot connect to RHN.  I have a CD with all the 7.2 erratta, but
have not found a good method of deciphering what order to install them.  Is
there a way I can run up2date on this stand-alone machine, or does someone
have another method to install RPMs in bulk that might work in this case?

Thanks very much for any/all suggestions.

Scott



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RH8.0 Apache file upload limit

2002-12-06 Thread Rick Johnson
On Fri, 2002-12-06 at 05:27, Colin Coles wrote:
> Hi All,
>  I seem to be able to change it downwardly with LimitRequestBody directive, 
> but there seems to be an upper limit of 524288 set elsewhere, any ideas on 
> how to increase this? It didn't seem to be a problem in RH7.2.

This one frustrated me for about a day.

/etc/httpd/conf.d/php.conf  - you'll find it plain as day. I had to dig
through the source code to figure out where the directive was coming
from, then finally did a grep -r on /etc until it showed up. 

I'm assuming you already modified your php.ini

HTH,
-Rick

-- 
Rick Johnson, RHCE - [EMAIL PROTECTED] (from home)
Linux/WAN Administrator - Medata, Inc.
PGP Key: https://mail.medata.com/pgp/rjohnson.asc



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



problems with licq after an up2date

2002-12-06 Thread Martín Marqués
After I made an up2date (yesterday), upgrading all my system, I can't get
licq to work. In the update where all the qt and kde packages.

Isn't there an update for licq? Shouldn't there be one?

Saludos... :-)

Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-
Martín Marqués  |[EMAIL PROTECTED]
Programador, Administrador, DBA |   Centro de Telematica
   Universidad Nacional
del Litoral
-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Problem with system time

2002-12-06 Thread Will Mc Donald
Running...

# hwclock --systohc

... will set the hardware BIOS clock to whatever the the system time is. Assuming your 
motherboard battery's got charge this should maintain time for you.

Will.

- Original Message - 
From: "Darryl Darling" <[EMAIL PROTECTED]>
To: "redhat-list" <[EMAIL PROTECTED]>
Sent: Friday, December 06, 2002 2:25 PM
Subject: Problem with system time


> Hello,
> 
> Anybody know what I have to do to get my system time to stay set.  I 
> setup my system time to use a time server but determined that it was not 
> practicle for use on my laptop.  Ever since I have stopped using the 
> time server settting I cannot keep accurate time on my system.  I set it 
> and when I reboot the settings are not the same.  Each time I reboot I 
> get a different system time.  
> 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Problem with system time

2002-12-06 Thread Steven G. Taylor
To set the current time without using ntpd you can do this:


example: ntpdate clock.psu.edu

Then to save that into your bios clock you need to do this:


That will save it to bios so your time will be correct after rebooting.


On Fri, 2002-12-06 at 09:25, Darryl Darling wrote:
> Hello,
> 
> Anybody know what I have to do to get my system time to stay set.  I 
> setup my system time to use a time server but determined that it was not 
> practicle for use on my laptop.  Ever since I have stopped using the 
> time server settting I cannot keep accurate time on my system.  I set it 
> and when I reboot the settings are not the same.  Each time I reboot I 
> get a different system time.  
> 
> Thanks
> Darryl
> 
-- 

-<>-<>-<>-<>-<>-<>-<>-<>-<> Red Hat Inc. <>-<>-<>-<>-<>-<>-<>-<>-<>-
 Steven G. Taylor, RHCE Global Support Services
 Senior Technical Engineer  1801 Varsity Drive  
 "Esclation Overlord"   Raleigh, NC  27606
-<>-<>-<>-<>-<>-<>-<>-<>-<  919-754-3700  >-<>-<>-<>-<>-<>-<>-<>-<>-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Problem with system time

2002-12-06 Thread Teodor Georgiev

why don't you see in your BIOS?

- Original Message - 
From: "Darryl Darling" <[EMAIL PROTECTED]>
To: "redhat-list" <[EMAIL PROTECTED]>
Sent: Friday, December 06, 2002 4:25 PM
Subject: Problem with system time


> Hello,
> 
> Anybody know what I have to do to get my system time to stay set.  I 
> setup my system time to use a time server but determined that it was not 
> practicle for use on my laptop.  Ever since I have stopped using the 
> time server settting I cannot keep accurate time on my system.  I set it 
> and when I reboot the settings are not the same.  Each time I reboot I 
> get a different system time.  
> 
> Thanks
> Darryl
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



NFS error, please help

2002-12-06 Thread João Borsoi
I'm trying to setup te firewall in one of my office's machine and I'm
having a strange error. When I start nfs it says:


Starting NFS services: [  OK  ]
Starting NFS quotas:   [  OK  ]
Starting NFS mountd:   [  OK  ]
Starting NFS daemon: nfssvc: Address already in use
   [FAILED]

I made the same setup on other two machines and got no problems. What
does nfssvc means?

I'm using RH 7.3 in all machines. I've set up hosts.allow, hosts.deny
and exports.I've started portmap and nfslock before starting nfs.

Thanks,
Joao.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



  1   2   >