gbde breaks buildworld
http://pastebin.ca/228459 Can I somehow omit building gbde? I do not use it. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
/boot/loader failed ....
No prblems with the new em code here:) regards, --> auge -- 1:20AM up 84 days, 2:24, 0 users, load averages: 0.00, 0.00, 0.00 Life is the urge to ecstasy. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
6.2-PRERELEASE mostly works on Sony PCG-Z505JE (APM problem).
I installed 6.2-PRERELEASE on my trusty but slow Sony PCG-Z505JE and things generally just worked (including an Atheros based pc-card). Historically I've set the machine up to use APM, and suspend and resume to either memory or a magically prepared disk partition worked well. With 6.2 I can't seem to get APM hooked up. I've disabled ACPI by unsetting ACPI_LOAD at the loader prompt and loaded apm, but when I boot there aren't any apm messages in the dmesg output and /dev/apm doesn't exist (which irritates apmd). Things actually work surprisingly well with ACPI, including suspending into S3 with acpiconf. I'd be happy to run that way except that the suspend key (Fn+Esc) doesn't work, so I have to sudo acpiconf -s 3 every time I want to suspend. Does anyone have any idea how to either make the suspend key work or get apm to behave? Thanks, g. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: can't build kernel on RELENG_6
On Sun, 29 Oct 2006 15:47:21 +0200 Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]> wrote: > On Sun, 29 Oct 2006 06:54:34 -0600 > "Larry Rosenman" wrote: > > > Ion-Mihai IOnut Tetcu wrote: > > > Hi, > > > > > > > > > Anyone else seeing thins ? > > > > > > > > > ===> ath (all) > > > ===> ath_hal (all) > > > ===> ath_rate_amrr (all) > > > make: don't know how to make > > > > > /usr/src/sys/modules/ath_rate_amrr/../../contrib/dev/ath/freebsd/ah_osdep.h. > > > Stop *** Error code 2 > > > > Are you doing a make -DNO_CLEAN? > > Yeh, NO_CLEAD and NO_KERNLECLEN (I only tried w/out the second before > posting, now trying w/o both). Yup, this was it. Thanks. -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" Ferengi Rule of Acquisition #27: There is nothing more dangerous than an honest businessman -- ST: Legends of the Ferengi signature.asc Description: PGP signature
Re: continuing problem building -STABLE kernel
On 10/29/06, Ronald Klop <[EMAIL PROTECTED]> wrote: do you have 'options NETGRAPH' in your kernel? see 'man udbp'. Memo to self: always check GENERIC before building! Thanks, Ronald! :D ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: continuing problem building -STABLE kernel
do you have 'options NETGRAPH' in your kernel? see 'man udbp'. On Sun, 29 Oct 2006 20:18:50 +0100, Don Wilde <[EMAIL PROTECTED]> wrote: I did everything I could to clean out /usr/obj, did 'make cleandir', etc, before building, but it appears that the fix (as of yesterday's CVS) for this problem isn't there yet. I remember somebody mentioning about 2 weeks ago that work has been done in -CURRENT on this. I am running a fairly stock kernel without IPv6 on a Dell Inspiron 6000. make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=LYNX ... [snip] linking kernel udbp.o(.text+0x108): In function `udbp_detach': : undefined reference to `ng_rmnode_self' udbp.o(.text+0x11b): In function `udbp_detach': : undefined reference to `ng_unref_node' udbp.o(.text+0x487): In function `udbp_attach': : undefined reference to `ng_newtype' udbp.o(.text+0x4a4): In function `udbp_attach': : undefined reference to `ng_make_node_common' udbp.o(.text+0x4de): In function `udbp_attach': : undefined reference to `ng_name_node' udbp.o(.text+0x5bd): In function `udbp_attach': : undefined reference to `ng_unref_node' udbp.o(.text+0x621): In function `udbp_in_transfer_cb': : undefined reference to `ng_package_data' udbp.o(.text+0x637): In function `udbp_in_transfer_cb': : undefined reference to `ng_address_hook' udbp.o(.text+0x646): In function `udbp_in_transfer_cb': : undefined reference to `ng_snd_item' udbp.o(.text+0x8cd): In function `ng_udbp_rcvmsg': : undefined reference to `ng_free_item' udbp.o(.text+0x8d7): In function `ng_udbp_rcvmsg': : undefined reference to `M_NETGRAPH_MSG' udbp.o(.text+0x90b): In function `ng_udbp_rcvmsg': : undefined reference to `M_NETGRAPH_MSG' udbp.o(.text+0x98e): In function `ng_udbp_rcvmsg': : undefined reference to `ng_address_ID' udbp.o(.text+0x99d): In function `ng_udbp_rcvmsg': : undefined reference to `ng_snd_item' udbp.o(.text+0x9c6): In function `ng_udbp_rcvmsg': : undefined reference to `ng_free_item' udbp.o(.text+0x9f6): In function `ng_udbp_rcvdata': : undefined reference to `ng_free_item' udbp.o(.text+0xc34): In function `ng_udbp_rmnode': : undefined reference to `ng_unref_node' udbp.o(.text+0xc42): In function `ng_udbp_rmnode': : undefined reference to `ng_make_node_common' udbp.o(.text+0xc79): In function `ng_udbp_rmnode': : undefined reference to `ng_name_node' udbp.o(.text+0xce0): In function `ng_udbp_rmnode': : undefined reference to `ng_unref_node' udbp.o(.text+0xd36): In function `ng_udbp_disconnect': : undefined reference to `ng_rmnode_self' udbp.o(.rodata+0x20): undefined reference to `ng_parse_int32_type' udbp.o(.rodata+0x3c): undefined reference to `ng_parse_struct_type' udbp.o(.rodata+0x64): undefined reference to `ng_parse_int32_type' udbp.o(.rodata+0x70): undefined reference to `ng_parse_int32_type' *** Error code 1 ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Ronald Klop Amsterdam, The Netherlands ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
continuing problem building -STABLE kernel
I did everything I could to clean out /usr/obj, did 'make cleandir', etc, before building, but it appears that the fix (as of yesterday's CVS) for this problem isn't there yet. I remember somebody mentioning about 2 weeks ago that work has been done in -CURRENT on this. I am running a fairly stock kernel without IPv6 on a Dell Inspiron 6000. make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=LYNX ... [snip] linking kernel udbp.o(.text+0x108): In function `udbp_detach': : undefined reference to `ng_rmnode_self' udbp.o(.text+0x11b): In function `udbp_detach': : undefined reference to `ng_unref_node' udbp.o(.text+0x487): In function `udbp_attach': : undefined reference to `ng_newtype' udbp.o(.text+0x4a4): In function `udbp_attach': : undefined reference to `ng_make_node_common' udbp.o(.text+0x4de): In function `udbp_attach': : undefined reference to `ng_name_node' udbp.o(.text+0x5bd): In function `udbp_attach': : undefined reference to `ng_unref_node' udbp.o(.text+0x621): In function `udbp_in_transfer_cb': : undefined reference to `ng_package_data' udbp.o(.text+0x637): In function `udbp_in_transfer_cb': : undefined reference to `ng_address_hook' udbp.o(.text+0x646): In function `udbp_in_transfer_cb': : undefined reference to `ng_snd_item' udbp.o(.text+0x8cd): In function `ng_udbp_rcvmsg': : undefined reference to `ng_free_item' udbp.o(.text+0x8d7): In function `ng_udbp_rcvmsg': : undefined reference to `M_NETGRAPH_MSG' udbp.o(.text+0x90b): In function `ng_udbp_rcvmsg': : undefined reference to `M_NETGRAPH_MSG' udbp.o(.text+0x98e): In function `ng_udbp_rcvmsg': : undefined reference to `ng_address_ID' udbp.o(.text+0x99d): In function `ng_udbp_rcvmsg': : undefined reference to `ng_snd_item' udbp.o(.text+0x9c6): In function `ng_udbp_rcvmsg': : undefined reference to `ng_free_item' udbp.o(.text+0x9f6): In function `ng_udbp_rcvdata': : undefined reference to `ng_free_item' udbp.o(.text+0xc34): In function `ng_udbp_rmnode': : undefined reference to `ng_unref_node' udbp.o(.text+0xc42): In function `ng_udbp_rmnode': : undefined reference to `ng_make_node_common' udbp.o(.text+0xc79): In function `ng_udbp_rmnode': : undefined reference to `ng_name_node' udbp.o(.text+0xce0): In function `ng_udbp_rmnode': : undefined reference to `ng_unref_node' udbp.o(.text+0xd36): In function `ng_udbp_disconnect': : undefined reference to `ng_rmnode_self' udbp.o(.rodata+0x20): undefined reference to `ng_parse_int32_type' udbp.o(.rodata+0x3c): undefined reference to `ng_parse_struct_type' udbp.o(.rodata+0x64): undefined reference to `ng_parse_int32_type' udbp.o(.rodata+0x70): undefined reference to `ng_parse_int32_type' *** Error code 1 ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: ggated not working on 6.2-PRERELEASE
Christian Laursen <[EMAIL PROTECTED]> writes: > Kazuaki ODA <[EMAIL PROTECTED]> writes: > >> I tried to find what broke ggated, and finally found that it works fine >> when I backout sys/kern/uipc_socket2.c rev. 1.147.2.7. > > I will try to reproduce that here. I can confirm that it works for me too with the above mentioned change backed out. -- Christian Laursen ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
glx stopped working after upgrading 6.1-R to 6-STABLE on Compaq nx8220 (radeon X600)
Hello, I had installed a 6.1-R from CDs with x and everything, and options dri and glx did work without any problems. After upgrading to 6-STABLE some weeks ago, X does not work with option glx any more. More specific: startx with option glx will blank the screen, not display the mouse pointer and just freeze the system (I have to cycle power to get the laptop back to work). No problems if glx is deactivated and I only have option dri active in /etc/X11/xorg.conf Laptop: hp Compaq nx8220 Graphics: ATI Mobility Radeon X600 Is this a known problem? I couldn't find anything about this on the internet. Help, please ;-) Regards, Holger Kipp ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: ggated not working on 6.2-PRERELEASE
I have CC'ed pjd too as this concerns ggate and I saw another thread that looked like the same problem. Kazuaki ODA <[EMAIL PROTECTED]> writes: > ggated is not working on 6.2-PRERELEASE. For example, run the following > commands: [snip] > ggated: Error while receiving hdr packet: Resource temporarily unavailable. > ggated: Exiting. I am experiencing this too. > I tried to find what broke ggated, and finally found that it works fine > when I backout sys/kern/uipc_socket2.c rev. 1.147.2.7. I will try to reproduce that here. > I don't know why the changes break ggated, but I hope that ggated will > work on 6.2-RELEASE. As far as I can tell, src/sbin/ggate/ggated/ggated.c line 634 calls g_gate_recv, which in turn calls recv(2) on src/sbin/ggate/shared/ggate.c line 254. recv is called with the MSG_WAITALL flag and receives an EAGAIN error. Is that supposed to happen? If it is, ggated should probably handle it. -- Christian Laursen ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: can't build kernel on RELENG_6
On Sun, 29 Oct 2006 06:54:34 -0600 "Larry Rosenman" wrote: > Ion-Mihai IOnut Tetcu wrote: > > Hi, > > > > > > Anyone else seeing thins ? > > > > > > ===> ath (all) > > ===> ath_hal (all) > > ===> ath_rate_amrr (all) > > make: don't know how to make > > > /usr/src/sys/modules/ath_rate_amrr/../../contrib/dev/ath/freebsd/ah_osdep.h. > > Stop *** Error code 2 > > Are you doing a make -DNO_CLEAN? Yeh, NO_CLEAD and NO_KERNLECLEN (I only tried w/out the second before posting, now trying w/o both). -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #287: Telecommunications is downshifting signature.asc Description: PGP signature
Re: SATA 500Gb disk problem
On Sat, 28 Oct 2006, Jeremy Chadwick wrote: On Sat, Oct 28, 2006 at 03:12:18PM -0400, Mike Jakubik wrote: Nguyen Tam Chinh wrote: ad4: 476940MB at ata2-master SATA150 %dmesg | grep atapci0 atapci0: port 0xdc00-0xdc07,0xd480-0xd483,0xd400-0xd407,0xd080-0xd083,0xd000-0xd00f mem 0xff8fec00-0xff8fedff irq Unfortunately you have a broken chipset, i would not recommend you use the Sil 3112 for production. However, it may still be the cable, so try replacing the cable first. I concur with this statement. The Silicon Image 3112 is incredibly buggy (regardless of OS), and should be avoided. Do these systems have a native SATA controller of some kind, such as the Intel ICH5/6/7/8 or nVidia nForce? For your sake, I hope so. If so, use them instead. OK. Thank you for the reply. An order for new SATA controllers was sent and I'm going to update if this solves the problem. - With best regards, |The Power to Serve Nguyen Tam Chinh| http://www.FreeBSD.org Loc: sp.cs.msu.su | ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: can't build kernel on RELENG_6
Ion-Mihai IOnut Tetcu wrote: > Hi, > > > Anyone else seeing thins ? > > > ===> ath (all) > ===> ath_hal (all) > ===> ath_rate_amrr (all) > make: don't know how to make > /usr/src/sys/modules/ath_rate_amrr/../../contrib/dev/ath/freebsd/ah_osdep.h. > Stop *** Error code 2 Are you doing a make -DNO_CLEAN? If so, do a full make buildkernel I saw this with -DNO_CLEAN, and a full buildkernel fixed it. LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: usb 2.0 and re(4) on 6.2-BETA2
Hi Lars, Thank you for your reply; it is useful to know I'm not the only one. Lodewijk Koopman wrote: RE(4) LAN The ASUS P5B has an onboard Realtek 8168B/8111B ethernet chip. It is detected and hooked up to re0, but I get very bad network connectivity. Some sites work, some don't. If I load www.google.com for instance the page keeps loading indefinitely, and I only see the top part of the page. The same chip works correctly under Windows XP. I just wanted to say that I'm seeing the exact same thing on my laptop with 8111B. Specifically 'fetch http://jpegclub.net/jpegexiforient.c' never completes. So at least you're not the only one with a problem. I'm kind of new to this... is this a candidate for a bug report? I'm not sure if the re(4) driver is supposed to support this NIC, although the driver is assigned to this NIC at boot. I'll check whether this issue has been reported before, and otherwise submit a report myself. By the way; did you mean jpegclub.org instead of .net? If so: I'm seeing the same as you. Regards, Lodewijk ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
can't build kernel on RELENG_6
Hi, Anyone else seeing thins ? ===> ath (all) ===> ath_hal (all) ===> ath_rate_amrr (all) make: don't know how to make /usr/src/sys/modules/ath_rate_amrr/../../contrib/dev/ath/freebsd/ah_osdep.h. Stop *** Error code 2 -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #323: Your processor has processed too many instructions. Turn it off immediately, do not type any commands!! signature.asc Description: PGP signature
Entropy
Hi there I'm having the same problem as Greg Bernard (bsd_at_todoo.biz). Every 11 minutes I get a mail from my servers but instead of it containing -- which is what Greg is getting it contains this: COPYRIGHT: not found Upon further investigation if I try run any of the shell scripts in /usr/local/etc/rc.d/ I get this error on the console: 000.apache2libs.sh: not found Now 000.apache2libs.sh happens to be the first listed file in the /usr/local/etc/rc.d/ directory and COPYRIGHT happens to be the first listed file in the / directory. This leads me to think that there could be something wrong in my environment variables and not with the entropy harvestig file. It did not happen with a clean install so it is probably some software that I installed that may have affected root's profile. My env is as such: [EMAIL PROTECTED]:/ #> env STY=1065.ttyp0.bart TERM=screen TERMCAP=SC|screen|VT 100/ANSI X3.64 virtual terminal:\ :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\ :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\ :do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\ :le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\ :li#41:co#88:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\ :cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\ :im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\ :ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\ :ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\ :se=\E[23m:md=\E[1m:mr=\E[7m:me=\E[m:ms:\ :Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:G0:\ :as=\E(0:ae=\E(B:\ :ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\ :k0=\E[10~:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:\ :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\ :F1=\E[23~:F2=\E[24~:kb=^H:kh=\E[1~:@1=\E[1~:kH=\E[4~:\ :@7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:ku=\EOA:\ :kd=\EOB:kr=\EOC:kl=\EOD:km: WINDOW=9 SHELL=/usr/local/bin/zsh USER=clay LOGNAME=aow HOME=/root MAIL=/var/mail/aow PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/aow/bin BLOCKSIZE=K FTP_PASSIVE_MODE=YES SSH_CLIENT=192.168.3.150 1952 22 SSH_CONNECTION=192.168.3.150 1952 196.XXX.XXX.XXX 22 SSH_TTY=/dev/ttyp0 SHLVL=4 PWD=/ OLDPWD=/usr/local/etc/rc.d _=/usr/bin/env I'm running 5.5-RELEASE-p8 FreeBSD 5.5-RELEASE-p8 #0 which I have upgraded from 5.4 which had the same issue. Any help would be much appreciated. Thanks Clay ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"