search for: config_root_nfs

Displaying 20 results from an estimated 38 matches for "config_root_nfs".

2003 May 22
0
[PATCH 2.5.69 2/3] Remove NFS root support from the kernel
...-> 1.6 # arch/arm/def-configs/graphicsclient 1.10 -> 1.11 # arch/mips/defconfig-decstation 1.6 -> 1.7 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/05/22 bos@serpentine.internal.keyresearch.com 1.1232 # Get rid of CONFIG_ROOT_NFS # -------------------------------------------- # 03/05/22 bos@serpentine.internal.keyresearch.com 1.1233 # Get rid of nfsroot. # -------------------------------------------- # 03/05/22 bos@serpentine.internal.keyresearch.com 1.1234 # Don't do anything if root=initramfs or root=/dev/nfs. # -----...
2006 Aug 23
1
CONFIG_ROOT_NFS?
I''m trying to build a linux/xen kernel that will run with an NFS root, with out much luck. I''ve edited src/xen-3.0.2-2/linux-2.6.16-xen/.config to include CONFIG_NFS_FS=y (was =m) CONFIG_ROOT_NFS=y (wasn''t there) after running "make kclean" and make "kernels" CONFIG_ROOT_NFS is gone (though the edit to CONFIG_NFS_FS remains): # # Network File Systems # CONFIG_NFS_FS=y CONFIG_NFS_V3=y # CONFIG_NFS_V3_ACL is not set CONFIG_NFS_V4=y CONFIG_NFS_DIRECTIO=y CONFIG_N...
2003 Oct 04
0
klibc: kbuild improvements
...# initramfs_data.o contains the initramfs_data.cpio.gz image. @@ -16,9 +14,16 @@ # but we need the information for the build as well, so it's duplicated # here. -initramfs-$(CONFIG_USR_KINIT) := $(obj)/kinit/kinit -initramfs-$(CONFIG_IP_PNP) += $(obj)/ipconfig/libipconfig.a -initramfs-$(CONFIG_ROOT_NFS) += $(obj)/nfsmount/libnfsmount.a +initramfs-$(CONFIG_IP_PNP) := $(obj)/ipconfig/ipconfig +usr_sdirs-$(CONFIG_IP_PNP) := $(obj)/ipconfig + +initramfs-$(CONFIG_ROOT_NFS) += $(obj)/nfsmount/nfsmount +usr_sdirs-$(CONFIG_ROOT_NFS) += $(obj)/nfsmount + +# kinit uses .a files from nfsmount and ipconfig...
2003 Dec 30
4
NFS error 101, again
...nvdr (append line broken for readability only) I also tried ip= instead of nfsaddrs= as well as ip=dhcp, no luck. Why in the world would the kernel not configure its IP values? It's a SuSE 8.0 default kernel, and it has everything set: CONFIG_NFS_FS=y CONFIG_NFS_V3=y CONFIG_NFS_DIRECTIO=y CONFIG_ROOT_NFS=y CONFIG_NFSD=m CONFIG_NFSD_V3=y CONFIG_NFSD_TCP=y ... CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y CONFIG_IP_PNP_BOOTP=y CONFIG_IP_PNP_RARP=y I could understand it is a config problem if the very same DHCP/TFTP/NFS server wasn't able to serve as an autoinstall server using the same settings for PXE b...
2008 Feb 27
2
NFSroot is acting strange in CentOS5
Hello all, I have observed a problem with a diskless PXE client I am attempting to configure. PXE/NFS/DHCP/TFTPd server is running CentOS5.1 and the Diskless workstation's root and kernel was extracted from a CentOS5.1 (custom kernel due to setting to enable Root File System support). Problem: When the diskless client boots and logs in I notice that my root user is being squashed, even if I
2003 Dec 17
1
PXE boot question
...ster. I have a master with NFS, DHCP, TFTP services running. I have installes syslinux 2.07 so I can use pxelinux to boot the clients via PXE. I've installed one of the clients with an hard drive and Linux on it (redhat 8). Compiled and clean up the kernel. Kernel boots fine on the local disk. CONFIG_ROOT_NFS is set to y on the client. I did copy the installation from the client hard disk to /tftpboot on the master. Copied vmlinuz, I used a kernel with no modules (to make things easier .. well that I thought), in /tftpboot. Setup the default in /tftpboot/pxelinux.cfg as follow: LABEL linux_test KER...
2003 May 22
0
Re: klibc and 2.6
Hi, Greg - The latest set of klibc work is all accessible from http://www.speakeasy.org/~bos Here's a brief description of each part. The patches are as independent as possible, and are in BitKeeper format. * ipconfig-2.5.69.patch removes ipconfig from the kernel, and prevents CONFIG_ROOT_NFS from working. * nfsroot-2.5.69.patch removes nfsroot from the kernel. * initramfs-2.5.69.patch (requires the nfsroot patch) stops do_mounts from doing anything if the kernel is passed root=/dev/nfs or root=initramfs. This is a stopgap until the rest of the junk...
2002 Jun 12
7
VFS: Cannot open root device, pxelinux nfsroot
Hi everyone, I got the error: NET4: Unix domain sockets 1.0/smp for linux NET4.0 ds: no socket drivers loaded request_module[block-major-8]: root fs not mounted VFS: Cannot open root device ""or 08:03 Please append a correct "root"boot option The strange thing is that it tries to mount from harddisk. This I got somewhere else: "the kernel looks like it is trying to
2003 Mar 27
3
pxelinux kernel 2.4.20 nfs server is not asked
intel etherexpress pro 100 nics at my lan, server with tftp, nfsserver and pxelinux running for about half a year at my lan. Hi, When I use a kernel v.2.4.20 the pxe boot loads the pxefiles, kernel and then stops asking for files from the server and complains about a "Root-NFS: No NFS server available, giving up." and messages about to insert a disk... ... the same .config used with
2002 Aug 31
0
Re: ATARAID on 2.4.19?
...gt; < # CONFIG_RAMFS is not set > --- > > CONFIG_RAMFS=y > 660d637 > < # CONFIG_NTFS_RW is not set > 664,665d640 > < # CONFIG_DEVFS_MOUNT is not set > < # CONFIG_DEVFS_DEBUG is not set > 668d642 > < # CONFIG_QNX4FS_RW is not set > 684d657 > < # CONFIG_ROOT_NFS is not set > 694,701d666 > < # CONFIG_NCPFS_PACKET_SIGNING is not set > < # CONFIG_NCPFS_IOCTL_LOCKING is not set > < # CONFIG_NCPFS_STRONG is not set > < # CONFIG_NCPFS_NFS_NS is not set > < # CONFIG_NCPFS_OS2_NS is not set > < # CONFIG_NCPFS_SMALLDOS is not...
2006 May 31
2
NFS root mount problem
Hello. =) I''m having a bit of trouble with my nfs xen installation and have spent much time trying to research/figure out this problem with no luck, so I''m hoping someone might be able to help me here. =) I''ve successfully installed xen 3.02 on Linux RH4 on my Sun single proc opteron v20z server. I''ve installed what I believe to be a base Linux OS on a
2010 Jul 30
0
Slow with some applications
...t # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set # CONFIG_ROMFS_FS is not set # CONFIG_SYSV_FS is not set # CONFIG_UFS_FS is not set # CONFIG_NILFS2_FS is not set CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=y CONFIG_NFS_V3=y CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=y # CONFIG_NFS_V4_1 is not set CONFIG_ROOT_NFS=y CONFIG_NFSD=y CONFIG_NFSD_V2_ACL=y CONFIG_NFSD_V3=y CONFIG_NFSD_V3_ACL=y CONFIG_NFSD_V4=y CONFIG_LOCKD=y CONFIG_LOCKD_V4=y CONFIG_EXPORTFS=y CONFIG_NFS_ACL_SUPPORT=y CONFIG_NFS_COMMON=y CONFIG_SUNRPC=y CONFIG_SUNRPC_GSS=y CONFIG_RPCSEC_GSS_KRB5=y CONFIG_RPCSEC_GSS_SPKM3=m # CONFIG_NCP_FS is not s...
2001 Oct 27
3
Strange memory stats with 2.4.13 and ext3
Hi, My gateway/firewall/mailserver machine has been running 2.4.13 for a day or so now. Its basically a stock Linus kernel + ext3-0.9.13 patch (for -pre6, with the rej fixed). I'm getting this in /proc/meminfo: total: used: free: shared: buffers: cached: Mem: 130179072 117489664 12689408 0 46854144 69632 Swap: 1073987584 10907648 1063079936 MemTotal: 127128
2006 Jun 26
0
[klibc 14/43] Remove in-kernel nfsroot code
...LOCKD tristate diff --git a/fs/nfs/Makefile b/fs/nfs/Makefile index ec61fd5..a06c590 100644 --- a/fs/nfs/Makefile +++ b/fs/nfs/Makefile @@ -6,7 +6,6 @@ obj-$(CONFIG_NFS_FS) += nfs.o nfs-y := dir.o file.o inode.o nfs2xdr.o pagelist.o \ proc.o read.o symlink.o unlink.o write.o -nfs-$(CONFIG_ROOT_NFS) += nfsroot.o mount_clnt.o nfs-$(CONFIG_NFS_V3) += nfs3proc.o nfs3xdr.o nfs-$(CONFIG_NFS_V3_ACL) += nfs3acl.o nfs-$(CONFIG_NFS_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4renewd.o \ diff --git a/fs/nfs/mount_clnt.c b/fs/nfs/mount_clnt.c deleted file mode 100644 index 445abb4..0000000 --- a...
2001 Aug 18
2
ext3 0.9.6 for kernel 2.4.9
This is just a rediff and retest - no ext3 changes in this release. http://www.uow.edu.au/~andrewm/linux/ext3/ The latest diff is against linux-2.4.9. The version of ext3 in -ac kernels is current. -ac's ext3 has the "buffer tracing" debug code removed from the non-ext3 files, so the 2.4.9 diff is more useful for bug hunting. I should generate a diff against -ac to enable
2002 Apr 22
3
[PATCH] open files in kjounald
Hello everybody! As I wrote in my mail the previous week ("BUG: 2.4.19pre1 & journal_thread & open filehandles") I followed the problem a little bit further. Here's my patch; I beg the ext3-maintainers (Stephen, Andreas, Andrew) to have a look at it and submit it to Marcelo and Linux for inclusion. (2.4 is for now for me more important than 2.5). Patch ----- On every
2005 Dec 15
3
VIA sata + Xen 3.0 boot lockup problems
Hello! I`m trying to boot a via sata machine with xen 3.0 with no sucess. It just freezes at this point: ********* ACPI: PCI Interrupt 0000:00:0f.0[B] -> Link [LNKB] -> GSI 10 (level,low) -> IRQ 10 sata_via (0000:00:0f.0): routed to hard irq line 10 ata1: SATA max UDMA/133 cmd 0xEFE0 ctl 0xEFAE bmdma 0xEF90 irq 10 ata2: SATA max UDMA/133 cmd 0xEFA0 ctl 0xEFAA bmdma 0xEF98 irq 10 ata1:
2004 Mar 27
0
Oops with md/ext3 on 2.4.25 on alpha architecture
...CONFIG_XFS_FS is not set # CONFIG_XFS_QUOTA is not set # CONFIG_XFS_RT is not set # CONFIG_XFS_TRACE is not set # CONFIG_XFS_DEBUG is not set # # Network File Systems # # CONFIG_CODA_FS is not set # CONFIG_INTERMEZZO_FS is not set CONFIG_NFS_FS=y CONFIG_NFS_V3=y # CONFIG_NFS_DIRECTIO is not set # CONFIG_ROOT_NFS is not set CONFIG_NFSD=y CONFIG_NFSD_V3=y # CONFIG_NFSD_TCP is not set CONFIG_SUNRPC=y CONFIG_LOCKD=y CONFIG_LOCKD_V4=y CONFIG_SMB_FS=y # CONFIG_SMB_NLS_DEFAULT is not set CONFIG_SMB_UNIX=y # CONFIG_NCP_FS is not set # CONFIG_NCPFS_PACKET_SIGNING is not set # CONFIG_NCPFS_IOCTL_LOCKING is not set #...
2003 May 22
0
[PATCH 2.5.69 1/3] remove ipconfig support from the kernel
...) - ; - - /* - * If the config information is insufficient (e.g., our IP address or - * IP address of the boot server is missing or we have multiple network - * interfaces and no default was set), use BOOTP or RARP to get the - * missing values. - */ - if (ic_myaddr == INADDR_NONE || -#ifdef CONFIG_ROOT_NFS - (MAJOR(ROOT_DEV) == UNNAMED_MAJOR - && root_server_addr == INADDR_NONE - && ic_servaddr == INADDR_NONE) || -#endif - ic_first_dev->next) { -#ifdef IPCONFIG_DYNAMIC - - int retries = CONF_OPEN_RETRIES; - - if (ic_dynamic() < 0) { - ic_close_devs(); - -...
2010 Jun 25
1
[SPAM] The Infamous "Device 0 (vif) could not be connected. Hotplug scripts not working."
..._FS is not set # CONFIG_OMFS_FS is not set # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set # CONFIG_ROMFS_FS is not set # CONFIG_SYSV_FS is not set # CONFIG_UFS_FS is not set CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=y CONFIG_NFS_V3=y CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=y CONFIG_NFS_V4_1=y CONFIG_ROOT_NFS=y CONFIG_NFSD=y CONFIG_NFSD_V2_ACL=y CONFIG_NFSD_V3=y CONFIG_NFSD_V3_ACL=y CONFIG_NFSD_V4=y CONFIG_LOCKD=y CONFIG_LOCKD_V4=y CONFIG_EXPORTFS=y CONFIG_NFS_ACL_SUPPORT=y CONFIG_NFS_COMMON=y CONFIG_SUNRPC=y CONFIG_SUNRPC_GSS=y CONFIG_RPCSEC_GSS_KRB5=y # CONFIG_RPCSEC_GSS_SPKM3 is not set # CONFIG_SMB_...