Re: service -e doesn't really sort does it? the cool tip is slightly off

2021-01-16 Thread RW
On Sat, 16 Jan 2021 23:28:48 + Dennis Clarke wrote: > Saw this pop up : > > rhea$ su - admsys > Password: > If you want to get a sorted list of all services that are started when > FreeBSD boots, > enter "service -e". > ... > > To which I thought "sorted? really?" > .. > Nope. That doesn't

Re: Waiting for bufdaemon

2021-01-16 Thread Konstantin Belousov
On Sat, Jan 16, 2021 at 07:41:01PM +0100, Rainer Hurling wrote: > During another shutdown after heavy usage of the box, the following > messages were also seen: > > > [...] > Syncing disks, vnodes remaining... 22 EFI rt_settime call faulted, error 14 > efirtc0: CLOCK_SETTIME error 14 This means

Re: Current kernel build broken with linuxkpi?

2021-01-16 Thread Robert Huff
And ... we have a winner. (So far.) The system in question has 11+ hours uptime running: FreeBSD 13.0-ALPHA1 #1 main-c1149-g79a5c790bd: Sat Jan 16 09:02:47 EST 2021 amd64 (Now rebuilding 1100+ ports ) I commented out the IGNORE line from drm-current-kmod;

Re: boot loader blank screen

2021-01-16 Thread Mark Millard
[Just resent with corrected email address.] Alan Somers asomers at freebsd.org wrote on Sat Jan 16 20:15:52 UTC 2021 : > On Sat, Jan 16, 2021 at 8:39 AM John Kennedy wrote: > >> On Fri, Jan 15, 2021 at 03:51:38PM +0200, Toomas Soome wrote: >>> Could you please check latest current now?:) >>

Re: boot loader blank screen

2021-01-16 Thread Mark Millard
Alan Somers asomers at freebsd.org wrote on Sat Jan 16 20:15:52 UTC 2021 : > On Sat, Jan 16, 2021 at 8:39 AM John Kennedy wrote: > > > On Fri, Jan 15, 2021 at 03:51:38PM +0200, Toomas Soome wrote: > > > Could you please check latest current now?:) > > > > Success! With

service -e doesn't really sort does it? the cool tip is slightly off

2021-01-16 Thread Dennis Clarke
Saw this pop up : rhea$ su - admsys Password: If you want to get a sorted list of all services that are started when FreeBSD boots, enter "service -e". -- Lars Engels admsys@rhea:~ $ To which I thought "sorted? really?" amalthea# cd amalthea# service -e /etc/rc.d/rctl

Re: Invoking -v for clang during buildworld

2021-01-16 Thread Mark Millard
On 2021-Jan-16, at 14:03, bob prohaska wrote: > On Sat, Jan 16, 2021 at 11:17:52AM -0800, Mark Millard wrote: >> >> >> On 2021-Jan-16, at 07:55, bob prohaska wrote: >> >>> On Fri, Jan 15, 2021 at 09:25:00PM -0800, Mark Millard wrote: On 2021-Jan-15, at 20:37, bob prohaska

Re: Invoking -v for clang during buildworld

2021-01-16 Thread Mark Millard
On 2021-Jan-16, at 07:55, bob prohaska wrote: > On Fri, Jan 15, 2021 at 09:25:00PM -0800, Mark Millard wrote: >> >> On 2021-Jan-15, at 20:37, bob prohaska wrote: >> >>> While playing with -current on armv7 using a raspberry pi 2 v1.1 >>> an error crops up with recent kernels while

Re: Invoking -v for clang during buildworld

2021-01-16 Thread bob prohaska
On Sat, Jan 16, 2021 at 11:17:52AM -0800, Mark Millard wrote: > > > On 2021-Jan-16, at 07:55, bob prohaska wrote: > > > On Fri, Jan 15, 2021 at 09:25:00PM -0800, Mark Millard wrote: > >> > >> On 2021-Jan-15, at 20:37, bob prohaska wrote: > >> > >>> While playing with -current on armv7 using

Re: boot loader blank screen

2021-01-16 Thread Alan Somers
On Sat, Jan 16, 2021 at 8:39 AM John Kennedy wrote: > On Fri, Jan 15, 2021 at 03:51:38PM +0200, Toomas Soome wrote: > > Could you please check latest current now?:) > > Success! With main-c255999-g0bc776f3da70, I've been able to comment out > the > screen.textmode=0 (so, back to the default

Re: git equivalent of 'svn update'

2021-01-16 Thread Ed Maste
On Sat, 16 Jan 2021 at 13:35, Steve Kargl wrote: > > In the git world, what is the equivalent of 'svn update' > within a subdirectory of the /usr/src hierarchy. You can use something like % git checkout freebsd/main sys/dev/bge to update just sys/dev/bge to match freebsd/main. This will leave

