unsubscribe yLpA

2000-08-30 Thread deng wei
___ Redhat-devel-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Re: custom dist based on Redhat

2000-08-30 Thread Matt Wilson
Copyright law is fairly clear here. You *must not* remove "Copyright Red Hat, Inc." from copyright statements. You may append to copyright statements if significant changes have been made to the source code that warrant copyright protection, and you choose to claim copyright on those change

Re: custom dist based on Redhat

2000-08-30 Thread Atul Pokharel
Hi, I guess you could also say something like "FooLinux based on RedHat Linux x.x" in the installer. -atul ___ Redhat-devel-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Re: netcfg-2.36-1 fails to run

2000-08-30 Thread Tony Nugent
On Wed Aug 30 2000 at 19:48, Nalin Dahyabhai wrote: > On Thu, Aug 31, 2000 at 12:18:00AM +0200, Svante Signell wrote: > > I had two entries of net.ipv4.ip_forward. Removing one of them solved > > the promlem. One was placed there by myself and and one by > > initscripts. Perhaps netcfg should be

Re: Another RH 6.2 question

2000-08-30 Thread Tony Nugent
On Wed Aug 30 2000 at 20:49, Frank Hale wrote: > I am burning my own disk with RH and the original disk I have looks > something like: > > -rw-r--r--1 root root18385 Sep 7 1999 COPYING > -rw-r--r--1 root root 1175 Aug 29 21:27 README > -rw-r--r--1 root r

Re: boot images

2000-08-30 Thread Tony Nugent
The installer doesn't look at these at all, delete the lot if you want to do that. (But if you are installing from a bootable CDROM, then the boot sector is pointing to the boot.img file... but that doesn't affect the actual installation once you have it up and running). On Wed Aug 30 2000 at 20

Re: custom dist based on Redhat

2000-08-30 Thread Mike A. Harris
On Wed, 30 Aug 2000, Frank Hale wrote: >I am making my own linux distribution based on Redhat 6.2. I would like >to supply my dist name wherever Redhats comes up (ie installer, boot >sequence, etc...) I would like to give them credit in a file on my >CD-ROM. Can somebody give me some information

Re: Anaconda 6.2 question

