Diskless PXE and hal

2012-09-24 Thread Marko Cupać
I am booting 9.0-RELEASE-p4 i386 over PXE with read-only root. I need hal in order to autoprobe video cards, mouses, keyboards etc. due to different hardware of clients, but it does not work. Invoking it from command line gives me error: # hald --daemon=no --verbose=yes 15:00:11.984 [I] hald.c:673

Re: nfs v2/v3 and diskless boot problem

2008-01-03 Thread Eric Anderson
r can it be > 28bytes. Yea, FreeBSD is making the assumption that all NFS servers will use the same size FH for NFSv3. That is just wrong. carful, I think this is the case only if fsb is the server, it will 'probably' accept filehandles of other sizes from other servers. I&#x

Re: nfs v2/v3 and diskless boot problem

2008-01-03 Thread Danny Braniss
the assumption that all NFS servers will use the > same size FH for NFSv3. That is just wrong. > carful, I think this is the case only if fsb is the server, it will 'probably' accept filehandles of other sizes from other servers. > The FH is a server created opaque ha

Re: nfs v2/v3 and diskless boot problem

2008-01-03 Thread Eric Anderson
Danny Braniss wrote: Danny Braniss wrote: Danny Braniss wrote: there is an undocumented option: boot-nfsroot-options that the diskeless boot can use. I tried boot-nfsroot-options = "nfsv3" since the pxeboot does the initial mount via nfsv2, and this has at least one problem: removing

Re: nfs v2/v3 and diskless boot problem

2008-01-02 Thread Danny Braniss
> Danny Braniss wrote: > >> Danny Braniss wrote: > >>> there is an undocumented option: > >>> boot-nfsroot-options > >>> that the diskeless boot can use. I tried > >>> boot-nfsroot-options = "nfsv3" > >>> since the pxeboot does the initial mount via nfsv2, and this has at least > >>> one probl

Re: nfs v2/v3 and diskless boot problem

2008-01-02 Thread Eric Anderson
Danny Braniss wrote: Danny Braniss wrote: there is an undocumented option: boot-nfsroot-options that the diskeless boot can use. I tried boot-nfsroot-options = "nfsv3" since the pxeboot does the initial mount via nfsv2, and this has at least one problem: removing a file from the reado

Re: nfs v2/v3 and diskless boot problem

2008-01-02 Thread Danny Braniss
> Danny Braniss wrote: > > there is an undocumented option: > > boot-nfsroot-options > > that the diskeless boot can use. I tried > > boot-nfsroot-options = "nfsv3" > > since the pxeboot does the initial mount via nfsv2, and this has at least > > one problem: removing a file from the reado

Re: nfs v2/v3 and diskless boot problem

2008-01-02 Thread Eric Anderson
Danny Braniss wrote: there is an undocumented option: boot-nfsroot-options that the diskeless boot can use. I tried boot-nfsroot-options = "nfsv3" since the pxeboot does the initial mount via nfsv2, and this has at least one problem: removing a file from the readonly / will hang the sy

nfs v2/v3 and diskless boot problem

2008-01-02 Thread Danny Braniss
there is an undocumented option: boot-nfsroot-options that the diskeless boot can use. I tried boot-nfsroot-options = "nfsv3" since the pxeboot does the initial mount via nfsv2, and this has at least one problem: removing a file from the readonly / will hang the system. so, the re

diskless and the 21st. century

2007-12-21 Thread Danny Braniss
Hi, Being a great fan of diskless/dataless hosts, I'm always looking for ways to reduce the administration 'overhead'. One issue is the number of different /(root) needed - one for each platform/os-version at least. Another issue is the particular configuration of a host, mo

Re: diskless/rm causing deadlock?

2007-04-19 Thread Danny Braniss
lso true for 6.2. > > /(root) is mounted diskless, doing rm of a file in /, even as a lowly mor= > tal > > will hang the network, and hence everything. > > on a 6.1 system, it works as expected. > >=20 > > badwolf> rm /usr/ports > > rm: /usr/ports: Read-only fil

Re: diskless/rm causing deadlock?

2007-04-04 Thread Kris Kennaway
On Wed, Apr 04, 2007 at 11:55:10AM +0300, Danny Braniss wrote: > I stumbled on this in -current, but it's also true for 6.2. > /(root) is mounted diskless, doing rm of a file in /, even as a lowly mortal > will hang the network, and hence everything. > on a 6.1 system, it

diskless/rm causing deadlock?

2007-04-04 Thread Danny Braniss
I stumbled on this in -current, but it's also true for 6.2. /(root) is mounted diskless, doing rm of a file in /, even as a lowly mortal will hang the network, and hence everything. on a 6.1 system, it works as expected. badwolf> rm /usr/ports rm: /usr/ports: Read-only file system i&#

