Re: gen_initramfs_list.sh: Cannot open 'y'

From: Sam Ravnborg
Date: Sat Nov 12 2005 - 17:22:44 EST


On Sat, Nov 12, 2005 at 09:22:42PM +0100, Henrik Christian Grove wrote:
>
> When I try to compile a 2.6.14 kernel on my new laptop, I get the
> following error:
> x40:~/kerne/linux-2.6.14# make
> CHK include/linux/version.h
> CHK include/linux/compile.h
> dnsdomainname: Host name lookup failure
> CHK usr/initramfs_list
> /root/kerne/linux-2.6.14/scripts/gen_initramfs_list.sh: Cannot open 'y'
> make[1]: *** [usr/initramfs_list] Error 1
> make: *** [usr] Error 2
>
> I simply don't understand what it's trying to do, and google doesn't
> seem to know that error. Can anyone here help?

Root cause is dnsdomainname that fails.
Try to do:
echo domain.com > /etc/dnsdomainname

or similar - depending on distribution.
That should fix the dnsdomainname issue.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/