kickstart, autoyast or the like for Debian?

2004-10-13 Thread Jacob Larsen
Is there a way to create an install script for Debian?
Just like Red Hat/Fedora kickstart and Suse autoyast.
Thanks,
Jacob
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



MySQL 4.1 package

2004-10-13 Thread Jacob Larsen
Anyone know of a MySQL 4.1 package?
Thanks,
Jacob
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: MySQL 4.1 package

2004-10-13 Thread Jacob Larsen
Anyone know of a MySQL 4.1 package?
If you want to help debug the 4.1.5 version that's present in
experimental... ; )
Sorry, I didn't know there was an experimental distro :)
Thanks,
Jacob
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



What does it mean: [3ware 3DM alert -- host: debpro]

2004-10-08 Thread Jacob Larsen
Anyone know what this means?
 Original Message 
Subject: 3ware 3DM alert  --  host: debpro
Date: Thu, 23 Sep 2004 06:31:45 +0200 (CEST)
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
WARNING: Drive sector ECC error corrected on port 0 on controller ID:0. 
(0x23)

source: debpro

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Run script as often as possible

2004-09-29 Thread Jacob Larsen
mysc:2345:respawn:/path/to/myscript
What does the 'mysc' do?
id:runlevels:action:process
id is a unique sequence of 1-4 characters which identifies an entry in 
inittab

from `man inittab`
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Run script as often as possible

2004-09-28 Thread Jacob Larsen
I have a script that I'd like to run as often as possible.
The script may only run in 1 instance.
My idea is to have a cron script to start it once every hour. The script 
should write a run file, and if the run file exists, exit.
Is this the best way?

Thanks,
Jacob
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Run script as often as possible

2004-09-28 Thread Jacob Larsen
I have a script that I'd like to run as often as possible.
The script may only run in 1 instance.
My idea is to have a cron script to start it once every hour. The script 
should write a run file, and if the run file exists, exit.
Is this the best way?
yeah.  Accpeted method is to write a lock file to /var/lock and exit if
it exists
If the server boots, will /var/lock be emptied, or should I manually 
clean that area?

Thanks,
Jacob
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Run script as often as possible

2004-09-28 Thread Jacob Larsen
mysc:2345:respawn:su - someuser -c /path/to/myscript
Thanks!
And I guess if I want to write output to a file I do this:
mysc:2345:respawn:su - someuser -c /path/to/myscript  
/var/log/myscript.log

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Unable to ping gateway

2004-09-20 Thread Jacob Larsen
I can ping my server, and the gateway from my home pc, but can not ping 
the gateway nor another server on the same subnet from the server.
I use bond0 for eth0 and eth1.
When I clear iptables there is no change.

Any ideas?
Best regards
Jacob Larsen
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
I can ping my server, and the gateway from my home pc, but can not 
ping the gateway nor another server on the same subnet from the server.
I use bond0 for eth0 and eth1.
When I clear iptables there is no change.

Any ideas?
ifconfig?
# ifconfig
bond0 Link encap:Ethernet  HWaddr 00:0F:20:7A:7A:53
  inet addr:81.7.167.228  Bcast:81.255.255.255 
Mask:255.255.255.240
  UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
  RX packets:1494 errors:0 dropped:0 overruns:0 frame:12
  TX packets:809 errors:0 dropped:0 overruns:0 carrier:0
  collisions:21 txqueuelen:0
  RX bytes:112805 (110.1 KiB)  TX bytes:99044 (96.7 KiB)

eth0  Link encap:Ethernet  HWaddr 00:0F:20:7A:7A:53
  inet addr:81.7.167.226  Bcast:81.255.255.255 
Mask:255.255.255.240
  UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
  RX packets:1037 errors:0 dropped:0 overruns:0 frame:6
  TX packets:403 errors:0 dropped:0 overruns:0 carrier:0
  collisions:11 txqueuelen:1000
  RX bytes:77395 (75.5 KiB)  TX bytes:48278 (47.1 KiB)
  Interrupt:18

eth1  Link encap:Ethernet  HWaddr 00:0F:20:7A:7A:52
  inet addr:81.7.167.227  Bcast:81.255.255.255 
