Re: CFT: ndis(4) testers needed!

2015-08-14 Thread Thomas Mueller
> > set hint.rsu.0.disabled="1" > This isn't sufficient. This leaves the device named rsu0 but disables it > without > letting other drivers attach to it. You need to remove the rsu driver > entirely > or use devctl to force the driver to ndis. > John Baldwin I can try on the slight chance t

Re: r286615: /usr/libexec/ftpd broken!

2015-08-14 Thread Chris H
On Fri, 14 Aug 2015 13:45:33 +0200 "O. Hartmann" wrote > On Tue, 11 Aug 2015 13:18:14 +0200 > Ed Schouten wrote: > > > Hi there, > > > > 2015-08-11 10:44 GMT+02:00 O. Hartmann : > > > ftpd starts sometimes, sporadically, and dies somewhere in the process. > > > Connections to the ftpd aren't p

FreeBSD_HEAD-tests - Build #1280 - Fixed

2015-08-14 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1280 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1280/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1280/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1280/console Change summaries:

Re: [CFT] rewrite of the merge(1) utility

2015-08-14 Thread Slawa Olhovchenkov
On Fri, Aug 14, 2015 at 12:59:30PM -0700, John Baldwin wrote: > > > There are a few ways. Newer installs do bootstrap it for you, so if you > > > follow the traditional source upgrade method you can just run 'etcupdate' > > > in place of 'mergemaster'. If you do not want to have a /usr/src tree,

Re: futimens and utimensat vs birthtime

2015-08-14 Thread Jilles Tjoelker
On Fri, Aug 14, 2015 at 10:39:41AM -0700, John Baldwin wrote: > On Friday, August 14, 2015 10:46:10 PM Julian Elischer wrote: > > I would like to implement this call. but would like input as to it's > > nature. > > The code inside the system would already appear to support handling > > three elem

Re: [CFT] rewrite of the merge(1) utility

2015-08-14 Thread John Baldwin
On Friday, August 14, 2015 10:31:46 PM Slawa Olhovchenkov wrote: > On Fri, Aug 14, 2015 at 10:52:04AM -0700, John Baldwin wrote: > > > On Friday, August 14, 2015 10:39:51 AM Slawa Olhovchenkov wrote: > > > On Fri, Aug 14, 2015 at 12:14:28AM +0300, Slawa Olhovchenkov wrote: > > > > > > > On Thu, A

Re: r286615: /usr/libexec/ftpd broken!

2015-08-14 Thread O. Hartmann
Am Fri, 14 Aug 2015 14:06:25 +0100 Matthew Seaman schrieb: > On 08/14/15 12:45, O. Hartmann wrote: > > Man page "ftpusers(5)" states, that an entry "username allow" will allow > > access > > to ftpd. But every user listed in /etc/ftpusers is denied access, no matter > > whether there is "allow"

Re: [CFT] rewrite of the merge(1) utility

2015-08-14 Thread Slawa Olhovchenkov
On Fri, Aug 14, 2015 at 10:52:04AM -0700, John Baldwin wrote: > On Friday, August 14, 2015 10:39:51 AM Slawa Olhovchenkov wrote: > > On Fri, Aug 14, 2015 at 12:14:28AM +0300, Slawa Olhovchenkov wrote: > > > > > On Thu, Aug 13, 2015 at 08:23:02AM -0700, John Baldwin wrote: > > > > > > > On Thursd

Re: futimens and utimensat vs birthtime

2015-08-14 Thread John Baldwin
On Friday, August 14, 2015 10:46:10 PM Julian Elischer wrote: > I would like to implement this call. but would like input as to it's > nature. > The code inside the system would already appear to support handling > three elements, though it needs some scrutiny, > so all that is needed is a system

Re: CFT: ndis(4) testers needed!

2015-08-14 Thread John Baldwin
On Thursday, August 13, 2015 08:21:44 AM Thomas Mueller wrote: > > T> Thinking I might have used the wrong syntax with ifconfig, I tried again > > with rsu0 instead of ndis0 or other failed attempts, and was successful > > connecting to Internet. > > > AFAIU, if you got rsu(4) driver in your ker

Re: [CFT] rewrite of the merge(1) utility

2015-08-14 Thread John Baldwin
On Friday, August 14, 2015 11:19:15 PM Julian Elischer wrote: > On 8/13/15 11:23 PM, John Baldwin wrote: > > On Thursday, August 13, 2015 04:13:43 PM Slawa Olhovchenkov wrote: > >> On Tue, Aug 04, 2015 at 10:00:06PM -0700, John Baldwin wrote: > >> > >>> On Sunday, July 26, 2015 03:26:22 AM Baptiste

Re: [CFT] rewrite of the merge(1) utility

2015-08-14 Thread John Baldwin
On Friday, August 14, 2015 10:39:51 AM Slawa Olhovchenkov wrote: > On Fri, Aug 14, 2015 at 12:14:28AM +0300, Slawa Olhovchenkov wrote: > > > On Thu, Aug 13, 2015 at 08:23:02AM -0700, John Baldwin wrote: > > > > > On Thursday, August 13, 2015 04:13:43 PM Slawa Olhovchenkov wrote: > > > > On Tue, A

