Re: Staticaly allocated buffers in library. Is it correct?

2001-02-17 Thread milunovic
-BEGIN PGP SIGNED MESSAGE- On Fri, 16 Feb 2001, Andrey Simonenko wrote: > I patched some library files and noted that some functions, which parse some > configuration files, use staticaly allocated buffers. Sizes of such > staticaly allocated buffers are 8k, 10k and so on. These buffers

Re: boot1 changes and etherboot support

2001-02-17 Thread Robert Nordier
Luigi Rizzo wrote: > I have spent some time trying to put etherboot[1] code onto the > hard disk so that it can be selected using the FreeBSD boot > manager. I ended up doing it with a small amt of modifications > to the "boot1" code, for which a patch is attached. > > Maybe it could be interest

Re: boot1 changes and etherboot support

2001-02-17 Thread Luigi Rizzo
> Luigi Rizzo wrote: > > > I have spent some time trying to put etherboot[1] code onto the > > hard disk so that it can be selected using the FreeBSD boot > > manager. I ended up doing it with a small amt of modifications > > to the "boot1" code, for which a patch is attached. > > > > Maybe it c

Re: [moebius@bitstream.net: 4.1.1-release ldconfig issue]

2001-02-17 Thread Jacques A. Vidrine
On Fri, Feb 16, 2001 at 09:34:22PM -0600, Maximus <[EMAIL PROTECTED]> wrote: > I installed libiconv-1.5.1 on my 4.1.1-release system with the following results: > > -rw-r--r-- 1 root wheel 452 Feb 16 09:05 libiconv.la > lrwxr-xr-x 1 root wheel 15 Feb 16 09:05 libiconv.so -> libicon

Re: boot1 changes and etherboot support

2001-02-17 Thread Robert Nordier
Luigi Rizzo wrote: > > Luigi Rizzo wrote: > > > > > I have spent some time trying to put etherboot[1] code onto the > > > hard disk so that it can be selected using the FreeBSD boot > > > manager. I ended up doing it with a small amt of modifications > > > to the "boot1" code, for which a patch

hotplug ata device?

2001-02-17 Thread Wilko Bulte
Hi I'm looking for ideas on the following: I just added a CF-ata adapter to my system (see http://www.tapr.org). This works just fine, as long as the card is in the socket during boot. For obvious reasons this is not always the case. If it was not seen during boot one gets: freebie#mount /flas

Re: [moebius@bitstream.net: 4.1.1-release ldconfig issue]

2001-02-17 Thread Maximus
Wonderful...partly. This worked to get the lib in ldconfig, but then I noticed that it still couldn't find the lib. Trussing 'ld -liconv' revealed that it was only looking in /usr/lib. I have a LD_LIBRARY_PATH, and even went so far as to create a LD_FLAGS var. Neither of these things made l

Re: hotplug ata device?

2001-02-17 Thread Soren Schmidt
It seems Wilko Bulte wrote: > Hi > > I'm looking for ideas on the following: > > I just added a CF-ata adapter to my system (see http://www.tapr.org). > This works just fine, as long as the card is in the socket during boot. > For obvious reasons this is not always the case. If it was not seen

Re: hotplug ata device?

2001-02-17 Thread Warner Losh
In message <[EMAIL PROTECTED]> Wilko Bulte writes: : Is it possible to have something like the 'camcontrol rescan' that : the SCSI CAM subsystem has? NO. These cards are not hot pluggable. I've blown out two IDE Controllers hot plugging them. DO NOT TRY TO HOTPLUG THEM OR YOU WILL BE SORRY. I

Re: hotplug ata device?

2001-02-17 Thread Luigi Rizzo
> In message <[EMAIL PROTECTED]> Wilko Bulte writes: > : Is it possible to have something like the 'camcontrol rescan' that > : the SCSI CAM subsystem has? > > NO. These cards are not hot pluggable. I've blown out two IDE > Controllers hot plugging them. DO NOT TRY TO HOTPLUG THEM OR YOU WILL

Re: hotplug ata device?

2001-02-17 Thread Michael C . Wu
On Sat, Feb 17, 2001 at 05:55:14PM -0800, Luigi Rizzo scribbled: | > In message <[EMAIL PROTECTED]> Wilko Bulte writes: | > : Is it possible to have something like the 'camcontrol rescan' that | > : the SCSI CAM subsystem has? | > | > NO. These cards are not hot pluggable. I've blown out two ID

Re: hotplug ata device?

2001-02-17 Thread Warner Losh
In message <[EMAIL PROTECTED]> Luigi Rizzo writes: : > In message <[EMAIL PROTECTED]> Wilko Bulte writes: : > : Is it possible to have something like the 'camcontrol rescan' that : > : the SCSI CAM subsystem has? : > : > NO. These cards are not hot pluggable. I've blown out two IDE : > Controll

Re: hotplug ata device?

2001-02-17 Thread Luigi Rizzo
> | > NO. These cards are not hot pluggable. I've blown out two IDE > | > Controllers hot plugging them. DO NOT TRY TO HOTPLUG THEM OR YOU WILL > | > BE SORRY. ... > | > I hate to shout like that, but after the second IDE controller fried, > | > I got real conservative. ... > And Warner uses th

Re: hotplug ata device?

2001-02-17 Thread Warner Losh
In message <[EMAIL PROTECTED]> Luigi Rizzo writes: : i actually wonder, aren't there removable disk frames which support : hot swap (by turning off power with the keylock, or the like) ? I've not seen any, but I suppose they exist. The TAPR ones, however, definitely are not those beasts. they a

Re: [moebius@bitstream.net: 4.1.1-release ldconfig issue]

2001-02-17 Thread Jacques A. Vidrine
On Sat, Feb 17, 2001 at 12:41:25PM -0600, Maximus wrote: > Wonderful...partly. This worked to get the lib in ldconfig, but then > I noticed that it still couldn't find the lib. Well, as I said, the hints are not used for linking at all. > Trussing 'ld -liconv' revealed that it was only looki