Re: diskless boot /usr/local/etc/rc.d/ scripts do not run, why?

2007-02-01 Thread Artem Kazakov
Hi, Brooks! Thanks for the advice, it helped! > I have to say that I use this loader.rc for network boot: > load /boot/kernel/kernel > echo \007\007 > set console="vidconsole" > autoboot Do you by chance have a /boot.config? It sounds like your system is probably running on a serial console.

Re: diskless boot /usr/local/etc/rc.d/ scripts do not run, why?

2007-02-01 Thread Brooks Davis
executed during the > boot process? > Is there some kind of option to change this? > Or may be I misconfigured something ? If you boot diskless and /usr or /usr/local is a seperate NFS mount you must adjust the value of the rc.conf(5) variable early_late_divider for your scripts to be proces

diskless boot /usr/local/etc/rc.d/ scripts do not run, why?

2007-01-31 Thread Artem Kazakov
Hello everyone, I'm using 6-stable on 4 amd64 machines. One of them has FreeBSD on its local hard drive and others are booted via network with PXE. But I encounter that /usr/local/etc/rc.d/* are not executed during the boot process? Is there some kind of option to change this? Or may be I misconf

Re: diskless: meaning of conf/base ?

2005-10-18 Thread Brooks Davis
On Tue, Oct 18, 2005 at 10:31:43AM +0200, Marco Molteni wrote: > Hi, > > lately I have been playing with diskless booting with 6.x and 7.x. > I understand how the whole /conf overriding mechanism works, and > I think it is useful. > > What I am missing is the usefulness of

diskless: meaning of conf/base ?

2005-10-18 Thread Marco Molteni
Hi, lately I have been playing with diskless booting with 6.x and 7.x. I understand how the whole /conf overriding mechanism works, and I think it is useful. What I am missing is the usefulness of conf/base, especially conf/base/etc, that diskless(8) suggests to fill with the same etc in

Re: diskless broken in 6.x ?

2005-10-05 Thread Marco Molteni
On Wed, 5 Oct 2005 13:14:14 -0700 Brooks Davis <[EMAIL PROTECTED]> wrote: > On Wed, Oct 05, 2005 at 09:07:58PM +0200, Marco Molteni wrote: > > Hi, > > > > I am trying to boot a diskless box (via PXE), both server and > > diskless run FreeBSD 6.0-BETA4.

Re: diskless broken in 6.x ?

2005-10-05 Thread Brooks Davis
On Wed, Oct 05, 2005 at 09:07:58PM +0200, Marco Molteni wrote: > Hi, > > I am trying to boot a diskless box (via PXE), both server and diskless > run FreeBSD 6.0-BETA4. The diskless machine hangs after printing > the date on the console. I added debug output to /etc/rc, > /et

diskless broken in 6.x ?

2005-10-05 Thread Marco Molteni
Hi, I am trying to boot a diskless box (via PXE), both server and diskless run FreeBSD 6.0-BETA4. The diskless machine hangs after printing the date on the console. I added debug output to /etc/rc, /etc/initdiskless and finally /sbin/init. It seems to hang in init after calling multi_user(). A

NFS - MNT_NOEXEC [WAS Re: MNT_NOEXEC on root filesystem with diskless PXE boot?]

2005-08-25 Thread Sten Spans
On Thu, 31 Mar 2005, Colin Percival wrote: Tom Alsberg wrote: Perhaps this should go to -STABLE, I just couldn't be sure. It will get more attention on freebsd-stable@, so I'm CCing that list. We are trying out FreeBSD 5.4-PRERELEASE on diskless clients. I noticed one problem,

Diskless on FreeBSD 5.4-stable

2005-08-12 Thread jumbler chi
e/examples/diskless/clone_root ) 2. install isc-dhcp3-server port , and configure the dhcpd.conf 3. setup TFTP service and NFS service both. 4. get etherboot Image file via following web site, and 'dd' this image to floppy disk. http://rom-o-matic.net/5.2.6/build.php?version=5.2.6&F=&arc

Diskless boot problem

