Re: pcie Realtek 8168G issues (re driver)

2015-02-17 Thread O. Hartmann
Am Tue, 17 Feb 2015 18:32:22 +0100 Luca Pizzamiglio luca.pizzamig...@gmail.com schrieb: Hi Ben, thanks for the tip! tso was already disabled. I tried anyway and unfortunately it crashes as before. I filled a bug report (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197535) and marius@

r278857: buildkernel failure: pf_norm.c:1098:1: error: no previous prototype for function 'pf_refragment6'

2015-02-16 Thread O. Hartmann
awk -f /usr/src/sys/conf/kmod_syms.awk ng_ksocket.ko export_syms | xargs -J% objcopy % ng_ksocket.ko objcopy --strip-debug ng_ksocket.ko === netgraph/l2tp (all) --- ng_l2tp.o --- cc -O2 -pipe -O3 -O3 -pipe -march=native -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc

r278328: fails to build kernel due to /usr/src/sys/kern/subr_bus.c: undefined reference to `memchr'

2015-02-06 Thread O. Hartmann
Recent sources seem to fail in buildkernel with [...] --- kernel --- linking kernel subr_bus.o: In function `devctl2_ioctl': /usr/src/sys/kern/subr_bus.c:(.text+0x6284): undefined reference to `memchr' *** [kernel] Error code 1 Regards, oh pgpHq0NV3TtT8.pgp Description: OpenPGP digital

i915kms.ko: when loaded with Haswell HD4600, display goes blank

2015-01-29 Thread O. Hartmann
Having trouble with loading i915kms.ko on a Haswell-based Lenovo ThinkPad E540. The laptop is equippted with a Intel i5-4200M CPU with integrated HD4600 iGPU. Recent update of CURRENT and loading of i915kms.ko turns the display immediately blank. Laptop is accessible via ssh and network. Only

Re: i915kms.ko: when loaded with Haswell HD4600, display goes blank

2015-01-29 Thread O. Hartmann
Am Thu, 29 Jan 2015 11:19:38 -0800 NGie Cooper yaneurab...@gmail.com schrieb: On Thu, Jan 29, 2015 at 11:18 AM, NGie Cooper yaneurab...@gmail.com wrote: On Thu, Jan 29, 2015 at 10:52 AM, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Having trouble with loading i915kms.ko on a Haswell

CURRENT fails to build: make_hash.c : error: indirection requires pointer operand

2015-01-27 Thread O. Hartmann
Somehow one of my boxes got a wrecked system during an update cycle. Now the system rejects building world with the error shown below. I also tried to cleanup everything (/usr/obj deleting) and performing a make toolchain - without success. Is there a way to repair this mess? [...] cc -o

[CURRENT] r277641 fails to installworld: routing_test: No such file or directory

2015-01-24 Thread O. Hartmann
Regards, O. Hartmann pgpVp_17lJKIZ.pgp Description: OpenPGP digital signature

Re: Broadwell support ?

2015-01-19 Thread O. Hartmann
On Tue, 20 Jan 2015 08:12:45 +0100 Kurt Jaeger li...@opsec.eu wrote: Hi! Is the state of Broadwell support sufficient to play around with it on new laptops ? Thanks! I doubt this, a look at Haswell and its support (concerning iGPU) should be sufficient.

Re: SVN r377448 breaks net-snmp on -current

2015-01-19 Thread O. Hartmann
Am Mon, 19 Jan 2015 14:40:09 -0500 Michael Butler i...@protected-networks.net schrieb: Apparently, there was some 'magic' to accessing these sysctls: libtool: link: cc -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -O2 -pipe -march=pentium4 -I/usr/local/include -I/include -D_WANT_IFADDR

Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0

2015-01-02 Thread O. Hartmann
On Thu, 1 Jan 2015 23:53:03 +0100 Dimitry Andric d...@freebsd.org wrote: On 01 Jan 2015, at 12:50, O. Hartmann ohart...@zedat.fu-berlin.de wrote: ... === lib/atf/libatf-c++ (all) c++-O2 -pipe -O3 -O3 -pipe -march=native -DHAVE_CONFIG_H -I/usr/src/contrib/atf -I/usr/src/lib/atf/libatf

Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0

2015-01-01 Thread O. Hartmann
Am Wed, 31 Dec 2014 21:41:34 +0100 Dimitry Andric d...@freebsd.org schrieb: Hi, I just committed an upgrade of clang, llvm and lldb to 3.5.0 to head, in r276479. Please note that this version now requires C++11 support to build; see UPDATING for more information. Release notes for

Re: r276200: EFI boot failure: kernel stops booting at pci0: ACPI PCI bus on pcib0

2014-12-28 Thread O. Hartmann
Am Fri, 26 Dec 2014 12:23:42 -0700 Ian Lepore i...@freebsd.org schrieb: On Fri, 2014-12-26 at 08:48 -0800, Adrian Chadd wrote: On 26 December 2014 at 04:01, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Am Thu, 25 Dec 2014 11:40:47 -0800 Adrian Chadd adr...@freebsd.org schrieb

Re: r276200: EFI boot failure: kernel stops booting at pci0: ACPI PCI bus on pcib0

2014-12-26 Thread O. Hartmann
Am Thu, 25 Dec 2014 11:40:47 -0800 Adrian Chadd adr...@freebsd.org schrieb: Would you be able to narrow it down to a small range of commits? that'll make it easier to chase down. :) Thanks! -adrian On 25 December 2014 at 10:42, O. Hartmann ohart...@zedat.fu-berlin.de wrote

r276200: EFI boot failure: kernel stops booting at pci0: ACPI PCI bus on pcib0

