You are not logged in.

#1 Re: Installation » 32 bit binary repo for Otter Browser? » 2018-12-20 10:39:56

FluxBB bbcode test
merry christmas
FluxBB bbcode test

Mod Edit: Reduce picture size

#2 Re: Pacman / Pacman Upgrades » Upgrading old machines » 2018-10-16 08:04:12

It's a wee bit like awaking again an old tractor. you turn the crank and the bulldog runs...

serveimage?url=http%3A%2F%2Ft0.gstatic.com%2Fimages%3Fq%3Dtbn%3AANd9GcQ2ugDafJkQKGaMDwSVYGUzKwFoLaBBvSkO9lqKzShIS2b2bYnS&sp=277078c31f0c29852cd9ecb94abd2cae&anticache=742744

#3 Re: Installation » Survey: On what cpu do you (want to) use archlinux32? » 2018-10-15 11:42:47

this is correct. on the 1. sytem ArchLinux 64 runs on another partition.

#4 Re: Installation » Survey: On what cpu do you (want to) use archlinux32? » 2018-10-14 08:40:08

two systems:

1. Intel(R) Core(TM)2 Duo CPU     T5450  @ 1.66GHz
2. Intel(R) Pentium(R) 4 CPU 2.93GHz

#5 Re: Pacman / Pacman Upgrades » Why are incomplete rebuilds pushed to stable (perl, python3.7)? » 2018-09-12 18:12:27

!for the first time you need a live-cd because the system must be unmounted! Later you can use the external disk to run fsarchiver. if uuid is used you need to modify the fstab on that disk before update grub or your favorit bootloader.

if this seems complex dont worry all roads lead to Rome smile

p.s.

also take a look here:
https://wiki.archlinux.org/index.php/LVM#Snapshots
http://www.fsarchiver.org/live-backup/

#6 Re: Pacman / Pacman Upgrades » Why are incomplete rebuilds pushed to stable (perl, python3.7)? » 2018-09-12 16:51:17

ok this sounds pretty much fast to me.

its possible to use fsarchiver http://www.fsarchiver.org/quickstart/ to save your entire system partition.

//for example:

fsarchiver savefs -o -v -/sdb1/Fsarchiver/arch-system.fsa /dev/sda2

//where sda2 is the system partition
//to write back the hole partition:

fsarchiver restfs -o -v  /sdb1/Fsarchiver/arch-system.fsa  id=0,dest=/dev/sda2


/*it needs time and storage with around half the size of the partition to save. but fsarchiver can transfer the system to a different media/partitionttype like a bootable usb device if you want to. so one can create a testsystem for example. you need to change the target device in the  restfs session:*/

fsarchiver restfs -o -v  /sdb1/Fsarchiver/arch-system.fsa id=0,dest=/dev/sdc1

//then you go into that:

sudo mount /dev/sdc1 /mnt

sudo mount --bind /dev /mnt/dev &&
sudo mount --bind /dev/pts /mnt/dev/pts &&
sudo mount --bind /proc /mnt/proc &&
sudo mount --bind /sys /mnt/sys

sudo chroot /mnt

grub-install --recheck /dev/sdc1

sudo grub-mkconfig -o /boot/grub/grub.cfg

exit &&
sudo umount /mnt/sys &&
sudo umount /mnt/proc &&
sudo umount /mnt/dev/pts &&
sudo umount /mnt/dev &&
sudo umount /mnt

//if Bios accepts booting from that device sdc1 (external hard drive for example) you can test things without touching the original system

#7 Re: Pacman / Pacman Upgrades » Why are incomplete rebuilds pushed to stable (perl, python3.7)? » 2018-09-12 14:34:10

gnome-builder runs with the following warnings:
[thomas@home ~]$ gnome-builder
15:21:07.0450                           ide-application[ 6144]:  WARNING: Cannot enable Python 3 plugins: Typelib file for namespace 'Atk', version '1.0' not found
15:21:07.0962                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled
15:21:07.0963                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled
15:21:07.0964                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled
15:21:07.0964                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled
15:21:07.0965                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled
15:21:08.0006                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled
15:21:08.0007                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled
15:21:08.0008                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled
15:21:08.0009                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled
15:21:08.0009                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled
15:21:08.0011                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled
15:21:08.0012                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled
15:21:08.0012                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled
15:21:08.0013                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled
15:21:08.0014                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled
15:21:08.0015                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled
15:21:08.0015                                   libpeas[ 6144]:  WARNING: The 'python3' plugin loader has not been enabled

its no problemfor me. but there may other apps with problem.
anyhow its highly commended to backup the system before update

#9 Re: Pacman / Pacman Upgrades » Why are incomplete rebuilds pushed to stable (perl, python3.7)? » 2018-09-04 09:16:36

Naturally, always prefer the use of the AUR! I never thougt it's necessary to mention that the use of python-pip and pacman in parallel, or any other source is not normal. You have to watch it and should now what you are doing. Pip itself is in the AUR for a workaround in complex situations when system rescue is priority.
I do not have so much time at the moment so i wich you much success and have a nice day.

#11 Re: Pacman / Pacman Upgrades » Why are incomplete rebuilds pushed to stable (perl, python3.7)? » 2018-09-03 16:42:09

one simple way to get apps working with python 3.7.
is to use github. for example youtube-dl:
https://github.com/rg3/youtube-dl

#14 Re: Pacman / Pacman Upgrades » Why are incomplete rebuilds pushed to stable (perl, python3.7)? » 2018-08-25 19:39:33

To backup a system is one thing. To learn about it is another. So i'm not afraid of Archlinux 32.  I don't worry for all the newbees. This is no bad system, thus they realy learn something. Tala!
Help is necessary and present. But if you want a rolling system without any learning you can use Microsoft's Windows for example. Give them control so you never get problems wink
Good luck!
Tommi

P.S.: for a good system it's not the job to protect the user from himself (:)

Board footer

Powered by FluxBB