Re: Waiting for bufdaemon

2021-01-16 Thread Rainer Hurling
Am 15.01.21 um 19:48 schrieb Rainer Hurling: > Am 15.01.21 um 16:45 schrieb Konstantin Belousov: >> On Fri, Jan 15, 2021 at 04:30:19PM +0100, Mikaël Urankar wrote: >>> On 15/01/2021 16:02, Konstantin Belousov wrote: On Fri, Jan 15, 2021 at 03:56:01PM +0100, Mikaël Urankar wrote: > On

git equivalent of 'svn update'

2021-01-16 Thread Steve Kargl
In the git world, what is the equivalent of 'svn update' within a subdirectory of the /usr/src hierarchy. In the svn world, one could do % cd /usr/src/sys/dev/bge % svn update and this would only grab the changes under sys/dev/bge. % cd /usr/src/sys/dev/bge % git pull grabs all changes under

Re: boot loader blank screen

2021-01-16 Thread Toomas Soome
> On 16. Jan 2021, at 14:40, Johan Hendriks wrote: >> > I just did an update to FreeBSD jhost002.thuis.local 13.0-ALPHA1 FreeBSD > 13.0-ALPHA1 #26 main-c256002-gfe258f23ef36: Sat Jan 16 12:25:49 CET 2021 > root@srv-01.thuis.local >

Re: Invoking -v for clang during buildworld

2021-01-16 Thread bob prohaska
On Fri, Jan 15, 2021 at 09:25:00PM -0800, Mark Millard wrote: > > On 2021-Jan-15, at 20:37, bob prohaska wrote: > > > While playing with -current on armv7 using a raspberry pi 2 v1.1 > > an error crops up with recent kernels while building world: > > > > ++: error: linker command failed with

Re: boot loader blank screen

2021-01-16 Thread John Kennedy
On Fri, Jan 15, 2021 at 03:51:38PM +0200, Toomas Soome wrote: > Could you please check latest current now?:) Success! With main-c255999-g0bc776f3da70, I've been able to comment out the screen.textmode=0 (so, back to the default like I originally was).

FreeBSD Quarterly Status Report - Fourth Quarter 2020

2021-01-16 Thread Daniel Ebdrup Jensen
FreeBSD Project Quarterly Status Report - Fourth Quarter 2020 Introduction This report covers FreeBSD related projects for the period between October and December, and is the fourth of four planned reports for 2020. This quarter had quite a lot of work done, including but

remove deprecated /etc/rc.d/jail script support for old rc.conf jail definitions from 13.0

2021-01-16 Thread Ernie Luzar
The /etc/rc.d/jail script contains the on-the-fly conversion from the legacy rc.conf method statements to jail.conf file formate. The jail.conf was added in freebsd 9.0 and its now time to remove the deprecated support for the old definition method.

Fresh openssh before 13.0 release

2021-01-16 Thread Oleh Hushchenkov
Hi there, Any chance to update the base system openssh in the upcoming 13.0 release? Thanks. ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: boot loader blank screen

2021-01-16 Thread Tomoaki AOKI
Hi. It seems that font-to-display-80x24(25?)-chars-on-full-screen is selected automatically for display resolution. How's going on if you set, e.g., screen.font=8x16 on /boot/loader.conf? This helps me by reduced scrolling. If it's too small for you, see /boot/fonts for other sizes. Each

Re: boot loader blank screen

2021-01-16 Thread Johan Hendriks
On 16/01/2021 12:21, Johan Hendriks wrote: On 15/01/2021 20:06, Johan Hendriks wrote: On 15/01/2021 14:51, Toomas Soome wrote: Could you please check latest current now?:) Thanks, Toomas On 13. Jan 2021, at 20:13, Santiago Martinez wrote: Hi, +1 on this, i still have issue on a

Re: boot loader blank screen

2021-01-16 Thread Johan Hendriks
On 15/01/2021 20:06, Johan Hendriks wrote: On 15/01/2021 14:51, Toomas Soome wrote: Could you please check latest current now?:) Thanks, Toomas On 13. Jan 2021, at 20:13, Santiago Martinez wrote: Hi, +1 on this, i still have issue on a supermicro. Santi On 1/8/21 8:11 PM, John

Re: Invoking -v for clang during buildworld

2021-01-16 Thread Mark Millard
On 2021-Jan-15, at 20:37, bob prohaska wrote: > While playing with -current on armv7 using a raspberry pi 2 v1.1 > an error crops up with recent kernels while building world: > > ++: error: linker command failed with exit code 1 (use -v to see invocation) > *** [clang.full] Error code 1 > >

Re: Blank console on recent current

2021-01-16 Thread Graham Perrin
On 16/01/2021 07:18, Steve Kargl wrote: > … Best to track the nearby thread, ___ freebsd-current@freebsd.org mailing list