Displaying 20 results from an estimated 10000 matches similar to: "Early-userspace development"
2006 Oct 03
2
The future of klibc in the kernel
Well, as of right now, both Linus and Andrew have rejected klibc in the
kernel based on "it doesn't add anything new" (Linus) and "lack of
interest" (Andrew). It seems that there is little hope of getting it
into the kernel any time soon, unless there is additional features,
and/or people start actively asking for it.
I would appreciate hearing suggestions. The
2008 Mar 27
3
difference between busybox and klibc (faq?)
Hello
what is the difference between busybox and klibc?
Say, I want to use an initramfs in order to mount root over nfs, I can
choose to use klibc with ipconfig and nfsmount? But I can also choose to use
busybox with ifconfig and mount.
So what's the difference, and why and in which case one is preferable to the
other?
If it's a FAQ, I'm sorry, just give me the link
Thanks
2003 Oct 30
2
TFTP & Network after booting kernel
Hello all,
We are trying to make our own NFSroot via PXELINUX without the e1000
ethernet module compiled into the kernel. All works fine, we have a ramdisk
that can setup networking from information provided by $ip, however I would
like to download the specific e1000.o via tftp before inserting it into to
the kernel. Since ramdisks are static I rather not have the situation where
we have to
2003 Nov 13
2
early userspace goals
Hi,
I've been messing around with the early userspace for the last couple
days. What are the goals of early userspace? Is the end goal to use
it as an initrd replacement or is it simply to do all the mounting
(nfsroot, initrd, hard disk) that is currently done in init/do_mounts*?
thanks
mh
--
Martin Hicks Wild Open Source Inc.
mort@wildopensource.com 613-266-2296
2003 Oct 13
5
initramfs as an initrd replacement
Hi ,
One of the things I am working on requires me to have a kernel and an
initrd (as root filesystem , based on busybox) in one single image. I am
trying to use initramfs for this, but there are a few things that I just
can't figure out.
As a test, I made a cpio archive of my own for the kernel source (plain
2.6.0-test5). Everything gets unpacked just fine during boot. Somehow I
was
2020 Jun 25
5
process '/usr/bin/rsync' started with executable stack
On Thu, Jun 25, 2020 at 01:04:29PM +0300, Dan Carpenter wrote:
> On Wed, Jun 24, 2020 at 12:39:24PM -0700, Kees Cook wrote:
> > On Wed, Jun 24, 2020 at 07:51:48PM +0300, Dan Carpenter wrote:
> > > In Debian testing the initrd triggers the warning.
> > >
> > > [ 34.529809] process '/usr/bin/fstype' started with executable stack
> >
> >
2003 Nov 30
2
Early-userspace and swapping
I just recently posted a patch to the linux-kernel mailing list to move
rootfs/initramfs from ramfs to tmpfs. Now I'd like to test this out better.
Currently I'm only using initramfs to store data so I'm new the this
klibc thing. Tommorrow I'm going to try to get klibc working to run
some programs in early-userspace. From what I've read so far, i'll need
a swapon
2011 Jul 04
2
Linux early userspace doubts
Hi,
I am a newbie into kernel booting process.
I have read few things about boot process of the linux kernel. I am stuck at
few things, which I am confident, someone from the list might help on -
- If I pass a ramfs image as an intrd paramter from the bootloader (say
grub), then will the kernel treat this as a ramfs image only?
- initrd image is also, packed using cpio archive, then
2020 Mar 15
0
How to create a Bootable Live CD/DVD from your Linux From Scratch (LFS) build
Subject of Hint: How to create a Bootable Live CD/DVD from your Linux
From Scratch (LFS) build
Good day from Singapore,
I am Mr. Turritopsis Dohrnii Teo En Ming, based in Singapore.
I have recently *successfully* created my own custom Linux distribution
called Teo En Ming Linux 2020.03 (FINAL), which is based on
Linux From Scratch 20200302-systemd book and Linux Kernel 5.5.7, on 12
March
2013 Sep 09
2
Re: Problems with user namespaces
I applied your patch, but no success. What bothers me is that connection
gets reseted. By the way, i'm using systemd, with process started in
forking mode and as daemon. Could this cause any problems?
This is my libvirtd.conf, if it helps anything:
unix_sock_group = "libvirtd"
unix_sock_rw_perms = "0770"
auth_unix_ro = "none"
auth_unix_rw = "none"
Can
2005 Apr 04
0
problem about initramfs
dear friend.
i have mips board with BCM sibyte 1125CPU(use board sibyte 1250 swarm.)
i use linux-kernel 2.6.12-rc1 download from linux-mips.com
i use kernel 2.4.26 before this time, it's work ok at 2.4.26 with
Ramdisk-busybox
when i try to use ramdisk in 2.6.1x version, i found that ramdisk i not
exist,
i don't known how to use it again(i had try a patch for get ramdisk init
to
2013 Sep 06
3
Re: Problems with user namespaces
Hello!
Okay i tried again with only staticly linked busybox:
offlinehacker:~/ $ /home/offlinehacker/busybox/busybox
BusyBox v1.17.1 (Debian 1:1.17.1-8) multi-call binary.
Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.
....
Again my id:
uid=499(offlinehacker) gid=100(users)
2007 Apr 18
1
[Bridge] RE: [Xen-devel] nfsroot and brige (fwd)
any comments?
if nothing else, is there any way to atomically setup bridge?
not on list, please cc.
---------- Forwarded message ----------
Date: Wed, 12 Jan 2005 21:08:15 -0000
From: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk>
To: Adam Sulmicki <adam@cfar.umd.edu>, xen-devel@lists.sourceforge.net
Subject: RE: [Xen-devel] nfsroot and brige
> hello,
> it seems like a catch-22 to
2023 Mar 22
3
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On 3/21/23 18:28, Eric Blake wrote:
> it is indeed a bug in busybox now that POSIX is moving towards
> standardizing realpath, so I've filed it:
> https://bugs.busybox.net/show_bug.cgi?id=15466
I've found another busybox bug.
The "/bin/sh" utility is provided by busybox as well (via the usual symlinking).
Per POSIX, if
execvp(file, { argv[0], argv[1], ..., NULL })
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On Wed, Mar 22, 2023 at 03:45:17PM +0100, Laszlo Ersek wrote:
> On 3/21/23 18:28, Eric Blake wrote:
>
> > it is indeed a bug in busybox now that POSIX is moving towards
> > standardizing realpath, so I've filed it:
> > https://bugs.busybox.net/show_bug.cgi?id=15466
>
> I've found another busybox bug.
>
> The "/bin/sh" utility is provided by
2006 Jan 26
1
nfs root filesystem problem
Hi ,
I am doing some tests with klibc 1.1.16. I would like to have my
root file system on an nfs export , but the /etc folder it to be mounted
from a different nfs export.
I am using 2.6.15.1 with initrd ramdisk initramfs nfsroot etc
compiled in. My pxelinux.cfg looks like this:
default opteron
label opteron
kernel gentoo/vmlinuz-opteron
append initrd=gentoo/initramfs.img ip=dhcp
2010 Feb 05
2
busybox for centos
Hi,
I am trying to build busybox for the centos-5.3,but facing issues in
installing the busybox executable into the centos
filesystem. Is it possible to build a busybox for a server platform (x86)
with centos.
Thanks and Regards,
Premraj
Disclaimer : This message is proprietary to Smartlink Network Systems Limited and is intended solely for the use of the individual to whom it is
2011 Jul 28
1
refactoring do-mounts out of kinit
So, today, I'm using kinit from our initramfs to handle early boot up
sequence. Our init is actually a shell script that does a some setup
stuff (plugging values into appropriate proc files mostly), and the
script currently passes on to kinit by finishing with "exec /kinit
"$@"".
I have a situation now though, where due to some ubuntu weirdness, I
seem to need to do
2023 Mar 22
2
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On 3/22/23 15:45, Laszlo Ersek wrote:
> On 3/21/23 18:28, Eric Blake wrote:
>
>> it is indeed a bug in busybox now that POSIX is moving towards
>> standardizing realpath, so I've filed it:
>> https://bugs.busybox.net/show_bug.cgi?id=15466
>
> I've found another busybox bug.
>
> The "/bin/sh" utility is provided by busybox as well (via the
2023 Mar 21
2
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On Tue, Mar 21, 2023 at 03:56:22PM +0100, Laszlo Ersek wrote:
> > $ podman build -f ci/containers/alpine-edge.Dockerfile -t libnbd-alpine-edge
> > $ podman run -it --rm --userns=keep-id -v .:/repo:z -w /repo libnbd-alpine-edge bash
> > $ ./configure
> > $ make check
> > $ grep tmpd= lib/test-suite.log
> > + tmpd=/tmp/tmp.EMgKeF
> > $ /tmp/tmp.EMgKeF/bin/f