Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] ERROR: Failed to mount / private (Invalid argument)
@ 2021-04-25 17:07 kyx0r
  2021-04-25 17:18 ` kyx0r
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: kyx0r @ 2021-04-25 17:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1242 bytes --]

New issue by kyx0r on void-packages repository

https://github.com/void-linux/void-packages/issues/30496

Description:
Hi I am trying to build a package in void linux chroot (because I don't use void as my main system but I need it to test packages) 

First I had problems with my kenel not supporting the for the ```unshare``` command
CONFIG_NAMESPACES
CONFIG_IPC_NS
CONFIG_UTS_NS
CONFIG_USER_NS

After fixing that, the error became something saying (permission denied)

Then I run these commands:

```
chown root:<xbuilder> $(which xbps-uchroot)
chmod 4750 $(which xbps-uchroot)
usermod -a -G <xbuilder> root
```

And now the error is 
ERROR: Failed to mount / private (Invalid argument)

Please help me, I don't care about user permissions I run everything as root. Permissions are bloat, that I don't care about. I just want to get stuff done and move on with my day. Please stop making this harder than it needs to be and make the root do everything I need, without all this user group bullshit. 

If you can't fix your xbps-src script, then just take a look at this issue here: I need someone to test this bug in the package

https://github.com/kiss-community/repo-community/issues/331

Thank you very much. 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: ERROR: Failed to mount / private (Invalid argument)
  2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
@ 2021-04-25 17:18 ` kyx0r
  2021-04-25 17:24 ` kyx0r
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kyx0r @ 2021-04-25 17:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

New comment by kyx0r on void-packages repository

https://github.com/void-linux/void-packages/issues/30496#issuecomment-826358037

Comment:
Here is a detailed log of what is going on
[ERROR.LOG](https://github.com/void-linux/void-packages/files/6372528/ERROR.LOG)


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: ERROR: Failed to mount / private (Invalid argument)
  2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
  2021-04-25 17:18 ` kyx0r
@ 2021-04-25 17:24 ` kyx0r
  2021-04-26  0:21 ` [ISSUE] [CLOSED] " sgn
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kyx0r @ 2021-04-25 17:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

New comment by kyx0r on void-packages repository

https://github.com/void-linux/void-packages/issues/30496#issuecomment-826358847

Comment:
Here is another one. Remember that I run void in chroot so that may be the cause of this problem. 

[x.LOG](https://github.com/void-linux/void-packages/files/6372538/x.LOG)


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [ISSUE] [CLOSED] ERROR: Failed to mount / private (Invalid argument)
  2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
  2021-04-25 17:18 ` kyx0r
  2021-04-25 17:24 ` kyx0r
@ 2021-04-26  0:21 ` sgn
  2021-04-26  0:23 ` sgn
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2021-04-26  0:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]

Closed issue by kyx0r on void-packages repository

https://github.com/void-linux/void-packages/issues/30496

Description:
Hi I am trying to build a package in void linux chroot (because I don't use void as my main system but I need it to test packages) 

First I had problems with my kenel not supporting the for the ```unshare``` command
CONFIG_NAMESPACES
CONFIG_IPC_NS
CONFIG_UTS_NS
CONFIG_USER_NS

After fixing that, the error became something saying (permission denied)

Then I run these commands:

```
chown root:<xbuilder> $(which xbps-uchroot)
chmod 4750 $(which xbps-uchroot)
usermod -a -G <xbuilder> root
```

And now the error is 
ERROR: Failed to mount / private (Invalid argument)

Please help me, I don't care about user permissions I run everything as root. Permissions are bloat, that I don't care about. I just want to get stuff done and move on with my day. Please stop making this harder than it needs to be and make the root do everything I need, without all this user group bullshit. 

If you can't fix your xbps-src script, then just take a look at this issue here: I need someone to test this bug in the package

https://github.com/kiss-community/repo-community/issues/331

Thank you very much. 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: ERROR: Failed to mount / private (Invalid argument)
  2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
                   ` (2 preceding siblings ...)
  2021-04-26  0:21 ` [ISSUE] [CLOSED] " sgn
@ 2021-04-26  0:23 ` sgn
  2021-04-26  0:23 ` sgn
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2021-04-26  0:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/30496#issuecomment-826423928

Comment:
> I don't care about user permissions I run everything as root. Permissions are bloat, that I don't care about.
I don't care about KISS Linux, and I don't care if my system is bloat. Sorry.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: ERROR: Failed to mount / private (Invalid argument)
  2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
                   ` (3 preceding siblings ...)
  2021-04-26  0:23 ` sgn
@ 2021-04-26  0:23 ` sgn
  2021-04-26  0:41 ` sgn
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2021-04-26  0:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/30496#issuecomment-826423928

Comment:
> I don't care about user permissions I run everything as root. Permissions are bloat, that I don't care about.

I don't care about KISS Linux, and I don't care if my system is bloat. Sorry.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: ERROR: Failed to mount / private (Invalid argument)
  2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
                   ` (4 preceding siblings ...)
  2021-04-26  0:23 ` sgn
@ 2021-04-26  0:41 ` sgn
  2021-04-26  3:05 ` kyx0r
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2021-04-26  0:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/30496#issuecomment-826423928

Comment:
> I don't care about user permissions I run everything as root. Permissions are bloat, that I don't care about.

I don't care if my system is bloat. Sorry.

>  I need someone to test this bug in the package
kiss-community/repo-community#331

And, I don't care about KISS Linux, sorry, again.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: ERROR: Failed to mount / private (Invalid argument)
  2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
                   ` (5 preceding siblings ...)
  2021-04-26  0:41 ` sgn
@ 2021-04-26  3:05 ` kyx0r
  2021-04-26  3:45 ` kyx0r
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kyx0r @ 2021-04-26  3:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1052 bytes --]

