How to hotplug pci/e devices in freeBSD? (Or How to remove and rescan/re-enumerate pci device?)

2015-04-02 Thread Eran Harpaz
I'm looking for a way to refresh/re-enumerate the pci device list. In Linux, you can remove a particular pci device, and then after preforming a "rescan" the device will appear again. In Linux it is done by: echo 1 > /sys/bus/pci/devices/.../remove echo 1 > /sys/bus/pci/rescan I'm looking for a

[SOLVED] Re: >r280312 - r280332 VirtualBox is broken.

2015-04-02 Thread Ivan Klymenko
Sun, 22 Mar 2015 00:13:11 +0200 Ivan Klymenko написав: > After auditing the r280312 I just upgraded to revision r280332 and > then discovered that my VirtualBox is broken. > > Thanks. The problem was to use the port security/openssl. 1. Added WITH_OPENSSL_BASE=yes > /etc/make.conf 2. Delete in

Re: Bazaaring the cathedral (Lowering the Barrier to Entry)

2015-04-02 Thread Hans Petter Selasky
On 04/01/15 18:55, Eitan Adler wrote: One of the key reasons for the lack of people is the high barrier of entry to joining the FreeBSD project. While every modern project uses git (usually hosted on github), FreeBSD uses self-hosted subversion. The use of git goes beyond just the choice of vers

Re: Bazaaring the cathedral (Lowering the Barrier to Entry)

2015-04-02 Thread Marcin Cieslak
On Wed, 1 Apr 2015, Eitan Adler wrote: > Hi all, > > One of the key reasons for the lack of people is the high barrier of > entry to joining the FreeBSD project. While every modern project uses > git (usually hosted on github), As much as I love github - please try to go to http://github.com/f

Re: Bazaaring the cathedral (Lowering the Barrier to Entry)

2015-04-02 Thread Hans Petter Selasky
I hope this is not one more of those April fools :-) --HPS ___ 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: FYI: 11.0-CURRENT's contrib/ntp -r280915, some boot-time ntpd error messages

2015-04-02 Thread Mark Millard
On 2015-Apr-1, at 08:12 PM, Kevin Oberman wrote: > > On Wed, Apr 1, 2015 at 12:08 PM, Mark Millard wrote: > I rebuilt and the boot-message line > > > Mar 31 17:20:08 FBSDG5C0 ntpd[775]: line 22 column 1 syntax error > > > is no longer is occurring. But I'm still getting the other two: > > >

Re: Bazaaring the cathedral (Lowering the Barrier to Entry)

2015-04-02 Thread Fernando Apesteguía
El 02/04/2015 11:03, "Hans Petter Selasky" escribió: > > On 04/01/15 18:55, Eitan Adler wrote: >> >> One of the key reasons for the lack of people is the high barrier of >> entry to joining the FreeBSD project. While every modern project uses >> git (usually hosted on github), FreeBSD uses self-h

Re: ntpd errors after upgrade on current amd64

2015-04-02 Thread Joel Dahl
FWIW, I’m seeing the same thing. — Joel > 1 apr 2015 kl. 17:32 skrev Manfred Antar : > > After build install world on current ntpd doesn't work. > Here is error: > > FreeBSD/amd64 (pozo.com) (ttyu0) > > login: Apr 1 08:29:19 pozo ntpd[49825]: line 22 column 1 syntax error > Apr 1 08:29:19 po

Re: Bazaaring the cathedral (Lowering the Barrier to Entry)

2015-04-02 Thread Julian H. Stacey
Hans Petter Selasky wrote: > I hope this is not one more of those April fools :-) I've been thinking that since Eitan's first post of Wed, 1 Apr 2015 09:55:11 -0700 (18:55 CEST) "self-serve commit access" I kept wondering what would keep looneys out ? :-) Your experience feeding

Re: [CFT] Call for testing pkg 1.5.0

2015-04-02 Thread Chris H
On Tue, 31 Mar 2015 21:03:23 +0200 Baptiste Daroussin wrote > Hi all, > > We just released pkg 1.5.0 beta1 (in ports-mgmt/pkg-devel), > .. > Please test and report as much bugs as you can! > We could be very grateful if regressions tests could be provided along with > the bug reports :) > > Pl

