Re: UEFI boot broken in 13?

2019-06-03 Thread Toomas Soome
> On 4 Jun 2019, at 04:38, Johannes Lundberg wrote: > > Hi > > I'm using poudriere-image to create usb memstick images. The images are > identical except OS version. They are tested on a laptop with 13-CURRENT > installed as only OS, having UEFI boot and root on zfs. > > 12-STABLE memstick b

Re: pkg: Cannot open /dev/null:No such file or directory

2019-06-03 Thread Matthew Seaman
On 04/06/2019 06:32, O. Hartmann wrote: > As far as I know,, the package installation is performed via "chroot'ed" > environment and somehow /dev/null is out of a sudden not accessible anymore > while pkg tries to delegate some output to /dev/null. Assuming you're chroot'd to /chroot, then: m

Re: pkg: Cannot open /dev/null:No such file or directory

2019-06-03 Thread Baptiste Daroussin
On Tue, Jun 04, 2019 at 07:32:16AM +0200, O. Hartmann wrote: > Hello List, > > lately I ran into a serious problem installing packages in a nanoBSD > environment, in which the package repository server is "remotely" on site. The > issue as documented below occurs on both 12-STABLE r348529 and CURR

pkg: Cannot open /dev/null:No such file or directory

2019-06-03 Thread O. Hartmann
Hello List, lately I ran into a serious problem installing packages in a nanoBSD environment, in which the package repository server is "remotely" on site. The issue as documented below occurs on both 12-STABLE r348529 and CURRENT r348600 and must have been introduced shortly, since the last known

Re: UEFI boot broken in 13?

2019-06-03 Thread Johannes Lundberg
On 6/3/19 7:25 PM, Rodney W. Grimes wrote: >> Hi >> >> I'm using poudriere-image to create usb memstick images. The images are >> identical except OS version. They are tested on a laptop with 13-CURRENT >> installed as only OS, having UEFI boot and root on zfs. >> >> 12-STABLE memstick boots fine

Re: UEFI boot broken in 13?

2019-06-03 Thread Rodney W. Grimes
> Hi > > I'm using poudriere-image to create usb memstick images. The images are > identical except OS version. They are tested on a laptop with 13-CURRENT > installed as only OS, having UEFI boot and root on zfs. > > 12-STABLE memstick boots fine with in UEFI mode. Does it actually boot via a UE

UEFI boot broken in 13?

2019-06-03 Thread Johannes Lundberg
Hi I'm using poudriere-image to create usb memstick images. The images are identical except OS version. They are tested on a laptop with 13-CURRENT installed as only OS, having UEFI boot and root on zfs. 12-STABLE memstick boots fine with in UEFI mode. With 13-CURRENT memstick it boots the insta

Re: One True Awk upgrade

2019-06-03 Thread Jamie Landeg-Jones
Warner Losh wrote: > OK. I've resolved all the diffs between the git-tree I had and what made it > into the tree. the upgrade is now complete, and I've pushed my notion of > what awk should be to the bsd-ota branch in > https://github.com/bsdimp/awk.git I'll work on folding them into upstream, >

Re: Enabling synaptics and elantech touchpads by default

2019-06-03 Thread Greg V
On June 3, 2019 11:31:21 PM GMT+03:00, Niclas Zeising wrote: >Hi! >I've created a reveiew, https://reviews.freebsd.org/D20507, to enable >synaptics and elantech touchpads by default. > >Today, these tunables needs to be set on boot for users to get full use > >of their touchpads, even when using

Enabling synaptics and elantech touchpads by default

2019-06-03 Thread Niclas Zeising
Hi! I've created a reveiew, https://reviews.freebsd.org/D20507, to enable synaptics and elantech touchpads by default. Today, these tunables needs to be set on boot for users to get full use of their touchpads, even when using X. By enabling this, things like two finger scroll will work in X

Re: installworld breakage r348516 -> r348572

