Re: buildkernel is broken

2013-07-08 Thread Gleb Smirnoff
On Sun, Jul 07, 2013 at 11:51:01PM +0200, Claude Buisson wrote: C> On 07/07/2013 22:05, Gleb Smirnoff wrote: C> > On Fri, Jul 05, 2013 at 08:32:06AM -0700, Steve Kargl wrote: C> > S> On Fri, Jul 05, 2013 at 05:03:38PM +0400, Gleb Smirnoff wrote: C> > S> > On Tue, Jul 02, 2013 at 08:45:16PM -0700, S

Improved SYN Cookies: Looking for testers

2013-07-08 Thread Andre Oppermann
here for testing: http://people.freebsd.org/~andre/syncookie-20130708.diff Please enable TCP logdebug to see connection status reporting by the changes. Detailed discussion: The purpose of SYN cookies is to encode all necessary session state in the 32 bits of our initial sequence number to

Re: another -Wunsequenced topic

2013-07-08 Thread dt71
Well, this turned out to be a semi-false alarm. A week ago, for a short time, there was a bug in Clang. There is no undefined behavior in ptr = func(++ptr);, partially because a function call introduces a sequence point in C, but Clang did not respect this at that time. However, x = func1

Re: Fixing X220 Video The Right Way (and trying to apply the same fix to X121e)

2013-07-08 Thread Matthias Petermann
Hello, I applied the patch, trying to get brightness controls for my X121e. But it looks like I need a different loader.conf setting. hw.pci0.0.2.0.handle="_SB_.PCI0.PEG.VID" doesn't work. In my ASl there is only one device providing DOD / DOS: Scope (_SB.PCI0) { Device

Re: ACPI Lenovo X121e (Model 3045-79G, i3, HD3000) Suspend and LCD Brightness

2013-07-08 Thread Matthias Petermann
Hello Kevin, Zitat von Kevin Oberman : Can't help with suspend/resume, but I can point you to the brightness solution. This is probably the same issue that impacts most recent Lenovo laptops. If so, there is a fix in the thread titled "Fixing X220 Video The Right Way" on this (acpi@) mailing l

Re: Fixing X220 Video The Right Way (and trying to apply the same fix to X121e)

2013-07-08 Thread Matthias Petermann
Hello, I applied the patch, trying to get brightness controls for my X121e. But it looks like I need a different loader.conf setting. hw.pci0.0.2.0.handle="_SB_.PCI0.PEG.VID" doesn't work. In my ASl there is only one device providing DOD / DOS: Scope (_SB.PCI0) { Device (GF

Re: ACPI Lenovo X121e (Model 3045-79G, i3, HD3000) Suspend and LCD Brightness

2013-07-08 Thread Matthias Petermann
Hello Kevin, Zitat von Kevin Oberman : Can't help with suspend/resume, but I can point you to the brightness solution. This is probably the same issue that impacts most recent Lenovo laptops. If so, there is a fix in the thread titled "Fixing X220 Video The Right Way" on this (acpi@) mailing li

Re: Ipfilter pre-Vendor Import Issue

2013-07-08 Thread Andre Oppermann
On 05.07.2013 20:38, Cy Schubert wrote: In message <20130705084649.gc67...@freebsd.org>, Gleb Smirnoff writes: What I'd prefer to see is the following: - commit new ipfilter untouched to vendor-sys/ipfilter - nuke sys/contrib/ipfilter - svn copy vendor-sys/ipfilter to sys/netpfil/ipfilter Hav

Re: Ipfilter pre-Vendor Import Issue

2013-07-08 Thread Gleb Smirnoff
Cy, On Fri, Jul 05, 2013 at 11:38:21AM -0700, Cy Schubert wrote: C> > What I'd prefer to see is the following: C> > C> > - commit new ipfilter untouched to vendor-sys/ipfilter C> > - nuke sys/contrib/ipfilter C> > - svn copy vendor-sys/ipfilter to sys/netpfil/ipfilter C> C> Having ipfilter in

[head tinderbox] failure on armv6/arm

