Re: samba/NSSWITCH interaction in fbsd 10 vs fbsd 8

2014-11-11 Thread Julian Elischer
On 11/11/14, 4:28 PM, Timur I. Bakeyev wrote: Do you use net/samba36 port? Looks like you don't... It occurred to me after posting to check the port and I found this.. The company decided to go the independent route before I joined so they don't use the port. They have a huge set of diffs to s

buildworld fails: spa_maxblocksize

2014-11-11 Thread Russell L. Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 So the ztest link fails looking for spa_maxblocksize, which is defined in sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c I don't see which lib it is included in. One of zpool, zfs, or zfs_core, apparently. As my build system is root on zf

Jenkins build is back to normal : FreeBSD_HEAD #1821

2014-11-11 Thread jenkins-admin
See ___ 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: netmap: extension to store user data per packet/slot?

2014-11-11 Thread Luigi Rizzo
Franco, apparently you want some user-defined metadata to move along with the packet, but i do not think it is reasonable to put it in the slots. If we do that, what about timestamps, flow IDs, interface and queue index and all the rest of the things that we normally find in an mbuf/skbuf ? This is

Build failed in Jenkins: FreeBSD_HEAD #1820

2014-11-11 Thread jenkins-admin
See Changes: [glebius] Remove SF_KQUEUE code. This code was developed at Netflix, but was not ever used. It didn't go into stable/10, neither was documented. It might be useful, but we collectively decided to remove it, rather

Re: netmap: extension to store user data per packet/slot?

2014-11-11 Thread Franco Fichtner
On 11 Nov 2014, at 22:48, Adrian Chadd wrote: > Ah, I see. You're missing some unique identifier for each netmap > buffer. I thought there was one already. Silly me. Exactly, and, no, thank you for making clear what is needed. :) A little more on this: I think struct netmap_slot is convenient

Re: netmap: extension to store user data per packet/slot?

2014-11-11 Thread Adrian Chadd
On 11 November 2014 13:41, Franco Fichtner wrote: > Hi Adrian, > > On 11 Nov 2014, at 22:22, Adrian Chadd wrote: > >> ... I'm confused. Do you have the slot id already, right? Why not >> allocate an array of userdata pointers somewhere else and just use the >> netmap slot id as an indirection int

Re: netmap: extension to store user data per packet/slot?

2014-11-11 Thread Franco Fichtner
Hi Adrian, On 11 Nov 2014, at 22:22, Adrian Chadd wrote: > ... I'm confused. Do you have the slot id already, right? Why not > allocate an array of userdata pointers somewhere else and just use the > netmap slot id as an indirection into that? The slot id is per ring and there are a lot of them

Re: r273918 buildworld broke at semaphore

2014-11-11 Thread Beeblebrox
Seems like your tree is not fully up to date? The changes to sem_new.c were committed in the same commit as the changes to sys/umtx.h. I deleted the entire contents of /usr/src, then did # svn co svn://svn.freebsd.org/base/head Buildworld breaks at same place (semaphore) This error

Re: r273918 buildworld broke at semaphore

2014-11-11 Thread Henry Hu
On Tue, Nov 11, 2014 at 1:33 PM, John Baldwin wrote: > On Friday, October 31, 2014 4:08:06 pm Beeblebrox wrote: > > First breakage in a long time. Error is: > > > > In file included from cancelpoints_sem_new.c:47: > > /usr/src/lib/libc/../../include/semaphore.h:41:16: error: field has > > incompl

Re: netmap: extension to store user data per packet/slot?

2014-11-11 Thread Adrian Chadd
... I'm confused. Do you have the slot id already, right? Why not allocate an array of userdata pointers somewhere else and just use the netmap slot id as an indirection into that? -adrian On 11 November 2014 13:13, Franco Fichtner wrote: > Hi Luigi, > hi all, > > so I was running into logist

netmap: extension to store user data per packet/slot?

2014-11-11 Thread Franco Fichtner
Hi Luigi, hi all, so I was running into logistics issues with netmap(4) with regard to zero-copy and redirection through pipes: working on a load-balancing framework revealed that it is very hard to track a packet's origins to later move it onward to the respective outgoing interface, be it anothe

Re: Changing timezone without reboot/restarting each service?