2005-05-19 Thread Sławek Żak
kup ERROR: Stale NFS file handle I wonder where the `Stale NFS handle' error comes from, as the client doesn't seem to have mounted the filesystem over NFS from what I can see. On the console of the diskless I have this: NFS ROOT: 10.158.190.73:/var/www/FreeBSD-5.4-x86-PXE em0: Link is up

Re: MNT_NOEXEC on root filesystem with diskless PXE boot?

2005-03-31 Thread Colin Percival
Tom Alsberg wrote: > Perhaps this should go to -STABLE, I just couldn't be sure. It will get more attention on freebsd-stable@, so I'm CCing that list. > We are trying out FreeBSD 5.4-PRERELEASE on diskless clients. I > noticed one problem, being that when setting the LD_LIB

MNT_NOEXEC on root filesystem with diskless PXE boot?

2005-03-31 Thread Tom Alsberg
Perhaps this should go to -STABLE, I just couldn't be sure. We are trying out FreeBSD 5.4-PRERELEASE on diskless clients. I noticed one problem, being that when setting the LD_LIBRARY_PATH (or for that matter, LD_PRELOAD, and LD_LIBMAP_DISABLE) environment variables, nothing will ru

5.2.1 diskless linux emul panic

2004-03-16 Thread mark
Hey all, I'm running 5.2.1-p1 on trying to do PXEBOOT, nfs root, mfs tmp and var. It all works great, but when I try to execute a linux binary, I get a panic "double fault". Sometimes it shows "nfs_getpages: error: 70". That's the error for stale file. I'm guessing linux emul is trying to do so

Re: kernel environment between reboots, diskless

2004-01-15 Thread Ted Unangst
On Wed, 14 Jan 2004, Steve Watt wrote: > I'm trying to see if there's a way to get that information into the > loader (or the driver) in some way that doesn't require rewriting a file > in the flash every reboot, to avoid flash write cycles. > > I know there's some amount of NVRAM in PCs, but didn

Re: kernel environment between reboots, diskless

2004-01-15 Thread Danny Braniss
ftp://ftp.cs.huji.ac.il/users/danny/freebsd/diskless-boot/ or http://www.freebsd.org/cgi/query-pr.cgi?pr=61239 danny ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: kernel environment between reboots, diskless

2004-01-14 Thread Steve Watt
is that it would be easy to } script changes on the server as opposed to changes on the flash card. } You also don't need to worry about wearing out the server's disks. Ah! I see how that works. Only catch is, I'm getting a strange result when trying diskless boots. I've got

Re: kernel environment between reboots, diskless

2004-01-14 Thread Brooks Davis
On Wed, Jan 14, 2004 at 01:16:01PM -0800, Steve Watt wrote: > On Jan 14, 13:11, Brooks Davis wrote: > } On Wed, Jan 14, 2004 at 12:55:49PM -0800, Steve Watt wrote: > } > I'm working on a dataless system that will be booting and rooting > } > from flash for some environmental chamber (thermal) tests

Re: kernel environment between reboots, diskless

2004-01-14 Thread Steve Watt
On Jan 14, 13:11, Brooks Davis wrote: } On Wed, Jan 14, 2004 at 12:55:49PM -0800, Steve Watt wrote: } > I'm working on a dataless system that will be booting and rooting } > from flash for some environmental chamber (thermal) tests, and } > logging the results to an NFS server outside the chamber.

Re: kernel environment between reboots, diskless

2004-01-14 Thread Brooks Davis
On Wed, Jan 14, 2004 at 12:55:49PM -0800, Steve Watt wrote: > Greetings, > > I'm working on a dataless system that will be booting and rooting > from flash for some environmental chamber (thermal) tests, and > logging the results to an NFS server outside the chamber. I've got to ask, if you're in

kernel environment between reboots, diskless

2004-01-14 Thread Steve Watt
Greetings, I'm working on a dataless system that will be booting and rooting from flash for some environmental chamber (thermal) tests, and logging the results to an NFS server outside the chamber. The problem is that the driver for the card under test only supports one card at a time. That's re

Re: diskless problems

2004-01-12 Thread Danny Braniss
i re-applied the patches to the latest bootp.c, and took care not to botch up the tabs, but my user friendly emacs was not too helpful :-) (the diff is now about 500 lines) the PR is: http://www.freebsd.org/cgi/query-pr.cgi?pr=61239 thanks, danny > Sounds very interesting indeed.

Re: diskless problems

2004-01-11 Thread Robert Watson
.ac.il/users/danny/freebsd/diskless-boot/ > > these are a bit date, but the uptodated stuff is actively being used > here, so if there is some interest i could update it. Sounds very interesting indeed. Could you: (1) Update it to bootp.c:1.5; this just removed 'register'

Re: diskless problems

2004-01-11 Thread Danny Braniss
while the subject is being revived, there are some changes/additions I made to libstand/bootp.c, it exports all the dhcp tags so that they are available to rc.diskless? or rc.d/initdiskless via kenv check out ftp://ftp.cs.huji.ac.il/users/danny/freebsd/diskless-boot/ these are a bit date

Re: diskless problems

2004-01-10 Thread Robert Watson
On Sat, 10 Jan 2004, Dag-Erling Smørgrav wrote: > Robert Watson <[EMAIL PROTECTED]> writes: > > On Sat, 10 Jan 2004, Dag-Erling Smørgrav wrote: > > > I'll try again without the BOOTP options... > > Yeah. Our PXE booting support isn't really the same

Re: diskless problems

2004-01-10 Thread Dag-Erling Smørgrav
Robert Watson <[EMAIL PROTECTED]> writes: > On Sat, 10 Jan 2004, Dag-Erling Smørgrav wrote: > > I'll try again without the BOOTP options... > Yeah. Our PXE booting support isn't really the same as the traditional > diskless booting environment. It works

Re: diskless problems

2004-01-10 Thread Robert Watson
p] [tos 0x10] > 22:18:38.239936 0:40:63:c4:60:3d ff:ff:ff:ff:ff:ff 0800 1502: 0.0.0.0.68 > > 255.255.255.255.67: xid:0x0001 flags:0x8000 [|bootp] [ttl 1] > > > What kernel configuration are you using? Are there multiple ethernet > > devices in the system? > > I f

Re: diskless problems

2004-01-10 Thread Dag-Erling Smørgrav
8000 [|bootp] [ttl 1] > What kernel configuration are you using? Are there multiple ethernet > devices in the system? I followed the advice from the diskless(8) man page. There's only one interface, and tcpdump clearly shows that the DHCP server recieves a request but does not

Re: diskless problems

2004-01-10 Thread Robert Watson
On Sat, 10 Jan 2004, Dag-Erling Smørgrav wrote: > I'm trying to set up a VIA C3-based mini-ITX box for diskless boot using > isc-dhcpd 3.0 from ports. The kernel and modules load fine, but > isc-dhcpd doesn't seem to answer the kernel's DHCP discover message. > >

diskless problems

2004-01-10 Thread Dag-Erling Smørgrav
I'm trying to set up a VIA C3-based mini-ITX box for diskless boot using isc-dhcpd 3.0 from ports. The kernel and modules load fine, but isc-dhcpd doesn't seem to answer the kernel's DHCP discover message. The following is a tcpdump of the traffic the DHCP server sees. I

Re: Diskless on 4.9R

2003-12-19 Thread Brooks Davis
On Fri, Dec 19, 2003 at 04:58:22PM +, Bob Bishop wrote: > Hi, > > Anyone got diskless working on 4.9R? Probes look OK then I'm getting: > > ... > Mounting root from nfs:192.168.0.1:/diskless4.9 > missing device name > setrootbyname failed > SMP: AP CPU #3 Lan

Diskless on 4.9R - SOLVED

2003-12-19 Thread Bob Bishop
Hi, I wrote: Anyone got diskless working on 4.9R? Probes look OK then I'm getting: ... Mounting root from nfs:192.168.0.1:/diskless4.9 missing device name setrootbyname failed SMP: AP CPU #3 Lanuched! SMP: AP CPU #2 Lanuched! SMP: AP CPU #1 Lanuched! panic: nfs_mountroot: RTM_ADD: 51 [etc]

Diskless on 4.9R

2003-12-19 Thread Bob Bishop
Hi, Anyone got diskless working on 4.9R? Probes look OK then I'm getting: ... Mounting root from nfs:192.168.0.1:/diskless4.9 missing device name setrootbyname failed SMP: AP CPU #3 Lanuched! SMP: AP CPU #2 Lanuched! SMP: AP CPU #1 Lanuched! panic: nfs_mountroot: RTM_ADD: 51 [etc] This is a

doing things around rc.d/diskless

2003-05-27 Thread Brooks Davis
On some diskless 4.x systems, I've got the following patch in place to let me do things before and after rc.diskless2 does it's stuff: Index: rc.diskless2 === RCS file: /usr/cvs/src/etc/Attic/rc.diskless2,v retrievin

Re: Diskless booting with codafs

2002-11-26 Thread Robert Watson
On Tue, 26 Nov 2002, Cosmin Stroe wrote: > Is there a codafs diskless booting option available for FreeBSD .. > something similar to the NFS_ROOT option available currently in the > kernel ? > > Is there even CODA fs builtin kernel support ? Unlike many network file systems, C

Diskless booting with codafs

2002-11-26 Thread Cosmin Stroe
Hello, Is there a codafs diskless booting option available for FreeBSD .. something similar to the NFS_ROOT option available currently in the kernel ? Is there even CODA fs builtin kernel support ? Thank you. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

Re: Diskless USB Issue

2002-02-06 Thread Predius
I've played around with this a bit, and so far on my other test systems, as long as I don't do anything beyond basic booting, ie load a mem manager, device drivers, etc, it seems to work pretty well. Near as I can tell the problem I'm running up against is in the initilization of the mii section

Re: Diskless USB Issue

2002-02-06 Thread Dan Nelson
In the last episode (Feb 06), Predius said: > > Parasite (iPaq): 32MB Compact Flash card, formated as a FAT fs, loads DOS, > > and uses dosboot.com (from netbsd) to load a freebsd kernel on the > > filesystem. > > Looks like I stumped freebsd-questions, anyone else care to take a whack at > this?

Fw: Diskless USB Issue

2002-02-06 Thread Predius
Looks like I stumped freebsd-questions, anyone else care to take a whack at this? Joshua Coombs - Original Message - From: "Predius" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 05, 2002 11:47 PM Subject: Diskless USB Issue > I'm

Re: Almost diskless workstation

2002-01-16 Thread Alfred Perlstein
* Robert Thoelen III <[EMAIL PROTECTED]> [020116 11:29] wrote: > Sorry about the previous empty post. I am trying > create a filesystem on a server running FreeBSD at > work. I would like to create a floppy that would > mount the filesystem by NFS. This way, on any given > machine at work, I co

Re: Almost diskless workstation

2002-01-16 Thread Chris Faulhaber
machine at work, I could put the floppy in and turn it > into a BSD workstation, without manipulating the hard > disk. > Have you checked out the Handbook, in particular section 17.5 Diskless Operation at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/diskless.html -- Chr

Almost diskless workstation

2002-01-16 Thread Robert Thoelen III
Sorry about the previous empty post. I am trying create a filesystem on a server running FreeBSD at work. I would like to create a floppy that would mount the filesystem by NFS. This way, on any given machine at work, I could put the floppy in and turn it into a BSD workstation, without manipul

Re: diskless

2001-08-13 Thread Michael Sinz
of > > 2-3 different filesystems, so between the mounts you have to populate > > /conf/etc as well. > > that's why im using /etc and not /conf/etc, it was becoming to complicated > having > more than one /etc. the nice thing is that i can use the same root for non >

Re: diskless

2001-08-13 Thread Danny Braniss
/conf/etc as well. that's why im using /etc and not /conf/etc, it was becoming to complicated having more than one /etc. the nice thing is that i can use the same root for non diskless too. > > cheers > luigi chiao danny To Unsubscribe: send mail to [EMAIL

Re: diskless

2001-08-13 Thread Luigi Rizzo
> hi, > i modified rc.diskless1 to use union fs like: > > mount_md 1024 /conf/etc 0 > mount -t union /conf/etc /etc > > any reason why this might be problematic? not sure, i think i tried this at some point and had problems with bugs in the implementation of mount_union. If it works for

Re: Wanted: swapped backed disk on a diskless machine

2001-07-28 Thread Dima Dorfman
David Gilbert <[EMAIL PROTECTED]> writes: > > "Dima" == Dima Dorfman <[EMAIL PROTECTED]> writes: > Dima> Only the `malloc' md type (as much as the name suggests > Dima> otherwise, it can be configured not to use malloc as a backing > Dima> store) has the limits I think you're referring to. It

