Re: Shuttle DS47 - Realtek RT 8111G

2013-09-14 Thread Scott Long
Index: sys/dev/re/if_re.c
===
--- sys/dev/re/if_re.c  (revision 255582)
+++ sys/dev/re/if_re.c  (working copy)
@@ -234,6 +234,10 @@
{ RL_HWREV_8168E_VL, RL_8169, "8168E/8111E-VL", RL_JUMBO_MTU_6K},
{ RL_HWREV_8168F, RL_8169, "8168F/8111F", RL_JUMBO_MTU_9K},
{ RL_HWREV_8411, RL_8169, "8411", RL_JUMBO_MTU_9K},
+   { RL_HWREV_8168_0, RL_8169, "8168G/8111G", RL_JUMBO_MTU_9K},
+   { RL_HWREV_8168_1, RL_8169, "8168G/8111G", RL_JUMBO_MTU_9K},
+   { RL_HWREV_8168_2, RL_8169, "8168G/8111G", RL_JUMBO_MTU_9K},
+   { RL_HWREV_8168_4, RL_8169, "8411", RL_JUMBO_MTU_9K},
{ 0, 0, NULL, 0 }
 };
 
@@ -1457,6 +1461,10 @@
case RL_HWREV_8168E_VL:
case RL_HWREV_8168F:
case RL_HWREV_8411:
+   case RL_HWREV_8168G_0:
+   case RL_HWREV_8168G_1:
+   case RL_HWREV_8168G_2:
+   case RL_HWREV_8168G_4:
sc->rl_flags |= RL_FLAG_PHYWAKE | RL_FLAG_PAR |
RL_FLAG_DESCV2 | RL_FLAG_MACSTAT | RL_FLAG_CMDSTOP |
RL_FLAG_AUTOPAD | RL_FLAG_JUMBOV2 |
Index: sys/pci/if_rlreg.h
===
--- sys/pci/if_rlreg.h  (revision 255582)
+++ sys/pci/if_rlreg.h  (working copy)
@@ -191,6 +191,10 @@
 #defineRL_HWREV_8402   0x4400
 #defineRL_HWREV_8168F  0x4800
 #defineRL_HWREV_8411   0x4880
+#defineRL_HWREV_8168G_00x4c00
+#defineRL_HWREV_8168G_10x4c10
+#defineRL_HWREV_8168G_20x5090
+#defineRL_HWREV_8168G_40x5c80
 #defineRL_HWREV_8139   0x6000
 #defineRL_HWREV_8139A  0x7000
 #defineRL_HWREV_8139AG 0x7080

On Sep 14, 2013, at 3:41 PM, Thomas Guldener  wrote:

> FreeBSD 10 Alpha Release is Booting on the Shuttle DS47 - But still no 
> support for the Realtek RT 8111G Network Cards.
> 
> g.
> Thomas
> ___
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


RE: mountroot> while booting r255342 memstick

2013-09-14 Thread Uzumaki Naruto
I dd into another pendrive, it seems to go through mountroot this time,
Consider problem solved, solution is change another pendrive brand if stuck at 
mountroot> with Kingston.

Thanks.
  
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 10-stable does not boot on Dell E1505 any more

2013-09-14 Thread Warren Block

On Sat, 14 Sep 2013, Jan Kokemüller wrote:


r255569 does not find /dev/ada0s2a and "?" at the mountroot> prompt
shows no devices.


I've had the same problem after I updated my kernel today. I tracked it
down to the hyperv drivers that were added in r255524. Without the "device
hyperv" line in my kernconf the system boots fine again.


Interesting!  Notice this fresh commit:
http://svnweb.freebsd.org/base?view=revision&sortby=date&revision=255574

A custom kernel without the hyperv device works.  Thanks!___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: 10-stable does not boot on Dell E1505 any more

2013-09-14 Thread Glen Barber
On Sat, Sep 14, 2013 at 07:16:10PM -0400, Outback Dingo wrote:
> On Sat, Sep 14, 2013 at 2:37 PM, Jan Kokemüller
> wrote:
> 
> > > r255569 does not find /dev/ada0s2a and "?" at the mountroot> prompt
> > > shows no devices.
> >
> > I've had the same problem after I updated my kernel today. I tracked it
> > down to the hyperv drivers that were added in r255524. Without the "device
> > hyperv" line in my kernconf the system boots fine again.
> >
> 
> i can confirm removing device hyperv does also work for me under XEN
> 