2014-12-25 Thread O. Hartmann
Since 23rd's update of CURRENT, the kernel fails to boot on systems that boot via EFI. Systems with legacy booting seem not to be affected. I just ran today into the problem updating a notebook with a Intel Haswell Intel i5-4200M CPU (Haswell) on a Lenovo ThinkPad E540, bboting via UEFI,

CURRENT Revision: 274250 breaks build of x11/nvidia-driver: pkg-static: nvidia-driver-343.22 conflicts with libEGL-10.3.2

2014-11-07 Thread O. Hartmann
Out of the blue the build of port x11/nvidia-driver fails - portmaster is that sloppy that it can not check BEFORE it kills the existent driver and fails to install after the deletion! The src tree is at Revision: 274250 and with Revision r274177 the build works. The failure is: ===

CURRENT breaks build of x11/nvidia-driver: pkg-static: nvidia-driver-343.22 conflicts with libEGL-10.3.2

2014-11-07 Thread O. Hartmann
Out of the blue the build of port x11/nvidia-driver fails - portmaster is that sloppy that it can not check BEFORE it kills the existent driver and fails to install after the deletion! The src tree is at Revision: 274250 and with Revision r274177 the build works. The failure is: ===

Re: Heimdal with OpenLDAP backend: Cannot open /usr/lib/hdb_ldap.so

