Re: Xconfigurator ncurses

2002-12-10 Thread James Olin Oden
 
 Em Qua 04 Dez 2002 04:48, John escreveu:
  On Wed, 4 Dec 2002, Carlos wrote:
   I was thinking about writing a application like Xconfigurator using
   ncurses. What do you think?
 
  Why?
 
 
 It is hard to find documentation about newt.  Ncurses is mored documented and 
 used. Also ncurses is defined in LSB .
 

Just look in /usr/share/doc/newt-devel*/tutorial.sgml.  What I wish I knew 
was how to turn that into HTML or plain text.

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



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



Re: Xconfigurator ncurses

2002-12-10 Thread Riku Meskanen
Hi James,

On Tue, 10 Dec 2002, James Olin Oden wrote:
 
  Em Qua 04 Dez 2002 04:48, John escreveu:
 
  It is hard to find documentation about newt.  Ncurses is mored documented and
  used. Also ncurses is defined in LSB .
 
 
 Just look in /usr/share/doc/newt-devel*/tutorial.sgml.  What I wish I knew
 was how to turn that into HTML or plain text.

How about DocBook¹ utilities? Try

$ docbook2txt tutorial.sgml

or if you would like pdf, html, tex or few others
you have the tools in same package.

¹) Check http://www.docbook.org/ too and linuxdoc-tools
   package if you need converters for linuxdoc DTD tools.

HTH,

:-) riku

-- 
[ This .signature intentionally left blank ]



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



Re: Xconfigurator ncurses

2002-12-10 Thread James Olin Oden
 
 Hi James,
 
 On Tue, 10 Dec 2002, James Olin Oden wrote:
  
   Em Qua 04 Dez 2002 04:48, John escreveu:
  
   It is hard to find documentation about newt.  Ncurses is mored documented and
   used. Also ncurses is defined in LSB .
  
  
  Just look in /usr/share/doc/newt-devel*/tutorial.sgml.  What I wish I knew
  was how to turn that into HTML or plain text.
 
 How about DocBook¹ utilities? Try
 
 $ docbook2txt tutorial.sgml

Thanks immensely.  The mental sgml parser was getting tiresome...james 



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



Re: Installing Win98 on a linux box

2002-12-10 Thread Irvine Russell
Thierry ITTY kirjoitti 10.12.2002 kello 10:00:
  I've got to do some develompnet for a USB solution,  my Windows
 machine's USB stuff doesn't seem to be working.  Is it possible for
 me to install Win98 on my linux server, such that I can occasionally
 take it down  do development work on it?  I recall from days of old,
 that Windows had to be on the 1st hard disk, preferably on the 1st
 partition.  Is that still the case?  I dunno is I have much free
 space on the 1st HD, but maybe I can make something work.  How do I
 go about changing partition sizes  whatnot?

Hei

How much space is not much. I suppose that one thing you should find out
is how much space you need for win98.

If I were in your position I would download and use some parted root/boot disks.
(note your linux should include parted but I always use the boot/root disk version)

ftp://ftp.gnu.org/gnu/parted/bootdisk/partboot.img
ftp://ftp.gnu.org/gnu/parted/bootdisk/partroot.img

Read a little about parted:

http://www.cs.mu.oz.au/~aclausen/parted-talk/

I would then boot with parted and change the partitions on your disk to make space for 
win 98.

Install win 98 in the newly created partition. 

Reboot with parted. 

mount the partion that contains your linux installation and the /boot directory if you 
have 
the boot stuff in a separate partition.

chroot /DIRECTORY_LINUX_MOUNTED_ON   /bin/bash

then fiddle with grub or lilo so that they can boot the win98.
   
umount the linux partition.

control-d to leave the chroot environment.

Reboot and you should be able to see win98 as a choice in lilo or grub.

Take your time and make sure that you feel confident about what you are doing b4 you 
start.

No doubt others will suggest other methods. Read those suggestions b4 you go on as
this is one way to do what you want - not the only or best.

t.irvine


Maksuton sähköposti aina käytössä http://luukku.com
Kuukausimaksuton MTV3 Internet-liittymä www.mtv3.fi/liittyma



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



Re: Compiling 2.4.18 kernel - missing module-info file?

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

On Mon, 09 Dec 2002 08:50:32 -0800, Jeff Davis wrote:

 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?

No. The module-info file is only for your Linux distributor's
installation and hardware configuration utilities which maintain
kernel driver entries in /etc/modules.conf. The file is not created
when building a kernel from source.

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

iD8DBQE99an/0iMVcrivHFQRApZnAJ95G49m8P3aZyVgTFErL/qUve2r0wCdHfyH
Y63axYK4TVgsRa/AqpGQhyE=
=517z
-END PGP SIGNATURE-



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



Re: FTP trouble at the iptables firewall of the Redhat Linux.

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

On Mon, 9 Dec 2002 10:02:33 +0900, Rai Ou wrote:

 My gateway(firewall) is Redhat Linux 7.1 and I can only get 1 dynamic
 ip from my provider.
 So I create the IP-MASQURADE using iptables for my home-lan.
 
 My target is creating a FTP server at one of my home-lan
 machine(Redhat 7.2). but now
 I found it can be run as a FTP client but can't be run as a FTP server
 for the Data Connection Error.
 
 I know the FTP protocol need 2 connections (Control connectin  Data
 connection)

Well, if you know that, here's food for thought without analyzing
your set of rules in depth:

  $ getent services ftp-data ftp 
  ftp-data  20/tcp
  ftp   21/tcp

 so I loaded this
 modules at my firewall linux box:
 -
 ---
 ip_nat_irc  4320   0  (unused)
 ip_nat_ftp  3760   0  (unused)
 ip_conntrack_irc 3040   0  (unused)
 ip_conntrack_ftp 2480   0  (unused)
 ipt_MASQUERADE 1712   1  (autoclean)
 ipt_state 1200   3  (autoclean)
 iptable_nat  16160   2  (autoclean) [ip_nat_irc ip_nat_ftp
 ipt_MASQUERADE]
 ip_conntrack   15824   4  (autoclean) [ip_nat_irc ip_nat_ftp
 ip_conntrack_irc ip_conntrack_ftp 
  ipt_MASQUERADE ipt_state iptable_nat]
 iptable_filter 2304   0  (autoclean) (unused)
 ip_tables 11072   6  [ipt_MASQUERADE ipt_state iptable_nat
 iptable_filter]
 -
 ---
 
 and let me attache my firewall setting here:
 #---
 # default INPUT/FORWARD policy
 #---
 iptables -P INPUT DROP
 iptables -P FORWARD DROP
 #-
 # clear the chains
 #-
 iptables -F
 iptables -F -t nat
 iptables -X
 iptables -X -t nat
 #-
 # make rule  chains
 #-
 # Difene the default INPUT/FORWARD rule.
 iptables -N default
 iptables -A default -m state --state ESTABLISHED,RELATED -j ACCEPT
 iptables -A default -m state --state NEW -i eth0 -j ACCEPT
 iptables -A default -m state --state NEW -i ! eth0 -j ACCEPT
 iptables -A default -j DROP
 # Use the defaule rule to the INPUT/FORWARD chains.
 iptables -A INPUT -j default
 iptables -A FORWARD -j default
 
 # Defile the pass chain and insert it to the FORWARD.
 # - telnet -
 iptables -t nat -A PREROUTING -i eth0 -d 219.105.XXX.XXX -p tcp
 --dport 10023 
   -j DNAT --to 192.168.0.128:23
 # - ftp -
 iptables -t nat -A PREROUTING -i eth0 -d 219.105.XXX.XXX -p tcp
 --dport 10021 
   -j DNAT --to 192.168.0.128:21
 iptables -N pass
 iptables -A pass -d 192.168.0.128 -p tcp --dport 23 -j ACCEPT
 iptables -A pass -d 192.168.0.128 -p tcp --dport 21 -j ACCEPT
 iptables -I FORWARD 1 -j pass
 
 # Using the ipMASQUERADE at the POSTROUTING chain.
 iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
 
 
 
 Now I want to know the reason of why I can't make the FTP data
 connection from
 the home-lan. or.. maybe it is the Impossible mission ???

See above.

Btw, re-posting a message to a mailing-list after 24 hours is a bad
habit. If you haven't got an answer after a week, consider making
your message more clear.

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

iD8DBQE99az40iMVcrivHFQRAk+FAJsH7hfcGlQqAeJMBtgEl7SbCOSKugCeNsE6
120Z28esfcfvRMZJbcFLedU=
=4pl0
-END PGP SIGNATURE-



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



Re: GRC Port Scan Question/IPTables

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

On Mon, 9 Dec 2002 22:02:57 -0500, Michael Fratoni wrote:

 On Monday 09 December 2002 09:35 pm, Jeff Stillwall wrote:
 
  I just replaced a commercial firewall with a RH 7.3 machine running
  IPTables.  Several non-IT employees found comfort in running
  Gibson's port scan (http://www.grc.com).  With the old firewall in
  place, a port scan showed all ports as 'stealth' (besides 80 which
  is forwarded to another machine).
 
 If your firewall is refusing the connections, the scanner will show
 closed ports. If the rules instead drop the packets, the ports will
 show up as stealth.
 
 Try changing the firewall rules policy from REJECT to DROP
 Note that dropping ident requests can result in causing connection
 delays, you may want to reject those requests instead.

Also note that if at least a single port is not stealth, your
whole machine is not stealth either. So, for instance, if you have
the ssh port open and/or reject connections to the identd port and
all other ports DROP packets, an average port scanner detects
presence of your machine already when checking the first well-known
ports. Stealth makes only sense, if *all* ports are stealth. In
other words, forget about that stealth hype when you want a single
port that does not DROP packets. 

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

iD8DBQE99a7m0iMVcrivHFQRAiOyAJ95rJAMr3HkKMm7vKF2y5jsBQ6LNgCdHyjg
H0sqCcwTLvKcdUNVyPRIJJw=
=xR0Z
-END PGP SIGNATURE-



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



USB mouse How to configure? novice need help

2002-12-10 Thread Alex Chooi
Any idea? I am using samsung optical mouse. Thanks you 1st 



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



What I need to do after to update apache 1.xx to 2.0.43?

2002-12-10 Thread Claudio Delgado
Title: Mensaje




Hi to 
everybody!!!

I've updated 1.3.27 
to 2.0.43, the defaul directory is "/usr/local/apache2" and to start the service 
is "/usr/local/apache2/bin/apachectl start". Until here all is correct but if I 
restart the computer, then the apache service is starting, but is the old 
service, the old apache. What command I need to start the new apache when the 
computer restart? A lot of thanks!!!






Re: help with bootable raid

2002-12-10 Thread Bill Dossett
Sorry if I sounded a little aggressive here... it was three
days of frustration and then someone pointing me at promise
disk controllers and I was going way way way down the wrong
route.

Anyway, I think most of what you have said will help...
but...


Samuel Flory wrote:

Bill Dossett wrote:




snip.


If I build my own kernel, then I will continue to have
problems every time I run up2date and I'll have to constantly
build new kernels and while I don't mind building a kernel,
I used to do it all the time, I am trying to make things easier
to maintain around here.. not harder.



 Why do you need to build a custom kernel.  Red Hat always compiles the 
raid driver as a module.  If you install a kernel it should create an 
initrd for you.  (At least it has for me for years.)  Also if you just 
install a kernel instead of upgrading you should still have your old 
config.


If I can't figure out how to get the module loaded ... correctly... via
initrd, which I have tried numerous ways so far and though I see it 
load, I still get the dreaded failure during pivotroot and the system
won't boot.

Basically, I was hoping to write a howto, that would take into account
grub, bootable softare raid, modules and converting from non-raid to
raid without having to reload.

I've worked on this for most of last week and pretty much came up
against the wall that I am apparently not loading up my initrd the
same way that redhat does... so I would really like to know how that
is done... hopefully, I can write some documentation about it then,
which I am fairly good at.



Can anyone point me in the right direction to any documents about
how to do this?




Look and the linux documentation project.



And secondly   is there any further info on bootable sofware
raid and what I do if one of the disk fails?  I pulled one of the
disks the other day while the system was powered down, and it wouldn't
boot at all while it was out... that certainly is _not_ the way
my hardware RAID systems work.  I am using the GRUB boot loader
and I assumed that each disk was bootable, but no go here, I had
to put the disk back in before it would boot up again..  if they
are going to offer us software raid, then I think they should follow
thru and tell us how to use it. 



 On older releases of Redhat lilo/grub was installed on only the 1st 
