Which device should I make with this error?

1999-07-13 Thread eT
During a make release for 3.2-RELEASE I get the following error: Making the regular boot floppy. Compressing doc files... sh -e /usr/src/release/scripts/doFS.sh -s mfsroot /R/stage /mnt 2880 /R/stage/m fsfd 8000 minimum2 vnconfig: open: Device not configured *** Error code 1 Stop. *** Error

KDE on FreeBSD (missing symbols)

1999-07-20 Thread eT
compiled qt-1.44? I spose I should be asking this question to KDE mailing lists but I reckon the FreeBSD'ers will know more about the problem. eT -- Etienne de Bruin; [EMAIL PROTECTED] visit eT on the web: http://listen.to/eT (last update: 12 Mar 1999) "six days the universe was

Re: KDE on FreeBSD (missing symbols)

1999-07-20 Thread eT
will compile qt-1.42 and then recompile the kde sources and see what happens. Any other ideas? eT -- Etienne de Bruin; [EMAIL PROTECTED] visit eT on the web: http://listen.to/eT (last update: 12 Mar 1999) "i'm living proof that the spirit moves" - dc talk, the truth. To Unsubsc

Re: KDE on FreeBSD (missing symbols)

1999-07-21 Thread eT
Alex Zepeda wrote: On Wed, 21 Jul 1999, eT wrote: The only other thing I can think of is that for some reason your application and your libraries were compiled with different name mangling schemes, usually this indicates different compilers being used (but not always). Make sure to use

Changing Interface IP address

1999-07-29 Thread eT
I would like to change the IP address (netmask, gateway etc.) of an Interface (eg. fxp0) from within my C source code. 1. Is this possible to do without the SIOC ioctl call? (i am already in the kernel). 2. Which structure and which member should I write the new information to (ifaddr?)? Thanks

Re: Changing Interface IP address

1999-07-30 Thread eT
Mike Smith wrote: I would like to change the IP address (netmask, gateway etc.) of an Interface (eg. fxp0) from within my C source code. 1. Is this possible to do without the SIOC ioctl call? (i am already in the kernel). Make the call from within the kernel. But I was under the

Interesting Kernel Config

1999-08-03 Thread eT
seen after I enabled ATAPI? eT To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: New kernel drivers

1999-08-09 Thread eT
that you have your driver mentioned in your kernel config file. eT To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

changing root device to ...

1999-08-11 Thread eT
ps failing. in my /etc/fstab i have the following entry: /dev/sd0s1a/ufs rw11 does anyone have any ideas. the sd0 is probed and attached successfully during startup, but the change root fails because it keeps on trying to change root to a wd0 IDE. any ideas? eT To U

Re: changing root device to ...

1999-08-11 Thread eT
figure out what device name to use as my root device in the /etc/fstab. I tried all the /dev/sd0* permutations I could find. eT -- Etienne de Bruin; [EMAIL PROTECTED] "Visit http://Welcome.to/Shophar". To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fre

UDP -- TCP

1999-09-22 Thread eT
Greets .. are there existing daemons/proxies which convert UDP packets into TCP packets to act as some kind of relay? client -udp- relay -tcp- server kind regards To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Upgrading a different way

1999-10-15 Thread eT
blocks will have to be written to master boot record? eT To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

PCI bus Latency

1999-10-27 Thread eT
with latency. Any help? Regards eT = Etienne de Bruin [EMAIL PROTECTED] http://www.geocities.com/etdebruin __ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

One bit error on BUS?

1999-11-11 Thread eT
What could the possible explanation be in the following scenario: We have: arbitrary chip ---localbus--- pci controller ===pcibus=== BX Motherboard -- RAM And somewhere in the transfer of blocks of data between the chip (on the left) and the RAM on the right we have random one bit errors.

Measurements ...

1999-06-02 Thread eT
is of utmost importance ... which package or so can you recommend i use? Regards -- Etienne de Bruin; edebr...@iname.com visit eT on the web: http://listen.to/eT (last update: 12 Mar 1999) i am in your hands under your command like a puppet on a string

Which device should I make with this error?

1999-07-13 Thread eT
During a make release for 3.2-RELEASE I get the following error: Making the regular boot floppy. Compressing doc files... sh -e /usr/src/release/scripts/doFS.sh -s mfsroot /R/stage /mnt 2880 /R/stage/m fsfd 8000 minimum2 vnconfig: open: Device not configured *** Error code 1 Stop. *** Error

KDE on FreeBSD (missing symbols)

1999-07-20 Thread eT
compiled qt-1.44? I spose I should be asking this question to KDE mailing lists but I reckon the FreeBSD'ers will know more about the problem. eT -- Etienne de Bruin; e...@post.com visit eT on the web: http://listen.to/eT (last update: 12 Mar 1999) six days the universe was made, supernatural

Re: KDE on FreeBSD (missing symbols)

1999-07-21 Thread eT
will compile qt-1.42 and then recompile the kde sources and see what happens. Any other ideas? eT -- Etienne de Bruin; e...@post.com visit eT on the web: http://listen.to/eT (last update: 12 Mar 1999) i'm living proof that the spirit moves - dc talk, the truth. To Unsubscribe: send mail

Re: KDE on FreeBSD (missing symbols)

1999-07-21 Thread eT
Alex Zepeda wrote: On Wed, 21 Jul 1999, eT wrote: The only other thing I can think of is that for some reason your application and your libraries were compiled with different name mangling schemes, usually this indicates different compilers being used (but not always). Make sure to use

Changing Interface IP address

1999-07-29 Thread eT
I would like to change the IP address (netmask, gateway etc.) of an Interface (eg. fxp0) from within my C source code. 1. Is this possible to do without the SIOC ioctl call? (i am already in the kernel). 2. Which structure and which member should I write the new information to (ifaddr?)? Thanks

Re: Changing Interface IP address

1999-07-30 Thread eT
Mike Smith wrote: I would like to change the IP address (netmask, gateway etc.) of an Interface (eg. fxp0) from within my C source code. 1. Is this possible to do without the SIOC ioctl call? (i am already in the kernel). Make the call from within the kernel. But I was under the

Interesting Kernel Config

1999-08-03 Thread eT
seen after I enabled ATAPI? eT To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

Re: New kernel drivers

1999-08-09 Thread eT
that you have your driver mentioned in your kernel config file. eT To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

changing root device to ...

1999-08-11 Thread eT
. in my /etc/fstab i have the following entry: /dev/sd0s1a/ufs rw11 does anyone have any ideas. the sd0 is probed and attached successfully during startup, but the change root fails because it keeps on trying to change root to a wd0 IDE. any ideas? eT To Unsubscribe

Re: changing root device to ...

1999-08-11 Thread eT
what device name to use as my root device in the /etc/fstab. I tried all the /dev/sd0* permutations I could find. eT -- Etienne de Bruin; e...@post.com Visit http://Welcome.to/Shophar;. To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body