Re: Wanted: swapped backed disk on a diskless machine

2001-07-27 Thread David Gilbert
> "Dima" == Dima Dorfman <[EMAIL PROTECTED]> writes: Dima> David Gilbert <[EMAIL PROTECTED]> writes: >> I have somewhat of an interesting problem: I have applications that >> write arbitrarily large files (as much as 6 gig) and I find that >> the best performance for these disks is to use som

Re: Wanted: swapped backed disk on a diskless machine

2001-07-27 Thread Dima Dorfman
David Gilbert <[EMAIL PROTECTED]> writes: > I have somewhat of an interesting problem: I have applications that > write arbitrarily large files (as much as 6 gig) and I find that the > best performance for these disks is to use something like MFS. > > However, mfs has a maximum size of 512M. >

Wanted: swapped backed disk on a diskless machine

2001-07-27 Thread David Gilbert
I have somewhat of an interesting problem: I have applications that write arbitrarily large files (as much as 6 gig) and I find that the best performance for these disks is to use something like MFS. However, mfs has a maximum size of 512M. md appears to have a very small maximum size and only

Re: Swapping in diskless ? (was :Re: [hackers] Re: getting rid of sysinstall)

2001-07-17 Thread Karsten W. Rohrbach
Matt Dillon([EMAIL PROTECTED])@2001.07.13 15:27:08 +: > Also, do performance testing with dynamic-linked verses static-linked > binaries. Static-linked binaries may look larger, but they have a > much lower dirty-page overhead then the dynamically linked equivalent. > It depe