2014-11-11 Thread John Baldwin
On Tuesday, November 11, 2014 3:16:19 pm Charles Swiger wrote: > On Nov 11, 2014, at 10:57 AM, John Baldwin wrote: > > On Monday, November 10, 2014 7:36:19 am Lev Serebryakov wrote: > >> > >> After changing timezones in Russia (with replacing /etc/localtime > >> with new file), I found that cron

Re: Changing timezone without reboot/restarting each service?

2014-11-11 Thread Mark Felder
On Tue, Nov 11, 2014, at 13:16, Dimitry Andric wrote: > On 11 Nov 2014, at 04:28, Mark Felder wrote: > > > > On Mon, Nov 10, 2014, at 06:36, Lev Serebryakov wrote: > >> > >> After changing timezones in Russia (with replacing /etc/localtime > >> with new file), I found that cron works in "old"

Re: Changing timezone without reboot/restarting each service?

2014-11-11 Thread Charles Swiger
On Nov 11, 2014, at 10:57 AM, John Baldwin wrote: > On Monday, November 10, 2014 7:36:19 am Lev Serebryakov wrote: >> >> After changing timezones in Russia (with replacing /etc/localtime >> with new file), I found that cron works in "old" timezone till >> restart. And all other services do the sa

Re: Changing timezone without reboot/restarting each service?

2014-11-11 Thread Brooks Davis
On Tue, Nov 11, 2014 at 01:57:40PM -0500, John Baldwin wrote: > On Monday, November 10, 2014 7:36:19 am Lev Serebryakov wrote: > > > > After changing timezones in Russia (with replacing /etc/localtime > > with new file), I found that cron works in "old" timezone till > > restart. And all other se

Re: Unable to build world w/o clang on 11

2014-11-11 Thread Chris H
On Tue, 11 Nov 2014 20:21:48 +0100 Dimitry Andric wrote > On 11 Nov 2014, at 20:04, Chris H wrote: > ... > > But sadly. blowing away ports, src, and obj. Then checking out > > src r274382, and performing a buildworld. Although I got further. > > it bombed at: > > > > ===> usr.sbin/hyperv (all)

Re: Changing timezone without reboot/restarting each service?

2014-11-11 Thread John Baldwin
On Monday, November 10, 2014 7:36:19 am Lev Serebryakov wrote: > > After changing timezones in Russia (with replacing /etc/localtime > with new file), I found that cron works in "old" timezone till > restart. And all other services do the same, but cron is most obvious > here :) > > Looks like

Re: r273165. ZFS ARC: possible memory leak to Inact

2014-11-11 Thread John Baldwin
On Wednesday, November 05, 2014 4:52:50 am Andriy Gapon wrote: > On 04/11/2014 14:55, Steven Hartland wrote: > > This is likely spikes in uma zones used by ARC. > > > > The VM doesn't ever clean uma zones unless it hits a low memory condition, which > > explains why your little script helps. > >

Re: r273918 buildworld broke at semaphore

2014-11-11 Thread John Baldwin
On Friday, October 31, 2014 4:08:06 pm Beeblebrox wrote: > First breakage in a long time. Error is: > > In file included from cancelpoints_sem_new.c:47: > /usr/src/lib/libc/../../include/semaphore.h:41:16: error: field has > incomplete type 'struct _usem2' > struct _usem2 _kern; >

Re: Unable to build world w/o clang on 11

2014-11-11 Thread Dimitry Andric
On 11 Nov 2014, at 20:04, Chris H wrote: ... > But sadly. blowing away ports, src, and obj. Then checking out > src r274382, and performing a buildworld. Although I got further. > it bombed at: > > ===> usr.sbin/hyperv (all) > ===> usr.sbin/hyperv/tools (all) > cc -O2 -pipe > -I/usr/src/usr.sbin

Re: Changing timezone without reboot/restarting each service?

2014-11-11 Thread Dimitry Andric
On 11 Nov 2014, at 04:28, Mark Felder wrote: > > On Mon, Nov 10, 2014, at 06:36, Lev Serebryakov wrote: >> >> After changing timezones in Russia (with replacing /etc/localtime >> with new file), I found that cron works in "old" timezone till >> restart. And all other services do the same, but cr

Re: Unable to build world w/o clang on 11

