Re: Linux binary compatibility requires SYSVSEM

2002-07-22 Thread David Schultz
Thus spake Sean Hamilton <[EMAIL PROTECTED]>: > "kldload linux" dies unless > > optionsSYSVSEM > > is in the kernel. Is there some way around this? (I have no other use for > it, and try to be minimalist...) The sysvsem support has a very small footprint, so I wouldn't worry about it unless

Linux binary compatibility requires SYSVSEM

2002-07-22 Thread Sean Hamilton
Greetings, "kldload linux" dies unless optionsSYSVSEM is in the kernel. Is there some way around this? (I have no other use for it, and try to be minimalist...) Also, are there other approaches to Linux binary compatibility? Is there some type of wrapper, which will load and execute the co

Re: ddup updated to support custom dyndns updates

2002-07-22 Thread Cyrille Lefevre
On Mon, Jul 22, 2002 at 10:10:15PM +0100, robert at castley dot com wrote: > > I have modified the original source code to support custom dyndns updates >(dyndns.org). > But I don't have enough knowledge to make this a port or a package .. > I just fumbles my way around the existing c code

RE: High Avaliability Processes

2002-07-22 Thread Jan Mikkelsen
Johan Brodin wrote: > I'm new to this list and I want to ask a rather simple question. Does > FreeBSD contain a program (preferably a kernel process) that > can see if > another process (user defined) terminates and then restart > this process? > Or will I have to use an "external" program for t

ddup updated to support custom dyndns updates

2002-07-22 Thread robert at castley dot com
Hi,   I have modified the original source code to support custom dyndns updates (dyndns.org). But I don't have enough knowledge to make this a port or a package ... I just fumbles my way around the existing c code ;-)   I have attached the modified source and was hoping that someone wou

RE: [Questions] What hardware do you use ?

2002-07-22 Thread Robert L Sowders
You might get more useful information by asking what it doesn't work with or what to avoid. The list will be shorter. Nicole Harrington <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 07/20/2002 07:05 nite To: Josef Grosch <[EMAIL PROTECTED]> cc: [EMAIL PROTECTED],

Re: Booting FreeBSD from extended partitions

2002-07-22 Thread Artem 'Zazoobr' Ignatjev
On Sun, Jul 21, 2002 at 11:36:33PM +0200, Mark Kettenis wrote: >From: "Artem 'Zazoobr' Ignatjev" <[EMAIL PROTECTED]> >Date: Sun, 21 Jul 2002 18:06:24 +0400 > >On Sun, Jul 21, 2002 at 02:09:52AM -0400, Brad Laue wrote: > >>I'm currently trying to make FreeBSD boot from exte

Re: remote crashdump

2002-07-22 Thread Terry Lambert
Jacques Fourie wrote: > I was wondering what the amount of effort involved would be to add > support for dumping on a remote machine via tftp, for example. This > would be extremely handy for devices with little or no hard disk space. > > Does anyone know of anything with this functionality? Thi

Re: High Avaliability Processes

2002-07-22 Thread Terry Lambert
Johan Brodin wrote: > I'm new to this list and I want to ask a rather simple question. Does > FreeBSD contain a program (preferably a kernel process) that can see if > another process (user defined) terminates and then restart this process? > Or will I have to use an "external" program for this?

Re: High Avaliability Processes

2002-07-22 Thread Philip Reynolds
Hi Johan, from the init(8) manpage: ``Init can also be used to keep arbitrary daemons running, automatically restarting them if they die. In this case, the first field in the ttys(5) file must not reference the path to a configured device node and will be passed to the daemon as the final argu

Re: High Avaliability Processes

2002-07-22 Thread Patric Mrawek
On Mon, 22 Jul 2002, Johan Brodin wrote: > I'm new to this list and I want to ask a rather simple question. Does > FreeBSD contain a program (preferably a kernel process) that can see if > another process (user defined) terminates and then restart this process? > Or will I have to use an "externa

High Avaliability Processes

2002-07-22 Thread Johan Brodin
Hi! I'm new to this list and I want to ask a rather simple question. Does FreeBSD contain a program (preferably a kernel process) that can see if another process (user defined) terminates and then restart this process? Or will I have to use an "external" program for this? Grateful for a quick an