Re: Learning the FreeBSD Kernel

2000-01-22 Thread Greg Lehey
[adding -doc, which is more appropriate for some of the questions] On Saturday, 22 January 2000 at 23:06:41 -0500, Bill Maniatty wrote: > Hello All: > > I have a student this semester in my Operating Systems class who would like > to become a bit more knowledgeable about systems software. I sugg

Learning the FreeBSD Kernel

2000-01-22 Thread Bill Maniatty
Hello All: I have a student this semester in my Operating Systems class who would like to become a bit more knowledgeable about systems software. I suggested that he learn a bit about how device drivers are written in FreeBSD as a minor project. My questions are: 1) Does any current documentat

Re: LD_PRELOAD

2000-01-22 Thread Tony Finch
John Polstra <[EMAIL PROTECTED]> wrote: >Tony Finch <[EMAIL PROTECTED]> wrote: >>John Polstra <[EMAIL PROTECTED]> wrote: >>> >>> The names "_init" and "_fini" are "reserved for the implementation" >>> in ANSI/ISO-speak. You shouldn't use them. >> >> I don't have any choice on Solaris, unfortuna

Re: disappearing mount points after install

2000-01-22 Thread Marwan Fayed
OK, I'm glad about fstab and my mount points, but I have already tried using 'a' and then i hit 's' to set bootable before I 'w' to write. I've actually tried this more times than i can count! When I do re-enter the fdisk using install disks though, the slice is no longer marked 'A' for active. P

Re: disappearing mount points after install

2000-01-22 Thread Mike Smith
> I am a seasoned UNIX user but have been using freebsd for only about 6 > months. I have posted this problem to freebsd-questions with no response > so, figuring it must be a bug in the install program i'm going to try > here. Oh, I would like to have traced the code to try to find the bug (if >

Re: disappearing mount points after install

2000-01-22 Thread Marwan Fayed
(The following is forwarded from freebsd-mobile) FreeBSD loader does not start up, nor does the kernel (obviously). The error message I get back is literally translated as "No O.S." As for a disk parameter translation I cannot say for sure because IBM (as wretched as they can be) does not allow

Re: Better fixit (was: Why was rsh removed from the fixit floppy?)

2000-01-22 Thread Ollivier Robert
According to ROGIER MULHUIJZEN: > For those of you not familiar with netcat, it is a utillity written by > l0pht (the well known gang of hackers). What it basically does is pipe I just want to correct one misunderstanding. 'The Hobbit' is the author of netcat, not l0pht. -- Ollivier ROBERT -=- F

Re: disappearing mount points after install

2000-01-22 Thread Marwan Fayed
I am writing this after reading two responses, both of which I am grateful for. I should have included this info in the original posting but better late than never, I guess. There have been two suggestions both very related, both of which I have already considered. I thought perhaps my BIOS requi

Re: disappearing mount points after install

2000-01-22 Thread Thierry Herbelot
Hello [-mobile trimmed] Marwan Fayed wrote: > > Hello, > > I am a seasoned UNIX user but have been using freebsd for only about 6 > months. I have posted this problem to freebsd-questions with no response > so, figuring it must be a bug in the install program i'm going to try > here. Oh, I wou

Re: LD_PRELOAD

2000-01-22 Thread John Polstra
In article <[EMAIL PROTECTED]>, Tony Finch <[EMAIL PROTECTED]> wrote: > John Polstra <[EMAIL PROTECTED]> wrote: > >The right way to do it on FreeBSD is like this: > >gcc -fpic -c *.c > >gcc -shared -o libshim.so *.o > > That works fine, thanks! Any idea why my clumsy success worked and

disappearing mount points after install

2000-01-22 Thread Marwan Fayed
Hello, I am a seasoned UNIX user but have been using freebsd for only about 6 months. I have posted this problem to freebsd-questions with no response so, figuring it must be a bug in the install program i'm going to try here. Oh, I would like to have traced the code to try to find the bug (if on

Re: sysinstall

2000-01-22 Thread Matt Gostick
Checkout: http://www.freebsd.org/releases/3.4R/errata.html On Sat, 22 Jan 2000, Gustavo Vieira Goncalves Coelho Rios wrote: > I am tryning to install Fbsd 3.4, but, when i choose (in sysinstall) to > perform a custom installation eith selected parts of the SO to install, > sysinstall get a kille

sysinstall

2000-01-22 Thread Gustavo Vieira Goncalves Coelho Rios
I am tryning to install Fbsd 3.4, but, when i choose (in sysinstall) to perform a custom installation eith selected parts of the SO to install, sysinstall get a killed, (signal 11) and a core is generated. Have anyone here already faced such a problem? How to fix it? Thanks a lot for your time a

Re: Great FICL Hacks

2000-01-22 Thread Andrzej Bialecki
On Sat, 22 Jan 2000, Michael Kennett wrote: > I've been playing around with the boot loader(8), which seems to be a > very powerful piece of software. However I'm really only using the 'load', > 'unload', and 'boot' functions. I'd be interested in hearing about more > powerful uses of this softwa

Great FICL Hacks

2000-01-22 Thread Michael Kennett
I've been playing around with the boot loader(8), which seems to be a very powerful piece of software. However I'm really only using the 'load', 'unload', and 'boot' functions. I'd be interested in hearing about more powerful uses of this software. Are there any great hacks of FICL that people ha