up2date - 7.2 problem

2003-09-01 Thread Stuart Clark
Has anyone else had this error with the new up2date packages?


[EMAIL PROTECTED] root]#ls

up2date-2.8.40-2.7.2.i386.rpm
up2date-gnome-2.8.40-2.7.2.i386.rpm
rhn_register-2.8.27-1.7.2.i386.rpm  
rhn_register-gnome-2.8.27-1.7.2.i386.rpm

[EMAIL PROTECTED] root]#rpm -Fvh *.rpm

poptmodule.so is needed by up2date


[EMAIL PROTECTED] root]# rpm -q rpm-python
rpm-python-4.0.4-7x


Regards

Stuart Clark RHCE




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


RE: which command can display all the memory distribution and its related procee?

2003-07-30 Thread Stuart Clark
top

Regards
Suart Clark

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of wm7cv
Sent: Wednesday, 30 July 2003 1:24 PM
To: [EMAIL PROTECTED]
Subject: which command can display all the memory distribution and its
related procee?

which command can display all  the memory distribution and its related
procee?
 
is it ipcs, or is there some other better command?
 
THX



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Software raid question

2003-07-29 Thread Stuart Clark








Hi 



I want to move my /home dir into a software raid 1.



Currently 65 gig /dev/hda
partitioned:



Filesystem Size Used Avail Use% Mounted on

/dev/hda2 54G 19G 33G 38% /

/dev/hda1
46M 15M 29M 33% /boot







This is my plan:



1) Add /dev/hdb

2) Create a raid1
partition /tmp_home using a single device (/dev/hdb1)

3) Copy /home
onto the new partition

4) Shrink the /
directory on /dev/hda2

5) Create a raid1
partition at /dev/hda3

6) Add this
partition to the array using the raidhotadd command.

7) Mounting /home
on new raid partition





Im stuck at the stage 4 - shrinking of the /
directory.



Any ideas?



Is parted reliable?



Is their another method you know of?



Regards

Stuart Clark












fqdn not working

2003-07-29 Thread Stuart Clark








Hi



Why cant I get the fqdn
on my box?



The man hostname says 



The complete FQDN of the system is returned with
hostname --fqdn.



But when I do it I just get the hostname





[EMAIL PROTECTED] root]# hostname
--fqdn

server1

[EMAIL PROTECTED] root]# hostname

server1

[EMAIL PROTECTED] root]# domainname

example.com

[EMAIL PROTECTED] root]# cat
/etc/hosts

# Do not remove the
following line, or various programs

# that require network
functionality will fail.

127.0.0.1 localhost localhost.localdomain

192.168.0.254 server1 server1.example.com
















Raid question

2003-07-29 Thread Stuart Clark








Hi 



I want to move my /home dir into a software raid 1.



Currently 65 gig /dev/hda
partitioned:



Filesystem Size Used Avail Use% Mounted on

/dev/hda2 54G 19G 33G 38% /

/dev/hda1 46M 15M 29M 33% /boot







This is my plan:



1) Add /dev/hdb

2) Create a raid1
partition /tmp_home using a single device (/dev/hdb1)

3) Copy /home
onto the new partition

4) Shrink the /
directory on /dev/hda2

5) Create a raid1
partition at /dev/hda3

6) Add this
partition to the array using the raidhotadd command.

7) Mounting /home
on new raid partition





Im stuck at the stage 4 - shrinking of the /
directory.



Any ideas?



Is parted reliable?



Is their another method you know of?



Regards

Stuart Clark










exam question help please

2003-07-28 Thread Stuart Clark








I recently had a Linux exam



One of the questions was



Make a cron job print the
message hello to stdout at 4:15 am every day.



So I added this line to /etc/crontab



15 04 * * * root /bin/echo hello





Is this the right answer?



The reason why I ask is because I think of stdout as being the screen



If I put 



01 * * * * root /bin/echo hello 



into /etc/crontab I dont see the work hello on the screen
every minute.





Why?



Am I missing something?





Regards



Stuart Clark
















RE: up2date examples

2003-07-28 Thread Stuart Clark
I have 8 production machines on 9 and 7.3 and always visit the RedHat
network website to do my updates manually.

I've update kernels through this method many times and had no problems.

