Re: Arch Linux inside OSTree

2024-01-06 Thread Michael Zimmermann
I haven't tried this with anything but grub2 yet, but that would definitely be interesting. The bootloader needs to be supported by ostree though and systemd-boot doesn't seem to be supported yet: https://github.com/ostreedev/ostree/blob/5b23804a1a41588ec7b92445ece978df6f0ba61a/src/libostree/ostree

Re: Arch Linux inside OSTree

2024-01-06 Thread Damjan Georgievski
> I've put some work into making it easy to install Arch Linux inside > OSTree. I have started creating a guide at > https://wiki.archlinux.org/title/Install_Arch_Linux_inside_OSTree with > the intention of that being just another installation method like LUKS > or LVM. > > Unfortunately, the page

Migration from LXD to Incus

2024-01-06 Thread Bernd Rinn
Hi, I'm using LXD on Archlinux and want to migrate to Incus (https://linuxcontainers.org/incus). According to the Incus docs this is as simple as installing Incus alongside LXD and then calling the migration program lxd-to-incus, see https://linuxcontainers.org/incus/docs/main/howto/server_mig

Re: Python warnings still

2024-01-06 Thread Damjan Georgievski
> > According to > > https://archlinux.org/packages/extra/any/python-pyrate-limiter/ the > > current version should be 3.1.1 rather than 3.1.0 so it seems your > > system is not up to date? Or maybe you do have the latest version but > > some part of your system thinks you still have the previous v

Re: Python warnings still

2024-01-06 Thread Doug Newgard
On Sat, 6 Jan 2024 07:21:29 -0600 2qdxy4rzwzuui...@potatochowder.com wrote: > I know that pete said that the question marks in the original post are > artifacts, but I'm still hung up on the fact that in that original post, > the filenames appear to be relative rather than absolute, as if some > e

Re: Python warnings still

2024-01-06 Thread pete
On Sat, 6 Jan 2024 07:21:29 -0600 2qdxy4rzwzuui...@potatochowder.com wrote: > On 2024-01-05 at 21:45:25 +, > pete wrote: > > > Hi folks . > > > > > > I am still getting plagued by these Python warnings > > > > warning: could not get file information for > > usr/lib/python3.11/site-packages/

Re: Python warnings still

2024-01-06 Thread 2QdxY4RzWzUUiLuE
On 2024-01-05 at 21:45:25 +, pete wrote: > Hi folks . > > > I am still getting plagued by these Python warnings > > warning: could not get file information for > usr/lib/python3.11/site-packages/pyr > ate_limiter-3.1.0.dist-info/ > ??? warning: could not get file

Re: Python warnings still

2024-01-06 Thread pete
On Sat, 6 Jan 2024 07:06:06 -0600 Doug Newgard wrote: > On Sat, 6 Jan 2024 12:55:24 + > pete wrote: > > > the problem is if you manually go into the directorys the files are there > > and are not zero length > > > > i checked that > > And yet both pacman and python say they are not there. W

Re: Python warnings still

2024-01-06 Thread Doug Newgard
On Sat, 6 Jan 2024 12:55:24 + pete wrote: > the problem is if you manually go into the directorys the files are there and > are not zero length > > i checked that And yet both pacman and python say they are not there. What does `ls -lR /usr/lib/python3.11/site-packages/gpg/` show?

Re: Python warnings still

2024-01-06 Thread pete
On Sat, 6 Jan 2024 06:52:00 -0600 Doug Newgard wrote: > On Sat, 6 Jan 2024 12:22:33 + > pete wrote: > > > On Fri, 5 Jan 2024 18:28:00 -0600 > > Doug Newgard wrote: > > > > > On Sat, 6 Jan 2024 00:24:40 + > > > pete wrote: > > > > > > > which gives me this > > > > > > > > "Traceback (mo

Re: Python warnings still

2024-01-06 Thread Doug Newgard
On Sat, 6 Jan 2024 12:22:33 + pete wrote: > On Fri, 5 Jan 2024 18:28:00 -0600 > Doug Newgard wrote: > > > On Sat, 6 Jan 2024 00:24:40 + > > pete wrote: > > > > > which gives me this > > > > > > "Traceback (most recent call last): > > > File "/usr/bin/torbrowser-launcher", line 29, in

Re: Python warnings still

2024-01-06 Thread pete
On Sat, 6 Jan 2024 12:12:55 + Dave Howorth wrote: > On Fri, 5 Jan 2024 21:45:25 + > pete wrote: > > > Hi folks . > > > > > > I am still getting plagued by these Python warnings > > > > warning: could not get file information for > > usr/lib/python3.11/site-packages/pyr?

Re: Python warnings still

2024-01-06 Thread pete
On Fri, 5 Jan 2024 18:28:00 -0600 Doug Newgard wrote: > On Sat, 6 Jan 2024 00:24:40 + > pete wrote: > > > which gives me this > > > > "Traceback (most recent call last): > > File "/usr/bin/torbrowser-launcher", line 29, in > > import torbrowser_launcher > > File "/usr/lib/python3.11

Re: Python warnings still

2024-01-06 Thread pete
On Sat, 06 Jan 2024 11:04:12 + Ralph Corderoy wrote: > Hi Pete, > > > warning: could not get file information for > > usr/lib/python3.11/site-packages/pyr > > ate_limiter-3.1.0.dist-info/ > > Do you see that run of question marks in the terminal or is it just some > artefa

Re: Python warnings still

2024-01-06 Thread Dave Howorth
On Fri, 5 Jan 2024 21:45:25 + pete wrote: > Hi folks . > > > I am still getting plagued by these Python warnings > > warning: could not get file information for > usr/lib/python3.11/site-packages/pyr > ate_limiter-3.1.0.dist-info/ > ??? warning: could not get file

Re: How to enable RNDIS USB ethernet device?

2024-01-06 Thread Bjoern Franke
Hi, I know what I need to do, I just have to figure out the commands to do it. I need to set enp0s29f7u8 t get it's address via dhcpdcd. The milkv device will then hand the Arch box an address and then I can access the milkv ssh server at 192.168.42.1. Glad to hear you fixed it. :) I was

Re: Arch Linux inside OSTree

2024-01-06 Thread Abraham S.A.H.
Don't worry dear Michael! I am (better to say many of us are) excited to see it on ArchWiki. And if your tools are of a good quality and faith, there is a good chance going to official repos in the future.   What happened to your article is just part of the process. I also exprienced the same m

Re: Python warnings still

2024-01-06 Thread Ralph Corderoy
Hi Pete, > warning: could not get file information for > usr/lib/python3.11/site-packages/pyr > ate_limiter-3.1.0.dist-info/ Do you see that run of question marks in the terminal or is it just some artefact of pasting the warnings into email? -- Cheers, Ralph.