Re: mount.davfs: program is not setuid root

2021-04-19 Thread Efraim Flashner
On Mon, Apr 19, 2021 at 08:47:08PM -0400, Leo Famulari wrote: > On Mon, Apr 19, 2021 at 10:30:13PM +0200, Simon Streit wrote: > > I just tried again, and called mount as: > > --8<---cut here---start->8--- > > /run/setuid-programs/mount -t ~/test/ > > --8<---

Re: Pinebook pro build

2021-04-19 Thread Brian Woodcox
Hi All, I was able to create an image to run on the PineBook Pro —> https://lists.gnu.org/archive/html/guix-patches/2020-04/msg01101.html I haven’t updated this lately, but I have it running on 4 PineBook Pro’s. I hope it

Re: Pinebook pro build

2021-04-19 Thread Leo Famulari
On Mon, Apr 19, 2021 at 06:10:01PM -0700, Vagrant Cascadian wrote: > I should also mention that arm-trusted-firmware and u-boot packages have > support for cross-building when not using --target=ARCH. e.g. Building > these packages on x86_64 builds working binaries for the aarch64 boot > firmware.

Re: Pinebook pro build

2021-04-19 Thread Vagrant Cascadian
On 2021-04-19, Vagrant Cascadian wrote: > On 2021-04-18, Grant Wilson II wrote: >> If I interpret the source correctly, "firmware" is being provided to the >> package as a native input. >> When I attempt the build without cross compiling then it does succeed... >> `guix build -e "(@ (gnu packages b

Re: mount.davfs: program is not setuid root

2021-04-19 Thread Leo Famulari
On Mon, Apr 19, 2021 at 10:30:13PM +0200, Simon Streit wrote: > I just tried again, and called mount as: > --8<---cut here---start->8--- > /run/setuid-programs/mount -t ~/test/ > --8<---cut here---end--->8--- > where URL is my

Re: Pinebook pro build

2021-04-19 Thread Leo Famulari
On Mon, Apr 19, 2021 at 03:55:05PM -0700, Vagrant Cascadian wrote: > So... I'm not very familiar with how --target=ARCH cross-building works > in guix, but that somehow appears to trigger the issue... Thanks for your analysis. I wonder if anyone else can help us further... More pings! signature.

Re: Pinebook pro build

2021-04-19 Thread Vagrant Cascadian
On 2021-04-18, Grant Wilson II wrote: > If I interpret the source correctly, "firmware" is being provided to the > package as a native input. > When I attempt the build without cross compiling then it does succeed... > `guix build -e "(@ (gnu packages bootloaders) u-boot-pinebook-pro-rk3399)"` > >

Re: mount.davfs: program is not setuid root

2021-04-19 Thread Simon Streit
Leo Famulari writes: > On Sun, Apr 18, 2021 at 03:36:12PM +0200, Simon Streit wrote: >> Even when calling the binary from /run/setuid-programs will fail >> as well. > > Okay, but how? You haven't told us that yet. I just tried again, and called mount as: --8<---cut here--

Re: mount.davfs: program is not setuid root

2021-04-19 Thread Leo Famulari
On Mon, Apr 19, 2021 at 12:50:53PM +0200, Simon Streit wrote: > Sorry, hope there is no confusion now. I think I did in a previous > message: > > $ mount -t davfs URL moint_point Sorry, I was unclear. I'm asking you to run the binary using the absolute path from /run/setuid-programs, and then in

Re: mount.davfs: program is not setuid root

2021-04-19 Thread Simon Streit
Leo Famulari writes: > On Fri, Apr 16, 2021 at 03:31:35PM +0200, Simon Streit wrote: >> But after rebooting, and trying to mount a webdav share as user, I only >> get: >> >> --8<---cut here---start->8--- >> /run/current-system/profile/sbin/mount.davfs: program

Re: mount.davfs: program is not setuid root

2021-04-19 Thread Simon Streit
Leo Famulari writes: > On Fri, Apr 16, 2021 at 03:31:35PM +0200, Simon Streit wrote: >> But after rebooting, and trying to mount a webdav share as user, I only >> get: >> >> --8<---cut here---start->8--- >> /run/current-system/profile/sbin/mount.davfs: program

Re: mount.davfs: program is not setuid root

2021-04-19 Thread Simon Streit
Leo Famulari writes: > On Sun, Apr 18, 2021 at 03:36:12PM +0200, Simon Streit wrote: >> Even when calling the binary from /run/setuid-programs will fail >> as well. > > Okay, but how? You haven't told us that yet. Sorry, hope there is no confusion now. I think I did in a previous message: $ mou

Re: Pinebook pro build

2021-04-19 Thread Grant Wilson II
Hi Leo, Thanks for the help! I did take a peek at the source but did not find that it helped me understand or fix the error. If I interpret the source correctly, "firmware" is being provided to the package as a native input. When I attempt the build without cross compiling then it does succeed...