New comment by kyx0r on void-packages repository

https://github.com/void-linux/void-packages/issues/30496#issuecomment-826469688

Comment:
@sgn You don't care that your webkit2gtk package for musl is bugged??? We are using the same patch-set. Did you even read what that issue said?? I tested the latest binary builds of webkit today and they are bugged, I am trying to get the void package to build so that I can further solve the damn bug! Wake up! I wanted to see if the bug persists on the latest git commit here in void linux. But this xbps-src script does not work for me (in chroot?), which is a road block. This is the first time I ever tried using this script to build something from source and I have a clear problem in this setup. So you are not even going to bother to look if I did anything wrong when trying to use this script, ok but now you don't care whether your webkit package is bugged or not? On what jurisdiction are you closing the issue, if you are not competent to take a look at it maybe someone else from maintainers will. 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: ERROR: Failed to mount / private (Invalid argument)
  2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
                   ` (6 preceding siblings ...)
  2021-04-26  3:05 ` kyx0r
@ 2021-04-26  3:45 ` kyx0r
  2021-04-26  6:17 ` Chocimier
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kyx0r @ 2021-04-26  3:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

New comment by kyx0r on void-packages repository

https://github.com/void-linux/void-packages/issues/30496#issuecomment-826480841

Comment:
@q66 I would like to bring this to your attention. You seem to be the maintainer of the webkit, since I am physically blocked from being able to compile void's stuff myself, can you please look into this problem? 

Thanks,

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: ERROR: Failed to mount / private (Invalid argument)
  2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
                   ` (7 preceding siblings ...)
  2021-04-26  3:45 ` kyx0r
@ 2021-04-26  6:17 ` Chocimier
  2021-04-26 11:16 ` q66
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Chocimier @ 2021-04-26  6:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/issues/30496#issuecomment-826537866

Comment:
xbps-src creates chroot so it won't when used inside chroot. Running as root won't work either.
Also RTF README, it tells how to use it outside Void.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: ERROR: Failed to mount / private (Invalid argument)
  2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
                   ` (8 preceding siblings ...)
  2021-04-26  6:17 ` Chocimier
@ 2021-04-26 11:16 ` q66
  2021-04-26 13:07 ` kyx0r
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: q66 @ 2021-04-26 11:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 256 bytes --]

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/issues/30496#issuecomment-826752928

Comment:
the issue was closed because you using xbps-src wrong is not our problem

i suggest you stop being an entitled brat

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: ERROR: Failed to mount / private (Invalid argument)
  2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
                   ` (9 preceding siblings ...)
  2021-04-26 11:16 ` q66
@ 2021-04-26 13:07 ` kyx0r
  2021-04-26 13:43 ` ericonr
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kyx0r @ 2021-04-26 13:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 768 bytes --]

New comment by kyx0r on void-packages repository

https://github.com/void-linux/void-packages/issues/30496#issuecomment-826821266

Comment:
Funny how you are more concearned about me being entitled brat more than the series of technical problems and limitations that I have presented you with. Alas I conclude that xbps-src is not a very user freedom respecting software, as I can't do the things I expect to work normally with any kind of software. BTW, I did read the README and followed it step by step, however it still did not work and gave me some certificate verification error on download, which I am not even going to bother with (and no that was not because my clock is out of sync). 

