Build failed in Jenkins: FreeBSD_HEAD-tests2 #995

2015-05-01 Thread jenkins-admin
See -- [...truncated 4250 lines...] sys/kern/unix_seqpacket_test:send_recv_nonblocking -> passed [0.014s] sys/kern/unix_seqpacket_test:send_recv_with_connect -> passed [0.073s] sys/kern/unix_se

[resolvconf] Update to the upstream release openresolv-3.7.0

2015-05-01 Thread Yuri
Please check this in: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199854 Yuri ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@fr

Re: seekdir/readdir patch .. Call for Review.

2015-05-01 Thread Konstantin Belousov
On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: > if you are interested in readdir(3), seekdir(3) and telldir(3) then > you should look at >https://reviews.freebsd.org/D2410 > > this patches around a problem in seekdir() that breaks Samba. > Seekdir(3) will not work as expect

Jenkins build is back to normal : FreeBSD_HEAD #2717

2015-05-01 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: save-entropy race in 10-STABLE (was: -CURRENT)?

2015-05-01 Thread Ian Lepore
On Fri, 2015-05-01 at 12:38 +0300, Lev Serebryakov wrote: > On 01.05.2015 01:21, Dimitry Andric wrote: > > First of all, I should not write messages after 12 hours working day > in the end of the week. Of course, I have 10-STABLE on this server. > So, mailing list is not appropriate, sorry. But p

Re: ping not working after upgrading to -CURRENT

2015-05-01 Thread Bjoern A. Zeeb
> On 01 May 2015, at 10:10 , Joel Dahl wrote: > > On Thu, Apr 30, 2015 at 05:28:09PM +0200, Edvard Fagerholm wrote: >> Hi, >> >> I just started looking into FreeBSD after a hiatus of some years. I >> did an upgrade to -CURRENT this morning following the instructions >> here: > > FWIW, I'm seei

Build failed in Jenkins: FreeBSD_HEAD #2716

2015-05-01 Thread jenkins-admin
See Changes: [emaste] crunchide: Restore local EM_AARCH64 constant for bootstrapping Most of the EM_* constants are available in all supported host branches, but EM_AARCH64 was added relatively recently. Add it back to fix building HEAD

Re: ping not working after upgrading to -CURRENT

2015-05-01 Thread Joel Dahl
On Thu, Apr 30, 2015 at 05:28:09PM +0200, Edvard Fagerholm wrote: > Hi, > > I just started looking into FreeBSD after a hiatus of some years. I > did an upgrade to -CURRENT this morning following the instructions > here: FWIW, I'm seeing the same thing with a fresh CURRENT (r282296). -- Joel __

Re: save-entropy race in 10-STABLE (was: -CURRENT)?

2015-05-01 Thread Lev Serebryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01.05.2015 01:21, Dimitry Andric wrote: First of all, I should not write messages after 12 hours working day in the end of the week. Of course, I have 10-STABLE on this server. So, mailing list is not appropriate, sorry. But problem is true one.

Re: ping not working after upgrading to -CURRENT

2015-05-01 Thread Matthias Apitz
El día Friday, May 01, 2015 a las 11:20:24AM +0200, Olivier Cochard-Labbé escribió: > On Thu, Apr 30, 2015 at 5:28 PM, Edvard Fagerholm wrote: > > > > > ping: unable to limit access to system.dns service: File exists > > > > Any ideas? > > > > > What's your exact revision number ? > I didn't me

Re: ping not working after upgrading to -CURRENT

2015-05-01 Thread Olivier Cochard-Labbé
On Thu, Apr 30, 2015 at 5:28 PM, Edvard Fagerholm wrote: > > ping: unable to limit access to system.dns service: File exists > > Any ideas? > > What's your exact revision number ? I didn't meet the problem on r282220, but I've got the same problem on r282296. _

seekdir/readdir patch .. Call for Review.

2015-05-01 Thread Julian Elischer
if you are interested in readdir(3), seekdir(3) and telldir(3) then you should look at https://reviews.freebsd.org/D2410 this patches around a problem in seekdir() that breaks Samba. Seekdir(3) will not work as expected when files prior to the point of interest in directory have been deleted