The 'device hyperv' in the GENERIC kernel was removed in r255574,
pending further fixes.

Glen



pgp6gFHFHg2Qb.pgp
Description: PGP signature


Re: 10-stable does not boot on Dell E1505 any more

2013-09-14 Thread Outback Dingo
On Sat, Sep 14, 2013 at 2:37 PM, Jan Kokemüller
wrote:

> > r255569 does not find /dev/ada0s2a and "?" at the mountroot> prompt
> > shows no devices.
>
> I've had the same problem after I updated my kernel today. I tracked it
> down to the hyperv drivers that were added in r255524. Without the "device
> hyperv" line in my kernconf the system boots fine again.
>

i can confirm removing device hyperv does also work for me under XEN

> ___
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 10-alpha1 iso does not boot

2013-09-14 Thread Glen Barber
On Sat, Sep 14, 2013 at 11:09:22PM +, jb wrote:
> Glen Barber  FreeBSD.org> writes:
> 
> > ... 
> > Can you try the 20130907 -CURRENT snapshot here?
> > 
> > http://ftp.freebsd.org/pub/FreeBSD/snapshots/ISO-IMAGES/i386/10.0/
> > 
> > Glen
> 
> OK. That worked out.

Hmm.  That's... unexpected. :\

I'll take a look at the 10.0-ALPHA1 ISOs again.

Glen



pgpM40B2Sq4TG.pgp
Description: PGP signature


Re: 10-alpha1 iso does not boot

2013-09-14 Thread jb
Glen Barber  FreeBSD.org> writes:

> ... 
> Can you try the 20130907 -CURRENT snapshot here?
> 
> http://ftp.freebsd.org/pub/FreeBSD/snapshots/ISO-IMAGES/i386/10.0/
> 
> Glen

OK. That worked out.
jb




___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: aicasm build error

2013-09-14 Thread Ian Lepore
On Sat, 2013-09-14 at 20:42 +0200, Dimitry Andric wrote:
> On Sep 14, 2013, at 19:50, Ian Lepore  wrote:
> > For a while I've been getting a build error on aicasm during the early
> > steps of the build.  Today I finally dug into it and discovered it's
> > because the build is using a mix of header files, some from /usr/include
> > on the build host, and some from obj/... for the target being built.  It
> > happens because dev/aic7xxx/aicasm/Makefile contains CFLAGS+= -I. and
> > the current directory when aicasm builds is obj/.../.  In my
> > case it was picking up machine/_types.h from objdir.
> > 
> > Apparently this is usually harmless, but if the build host system and
> > the target versions are far enough apart, or with a cross-build where
> > the host and target are different architectures, you can get problems.  
> > 
> > After a little digging, I just now discovered Marcel fixed this long ago
> > in r7, but then it got undone in r236578 a couple months ago.  Is
> > there any reason not to restore Marcel's fix, such as with the attached
> > patch?
> 
> It got undone for a specific reason, which is mentioned in the commit
> message for r236578.
> 
> This hack might make it work, but it might also cause other issues.  The
> problem really is how to make sure aicasm is compiled with the *host*
> compiler, not the compiler from /usr/obj.
> 
> -Dimitry
> 

What do you think about this patch, which should achieve that goal?
This builds aicasm along with the compiler and binutils and all the
other compile-related tools.  Using this, I'm able to add "device ahc"
to the kernel config of an arm cross-build and it works.  (That's not
useful of course, except to demonstrate that it now uses the right
compiler and then runs the tool successfully during a kernel build.)

I see no straighforward way to do this as part of the kernel build,
which means aicasm gets built whether your kernel config includes an
ahc/ahd device or not.  I suspect that's going to make some people
unhappy, but it takes less than a second to build aicasm on my machine,
it's really not a big burden.

-- Ian

diff -r f84e67c65c01 Makefile.inc1
--- a/Makefile.inc1	Sat Sep 14 15:37:16 2013 -0600
+++ b/Makefile.inc1	Sat Sep 14 16:08:03 2013 -0600
@@ -1005,20 +1005,7 @@ buildkernel:
 	@echo "--"
 	@echo ">>> stage 2.3: build tools"
 	@echo "--"