2013-07-08 Thread FreeBSD Tinderbox
TB --- 2013-07-08 11:50:18 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-07-08 11:50:18 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013

Re: [CFT] sysutils/bsdconfg (0.9.0) and sysutils/sysrc (5.2)

2013-07-08 Thread Kurt Lidl
In light of Devin's CFT, I offer the following, related code... Greetings - I've been asked to look at inserting ZFS support into the guided setup for FreeBSD. I've got a mostly working set of patches, but they are still a bit ugly -- hard wired to use ZFS now, rather than UFS, but I'm to the p

Re: Ipfilter pre-Vendor Import Issue

2013-07-08 Thread Cy Schubert
In message <51da85cf.3000...@freebsd.org>, Andre Oppermann writes: > On 05.07.2013 20:38, Cy Schubert wrote: > > In message <20130705084649.gc67...@freebsd.org>, Gleb Smirnoff writes: > >> What I'd prefer to see is the following: > >> > >> - commit new ipfilter untouched to vendor-sys/ipfilter > >>

Re: Ipfilter pre-Vendor Import Issue

2013-07-08 Thread Cy Schubert
In message <20130708134400.gh67...@glebius.int.ru>, Gleb Smirnoff writes: > Cy, > > On Fri, Jul 05, 2013 at 11:38:21AM -0700, Cy Schubert wrote: > C> > What I'd prefer to see is the following: > C> > > C> > - commit new ipfilter untouched to vendor-sys/ipfilter > C> > - nuke sys/contrib/ipfilte

new make vs security/vpnc

2013-07-08 Thread Andriy Gapon
Using recent head and the latest ports as of now. $ cd /usr/ports/security/vpnc $ make ===> Building for vpnc-0.5.3_8 /usr/ports/security/vpnc/Makefile:37: *** missing separator. Stop. *** Error code 1 But fmake works just fine without any error. In my ports tree Makefile:37 is: .include Ple

Re: new make vs security/vpnc

2013-07-08 Thread Andriy Gapon
on 09/07/2013 00:07 Andriy Gapon said the following: > > Using recent head and the latest ports as of now. > $ cd /usr/ports/security/vpnc > $ make > ===> Building for vpnc-0.5.3_8 > /usr/ports/security/vpnc/Makefile:37: *** missing separator. Stop. > *** Error code 1 > > But fmake works just f

Re: new make vs security/vpnc

2013-07-08 Thread Andriy Gapon
Seems like the problem boils down to this: $ make -V MAKEFILE /usr/ports/security/vpnc/Makefile $ fmake -V MAKEFILE Makefile The only explicit assignments of MAKEFILE that I could find in ports infrastructure are these: /usr/ports/Mk/bsd.port.mk:MAKEFILE?=Makefile /usr/ports/Mk/bsd.g

[head tinderbox] failure on armv6/arm

2013-07-08 Thread FreeBSD Tinderbox
TB --- 2013-07-08 23:00:18 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-07-08 23:00:18 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013

Re: another -Wunsequenced topic

2013-07-08 Thread Tim Kientzle
On Jul 8, 2013, at 4:43 AM, d...@gmx.com wrote: > Well, this turned out to be a semi-false alarm. A week ago, for a short time, > there was a bug in Clang. There is no undefined behavior in > > ptr = func(++ptr);, No, there is not. However, this does have an implicit redundant store, so chan

Kernel crash during heavy disk access

2013-07-08 Thread Eric Camachat
I experienced kernel crashes while make world or ports. For example: # cd /usr/port/lang/mono # make Will cause the crash, from /var/crash/core.txt: eb8460p dumped core - see /var/crash/vmcore.5 Mon Jul 8 21:22:58 PDT 2013 FreeBSD eb8460p 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r253048: Mon Jul 8

Re: Kernel crash during heavy disk access

2013-07-08 Thread Adrian Chadd
Hi, Try doing a full, non-journal fsck. -adrian On 8 July 2013 21:41, Eric Camachat wrote: > I experienced kernel crashes while make world or ports. > For example: > # cd /usr/port/lang/mono > # make > > Will cause the crash, from /var/crash/core.txt: > eb8460p dumped core - see /var/crash/vm