Re: i keep getting this when i buildkernel on 7.0 beta 1.5...

2007-11-02 Thread David Yeske
On 11/2/07, Jonathan Horne [EMAIL PROTECTED] wrote:
 Quoting Boris Samorodov [EMAIL PROTECTED]:

  On Thu, 1 Nov 2007 20:20:10 -0500 Jonathan Horne wrote:
 
  awk -f /usr/src/sys/modules/zlib/../../conf/kmod_syms.awk zlib.kld
  export_syms | xargs -J% objcopy % zlib.kld
  ld -Bshareable  -d -warn-common -o zlib.ko.debug zlib.kld
  objcopy --only-keep-debug zlib.ko.debug zlib.ko.symbols
  objcopy --strip-debug --add-gnu-debuglink=zlib.ko.symbols zlib.ko.debug
  zlib.ko
  1 error
  *** Error code 2
  1 error
  *** Error code 2
  1 error
  [EMAIL PROTECTED] /usr/src]#
 
 
  anyone able to tell me wha to do?
 
  Remove a -j option from the make command and get a real error
  message.
 
 
  WBR
  --
  Boris Samorodov (bsam)
  Research Engineer, http://www.ipt.ru Telephone  Internet SP
  FreeBSD committer, http://www.FreeBSD.org The Power To Serve
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 

 without the -j, this is where i appear to be hanging up:

 uipc_syscalls.o(.text+0x3c1): In function `sctp_generic_recvmsg':
 /usr/src/sys/kern/uipc_syscalls.c:2600: undefined reference to
 `sctp_sorecvmsg'
 uipc_syscalls.o(.text+0x21a2): In function `sctp_generic_sendmsg_iov':
 /usr/src/sys/kern/uipc_syscalls.c:2478: undefined reference to
 `sctp_lower_sosend'
 uipc_syscalls.o(.text+0x249d): In function `sctp_generic_sendmsg':
 /usr/src/sys/kern/uipc_syscalls.c:2371: undefined reference to
 `sctp_lower_sosend'
 uipc_syscalls.o(.text+0x266c): In function `sctp_peeloff':
 /usr/src/sys/kern/uipc_syscalls.c:2238: undefined reference to
 `sctp_can_peel_off'
 uipc_syscalls.o(.text+0x28e6):/usr/src/sys/kern/uipc_syscalls.c:2279:
 undefined reference to `sctp_do_peeloff'
 rtsock.o(.text+0xb7d): In function `rt_newaddrmsg':
 /usr/src/sys/net/rtsock.c:897: undefined reference to `sctp_addr_change'
 in_proto.o(.data+0xa8): undefined reference to `sctp_input'
 in_proto.o(.data+0xb0): undefined reference to `sctp_ctlinput'
 in_proto.o(.data+0xb4): undefined reference to `sctp_ctloutput'
 in_proto.o(.data+0xbc): undefined reference to `sctp_init'
 in_proto.o(.data+0xc8): undefined reference to `sctp_drain'
 in_proto.o(.data+0xcc): undefined reference to `sctp_usrreqs'
 in_proto.o(.data+0xdc): undefined reference to `sctp_input'
 in_proto.o(.data+0xe4): undefined reference to `sctp_ctlinput'
 in_proto.o(.data+0xe8): undefined reference to `sctp_ctloutput'
 in_proto.o(.data+0xfc): undefined reference to `sctp_drain'
 in_proto.o(.data+0x100): undefined reference to `sctp_usrreqs'
 in_proto.o(.data+0x110): undefined reference to `sctp_input'
 in_proto.o(.data+0x118): undefined reference to `sctp_ctlinput'
 in_proto.o(.data+0x11c): undefined reference to `sctp_ctloutput'
 in_proto.o(.data+0x130): undefined reference to `sctp_drain'
 in_proto.o(.data+0x134): undefined reference to `sctp_usrreqs'
 *** Error code 1

 Stop in /usr/obj/usr/src/sys/HPDC7100.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.

 anything i can do to get around that?  the only thing in my kernel
 config that differs from GENERIC, is the removal of the INET6 line,
 and addition of 'options SMP' (and, the ident).
 --
 Jonathan Horne
 http://dfwlpiki.dfwlp.org
 [EMAIL PROTECTED]

 
 This message was sent using IMP, the Internet Messaging Program.

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


Try removing the following from your kernel

options SCTP# Stream Control Transmission Protocol
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


remote binary upgrade from 4.10 to 6.2

2007-11-01 Thread David Yeske
I have a lot of appliances in the field running FreeBSD.  These
machines do not have a working compiler.  They need to be upgraded
from FreeBSD 4.10 to FreeBSD 6.2.  Has anyone gone through this
successfully?  Does anyone have pointers on a clean way to do this?
Due to the lack of console support for most of these machines, booting
from the 6.2 cd will not work.  This has to be a remote binary
upgrade.  I need to have FreeBSD 4.10 install FreeBSD 6.2, although
this could be done in stages with multiple reboots.  I want to avoid
upgrading from FreeBSD 4.10 to 5.5 to 6.2.  It appears that FreeBSD
6.2 runs just fine on UFS1.

Regards,
David Yeske
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem of install 7.0 on notebook

2007-11-01 Thread David Yeske
On 11/2/07, Zhang hw [EMAIL PROTECTED] wrote:
 I have now could work on my notebook with freebsd 6.2-release and
 6.3-prerelease, but there are still some problems such as acpi. So I
 want to have a try of freebsd 7.0-beta-1.5, but I can't install it,
 the boot process stop at pci probing:
 pcib2:PCI-PCI brige at device 4.0 on pci0
 pci16:PCI-PCI bus on pcib2
 if acpi enable, it maybe show as:
 pcib2:ACPI PCI-PCI brige...
 pci16:ACPI...
 my cpu is athlon 64x2, I've tried both amd64 and i386 versions.
 Help!
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


What happens if you boot verbose?  That might better indicate where
the kernel is hanging.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


netgraph ability

2004-04-23 Thread David Yeske
I'm in a situation where I need to emulate multiple ethernet devices with
different mac addresses.  I have gotten far enough to have this.

I ran ngctl and then ran
mkpeer . eiface hook ether

I then ran
ifconfig ngeth0 link '00:bd:03:11:21:11'
ifconfig ngeth0 192.168.20.5
ifconfig sis0 192.168.23.45

So basically I want to be able to ping / connect to 
192.168.20.5 from another box on the 192.168.23.0/24 network, and have it see
the mac address that I have set rather than the mac address of my sis0 device.
I know I can do this with vmware, but I am trying to avoid that.

Anyone know if this is possible?  Is there a way to do this with the tap device
and or arpd?

Regards,
David Yeske
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Install question

2002-10-22 Thread David Yeske
What version of FreeBSD is this for?

Can you boot the kern.flp floppy?

Does this machine have a network card?  If so what kind?

Regards,
David Yeske

 
 I have an older laptop that doesn't have a bootable CD-ROM. The bay
 either holds a CD Module or a Floppy module so I can't boot off the
 floppies and install from the CD-ROM.
 
 I have installed a small DOS partition and can access my FreeBSD CD-ROM,
 is there any way to invoke the install from within DOS. (RedHat has a
 batch file on the CD-ROM that allows the installer to launch, is there
 anything I can use to do this for FreeBSD?)
 
 Is it possible to boot off the floppies, switch out the Floppy module
 for the CD module and then use the CD?
 
 Any help or ideas would be appreciated.
 
 Thanks
 
 Rich B
 
 __
 Do you Yahoo!?
 Y! Web Hosting - Let the expert host your web site
 http://webhosting.yahoo.com/


__
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message