Re: Swapping in diskless ? (was :Re: [hackers] Re: getting rid of sysinstall)

2001-07-14 Thread David Gilbert
>>>>> "Ian" == Ian Dowse <[EMAIL PROTECTED]> writes: Ian> In message <[EMAIL PROTECTED]>, David Ian> Gilbert write s: >> Is it not possible (or has nobody done it) to swap with the current >> diskless boot? Ian> The patch (against RELEN

Re: Swapping in diskless ? (was :Re: [hackers] Re: getting rid of sysinstall)

2001-07-13 Thread Ian Dowse
In message <[EMAIL PROTECTED]>, David Gilbert write s: >Is it not possible (or has nobody done it) to swap with the current >diskless boot? I do remember some problem with PXE and swap, but I forget the details or if it was resolved. The diskless setup that we have locally uses an MF

Re: Swapping in diskless ? (was :Re: [hackers] Re: getting rid of sysinstall)

2001-07-13 Thread Matt Dillon
: :Is it not possible (or has nobody done it) to swap with the current :diskless boot? Of all people, I would have expected Matt to be able :to help :). Sure you can swap. I haven't diskless-booted a box in a few months so someone might have broken something, but I have defin

Re: Swapping in diskless ? (was :Re: [hackers] Re: getting rid of sysinstall)