-	cd ${KRNLOBJDIR}/${_kernel}; \
-	PATH=${BPATH}:${PATH} \
-	MAKESRCPATH=${KERNSRCDIR}/dev/aic7xxx/aicasm \
-	${MAKE} SSP_CFLAGS= -DNO_CPU_CFLAGS -DNO_CTF -DEARLY_BUILD \
-	-f ${KERNSRCDIR}/dev/aic7xxx/aicasm/Makefile
-# XXX - Gratuitously builds aicasm in the ``makeoptions NO_MODULES'' case.
-.if !defined(MODULES_WITH_WORLD) && !defined(NO_MODULES) && exists(${KERNSRCDIR}/modules)
-.for target in obj depend all
-	cd ${KERNSRCDIR}/modules/aic7xxx/aicasm; \
-	PATH=${BPATH}:${PATH} \
-	MAKEOBJDIRPREFIX=${KRNLOBJDIR}/${_kernel}/modules \
-	${MAKE} SSP_CFLAGS= -DNO_CPU_CFLAGS -DNO_CTF -DEARLY_BUILD ${target}
-.endfor
-.endif
+	@# Currently no special kernel tools to build.
 .if !defined(NO_KERNELDEPEND)
 	@echo
 	@echo "--"
@@ -1303,10 +1290,6 @@ bootstrap-tools: .MAKE
 #
 # build-tools: Build special purpose build tools
 #
-.if defined(MODULES_WITH_WORLD) && exists(${KERNSRCDIR}/modules)
-_aicasm= sys/modules/aic7xxx/aicasm
-.endif
-
 .if !defined(NO_SHARE)
 _share=	share/syscons/scrnmaps
 .endif
@@ -1328,7 +1311,6 @@ build-tools: .MAKE
 lib/ncurses/ncurses \
 lib/ncurses/ncursesw \
 ${_share} \
-${_aicasm} \
 usr.bin/awk \
 lib/libmagic \
 usr.bin/mkesdb_static \
@@ -1391,7 +1373,8 @@ cross-tools: .MAKE
 usr.bin/xlint/lint1 usr.bin/xlint/lint2 usr.bin/xlint/xlint \
 ${_btxld} \
 ${_crunchide} \