Mask:255.255.255.240
  UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
  RX packets:457 errors:0 dropped:0 overruns:0 frame:6
  TX packets:406 errors:0 dropped:0 overruns:0 carrier:0
  collisions:10 txqueuelen:1000
  RX bytes:35410 (34.5 KiB)  TX bytes:50766 (49.5 KiB)
  Interrupt:19

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:402 errors:0 dropped:0 overruns:0 frame:0
  TX packets:402 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:42547 (41.5 KiB)  TX bytes:42547 (41.5 KiB)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
Sergio Basurto wrote:
can you ping the ethernet cards within the server?
Yes.
if you run 
shell~#ifconfig 
what is the output?
# ifconfig
bond0 Link encap:Ethernet  HWaddr 00:0F:20:7A:7A:53
  inet addr:81.7.167.228  Bcast:81.255.255.255 
Mask:255.255.255.240
  UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
  RX packets:1494 errors:0 dropped:0 overruns:0 frame:12
  TX packets:809 errors:0 dropped:0 overruns:0 carrier:0
  collisions:21 txqueuelen:0
  RX bytes:112805 (110.1 KiB)  TX bytes:99044 (96.7 KiB)

eth0  Link encap:Ethernet  HWaddr 00:0F:20:7A:7A:53
  inet addr:81.7.167.226  Bcast:81.255.255.255 
Mask:255.255.255.240
  UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
  RX packets:1037 errors:0 dropped:0 overruns:0 frame:6
  TX packets:403 errors:0 dropped:0 overruns:0 carrier:0
  collisions:11 txqueuelen:1000
  RX bytes:77395 (75.5 KiB)  TX bytes:48278 (47.1 KiB)
  Interrupt:18

eth1  Link encap:Ethernet  HWaddr 00:0F:20:7A:7A:52
  inet addr:81.7.167.227  Bcast:81.255.255.255 
Mask:255.255.255.240
  UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
  RX packets:457 errors:0 dropped:0 overruns:0 frame:6
  TX packets:406 errors:0 dropped:0 overruns:0 carrier:0
  collisions:10 txqueuelen:1000
  RX bytes:35410 (34.5 KiB)  TX bytes:50766 (49.5 KiB)
  Interrupt:19

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:402 errors:0 dropped:0 overruns:0 frame:0
  TX packets:402 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:42547 (41.5 KiB)  TX bytes:42547 (41.5 KiB)
and if you run
shell~#route -n
what is the output?
# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse 
Iface
81.7.167.2240.0.0.0 255.255.255.240 U 0  00 eth0
81.7.167.2240.0.0.0 255.255.255.240 U 0  00 eth1
81.7.167.2240.0.0.0 255.255.255.240 U 0  00 
bond0
0.0.0.0 81.7.167.2250.0.0.0 UG0  00 
bond0
0.0.0.0 81.7.167.2250.0.0.0 UG0  00 eth1
0.0.0.0 81.7.167.2250.0.0.0 UG0  00 eth0

On Mon, 20 Sep 2004 17:14:51 +0200, Jacob Larsen wrote:
I can ping my server, and the gateway from my home pc,
but can not ping 
the gateway nor another server on the same subnet from
the server.
I use bond0 for eth0 and eth1.
When I clear iptables there is no change.

Any ideas?

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
Eric Gaumer wrote:
On Mon, 2004-09-20 at 08:47, Jacob Larsen wrote:
I can ping my server, and the gateway from my home pc, but can not 
ping the gateway nor another server on the same subnet from the server.
I use bond0 for eth0 and eth1.
When I clear iptables there is no change.

eth0  Link encap:Ethernet  HWaddr 00:0F:20:7A:7A:53
  inet addr:81.7.167.226  Bcast:81.255.255.255 
Mask:255.255.255.240
  UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
  RX packets:1037 errors:0 dropped:0 overruns:0 frame:6
  TX packets:403 errors:0 dropped:0 overruns:0 carrier:0
  collisions:11 txqueuelen:1000
  RX bytes:77395 (75.5 KiB)  TX bytes:48278 (47.1 KiB)
  Interrupt:18

11100010 -- .226
 -- mask
