Questions and *little* bugs in new vt(9)

2014-05-08 Thread David Demelier
Hi there, I'm currently trying vt(9) on a CURRENT kernel (only the kernel not the base). I have very small bugs, not really serious. I'm currently using the radeon KMS driver. * When I switch from a tty to X I can see the mouse appearing but the tty is still displayed until I move the

Fresh-install from -current snapshot: Boot loader too large

2014-05-08 Thread Jeremie Le Hen
Hi, I installed FreeBSD-11.0-CURRENT-i386-20140428-r265054-disc1.iso to a VirtualBox i386 VM. I did the most straightforward install you can possibly do (hit enter repeatedly, except for hostname and password). On the first boot I get the following error message: Boot loader too large

Re: Fresh-install from -current snapshot: Boot loader too large

2014-05-08 Thread Matthew D. Fuller
On Thu, May 08, 2014 at 10:24:01AM +0200 I heard the voice of Jeremie Le Hen, and lo! it spake thus: On the first boot I get the following error message: Boot loader too large As I recall, this comes from the freebsd-boot partition being too big, where too big is some unround number like

Re: New and exciting panic, possibly re(4)

2014-05-08 Thread Alexander V. Chernikov
On 07.05.2014 23:24, Sean Bruno wrote: While screwing around with comcast, I can trivially get this panic out of my desktop machine, and am very confused. It seems to happen on link change up/down events. I'm running 11.0-CURRENT FreeBSD 11.0-CURRENT #5 r265280M. I don't have any direct

Re: Questions and *little* bugs in new vt(9)

2014-05-08 Thread Ed Maste
On 8 May 2014 04:16, David Demelier demelier.da...@gmail.com wrote: Hi there, I'm currently trying vt(9) on a CURRENT kernel (only the kernel not the base). I have very small bugs, not really serious. I'm currently using the radeon KMS driver. * When I switch from a tty to X I can see the

Re: ports broken in current

2014-05-08 Thread Warner Losh
On May 7, 2014, at 5:41 PM, Shane Ambler free...@shaneware.biz wrote: I have just updated my 11-CURRENT tinderbox machine and found an issue that breaks ports building. make: /usr/share/mk/bsd.port.mk line 15: Could not find bsd.own.mk Install again. This was fixed last night. You can fix

Bumps in the build...

2014-05-08 Thread Warner Losh
Greetings, Please accept my apologies for the the bumps in the build in recent days. I knew my changes were large, and tried to test them as best I could before the commit. However, there are too many scenarios my testing didn’t hit (including some in hind sight that were obvious holes in my

Re: Bumps in the build...

2014-05-08 Thread Glen Barber
On Thu, May 08, 2014 at 09:12:31AM -0700, Warner Losh wrote: Greetings, Please accept my apologies for the the bumps in the build in recent days. I knew my changes were large, and tried to test them as best I could before the commit. However, there are too many scenarios my testing didn’t

Re: ale(4) cannot negotiate as GigE

2014-05-08 Thread Alexey Dokuchaev
On Tue, Mar 05, 2013 at 09:14:11AM +, Alexey Dokuchaev wrote: On Tue, Mar 05, 2013 at 05:57:03PM +0900, YongHyeon PYUN wrote: Hmm, Does the switch support EEE feature? If yes, would you try disabling it? I do not think it [1] does; plus I cannot do much about this switch, as I'm

Re: /usr/src: svn status: svn: E200030: sqlite[S1]: near 1: syntax error

2014-05-08 Thread Lowell Gilbert
O. Hartmann ohart...@zedat.fu-berlin.de writes: I get this weird error in /usr/src with the port devel/subversion: root@thor: [ports] svn st svn: E200030: sqlite[S1]: near 1: syntax error Using /bin/svn everything is clear. What happened here? OS is FreeBSD 11.0-CURRENT #0 r265433:

Re: /usr/src: svn status: svn: E200030: sqlite[S1]: near 1: syntax error

2014-05-08 Thread O. Hartmann
Am Thu, 08 May 2014 16:38:41 -0400 Lowell Gilbert freebsd-current-lo...@be-well.ilk.org schrieb: O. Hartmann ohart...@zedat.fu-berlin.de writes: I get this weird error in /usr/src with the port devel/subversion: root@thor: [ports] svn st svn: E200030: sqlite[S1]: near 1: syntax error

WITHOUT_NIS after bsd.opts.mk / src.opts.mk split

2014-05-08 Thread Guy Yur
Hi, After the bsd.opts.mk / src.opts.mk split WITHOUT_NIS in src.conf doesn't work. src.conf is included in src.opts.mk after bsd.own.mk which includes bsd.opts.mk. Should bsd.opts.mk options overrides now be set in make.conf instead of src.conf? Was on r265455, updated to r265715 and rebuilt

Re: WITHOUT_NIS after bsd.opts.mk / src.opts.mk split

2014-05-08 Thread Warner Losh
On May 8, 2014, at 3:26 PM, Guy Yur guy...@gmail.com wrote: Hi, After the bsd.opts.mk / src.opts.mk split WITHOUT_NIS in src.conf doesn't work. It should still work… At least that’s the intention... src.conf is included in src.opts.mk after bsd.own.mk which includes bsd.opts.mk. Yea,

Re: WITHOUT_NIS after bsd.opts.mk / src.opts.mk split

2014-05-08 Thread Sulev-Madis Silber (ketas)
On 2014-05-09 02:54, Warner Losh wrote: On May 8, 2014, at 3:26 PM, Guy Yur guy...@gmail.com wrote: Hi, After the bsd.opts.mk / src.opts.mk split WITHOUT_NIS in src.conf doesn't work. It should still work… At least that’s the intention... src.conf is included in src.opts.mk after

Re: [rfc] bind per-cpu timeout threads to each CPU

2014-05-08 Thread Adrian Chadd
Hi, I'd like to revisit this now. I'd like to commit this stuff as-is and then take some time to revisit the catch-all softclock from cpu0 swi. It's more complicated than it needs to be as it just assumes timeout_cpu == cpuid of cpu 0. So there's no easy way to slide in a new catch-all

Re: WITHOUT_NIS after bsd.opts.mk / src.opts.mk split

2014-05-08 Thread Sulev-Madis Silber (ketas)
On 2014-05-09 02:54, Warner Losh wrote: On May 8, 2014, at 3:26 PM, Guy Yur guy...@gmail.com wrote: Hi, After the bsd.opts.mk / src.opts.mk split WITHOUT_NIS in src.conf doesn't work. It should still work… At least that’s the intention... src.conf is included in src.opts.mk after

Re: WITHOUT_NIS after bsd.opts.mk / src.opts.mk split

2014-05-08 Thread Warner Losh
On May 8, 2014, at 10:12 PM, Sulev-Madis Silber (ketas) madis...@hot.ee wrote: On 2014-05-09 02:54, Warner Losh wrote: On May 8, 2014, at 3:26 PM, Guy Yur guy...@gmail.com wrote: Hi, After the bsd.opts.mk / src.opts.mk split WITHOUT_NIS in src.conf doesn't work. It should still

Re: ale(4) cannot negotiate as GigE

2014-05-08 Thread Yonghyeon PYUN
On Thu, May 08, 2014 at 05:23:32PM +, Alexey Dokuchaev wrote: On Tue, Mar 05, 2013 at 09:14:11AM +, Alexey Dokuchaev wrote: On Tue, Mar 05, 2013 at 05:57:03PM +0900, YongHyeon PYUN wrote: Hmm, Does the switch support EEE feature? If yes, would you try disabling it? I do not