2001-07-13 Thread David Gilbert
inked equivalent. It depends on the situation but Matt> it is definitely worth testing. Is it not possible (or has nobody done it) to swap with the current diskless boot? Of all people, I would have expected Matt to be able to help :). I have quite a few systems netbooting using etherboot flo

Re: Swapping in diskless ? (was :Re: [hackers] Re: getting rid of sysinstall)

2001-07-13 Thread Matt Dillon
:Thierry> I don't know : my application was "embedded" and used much :Thierry> less than the 128MBytes installed in the machines (thus no :Thierry> swap!) : :I'm currently running in this configuration ... and have noticed that :the system will allow clean pages (largely loaded from the :executab

Swapping in diskless ? (was :Re: [hackers] Re: getting rid of sysinstall)

2001-07-13 Thread David Gilbert
>>>>> "Thierry" == Thierry Herbelot <[EMAIL PROTECTED]> writes: Thierry> David Gilbert wrote: >> Thierry> [SNIP] >> I'm still having trouble with diskless operation. If I specify >> the swap option in DHCP, the pxeboot chokes on i

Swapping in diskless ? (was :Re: [hackers] Re: getting rid of sysinstall)

2001-07-13 Thread Thierry Herbelot
David Gilbert wrote: > [SNIP] > > I'm still having trouble with diskless operation. If I specify the > swap option in DHCP, the pxeboot chokes on it. If I don't specify the > swap there, things boot, but I have no swap. There isn't an obvious > way to add

Re: Diskless station!!!

2001-04-02 Thread David Malone
On Mon, Apr 02, 2001 at 12:54:35AM +0300, petro wrote: > May be some of you can advice me where I can get nb3c509.com file for my > diskless station with 3Com509 Ethernet, beceuse I can't run make in > netboot directory. Have you looked at the etherboot port? David.

Diskless station!!!

2001-04-01 Thread petro
Hi. May be some of you can advice me where I can get nb3c509.com file for my diskless station with 3Com509 Ethernet, beceuse I can't run make in netboot directory. Thank you very much for any help. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers"

Re: Remote boot, but not diskless operation

2001-03-22 Thread Fred Clift
> > they've done this, but their newest BIOS (8 days old) still has a 0.78 > PXE revision (I've seen more recent DELL machines with a 0.99 - I assume > this is better) I have many intel MBs with built-in fxp nics that have 0.78 that work with 4.2's pxeboot just fine - I'm not trying to boot kern

Re: Remote boot, but not diskless operation

2001-03-18 Thread Dan Feldman
For more docs, check out http://matt.simerson.net/computing/freebsd.netboot.shtml . It clarifies a great deal. - dan feldman student, garfield high school, seattle On Fri, 16 Mar 2001, Paul Saab wrote: > Thierry Herbelot ([EMAIL PROTECTED]) wrote: > > Hi, > > > > One way to boot the kerne

Re: Remote boot, but not diskless operation

2001-03-17 Thread Thierry Herbelot
Paul Saab wrote: > > Thierry Herbelot ([EMAIL PROTECTED]) wrote: > > they've done this, but their newest BIOS (8 days old) still has a 0.78 > > PXE revision (I've seen more recent DELL machines with a 0.99 - I assume > > this is better) > > No.. 0.99 is the orginal PXE v1. PXE v2 (build 78) is

Re: Remote boot, but not diskless operation

2001-03-17 Thread Paul Saab
Thierry Herbelot ([EMAIL PROTECTED]) wrote: > they've done this, but their newest BIOS (8 days old) still has a 0.78 > PXE revision (I've seen more recent DELL machines with a 0.99 - I assume > this is better) No.. 0.99 is the orginal PXE v1. PXE v2 (build 78) is what you have and is highly bugg