I've only had one problem, it stopped xinetd on one 7.3 box a few times.
I spoke to a RedHat Chief Instructor about this last week and he thinks
it was something else not related to rhnsd.

I also know that RedHat will setup a local server solution if you have a
lot of machines and don't like the huge bandwidth hit when updates are
downloaded automatically.

Regards

Stuart Clark









 



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Douglas Phillipson
Sent: Tuesday, 29 July 2003 3:59 AM
To: [EMAIL PROTECTED]
Subject: up2date examples

I'm fairly new to the redhat network and wondered if I could get some 
guidence on whether most admins use the GUI to update packages or the 
up2date program.  Could I get some specific examples of the up2date 
syntax typically used to update systems.  BTW I use RH AS 2.1.

How do you handle issues like updating kernel stuff separate from just 
nonkernel packages?

Does anyone use cron for automated updates?

Do you trust the up2date program enough to handle kernel updates 
automaticly?

Regards

DSP


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


RE: no space on /boot

2003-07-23 Thread Stuart Clark
The answer depends on what bootloader you are using and how your
partition table is configured?

I'm thinking that you should reset the active flag to a different
partition (with free space)

copying your /boot folder contents to that partition

Then install your bootloader onto that partition

Bootloader reconfiguration will be necessary

Also if you have an older bios, it may not like the boot partition
located past the 1024 cylinder mark


I suggest testing this on a non production machine first!!


Regards

Stuart Clark




  



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Michael Rubin
Sent: Wednesday, 23 July 2003 4:12 PM
To: Redhat List
Subject: no space on /boot

I naively didn't leave enough space on my / partition and now /boot
doesn't
have enough space for me to upgrade to the latest kernel.  Only the
current
kernel is there now and I'm still short a few megs.  This is a live
server
so I can't really mess with it too much.  What can I do?


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


RE: Boot loader

2003-07-22 Thread Stuart Clark
Guys,

How do I know which bootloader I am using (lilo/grub)?


When you boot up grub has a splash screen with Grub version on top
L/H/S


I can use kickstart, but do not know what to do with ks.cfg once i save
the
configuration.


Save it to a boot disk in the root directory. Then type ks=floppy when
you boot the disk.


The problem is I am trying to use hiddenmenu option in GRUB. But no
matter
how I change the /boot/grub/grub.conf or /boot/grub/menu/1st or
/etc/lilo/lilo.conf, it does not reflect in booting. This include
changing
the label in these files to XXX but the menu in booting still
showing me
DOS  LINUX

I suspect your using lilo here. If so, you have to type lilo in the
shell to write to the MBR (master boot record) once you have made
changed to lilo.conf.


Also, is their a way to totally disable menu driven booting. Thus when i
boot, I can press TAB and type what i want to boot in instead of it
showing
me a menu of options??

I can't understand why you would want to do this? If you have a problem
booting the bootloader is a great place to start your system in single
or rescue mode so why would you want to get rid of it?





I know lot of questions but I am confused. Thanks a lot in advance for
any
help!!
-N


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


RE: (no subject)

2003-07-22 Thread Stuart Clark


Try mailscanner here
http://www.sng.ecs.soton.ac.uk/mailscanner/


I use amavis with exim here
www.amavis.org

Regards

Stuart Clark


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of the brilliant beast
Sent: Wednesday, 23 July 2003 2:26 AM
To: [EMAIL PROTECTED]
Subject: Re: (no subject)

what are some good antivirus products for linux?
also I thaught viruses in linux weren't possible?
- Original Message -
From: Daniel Tan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, July 22, 2003 12:21 AM
Subject: Re: (no subject)


 yes u shld..use mailscanner with an antivirus product
 - Original Message -
 From: Redhat Man [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, July 23, 2003 3:18 AM
 Subject: (no subject)


 Hi all,

 I am the redhat user. I am using the mail server in Linux Redhat 7.1
 I would like to know that how to filter the worm virus mail in my
 mail server. I have got more then 400 hundred mail user in my mail
server.
 But it's distrubing the sending juck mail/automatic mail sending from
 different users which is in my mail server user to others.

 I can disable the virus infected pc user but doing this methored it's
so
 hard. So, Shall I filter that virus mail in my own server.

 Please give me suggestion ?

 Thanks in advance
 --
 Best regards,
  Redhat  mailto:[EMAIL PROTECTED]



 --
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]
 https://www.redhat.com/mailman/listinfo/redhat-list

 --
 This message has been scanned for viruses and
 dangerous content by Email Virus Scanner, and is
 believed to be clean.


 --
 This message has been scanned for viruses and
 dangerous content by Email Virus Scanner, and is
 believed to be clean.


 --
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]
 https://www.redhat.com/mailman/listinfo/redhat-list


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