2014-11-03 Thread O. Hartmann
On Thu, 30 Oct 2014 16:47:02 -0400 (EDT) Benjamin Kaduk ka...@mit.edu wrote: [stripping -questions; please don't cross-post] Disclaimer: I am part of the group that develops MIT Kerberos On Thu, 30 Oct 2014, O. Hartmann wrote: Searching for suitable manuals, I found some HowTos

Re: Heimdal with OpenLDAP backend: Cannot open /usr/lib/hdb_ldap.so

2014-11-03 Thread O. Hartmann
Am Mon, 3 Nov 2014 12:12:03 -0500 (EST) Benjamin Kaduk ka...@mit.edu schrieb: On Mon, 3 Nov 2014, O. Hartmann wrote: On Thu, 30 Oct 2014 16:47:02 -0400 (EDT) Benjamin Kaduk ka...@mit.edu wrote: On Thu, 30 Oct 2014, O. Hartmann wrote: Indeed, I did, but I was under the impression

Re: CURRENT: EFI boot failure

2014-11-03 Thread O. Hartmann
Am Tue, 23 Sep 2014 17:14:46 +0200 Dimitry Andric d...@freebsd.org schrieb: On 23 Sep 2014, at 17:00, Nathan Whitehorn nwhiteh...@freebsd.org wrote: On 09/23/14 07:28, Harald Schmalzbauer wrote: Bezüglich O. Hartmann's Nachricht vom 19.09.2014 15:22 (localtime): … The problem I reported

Re: NVidia Tesla K40

2014-10-31 Thread O. Hartmann
Am Fri, 31 Oct 2014 16:46:15 + (UTC) John Dison jdiso...@yahoo.com schrieb: Hello! I want to use NVidia Tesla K40 GPU for parallel computing.Does FreeBSD support such a hardware? Thanks a lot! ___ freebsd-current@freebsd.org mailing list

CURRENT: WARNING! r273914 leaves filesystems in inconsistent/corrupted condition!

2014-10-31 Thread O. Hartmann
On all CURRENT systems I updated today (31.10.2014) I had massive filesystem corruption after reboot. The systems do have FreeBSD 11.0-CURRENT #1 r273914: Fri Oct 31 19:40:04 CET 2014 amd64 and suffer without exception from the same breakage, quitting services and/or reporting corrupted

Re: Unclean shutdown for r273852 - r273899 transition

2014-10-31 Thread O. Hartmann
Am Fri, 31 Oct 2014 06:59:12 -0700 David Wolfskill da...@catwhisker.org schrieb: I thought it a bit odd when I rebooted after the make installworld completed and found that fsck(8) was checking teh file systems on my laptop. When it also happened for my build machine, I suspected it might

Re: CURRENT: WARNING! r273914 leaves filesystems in inconsistent/corrupted condition!

2014-10-31 Thread O. Hartmann
Am Fri, 31 Oct 2014 22:23:28 +0100 Dag-Erling Smørgrav d...@des.no schrieb: Can you all please tell me which revision(s) you were running before you upgraded? Something like bzgrep 11.0-CURRENT /var/log/messages* should do the trick. DES r273800 was the last (obviously) working on one box,

Heimdal with OpenLDAP backend: Cannot open /usr/lib/hdb_ldap.so

2014-10-30 Thread O. Hartmann
On CURRENT (FreeBSD 11.0-CURRENT #0 r273810: Wed Oct 29 07:52:22 CET 2014 amd64) a running net/openldap24-sasl-server system is installed and running and is now about to be the database backend for Kerberos/Heimdal. net/openldap24-sasl-server is at openldap-sasl-server-2.4.40. The database

Re: Heimdal with OpenLDAP backend: Cannot open /usr/lib/hdb_ldap.so

2014-10-30 Thread O. Hartmann
system's Heimdal since you use /usr/local as prefix! What is your database/storage backend for your Heimdal installation? Is it OpenLDAP? Tnak you very much in advance, Oliver 2014-10-30 09:20 keltezéssel, O. Hartmann írta: On CURRENT (FreeBSD 11.0-CURRENT #0 r273810: Wed Oct 29 07:52:22

Re: Heimdal with OpenLDAP backend: Cannot open /usr/lib/hdb_ldap.so

2014-10-30 Thread O. Hartmann
On Thu, 30 Oct 2014 10:02:19 +0100 Lévai László laszlo.lev.le...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 2014-10-30 09:47 keltezéssel, O. Hartmann írta: On Thu, 30 Oct 2014 09:35:49 +0100 Lévai László laszlo.lev.le...@gmail.com wrote: Hi, try

emulators/virtualbox-ose: compilation on CURRENT fails due to: tstVMStructRC: 1: Syntax error: ( unexpected

2014-10-27 Thread O. Hartmann
Compiling emulators/virtualbox-ose on a freshly installed CURRENT (FreeBSD 11.0-CURRENT #0 r273719: Mon Oct 27 07:59:12 CET 2014 amd64) results in the below shown error. I also tried to install the package on CURRENT via pkg install, but this results in a 32-Bit VirtualBox only - which is

Re: WiFi 802.11/ac PCIe supported adaptor

2014-10-19 Thread O. Hartmann
Am Sun, 28 Sep 2014 14:50:02 -0600 (MDT) Warren Block wbl...@wonkity.com schrieb: On Sun, 28 Sep 2014, Gavin Atkinson wrote: On Sun, 28 Sep 2014, O. Hartmann wrote: Networking wasn't an issue for me for years, but now, sitting on a pile of neat new hardware of which FreeBSD can not make

projects/ipfw: Consider using tcp/31982 in firewall_myservices.

2014-10-19 Thread O. Hartmann
Having simply a number (the port) in rc.conf: firewall_myservices defined, I receive during startup the message Consider using tcp/31982 in firewall_myservices. Doing so, ends up in a misconfiguration, because the rc.firewall script in /etc/ is looking for 31982/tcp instead of the recommended

Re: i915 driver update testing

2014-10-08 Thread O. Hartmann
Am Sun, 05 Oct 2014 21:54:22 +0200 Koop Mast k...@rainbow-runner.nl schrieb: On Fri, 2014-10-03 at 20:02 +0300, Konstantin Belousov wrote: Please find at the https://kib.kiev.ua/kib/drm/i915.1.patch a patch which provides some updates to the i915 driver. At large, this is import of the

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-06 Thread O. Hartmann
Am Sun, 5 Oct 2014 15:20:20 -0700 Mark Johnston ma...@freebsd.org schrieb: On Sun, Oct 05, 2014 at 11:18:55AM +0200, O. Hartmann wrote: Am Sun, 5 Oct 2014 05:36:57 +0400 Arseny Nasokin eir...@gmail.com schrieb: Mark, Thank you for patch, I encounter same error and this patch

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-05 Thread O. Hartmann
04, 2014 at 07:47:56PM +0200, O. Hartmann wrote: Recent sources (Revision: 272529) fail to compile: [...] cc -m32 -march=native -DCOMPAT_32BIT -isystem /usr/obj/usr/src/lib32/usr/include/ -L/usr/obj/usr/src/lib32/usr/lib32 -B/usr/obj/usr/src/lib32/usr/lib32 -O2 -pipe -O3

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-05 Thread O. Hartmann
PM, Mark Johnston ma...@freebsd.org wrote: On Sat, Oct 04, 2014 at 07:47:56PM +0200, O. Hartmann wrote: Recent sources (Revision: 272529) fail to compile: [...] cc -m32 -march=native -DCOMPAT_32BIT -isystem /usr/obj/usr/src/lib32/usr/include/ -L/usr/obj/usr/src/lib32/usr

Re: CURRENT: EFI boot failure

2014-10-04 Thread O. Hartmann
Am Tue, 23 Sep 2014 16:51:08 +0200 Harald Schmalzbauer h.schmalzba...@omnilan.de schrieb: Bezüglich Harald Schmalzbauer's Nachricht vom 23.09.2014 16:28 (localtime): Bezüglich O. Hartmann's Nachricht vom 19.09.2014 15:22 (localtime): … The problem I reported about in the first place is

CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread O. Hartmann
Recent sources (Revision: 272529) fail to compile: [...] cc -m32 -march=native -DCOMPAT_32BIT -isystem /usr/obj/usr/src/lib32/usr/include/ -L/usr/obj/usr/src/lib32/usr/lib32 -B/usr/obj/usr/src/lib32/usr/lib32 -O2 -pipe -O3 -O3 -pipe -DYP -I/usr/obj/usr/src/lib32/usr/include/rpcsvc

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread O. Hartmann
Am Sat, 4 Oct 2014 11:33:38 -0700 Mark Johnston ma...@freebsd.org schrieb: On Sat, Oct 04, 2014 at 07:47:56PM +0200, O. Hartmann wrote: Recent sources (Revision: 272529) fail to compile: [...] cc -m32 -march=native -DCOMPAT_32BIT -isystem /usr/obj/usr/src/lib32/usr/include/ -L/usr

CURRENT: ath0: stuck beacon; resetting (bmiss count 4)

2014-10-03 Thread O. Hartmann
Since a couple of days I get this weird console-and-log-spamming message: ath0: stuck beacon; resetting (bmiss count 4) The machine in question is running the most recent CURRENT right now: FreeBSD 11.0-CURRENT #2 r272471: Fri Oct 3 13:03:58 CEST 2014 amd64 and the box acts as a gateway with

[CURRENT] hostapd: WPA w/ EAP-TTLS or EAP-PEAP or EAP-TLS ?

2014-10-03 Thread O. Hartmann
Where is the support on WPA with EAP-TTLS or EAP-PEAP or EAP-TLS in hostapd? Trying to circumvent FreeBSD's very poor documentation on the options of hostapd, I found lots of howtos for Linuxes of different flavours utilizing obviously the same hostapd basis. But whenever I try to configure

Re: CURRENT: ath0: stuck beacon; resetting (bmiss count 4)

2014-10-03 Thread O. Hartmann
Am Fri, 03 Oct 2014 15:15:54 +0200 Erik Trulsson erik.trulsson.1...@student.uu.se schrieb: Quoting O. Hartmann ohart...@zedat.fu-berlin.de: Since a couple of days I get this weird console-and-log-spamming message: ath0: stuck beacon; resetting (bmiss count 4) The machine in question

pkg/ports system terribly messed up?

2014-09-30 Thread O. Hartmann
Hello. I just made the last update of the ports yesterday (I use portmaster -da performing this task) and obviously or superficially everything went all right. I'm running on the boxes in question most recent CURRENT. On one system, a subsequent start of updating ports starts to freak out

Re: pkg/ports system terribly messed up?

2014-09-30 Thread O. Hartmann
Am Tue, 30 Sep 2014 08:40:19 +0200 (CEST) Trond Endrestøl trond.endres...@fagskolen.gjovik.no schrieb: On Tue, 30 Sep 2014 08:13+0200, O. Hartmann wrote: Hello. I just made the last update of the ports yesterday (I use portmaster -da performing this task) and obviously

Re: WiFi 802.11/ac PCIe supported adaptor

2014-09-28 Thread O. Hartmann
Am Sun, 28 Sep 2014 00:22:09 +0200 Lars Engels lars.eng...@0x20.net schrieb: On Sat, Sep 27, 2014 at 02:38:30PM +0200, O. Hartmann wrote: I'm looking for a replacemnt for my 802.11g WiFi PCIe adaptor card and want to replace it with an 802.11ac adaptor. Since I made very bad

Re: WiFi 802.11/ac PCIe supported adaptor

2014-09-28 Thread O. Hartmann
Am Sat, 27 Sep 2014 23:44:19 -0700 Kevin Oberman rkober...@gmail.com schrieb: On Sat, Sep 27, 2014 at 11:20 PM, Nathan Whitehorn nwhiteh...@freebsd.org wrote: On 09/27/14 23:06, O. Hartmann wrote: Am Sun, 28 Sep 2014 00:22:09 +0200 Lars Engels lars.eng...@0x20.net schrieb

Re: x11/nvidia-driver (340.24/340.32/343.13): nvidia BLOB doesn't recognize any display socket on Lenovo E540/UEFI and FBSD CURRENT

2014-09-28 Thread O. Hartmann
Am Sat, 20 Sep 2014 21:21:46 +0200 Koop Mast k...@rainbow-runner.nl schrieb: On Sat, 2014-09-20 at 20:13 +0200, O. Hartmann wrote: Am Sat, 20 Sep 2014 19:15:30 +0200 O. Hartmann ohart...@zedat.fu-berlin.de schrieb: Am Sat, 20 Sep 2014 08:27:27 -0600 (MDT) Warren Block wbl

Re: WiFi 802.11/ac PCIe supported adaptor

2014-09-28 Thread O. Hartmann
Am Sat, 27 Sep 2014 23:44:19 -0700 Kevin Oberman rkober...@gmail.com schrieb: On Sat, Sep 27, 2014 at 11:20 PM, Nathan Whitehorn nwhiteh...@freebsd.org wrote: On 09/27/14 23:06, O. Hartmann wrote: Am Sun, 28 Sep 2014 00:22:09 +0200 Lars Engels lars.eng...@0x20.net schrieb

Re: x11/nvidia-driver (340.24/340.32/343.13): nvidia BLOB doesn't recognize any display socket on Lenovo E540/UEFI and FBSD CURRENT

2014-09-28 Thread O. Hartmann
Am Sun, 28 Sep 2014 12:05:36 +0200 Jan Kokemüller jan.kokemuel...@gmail.com schrieb: On 28.09.2014 11:41, O. Hartmann wrote: Without nouveau driver, FreeBSD people do not have the slightes chance to play with OpenCL/libclc on nVidia's hardware. Some time in the past it was possible

WiFi 802.11/ac PCIe supported adaptor

2014-09-27 Thread O. Hartmann
I'm looking for a replacemnt for my 802.11g WiFi PCIe adaptor card and want to replace it with an 802.11ac adaptor. Since I made very bad experiences with CURRENT and support of modest modern hardware (Haswell CPU/Intel 7260 DualBand WiFi NIC), I'd like to ask here first. I found this PCIe

Re: x11/nvidia-driver (340.24/340.32/343.13): nvidia BLOB doesn't recognize any display socket on Lenovo E540/UEFI and FBSD CURRENT

2014-09-27 Thread O. Hartmann
Am Sat, 20 Sep 2014 09:21:34 -0500 Larry Rosenman l...@lerctr.org schrieb: On 2014-09-20 09:10, O. Hartmann wrote: Am Sat, 20 Sep 2014 07:36:21 -0600 (MDT) Warren Block wbl...@wonkity.com schrieb: On Fri, 19 Sep 2014, O. Hartmann wrote: nVidia's BLOB from port x11/nvidia-driver

Re: WiFi 802.11/ac PCIe supported adaptor

2014-09-27 Thread O. Hartmann
Am Sat, 27 Sep 2014 08:41:56 -0600 (MDT) Warren Block wbl...@wonkity.com schrieb: On Sat, 27 Sep 2014, O. Hartmann wrote: I'm looking for a replacemnt for my 802.11g WiFi PCIe adaptor card and want to replace it with an 802.11ac adaptor. Since I made very bad experiences

/boot/loader.efi and buildkernel

2014-09-23 Thread O. Hartmann
Modules and kernel are built when running make buildkernel, but the other contents of /boot/ aren't. How can I manually - and separately - build the loader, especially /boot/loader.efi? I realized that building loader.efi with any kind of optimization beyond debugging- or close-to-debugging

Re: x11/nvidia-driver (340.24/340.32/343.13): nvidia BLOB doesn't recognize any display socket on Lenovo E540/UEFI and FBSD CURRENT

2014-09-21 Thread O. Hartmann
Am Sat, 20 Sep 2014 09:21:34 -0500 Larry Rosenman l...@lerctr.org schrieb: On 2014-09-20 09:10, O. Hartmann wrote: Am Sat, 20 Sep 2014 07:36:21 -0600 (MDT) Warren Block wbl...@wonkity.com schrieb: On Fri, 19 Sep 2014, O. Hartmann wrote: nVidia's BLOB from port x11/nvidia-driver

Re: 11.0-CURRENT and Lenovo ThinkPad E540: No LAN, no WiFI

2014-09-20 Thread O. Hartmann
Am Mon, 15 Sep 2014 18:19:32 -0700 Kevin Oberman rkober...@gmail.com schrieb: On Mon, Sep 15, 2014 at 2:38 PM, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Trying to install and run FreeBSD 11.0-CURRENT (FreeBSD-11.0-CURRENT-amd64-20140903-r270990-memstick.img) on a new Lenovo E540

Re: x11/nvidia-driver (340.24/340.32/343.13): nvidia BLOB doesn't recognize any display socket on Lenovo E540/UEFI and FBSD CURRENT

2014-09-20 Thread O. Hartmann
Am Sat, 20 Sep 2014 07:36:21 -0600 (MDT) Warren Block wbl...@wonkity.com schrieb: On Fri, 19 Sep 2014, O. Hartmann wrote: nVidia's BLOB from port x11/nvidia-driver seems to have problems in FreeBSD 11.0-CURRENT #2 r271869: Fri Sep 19 13:28:03 CEST 2014 amd64, on Lenovo ThinkPad Edge

Re: x11/nvidia-driver (340.24/340.32/343.13): nvidia BLOB doesn't recognize any display socket on Lenovo E540/UEFI and FBSD CURRENT

2014-09-20 Thread O. Hartmann
Am Sat, 20 Sep 2014 16:10:12 +0200 O. Hartmann ohart...@zedat.fu-berlin.de schrieb: Am Sat, 20 Sep 2014 07:36:21 -0600 (MDT) Warren Block wbl...@wonkity.com schrieb: On Fri, 19 Sep 2014, O. Hartmann wrote: nVidia's BLOB from port x11/nvidia-driver seems to have problems in FreeBSD

Re: x11/nvidia-driver (340.24/340.32/343.13): nvidia BLOB doesn't recognize any display socket on Lenovo E540/UEFI and FBSD CURRENT

2014-09-20 Thread O. Hartmann
Am Sat, 20 Sep 2014 08:27:27 -0600 (MDT) Warren Block wbl...@wonkity.com schrieb: On Sat, 20 Sep 2014, O. Hartmann wrote: Am Sat, 20 Sep 2014 07:36:21 -0600 (MDT) Warren Block wbl...@wonkity.com schrieb: On Fri, 19 Sep 2014, O. Hartmann wrote: nVidia's BLOB from port x11/nvidia

Re: x11/nvidia-driver (340.24/340.32/343.13): nvidia BLOB doesn't recognize any display socket on Lenovo E540/UEFI and FBSD CURRENT

2014-09-20 Thread O. Hartmann
Am Sat, 20 Sep 2014 19:15:30 +0200 O. Hartmann ohart...@zedat.fu-berlin.de schrieb: Am Sat, 20 Sep 2014 08:27:27 -0600 (MDT) Warren Block wbl...@wonkity.com schrieb: On Sat, 20 Sep 2014, O. Hartmann wrote: Am Sat, 20 Sep 2014 07:36:21 -0600 (MDT) Warren Block wbl...@wonkity.com

Re: x11/nvidia-driver (340.24/340.32/343.13): nvidia BLOB doesn't recognize any display socket on Lenovo E540/UEFI and FBSD CURRENT

2014-09-20 Thread O. Hartmann
Am Sat, 20 Sep 2014 21:21:46 +0200 Koop Mast k...@rainbow-runner.nl schrieb: On Sat, 2014-09-20 at 20:13 +0200, O. Hartmann wrote: Am Sat, 20 Sep 2014 19:15:30 +0200 O. Hartmann ohart...@zedat.fu-berlin.de schrieb: Am Sat, 20 Sep 2014 08:27:27 -0600 (MDT) Warren Block wbl

src.conf: CFLAGS/COPTFLAGS inconsistency

2014-09-19 Thread O. Hartmann
man make.conf states, that COPTFLAGS is used for building/compiling the kernel (exclusively). The question arises: are kernel modules NOT kernel or are they kernel? The problem I face is that with optimization level -O3 loader.efi gets miscompiled and a UEFI laptop stops/reject booting. To

Re: CURRENT: EFI boot failure

2014-09-19 Thread O. Hartmann
Am Wed, 17 Sep 2014 01:25:07 +0300 Andriy Gapon a...@freebsd.org schrieb: On 17/09/2014 00:32, Ed Maste wrote: On 16 September 2014 17:03, O. Hartmann ohart...@zedat.fu-berlin.de wrote: In that case, is it still /boot/boot1.efifat or is it /boot/boot1.efi? What is the difference

x11/nvidia-driver (340.24/340.32/343.13): nvidia BLOB doesn't recognize any display socket on Lenovo E540/UEFI and FBSD CURRENT

2014-09-19 Thread O. Hartmann
use at the moment xf86-video-scfb which is a pain in the ass and absolutely not usable, even with a faster CPU. Under average load the whole laptop screen is like a slide show. Please CC me. Thanks in advance, O. Hartmann signature.asc Description: PGP signature

Re: 11.0-CURRENT and Lenovo ThinkPad E540: No LAN, no WiFI

2014-09-18 Thread O. Hartmann
Am Tue, 16 Sep 2014 08:40:25 -0700 Adrian Chadd adr...@freebsd.org schrieb: Ah, jumbo frames. Maybe you got lucky and some ethernet drivers default to accepting larger frames even if the MTU is 1500. -a After all, I managed to get the NIC up and running. But the culprit is that I have

Re: 11.0-CURRENT and Lenovo ThinkPad E540: No LAN, no WiFI

2014-09-18 Thread O. Hartmann
Am Thu, 18 Sep 2014 10:17:08 +0200 Guido Falsi m...@madpilot.net schrieb: On 09/18/14 09:58, O. Hartmann wrote: Am Tue, 16 Sep 2014 08:40:25 -0700 Adrian Chadd adr...@freebsd.org schrieb: Ah, jumbo frames. Maybe you got lucky and some ethernet drivers default to accepting larger

UEFI/CURRENT: vt() and nVidia BLOB: not working on nVidia GT 740M

2014-09-18 Thread O. Hartmann
Running FreeBSD 11.0-CURRENT #5 r271728: Thu Sep 18 01:18:25 CEST 2014 amd64 on a Lenovo ThinkPad Edge E540 laptop with built-in nVidida GT 740M GPU (NV208M) doesn't bring up X11 even with most recent nVidia BLOB 343.13. The system has been installed from a most recent FBSD CURRENT USB drive

Re: UEFI/CURRENT: vt() and nVidia BLOB: not working on nVidia GT 740M

2014-09-18 Thread O. Hartmann
Am Thu, 18 Sep 2014 07:19:45 -0700 Nathan Whitehorn nwhiteh...@freebsd.org schrieb: On 09/18/14 04:18, O. Hartmann wrote: Running FreeBSD 11.0-CURRENT #5 r271728: Thu Sep 18 01:18:25 CEST 2014 amd64 on a Lenovo ThinkPad Edge E540 laptop with built-in nVidida GT 740M GPU (NV208M

Re: CURRENT: EFI boot failure

2014-09-18 Thread O. Hartmann
Am Tue, 16 Sep 2014 02:05:41 +0200 O. Hartmann ohart...@zedat.fu-berlin.de schrieb: Installing FreeBSD-11.0-CURRENT-amd64-20140903-r270990 on a Laptop works for UEFI fine. After I updated the sources to r271649, recompiled world and kernel (as well as installed), now I get stuck

Re: CURRENT: EFI boot failure

2014-09-17 Thread O. Hartmann
Am Tue, 16 Sep 2014 15:54:31 -0700 Nathan Whitehorn nwhiteh...@freebsd.org schrieb: On 09/16/14 14:50, O. Hartmann wrote: Am Tue, 16 Sep 2014 00:09:01 -0700 Nathan Whitehorn nwhiteh...@freebsd.org schrieb: On 09/15/14 22:51, O. Hartmann wrote: Am Mon, 15 Sep 2014 17:39:26 -0700

Re: 11.0-CURRENT and Lenovo ThinkPad E540: No LAN, no WiFI

2014-09-16 Thread O. Hartmann
Am Mon, 15 Sep 2014 18:25:34 -0700 Adrian Chadd adr...@freebsd.org schrieb: Hi, Try updating to the latest -HEAD. It at least makes dhclient behave better. -a On 15 September 2014 18:19, Kevin Oberman rkober...@gmail.com wrote: On Mon, Sep 15, 2014 at 2:38 PM, O. Hartmann ohart

zpool: multiple IDs, CURRENT drops all pools after reboot

2014-09-16 Thread O. Hartmann
On of my backup drives dedicated to a ZPOOL is faulting and showing up multiple ID. The only working ID is id: 257822624560506537. FreeBSD CURRENT with three ZFS disks and only 4GB of RAM is very flaky regarding this issue: today, tow times the whole poolset vanishes after a reboot. Giving the

Re: CURRENT: EFI boot failure

2014-09-16 Thread O. Hartmann
Am Tue, 16 Sep 2014 00:09:01 -0700 Nathan Whitehorn nwhiteh...@freebsd.org schrieb: On 09/15/14 22:51, O. Hartmann wrote: Am Mon, 15 Sep 2014 17:39:26 -0700 Nathan Whitehorn nwhiteh...@freebsd.org schrieb: On 09/15/14 17:36, Allan Jude wrote: On 2014-09-15 20:05, O. Hartmann wrote

Re: CURRENT: EFI boot failure

2014-09-16 Thread O. Hartmann
Am Mon, 15 Sep 2014 20:36:23 -0400 Allan Jude allanj...@freebsd.org schrieb: On 2014-09-15 20:05, O. Hartmann wrote: Installing FreeBSD-11.0-CURRENT-amd64-20140903-r270990 on a Laptop works for UEFI fine. After I updated the sources to r271649, recompiled world and kernel (as well

Re: CURRENT: EFI boot failure

2014-09-16 Thread O. Hartmann
Am Tue, 16 Sep 2014 00:09:01 -0700 Nathan Whitehorn nwhiteh...@freebsd.org schrieb: On 09/15/14 22:51, O. Hartmann wrote: Am Mon, 15 Sep 2014 17:39:26 -0700 Nathan Whitehorn nwhiteh...@freebsd.org schrieb: On 09/15/14 17:36, Allan Jude wrote: On 2014-09-15 20:05, O. Hartmann wrote

Re: 11.0-CURRENT and Lenovo ThinkPad E540: No LAN, no WiFI

2014-09-16 Thread O. Hartmann
Am Tue, 16 Sep 2014 08:40:25 -0700 Adrian Chadd adr...@freebsd.org schrieb: Ah, jumbo frames. Maybe you got lucky and some ethernet drivers default to accepting larger frames even if the MTU is 1500. -a It is not the jumbo frame that makes this specific NIC work, I have to set the mtu

Re: CURRENT: EFI boot failure

2014-09-16 Thread O. Hartmann
Am Tue, 16 Sep 2014 17:32:12 -0400 Ed Maste ema...@freebsd.org schrieb: On 16 September 2014 17:03, O. Hartmann ohart...@zedat.fu-berlin.de wrote: In that case, is it still /boot/boot1.efifat or is it /boot/boot1.efi? What is the difference? Is the efi partition FAT? An EFI system

Re: CURRENT: EFI boot failure

2014-09-16 Thread O. Hartmann
Am Wed, 17 Sep 2014 01:25:07 +0300 Andriy Gapon a...@freebsd.org schrieb: On 17/09/2014 00:32, Ed Maste wrote: On 16 September 2014 17:03, O. Hartmann ohart...@zedat.fu-berlin.de wrote: In that case, is it still /boot/boot1.efifat or is it /boot/boot1.efi? What is the difference

Re: zpool: multiple IDs, CURRENT drops all pools after reboot

2014-09-16 Thread O. Hartmann
Am Tue, 16 Sep 2014 22:06:36 +0100 Steven Hartland kill...@multiplay.co.uk schrieb: On of my backup drives dedicated to a ZPOOL is faulting and showing up multiple ID. The only working ID is id: 257822624560506537. FreeBSD CURRENT with three ZFS disks and only 4GB of RAM is very flaky

11.0-CURRENT and Lenovo ThinkPad E540: No LAN, no WiFI

2014-09-15 Thread O. Hartmann
Trying to install and run FreeBSD 11.0-CURRENT (FreeBSD-11.0-CURRENT-amd64-20140903-r270990-memstick.img) on a new Lenovo E540 notebook fails in activating the NIC (Realtek RTL8111/8168B, driver re[0]). The NIC shows up as active and with carrier when issuing ifconfig re0. From a desktop

CURRENT: EFI boot failure

2014-09-15 Thread O. Hartmann
Installing FreeBSD-11.0-CURRENT-amd64-20140903-r270990 on a Laptop works for UEFI fine. After I updated the sources to r271649, recompiled world and kernel (as well as installed), now I get stuck with the screen message: FreeBSD EFI boot block Loader path: /boot/loader.efi and nothing

Re: CURRENT: EFI boot failure

2014-09-15 Thread O. Hartmann
Am Mon, 15 Sep 2014 17:39:26 -0700 Nathan Whitehorn nwhiteh...@freebsd.org schrieb: On 09/15/14 17:36, Allan Jude wrote: On 2014-09-15 20:05, O. Hartmann wrote: Installing FreeBSD-11.0-CURRENT-amd64-20140903-r270990 on a Laptop works for UEFI fine. After I updated the sources

Re: service doen't get started at boottime, but can start manually

2014-09-10 Thread O. Hartmann
Am Sun, 7 Sep 2014 11:16:37 -0500 Scot Hetzel swhet...@gmail.com schrieb: On Sun, Sep 7, 2014 at 10:44 AM, Scot Hetzel swhet...@gmail.com wrote: I created the rc.d/refdbd script by copying /etc/rc.d/inetd and make a few minor changes. This script (untested) should do what the

Re: [Bug 144203] textproc/refdb: network clients loop indefinitely when hitting Ctrl-D while client asks for passowrd

2014-09-09 Thread O. Hartmann
Am Tue, 09 Sep 2014 06:35:29 + bugzilla-nore...@freebsd.org schrieb: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=144203 --- Comment #8 from John Marino mar...@freebsd.org --- FYI, I'm removing this port tonight. We've waited long enough. In the strain of a bug I reported I

service doen't get started at boottime, but can start manually

2014-09-07 Thread O. Hartmann
I use a service (textprox/refdb from ports, refdb_enable=YES in /etc/rc.conf.local) that is supposed to startup at boottime. On one CURRENT system, running FreeBSD 11.0-CURRENT #3 r271210: Sat Sep 6 22:39:59 CEST 2014 amd64 the service is not started at boottime, but I can start the service

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread O. Hartmann
Am Sun, 7 Sep 2014 15:33:42 +0800 Erich Dollansky er...@alogt.com schrieb: Hi, On Sun, 7 Sep 2014 09:03:21 +0200 O. Hartmann ohart...@zedat.fu-berlin.de wrote: I use a service (textprox/refdb from ports, refdb_enable=YES in /etc/rc.conf.local) that is supposed to startup at boottime

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread O. Hartmann
Am Sun, 7 Sep 2014 04:03:25 -0500 Scot Hetzel swhet...@gmail.com schrieb: On Sun, Sep 7, 2014 at 3:39 AM, Scot Hetzel swhet...@gmail.com wrote: I had a look at scripts/refdb.in, it is not a proper rc script for FreeBSD, as it is missing several keywords: # PROVIDE: - all scripts need

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread O. Hartmann
as far a I could test it. Regards, Oliver Hartmann [...] #!/bin/sh # # $FreeBSD$ # # O. Hartmann, Berlin, 2014 # # # PROVIDE: refdbd # REQUIRE: LOGIN # KEYWORD: shutdown # # To enable this service, place # # refdbd_enable=YES # # in /etc/rc.conf[.local] # # and optionally set the the following

Revision: 270871: kernel build failure due to: [...]/netmap.c:556:23: error: no member named 'if_pspare' in 'struct ifnet'

2014-08-31 Thread O. Hartmann
cc -c -O3 -fno-strict-aliasing -march=native -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

Re: r270287: crash

2014-08-22 Thread O. Hartmann
On Fri, 22 Aug 2014 15:02:46 -0400 Marcus Reid mar...@blazingdot.com wrote: On Thu, Aug 21, 2014 at 09:26:19PM +0200, O. Hartmann wrote: FreeBSD r270287 crashes/reboots instantanously on loading the kernel. I can not see at what point (on modern systems like Ivy Bridge). On older Core2Duo

[CURRENT]: r270386: unusable console (question marks filling scrren) in vt(), crash/freeze

2014-08-22 Thread O. Hartmann
On different platforms with different graphics hardware, recent CURRENT r 270386 shows a screen filled with question marks when booting, impossible to check the status or make enter commands. The systems don't boot into X11 graphical mode on systems were configured, they freeze. Those

[CURRENT]: r270386: PANIC: ncpus is 0 with non-zero map when vt() is used

2014-08-22 Thread O. Hartmann
Current r 270386 crashes/freezes with a panic: ncpus is 0 with non-zero map when used with vt() console (in text mode, on nVidia GTX560Ti device with nVidia BLOB 343.13). Disabling the nVidia BLOB results in the same crash. signature.asc Description: PGP signature

r270287: crash

2014-08-21 Thread O. Hartmann
FreeBSD r270287 crashes/reboots instantanously on loading the kernel. I can not see at what point (on modern systems like Ivy Bridge). On older Core2Duo systems I get a trap 12 in APIC or similar. While I was able to start kernel.old on the modern systems, I fail on both kernel and kernel.old on

Re: [CFT] Autofs.

2014-08-17 Thread O. Hartmann
Am Sun, 17 Aug 2014 12:44:30 +0200 Hans Ottevanger h...@beastielabs.net schrieb: On 07/30/14 09:19, Edward Tomasz Napierała wrote: At the link below you will find a patch that adds the new automounter. The patch is against yesterdays 11.0-CURRENT.

Re: nscd not caching

2014-08-17 Thread O. Hartmann
Am Sun, 17 Aug 2014 13:09:10 + Eggert, Lars l...@netapp.com schrieb: Nobody using nscd? Really? I can only speak for myself and I stopped using nscd since the support is crap. A while ago (t 1 1/2 years) I realised within a OpenLDAP environment, that when nscd is running, sometimes the

local_unbound update corrupts network accessibility!

2014-08-01 Thread O. Hartmann
After the unbound update - or coinciding this update in CURRENT - I have massive and disturbing problems connecting to some sites, email servers and even the SVN server of FreeBSD (ports and src). For some name resoltions I receive Host xxx.xxx.de not found: 2(SERVFAIL), while another domain

Re: local_unbound: since update sporadic hangs in connections

2014-07-29 Thread O. Hartmann
Am Mon, 28 Jul 2014 10:19:50 -0700 Peter Wemm pe...@wemm.org schrieb: Are you using pf and IPv6 by any chance? Since you mentioned the FreeBSD.org domain, DNSSEC and IPv6 triggers fragments. Just a thought. -- Peter Wemm. pe...@wemm.org On 28 Jul 2014, at 6:50 am, O. Hartmann

local_unbound: since update sporadic hangs in connections

2014-07-28 Thread O. Hartmann
Since local_unbound update and the suggested update procedure as requested with TAG 20140719 the connection to the net hangs (DNS resolving). This is very often with the freebsd.org domain the case, while domestic domains rarely show this strange behaviour. The problem occurs on ALL CURRENT

net/openldap24-server: lstat(/usr/ports/net/openldap24-server/work/stage/usr/local/libexec/openldap/smbk5pwd.so.0.0.0):

2014-07-28 Thread O. Hartmann
Updating of port net/openldap24-server fails grandios with the following error: === Installing for openldap-sasl-server-2.4.39_2 === Registering installation for openldap-sasl-server-2.4.39_2 pkg-static:

Re: local_unbound: since update sporadic hangs in connections

2014-07-28 Thread O. Hartmann
Am Mon, 28 Jul 2014 10:19:50 -0700 Peter Wemm pe...@wemm.org schrieb: Are you using pf and IPv6 by any chance? Since you mentioned the FreeBSD.org domain, DNSSEC and IPv6 triggers fragments. Just a thought. -- Peter Wemm. pe...@wemm.org On 28 Jul 2014, at 6:50 am, O. Hartmann

Re: [CURRENT]: weird memory/linker problem?

2014-07-17 Thread O. Hartmann
of memory it can take a loong time to run just one full testset to completion. --WjW Anton -Original Message- From: owner-freebsd-curr...@freebsd.org [mailto:owner-freebsd-curr...@freebsd.org] On Behalf Of O. Hartmann Sent: Tuesday, July 01, 2014 8:08 AM

Re: PostgreSQL performance on FreeBSD

2014-07-17 Thread O. Hartmann
Am Thu, 17 Jul 2014 20:15:39 +0430 Hooman Fazaeli hoomanfaza...@gmail.com schrieb: On 7/16/2014 5:59 PM, Konstantin Belousov wrote: On Fri, Jun 27, 2014 at 03:56:13PM +0300, Konstantin Belousov wrote: Hi, I did some measurements and hacks to see about the performance and scalability of

USB 2.0 webcam in virtualbox on CURRENT not working!

2014-07-16 Thread O. Hartmann
I desperately need to have a SKYPE based chat with an offshore department. Since Skype is not a native port, I try to use a virtual box running Windows 7. And here the nightmare begins. Skype works in the VBox, but audio only. I have two WebCAMs here, a brand new Logitech C270 and a older Medion

Re: CURRENT r268460: accidentally removed libreadline-stuff and info-stuff and now no buildworld possible

2014-07-11 Thread O. Hartmann
Am Fri, 11 Jul 2014 01:45:37 +0200 Baptiste Daroussin b...@freebsd.org schrieb: On Fri, Jul 11, 2014 at 12:17:45AM +0200, O. Hartmann wrote: Help! I accidentally ran make delete-old delete-old-lib (by stupidity) on CURRENT r268460 and now neither r268460 nor the mostrecent source

<    3   4   5   6   7   8   9   10   11   12   >