Re: [CFT] rewrite of the merge(1) utility

2015-08-14 Thread Slawa Olhovchenkov
On Fri, Aug 14, 2015 at 11:19:15PM +0800, Julian Elischer wrote: > On 8/13/15 11:23 PM, John Baldwin wrote: > > On Thursday, August 13, 2015 04:13:43 PM Slawa Olhovchenkov wrote: > >> On Tue, Aug 04, 2015 at 10:00:06PM -0700, John Baldwin wrote: > >> > >>> On Sunday, July 26, 2015 03:26:22 AM Bapt

Re: [CFT] rewrite of the merge(1) utility

2015-08-14 Thread Julian Elischer
On 8/13/15 11:23 PM, John Baldwin wrote: On Thursday, August 13, 2015 04:13:43 PM Slawa Olhovchenkov wrote: On Tue, Aug 04, 2015 at 10:00:06PM -0700, John Baldwin wrote: On Sunday, July 26, 2015 03:26:22 AM Baptiste Daroussin wrote: Hi all, I was botherd to not have the merge(1) utility avai

futimens and utimensat vs birthtime

2015-08-14 Thread Julian Elischer
So, currently the method of setting birthtime on a file is an awkward combination of tricks. These break down in a number of situations, but the one I'm specifically interested in is as follows: windows robocopy running through samba, onto a ZFS filesystem. (may happen for UFS2 as well.) In

Not load some moduls (zfs.ko vmm.ko) with loader.conf BUG 201679?

2015-08-14 Thread Andrey Fesenko
Current build not usable kernel (if use zfs on root system) Loading /boot/defaults/loader.conf /boot/kernel/kernel text=0x13e0b30 data=0x1... +0x17ac14] /boot/entropy size=0x1000 /boot/kernel/zfs.ko | elf64_obj_loadimage: read failed (success load other .ko) Hit [Enter] to boot immediately,

Re: r286743: Required tool strip not found in PATH. *** Error code 1

2015-08-14 Thread Ed Maste
On 14 August 2015 at 02:21, O. Hartmann wrote: > > I have rebuilt buildworld from scratch (clean/empty /usr/obj). Installation of > world via "make installworld" still fails as reported - I thought an > world-installation is somehow self-contained so the /usr/bin/strip (or > whetever > needed at

FreeBSD_HEAD_i386 - Build #844 - Fixed

2015-08-14 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #844 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/844/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/844/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/844/console Change summaries: 286774

FreeBSD_HEAD-tests - Build #1279 - Still Unstable

2015-08-14 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1279 - Still Unstable: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1279/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1279/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1279/console Change su

Re: r286615: /usr/libexec/ftpd broken!

2015-08-14 Thread Matthew Seaman
On 08/14/15 12:45, O. Hartmann wrote: > Man page "ftpusers(5)" states, that an entry "username allow" will allow > access > to ftpd. But every user listed in /etc/ftpusers is denied access, no matter > whether there is "allow" appended to the entry or not! This is strange. > Whenever I delete a us

FreeBSD_HEAD_i386 - Build #843 - Failure

2015-08-14 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #843 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/843/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/843/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/843/console Change summaries: 28676

FreeBSD_HEAD_amd64_gcc4.9 - Build #318 - Failure

2015-08-14 Thread jenkins-admin
FreeBSD_HEAD_amd64_gcc4.9 - Build #318 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/318/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/318/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/31

Re: r286615: /usr/libexec/ftpd broken!

2015-08-14 Thread O. Hartmann
On Tue, 11 Aug 2015 13:18:14 +0200 Ed Schouten wrote: > Hi there, > > 2015-08-11 10:44 GMT+02:00 O. Hartmann : > > ftpd starts sometimes, sporadically, and dies somewhere in the process. > > Connections to the ftpd aren't possible. Sockstat doesn't even show up a > > TCP/IP socket (21, ftp/tcp)

Re: [CFT] rewrite of the merge(1) utility

2015-08-14 Thread Slawa Olhovchenkov
On Fri, Aug 14, 2015 at 12:14:28AM +0300, Slawa Olhovchenkov wrote: > On Thu, Aug 13, 2015 at 08:23:02AM -0700, John Baldwin wrote: > > > On Thursday, August 13, 2015 04:13:43 PM Slawa Olhovchenkov wrote: > > > On Tue, Aug 04, 2015 at 10:00:06PM -0700, John Baldwin wrote: > > > > > > > On Sunday

Re: CFT: ndis(4) testers needed!

2015-08-14 Thread Thomas Mueller
> If you haven't ever successfully run ndis before on this hardware, then > testing > the patch is quite useless :( Since we don't have a working reference point. > Sorry for waisting your time. > Totus tuus, Glebius. I remember trying ndis from a USB-stick installation of FreeBSD 9.2-STABLE, b