Re: Remote boot, but not diskless operation

2001-03-17 Thread Thierry Herbelot
Paul Saab wrote: > > Thierry Herbelot ([EMAIL PROTECTED]) wrote: > > Paul Saab wrote: > > > > > > > Hi, > > > > My problem is that the NIC I'm trying to boot from is an on-board fxp on > > a Motorola p-III M/B (I assume there is no specific "PXE rom", as PXE > > may be included in the BIOS) > > >

Re: Remote boot, but not diskless operation

2001-03-16 Thread Paul Saab
Thierry Herbelot ([EMAIL PROTECTED]) wrote: > Paul Saab wrote: > > > > Hi, > > My problem is that the NIC I'm trying to boot from is an on-board fxp on > a Motorola p-III M/B (I assume there is no specific "PXE rom", as PXE > may be included in the BIOS) > > will your "intel board" upgrade .ex

Re: Remote boot, but not diskless operation

2001-03-16 Thread Thierry Herbelot
Paul Saab wrote: > Hi, My problem is that the NIC I'm trying to boot from is an on-board fxp on a Motorola p-III M/B (I assume there is no specific "PXE rom", as PXE may be included in the BIOS) will your "intel board" upgrade .exe work in this setup ? TfH > Upgrade the PXE rom > htt

Re: Remote boot, but not diskless operation

2001-03-16 Thread Paul Saab
Thierry Herbelot ([EMAIL PROTECTED]) wrote: > Hi, > > One way to boot the kernel over the network is to use PXE (if your > machine is recent enough to support it *well* : that is with a recent > version of the PXE firmware) > > there is no real document on PXE booting > you can read a note by Al

Re: Remote boot, but not diskless operation

2001-03-16 Thread Thierry Herbelot
;m trying to use PXE, but it's not completly reliable (sometimes pxeboot just crashes) TfH Rohit Rakshe wrote: > > Hello, > > I am running FreeBSD 4.1 on an Intel-III box. It is not a diskless > machine, so root fs is still local, but I need to boot kernel ove

Remote boot, but not diskless operation

2001-03-16 Thread Rohit Rakshe
Hello, I am running FreeBSD 4.1 on an Intel-III box. It is not a diskless machine, so root fs is still local, but I need to boot kernel over ethernet. Reason for such a requirement: I am doing some kernel debugging and it is relatively quicker (after a panic) to recompile kernel on a server and

diskless-boot/PXE/dhcp

2001-02-25 Thread Danny Braniss
hi all, I've made some changes to libstand/bootp.c and they are available for evaluation/comments/critics at: ftp://ftp.cs.huji.ac.il/users/danny/freebsd/diskless-boot short desc.: o the bootp request now does a vendor-specific-request FreeBSDc inste

Re: Really odd "BTX halted" problem booting - PXE/diskless

2001-02-12 Thread Francesco Casadei
On Fri, Feb 09, 2001 at 12:13:40PM +0200, Danny Braniss wrote: > In message <[EMAIL PROTECTED]>you write: > }It its the bios disk probe that is causing the machine to fault. > > I can now confirm that it's a divide by zero in the Adaptec BIOS GRR. > (in biosdisk, when 'probing' the adaptec) a

Re: Really odd "BTX halted" problem booting - PXE/diskless

2001-02-09 Thread Danny Braniss
In message <[EMAIL PROTECTED]>you write: }It its the bios disk probe that is causing the machine to fault. I can now confirm that it's a divide by zero in the Adaptec BIOS GRR. (in biosdisk, when 'probing' the adaptec) and it happens on a AIC 7899, but works ok on some other ADAPTECs. the pr

Re: Really odd "BTX halted" problem booting - PXE/diskless

2001-02-07 Thread Paul Saab
It its the bios disk probe that is causing the machine to fault. I suppose you really dont need to probe the disks when you are netbooting. Danny Braniss ([EMAIL PROTECTED]) wrote: > im now being bitten by this one, but with a twist: > on a compaq deskpro workstation it's ok > on a dell-precisi

Re: Really odd "BTX halted" problem booting - PXE/diskless

2001-02-01 Thread Fred Clift
On Thu, 1 Feb 2001, Doug White wrote: > This is a bug in the adaptec BIOS. Don't do this for boot disks. Use > fdisk/real slices instead. Or possibly, dont do this for any disk in the system. Some bioses choke even on non-boot disks with DD partitioning... Fred -- Fred Clift - [EMAIL PROTECT

Re: Really odd "BTX halted" problem booting - PXE/diskless