This gives you 15 addresses. Why is the broadcast address not one of
these 15? The broadcast should be 81.7.167.239 which is the highest
address you have using that netmask. Not?
I am a novice in this area.
Could this help:
# cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 81.7.167.226
netmask 255.255.255.240
gateway 81.7.167.225
auto eth1
iface eth1 inet static
address 81.7.167.227
netmask 255.255.255.240
gateway 81.7.167.225
auto bond0
iface bond0 inet static
address 81.7.167.228
netmask 255.255.255.240
gateway 81.7.167.225
up ifenslave bond0 eth0
up ifenslave bond0 eth1
post-down ifconfig eth1 down
post-down ifconfig eth0 down
I really don't know what bond0 is so I may be missing something.
bond0 is Bonding. If eth0 is down eth1 takes over...
Thanks,
Jacob
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
Sergio Basurto wrote:
Which transmit policy are you using ?
Round robin
XOR
Active-backup
I have no idea. How can I find out?
# cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a #, and everything on the line after them are ignored.
usb-ohci
input
usbkbd
keybdev
tg3
bonding miimon=250
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
Sergio Basurto wrote:

When bonding is set up with the ARP monitor, it is
important that the
slave devices not have routes that supercede routes of
the master (or,
generally, not have routes at all).  For example,
suppose the bonding
device bond0 has two slaves, eth0 and eth1, and the
routing table is
as follows:
Kernel IP routing table
Destination Gateway Genmask Flags  
MSS Window  irtt Iface
10.0.0.00.0.0.0 255.255.0.0 U  
 40 0  0 eth0
10.0.0.00.0.0.0 255.255.0.0 U  
 40 0  0 eth1
10.0.0.00.0.0.0 255.255.0.0 U  
 40 0  0 bond0
127.0.0.0   0.0.0.0 255.0.0.0   U  
 40 0  0 lo

In this case, the ARP monitor (and ARP itself) may
become confused,
because ARP requests will be sent on one interface
(bond0), but the
corresponding reply will arrive on a different
interface (eth0).  This
reply looks to ARP as an unsolicited ARP reply (because
ARP matches
replies on an interface basis), and is discarded.  This
will likely
still update the receive/transmit times in the driver,
but will lose
packets.
The resolution here is simply to insure that slaves do
not have routes
of their own, and if for some reason they must, those
routes do not
supercede routes of their master.  This should
generally be the case,
but unusual configurations or errant manual or
automatic static route
additions may cause trouble.
From:Linux Ethernet Bonding Driver mini-howto
-
So the solution is to not set a gateway for eth0 and eth1, but only set 
it for bond0?

Thanks,
Jacob
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
Sergio Basurto wrote:
Depends on the value that you pass at mode parameter:
mode=1 Active-backup policy, configuration not needed
mode=0, mode=2, mode=3 it does need to be configured
for Round robin, XOR and boradcast policies. 
Do you know which one is the default?
I remember when I set bonding miimon=250 mode=1 in /etc/modules I 
couldn't make it work.

Thanks,
Jacob
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
So the solution is to not set a gateway for eth0 and
eth1, but only set 
it for bond0?
Yes,
But you also could have gw for your eth's cards, but
you must assure that those routes do not supercede the
bond0.
I am not sure that I understand what you mean by supersede.
The only gateway I have is 81.7.167.225.
Do you mean that I can have a gateway for eth0 and eth1 if it is 
different than that of bond0?

By not setting a gateway for eth0 and eth1 in /etc/network/interfaces it 
still doesn't work.

What should I do?
Thanks,
Jacob
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
Sergio Basurto wrote:
Ok, send the 
shell~#route -n 
output...
# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse 
Iface
81.7.167.2240.0.0.0 255.255.255.240 U 0  00 eth0
81.7.167.2240.0.0.0 255.255.255.240 U 0  00 eth1
81.7.167.2240.0.0.0 255.255.255.240 U 0  00 
bond0
0.0.0.0 81.7.167.2250.0.0.0 UG0  00 
bond0

On Mon, 20 Sep 2004 22:21:58 +0200, Jacob Larsen wrote:
So the solution is to not set a gateway for eth0 and
eth1, but only set 
it for bond0?
Yes,
But you also could have gw for your eth's cards, but
you must assure that those routes do not supercede
the
bond0.
I am not sure that I understand what you mean by
supersede.
The only gateway I have is 81.7.167.225.
Do you mean that I can have a gateway for eth0 and
eth1
if it is 
different than that of bond0?

By not setting a gateway for eth0 and eth1 in
/etc/network/interfaces it 
still doesn't work.