If you ever get this thing working in TempleOS let me know. Thanks :)

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: ERROR: Failed to mount / private (Invalid argument)
  2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
                   ` (10 preceding siblings ...)
  2021-04-26 13:07 ` kyx0r
@ 2021-04-26 13:43 ` ericonr
  2021-04-26 16:16 ` sgn
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-04-26 13:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 506 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/30496#issuecomment-826846585

Comment:
Thanks for the (indirect) bug report regarding webkit, but otherwise the discussion seems to have devolved. I suggest approaching projects with less entitlement, next time; maintainers are also people.

You are free to fix `xbps-src` to work however you wish it, and you don't even have to send the changes back to us. BSD-2-Clause is not a restrictive license.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: ERROR: Failed to mount / private (Invalid argument)
  2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
                   ` (11 preceding siblings ...)
  2021-04-26 13:43 ` ericonr
@ 2021-04-26 16:16 ` sgn
  2021-04-26 16:35 ` sgn
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2021-04-26 16:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 447 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/30496#issuecomment-826970410

Comment:
Work for me! I guess it works ootb for me because I'm using a bloated-musl-installation?
![1](https://user-images.githubusercontent.com/42673067/116116504-6bb9ea80-a6e5-11eb-9229-b5978a2ea9ea.png)
![2](https://user-images.githubusercontent.com/42673067/116116513-6f4d7180-a6e5-11eb-9f8c-44f2518cb733.png)


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: ERROR: Failed to mount / private (Invalid argument)
  2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
                   ` (12 preceding siblings ...)
  2021-04-26 16:16 ` sgn
@ 2021-04-26 16:35 ` sgn
  2021-04-26 23:35 ` q66
  2021-04-26 23:38 ` kyx0r
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2021-04-26 16:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 447 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/30496#issuecomment-826970410

Comment:
Work for me! I guess it works ootb for me because I'm using a bloated-musl-installation?
![1](https://user-images.githubusercontent.com/42673067/116116504-6bb9ea80-a6e5-11eb-9229-b5978a2ea9ea.png)
![2](https://user-images.githubusercontent.com/42673067/116116513-6f4d7180-a6e5-11eb-9f8c-44f2518cb733.png)


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: ERROR: Failed to mount / private (Invalid argument)
  2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
                   ` (13 preceding siblings ...)
  2021-04-26 16:35 ` sgn
@ 2021-04-26 23:35 ` q66
  2021-04-26 23:38 ` kyx0r
  15 siblings, 0 replies; 17+ messages in thread
From: q66 @ 2021-04-26 23:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/issues/30496#issuecomment-827207517

Comment:
FWIW, the webkit bug is long known and there were various efforts to fix it over the years, with none of them getting it quite right (including my most recent attempt)

but, on the positive side - i now have a patch that fixes it fully (no thanks to you though - i'm currently deploying webkit for someone and coincidentally i was tracking down the same bug), so i'll push it into void once i've cleaned it up


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: ERROR: Failed to mount / private (Invalid argument)
  2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
                   ` (14 preceding siblings ...)
  2021-04-26 23:35 ` q66
@ 2021-04-26 23:38 ` kyx0r
  15 siblings, 0 replies; 17+ messages in thread
From: kyx0r @ 2021-04-26 23:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 171 bytes --]

New comment by kyx0r on void-packages repository

https://github.com/void-linux/void-packages/issues/30496#issuecomment-827208256

Comment:
That's great news! Thank you! 

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-04-26 23:38 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-25 17:07 [ISSUE] ERROR: Failed to mount / private (Invalid argument) kyx0r
2021-04-25 17:18 ` kyx0r
2021-04-25 17:24 ` kyx0r
2021-04-26  0:21 ` [ISSUE] [CLOSED] " sgn
2021-04-26  0:23 ` sgn
2021-04-26  0:23 ` sgn
2021-04-26  0:41 ` sgn
2021-04-26  3:05 ` kyx0r
2021-04-26  3:45 ` kyx0r
2021-04-26  6:17 ` Chocimier
2021-04-26 11:16 ` q66
2021-04-26 13:07 ` kyx0r
2021-04-26 13:43 ` ericonr
2021-04-26 16:16 ` sgn
2021-04-26 16:35 ` sgn
2021-04-26 23:35 ` q66
2021-04-26 23:38 ` kyx0r

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).