RE: network logon?

2003-07-22 Thread Stuart Clark

It should be like this

smbmount //192.168.0.X/test /data/dir -o
rw,username=tridge,password=foobar

Of course the directory /data/dir, or simular mount point, should be
created first

Test the NT server with 
smbclient -L NTserver -U validuser

You could also edit your /etc/fstab file to make it automagicly mount on
boot

//192.168.0.X/test   /data/dir  smbfs rw,username=tridge,password=foobar
0 0

Alternately automagic mount on boot could be obtained by placing the
command (smbmount //192.168.0.X/test /data/dir -o
rw,username=tridge,password=foobar) directly into /etc/rc.local

Regards

Stuart Clark



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Michael Gargiullo
Sent: Wednesday, 23 July 2003 5:57 AM
To: redhat mailing list
Subject: Re: network logon?

It doesn't quite work like that, that I've used.

You can mount Windows shares like so:

smbmount -rw username=cwiegand,password=whatever //ntserver/share
/networkshares/share


On Tue, 2003-07-22 at 15:22, [EMAIL PROTECTED] wrote:
 I recently set up a test box on my network with an NT4 PDC. How do I
get 
 RH9 to log into/authenticate with the PDC?
 
 --
 Chip Wiegand
 Computer Services
 Simrad, Inc
 www.simradusa.com
 [EMAIL PROTECTED]
 
 There is no reason anyone would want a computer in their home.
  --Ken Olson, president, chairman and founder of Digital Equipment

 Corporation, 1977
  (Then why do I have 8? Somebody help me!)
-- 
Michael Gargiullo [EMAIL PROTECTED]
Warp Drive Networks


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


RE: bad RPMS

2003-07-22 Thread Stuart Clark
rpm -qi packagename

This should give you info about the installed package

Eg rpm -qi samba


rpm -qip packagename 

This should give you info about an uninstalled package

EG: rpm -qip samba-2.2.7a-7.9.0.i386.rpm

Regards 

Stuart Clark


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jon Neher
Sent: Wednesday, 23 July 2003 10:04 AM
To: [EMAIL PROTECTED]
Subject: bad RPMS