drive.  You can manually install lilo on both disks fairly easily.  (I 
don't use grub.)


So... why, then, does the Redhat install default to grub, when I am
doing a bootable software raid install?  Seems a bit silly to load up a 
system that won't work... with no suggestions etc on how to fix it.


Thanks, I'm afraid I'm getting a little disillusioned with RedHat these
days... seems like there is the Linux way of doing things and the Redhat
way of doing things and they are getting further apart all the time, and
as that happens, I wonder more and more about hitching my horse to the
Redhat wagon or not...


Bill Dossett















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



Re: In need of a UPS

2002-12-10 Thread fred smith
On Mon, Dec 09, 2002 at 11:47:10PM -0500, Brian Ashe wrote:
 Hello Daevid,
 

I don't mean to refute those who say APC makes good UPSes,... I haven't
used that brand.

However, I DO have two Tripplite units here, and they also both work just
fine. The software they provide does work with Linux and several flavors
of Unix. They have opened the source to their software so you could
download the source from their site and build it yourself if you wished.

 Monday, December 9, 2002, 12:29:30 AM, you textually orated:
 
 DV The battery light on my UPS is on now all the time. It's fairly old and
 DV I think it's time I got rid of it.
 
 DV First, where do I go to throw out a UPS? I can't imagine it's good to
 DV just chuck it out with the garbage... I would think it needs recycling
 DV or containment or something.
 
 DV Secondly, can anyone suggest a (cheap) UPS that will work with RedHat
 DV 8.0 relatively painlessly? I really only just need this to shutdown
 DV gracefully when appropriate (so I don't need it to power my monitor or
 DV speakers or any extra crap either). Otherwise, I really don't care about
 DV any bells and whistles, unless they're free. I don't want to have to
 DV make a custom cable or anything funky either. I want to be able to
 DV purchase the parts, plug them in, run some .rpm or install.sh or
 DV something and be good to go.
 
 This has been an excellent brand of UPS for me. It has been reliable,
 installs EASY, uses a web based front end using SysV style init scripts to
 start/stop, includes cabling.
 http://www.minutemanups.com/
 
 Have fun,
 -- 
 _
  Brian Ashe CTO
  [EMAIL PROTECTED]  Dee-Web Software Services, LLC.
  http://www.dee-web.com/
 -
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
 Fred Smith -- [EMAIL PROTECTED] -
The Lord is like a strong tower. 
 Those who do what is right can run to him for safety.
--- Proverbs 18:10 (niv) -



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



RE: Possible: Painless switch of hard drive to new box?

2002-12-10 Thread Chris Mason
You can use mondo rescue to mirror the drive to CDs, then restore. The
drivers are mostly in the kernel or modules for the kernel so unless you
have non-compatible hardware, it should just boot and work.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Ryan
Sent: Tuesday, December 10, 2002 3:14 AM
To: [EMAIL PROTECTED]
Subject: Possible: Painless switch of hard drive to new box?


I've got hundred of hours invested into my redhat 7.3 box software 
configuration, but I'd like to move the system to a faster CPU, hard
drive, 
etc.  My problem is that I would like to maintain all the following
during 
the switch:

installed software
software configuration changes
various permissions, links, etc. on files
procmail rules
sendmail configuration
MailScanner modifications
Numerous VNC entries
ntsysv, xinetd settings
log files
user's files
mail spools
kernel, up2date updates
(basically the whole system!)

Does anyone have experience doing this type of thing easily?  I don't 
suppose simply mirroring the hard drive onto the one in a new system
would 
be proper:  the kernel, network card, video card, motherboard, etc.
drivers 
wouldn't be correct!

Couldn't find much on google about this, but I'm sure it's been done!

Any tips or pointers to a howto?

Thanks much!

Ryan



-- 
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: How to enter single-user mode from Grum

2002-12-10 Thread cotty
I believe you are talking about GRUB 
Well on the boot menu, you press e key to edit the entry, then you move
down on the long line with kernel, press e key  again, and at the end of
the line you add the word single.
The press Enter, and b to boot the entry.

On Tue, 10 Dec 2002, Roger wrote:

 
 Hi
 
 My question is as the topic, I am running RH8 box. 
 Thanks in advance
 
 R
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 a
href=http://mail.cotty.info/jump/https://listman.redhat.com/mailman/listinfo/redhat-list;https://listman.redhat.com/mailman/listinfo/redhat-list/a



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



Re: launching additional X sessions?

2002-12-10 Thread gregory mott
On Mon, 2002-12-09 at 16:28, ABrady wrote:
 On 09 Dec 2002 15:38:41, gregory mott wrote:
  how do i allow non-root users to launch an additional X session in a
  virtual terminal?  (rh7.3)
  
  root can do it like so:
  xinit /usr/bin/gnome-session -- :1
  
  but if any other user tries, she gets:
  Fatal server error:
  PAM authentication failed, cannot start X server.
  Perhaps you do not have console ownership?
 
 startx -- :1
 Works here.

well, here, that works for root, but not others.
what might be wrong?



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



upgrade to RH8.0

2002-12-10 Thread dc


I upgrade my RH7.3 to 8.0 and my gnome session look now pretty 
bad. It seems be a font problem because I could'n see any text, but 
anything else work good.
What's my problem? Forgot a package? 

dc



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



Re: GRC Port Scan Question/IPTables

2002-12-10 Thread Jeff Stillwall
Thanks to everyone to suggested rejecting packets instead of dropping them.
I should be able to make that change soon, and I'll let you know if it
helped.  Thank you!
-- 
Jeff Stillwall
[EMAIL PROTECTED]



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



Re: Possible: Painless switch of hard drive to new box?

2002-12-10 Thread T. Ribbrock
On Tue, Dec 10, 2002 at 07:14:03AM +, Ryan wrote:
 I've got hundred of hours invested into my redhat 7.3 box software 
 configuration, but I'd like to move the system to a faster CPU, hard drive, 
 etc.  My problem is that I would like to maintain all the following during 
 the switch:
[...]

While keeping the hard drives, I've done this a couple of times, with
varying systems. I usually swapped the mobo and/or CPU, then rebooted.
No problem. I even moved the harddrives to a different case (AT -
ATX) with new everything (except SCSI controller and video card).
Two things to keep in mind, though: If you're using a customized
kernel (i.e. one you compiled yourself), it's probably a good idea to
have a standard Red Hat one around as well, unless you *know* that
your customized kernel supports all of the new hardware as well.
It's also a good idea to have a boot floppy around - I've had one
occasion where the new SCSI controller seemingly returned slightly
different values, causing LILO to fail. I think that Grub is a bit
more tolerant there.

It gets a bit more tricky when changing the hard drive itself, but
even that can be done. I usually install the new drive(s) in addition
to the existing one(s), making certain that the new ones come *after*
the old ones (Examples: For EIDE, if you already have hda, make the new one
hdb or hdc. For SCSI: If you have sda and sdb already, make the new
one sdc). I then partition the new drive(s) using fdisk, then format
them (mkfs and mkswap). Then I mount them somewhere on the existing
filesystem and copy all the stuff from the old system. A few points to
observe:

- I recommend to copy /home and /var in single user mode,
  prefereably as the last step. That way you're certain to have all
  changes included.
- I usually take care not to copy the lost+found directories - the new
  partitions will already have them and they will be the right size.
  If you overwrite them with old ones, that might not be the case.
  I usually rename or remove the ones on the old partitions (depending
  what I'm going to do with those partitions later).
- Do *not* copy /proc - just make an empty proc directory on the new
  / partition.
- Make sure you don't copy across mount points. Example: If you have
  separate /usr and /usr/local partitions on both the old system and
  the new system (I usually do), if you were to do 'cp -a /usr
  /NEW_ROOT', you would copy the whole /usr/local onto /NEW_ROOT/usr as
  well. This is not what you want - you want /usr/local to end up on
  its own, new partition. The best way around that is to mount all new
  partitions in place, e.g. mount /NEW_ROOT/usr, then make a new
  directory /NEW_ROOT/usr/local and mount the new /usr/local partition
  there. Now you can copy the whole /usr in one go and everything will
  end up where it belongs.
  Note that this will depend entirely on how you want the system to be
  laid out - the above is just an example.
- Once you have copied everything, make sure you adapt
  /NEW_ROOT/etc/fstab to reflect the new mount points (in case they're
  different from the old system). Keep in mind that you'll be moving
  the drives (e.g. what's now sdc (new drive) will become sda later).

After you've done all that, shut down the machine, move the new drives
into the correct places (EIDE controller, SCSI ID, ...), remove the
old ones and reboot USING A BOOTFLOPPY!!! You will need the boot disk as
you need to reinstall grub or LILO on the new drive.


NOTE: The above is probably not 100% complete - my intention was to
show up a few things that need to be considered. If I missed something
important, hopefully others will fill in...

Cheerio,

Thomas
-- 
-
  Thomas Ribbrockhttp://www.ribbrock.orgICQ#: 15839919
   You have to live on the edge of reality - to make your dreams come true!



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



how about phoenix?

2002-12-10 Thread Kevin MacNeil
On Tue, Dec 10, 2002 at 01:53:36AM +0100, Wolfgang Pfeiffer wrote:
 
 Mozilla has some times a bug or so, and it's probably still not 
 perfect, but in case of problems with a Mozilla.rpm I'd simply try to 
 get the original stuff from mozilla.org ... and in case your machine is 
 faster than the one I was running this browser on ( I have only about 
 366 MHz there) then Mozilla probably will be a good browser ...

Speaking of running on slow machines... I'm using the latest phoenix,
0.5.  It's very fast, even on my 433, and I have not had a single
problem with it.  0.5 is based on a very recent mozilla build, and while
there's no rpm, it's easy to unpack the binary into a directory under
/usr/local and run it from there.  It doesn't stick files anywhere else
on the system, except for the user files at ~/.phoenix.

I had been happily using mozilla since .7 or so, but I never did use the
mail, email, or composer programs.  Phoenix has everything I want and
nothing I don't.



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



Acrobat 5 with RH8.0 won't work

2002-12-10 Thread Roger Harrington
I have downloaded from the Adobe site, linux-506.tar.gz.

It seemed to successfully install into my nominated directory: -
/usr/local/Acrobat5; well, I didn't see any error messages generated!

On running it by typing acroread, I get after a couple of seconds, 
Warning : charset UTF-8 not supported, using ISO8859-1

After a couple more seconds I get the word , Aborted appear.

I have copied the tgz file from another site, done a compare of the
two files and there is no error, so my source data seems ok.

Can someone spoonfeed me on how to get Acrobat working?

TIA


Roger




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



Re: Installation of redhat 8.0 fails on

2002-12-10 Thread Freerk J. Bosscha
Message-ID: [EMAIL PROTECTED]
Priority: NORMAL
X-Mailer: Execmail for Win32 5.1.1 Build (10) 
MIME-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii

I have tried that as well...same result.
I believe to think this problem is related to a multiprocessor board 
with only one processor on board ?!?!


On 09 Dec 2002 16:14:38 -0500 Ben Russo [EMAIL PROTECTED] wrote:

 I think this will require an expert --noprobe install command
 and then you will have to specify your SCSI driver manually.
 
 On Mon, 2002-12-09 at 15:28, Freerk J. Bosscha wrote:
  I have tried to upgrade my 7.3 linux version to 8.0 but this failed:
  
  system: ASUS CUV4X-DLS BIOS 1007
  one cpu
  2 scsi disks
  866 Mhz 
  
  controller: ADAPTEC AHA2940 Ultra/UltraW  bios 1.23S3
  
  Message:
  enabled ExtINT on CPU#0
  ESR value before enabling vector: 0004
  ESR value after enabling vector: 
  ENABLING IO-APIC IRQs
  setting 2 in the phys_id_present_map
  ...changing IO_APIC physical APIC ID to 2 ... ok
  ..TIMER: vector=0x31 pin1=2 pin2=0
  
  After this the system hang
  
  Any suggestions what to do to make this upgrade works fine...
  
  Thanks in advance   
  
  -- 
  Freerk J. Bosscha
  
  Networkadministrator
  Noordelijke Hogeschool Leeuwarden
  Tesselschadestraat 12
  8913 HB  Leeuwarden
  The Netherlands
  
  Phone : xx-31-(0)58 2961 435
  after 01/01/2003 
  xx-31-(0)58 2961 875
  
  fax   : xx-31-(0)58 2961 466
  Mobile: xx-31-(0)6 231 28 068
  e-mail: [EMAIL PROTECTED]
  url   : http://www.fac.nhl.nl/~bosscha
  
  
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
Freerk J. Bosscha

Networkadministrator
Noordelijke Hogeschool Leeuwarden
Tesselschadestraat 12
8913 HB  Leeuwarden
The Netherlands

Phone : xx-31-(0)58 2961 435
after 01/01/2003 
xx-31-(0)58 2961 875

fax   : xx-31-(0)58 2961 466
Mobile: xx-31-(0)6 231 28 068
e-mail: [EMAIL PROTECTED]
url   : http://www.fac.nhl.nl/~bosscha



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



Re: help with bootable raid

2002-12-10 Thread Ben Russo

 
 So... why, then, does the Redhat install default to grub, when I am
 doing a bootable software raid install?  Seems a bit silly to load up a 
 system that won't work... with no suggestions etc on how to fix it.
 

Well, I guess that might be a bug, open a bug in RedHat's Bugzilla, 
you might get a free T-shirt out of it.  

But I think that their
answer will be that software RAID is intended to be used as a 
protection against data loss and unscheduled downtime from disk sector
failures during runtime, I don't think that software RAID can be used 
*reliably* for resiliency at boot time because an IDE disk could
fail in such a way that the PC BIOS detects the 1st bootable 
hard disk as present, and having a valid boot sector, but that 
cannot finish the full boot sequence.  

For example, let's say 
that the Head movement arm mechanism breaks so that the upper
cylinder range is unreachable, but the MBR, and the /boot partition
are reachable while the / partition is not.  The PC BIOS would
start the boot, the kernel would load and then panic because
even though it could find the initrd image it couldn't read the
/etc/raidtab file.  Having LILO or GRUB installed on both drives
is not a guarantee, it will only work in some limited circumstances.

Maybe RedHat doesn't offer to set up your box that way is because
they don't want to set false expectations that won't be lived up
to.

If you really want that type of redundancy you may have to go with
a hardware RAID solution.






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



Re: In need of a UPS

2002-12-10 Thread Dave Ihnat
On Tue, Dec 10, 2002 at 06:38:42AM -0500, fred smith wrote:
 I don't mean to refute those who say APC makes good UPSes,... I haven't
 used that brand.

Hmm...I will, and I have.  APC software runs deep-cycles on the
batteries; effectively, the batteries MUST be replaced every two years
in 24x7 service.  Moreover, when an APC battery finally fails, the unit
doesn't just flash a light or indicate the battery's dead--the whole
unit goes dark.

Now the part that's annoyed me.  APC tech support, when contacted,
will ask you to press a couple of buttons, then tell you the unit
needs replacement and offer you an upgrade to a new APC UPS.  This,
in my mind, borders on fraud, and at least is sleazy business practice.

Once I twigged on this, I started keeping an eye on clients.  Numerous
clients had already bought this line and spent, cumulatively, thousands of
unnecessary dollars upgrading to newer UPS systems when all they needed
were new batteries.  I've saved others this expense by recommending
after-market battery replacements.  (Yes, APC's replacement batteries
are more expensive, too.)
-- 
Dave Ihnat
[EMAIL PROTECTED]



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



Re: how about phoenix?

2002-12-10 Thread Johnathan Bailes
On Tue, 2002-12-10 at 07:20, Kevin MacNeil wrote:
 On Tue, Dec 10, 2002 at 01:53:36AM +0100, Wolfgang Pfeiffer wrote:
  
  Mozilla has some times a bug or so, and it's probably still not 
  perfect, but in case of problems with a Mozilla.rpm I'd simply try to 
  get the original stuff from mozilla.org ... and in case your machine is 
  faster than the one I was running this browser on ( I have only about 
  366 MHz there) then Mozilla probably will be a good browser ...
 
 Speaking of running on slow machines... I'm using the latest phoenix,
 0.5.  It's very fast, even on my 433, and I have not had a single
 problem with it.  0.5 is based on a very recent mozilla build, and while
 there's no rpm, it's easy to unpack the binary into a directory under
 /usr/local and run it from there.  It doesn't stick files anywhere else
 on the system, except for the user files at ~/.phoenix.
 
 I had been happily using mozilla since .7 or so, but I never did use the
 mail, email, or composer programs.  Phoenix has everything I want and
 nothing I don't.

There are also an XFT version of phoenix 0.5 available at 

http://phoenix.ragweed.net/download

Java plugin seems to barf though with unresolved symbols though.  

Does regular phoenix work with Java plugin or is it a problem with the
above link's build?  

They have plenty of warnings on the page so use at own risk and such.

It looks pretty though.  

-- 
Johnathan Bailes [EMAIL PROTECTED]



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



Re: launching additional X sessions?

2002-12-10 Thread gregory mott
On Mon, 2002-12-09 at 16:28, ABrady wrote:
 On 09 Dec 2002 15:38:41, gregory mott wrote:
  how do i allow non-root users to launch an additional X session in a
  virtual terminal?  (rh7.3)
  
  root can do it like so:
  xinit /usr/bin/gnome-session -- :1
  
  but if any other user tries, she gets:
  Fatal server error:
  PAM authentication failed, cannot start X server.
  Perhaps you do not have console ownership?
 
 startx -- :1
 Works here.

well, here, that works for root, but not others.
what might be wrong?

i have thus far completely ignored anything to do with PAM.
at install anything re PAM et al was taken as defaulted.
logins via gdm/kdm/ssh/sftp/getty are fine.



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



truetype fonts can slow down system?

2002-12-10 Thread maillist
hi

some time ago a lot of fonts used to slow down windows.
does the same happen with linux (xfs)?

yours
josef




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



Fetchmail and Fetchmailconf

2002-12-10 Thread Awuku Danso
Hi all
Does any anyone know where I can get a fetchmailconf rpm that will work with the 
version of fetchmail (5.9.0-20.i386)
that comes with RedHat 8.0?  I got hold of  Fetchmailconf-5.9.0-20.i386.rpm which 
happens to have the same version number as the mail program itself but it wouldn't run 
after installation. It comes up with the following error message:

   Fetchmailconf-5.9.0-20 requires fetchmail-5.9.0-20

even though the latter is installed. I've also tried to update fetchmail to 5.9.0-21, 
downloaded from the RH site but still no joy. Any ideas about what to do to get 
fetchmailconf to work would be very much appreciated.

Awuku



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



Re: help with bootable raid

2002-12-10 Thread Bill Dossett


Ben Russo wrote:


Well, I guess that might be a bug, open a bug in RedHat's Bugzilla, 
you might get a free T-shirt out of it.  

ok.. I haven't done that before, some morning around 4am when I have
some time to myself, might give it a try ;-)



But I think that their
answer will be that software RAID is intended to be used as a 
protection against data loss and unscheduled downtime from disk sector
failures during runtime, I don't think that software RAID can be used 
*reliably* for resiliency at boot time because an IDE disk could
fail in such a way that the PC BIOS detects the 1st bootable 
hard disk as present, and having a valid boot sector, but that 
cannot finish the full boot sequence.  

I wouldn't use IDE disks in a resiliant system... I'm old school
and nothing but scsi disks on separate scsi controllers for me...
and if one bios doesn't boot, then the next will.. but of course
as you say below, it may only boot part way and that's why this is
just one node in a cluster... so if it goes down and doesn't come
back up cleanly,  the STONITH device gets him anyway and he won't come 
back up. It's really more for complete disk failure so that I don't have 
to rebuild the system which takes a long time, but just shove a new disk 
in and let it rebuild but if I can't get it to boot from the good 
disk... well, I'm really backto where I started.

Anyway, Mr. Flory showed me how to list what is initrd linuxrc file
and I think that's the hacking I needed to be able to see how it 
works...  I hope, though I am still having a lot of trouble getting
grub to boot the system with only the second scsi hard disk installed...
but I imagine I'll get it working at some point.  To be honest, I 
probably should have used lilo, but... for some reason, lilo won't
over write grub in the MBR... I tried installing lilo repeatedly
and grub kept coming up, yes I ran lilo and it didn't complain,
but upon reboot, still get grub ... guess I'll have to fdisk /mbr
it, but everything I read on the grub web site and lilo howtos
says that lilo, should just overwrite grub... go figure.

Thanks again,

Bill




For example, let's say 
that the Head movement arm mechanism breaks so that the upper
cylinder range is unreachable, but the MBR, and the /boot partition
are reachable while the / partition is not.  The PC BIOS would
start the boot, the kernel would load and then panic because
even though it could find the initrd image it couldn't read the
/etc/raidtab file.  Having LILO or GRUB installed on both drives
is not a guarantee, it will only work in some limited circumstances.

Maybe RedHat doesn't offer to set up your box that way is because
they don't want to set false expectations that won't be lived up
to.

If you really want that type of redundancy you may have to go with
a hardware RAID solution.










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



SCSI 320 in RH 8?

2002-12-10 Thread Christopher Henderson
Are any SCSI 320 cards supported in RH 8?  I tried looking in the
hardware compatibility page but navigating that thing is hell.  For what
its worth FreeBSD 4.7 does and Linux usually stays up with *BSD and vice
versa on these kind of things. Thnx folks.

~Christopher



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



Re: FTP trouble at the iptables firewall of the Redhat Linux.

2002-12-10 Thread Ben Russo
Wow, how complicated.

Seems like you could just set your INPUT and FORWARD default policies
to ACCEPT.  I mean you ACCEPT everything NEW, RELATED, ESTABLISHED
both in INPUT, and in FORWARD.

The only thing you are doing is protecting yourself from scans with
invalid TCP/IP flag combinations.

I have never seen .XXX.XXX notation?  Have you tried 219.105.0.0/16
instead?  And I have another question, is eth0 your internet facing
interface?  And is eth1 your internal interface?

You don't need the PASS table or the PASS jump since you are allowing
all forwards anyway.

So what we are left with is:
##
iptables -F
iptables -F -t nat

iptables -t nat -A PREROUTING -i eth0 -d 219.105.0.0/16 -p tcp --dport
10023 -j DNAT --to-destination 192.168.0.128:23

# I am not including the FTP stuff because it won't work the 
#   way you want.

iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o eth0 -j MASQUERADE

iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT


The FTP thing won't work the way you are describing it.  FTP requires 2
tcp connections, and I don't know how that is going to work on
non-standard ports with NAT like this

Anyway, if I were you I wouldn't allow telnet or ftp through from the
internet.  Install SSHD on your box and allow that instead. (set it up
on a non-standard port).

You might already know this, and are just showing an example
But this firewall/router config is really bad security-wise.
If you didn't already know that you should either do a lot of reading
or contact your local LUG group and ask someone to help you set up 
an Internet Firewall/Gateway.


On Mon, 2002-12-09 at 20:15, Rai Ou wrote:
 My gateway(firewall) is Redhat Linux 7.1 and I can only get 1 dynamic ip
 from my provider.
 So I create the IP-MASQURADE using iptables for my home-lan.
 
 My target is creating a FTP server at one of my home-lan machine(Redhat
 7.2). but now
 I found it can be run as a FTP client but can't be run as a FTP server for
 the Data Connection Error.
 
 I know the FTP protocol need 2 connections (Control connectin  Data
 connection) so I loaded this
 modules at my firewall linux box:
 --
 ip_nat_irc  4320   0  (unused)
 ip_nat_ftp  3760   0  (unused)
 ip_conntrack_irc 3040   0  (unused)
 ip_conntrack_ftp 2480   0  (unused)
 ipt_MASQUERADE 1712   1  (autoclean)
 ipt_state 1200   3  (autoclean)
 iptable_nat  16160   2  (autoclean) [ip_nat_irc ip_nat_ftp
 ipt_MASQUERADE]
 ip_conntrack   15824   4  (autoclean) [ip_nat_irc ip_nat_ftp
 ip_conntrack_irc ip_conntrack_ftp 
  ipt_MASQUERADE ipt_state iptable_nat]
 iptable_filter 2304   0  (autoclean) (unused)
 ip_tables 11072   6  [ipt_MASQUERADE ipt_state iptable_nat
 iptable_filter]
 -
 
 and let me attache my firewall setting here:
 #---
 # default INPUT/FORWARD policy
 #---
 iptables -P INPUT DROP
 iptables -P FORWARD DROP
 #-
 # clear the chains
 #-
 iptables -F
 iptables -F -t nat
 iptables -X
 iptables -X -t nat
 #-
 # make rule  chains
 #-
 # Difene the default INPUT/FORWARD rule.
 iptables -N default
 iptables -A default -m state --state ESTABLISHED,RELATED -j ACCEPT
 iptables -A default -m state --state NEW -i eth0 -j ACCEPT
 iptables -A default -m state --state NEW -i ! eth0 -j ACCEPT
 iptables -A default -j DROP
 # Use the defaule rule to the INPUT/FORWARD chains.
 iptables -A INPUT -j default
 iptables -A FORWARD -j default
 
 # Defile the pass chain and insert it to the FORWARD.
 # - telnet -
 iptables -t nat -A PREROUTING -i eth0 -d 219.105.XXX.XXX -p tcp --dport
 10023 
   -j DNAT --to 192.168.0.128:23
 # - ftp -
 iptables -t nat -A PREROUTING -i eth0 -d 219.105.XXX.XXX -p tcp --dport
 10021 
   -j DNAT --to 192.168.0.128:21
 iptables -N pass
 iptables -A pass -d 192.168.0.128 -p tcp --dport 23 -j ACCEPT
 iptables -A pass -d 192.168.0.128 -p tcp --dport 21 -j ACCEPT
 iptables -I FORWARD 1 -j pass
 
 # Using the ipMASQUERADE at the POSTROUTING chain.
 iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
 
 
 
 Now I want to know the reason of why I can't make the FTP data connection to
 the home-lan FTP Server. or.. maybe it is the Impossible mission ???
 
 Rai
 
 
 
 



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



Re: Acrobat 5 with RH8.0 won't work

2002-12-10 Thread Alan Peery
Roger Harrington wrote:


Can someone spoonfeed me on how to get Acrobat working?
 

What locale are you running with?  I live in England with my system set 
accordingly, and one of the latest Mozilla builds reading what appeared 
to be locale information...

I suspect commonality between the two applications on font rendering. 
The Mozilla version was using scaled fonts, and I would think that 
Acrobat would be likely to use the ones built into the X server if they 
were available.

Alan



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


Re: Acrobat 5 with RH8.0 won't work

2002-12-10 Thread Hardy Merrill
Lucky for you, someone I work with just ran into that problem
the other day.  The problem seems to be that Acrobat does not
like the RH8.0 default of UTF-8 - it expects ISO8859-1.  The
way we got around that was to create this alias in .bashrc:

   alias acroread='LANG=en_US.iso885915 /usr/bin/acroread'

This will set the LANG environment variable ***for just this
acroread command***.

HTH.

-- 
Hardy Merrill
Senior Software Engineer
Red Hat, Inc.

Roger Harrington [[EMAIL PROTECTED]] wrote:
 I have downloaded from the Adobe site, linux-506.tar.gz.
 
 It seemed to successfully install into my nominated directory: -
 /usr/local/Acrobat5; well, I didn't see any error messages generated!
 
 On running it by typing acroread, I get after a couple of seconds, 
 Warning : charset UTF-8 not supported, using ISO8859-1
 
 After a couple more seconds I get the word , Aborted appear.
 
 I have copied the tgz file from another site, done a compare of the
 two files and there is no error, so my source data seems ok.
 
 Can someone spoonfeed me on how to get Acrobat working?
 
 TIA
 
 
 Roger



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



zip250

2002-12-10 Thread CM Miller

Acutally I got it to work, horray! 

I went here and got the info: 

http://www.experts-exchange.com/Operating_Systems/Linux/Q_11381978.html

Just added a few modules and away I went. 

thanks

-Chris



The Using a Parallel-Port ZIP Drive section at:

 
http://www.linuxjournal.com/article.php?sid=4586

should resolve your ZIP issues.


  Cheers,

   Tom





=
*
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: launching additional X sessions?

2002-12-10 Thread gregory mott
On Mon, 2002-12-09 at 16:28, ABrady wrote:
 On 09 Dec 2002 15:38:41, gregory mott wrote:
  how do i allow non-root users to launch an additional X session in a
  virtual terminal?  (rh7.3)
  
  root can do it like so:
  xinit /usr/bin/gnome-session -- :1
  
  but if any other user tries, she gets:
  Fatal server error:
  PAM authentication failed, cannot start X server.
  Perhaps you do not have console ownership?
 
 startx -- :1
 Works here.

are you at rh7.3?
here, that works for root, but not others.
last time i knew this to work, i was using rh7.1u2



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



Re: Possible: Painless switch of hard drive to new box?

2002-12-10 Thread mklinke
Ryan,
 
I've used this method with surprising success on linux and windows system 
alike. For example, I have a couple of desktop systems that are clones of my 
laptop.

Boot up both systems with the bootnet.img and use linux rescue at the boot 
prompt. (You'll need a network source for the redhat software)

Proceed to a shell prompt on both systems

On the system you are creating a new drive type:
nc -l -p port | dd of=/dev/hdx
 
On the system you wish to duplicate type:
 dd if=/dev/hdx | nc addr of other machine port as above

That's it in a nutshell but you can find more info by doing a google search 
for the terms clone nc dd


Regards, Mike Klinke



On Wednesday 04 December 2002 09:54, Lars wrote:
 Hi all !

 What would be the easiest way of duplicating a RH 7.2 install on to
 another box complete with configuration and all ?

 Any suggestions is appreciated

 /Lars

On Tuesday 10 December 2002 07:14, Ryan wrote:
 I've got hundred of hours invested into my redhat 7.3 box software
 configuration, but I'd like to move the system to a faster CPU, hard drive,
 etc.  My problem is that I would like to maintain all the following during
 the switch:

 installed software
 software configuration changes
 various permissions, links, etc. on files
 procmail rules
 sendmail configuration
 MailScanner modifications
 Numerous VNC entries
 ntsysv, xinetd settings
 log files
 user's files
 mail spools
 kernel, up2date updates
 (basically the whole system!)

 Does anyone have experience doing this type of thing easily?  I don't
 suppose simply mirroring the hard drive onto the one in a new system would
 be proper:  the kernel, network card, video card, motherboard, etc. drivers
 wouldn't be correct!

 Couldn't find much on google about this, but I'm sure it's been done!

 Any tips or pointers to a howto?

 Thanks much!

 Ryan



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



Apache Config

2002-12-10 Thread Delao, Darryl W

I need to know the best way to configure an apache server to handle roughly
1000 requests at any given time.  I have seen where it is possible to change
some settings, then apache has to be recompiled.  Does anyone know what
these settings are and how to re compile apache?

Thanks!



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



Re: Apache Config

2002-12-10 Thread Rick Johnson
Delao, Darryl W wrote:

I need to know the best way to configure an apache server to handle roughly
1000 requests at any given time.  I have seen where it is possible to change
some settings, then apache has to be recompiled.  Does anyone know what
these settings are and how to re compile apache?


Go search the archives:

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

I posted a fairly detailed list of instructions on how to recompile 
apache to support additional users.

The instructions apply to Apache 2.0 and Red Hat 8.0, however at the 
bottom, I also gave ideas on how to down port it to Apache 1.3.

Enjoy!
-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


Presario 1500 hangs at Partition Check on RH8 install

2002-12-10 Thread idontlikemail
Dear Linux Mentors:

Please help with this issue.  Compaq Presario 1516US laptop hangs at Partition
Check: If anybody in this list have some tips, please help as it is impacting
my paycheck severely.  I need Linux terribly.  Help, Help, Help.  I have been
to Linux on Laptop links and other posts.  No one seems to have Presario 1500.
 Thank you.

Sincerely

Avran



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



Re: Presario 1500 hangs at Partition Check on RH8 install

2002-12-10 Thread Rodolfo Canet-Castelló
El mar, 10-12-2002 a las 16:31, [EMAIL PROTECTED] escribió:
 Dear Linux Mentors:
 
 Please help with this issue.  Compaq Presario 1516US laptop hangs at Partition
 Check: If anybody in this list have some tips, please help as it is impacting
 my paycheck severely.  I need Linux terribly.  Help, Help, Help.  I have been
 to Linux on Laptop links and other posts.  No one seems to have Presario 1500.
  Thank you.
 
 Sincerely
 
 Avran


That happened to me in my desktop. It was a question of installing in
text mode. Just try it, maybe it'll work...


Must go now...
-- 
Rodolfo Canet-Castelló [EMAIL PROTECTED]



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



RH8.0 halts after partition check.

2002-12-10 Thread 2pin



Hello all,

I would happy if anyone has an idea why after installing RH8.0 the machine boots on it's own up until the partition check when it halts after displaying the hda etc. info. I do not think that the problem is with the partitions as I have tried many configurations (the disk was empty). I can boot up using the CD-ROM in rescue mode and it passes the partition check point. My PC has no floppy drive and this seems to be the next thing checked when booting (something is printed about ide floppy in the good case), could it be this that is the problem? 

Thanks in advance.

2Pin (:)

P.S. SUSE 7.3 installs and boots OK, but I don't want to use that at the moment.





Nautilus refuses to load/ can't use gnome

2002-12-10 Thread Jody Cleveland
Hello,

I'm having a problem with redhat 8, where I can't get into gnome at all, I
have to use kde. Here's my problem:

After startx and gnome just starts to load, a dialogue box comes up:

There was an error starting the GNOME Settings Daemon

Some things, such as themes, sounds, or background settings may not work
correctly.

The Settings Daemon restarted too many times.

GNOME will still try to restart the Settings Daemon next time you log in.
[close button]

Then, this box comes up:

Nautilus can't be used now, due to an unexpected error from Bonobo when
attempting to locate the factory. Killing bonobo-activation-server and
restarting Nautilus may help fix the problem.

With that box, each time I click ok, it keeps coming back. I've tried
rebooting, but that doesn't help.

-Jody Cleveland

Winnefox Library System
Computer Support Specialist
[EMAIL PROTECTED]



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



RE: Apache Config

2002-12-10 Thread Delao, Darryl W
Rick,

I found the archive in question, however I'm having a bit of a hard time
understanding it all.  Since I am a newbie to RH/Apache, some of this is
beyond my brain right now.  Hopefully, I can figure it all out.

Thanks!

-Original Message-
From: Rick Johnson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, December 10, 2002 9:25 AM
To: [EMAIL PROTECTED]
Subject: Re: Apache Config

Delao, Darryl W wrote:
 I need to know the best way to configure an apache server to handle
roughly
 1000 requests at any given time.  I have seen where it is possible to
change
 some settings, then apache has to be recompiled.  Does anyone know what
 these settings are and how to re compile apache?

Go search the archives:

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

I posted a fairly detailed list of instructions on how to recompile 
apache to support additional users.

The instructions apply to Apache 2.0 and Red Hat 8.0, however at the 
bottom, I also gave ideas on how to down port it to Apache 1.3.

Enjoy!
-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



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



search for telnet logging

2002-12-10 Thread dbrett
Update

I posted a request looking for a telnet package which would allow me to
log the session.

It was suggested I look at turning logging on in an xterm session.  With
RedHat this capablite is turned off.  I finally had a look at the source
code (I am not a good programmer) and found note saying there is a bug if
this function is turned on.

What I am using in the mean time is script, program which removes some
but not all the ansi codes and awk to remove the extra line feeds.

A lot of work just to get logging, which is available on all other os's

david




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



Re: Acrobat 5 with RH8.0 won't work

2002-12-10 Thread Oeystein Olsen
On Tuesday 10 December 2002 15:41, Hardy Merrill wrote:
 Lucky for you, someone I work with just ran into that problem
 the other day.  The problem seems to be that Acrobat does not
 like the RH8.0 default of UTF-8 - it expects ISO8859-1.  The
 way we got around that was to create this alias in .bashrc:

alias acroread='LANG=en_US.iso885915 /usr/bin/acroread'

 This will set the LANG environment variable ***for just this
 acroread command***.


Or he can do a search on the psyche-list (RedHat 8.0 list). The issue has 
popped up several times. He can either edit the acroread-script or download a 
new binary without the problem. This will work for all users. (Since I don't 
have my linux-box here, I can't be more specific.)
-- 
Øystein Olsen, [EMAIL PROTECTED], http://folk.uio.no/oeysteio
Institute of Theoretical Astrophysics, http://www.astro.uio.no
University of Oslo, Norway



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



Re: help with bootable raid

2002-12-10 Thread Alan Peery
Bill Dossett wrote:


Does anyone from redhat ever hang out on these lists?


Yes, they do--but you'll find them more frequently on the lists for new 
releases (psyche-list right now) than on the main redhat-list.  

Remember that most of the time that the good people at Redhat spend 
replying to these email lists doesn't seem to count to their management 
as real work, so they do it on their own time.  It is a common 
corporate misconception that spending time on supporting a product via 
email lists is a waste of company time, despite the huge leverage effect 
that an email list sized audience gives you.  Unfortunately, Redhat is 
not immune to this misconception...

The above is obviously an outsider's perception of a company's internal 
politics, but it's what I experienced when I was leading a relatively 
large support team for a product with a highly technical user community.


Alan
--
Alan Peery
[EMAIL PROTECTED]




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


Re: Installing Win98 on a linux box

2002-12-10 Thread Reuben D. Budiardja
On Monday 09 December 2002 03:46 pm, Burke, Thomas G. wrote:
 Hey gang,

   I've got to do some develompnet for a USB solution,  my Windows
 machine's USB stuff doesn't seem to be working.  Is it possible for
 me to install Win98 on my linux server, such that I can occasionally
 take it down  do development work on it?  I recall from days of old,
 that Windows had to be on the 1st hard disk, preferably on the 1st
 partition.  Is that still the case?  I dunno is I have much free
 space on the 1st HD, but maybe I can make something work.  How do I
 go about changing partition sizes  whatnot?



I've menaged to install Win98 on a second hard drive before. There is a trick 
that you can do in the LILO config file so that win98 can load, eventhough 
it's in the second hard drive, or not in primary partition.

I don't have it with me now, but if you want to I'll find and send the 
lilo.conf file. I think I still have it somewhere... It's one of those 
handy tricks that I tried to keep.

RDB
-- 
-
/\  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: Misbehaving Linux Routers

2002-12-10 Thread Andy Beal
Login as root and 

# ifconfig

You should see the interfaces eth0 thru eth?

Insure they are sending and receiving packets, if they exist.  
If they don't exist, check your /var/log/boot.log and see why they
didn't initialize.

I've seen some Nics just don't initialize properly on startup even
though the driver loads correctly.  It maybe a certain brand or version
of a nic.

Andy

 [EMAIL PROTECTED] 12/09/02 05:03PM 
Hi,

 I had emailed this problem on the list before but was not able to get
any
positive response. So here I am trying it once again. It is really
driving
me crazy now as I am not able to make any link between the problem and
the
way I solve it.

I have been facing the problem for quite some time. In my private
network,
I have 4 routers. The routers have been configured properly  by
setting the IP addr of the interfaces, gateways where ever neccessary
and
proper subnet mask. When I boot up the routers, I am unable to ping to
any of the routers. I am unable to ping to the default route also.

What happens next is very strange. I open the network configuration
tool,
look up all the setting without modifying any entry. Click on apply
and
then type the command 'service network restart'. Once the network is
restarted, if I try to ping to the any router / default router it
works.

I have checked the network scripts for the interfaces and all the
neccessary interfaces have 'OnBoot=yes'. I have been checking the log
files also. Everything seems normal. I get one warning message

xinetd: warning: cant get client address: Transport endpoint is not
connected

The cables are all connected and are working fine as the green light
is
on.

Any help/advice would be greatly appreciate,

Thanks,
Rahul.



-- 
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: Misbehaving Linux Routers

2002-12-10 Thread Alan Peery
rahul b jain cs student wrote:


What happens next is very strange. I open the network configuration tool,
look up all the setting without modifying any entry. Click on apply and
then type the command 'service network restart'. Once the network is
restarted, if I try to ping to the any router / default router it works.
 

You did *two* things there.  Try just the service command.   If that 
works, check the order of files in /etc/rcN.d, where N is the run level 
from /etc/inittab.  You may have added (or found) a dependency between 
running services that is not properly set up.

Alan

 





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



RE: Mozilla Crashes

2002-12-10 Thread Terry Hobart
No it was just fine. It was for our Search  Rescue group. Free tri-tip 
ham we bring the sides. Didn't want to miss it just to mess with Mozilla
hahaha.

Terry

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Dave Ihnat
Sent: Monday, December 09, 2002 6:15 PM
To: [EMAIL PROTECTED]
Subject: Re: Mozilla Crashes

On Mon, Dec 09, 2002 at 05:01:48PM -0800, Terry Hobart wrote:
 I have a Christmas party to go to now but I will try it first thing
 in the morning (California time).

You're so convinced that it'll be a bad party?
--
Dave Ihnat
[EMAIL PROTECTED]



--
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: Mozilla Crashes

2002-12-10 Thread Terry Hobart
I agree. Tried that (actually deleted the whole thing and started it from
scratch) but it didn't work.  If I login as myself it works fine (hence the
$HOME/.mozilla suspission).
Is a puzzlement.

This morning I am going to go to the mozilla site and get the latest stable
release and see if that fixes it. Otherwise I may try a different browser or
just do my downloads as myself. But this is inconvenient as this is my
server machine and I only download to do maintenance.

Terry

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of David
Sent: Monday, December 09, 2002 5:26 PM
To: [EMAIL PROTECTED]
Subject: Re: Mozilla Crashes

On Mon, 9 Dec 2002, Terry Hobart wrote:
 I have been installing an 8.0 version and Mozilla has been working fine.
It
 was configured as installed from the distribution disks. I tried to use it
 today and it crashed. It comes up, hesitates, flashes the normal redhat
 startup (from the local file) screen and then closes. I tried uninstalling
 and re-installing all the GUI web browsing packages and no joy. Would
 appreciate a suggestion as to where to look.

It's probably a problem with your current mozilla profile.
mv ~/.mozilla ~/.mozilla.old

David.



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



RH8.0 halts after partition check.

2002-12-10 Thread 2pin



Hello all,

I would happy if anyone has an idea why after installing RH8.0 the machine boots on it's own up until the partition check when it halts after displaying the hda etc. info. I do not think that the problem is with the partitions as I have tried many configurations (the disk was empty). I can boot up using the CD-ROM in rescue mode and it passes the partition check point. My PC has no floppy drive and this seems to be the next thing checked when booting (something is printed about ide floppy in the good case), could it be this that is the problem? 

Thanks in advance.

2Pin (:)

P.S. SUSE 7.3 installs and boots OK, but I don't want to use that at the moment.





Re: Presario 1500 hangs at Partition Check on RH8 install

2002-12-10 Thread idontlikemail
I tried that, the text mode, rescue mode etc and nothing works.  I am just so
furstrated.  There must be someone who has had the same issue with the
Presario Laptops.

On Tue, 10 Dec 2002 13:14:09 -0500 Ajith Abraham [EMAIL PROTECTED]
wrote:

 
 - Original Message -
 From: Rodolfo Canet-Castelló 
 To: RedHat 
 Sent: Tuesday, December 10, 2002 10:55 AM
 Subject: Re: Presario 1500 hangs at Partition
 Check on RH8 install
 
 
  El mar, 10-12-2002 a las 16:31,
 [EMAIL PROTECTED] escribió:
   Dear Linux Mentors:
  
   Please help with this issue.  Compaq
 Presario 1516US laptop hangs at
 Partition
   Check: If anybody in this list have some
 tips, please help as it is
 impacting
   my paycheck severely.  I need Linux
 terribly.  Help, Help, Help.  I have
 been
   to Linux on Laptop links and other posts. 
 No one seems to have Presario
 1500.
Thank you.
  
   Sincerely
  
   Avran
 
 
  That happened to me in my desktop. It was a
 question of installing in
  text mode. Just try it, maybe it'll work...
 
 
  Must go now...
  --
  Rodolfo Canet-Castelló 
 
 
 
  --
  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:

2002-12-10 Thread 2pin



Hi Gagman,

Thanks for your reply, I tried to include the boot command "ide=nodma" but with no sucess.

All I get is:

Partition check:
 hda: hda1 hda2 hda3
_

2pin.



   ---Original Message---
   > From: [EMAIL PROTECTED] 
   > Subject: Re:
   > Sent: Dec 10 2002  17:23:33
   >  I had a similar problem with RH7.3 which was caused
   >  when DMA was enabled.  You might want to disable DMA
   >  in the kernel and see if it fixes it.
   >  On Tue, 10 Dec 2002, [EMAIL PROTECTED] wrote:
   >  > Hello all,
   >  >
   >  > I would happy if anyone has an idea why after
   >  > installing RH8.0 the machine
   >  > boots on it's own up until the partition check when it
   >  > halts after
   >  > displaying the hda etc. info. I do not think that the
   >  > problem is with the
   >  > partitions as I have tried many configurations (the
   >  > disk was empty). I can
   >  > boot up using the CD-ROM in rescue mode and it passes
   >  > the partition check
   >  > point. My PC has no floppy drive and this seems to be
   >  > the next thing checked
   >  > when booting (something is printed about ide floppy in
   >  > the good case), could
   >  > it be this that is the problem?
   >  >
   >  > Thanks in advance.
   >  >
   >  > 2Pin (:)
   >  >
   >  > P.S. SUSE 7.3 installs and boots OK, but I don't want
   >  > to use that at the
   >  > moment.
   >  __
   >  Get your FREE personalized e-mail at http://www.canada.com
   ---Original Message---




Re: Compiling 2.4.18 kernel - missing module-info file?

2002-12-10 Thread Jeff Davis
At 09:46 AM 12/10/2002 +0100, you wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, 09 Dec 2002 08:50:32 -0800, Jeff Davis wrote:

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

No. The module-info file is only for your Linux distributor's
installation and hardware configuration utilities which maintain
kernel driver entries in /etc/modules.conf. The file is not created
when building a kernel from source.


Huh.  So, if I want or need to create a ramdisk image for the new kernel, 
how do I get mkinitrd to quite whining about not being able to find my 
ncr53c8xx module.  The file (ncr53c8xx.o) is in the /lib/modules/scsi 
directory.  Or should *I* quite whining and build a static kernel?

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: Installing Win98 on a linux box

2002-12-10 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please do send it to me...  I'm quite interested.

- -Original Message-
From: Reuben D. Budiardja [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 10, 2002 11:49 AM
To: '[EMAIL PROTECTED]'
Cc: Burke, Thomas G.
Subject: Re: Installing Win98 on a linux box


On Monday 09 December 2002 03:46 pm, Burke, Thomas G. wrote:
 Hey gang,

   I've got to do some develompnet for a USB solution,  my Windows
 machine's USB stuff doesn't seem to be working.  Is it possible for
 me to install Win98 on my linux server, such that I can
 occasionally take it down  do development work on it?  I recall
 from days of old, that Windows had to be on the 1st hard disk,
 preferably on the 1st partition.  Is that still the case?  I dunno
 is I have much free
 space on the 1st HD, but maybe I can make something work.  How do I
 go about changing partition sizes  whatnot?



I've menaged to install Win98 on a second hard drive before. There is
a trick 
that you can do in the LILO config file so that win98 can load,
eventhough 
it's in the second hard drive, or not in primary partition.

I don't have it with me now, but if you want to I'll find and send
the 
lilo.conf file. I think I still have it somewhere... It's one of
those 
handy tricks that I tried to keep.

RDB
- -- 
- -
/\  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.
- -

-BEGIN PGP SIGNATURE-
Version: PGP Personal Privacy 6.5.3

iQA/AwUBPfY5H9PjBkUEZx5AEQLxWQCfZaVWMvhCSfcjYL/CV50qESttVkIAn3ES
8N154BmBSkfAIDGuSiBwB3BC
=b7Xz
-END PGP SIGNATURE-



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



Re: Compiling 2.4.18 kernel - missing module-info file?

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

Jeff Davis wrote:

| Huh.  So, if I want or need to create a ramdisk image for the new
| kernel, how do I get mkinitrd to quite whining about not being able to
| find my ncr53c8xx module.  The file (ncr53c8xx.o) is in the
| /lib/modules/scsi directory.  Or should *I* quite whining and build a
| static kernel?

The real question is do you need a modular kernel? Do you plan on ever
switching the hardware out on this machine or will the configuration
remain static for the duration of this kernel's use?

If it's going to remain static, there's nothing wrong w/ a static kernel
- - or at a minimum, making the SCSI module staticly compiled (leaving the
rest modular).

Building a modular kernel that works right is a challenge, especially on
non-standard hardware.

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

iD8DBQE99j0HIgQdhlSHZgMRAid6AKD+OaBNtALIH4V16jypDyYTM1YjFQCffUGt
cRLzq8R4Vk47X6S3BUiafl4=
=1stT
-END PGP SIGNATURE-



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



SNMP Trap Collection Deduplication

2002-12-10 Thread James Pifer
I plan on trying out some network management type software on Redhat 
8.0. I'm looking at playing around with OpenNMS, Nagios, and possibly
Big Brother. One thing I'm looking for is deduplication of snmp traps,
something like the commercial Micromuse Netcool product can do. If it
receives a trap that is the same as one it already has, it increases a
count or tally instead of looking at it as an additional trap. 

Anyone know of any open source software that can do this? It's my
understanding that these products don't collect the traps themselves,
but rather they somehow use Redhat's trapd service, but either way, I'm
trying to find something that deduplicates or recognizes multiple alerts
for the same problem and somehow groups them so actions aren't taken
multiple times.

I don't know of a better place this post this question. If there is
please let me know. 

Regards,
James



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



Re: Compiling 2.4.18 kernel - missing module-info file?

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

On Tue, 10 Dec 2002 11:06:51 -0800, Jeff Davis wrote:

 No. The module-info file is only for your Linux distributor's
 installation and hardware configuration utilities which maintain
 kernel driver entries in /etc/modules.conf. The file is not created
 when building a kernel from source.
 
 Huh.  So, if I want or need to create a ramdisk image for the new
 kernel, how do I get mkinitrd to quite whining about not being able to
 find my ncr53c8xx module.  The file (ncr53c8xx.o) is in the
 /lib/modules/scsi directory.  Or should *I* quite whining and build a
 static kernel?

It should be in /lib/modules/$KERNEL_VERSION/kernel/drivers/scsi and
whether or not it is found might depend on how you call mkinitrd.

The module-info file is not used by mkinitrd. /etc/modules.conf is.

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

iD8DBQE99kkd0iMVcrivHFQRAqmAAJ4p3M+PmojHcU9jSZ9TuCwM/pd5RACbB64a
NwUhMZqd2GhgihTDaayWE3w=
=kUJO
-END PGP SIGNATURE-



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



/proc not mounting on boot

2002-12-10 Thread Patrick Sitton
I could use a little help here please. I have a problem with my
Thinkpad 390x on boot with RH 8. During the startup process I get an
error that /proc can't be mounted. From there I get several errors
about not being able to find various commands. Errors like Couldn't
open /proc/partitions: No such file or directory. I can go into
maintenance mode and the only thing that is mounted is the root
partition. Shows none on /proc type proc (rw). I manually mount
/proc and everything shows as normal.

The very first error it get's on startup up is:

/etc/rc.d/rc.sysinit: line 26: /etc/init.d/functions: No such file or
directory

From what I'm looking at is the mount statement for /proc

This system did run fine for about a month. No updates or other
changes that I know of.

 -- 
 
 [EMAIL PROTECTED]
 Pat Sitton
 Tuesday, December 10, 2002 1:42 PM



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



Re: Nautilus refuses to load/ can't use gnome

2002-12-10 Thread Anthony E. Greene
On 10-Dec-2002/10:11 -0600, Jody Cleveland [EMAIL PROTECTED] wrote:

I'm having a problem with redhat 8, where I can't get into gnome at all, I
have to use kde. Here's my problem:

After startx and gnome just starts to load, a dialogue box comes up:

There was an error starting the GNOME Settings Daemon

This is 'gconfd'. Try renaming your ~/.gconf directory.

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



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



Re: /proc not mounting on boot

2002-12-10 Thread Robert P. J. Day
On Tue, 10 Dec 2002, Patrick Sitton wrote:

 I could use a little help here please. I have a problem with my
 Thinkpad 390x on boot with RH 8. During the startup process I get an
 error that /proc can't be mounted. From there I get several errors
 about not being able to find various commands. Errors like Couldn't
 open /proc/partitions: No such file or directory. I can go into
 maintenance mode and the only thing that is mounted is the root
 partition. Shows none on /proc type proc (rw). I manually mount
 /proc and everything shows as normal.
 
 The very first error it get's on startup up is:
 
 /etc/rc.d/rc.sysinit: line 26: /etc/init.d/functions: No such file or
 directory

it sure *seems* that your file /etc/init.d/functions has gone
missing.  that file defines a critical function called action()
which is used to (you guessed it) mount the /proc filesystem.

if you look down the /etc/rc.d/sysinit, there is indeed a call to
action to mount /proc.  if that function has not been defined,
you're in big trouble.

so the question is -- where has your /etc/init.d/functions file gone?

rday




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



Re[2]: /proc not mounting on boot

2002-12-10 Thread Patrick Sitton
On further investigation it seems my link /etc/init.d that is supposed
to point to /etc/rc.d/init.d is gone. In trying to recreate it say's
it's a read only file system. However, looking at mtab and the mount
command shows it to be rw. Any ideas?



Tuesday, December 10, 2002, 1:59:01 PM, you wrote:

RPJD On Tue, 10 Dec 2002, Patrick Sitton wrote:

 I could use a little help here please. I have a problem with my
 Thinkpad 390x on boot with RH 8. During the startup process I get an
 error that /proc can't be mounted. From there I get several errors
 about not being able to find various commands. Errors like Couldn't
 open /proc/partitions: No such file or directory. I can go into
 maintenance mode and the only thing that is mounted is the root
 partition. Shows none on /proc type proc (rw). I manually mount
 /proc and everything shows as normal.
 
 The very first error it get's on startup up is:
 
 /etc/rc.d/rc.sysinit: line 26: /etc/init.d/functions: No such file or
 directory

RPJD it sure *seems* that your file /etc/init.d/functions has gone
RPJD missing.  that file defines a critical function called action()
RPJD which is used to (you guessed it) mount the /proc filesystem.

RPJD if you look down the /etc/rc.d/sysinit, there is indeed a call to
RPJD action to mount /proc.  if that function has not been defined,
RPJD you're in big trouble.

RPJD so the question is -- where has your /etc/init.d/functions file gone?

RPJD rday







-- 

 Patrickmailto:[EMAIL PROTECTED]
 The Bat! 1.62 Christmas Edition



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



webserver help

2002-12-10 Thread Don Leeper








I was working with apacheconf to configure a php application
but it is not working correctly. Everytime I pull up the page it shows all the
folders and not the index.php. I can click on it from there and then it works
but when I logout again it goes back to the folders view. What is the problem? Thanks
for your help in advance.



Donnie 










Linux activex?

2002-12-10 Thread Jim Baxter

We have a need to run activeX on a Linux box so we can drop MS. Does
anyone know of a product that will let us do this?

Thanks



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



RE: AGGH! LI..... not LILO.... ???!!!!

2002-12-10 Thread Glenn Goodspeed
Greg - Check this link for some info on LILO error messages:

http://user.fundy.net/cyclist/linux/troubleshoot-LILO.html

I got LI after installing RH 7.3 on an old Pentium 233.  After reading the
possibilities, I figured a drive geometry problem might be caused by an
outdated BIOS.  Updated the BIOS and all was well.

But it looks to me like your condition might have more to do with boot.b,
something I know little about.   -Glenn.

-Original Message-
From: Greg Conway [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 09, 2002 6:50 PM
To: Red Hat
Subject: AGGH! LI. not LILO ???



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



RE: Nautilus refuses to load/ can't use gnome

2002-12-10 Thread Jody Cleveland
Hello,

Thank you, Anthony for writing me back.

 This is 'gconfd'. Try renaming your ~/.gconf directory.

Still does the same thing.

Jody



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



Re: postgresql database script idea

2002-12-10 Thread Bret Hughes
On Mon, 2002-12-09 at 03:05, Anthony E. Greene wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 08-Dec-2002/21:06 -0600, Bret Hughes [EMAIL PROTECTED] wrote:
 I am working on porting an application to postgres and as I was tweaking
 the RI It dawned on me that I should go ahead and build a series of
 webpages that will perform basic CRUD tasks.  Then I thought hey how
 hard would it be to write a script that would build a basic page from
 the table schema to get started.  The next thought was this has
 probably been done.  
 
 I thought that a couple of years ago, but when I looked I didn't find
 anything. That may have changed. I use pgaccess for interactive editing
 and GtkSQL when I need to make query output presentable.


I just found that the webmin postgresql module allows simple editing of
data via a web based interface.  Create  read update Delete all there. 
Pretty close to what I was envisioning so for cheap and dirty testing it
looks like it will work pretty well.

Bret



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



Question about Kernels

2002-12-10 Thread Joe Giles
List,

I was wondering. I want to play with building my own Kernel. My question
is this.

Can I download a Kernel from the source tree at kernel.org, say 2.5.50
(Just released) and use the Red Hat config file from an RPM installed
kernel (/usr/src/linux-2.4.18-18.8.0/configs) and compile it? Would this
work say if I don't make any changes to the kernel, but load those
config settings, build and install?

Thanks
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



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



Re: Linux activex?

2002-12-10 Thread Ben Russo
Codeweavers Crossover Office will let you run IE 5.5 SP1
I think that is what you mean


On Tue, 2002-12-10 at 15:51, Jim Baxter wrote:
 We have a need to run activeX on a Linux box so we can drop MS. Does
 anyone know of a product that will let us do this?
 
 Thanks
 
 



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



Re: Question about Kernels

2002-12-10 Thread nate
Joe Giles said:
 List,

 I was wondering. I want to play with building my own Kernel. My question
 is this.

 Can I download a Kernel from the source tree at kernel.org, say 2.5.50
 (Just released) and use the Red Hat config file from an RPM installed
 kernel (/usr/src/linux-2.4.18-18.8.0/configs) and compile it? Would this
 work say if I don't make any changes to the kernel, but load those config
 settings, build and install?

it may be possible by running 'make oldconfig' before compiling but I
wouldn't reccomend it. distros like redhat use a lot of patches to the kernel
I would reccomend going over the kernel config to be sure it has everything
you need before compiling it.

I'm paranoid for some reason so I never use oldconfig, always configure from
scratch, only takes a couple minutes..

oldconfig may only work between minor kernel revs(2.4.x - 2.4.y), haven't
heard anyone trying to do it between major revs. the configuration system
I think changed in a recent 2.5.x kernel which may introduce more
complications as well.


nate





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



Re: Question about Kernels

2002-12-10 Thread Rick Johnson
Joe Giles wrote:

List,

I was wondering. I want to play with building my own Kernel. My question
is this.

Can I download a Kernel from the source tree at kernel.org, say 2.5.50
(Just released) and use the Red Hat config file from an RPM installed
kernel (/usr/src/linux-2.4.18-18.8.0/configs) and compile it? Would this
work say if I don't make any changes to the kernel, but load those
config settings, build and install?


In short it would not work very well.

There are alot of features which have been added to the 2.5 tree. Red Hat 
has also added alot of features to it's 2.4.18 flavor of kernel which would 
make it's config incompatible with a stock 2.4.18 kernel from kernel.org

While you could attempt to load it, many options would remain unrecognized 
(and most likely ignored), while others would remain undefined. You would 
still need to go through each section and confirm the selection.

Your best bet would be to open two windows within the two trees. Run the 
config for 2.4.18-18.8.0 in one window under that source tree with the Red 
Hat config loaded, and run the config for 2.5.50 under the second window. 
Then compare each one and go from there.

-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: GRC Port Scan Question/IPTables

2002-12-10 Thread Ben Russo
Slightly OFF-TOPIC,

I have a Cable Modem that dishes out a DHCP address to my Linux
Gateway/Firewall server behind which is my home network.

I used to get scanned several times a day the time until I started
dropping ICMP Echo-requests, now I only get scanned once or twice a
week, and usually just on ports where there are known vulnerabilities. 
(I of course keep the server up2date).


So I run a few extra services on the internet (only a few) and I am the
only person who ever needs them, so I run them on high un-reserved ports
so that they don't get hit by the script-kiddies.  

In the unlikely event that
there is a mass script-kiddie scanning fest on a remote exploit to a 
service that I am running and I haven't yet applied the patch, chances
are that most (if not all) script-kiddies will miss it running on the
higher port until I can fix it.

Yeah, I know about the olde  security-through-obscurity witticism,
but I have demonstrable evidence that shows a dramatic decrease in 
hackerism on my box because of it.

Anyway, just a thought.

On Mon, 2002-12-09 at 23:00, Hal Burgiss wrote:
 On Mon, Dec 09, 2002 at 10:02:57PM -0500, Michael Fratoni wrote:
  If your firewall is refusing the connections, the scanner will show closed 
  ports. If the rules instead drop the packets, the ports will show up as 
  stealth.
  
  Try changing the firewall rules policy from REJECT to DROP
  Note that dropping ident requests can result in causing connection delays, 
  you may want to reject those requests instead.
 
 Its also possible iptables is misconfigured and is not even touching
 these packets, which results in a closed condition. I would enable
 logging for port 110, and see what iptables says. You can test with a
 'telnet $host 110' to force a connection attempt. DROP, also of
 course, is what you want.
 
 My personal opinion is that if you have one port open, then you are
 visible, and there is little point in worrying about DROP vs REJECT.
 I would still make sure the firewall is protecting what you think it
 is, and only what you want unfiltered is indeed the case. .02
 
 -- 
 Hal Burgiss
  
 
 



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



Re: Possible: Painless switch of hard drive to new box?

2002-12-10 Thread Ben Russo
Put both hard drives in the old box, but booting off the old one.

Then use fdisk to partition up the new drive the way you like (don't
forget swap space).

make your filesystems

Then mount up the new partitions in temporary mount dirs and cp -a 
the old file-systems to the new hard drive partitions.

Once you are finished, use grub-install on the new disks MBR and 
edit the new /boot/grub/grub.conf to make sure you can boot

If you have a custom kernel, make sure you also have a stock RedHat 7.3
kernel and modules in grub also. (the modularity will help)

Chances are the only thing you will have to change are the 
/etc/modules.conf
/boot/grub/grub.conf
/etc/fstab


You might have to recompile your kernel after you get the box booted.

Keep the old disk handy, and try booting off the new disk.
Fix the problems as they arise...

-Ben.



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



Re: Fetchmail and Fetchmailconf

2002-12-10 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 10 December 2002 09:05 am, Awuku Danso wrote:
 Hi all
 Does any anyone know where I can get a fetchmailconf rpm that will work
 with the version of fetchmail (5.9.0-20.i386) that comes with RedHat
 8.0?  I got hold of  Fetchmailconf-5.9.0-20.i386.rpm which happens to
 have the same version number as the mail program itself but it wouldn't
 run after installation. It comes up with the following error message:

Fetchmailconf-5.9.0-20 requires fetchmail-5.9.0-20

 even though the latter is installed. I've also tried to update
 fetchmail to 5.9.0-21, downloaded from the RH site but still no joy.
 Any ideas about what to do to get fetchmailconf to work would be very
 much appreciated.

http://www.tuxfan.homeip.net:8080/rpms/fetchmailconf-5.9.0-21.i386.rpm

You will have to upgrade fetchmail to 5.9.0-21

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE99mgjn/07WoAb/SsRApf2AJ90xzEtusftcI27wRGM+xZK51DbpQCgsYDz
aP0hpDeprcLNDBxkRLkGeVw=
=si96
-END PGP SIGNATURE-



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



Re: Why No Christmas Promo?

2002-12-10 Thread Jonathan Gaudette
It would seem that your request has come true:
http://www.redhat.com/apps/commerce/

-Jon

On Fri, 2002-11-29 at 11:20, Dr. David M. Colburn wrote:
 Am headed out to purchase RH8 at CompUSA today and noticed that there is
 no sale promo.
 
 It seems odd that a company interested in enlarging its market share
 would not authorize retailers to give some sort of holiday discount, 10%
 off, $5. or $10. rebate or something.
 
 I want to be able to use the automated update feature, get the manuals,
 and to support Red Hat so I will buy a copy in any case.  Perhaps I can
 figure out why RH8 fails to recognize the SanDisk CF Reader via the
 manual ... or perhaps one of the updates repairs the flaw.
 
 Blessings ... doc 
-- 



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



NT to Linux transition ideas/advice

2002-12-10 Thread Henderson, TL Todd
I am currently trying to plant the seed of transition from 
NT/2000 to Linux at the company I work at and was hoping to
get some input from the Redhat list community.  First some
background.  I am basically an end user of our desktops, but
have knowledge of Linux because I manage and use a
cluster/beowulf based on Redhat Linux.  However, I think
that Linux could be more cost effective and have been working
on one of our IT folks about giving Linux a try.  But to do
this seriously, I need something other than I think it would
be better.  Therefore, I was wondering if anyone knew of
any white papers or anything else I could start with that
discussed the difficulty of the transition, costs associated
with it, etc.

The main apps that will be of issue will be 2 CAD packages,
PRO/E and Unigraphics, metaphase, SAP, and the obvious desktop
office apps.  I think the open office with RH 8.0 will take care of 
most of the desktop office app stuff, but the others I'm not
so sure about.

Right now, I'm just trying to plant the seed and pique her
interest.

thanks,
Todd



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



Re: NT to Linux transition ideas/advice

2002-12-10 Thread nate
Henderson, TL Todd said:

 The main apps that will be of issue will be 2 CAD packages,
 PRO/E and Unigraphics, metaphase, SAP, and the obvious desktop
 office apps.  I think the open office with RH 8.0 will take care of  most
 of the desktop office app stuff, but the others I'm not
 so sure about.

Pro/E is being ported to linux now, it may be available already..

http://www.ntsi.com/NTSI_Products/ptc061002.html

looks like unigraphics supports linux too:

http://www.ugsolutions.co.uk/pressreleases/ndm29700.htm

anything else?

nate





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



logrotate error

2002-12-10 Thread Matthew Simpson
Does anyone know what this error is and how to correct it. We had a 
situation when we rebooted our server that our BIOS battery went flat 
and jumped the clock to the year 2009. We have touched all the future 
dated files to 2002 but are still receiving this cron email each day.
/etc/cron.daily/logrotate:

error: file /var/log/samba/smbd.log last rotated in the future -- 
rotation forced

Any help would be greatly appreciated.


Matt



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


Re: NT to Linux transition ideas/advice

2002-12-10 Thread Ben Russo
There is some SAP stuff that runs on Linux,
Don't know how much or exactly how it works??  (Never used any SAP stuff
myself)  But I read about this in ComputerWorld Magazine about 18 months
ago.

http://www.sap.com/linux/

On Tue, 2002-12-10 at 17:54, Henderson, TL Todd wrote:
 I am currently trying to plant the seed of transition from 
 NT/2000 to Linux at the company I work at and was hoping to
 get some input from the Redhat list community.  First some
 background.  I am basically an end user of our desktops, but
 have knowledge of Linux because I manage and use a
 cluster/beowulf based on Redhat Linux.  However, I think
 that Linux could be more cost effective and have been working
 on one of our IT folks about giving Linux a try.  But to do
 this seriously, I need something other than I think it would
 be better.  Therefore, I was wondering if anyone knew of
 any white papers or anything else I could start with that
 discussed the difficulty of the transition, costs associated
 with it, etc.
 
 The main apps that will be of issue will be 2 CAD packages,
 PRO/E and Unigraphics, metaphase, SAP, and the obvious desktop
 office apps.  I think the open office with RH 8.0 will take care of 
 most of the desktop office app stuff, but the others I'm not
 so sure about.
 
 Right now, I'm just trying to plant the seed and pique her
 interest.
 
 thanks,
 Todd
 
 



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



Re: NT to Linux transition ideas/advice

2002-12-10 Thread nate
nate said:
 Henderson, TL Todd said:

 The main apps that will be of issue will be 2 CAD packages,
 PRO/E and Unigraphics, metaphase, SAP, and the obvious desktop
 office apps.  I think the open office with RH 8.0 will take care of
 most of the desktop office app stuff, but the others I'm not
 so sure about.

 anything else?

woops didn't notice the other stuff :)

SAP for linux:
http://www.sap.com/linux/

metaphase, not sure, can't find much info on it. I've never used
SAP, nor unigraphics and only played with Pro/E so I don't know how
well they run.


nate





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



Re: logrotate error

2002-12-10 Thread nate
Matthew Simpson said:
 Does anyone know what this error is and how to correct it. We had a
 situation when we rebooted our server that our BIOS battery went flat  and
 jumped the clock to the year 2009. We have touched all the future  dated
 files to 2002 but are still receiving this cron email each day.
 /etc/cron.daily/logrotate:

 error: file /var/log/samba/smbd.log last rotated in the future --
 rotation forced

 Any help would be greatly appreciated.


try changing the contents of /var/lib/logrotate.status

nate





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



Re: logrotate error

2002-12-10 Thread Ben Russo
cd /var/log/samba
touch snmbd.log
/etc/cron.daily/logrotate

The last line is just to check.


On Tue, 2002-12-10 at 18:06, Matthew Simpson wrote:
 Does anyone know what this error is and how to correct it. We had a 
 situation when we rebooted our server that our BIOS battery went flat 
 and jumped the clock to the year 2009. We have touched all the future 
 dated files to 2002 but are still receiving this cron email each day.
 /etc/cron.daily/logrotate:
 
 error: file /var/log/samba/smbd.log last rotated in the future -- 
 rotation forced
 
 Any help would be greatly appreciated.
 
 
 Matt
 
 



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



rhn up2date leads to printer problem

2002-12-10 Thread abbey
Hi there,

Not sure where to even begin looking this time -- I've been running the 
up2date program and got most of it completed now.

Included were the Omni drivers and foomatic (I think), well now my old 
Okidata OLe 600 laser printer won't work anymore.

It took forever to get a printer going in the first place so I'm ready to 
just scream now -- any clues? hints, urls, etc. would be soo appreciated.

RH 7.2 on a Dell Dimension 8200/ p4



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



Need help compiling kernel for SMP

2002-12-10 Thread Sren Neigaard
I have an old IBM PC Server 520 with 2 P133 processors. I have tried
to compile the kernel some times now, and without any luck.

When I run make modules_install and make install I get a LOT of
these errors:

depmod: *** Unresolved symbols in 
/lib/modules/2.4.18-14duke/kernel/drivers/scsi/qla1280.o
depmod: xquad_portio
depmod: *** Unresolved symbols in 
/lib/modules/2.4.18-14duke/kernel/drivers/scsi/qlogicfas.o
depmod: xquad_portio

Is this a problem?

When I booted the kernel last time, I got these messages (the rest
flashed by before I had a look at it, if you need it please say so):

--
mtrr: detected mtrr type: none
CPU0: Intel Pentium 75-200 stepping 0c
enabling ExtINT on CPU#0
Leaving ESR disabled
Booting processor 1/1 eip 2000
APIC never delivered???
APIC deliver error (4).
Restoring NMT vector
CPU #1 Not responding - cannot use it
Booting processor 1/2 eip 2000
APIC never delivered???
APIC deliver error (4).
Restoring NMT vector
CPU #2 Not responding - cannot use it
Error: only one processor found
ENABLING IO-APIC IRQs
BIOS bug IO-APIC#0 ID2 is already used!...
... fixing up to 4. (tell your hw vendor)
... changing IO-APIC physical APIC ID to 4 ... ok
--

That's it, that's where my machine stops booting. When the machine
boots, the BIOS sees both CPUS!?

Please help, I don't know what to do now.


--
Med venlig hilsen/Best regards,
 Søren Neigaard mailto:[EMAIL PROTECTED]
--
 The only truly secure computer is one buried in concrete, with the power turned off 
and the network cable cut.




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



Re: webserver help

2002-12-10 Thread Mike Burger
Do you have index.php index.php4 index.php3 on the DirectoryIndex line 
in your httpd.conf file?

On Tue, 10 Dec 2002, Don Leeper wrote:

 I was working with apacheconf to configure a php application but it is not
 working correctly. Everytime I pull up the page it shows all the folders and
 not the index.php. I can click on it from there and then it works but when I
 logout again it goes back to the folders view. What is the problem? Thanks
 for your help in advance.
 
  
 
 Donnie 
 
  
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



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



Re: USB mouse How to configure? novice need help

2002-12-10 Thread Edward Dekkers
 Any idea? I am using samsung optical mouse. Thanks you 1st 

Yep, it's not working right?

Seriously though, that is not enough information.

Which version of RedHat?

Does /var/log/messages say anything about the mouse?

Kudzu?

Have you searched google?

Regards,

---
Edward Dekkers (Director)
Triple D Computer Services P/L



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



Re: Presario 1500 hangs at Partition Check on RH8 install

2002-12-10 Thread Edward Dekkers
 I tried that, the text mode, rescue mode etc and nothing works.  I am just
so
 furstrated.  There must be someone who has had the same issue with the
 Presario Laptops.

Did this model come with the BIOS on the hard drive?

I seem to recall some earlier Compaqs used to have their BIOS stored there
instead of ROM.

Could be throwing the partition check out if so.

---
Edward Dekkers (Director)
Triple D Computer Services P/L




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



Winbook XL and RH8

2002-12-10 Thread Paul Burke








I just installed RH8 on my winbook
xl laptop and everytime I hit the Delete button (I
think I’ve nailed it down to this) the keyboard will not input anymore
characters as if the system was locked up, but the command prompt keeps
blinking. Any suggestions or comments?



Paul










---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.423 / Virus Database: 238 - Release Date: 11/25/2002
 


Re: Nautilus refuses to load/ can't use gnome

2002-12-10 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10-Dec-2002/15:01 -0600, Jody Cleveland [EMAIL PROTECTED] wrote:
{about Error start GNOME settings daemon]
 This is 'gconfd'. Try renaming your ~/.gconf directory.

Still does the same thing.

A post at http://www.linuxquestions.org/questions/history/32099 suggests
that you should reinstall the control-center package.

You might also check to see if RH has released any GNOME errata RPMs
since the release of RH80.

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

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

iD8DBQE99o6opCpg3WyUI50RAlWCAKCEmUrmQ00QofLn8+cCpMHdHZd88gCg4Bjf
VS3Mf2G0ruJAu84IOUBcNEk=
=L48t
-END PGP SIGNATURE-



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



USB HDD on RH8 : comments

2002-12-10 Thread marc dobler
hello RH-list members ! 

from last week, 
i sent one or two messages concerning questions about the installation
of large-storage USB-HDD on RH8. 

since 2 weeks, i try to install a 120 Go USB-HDD (4 FAT32 partitions). 
this USB-HDD is seen by the OS, but no possibility to mount it. 

i used it before with windowsXP, 
with the following partitioning, as viewed under RH : 
'launch  system tools  hardware settings'

/dev/sda1 : p1 : 30,2 Go
/dev/sda5 : p2 : 30,1 Go
/dev/sda6 : p3 : 30,2 Go
/dev/sda7 : p4 : 18,6 Go

in the /etc/fstab 
the declarations of options are the same as concerning a partition on
the same disk (/dev/hdaX)

in fact, 
1. the RH8 OS recognizes large storage USB-HDD, 
and views the different partitions under /dev/sda tree.

2. the RH8 OS only mounts the p4 partition. 
its size is BELOW 20 Go ... 
so, maybe that partitions over 20 Go are too large to be mounted 

i did not do any other test for the moment to confirm if the size is the
only parameter to take in account. 


so, any comment would be appreciated, 
and i hope this can help some of us ... 

(^o^)

Marc




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



RE: FTP trouble at the iptables firewall of the Redhat Linux.

2002-12-10 Thread Rai Ou
Ben, thanks very much for the comments.
(B
(B I have never seen .XXX.XXX notation?  Have you tried 219.105.0.0/16
(B instead?  And I have another question, is eth0 your internet facing
(B interface?  And is eth1 your internal interface?
(B
(BI am sorry and the XXX.XXX was be used to hide my ip address.
(Band, as you say, eth0 is the internet interface and eth1 is the home-lan
(Binterface.
(B
(B The FTP thing won't work the way you are describing it.  FTP 
(B requires 2 tcp connections, and I don't know how that is going to work on
(B non-standard ports with NAT like this
(B
(BYes it is. In fact, my target is simple, it is: Create a FTP-SERVER behind
(Bthe
(Biptables firewall. because I can only get 1ip (it is for the firewall) so I
(Bhave to
(Bchange the ftp packets from the firewall to the ftp-server.
(BI changed my rules and let it working at the standard FTP port, it is
(Brunning
(Bwell now. The reason of non-standard ports error maybe at the ip_nat_ftp or
(Bthe ip_conntrack_ftp module. I am asking this at the Iptables/Netfilter
(Bmailing-list
(Bnow.
(B
(B You might already know this, and are just showing an example
(B But this firewall/router config is really bad security-wise.
(B If you didn't already know that you should either do a lot of reading
(B or contact your local LUG group and ask someone to help you set up 
(B an Internet Firewall/Gateway.
(B
(BThanks your suggestion.
(B
(BRai.
(B
(B
(B -Original Message-
(B From: Ben Russo [mailto:[EMAIL PROTECTED]]
(B Sent: Tuesday, December 10, 2002 11:29 PM
(B To: [EMAIL PROTECTED]
(B Subject: Re: FTP trouble at the iptables firewall of the Redhat Linux.
(B 
(B 
(B Wow, how complicated.
(B 
(B Seems like you could just set your INPUT and FORWARD default policies
(B to ACCEPT.  I mean you ACCEPT everything NEW, RELATED, ESTABLISHED
(B both in INPUT, and in FORWARD.
(B 
(B The only thing you are doing is protecting yourself from scans with
(B invalid TCP/IP flag combinations.
(B 
(B I have never seen .XXX.XXX notation?  Have you tried 219.105.0.0/16
(B instead?  And I have another question, is eth0 your internet facing
(B interface?  And is eth1 your internal interface?
(B 
(B You don't need the PASS table or the PASS jump since you are allowing
(B all forwards anyway.
(B 
(B So what we are left with is:
(B ##
(B iptables -F
(B iptables -F -t nat
(B 
(B iptables -t nat -A PREROUTING -i eth0 -d 219.105.0.0/16 -p tcp --dport
(B 10023 -j DNAT --to-destination 192.168.0.128:23
(B 
(B # I am not including the FTP stuff because it won't work the 
(B #   way you want.
(B 
(B iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o eth0 -j MASQUERADE
(B 
(B iptables -P INPUT ACCEPT
(B iptables -P FORWARD ACCEPT
(B iptables -P OUTPUT ACCEPT
(B 
(B 
(B The FTP thing won't work the way you are describing it.  FTP 
(B requires 2
(B tcp connections, and I don't know how that is going to work on
(B non-standard ports with NAT like this
(B 
(B Anyway, if I were you I wouldn't allow telnet or ftp through from the
(B internet.  Install SSHD on your box and allow that instead. (set it up
(B on a non-standard port).
(B 
(B You might already know this, and are just showing an example
(B But this firewall/router config is really bad security-wise.
(B If you didn't already know that you should either do a lot of reading
(B or contact your local LUG group and ask someone to help you set up 
(B an Internet Firewall/Gateway.
(B 
(B 
(B
(B
(B
(B-- 
(Bredhat-list mailing list
(Bunsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
(Bhttps://listman.redhat.com/mailman/listinfo/redhat-list



gnorpm replacement in RH8

2002-12-10 Thread Bob Hartung
Okay so call me stupid.  And yes I have RTFM!  They just don't happen to 
mention what gnorpm has beeen turned into in RH 8 and the re-write of the 
default GUI.  So please point me in the right direction!

Thanks
Bob Hartung



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


Re: gnorpm replacement in RH8

2002-12-10 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 10 December 2002 08:59 pm, Bob Hartung wrote:
 Okay so call me stupid.  And yes I have RTFM!  They just don't happen
 to mention what gnorpm has beeen turned into in RH 8 and the re-write
 of the default GUI.  So please point me in the right direction!

/usr/bin/redhat-config-packages is the new GUI Red Hat package managment 
tool. 

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE99pvzn/07WoAb/SsRAnwjAKCTvbdLNqHuBjZm8gCH6uDVgT7HWgCeJl84
Qihr+kCVvUQkw4RWBrEdD6E=
=mLwN
-END PGP SIGNATURE-



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



Re: gnorpm replacement in RH8

2002-12-10 Thread Ryurick M. Hristev
On Tue, 10 Dec 2002, Bob Hartung wrote:

 Okay so call me stupid.  And yes I have RTFM!  They just don't happen to 
 mention what gnorpm has beeen turned into in RH 8 and the re-write of the 
 default GUI.  So please point me in the right direction!

redhat-config-packages

If uou upgrade rather than install then make sure that
i386-disc1/RedHat/base/comps.rpm
is installed

Cheeers,
-- 
Ryurick M. Hristev mailto:[EMAIL PROTECTED]
Computer Systems Manager
University of Canterbury, Physics  Astronomy Dept., New Zealand



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



Re: NT to Linux transition ideas/advice

2002-12-10 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10-Dec-2002/16:54 -0600, Henderson, TL Todd [EMAIL PROTECTED] wrote:
[snip]
The main apps that will be of issue will be 2 CAD packages,
PRO/E and Unigraphics, metaphase, SAP, and the obvious desktop
office apps.  I think the open office with RH 8.0 will take care of 
most of the desktop office app stuff, but the others I'm not
so sure about.

Right now, I'm just trying to plant the seed and pique her
interest.

As much as I like to use Linux, I have to say that I like it because of
it's good for the things I need to do. If Windows were better for the
things I like to do, then I would use Windows.

The apps you need may not be available for Linux. I do not recommend that
you choose an OS. I recommend that you choose your apps, then run the
required OS.

If you'd like to introduce Linux in your organization, the best way to do
it is to look for tasks where Linux would be a better choice than the
existing tools. New network infrastructure servers are a good place to
start. Here are some ideas:

 - A file server for a branch office or workgroup that is going
   without primarily because of a lack of NT/2000 licenses.

 - A secondary incoming SMTP server for those times when the Exchange
   server is down.

 - An LDAP server for a group that needs to maintain a shared set of
   contacts.

 - A print server that converts printjobs to PDF and delivers them to
   the user via email.

Linux has excellent scripting and text processing tools. Are there any
reporting, analysis, or batch processing jobs that are done by a junior
tech?

The Linux desktop is already good enough if you have basic office needs.
But if you have any specialty apps, or Windows-only apps, you should
probably stick with Windows for those users.

Whatever idea you come up with, a five minute demonstration is worth more
than hours of persuasion. Figure out something that needs doing that you
know how to do. Get permission to setup a demo box on the network. Get
everything in place. Test and tweak your solution, then demo it to your
coworker.


  --Tony

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

iD8DBQE99p1+pCpg3WyUI50RAqG9AJ9e2D0QVE6hJW8hsJLvc6sU5yq++gCgu7xT
dmkQcOVmRbfR8k5oZke/P2k=
=4bwX
-END PGP SIGNATURE-



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



backup script

2002-12-10 Thread Jianping Zhu
 I have redhat 7.1 server.
  Because i have several dictories need to be backup, I want to write a
 script do it automatically  say every Satuerday a 2:00am. is there a way
 to do that?



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



Re: gnorpm replacement in RH8

2002-12-10 Thread Bob Hartung
Ryurick
  Package manager is okay for the packages supplied by RH but I do not see 
any way to install OTHER packages using the GUI.  There does not seem to be 
any way to list packages residing in a directory, etc.

  Why would RH move us backward [at least for some!] to a command line 
installation, upgrade, freshen policy.  This will surely turn off new users 
let alone those of us used to the old way.

  Thanks

  Bob

Ryurick M. Hristev wrote:
On Tue, 10 Dec 2002, Bob Hartung wrote:



Okay so call me stupid.  And yes I have RTFM!  They just don't happen to 
mention what gnorpm has beeen turned into in RH 8 and the re-write of the 
default GUI.  So please point me in the right direction!


redhat-config-packages

If uou upgrade rather than install then make sure that
i386-disc1/RedHat/base/comps.rpm
is installed

Cheeers,





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



Re: backup script

2002-12-10 Thread nate
Jianping Zhu said:
  I have redhat 7.1 server.
   Because i have several dictories need to be backup, I want to write a
  script do it automatically  say every Satuerday a 2:00am. is there a way
 to do that?

how are you planning to back it up? I mean, some backup to CDR, some backup
to tape, some backup to remote systems some backup to a 2nd disk on the
same system 

nate





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



crontab

2002-12-10 Thread Jianping Zhu
ect/crontab

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-oarts /etc/cron.daily
22 4 * * 0Hroot run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
0,5,10,15,20,25,30,35,40,45,50 * * * * (echo; date; echo)/dev/console
-

I suppose the date will be print on sceen every 5 minute, but it did not.
why?
Thanks 



Jianping Zhu
Department of Computer Science
Univerity of Georgia 
Athens, GA 30602
Tel 706 5423900




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



Re: USB HDD on RH8 : comments

2002-12-10 Thread Edward Dekkers
 2. the RH8 OS only mounts the p4 partition.
 its size is BELOW 20 Go ...
 so, maybe that partitions over 20 Go are too large to be mounted

 i did not do any other test for the moment to confirm if the size is the
 only parameter to take in account.


 so, any comment would be appreciated,
 and i hope this can help some of us ...

Now THAT is an interesting comment.

Is there any way you can compare the sector size etc. on the partitions
please?

I know different size drives can be formatted with different sector sizes
etc.

May be that's it?

---
Edward Dekkers (Director)
Triple D Computer Services P/L




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



Re: USB mouse How to configure? novice need help

2002-12-10 Thread Alex Chooi
Thanks Edward Dekkers. By the way, i don't think i have load the use module
in. i can't see usb in the /proc/bus and only have pci but no usb. nonthing
inside the /var/logs/messages. How do i load the usb module in?



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



  1   2   >