Re: URL for stable/13

2021-03-02 Thread Warner Losh
On Tue, Mar 2, 2021 at 10:46 AM bob prohaska wrote: > On Tue, Mar 02, 2021 at 09:46:11AM -0700, Warner Losh wrote: > > On Tue, Mar 2, 2021 at 9:18 AM bob prohaska wrote: > > > > > A while back I obtained a buildable source tree for stable/13 > > > but it hasn't been updated in the last few days.

Re: testers needed: loader: use display pixel density for font autoselection

2021-03-02 Thread Toomas Soome via freebsd-current
> On 2. Mar 2021, at 20:32, Rodney W. Grimes > wrote: > >>> On 26. Feb 2021, at 17:56, Rodney W. Grimes >>> wrote: >>> > On 26. Feb 2021, at 05:42, Rodney W. Grimes > wrote: > >>> On 23. Feb 2021, at 17:53, Jakob Alvermark wrote: >>> >>> On 2/23/21 12:27 PM, To

Re: testers needed: loader: use display pixel density for font autoselection

2021-03-02 Thread Rodney W. Grimes
> > On 26. Feb 2021, at 17:56, Rodney W. Grimes > > wrote: > > > >>> On 26. Feb 2021, at 05:42, Rodney W. Grimes > >>> wrote: > >>> > > On 23. Feb 2021, at 17:53, Jakob Alvermark wrote: > > > > On 2/23/21 12:27 PM, Toomas Soome via freebsd-current wrote: > >> hi! > >> >

Re: bhyve fopen failure

2021-03-02 Thread Mark Johnston
On Tue, Mar 02, 2021 at 09:31:22AM -0800, Chuck Tuffli wrote: > I'm porting some code to bhyve and am getting a failure I don't > understand. This is git as of af11c2029006 FWIW. > > The code in question is for an emulated device and looks like: > dbg = fopen("/tmp/bhyve_ata.log", "w+"); >

Re: bhyve fopen failure

2021-03-02 Thread Conrad Meyer
Hi Chuck, In capability mode (capsicum sandbox), files like this need to be opened before bhyve enters sandboxed mode. (That’s ‘cap_enter()’.) Best, Conrad On Tue, Mar 2, 2021 at 09:31 Chuck Tuffli wrote: > I'm porting some code to bhyve and am getting a failure I don't > understand. This is

Re: URL for stable/13

2021-03-02 Thread bob prohaska
On Tue, Mar 02, 2021 at 09:46:11AM -0700, Warner Losh wrote: > On Tue, Mar 2, 2021 at 9:18 AM bob prohaska wrote: > > > A while back I obtained a buildable source tree for stable/13 > > but it hasn't been updated in the last few days. Running > > It would help if you asked a question. > Appare

bhyve fopen failure

2021-03-02 Thread Chuck Tuffli
I'm porting some code to bhyve and am getting a failure I don't understand. This is git as of af11c2029006 FWIW. The code in question is for an emulated device and looks like: dbg = fopen("/tmp/bhyve_ata.log", "w+"); if (dbg == NULL) perror("fopen"); Running this fails with: f

Re: URL for stable/13

2021-03-02 Thread Bakul Shah
> On Mar 2, 2021, at 8:18 AM, bob prohaska wrote: > > A while back I obtained a buildable source tree for stable/13 > but it hasn't been updated in the last few days. Running > git remote show origin > reports in part > > Fetch URL: https://git.FreeBSD.org/src.git > Push URL: https://git.Free

Re: URL for stable/13

2021-03-02 Thread John Kennedy
On Tue, Mar 02, 2021 at 08:18:23AM -0800, bob prohaska wrote: > A while back I obtained a buildable source tree for stable/13 > but it hasn't been updated in the last few days. Running > git remote show origin > reports in part > . > Local branch configured for 'git pull': > stable/13 me

Re: URL for stable/13

2021-03-02 Thread Warner Losh
On Tue, Mar 2, 2021 at 9:18 AM bob prohaska wrote: > A while back I obtained a buildable source tree for stable/13 > but it hasn't been updated in the last few days. Running > git remote show origin > reports in part > > Fetch URL: https://git.FreeBSD.org/src.git > Push URL: https://git.FreeB

URL for stable/13

2021-03-02 Thread bob prohaska
A while back I obtained a buildable source tree for stable/13 but it hasn't been updated in the last few days. Running git remote show origin reports in part Fetch URL: https://git.FreeBSD.org/src.git Push URL: https://git.FreeBSD.org/src.git HEAD branch: main Remote branches: main

Re: Installer of 20210225 snapshot works with monochrome mode

2021-03-02 Thread Yasuhiro Kimura
From: Yasuhiro Kimura Subject: Installer of 20210225 snapshot works with monochrome mode Date: Tue, 02 Mar 2021 16:02:37 +0900 (JST) > I created VirtualBox VM on Windows host and tried to make clean > install of 14-CURRENT with iso image of 20210225 snapshot > (FreeBSD-14.0-CURRENT-amd64-20210225

UFS Resize Not Working Bug 253754

2021-03-02 Thread Andrey Fesenko
Hello long time not work growfs root 13.0-BETA4 and Current, bhyve and vmware check. Bump https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253754 ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To