Re: Pacman returns error 404

2022-10-27 Thread Doug Newgard
On Thu, 27 Oct 2022 17:47:13 +0200 Zero wrote: > Hi Justin, > > Indeed that worked pacman --sync --refresh nodejs > > Thank you! > ~Zero You need to read the whole message, specifically where they said not to actually do that. You need to update your entire system. > > On 10/27/22 17:41, Jus

Re: gnome 43 / testing - gnome-shell core dumps

2022-10-27 Thread Genes Lists
On 10/26/22 17:29, Genes Lists wrote: On 10/26/22 16:53, Genes Lists wrote: .. I noticed that mutter in the logs is version 42 - my mirror is out of date it looks like - this seems like a possible candidate for the crash? I'll wait till the mirror updates and try again - will report back.

Re: Moving root partition to another drive

2022-10-27 Thread Geert Hendrickx
On Thu, Oct 27, 2022 at 18:32:42 +0100, pete wrote: > Thanks for that i am also using syslinux for boot i fell out with grub > basically the root partition is a result of my cockup i have several 1Tb > drives i was going to use one of those as the root partition the entire drive You may want t

Re: Moving root partition to another drive

2022-10-27 Thread pete
On Thu, 27 Oct 2022 16:02:17 +0200 Ralf Mardorf wrote: > 1. Format the the new drive with the wanted file system. > 2. Restart the computer and boot a live Linux from DVD, USB or what ever >media you prefer. > 3. Mount the old partition, mount the new partition. > 4. Open a terminal. > 5. Bec

Re: Pacman returns error 404

2022-10-27 Thread Zero
Hi Justin, Indeed that worked pacman --sync --refresh nodejs Thank you! ~Zero On 10/27/22 17:41, Justin Kromlinger wrote: Please use `pacman --sync --refresh` (or `pacman -Sy`). Your local package database is out of date, you are trying to download the old 19.0.0-1 (which gives 404) instead

Re: Pacman returns error 404

2022-10-27 Thread Ralf Mardorf
On Thu, 2022-10-27 at 17:37 +0200, Zero wrote: >  Packages (1) nodejs-19.0.0-1 > nodejs-19.0.0-2-x86_64.pkg.tar.zst Run sudo pacman -Syu nodejs Regards, Ralf

Re: Pacman returns error 404

2022-10-27 Thread Justin Kromlinger
Please use `pacman --sync --refresh` (or `pacman -Sy`). Your local package database is out of date, you are trying to download the old 19.0.0-1 (which gives 404) instead of the new 19.0.0-2. Also, partial updates are not supported. You should always run `pacman --sync --refresh --sysupgrade` (o

Pacman returns error 404

2022-10-27 Thread Zero
Hi all, Trying to install nodejs with pacman I do experience errors: pacman --sync nodejs Packages (1) nodejs-19.0.0-1 ... :: Proceed with installation? [Y/n] Y :: Retrieving packages... nodejs-19.0.0-1-x86_64.pkg.tar.zst failed to downloaderror: failed retrieving file 'nodejs-19.0.0-1-x86_

Re: Moving root partition to another drive

2022-10-27 Thread Ralf Mardorf
On Thu, 2022-10-27 at 16:06 +0200, Maarten de Vries wrote: [snip] Maarten, you did not reply to the mailing list ;). > On 27/10/2022 16:02, Ralf Mardorf wrote: > > 5. Verify the copy by running > > > ># diff -r --no-dereference /mnt/old/ /mnt/new/ PS: I'm not sure, if diff might warn about

Create ps1 games with Brasero or other programs

2022-10-27 Thread ilpiko2
Brasero i've always used it for music cds and some PS2 game backups. What I have never tried is using it for PS1 game backups. Searching the web i found some posts but they were old. Is it possible to burn them? is better k3b? Thank you. Marco P.S. sorry for my english.

Re: Moving root partition to another drive

2022-10-27 Thread Ralf Mardorf
1. Format the the new drive with the wanted file system. 2. Restart the computer and boot a live Linux from DVD, USB or what ever media you prefer. 3. Mount the old partition, mount the new partition. 4. Open a terminal. 5. Become root by running $ sudo -i 5. Copy the root directory by runn

Re: Moving root partition to another drive

2022-10-27 Thread mpan
Got a bit of a problem i need to move the root partition to another drive my own fault i did not make it big enough to start with but i cant face a complete rebuild of the system i have several 1Tb drives lurking but how do i switch things to a new drive . The easiest and safest way is

Re: Moving root partition to another drive

2022-10-27 Thread Jedisocialist
You may have multiple options/avenues to achieve this depending on which filesystem and partitioning techniques you implemented. But before proceeding, have you tried clearing pacman and Aur caches, removed orphans, untracked or lost files, etc? And here is information aligned with "uwe's" feed

Re: Moving root partition to another drive

2022-10-27 Thread Uwe Sauter
Best option would be to boot from USB drive so that the partitions that should be moved are not in use. Then you could either move the partitions using "dd" or move the data using "rsync". Once the root partition is moved follow the Arch install guide to install the boot loader on the new driv

Moving root partition to another drive

2022-10-27 Thread pete
Hi . Got a bit of a problem i need to move the root partition to another drive my own fault i did not make it big enough to start with but i cant face a complete rebuild of the system i have several 1Tb drives lurking but how do i switch things to a new drive . I remember doing that many

new wireguard admin tool - aur

2022-10-27 Thread Genes Lists
Firstly, thank you to everyone that contributes to Arch - it is very, very much appreciated. In that same spirit of sharing I've added my second package to the AUR. The first being mkpkg, a package building tool which rebuilds when specific trigger conditions are met. e.g. openssl>minor would