arkanelinux / arkdep

Toolkit for building, deploying and maintaining an immutable, atomic, btrfs-based system
GNU General Public License v3.0
116 stars 7 forks source link

Sometimes dconf "breaks" arkdep #14

Open celiopy opened 1 week ago

celiopy commented 1 week ago

The title isn't good. But the issue is: When running arkdep-build, sometimes it hangs on dconf and the shell freezes, sending me back to gdm. If I reset everything dconf reset -f /, arkdep-build has no issues.

Is that known? Should it happen? I do have a few extensions installed, maybe is that the cause of problems?

dennis1248 commented 1 week ago

That is odd, I myself have not encountered this issue yet. Arkdep-build does not run dconf, but pacman hooks may.

So you are likely to encounter the same issue when directly using pacstrap or a chrooted pacman from within your environment. I suspect this issue to be either upstream or something specific to your environment.

Give it a try and see what it does.

mkdir arch
pacstrap ./arch base
arch-chroot ./arch pacman -S gnome