2019-06-03 Thread Andreas Nilsson
On Mon, Jun 3, 2019 at 9:35 PM O. Hartmann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Make installworld after a successful build of r348572 fails due to: > > >>> Making hierarchy > - -- > cd /usr/src; make -f Makefile

installworld breakage r348516 -> r348572

2019-06-03 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Make installworld after a successful build of r348572 fails due to: >>> Making hierarchy - -- cd /usr/src; make -f Makefile.inc1 LOCAL_MTREE= hierarchy - --- hierarchy --- cd /usr/src/etc;

Re: Post-installworld mergemaster breakage r348504 -> r348529?

2019-06-03 Thread David Wolfskill
On Mon, Jun 03, 2019 at 08:15:18AM -0600, Warner Losh wrote: > I just committed this as a stop-gap fix. > > Warner > Cool. I encountered the issue on my build box -- laptop was still busy with other stuff. Later, when the laptop was ready for the same update to head, I applied the change p

Re: Post-installworld mergemaster breakage r348504 -> r348529?

2019-06-03 Thread Warner Losh
I just committed this as a stop-gap fix. Warner On Mon, Jun 3, 2019 at 5:33 AM Andreas Nilsson wrote: > On Mon, Jun 3, 2019 at 1:27 PM David Wolfskill > wrote: > > > On Mon, Jun 03, 2019 at 01:17:44PM +0200, Andreas Nilsson wrote: > > > ... > > > > Any hints? > > > > > > > > Might this be

Re: Post-installworld mergemaster breakage r348504 -> r348529?

2019-06-03 Thread Andreas Nilsson
On Mon, Jun 3, 2019 at 1:27 PM David Wolfskill wrote: > On Mon, Jun 03, 2019 at 01:17:44PM +0200, Andreas Nilsson wrote: > > ... > > > Any hints? > > > > > Might this be the same I noticed with "make packages", ie: > > diff --git a/Makefile.inc1 b/Makefile.inc1 > > index 6c77c8abdb8..60ac649

Re: Post-installworld mergemaster breakage r348504 -> r348529?

2019-06-03 Thread David Wolfskill
On Mon, Jun 03, 2019 at 01:17:44PM +0200, Andreas Nilsson wrote: > ... > > Any hints? > > Might this be the same I noticed with "make packages", ie: > diff --git a/Makefile.inc1 b/Makefile.inc1 > index 6c77c8abdb8..60ac6493c95 100644 > --- a/Makefile.inc1 > +++ b/Makefile.inc1 > @@ -888,7 +8

Re: Post-installworld mergemaster breakage r348504 -> r348529?

2019-06-03 Thread Andreas Nilsson
On Mon, Jun 3, 2019 at 1:06 PM David Wolfskill wrote: > I see: > > ... > -- > >>> Installing everything completed on Mon Jun 3 03:48:55 PDT 2019 > -- > Mon Jun 3 03:48:55 PDT

Post-installworld mergemaster breakage r348504 -> r348529?

2019-06-03 Thread David Wolfskill
I see: ... -- >>> Installing everything completed on Mon Jun 3 03:48:55 PDT 2019 -- Mon Jun 3 03:48:55 PDT 2019 *** Creating the temporary root environment in /var/tmp/temproo

Re: make packages broken

2019-06-03 Thread Andreas Nilsson
On Mon, Jun 3, 2019 at 10:40 AM Andreas Nilsson wrote: > Hello all, > > It was time for the weekly update so git gave > me: c7cdb4a80779a0451dc2c04c3d6b30769049d402 . > > It compiled fined, but when I tried to build packages I get: > make -C /usr/src PKG_VERSION=13.0.s20190603083918 real-packages

make packages broken

2019-06-03 Thread Andreas Nilsson
Hello all, It was time for the weekly update so git gave me: c7cdb4a80779a0451dc2c04c3d6b30769049d402 . It compiled fined, but when I tried to build packages I get: make -C /usr/src PKG_VERSION=13.0.s20190603083918 real-packages make[5]: "/usr/obj/usr/src/amd64.amd64/toolchain-metadata.mk" line 1