Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2007 00:36:23 +0000
From:      Hugo Silva <hugo@barafranca.com>
To:        freebsd-stable@freebsd.org
Subject:   More issues with 7.0-BETA4
Message-ID:  <475F2D07.2080205@barafranca.com>
In-Reply-To: <9bbcef730712110815g34adb0dfv8fe89dbb52225cb3@mail.gmail.com>
References:  <475DADF7.6020702@yahoo.com> <fjlu5n$qc4$1@ger.gmane.org>	<475EA859.7000407@yahoo.com> <9bbcef730712110815g34adb0dfv8fe89dbb52225cb3@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

I've been having my share of problems with BETA4, thought I'd share with 
the list:


-----
# grep "changed to" /var/log/messages| wc -l && uptime
     105
 1:19AM  up  3:56, 2 users, load averages: 0.87, 0.74, 0.49


Virgin 7.0-BETA4 install. SSH connection isn't lost 
(workstation->freebsd ap->wireless laptop), but besides the interface 
going up and down every few minutes, it feels like there's huge packet 
loss every several keystrokes, and it only lasts for 1 second or less. 
(the only thing separating my workstation from the laptop(wireless) is a 
freebsd access point with an atheros card (ath0).

I was actually backing up some stuff via wireless before nuking 6.3 and 
installing 7.0-BETA4 from the CD, and I did not notice this behaviour 
(altough it could have happened, I just wasn't paying attention.. pretty 
sure ssh wasn't sloppy as it now, though :))



iwi0: <Intel(R) PRO/Wireless 2200BG> mem 0xd0208000-0xd0208fff irq 10 at 
device 4.0 on pci2
FreeBSD 7.0-BETA4 i386


-----
I'm also having an issue on 7.0-BETA4/amd64 related to jails:

Dec  7 15:22:37 mysql su: in openpam_load_module(): no pam_unix.so found
Dec  7 15:22:37 mysql su: pam_start: system error

This is fixed by cp'ing -RPv /usr/lib/liby* /path/to/jail/usr/lib/

I did not encounter this issue on BETA3 (jails were installed then), all 
my jails displayed this behaviour after upgrading to beta4 and 
installworld/mergemaster'ing them.

The same happens on any new jail I create.. cp'ing will fix them, 
everything else seems normal.


-----
Building 32 bit binaries on amd64 apparently isn't working:

# cc -m64 -march=k8 -o test64 test.c && ./test64
testing!!

# cc -m32 -march=k8 -o test32 test.c  && ./test32
/usr/bin/ld: skipping incompatible /usr/lib/libgcc.a when searching for 
-lgcc
/usr/bin/ld: skipping incompatible /usr/lib/libgcc.a when searching for 
-lgcc
/usr/bin/ld: cannot find -lgcc

(FreeBSD 7.0-BETA4 amd64)


----
After that, I was trying my luck with devel/cross-gcc, but that 
eventually failed as well, with:

cc   -O2 -fno-strict-aliasing -pipe  -DIN_GCC -DCROSS_COMPILE  -W -Wall 
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H  -o 
xgcc gcc.o opts-common.o gcc-options.o gccspec.o \
          intl.o prefix.o version.o  ../libcpp/libcpp.a  
/usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib 
../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
gcc.o(.rodata+0x1298): undefined reference to `host_detect_local_cpu'
gmake[2]: *** [xgcc] Error 1
gmake[2]: Leaving directory 
`/usr/ports/devel/cross-gcc/work/gcc-4.2.0/host-amd64-portbld-freebsd6.2/gcc'
gmake[1]: *** [all-gcc] Error 2
gmake[1]: Leaving directory `/usr/ports/devel/cross-gcc/work/gcc-4.2.0'
gmake: *** [all] Error 2
*** Error code 2
 
Stop in /usr/ports/devel/cross-gcc.
*** Error code 1

-----
TCP: [129.143.116.10]:21 to [10.0.90.8]:62033 tcpflags 0x18<PUSH,ACK>; 
tcp_do_segment: FIN_WAIT_1: Received 10 bytes of data after socket was 
closed, sending RST and removing tcpcb
TCP: [71.91.230.170]:21 to [10.0.90.8]:60404 tcpflags 0x18<PUSH,ACK>; 
tcp_do_segment: FIN_WAIT_2: Received 13 bytes of data after socket was 
closed, sending RST and removing tcpcb
TCP: [193.166.3.2]:21 to [10.0.90.8]:51130 tcpflags 0x18<PUSH,ACK>; 
tcp_do_segment: FIN_WAIT_2: Received 13 bytes of data after socket was 
closed, sending RST and removing tcpcb
TCP: [129.143.116.10]:21 to [10.0.90.8]:59115 tcpflags 0x18<PUSH,ACK>; 
tcp_do_segment: FIN_WAIT_1: Received 10 bytes of data after socket was 
closed, sending RST and removing tcpcb
TCP: [193.166.3.2]:21 to [10.0.90.8]:51684 tcpflags 0x18<PUSH,ACK>; 
tcp_do_segment: FIN_WAIT_2: Received 13 bytes of data after socket was 
closed, sending RST and removing tcpcb
TCP: [193.166.3.2]:21 to [10.0.90.8]:53003 tcpflags 0x18<PUSH,ACK>; 
tcp_do_segment: FIN_WAIT_2: Received 13 bytes of data after socket was 
closed, sending RST and removing tcpcb
TCP: [129.143.116.10]:21 to [10.0.90.8]:53924 tcpflags 0x18<PUSH,ACK>; 
tcp_do_segment: FIN_WAIT_1: Received 10 bytes of data after socket was 
closed, sending RST and removing tcpcb
TCP: [193.166.3.2]:21 to [10.0.90.8]:65455 tcpflags 0x18<PUSH,ACK>; 
tcp_do_segment: FIN_WAIT_2: Received 13 bytes of data after socket was 
closed, sending RST and removing tcpcb



net.inet.tcp.log_debug: 0

I must be wrong, but I could swear that sysctl was added to prevent ^^ 
from showing ? It filled my message buffer without any mercy.. 
7.0-beta4/amd64.




Regards,

Hugo





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?475F2D07.2080205>