2014-11-11 Thread Chris H
On Tue, 11 Nov 2014 08:08:24 -0800 Garrett Cooper wrote > > On Nov 11, 2014, at 07:51, Chris H wrote: > > > > On Mon, 10 Nov 2014 19:52:48 -0800 "Chris H" wrote > > > >> On Mon, 10 Nov 2014 19:22:31 -0800 Steve Kargl > >> wrote > >> > On Mon, Nov 10, 2014 at 06:37:35PM -0800, Chris H w

Re: HEADS-UP: amd64 UEFI boot is broken

2014-11-11 Thread Adrian Chadd
On 11 November 2014 07:12, Ed Maste wrote: > On 10 November 2014 20:17, Ed Maste wrote: >> UEFI booting is broken for amd64 as of r273582 (Oct 24). The symptom >> is an apparent hang after the loader transfers control to the kernel >> (no output from the kernel is observed). Until this is address

Re: Changing timezone without reboot/restarting each service?

2014-11-11 Thread Rui Paulo
On Nov 11, 2014, at 00:56, David Chisnall wrote: > > On 11 Nov 2014, at 03:35, Allan Jude wrote: > >> jkh@ mentioned this specifically when he gave his talk at EuroBSDCon and >> MeetBSD, about how Apple solved this in LaunchD, because apparently >> originally libc DID check /etc/localtime const

Re: Unable to build world w/o clang on 11

2014-11-11 Thread Garrett Cooper
> On Nov 11, 2014, at 07:51, Chris H wrote: > > On Mon, 10 Nov 2014 19:52:48 -0800 "Chris H" wrote > >> On Mon, 10 Nov 2014 19:22:31 -0800 Steve Kargl >> wrote >> On Mon, Nov 10, 2014 at 06:37:35PM -0800, Chris H wrote: ===> lib/libdpv (depend) rm -f .depend CC='cc ' mkd

Re: Unable to build world w/o clang on 11

2014-11-11 Thread Chris H
On Mon, 10 Nov 2014 19:52:48 -0800 "Chris H" wrote > On Mon, 10 Nov 2014 19:22:31 -0800 Steve Kargl > wrote > > > On Mon, Nov 10, 2014 at 06:37:35PM -0800, Chris H wrote: > > > ===> lib/libdpv (depend) > > > rm -f .depend > > > CC='cc ' mkdep -f .depend -a-I/usr/src/lib/libdpv -std=gnu99

Re: HEADS-UP: amd64 UEFI boot is broken

2014-11-11 Thread Ed Maste
On 10 November 2014 20:17, Ed Maste wrote: > UEFI booting is broken for amd64 as of r273582 (Oct 24). The symptom > is an apparent hang after the loader transfers control to the kernel > (no output from the kernel is observed). Until this is addressed you > can checkout an earlier revision or reve

Re: MK_ vs. WITH_/WITHOUT_ in release/Makefile

2014-11-11 Thread Rick Miller
On Mon, Nov 10, 2014 at 12:41 PM, Glen Barber wrote: > On Mon, Nov 10, 2014 at 09:38:08AM -0500, Rick Miller wrote: > > Hi all, > > > > release/Makefile in CURRENT utilizes MK_* knobs vs. the WITH_/WITHOUT_* > > knobs seen in release/Makefile in the STABLE/RELEASE branches. Merging a > > CURRENT

Re: Changing timezone without reboot/restarting each service?

2014-11-11 Thread David Chisnall
On 11 Nov 2014, at 03:35, Allan Jude wrote: > jkh@ mentioned this specifically when he gave his talk at EuroBSDCon and > MeetBSD, about how Apple solved this in LaunchD, because apparently > originally libc DID check /etc/localtime constantly. Darwin also has the notify(3) interface, which allow

Re: samba/NSSWITCH interaction in fbsd 10 vs fbsd 8

2014-11-11 Thread Timur I. Bakeyev
Do you use net/samba36 port? Looks like you don't... @@ -6336,12 +6373,13 @@ NSSSONAMEVERSIONSUFFIX=".2" WINBIND_NSS_EXTRA_OBJS="../nsswitch/winbind_nss_linux.o" ;; - *freebsd[[5-9]]*) + *freebsd*) # FreeBSD winbind client