2000-08-30 Thread Atul Pokharel
Hi, Just removing the KDE workstation option in the comps file will cause anaconda to complain and die. You have to change gui.py and/or text.py and/or installclass.py depending on what you want to do. To define your own, you will have to change installclass.py (derive your own class from Instal

custom dist based on Redhat

2000-08-30 Thread Frank Hale
I am making my own linux distribution based on Redhat 6.2. I would like to supply my dist name wherever Redhats comes up (ie installer, boot sequence, etc...) I would like to give them credit in a file on my CD-ROM. Can somebody give me some information on how to properly go about giving Redhat cr

RPM 3.05

2000-08-30 Thread Frank Hale
I am building a custom dist based on RH 6.2. I would like to upgrade my RPM version but does this mean I need to rebuild all of my RPMs over again? Thanks, Frank ___ Redhat-devel-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/

boot images

2000-08-30 Thread Frank Hale
On RH 6.2 in the images directory I see: -r--r--r--1 root root 348 Mar 9 13:37 TRANS.TBL -rw-rw-r--1 root root 1474560 Aug 29 21:19 boot.img -rw-rw-r--1 root root 1474560 Aug 29 21:20 bootnet.img drwxrwxr-x2 root root 4096 Mar 8 17:51 d

Another RH 6.2 question

2000-08-30 Thread Frank Hale
I am burning my own disk with RH and the original disk I have looks something like: -rw-r--r--1 root root18385 Sep 7 1999 COPYING -rw-r--r--1 root root 1175 Aug 29 21:27 README -rw-r--r--1 root root 327 Aug 5 13:36 RELEASE-NOTES drwxrwxr-x5

Anaconda 6.2 question

2000-08-30 Thread Frank Hale
I'm trying to dig through the source to find where the different install components are defined. For instance I want to remove the kde workstation selection in the installer. I would like to also define my own with a pixmap. I know that these are defined in the comps file but where are the pixmaps

Re: netcfg-2.36-1 fails to run

2000-08-30 Thread Nalin Dahyabhai
On Thu, Aug 31, 2000 at 12:18:00AM +0200, Svante Signell wrote: > I had two entries of net.ipv4.ip_forward. Removing one of them solved > the promlem. One was placed there by myself and and one by > initscripts. Perhaps netcfg should be able to parse two entries and > give out a warning if duplica

Re: netcfg-2.36-1 fails to run

2000-08-30 Thread Svante Signell
Thank you Nalin, I had two entries of net.ipv4.ip_forward. Removing one of them solved the promlem. One was placed there by myself and and one by initscripts. Perhaps netcfg should be able to parse two entries and give out a warning if duplicates are found. cat /etc/sysctl.conf: # Disables packe

Re: Initialization process in Red Hat

2000-08-30 Thread Nitebirdz
On Wed, 30 Aug 2000, Mike A. Harris wrote: > > LILO loads the kernel, which then loads the initrd. The kernel > does not read conf.modules nor load any modules. The init > process is documented completely in one of the Red Hat books on > the Documentation CDROM. I think it is Red Hat Users Gu

Re: Syslogd not starting

2000-08-30 Thread James M. Rogers
When I got hacked before and a root kit was installed on my system I saw this same behavior. My advice is to see if you can tell when the break in happened and how they did it. If you are allowing telnet, rsh, or ftp then they most likely just used a packet sniffer. Otherwise RH6.2 has a securi

Re: anaconda information?

2000-08-30 Thread Matt Wilson
On Wed, Aug 30, 2000 at 09:24:13AM -0500, Chris Garrigues wrote: > Where would I find documentation on anaconda? I need to do kickstart network > installations and the older installer which I've been using is now failing > me thanks to RPM4.0. The docs on kickstart are in the manual: http://w

Re: anaconda information?

2000-08-30 Thread Jeff Pitman
On Wed, 30 Aug 2000, you wrote: > > Where would I find documentation on anaconda? I need to do kickstart network > installations and the older installer which I've been using is now failing > me thanks to RPM4.0. I'm not sure where the docs are for anaconda, but, I would highly recommend usin

Syslogd not starting

2000-08-30 Thread Bernard Mwenda
Hi guys, I really need help on this one. I am using RH. 6.2 on my servers. Suddenly syslogd is not running on one ofthe servers. I has tried uninstalling and installing the rpm with nosuccess. When I try looking at the running processes using the 'ps' commandI get a "segmentation fault (core

Re: problems with ncsd daemon -- HELP

2000-08-30 Thread Bernard Mwenda
Thanks Nalin, I really appreciate your help. Bernard. - Original Message - From: "Nalin Dahyabhai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 30, 2000 5:09 PM Subject: Re: problems with ncsd daemon -- HELP On Wed, Aug 30, 2000 at 03:28:28PM +0300, Bernard Mwe

anaconda information?

2000-08-30 Thread Chris Garrigues
Where would I find documentation on anaconda? I need to do kickstart network installations and the older installer which I've been using is now failing me thanks to RPM4.0. Chris -- Chris Garrigues http://www.DeepEddy.Com/~cwg/ virCIO http://www.virCI

Re: netcfg-2.36-1 fails to run

2000-08-30 Thread Nalin Dahyabhai
On Tue, Aug 29, 2000 at 11:24:28PM +0200, Svante Signell wrote: > File "/usr/lib/rhs/netcfg/netcfg.py", line 1851, in __init__ > self.ipv4forward.set(string.atoi(self.G.Sysctl['net.ipv4.ip_forward'])) > ValueError: invalid literal for atoi(): 0 > 1 What are the contents of your /etc/sysctl.

Re: problems with ncsd daemon -- HELP

2000-08-30 Thread Nalin Dahyabhai
On Wed, Aug 30, 2000 at 03:28:28PM +0300, Bernard Mwenda wrote: > There is this small daemon called ncsd which is really giving me a headache. All >connections to the router go dead when this daemon starts to spawn on any of my >servers. I have deactivated it in the services but it keeps coming

problems with ncsd daemon -- HELP

2000-08-30 Thread Bernard Mwenda
Hi,   There is this small daemon called ncsd which is really giving me a headache. All connections to the router go dead when this daemon starts to spawn on any of my servers. I have deactivated it in the services but it keeps coming back. What is this and what does it do?     Bernard Mwenda

Re: installation problem

2000-08-30 Thread mobo
just create "boot" partition at least 16M size first. then go a head to build your partition ("`-''-/").___..--''"`-. `@_ @ ) `-. ( * ).`-.__.`) (_Y_.)' ._ ) `._ `. ``-..-' _..`--'_..-_/ /--'_.' ,' (il),-'' (li),' ((!.-' - Original Message - From: Li Bing <[EMAIL PROTECTE

Syslog not starting

2000-08-30 Thread Bernard Mwenda
Hi guys, I am using RH. 6.2 on my servers. Suddenly syslogd is not running on one of the servers. I has tried uninstalling and installing the rpm with no success. When I try looking at the running processes using the 'ps' command I get a "segmentation fault (core dumped)" error. I have tried incr