-${_kgzip}
+${_kgzip} \
+sys/dev/aic7xxx/aicasm
 	${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
 		cd ${.CURDIR}/${_tool} && \
 		${MAKE} DIRPRFX=${_tool}/ obj && \
diff -r f84e67c65c01 sys/conf/files
--- a/sys/conf/files	Sat Sep 14 15:37:16 2013 -0600
+++ b/sys/conf/files	Sat Sep 14 16:08:03 2013 -0600
@@ -9,44 +9,39 @@ acpi_quirks.h			optional acpi   \
 	compile-with	"${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
 	no-obj no-implicit-rule before-depend   \
 	clean		"acpi_quirks.h"
-aicasmoptional ahc | ahd			   \
-	dependency	"$S/dev/aic7xxx/aicasm/*.[chyl]"		   \
-	compile-with	"CC='${CC}' ${MAKE} -f $S/dev/aic7xxx/aicasm/Makefile MAKESRCPATH=$S/dev/aic7xxx/aicasm" \
-	no-obj no-implicit-rule		   \
-	clean		"aicasm* y.tab.h"
 aic7xxx_seq.h			optional ahc   \
-	compile-with	"./aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev/aic7xxx -o aic7xxx_seq.h -r aic7xxx_reg.h -p aic7xxx_reg_print.c -i $S/dev/aic7xxx/aic7xxx_osm.h $S/dev/aic7xxx/aic7xxx.seq"   \
+	compile-with	"aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev

Can't connect to AMT 8

2013-09-14 Thread Kamil Czekirda
Motherboard: Intel DQ77KB, the latest BIOS.

k1% biosver
Version: KBQ7710H.86A.0052.2013.0708.1336
Release Date: 07/08/2013
smbios.bios.reldate="07/08/2013"
smbios.bios.vendor="Intel Corp."
smbios.bios.version="KBQ7710H.86A.0052.2013.0708.1336"

lspci -vv
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network
Connection (rev 04)
Subsystem: Intel Corporation Device 2036
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
SERR-  k1.16992: Flags [S], seq 988250154, win
65535, options [mss 1460,nop,wscale 9,sackOK,TS val 855131498 ecr 0],
length 0

08:57:55.364052 IP k1.16992 > vol.11765: Flags [R.], seq 0, ack
988250155, win 0, length 0

I don't have problems with any operating systems like Linux or
Windows. Only on FreeBSD.

Regards,
Kamil
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Shuttle DS47 - Realtek RT 8111G

2013-09-14 Thread Thomas Guldener
FreeBSD 10 Alpha Release is Booting on the Shuttle DS47 - But still no support 
for the Realtek RT 8111G Network Cards.

g.
Thomas
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 10-alpha1 iso does not boot

2013-09-14 Thread Glen Barber
On Sat, Sep 14, 2013 at 09:26:24PM +, jb wrote:
> Thomas Mueller  bellsouth.net> writes:
> > > FreeBSD-10.0-ALPHA1-i386-disc1.iso
> > > Verified checksum.
> > > I can not boot from CD-RW at all - it does not seem to be recognized.
> > > Anybody else has similar experience ?
> > > jb
> > 
> > Is your CD-RW not recognized even before it tries to boot?
> > 
> > Is your disc1.iso burned to CD or DVD?  Is the drive CD or DVD?
> > 
> > If you can't get disc1.iso to work, you might try memstick.img and dd to
> USB stick.
> > 
> > Tom
> 
> I burned it to cd-rw again and this time boot process started, but it got
> stuck at:
> CD Loader 1.2
> ...
> FreeBSD/x86 bootstrap loader, Revision 1.1
> (root@...)
> \

Hmm.  The CD booted fine for me.  :\

Can you try the 20130907 -CURRENT snapshot here?

http://ftp.freebsd.org/pub/FreeBSD/snapshots/ISO-IMAGES/i386/10.0/

Glen



pgpXSOR8bBYDl.pgp
Description: PGP signature


Re: 10-alpha1 iso does not boot

2013-09-14 Thread jb
Thomas Mueller  bellsouth.net> writes:

> 
> > FreeBSD-10.0-ALPHA1-i386-disc1.iso
> > Verified checksum.
> > I can not boot from CD-RW at all - it does not seem to be recognized.
> > Anybody else has similar experience ?
> > jb
> 
> Is your CD-RW not recognized even before it tries to boot?
> 
> Is your disc1.iso burned to CD or DVD?  Is the drive CD or DVD?
> 
> If you can't get disc1.iso to work, you might try memstick.img and dd to
USB stick.
> 
> Tom

I burned it to cd-rw again and this time boot process started, but it got
stuck at:
CD Loader 1.2
...
FreeBSD/x86 bootstrap loader, Revision 1.1
(root@...)
\

jb
 



___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 10-alpha1 iso does not boot

2013-09-14 Thread Thomas Mueller
> FreeBSD-10.0-ALPHA1-i386-disc1.iso
> Verified checksum.
> I can not boot from CD-RW at all - it does not seem to be recognized.
> Anybody else has similar experience ?
> jb

Is your CD-RW not recognized even before it tries to boot?

Is your disc1.iso burned to CD or DVD?  Is the drive CD or DVD?

If you can't get disc1.iso to work, you might try memstick.img and dd to USB 
stick.

Tom

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 10-stable does not boot on Dell E1505 any more

2013-09-14 Thread Jan Kokemüller
> r255569 does not find /dev/ada0s2a and "?" at the mountroot> prompt
> shows no devices.

I've had the same problem after I updated my kernel today. I tracked it
down to the hyperv drivers that were added in r255524. Without the "device
hyperv" line in my kernconf the system boots fine again.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


problems with libiconv into kernel

2013-09-14 Thread Nilton Jose Rizzo

  Hi all,

Last night, I has tried to put in my kernel config the libiconv with this
knobs from LINT:

options CD9660_ICONV
options MSDOSFS_ICONV
options UDF_ICONV
options LIBICONV

but this results int this error:

cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions 
-Wmissing-include-dirs -fdiagnostics-show-option 
-Wno-error-tautological-compare -Wno-error-empty-body 
-Wno-error-parentheses-equality  -nostdinc  -I. -I../../..
-I../../../contrib/altq -I../../../contrib/libfdt -D_KERNEL
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer
-mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone
-mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding
-fstack-protector -Werror  ../../../libkern/iconv.c
../../../libkern/iconv.c:39:10: fatal error: 'iconv_converter_if.h' file not
  found
#include "iconv_converter_if.h"
 ^
1 error generated.
*** Error code 1

Stop.
make: stopped in /usr/src/sys/amd64/compile/VALFENDA

What am I doing wrong? My svn version is 255531 

TIA,

Rizzo

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: aicasm build error

2013-09-14 Thread Ian Lepore
On Sat, 2013-09-14 at 20:42 +0200, Dimitry Andric wrote:
> On Sep 14, 2013, at 19:50, Ian Lepore  wrote:
> > For a while I've been getting a build error on aicasm during the early
> > steps of the build.  Today I finally dug into it and discovered it's
> > because the build is using a mix of header files, some from /usr/include
> > on the build host, and some from obj/... for the target being built.  It
> > happens because dev/aic7xxx/aicasm/Makefile contains CFLAGS+= -I. and
> > the current directory when aicasm builds is obj/.../.  In my
> > case it was picking up machine/_types.h from objdir.
> > 
> > Apparently this is usually harmless, but if the build host system and
> > the target versions are far enough apart, or with a cross-build where
> > the host and target are different architectures, you can get problems.  
> > 
> > After a little digging, I just now discovered Marcel fixed this long ago
> > in r7, but then it got undone in r236578 a couple months ago.  Is
> > there any reason not to restore Marcel's fix, such as with the attached
> > patch?
> 
> It got undone for a specific reason, which is mentioned in the commit
> message for r236578.
> 
> This hack might make it work, but it might also cause other issues.  The
> problem really is how to make sure aicasm is compiled with the *host*
> compiler, not the compiler from /usr/obj.
> 
> -Dimitry
> 

Actually, the commit message that removed it talks about
-Wunused-arguments and -Werror and -nostdinc, and then says -nostdinc is
removed, and says nothing at all about the fact that -I/usr/include was
also removed at the same time.  I'm proposing adding back the -I but not
the -nostdinc.

Another possibly-viable fix is to remove the -I. so that it doesn't pick
up headers from obj/..., which makes buildkernel work for me, but maybe
it would cause the aicasm build to fail if built separately or
something.  

-- Ian


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Rebuild of xfce4-session

2013-09-14 Thread Sergey V. Dyatko
On Sat, 14 Sep 2013 10:32:38 -0400
Derek Tattersall  wrote:

> I am trying to rebuild xfce4-session on 10.0 as of r255478.  It fails
> with /usr/local/lib/libiconv.a missing from libtool.  Does anybody
> have a clue as to what to do at this point?
> 

rebuild all dependencies (gtk20,glib20, libxfce4menu, xfce4-conf, etc)
also you can run `pkg_libchk -q` from sysutils/bsdadminscripts and
rebuild all affected packages.

-- 
wbr, tiger
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: aicasm build error

2013-09-14 Thread Dimitry Andric
On Sep 14, 2013, at 19:50, Ian Lepore  wrote:
> For a while I've been getting a build error on aicasm during the early
> steps of the build.  Today I finally dug into it and discovered it's
> because the build is using a mix of header files, some from /usr/include
> on the build host, and some from obj/... for the target being built.  It
> happens because dev/aic7xxx/aicasm/Makefile contains CFLAGS+= -I. and
> the current directory when aicasm builds is obj/.../.  In my
> case it was picking up machine/_types.h from objdir.
> 
> Apparently this is usually harmless, but if the build host system and
> the target versions are far enough apart, or with a cross-build where
> the host and target are different architectures, you can get problems.  
> 
> After a little digging, I just now discovered Marcel fixed this long ago
> in r7, but then it got undone in r236578 a couple months ago.  Is
> there any reason not to restore Marcel's fix, such as with the attached
> patch?

It got undone for a specific reason, which is mentioned in the commit
message for r236578.

This hack might make it work, but it might also cause other issues.  The
problem really is how to make sure aicasm is compiled with the *host*
compiler, not the compiler from /usr/obj.

-Dimitry



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: 10-stable does not boot on Dell E1505 any more

2013-09-14 Thread Outback Dingo
On Sat, Sep 14, 2013 at 1:37 PM, Warren Block  wrote:

> This is an older Dell E1505, Core 2 but does not have AHCI.
>
> r255569 does not find /dev/ada0s2a and "?" at the mountroot> prompt shows
> no devices.
>
> r255451 from September 10 boots fine.
>
> Also possibly relevant is that after successfully building and installing
> world and kernel, /boot/kernel.old is not being replaced. This is good at
> present because the old kernel still works, but shouldn't kernel.old be
> replaced on installkernel?
>

Yeah, i just got nicked by it in a XEN host same error i booted
kernel.old and made a copy of kernel.old -> kernel.good just to get it to
boot again. guess it sits till someone fixes/resolves/reverts the naughty
code. :)