What should I do?
Thanks,
Jacob

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
Sergio Basurto wrote:
move from your routing table, the entries for your
eth's cards.
route del ...
I am not sure I know what to do. If I do something wrong I have to drive 
60km to fix it :)

# route del ?
Please help.
Thanks,
Jacob
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
This is what I got. Which package do I need for ip neigh show?
# route del -net 87.7.167.224 netmask 255.255.255.240 eth0
SIOCDELRT: No such process
# route del -net 87.7.167.224 netmask 255.255.255.240 eth1
SIOCDELRT: No such process
# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse 
Iface
81.7.167.2240.0.0.0 255.255.255.240 U 0  00 eth0
81.7.167.2240.0.0.0 255.255.255.240 U 0  00 eth1
81.7.167.2240.0.0.0 255.255.255.240 U 0  00 
bond0
0.0.0.0 81.7.167.2250.0.0.0 UG0  00 
bond0

Sergio Basurto wrote:
ok, 

#route del -net 87.7.167.224 netmask 255.255.255.240
eth0
#route del -net 87.7.167.224 netmask 255.255.255.240
eth1
then run
#route -n 

and the output should not have the eth's entries.
#ip neigh show
and send the output

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
Sergio Basurto wrote:
#route del -host 87.7.167.224 eth0
#route del -host 87.7.167.224 eth1
# route del -host 87.7.167.224 eth0
SIOCDELRT: No such process
# route del -host 87.7.167.224 eth1
SIOCDELRT: No such process
# ip neigh show
81.7.167.225 dev bond0 lladdr 00:d0:00:e4:fc:0a nud reachable
I wish I could be more helpfull.
Thanks for your help so far!
Best regards, Jacob
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



The patch for my raid controller doesn't seem to work as I whish

2004-03-08 Thread Jacob Larsen
I am trying to enable my Promise FastTrak S150 TX2plus in my Debian machine.

The kernel is 2.4.22 and I have applied the following patch to the kernel.
http://packages.debian.org/testing/devel/kernel-patch-2.4-fasttraks150
I need to compile the driver into the kernel as the raid will cover / 
(root). But it doesn't seem to work.

This is my kernel config. What could be wrong?

#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
# CONFIG_SBUS is not set
CONFIG_UID16=y
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y
#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
CONFIG_M586=y
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_USE_STRING_486=y
CONFIG_X86_ALIGNMENT_16=y
CONFIG_X86_PPRO_FENCE=y
# CONFIG_X86_F00F_WORKS_OK is not set
CONFIG_X86_MCE=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_HIGHMEM is not set
# CONFIG_MATH_EMULATION is not set
# CONFIG_MTRR is not set
# CONFIG_BIGPHYS_AREA is not set
# CONFIG_SMP is not set
# CONFIG_X86_UP_APIC is not set
# CONFIG_X86_UP_IOAPIC is not set
# CONFIG_X86_TSC_DISABLE is not set
#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
# CONFIG_ISA is not set
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_HOTPLUG is not set
# CONFIG_PCMCIA is not set
# CONFIG_HOTPLUG_PCI is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
# CONFIG_PM is not set
# CONFIG_APM is not set
#
# ACPI Support
#
# CONFIG_ACPI is not set
# CONFIG_OPTIMISE_SIZE is not set
#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set
#
# Parallel port support
#
# CONFIG_PARPORT is not set
#
# Plug and Play configuration
#
CONFIG_PNP=y
CONFIG_ISAPNP=y
#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_CISS_SCSI_TAPE is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set
# CONFIG_BLK_STATS is not set
#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_BLK_DEV_LVM is not set
#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
# CONFIG_NETLINK_DEV is not set
# CONFIG_NETFILTER is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_NET_KEY=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
# CONFIG_INET_ECN is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_IPV6 is not set
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
# CONFIG_KHTTPD is not set
# CONFIG_ATM is not set
# CONFIG_VLAN_8021Q is not set
#
#
#
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
#
# Appletalk devices
#
# CONFIG_DEV_APPLETALK is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
#
# Telephony Support
#
# CONFIG_PHONE is not set
# CONFIG_PHONE_IXJ is not set
# CONFIG_PHONE_IXJ_PCMCIA is not set
#
# ATA/IDE/MFM/RLL support
#
CONFIG_IDE=y
#
# IDE, ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/ide.txt for help/info on IDE drives
#
#