2001-02-01 Thread Doug White
On Mon, 29 Jan 2001, Danny Braniss wrote: > im now being bitten by this one, but with a twist: > on a compaq deskpro workstation it's ok > on a dell-precision 420, it bombs. > both bioses are configured to boot via the network/pxe. > > im using the same disks for both boxes. > > i labeled the

Re: Really odd "BTX halted" problem booting - PXE/diskless

2001-01-29 Thread John Baldwin
On 29-Jan-01 Danny Braniss wrote: > im now being bitten by this one, but with a twist: > on a compaq deskpro workstation it's ok > on a dell-precision 420, it bombs. > both bioses are configured to boot via the network/pxe. > > im using the same disks for both boxes. > > i labeled the disks w

Re: Really odd "BTX halted" problem booting - PXE/diskless

2001-01-29 Thread Danny Braniss
im now being bitten by this one, but with a twist: on a compaq deskpro workstation it's ok on a dell-precision 420, it bombs. both bioses are configured to boot via the network/pxe. im using the same disks for both boxes. i labeled the disks with: dd if=/dev/zero of=/dev/rda0 bs=1k count=1 d

Diskless

2001-01-05 Thread Rachmat Hidajat
Hi All, I want to try to boot the diskless system, so I compile nb8390.com with NE2000 support. But I got the following error during the process. Did I make a mistake? # make Warning: Object directory not changed from original

Re: diskless/pxe boot

2000-12-18 Thread Doug White
On Fri, 15 Dec 2000, Danny Braniss wrote: > hi all, > I can't get the pxe/dhcp to work when it's 100Mbit Ethernet, it works > fine when it's 10Mbit. Actually a newer Intel MB just succeeded, but 99% > of the pxe enabled cards fail at 100Mbit. from sniffing the net the broadcast > dhcp reque

diskless/pxe boot

2000-12-15 Thread Danny Braniss
hi all, I can't get the pxe/dhcp to work when it's 100Mbit Ethernet, it works fine when it's 10Mbit. Actually a newer Intel MB just succeeded, but 99% of the pxe enabled cards fail at 100Mbit. from sniffing the net the broadcast dhcp request does not make it. it does not help to set the sw

Re: diskless/rc

2000-12-01 Thread Danny Braniss
to, after it went multiuser, to panic when i did the }> cmp -s ${T} /etc/motd }> }> any insights? } }Bad hardware? ahh, wish it was that easy. i just finished doing a make world on the diskless and all went ok - i didn't check if the compiled is ok, but many processes/io l

Re: diskless/rc

2000-12-01 Thread Danny Braniss
In message <[EMAIL PROTECTED]>you write: }make sure the kernel you are booting is the same as the NFS file systems }you are using. they are. danny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: diskless/serial-console

2000-11-30 Thread Mike Smith
> hi all, > how can I set the equiv of -D/-h in /boot.config in a diskless-pxeboot > machine? i think that {rootnfs-server}/boot.config is not read at all. console="comconsole" in nfs://boot/loader.conf -- ... every activity meets with opposition, everyone who acts

Re: diskless/serial-console

2000-11-30 Thread John Baldwin
On 30-Nov-00 Danny Braniss wrote: > > }There's no way to really do it right now, but you can use: > }http://people.FreeBSD.org/~jhb/patches/pxekey.patch > } > }This will do the equivalent of -P for pxeboot. > } > thanks, > i added the patches, make BOOT_PXELDR_PROBE_KEYBOARD=1 > removed th

Re: diskless/serial-console

2000-11-30 Thread John Baldwin
On 30-Nov-00 Paul Saab wrote: > Danny Braniss ([EMAIL PROTECTED]) wrote: >> hi all, >> how can I set the equiv of -D/-h in /boot.config in a diskless-pxeboot >> machine? i think that {rootnfs-server}/boot.config is not read at all. >> >> tia, >>

Re: diskless/serial-console

2000-11-30 Thread Paul Saab
Danny Braniss ([EMAIL PROTECTED]) wrote: > > }There's no way to really do it right now, but you can use: > }http://people.FreeBSD.org/~jhb/patches/pxekey.patch > } > }This will do the equivalent of -P for pxeboot. > } > thanks, > i added the patches, make BOOT_PXELDR_PROBE_KEYBOARD=1 > remo

Re: diskless/serial-console

2000-11-30 Thread Danny Braniss
}There's no way to really do it right now, but you can use: }http://people.FreeBSD.org/~jhb/patches/pxekey.patch } }This will do the equivalent of -P for pxeboot. } thanks, i added the patches, make BOOT_PXELDR_PROBE_KEYBOARD=1 removed the keyboard, but zero. i even commented out the ifde

  1   2   >