> __**_
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/**mailman/listinfo/freebsd-**current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@**
> freebsd.org "
>
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


10-alpha1 iso does not boot

2013-09-14 Thread jb
Hi,
FreeBSD-10.0-ALPHA1-i386-disc1.iso
Verified checksum.
I can not boot from CD-RW at all - it does not seem to be recognized.
Anybody else has similar experience ?
jb


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


aicasm build error

2013-09-14 Thread Ian Lepore
For a while I've been getting a build error on aicasm during the early
steps of the build.  Today I finally dug into it and discovered it's
because the build is using a mix of header files, some from /usr/include
on the build host, and some from obj/... for the target being built.  It
happens because dev/aic7xxx/aicasm/Makefile contains CFLAGS+= -I. and
the current directory when aicasm builds is obj/.../.  In my
case it was picking up machine/_types.h from objdir.

Apparently this is usually harmless, but if the build host system and
the target versions are far enough apart, or with a cross-build where
the host and target are different architectures, you can get problems.  

After a little digging, I just now discovered Marcel fixed this long ago
in r7, but then it got undone in r236578 a couple months ago.  Is
there any reason not to restore Marcel's fix, such as with the attached
patch?

-- Ian


diff -r 00739d74c495 sys/dev/aic7xxx/aicasm/Makefile
--- sys/dev/aic7xxx/aicasm/Makefile	Sat Sep 14 09:55:04 2013 -0600
+++ sys/dev/aic7xxx/aicasm/Makefile	Sat Sep 14 11:44:09 2013 -0600
@@ -24,7 +24,8 @@ WARNS?=	5
 DEPENDFILE=	.depend_aicasm
 .endif
 
-CFLAGS+= -I.
+# Tool runs on the build host, must prefer /usr/include headers over obj/...
+CFLAGS+= -I/usr/include -I.
 .ifdef MAKESRCPATH
 CFLAGS+= -I${MAKESRCPATH}
 .endif
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

10-stable does not boot on Dell E1505 any more

2013-09-14 Thread Warren Block

This is an older Dell E1505, Core 2 but does not have AHCI.

r255569 does not find /dev/ada0s2a and "?" at the mountroot> prompt 
shows no devices.


r255451 from September 10 boots fine.

Also possibly relevant is that after successfully building and 
installing world and kernel, /boot/kernel.old is not being replaced. 
This is good at present because the old kernel still works, but 
shouldn't kernel.old be replaced on installkernel?

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: i915kms.ko not loading

2013-09-14 Thread Jean-Sébastien Pédron

Le 04/09/2013 17:01, Alexander a écrit :
> ...
> #8  0x80319390 in drm_attach (kdev=,
> idlist=) at /usr/src/sys/dev/drm/drm_drv.c:462
> ...

In this stack trace, it appears that the "drm" code is used, not "drm2".

Do you have "device drm" in your kernel config? If yes, please remove 
it, as well as "device i915" if you have it too, and retry.


--
Jean-Sébastien Pédron
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: HEADS UP: OpenSSH with DNSSEC support in 10

2013-09-14 Thread Ian Lepore
On Sat, 2013-09-14 at 16:03 +0200, Dag-Erling Smørgrav wrote:
> Ian Lepore  writes:
> > I just ran into a build error related to this:
> > [...]
> > I find that the attached patch fixes it for me.
> > [...]
> > @@ -1468,7 +1468,7 @@ lib/libcxxrt__L: gnu/lib/libgcc__L
> > lib/libradius lib/libsbuf lib/libtacplus \
> > ${_cddl_lib_libumem} ${_cddl_lib_libnvpair} \
> > ${_cddl_lib_libzfs_core} \
> > -   lib/libutil ${_lib_libypclnt} lib/libz lib/msun \
> > +   lib/libutil ${_lib_libypclnt} lib/libldns lib/libz lib/msun \
> > ${_secure_lib_libcrypto} ${_secure_lib_libssh} \
> > ${_secure_lib_libssl}
> >  
> 
> That's not going to work, because libldns requires libcrypto.  You
> should try the following:
> 
> @@ -1470,8 +1470,8 @@
>   ${_cddl_lib_libumem} ${_cddl_lib_libnvpair} \
>   ${_cddl_lib_libzfs_core} \
>   lib/libutil ${_lib_libypclnt} lib/libz lib/msun \
> - ${_secure_lib_libcrypto} ${_secure_lib_libssh} \
> - ${_secure_lib_libssl}
> + ${_secure_lib_libcrypto} ${_lib_libldns} \
> + ${_secure_lib_libssh} ${_secure_lib_libssl}
>  
>  .if ${MK_ATF} != "no"
>  _lib_atf_libatf_c=   lib/atf/libatf-c
> 
> Oh, wait, that's actually an excerpt from the commit that enabled LDNS
> in OpenSSH.  What a coincidence!
> 
> DES

Hrm, sure enough, even though that sandbox claims to be at r255532, your
changes from r255460 are not in Makefile.inc1.  So I've got some sort of
brokeness/pollution in my sandbox I'll look into, sorry for the noise.

-- Ian


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Rebuild of xfce4-session

2013-09-14 Thread Lowell Gilbert
Derek Tattersall  writes:

> I am trying to rebuild xfce4-session on 10.0 as of r255478.  It fails
> with /usr/local/lib/libiconv.a missing from libtool.  Does anybody have
> a clue as to what to do at this point?

That library comes from libiconv, not libtool.
Sounds like your installation of converters/libiconv is damaged.
Probably not related to the version of FreeBSD you're running.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Rebuild of xfce4-session

2013-09-14 Thread Derek Tattersall
I am trying to rebuild xfce4-session on 10.0 as of r255478.  It fails
with /usr/local/lib/libiconv.a missing from libtool.  Does anybody have
a clue as to what to do at this point?

-- 
Best regards,
Derek Tattersall
d...@mebtel.net dlt...@yahoo.com dtatt...@gmail.com
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: HEADS UP: OpenSSH with DNSSEC support in 10

2013-09-14 Thread Dag-Erling Smørgrav
Ian Lepore  writes:
> I just ran into a build error related to this:
> [...]
> I find that the attached patch fixes it for me.
> [...]
> @@ -1468,7 +1468,7 @@ lib/libcxxrt__L: gnu/lib/libgcc__L
>   lib/libradius lib/libsbuf lib/libtacplus \
>   ${_cddl_lib_libumem} ${_cddl_lib_libnvpair} \
>   ${_cddl_lib_libzfs_core} \
> - lib/libutil ${_lib_libypclnt} lib/libz lib/msun \
> + lib/libutil ${_lib_libypclnt} lib/libldns lib/libz lib/msun \
>   ${_secure_lib_libcrypto} ${_secure_lib_libssh} \
>   ${_secure_lib_libssl}
>  

That's not going to work, because libldns requires libcrypto.  You
should try the following:

@@ -1470,8 +1470,8 @@
${_cddl_lib_libumem} ${_cddl_lib_libnvpair} \
${_cddl_lib_libzfs_core} \
lib/libutil ${_lib_libypclnt} lib/libz lib/msun \
-   ${_secure_lib_libcrypto} ${_secure_lib_libssh} \
-   ${_secure_lib_libssl}
+   ${_secure_lib_libcrypto} ${_lib_libldns} \
+   ${_secure_lib_libssh} ${_secure_lib_libssl}
 
 .if ${MK_ATF} != "no"
 _lib_atf_libatf_c= lib/atf/libatf-c

Oh, wait, that's actually an excerpt from the commit that enabled LDNS
in OpenSSH.  What a coincidence!

DES
-- 
Dag-Erling Smørgrav - d...@des.no
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: HEADS UP: OpenSSH with DNSSEC support in 10

2013-09-14 Thread Ian Lepore
On Wed, 2013-09-11 at 17:00 +0200, Dag-Erling Smørgrav wrote:
> OpenSSH in FreeBSD 10 is now built with DNSSEC support, unless you
> disable LDNS in src.conf.  If DNSSEC is enabled, the default setting for
> VerifyHostKeyDNS is "yes".  This means that OpenSSH will silently trust
> DNSSEC-signed SSHFP records.  I consider this a lesser evil than "ask"
> (aka "train the user to type 'yes' and hit enter") and "no" (aka "train
> the user to type 'yes' and hit enter without even the benefit of a
> second opinion").
> 
> DES

I just ran into a build error related to this:

--- libssh.so.5 ---
building shared library libssh.so.5
/local/build/staging/freebsd/wand/obj/arm.armv6/local/build/staging/freebsd/wand/src/tmp/usr/bin/ld:
 cannot find -lldns
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [libssh.so.5] Error code 1

It only happens in one of my many build sandboxes, so I suspect it's
related to the WITH/WITHOUT options in effect and perhaps also to the
timing of parallel-build stuff.  In the sandbox where it fails I have
WITHOUT_KERBEROS and WITHOUT_PROFILE so I think that changes the timing
of getting to the libssh build.

I find that the attached patch fixes it for me.

-- Ian

--- Makefile.inc1	Fri Sep 13 21:38:02 2013 -0600
+++ Makefile.inc1	Sat Sep 14 06:47:36 2013 -0600
@@ -1468,7 +1468,7 @@ lib/libcxxrt__L: gnu/lib/libgcc__L
 		lib/libradius lib/libsbuf lib/libtacplus \
 		${_cddl_lib_libumem} ${_cddl_lib_libnvpair} \
 		${_cddl_lib_libzfs_core} \
-		lib/libutil ${_lib_libypclnt} lib/libz lib/msun \
+		lib/libutil ${_lib_libypclnt} lib/libldns lib/libz lib/msun \
 		${_secure_lib_libcrypto} ${_secure_lib_libssh} \
 		${_secure_lib_libssl}
 
@@ -1505,10 +1505,11 @@ cddl/lib/libzfs_core__L: cddl/lib/libnvp
 .if ${MK_OPENSSL} != "no"
 _secure_lib_libcrypto= secure/lib/libcrypto
 _secure_lib_libssl= secure/lib/libssl
-lib/libradius__L secure/lib/libssl__L: secure/lib/libcrypto__L
+lib/libldns__L lib/libradius__L secure/lib/libssl__L: secure/lib/libcrypto__L
 .if ${MK_OPENSSH} != "no"
 _secure_lib_libssh= secure/lib/libssh
-secure/lib/libssh__L: lib/libz__L secure/lib/libcrypto__L lib/libcrypt__L
+secure/lib/libssh__L: lib/libz__L secure/lib/libcrypto__L lib/libcrypt__L \
+lib/libldns__L
 .if ${MK_KERBEROS_SUPPORT} != "no"
 secure/lib/libssh__L: lib/libgssapi__L kerberos5/lib/libkrb5__L \
 kerberos5/lib/libhx509__L kerberos5/lib/libasn1__L lib/libcom_err__L \
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: FreeBSD 10.0-ALPHA1 now available

2013-09-14 Thread Ivan Voras

On 13.09.2013 22:10, Glen Barber wrote:

The first ALPHA build of the 10.0-RELEASE release cycle is now available
on the FTP servers for the amd64, i386, ia64, powerpc, and sparc64
architectures.

The image checksums follow at the end of this email.

ISO images and, for architectures that support it, the memory stick images
are available here:

   ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/10.0/

(or any of the FreeBSD mirror sites).


... and a list of what new features to expect is available here:
https://wiki.freebsd.org/WhatsNew/FreeBSD10

This is also a call for developers to add to the list if they find 
things missing, incomplete or wrong.



___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"