My RH8.0 system got updated with some RH AS2.1 rpms (don't ask).
We don't know when it happened or what the list is.  Does
anyone know a way to verify the rpms on a system?

Thanks,

Jon

Computing CenterInternet:
[EMAIL PROTECTED]
University of OregonWWW
http://darkwing.uoregon.edu/~jneher
Eugene, OR 97403-1212   Amateur Radio: N7WNX
Voice: (541) 346-1731
Fax: (541) 346-4397



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


command to modify words?

2001-12-11 Thread Stuart Clark








Hi,



What is the command to modify words


This is what I am trying to do



delete everything
after the @ from a file of one line email addresses.



BEFORE



[EMAIL PROTECTED]

ian@squid.org

jane@ssl.org.au

[EMAIL PROTECTED]



AFTER



mark

ian

jane

Trevor








/etc/hosts.allow ssh : all

2001-04-29 Thread Stuart Clark

/etc/hosts.allow
ssh: all

Is this a good idea or should i consider something like this ?

/etc/hosts.allow
ssh: xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx



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



gcc- where is it?

2001-04-27 Thread Stuart Clark

Where do i find gcc on the redhat 7.1 cd's?
-
Stuart G. Clark
Head Warrior,
Spacelink Communications Pty. Ltd.
http://www.spacelink.com.au
+61 03 9 888 9874

-



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



unknown error in messages file

2001-04-20 Thread Stuart Clark

What does this mean?
What is RPC?

Apr 21 02:10:02 proxy kernel: portmap: RPC call returned error 111
Apr 21 02:10:02 proxy kernel: RPC: task of released request still queued!
Apr 21 02:10:02 proxy kernel: RPC: (task is on xprt_pending)
Apr 21 02:10:02 proxy kernel: portmap: RPC call returned error 111
Apr 21 02:10:02 proxy kernel: RPC: task of released request still queued!
Apr 21 02:10:02 proxy kernel: RPC: (task is on xprt_pending)
Apr 21 02:10:02 proxy kernel: lockd_up: makesock failed, error=-111
Apr 21 02:10:02 proxy kernel: portmap: RPC call returned error 111
Apr 21 02:10:02 proxy kernel: RPC: task of released request still queued!
Apr 21 02:10:02 proxy kernel: RPC: (task is on xprt_pending)



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



windoze ssh client

2001-04-20 Thread Stuart Clark

Hi,

Whats a good windoze based ssh client?

-
Stuart G. Clark
Head Warrior,
Spacelink Communications Pty. Ltd.
http://www.spacelink.com.au
+61 03 9 888 9874

-



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



Re: Seawolf Please help!

2001-04-19 Thread Stuart Clark

I have just installed Redhat 7.1.
I have a problem with APIC on startup (first boot after install).
How do i disable APIC so i can recompile without it?
Regards
Stu

- Original Message - 
From: "Ashley M. Kirchner" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 19, 2001 3:21 PM
Subject: Re: Seawolf Please help!


 Stuart Clark wrote:
 
  I am installing a fresh install of 7.1 on a machine that had 7.0.
  I am getting this error after the kernel is uncompressed at startup
  APIC error on CPU0:64(00)
  APIC error on CPU0:64(00)
  APIC error on CPU0:64(00)
 
 Recompile and disable APIC.  I had the same problem which went away
 after disabling it.
 
 AMK4
 
 --
 H | Hi, I'm currently out of my mind.  Please leave a message.  BP!
   |
   ~
   Ashley M. Kirchner mailto:[EMAIL PROTECTED]   .   303.442.6410 x130
   Director of Internet Operations / SysAdmin. 800.441.3873 x130
   Photo Craft Laboratories, Inc. .eFax 248.671.0909
   http://www.pcraft.com  .3550 Arapahoe Ave, #6
   .. .  .  . .Boulder, CO 80303, U.S.A.
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list



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



APIC ERROR Seawolf help please!

2001-04-19 Thread Stuart Clark

My system is a Duel Processor P166 GA-586DX with 2xBaracuta SCSI's
The install using redhat 7.0 was fine and ran well.
Why do i get APIC errors with reinstall of 7.1

(Error occurs on bootup after the kernel is uncompressed)

APIC error on CPU0:64(00)
APIC error on CPU0:64(00)
APIC error on CPU0:64(00)
APIC error on CPU0:64(00)
APIC error on CPU0:64(00)
APIC error on CPU0:64(00)
APIC error on CPU0:64(00)
APIC error on CPU0:64(00)
APIC error on CPU0:64(00)
APIC error on CPU0:64(00)




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



umount /dev/cdrom

2001-04-19 Thread Stuart Clark

Whats the best way of umounting a busy cdrom.
I,m not in the /dev/cdrom directory.
And i haven't got a terminal open that is using the cd-rom either.

Thanks
Stu

P.S. Thanks John Seawolf lives!



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



rlogin / ssh

2001-04-19 Thread Stuart Clark

Why can't i find the rlogin file in /etc/pam.d in 7.1 seawolf?
I wanted to telnet login as root, so i usually comment out the first line of
this file

and

Where can i find ssh in the packages?
I looked for an rpm starting with ssh but none there.

Thanks
Stu



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



df command

2001-04-19 Thread Stuart Clark

Is there a better command than df to examine directory size?
df only gives me disk partition sizes.

Regards
Stu



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



Seawolf Please help!

2001-04-18 Thread Stuart Clark

I am installing a fresh install of 7.1 on a machine that had 7.0.
I am getting this error after the kernel is uncompressed at startup
APIC error on CPU0:64(00)
APIC error on CPU0:64(00)
APIC error on CPU0:64(00)



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



security package

2001-04-10 Thread Stuart Clark

I know their is a package that checks for security breaches, port scans etc.
But I have forgotton its name
Can anyone help?



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



redhat 7.1 release?

2001-04-09 Thread Stuart Clark

Does anyone have an idea when 7.1 will be released ?



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



kernel problems2.4

2001-03-27 Thread Stuart Clark

 I have upgraded my 2.2 kernel to 2.4.0 but it hasn't got the new realtek
module.
I'm trying to change the rtl8139 module to 8139too.o
I will learn how to compile the kernel later but for now i just need to get
my realtek8139 up and running to test out iptables.

I'm not quite sure of the syntax of insmod

Could someone describe to me in idiot form how to use insmod to install this
8139too.o module?

 or

 Does anyone know of a 2.4.2.rpm file? (i know this kernel has the correct
module built in)





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



e2fsprogs

2001-03-27 Thread Stuart Clark

Trying to get kernel 2.4.2-0.1.28 going.
What does this error mean?
How do i fix it?

e2fsprogs = 1.18 conflicts with kernel-2.4.2-0.1.28

Regards
Stu Clark



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



2.4 kernel and eth0

2001-03-26 Thread Stuart Clark

I just tried to install the 2.4.0-0.99.11 kernel and got problems.
I got the error "delaying eth0 initailization"
why won't the ethernet card work?

Regards
Stu



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



2.4 kernel and eth0

2001-03-26 Thread Stuart Clark

I have a realtek 8139 card.
It is not a laptop
It was running on 2.2.17-14 kernel no problems.

I followed the upgrade instructions as best i could.
The only rpm i couldn't find as per instructions was kernel-ibcs.

Three other kernel rpms i didn't install because they wern't in the
instructions were kernel-BOOT kernel-doc and kernelcfg


I'm trying to build a firewall/router but iptables dosen't work with
2.2.17-14. It gives me the error "you may need to upgrade your kernel"

Thanks for the words of wisdom

Regards
Stu





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



2.4 kernel and eth0 won't work

2001-03-26 Thread Stuart Clark

I just tried to install the 2.4.0-0.99.11 kernel and got problems.
I got the error "delaying eth0 initailization"
why won't the ethernet card work?

I have a realtek 8139 card.
It is not a laptop
It was running on 2.2.17-14 kernel no problems.

I followed the upgrade instructions as best i could.
The only rpm i couldn't find as per instructions was kernel-ibcs.

Three other kernel rpms i didn't install because they wern't in the
instructions were kernel-BOOT kernel-doc and kernelcfg


I'm trying to build a firewall/router but iptables dosen't work with
2.2.17-14. It gives me the error "you may need to upgrade your kernel"

Thanks for the words of wisdom

Regards
Stu









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



compiling the kernel

2001-03-26 Thread Stuart Clark

Well! anyone would think that instructions for compiling the kernel would be
on the kernel.org site . But alas no.

Can anyone tell me where to get this info from.
Regards
Stu



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



rtl8139 -- 8139too.o

2001-03-26 Thread Stuart Clark

I have upgraded my 2.2 module to 2.4.0 but it hasn't got the new realtek
module.
All i'm trying to do is change the rtl8139 module to 8139too.o
I will learn how to compile the kernel later but for now i just need to get
my realtek8139 up and running to test out iptables.

I'm not quite sure of the syntax of insmod

Could someone describe to me in idiot form how to use insmod to install this
8139too.o module?

or

Does anyone know of a 2.4.2.rpm file? (i know this kernel has the correct
module built in)

Regards
Stu




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



Fw: rtl8139 -- 8139too.o 2nd try

2001-03-26 Thread Stuart Clark


 I have upgraded my 2.2 kernel to 2.4.0 but it hasn't got the new realtek
module.
All i'm trying to do is change the rtl8139 module to 8139too.o
I will learn how to compile the kernel later but for now i just need to get
my realtek8139 up and running to test out iptables.

I'm not quite sure of the syntax of insmod

Could someone describe to me in idiot form how to use insmod to install this
8139too.o module?

 or

 Does anyone know of a 2.4.2.rpm file? (i know this kernel has the correct
module built in)

Regards
Stu

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



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



Upgrading 6.0 to 7.0

2001-03-12 Thread Stuart Clark

Hi All,

Is it worth trying the RH7cd to upgrade from RH6.0 to RH7?

Or would it be better to build another box, install a fresh RH7 then
transfer the conf, passwd, home, dir's etc to the new box?

Regards
Stu





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



Hdd Concatenation

2001-03-08 Thread Stuart Clark

Hi all,

I am trying to make 2 scsi HDD into one mount point /usr/squid/cache.

Any ideas ?

Regards
Stu



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