All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* dhcp, linuxppc and remote /usr
@ 1999-06-21 15:42 David Hoover
  1999-06-21 17:08 ` David De Ridder
  0 siblings, 1 reply; 2+ messages in thread
From: David Hoover @ 1999-06-21 15:42 UTC (permalink / raw
  To: linuxppc-dev


Hi,

It is generally desirable for a machine to be able to do it's basic
startup sequence even if /usr is not mounted yet (if for example it's
on a remote NFS server).  This is not the case with LinuxPPC when using
DHCP to get network parameters.

Briefly, DHCP booting does not work if /usr is mounted on a remote
server.  This is simply because /etc/rc.d/rc3.d/S10network uses the
'xargs' command (which is in /usr/bin instead of /bin).

(if you are wondering why somebody would do this, the idea is to
create a generic ZIP disk that can be used on any machine to start
up a full LinuxPPC session.  DHCP is used so that it's not
necessary to hardwire net addresses onto the boot disk).

I believe that either xargs should not be used in startup scripts, or
xargs should be in /bin by default.  After making this change, bootup
proceeds perfectly).

Just thought somebody might like to know this.

I'm not on this list--so please reply to me personally if you have
a comment.

Dave.

[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

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

* Re: dhcp, linuxppc and remote /usr
  1999-06-21 15:42 dhcp, linuxppc and remote /usr David Hoover
@ 1999-06-21 17:08 ` David De Ridder
  0 siblings, 0 replies; 2+ messages in thread
From: David De Ridder @ 1999-06-21 17:08 UTC (permalink / raw
  To: David Hoover; +Cc: linuxppc-dev


At 17:42 21-6-99 +0200, David Hoover wrote:

>It is generally desirable for a machine to be able to do it's basic
>startup sequence even if /usr is not mounted yet (if for example it's
>on a remote NFS server).  This is not the case with LinuxPPC when using
>DHCP to get network parameters.
>
>Briefly, DHCP booting does not work if /usr is mounted on a remote
>server.  This is simply because /etc/rc.d/rc3.d/S10network uses the
>'xargs' command (which is in /usr/bin instead of /bin).

 I am booting this way, from an MVME2306 board without harddisk.
 The server providing the kernel also serves as root nfs server,
 apart from /usr (due to a lack of space). The /usr fs is on
 another (DEC) machine. This is no problemo at all - but I am
 using BOOTP instead of DHCP (because the boards primary 
 bootsequence needs it).

>(if you are wondering why somebody would do this, the idea is to
>create a generic ZIP disk that can be used on any machine to start
>up a full LinuxPPC session.  DHCP is used so that it's not
>necessary to hardwire net addresses onto the boot disk).

 I don't either. The /usr system is cleanly mounted while booting
 the init scripts.

>I believe that either xargs should not be used in startup scripts, or
>xargs should be in /bin by default.  After making this change, bootup
>proceeds perfectly).

 That would be my first thought too.

>Just thought somebody might like to know this.

 Thanks for sharing,

+-----------------------------------------------------------------+
  David 'Septimus' De Ridder       <david.de.ridder@bitsmart.com> 

"Never underestimate the power of the soul unleashed."
 - 'Essence Flare' (M:TG)

+-----------------------------------------------------------------+
  


[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

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

end of thread, other threads:[~1999-06-21 17:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-06-21 15:42 dhcp, linuxppc and remote /usr David Hoover
1999-06-21 17:08 ` David De Ridder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.