[gentoo-user] xpra server on gentoo? Any gotchas?

2024-09-14 Thread n952162
Hello all, when I run an xpra server on a gentoo box and attach via a client  on a nixos box, I get the following: /: Permission denied (publickey,password,keyboard-interactive)./ /2024-09-13 11:04:03,232 Error: failed to receive anything, not an xpra server?/ /2024-09-13 11:04:03,23

[gentoo-user] xpra server on gentoo? Any gotchas?

2024-09-14 Thread n952162
Hello all, when I run an xpra server on a gentoo box and attach via a client  on a nixos box, I get the following: /: Permission denied (publickey,password,keyboard-interactive)./ /2024-09-13 11:04:03,232 Error: failed to receive anything, not an xpra server?/ /2024-09-13 11:04:03,23

Re: [gentoo-user] xpra server on gentoo? Any gotchas?

2024-09-14 Thread Michael
On Friday 13 September 2024 10:16:14 BST n952162 wrote: > Hello all, > > when I run an xpra server on a gentoo box and attach via a client on a > nixos box, I get the following: > > /: Permission denied (publickey,password,keyboard-interactive)./ > /2024-09-13 11:04:03,232 Error: failed

[gentoo-user] Portage improved

2024-09-14 Thread Peter Humphrey
Greetings, I see that the latest version of portage has improved the handling of giant packages. Today I had a few dozen kde-frameworks packages to install, together with webkit-gtk. That job was near the top of the list, so it was started before most of the kde ones. I have this in make.conf:

[gentoo-user] crossdev wants to install apache on _host_

2024-09-14 Thread ralfconn
Hello, I have a RaspberryPi with gentoo, I use crossdev to update it. I have NFS server and client on both the Host and the Target so that I can mount: on the Target, the Host's /usr/aarch64-unknown-linux-gnu/var/cache/binpkgs /usr/aarch64-unknown-linux-gnu/var/db/repos and on the Host, the T

Re: [gentoo-user] Re: Package compile failures with "internal compiler error: Segmentation fault".

2024-09-14 Thread Dale
Frank Steinmetzger wrote: > Am Fri, Sep 06, 2024 at 01:21:20PM +0100 schrieb Michael: > find path-to-directory/ -type f | xargs md5sum > digest.log then to compare with a backup of the same directory you could run: md5sum -c digest.log | grep FAILED > I had a quick look at