Last week to submit FreeBSD 2015Q1 (January-March) Status Reports

2015-04-02 Thread Benjamin Kaduk
Dear FreeBSD Community, The first quarter of 2015 has come and passed, and the deadline for the FreeBSD Quarterly Status Report for the first quarter is fast approaching -- the deadline is April 7, 2015, for work done in January through March. Status report submissions do not have to be very long

Re: Bazaaring the cathedral (Lowering the Barrier to Entry)

2015-04-02 Thread Samuel Cassiba
Eitan, This being posted on April 1 sets off my BS-o-meter, but I'll bite since it's a topic worth shaving a yak or two over. WARNING: there be perceptions and opinions here Having been ephemerally associated with FreeBSD since early 4.x, I never really saw FreeBSD as being cathedral-like, but t

Re: Bazaaring the cathedral (Lowering the Barrier to Entry)

2015-04-02 Thread B. Estrade
Joke or not, it's worth pointing out that while DragonFlyBSD's approach seems to be a fairly sane hybrid; there is no reason this can't be done within FreeBSD right now. https://www.dragonflybsd.org/docs/developer/TypicalGitUsage/ Anyone can clone, but if you can't commit to the repo then you're

Re: Bazaaring the cathedral (Lowering the Barrier to Entry)

2015-04-02 Thread Chris H
On Thu, 2 Apr 2015 08:20:57 -0700 Samuel Cassiba wrote > Eitan, > > This being posted on April 1 sets off my BS-o-meter, but I'll bite since > it's a topic worth shaving a yak or two over. > > WARNING: there be perceptions and opinions here > > Having been ephemerally associated with FreeBSD s

Re: [CFT] Call for testing pkg 1.5.0

2015-04-02 Thread Baptiste Daroussin
On Thu, Apr 02, 2015 at 07:21:19AM -0700, Chris H wrote: > On Tue, 31 Mar 2015 21:03:23 +0200 Baptiste Daroussin wrote > > > Hi all, > > > > We just released pkg 1.5.0 beta1 (in ports-mgmt/pkg-devel), > > > .. > > Please test and report as much bugs as you can! > > We could be very grateful if

Re: ntpd errors after upgrade on current amd64

2015-04-02 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/01/2015 11:32, Manfred Antar wrote: > After build install world on current ntpd doesn't work. Here is > error: > > FreeBSD/amd64 (pozo.com) (ttyu0) > > login: Apr 1 08:29:19 pozo ntpd[49825]: line 22 column 1 syntax > error ntp_crypto.c was

Re: Bazaaring the cathedral (Lowering the Barrier to Entry)

2015-04-02 Thread Royce Williams
On Apr 2, 2015 9:44 AM, "Chris H" wrote: > > IMHO I believe that the height of the bar, is directly proportionate > to the quality of the product. We were all new once. There are many reasons - language, social fluidity, economic background, etc. - for which a too-high initial hurdle can make a

Re: ntpd errors after upgrade on current amd64

2015-04-02 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/02/2015 16:11, Jung-uk Kim wrote: > On 04/01/2015 11:32, Manfred Antar wrote: >> Apr 1 08:29:19 pozo ntpd[49825]: setsockopt IPV6_MULTICAST_IF 0 >> for fe80::1%2 fails: Can't assign requested address > > A separate issue, I think. This issu

Re: ntpd errors after upgrade on current amd64

2015-04-02 Thread Cy Schubert
In message <551da257.6060...@freebsd.org>, Jung-uk Kim writes: > This is a multi-part message in MIME format. > --090800070300040107060309 > Content-Type: text/plain; charset=utf-8 > Content-Transfer-Encoding: 8bit > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 04/01/201

Re: Bazaaring the cathedral (Lowering the Barrier to Entry)

2015-04-02 Thread Alfred Perlstein
On 4/2/15 6:53 AM, Julian H. Stacey wrote: Hans Petter Selasky wrote: I hope this is not one more of those April fools :-) I've been thinking that since Eitan's first post of Wed, 1 Apr 2015 09:55:11 -0700 (18:55 CEST) "self-serve commit access" I kept wondering what would kee