9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] that FC4 problem I mentioned yesterday
@ 2006-12-22  5:14 ron minnich
  2006-12-25  9:40 ` Sergey Zhilkin
  0 siblings, 1 reply; 4+ messages in thread
From: ron minnich @ 2006-12-22  5:14 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

turns out that the various linux distros have forked /sbin/init. So
given a kernel from one distro, its correct operation with /sbin/init
from another is not guaranteed.

most excellent! I want perllinux.

ron


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] that FC4 problem I mentioned yesterday
  2006-12-22  5:14 [9fans] that FC4 problem I mentioned yesterday ron minnich
@ 2006-12-25  9:40 ` Sergey Zhilkin
  2006-12-25 15:58   ` ron minnich
  0 siblings, 1 reply; 4+ messages in thread
From: Sergey Zhilkin @ 2006-12-25  9:40 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 509 bytes --]

2006/12/22, ron minnich <rminnich@gmail.com>:
>
> turns out that the various linux distros have forked /sbin/init. So
> given a kernel from one distro, its correct operation with /sbin/init
> from another is not guaranteed.
>
> most excellent! I want perllinux.
>
> ron
>

Hmmmm :) Very interesting :)
I'm using Linux (Slackware) from 2.0 ...
/sbin/init maybe any static binary ...
May be initrd(4) is wrong. You may use init=
boot parameter to tell kernel what binary to use.


-- 
С Уважением
Жилкин Сергей

[-- Attachment #2: Type: text/html, Size: 803 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] that FC4 problem I mentioned yesterday
  2006-12-25  9:40 ` Sergey Zhilkin
@ 2006-12-25 15:58   ` ron minnich
  2006-12-25 19:34     ` Sergey Zhilkin
  0 siblings, 1 reply; 4+ messages in thread
From: ron minnich @ 2006-12-25 15:58 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 12/25/06, Sergey Zhilkin <szhilkin@gmail.com> wrote:
>  I'm using Linux (Slackware) from 2.0 ...
>  /sbin/init maybe any static binary ...
>  May be initrd(4) is wrong. You may use init=
>  boot parameter to tell kernel what binary to use.

that's what I'm doing on FC4. init=/bin/bash

ron


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] that FC4 problem I mentioned yesterday
  2006-12-25 15:58   ` ron minnich
@ 2006-12-25 19:34     ` Sergey Zhilkin
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Zhilkin @ 2006-12-25 19:34 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 768 bytes --]

2006/12/25, ron minnich <rminnich@gmail.com>:
>
> On 12/25/06, Sergey Zhilkin <szhilkin@gmail.com> wrote:
> >  I'm using Linux (Slackware) from 2.0 ...
> >  /sbin/init maybe any static binary ...
> >  May be initrd(4) is wrong. You may use init=
> >  boot parameter to tell kernel what binary to use.
>
> that's what I'm doing on FC4. init=/bin/bash
>
> ron
>

ldd /bin/bash ???
I've got:
robot12@hometux:~$ ldd /bin/bash
        linux-gate.so.1 =>  (0xffffe000)
        libtermcap.so.2 => /lib/libtermcap.so.2 (0xb7faf000)
        libdl.so.2 => /lib/tls/libdl.so.2 (0xb7faa000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7e8e000)
        /lib/ld-linux.so.2 (0xb7fc7000)
robot12@hometux:~$

/bin/bash is dynamic and /sbin/init is static
-- 
С Уважением
Жилкин Сергей

[-- Attachment #2: Type: text/html, Size: 1376 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-12-25 19:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-22  5:14 [9fans] that FC4 problem I mentioned yesterday ron minnich
2006-12-25  9:40 ` Sergey Zhilkin
2006-12-25 15:58   ` ron minnich
2006-12-25 19:34     ` Sergey Zhilkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).