RE: Dual Boot

2003-01-30 Thread John
On Thu, 30 Jan 2003, Ajay Bansal wrote: > Do you really have to have FAT??? Try NTFS > At least on NT 4, partitions get created FAT and converted later, according to the partition information. -- Please, reply only to the list. ___ Redhat-devel-li

Re: PXE kickstart with multiple network cards

2003-01-30 Thread John
On Thu, 30 Jan 2003, Kevin McConnell wrote: > > --- John <[EMAIL PROTECTED]> wrote: > > Removing the modules for the NICs you don't want to > > use will force the > > issue;-) > > I thought he was trying to designate which card he > wants to be eth0, eth1, etc... so that he can plug > each devic

Re: Sockets problem on linux with gcc

2003-01-30 Thread Edward S. Marshall
On Thu, Jan 30, 2003 at 11:29:32PM +0530, Ajay Bansal wrote: > SIOCGIFFLAGS [...] > status = ioctl(sock, SIOCGIFFLAGS, &req); "man ioctl" reveals: [...snip...] IOCTL(2) Linux Programmer's Manual IOCTL(2) NAME ioctl - control device SYNOPSIS #incl

Sockets problem on linux with gcc

2003-01-30 Thread Ajay Bansal
Hi All Can somebody please tell which is the header file, that will give me the definitions of SIOCGIFCONF SIOCGIFFLAGS Etc.. My code uses them as status = ioctl(sock, SIOCGIFFLAGS, &req); status = ioctl(sock, SIOCGIFCONF, &conf); Where sock is int, conf is "struct ifconf" & req is "struc

RE: Dual Boot

2003-01-30 Thread Ajay Bansal
Do you really have to have FAT??? Try NTFS -Original Message- From: Lisong Mao [mailto:[EMAIL PROTECTED]] Sent: None To: [EMAIL PROTECTED] Subject: Re: Dual Boot HI, I have the same question. I have AMD 1.8GHz machine loaded with WinXP and Linux redHat 7.1.Both are loaded on the same d

Re: Dual Boot

2003-01-30 Thread Lisong Mao
HI, I have the same question. I have AMD 1.8GHz machine loaded with WinXP and Linux redHat 7.1.Both are loaded on the same drive. I loaded WinXP first and partitioned 4GB space for the OS as FAT format and then I loaded with RedHat 7.1. But I can't boot dual OS and it looks 4GB is too big for t

Re: PXE kickstart with multiple network cards

2003-01-30 Thread Kevin McConnell
--- John <[EMAIL PROTECTED]> wrote: > Removing the modules for the NICs you don't want to > use will force the > issue;-) I thought he was trying to designate which card he wants to be eth0, eth1, etc... so that he can plug each device into multiple networks/and or designate which device should r

RE: Dual Boot

2003-01-30 Thread Rokicki, Andrew
I am not sure I understand your question. do you mean this file. /boot/grub/menu.lst I am assuming you have Linux on first drive master(hda). And Windows on second drive slave(hdb). Windows does not like to be second that is why you have to do map. Of course I could be totally wrong and you have

RE: Rebuild Kernel

2003-01-30 Thread Rokicki, Andrew
There are sample configs in /usr/src/linux-XX/configs copy one of them. Read README in /usr/src/linux-XX use configuration tool provided by: make menuconfig check your options. follow README instructions. Go have a cup of coffee. You might want to drive to the end of your state to get one. Compili

Re: Rebuild Kernel

2003-01-30 Thread Panu Matilainen
On Wed, 29 Jan 2003, Jiahan Chen wrote: > Hi, there, > > I began to work on embedded linux applications with > Red Hat Linux 7.3 and kernel-2.4.18 Release. > > The following problems were encountered when trying to > rebuild new kernels: > > 1. Is it normal for long time to finish? >It too