Skip Navigation

Posts
1
Comments
71
Joined
2 yr. ago

  • @sudoleah @myersguy this will refresh db without updating system and install package. If new package depends on newer libraries than other installed packages, it will break dependencies for installed packages. That might be easily solved with local solib dependency tracking (like gentoo preserved-libs database), but arch does not have it.

  • @MidsizedSedan using gentoo on thinkpad does not always mean building packages locally

  • @Forester this error page is a shameful lie, it shows on every address in my country

  • @Forester @ScreenShatter not sure it's good idea to use such product. Today they are blocking me, tomorrow they will block you...

  • Freedom

    Jump
  • @russjr08 @green previously it used grub4dos that was lauched from windows xp bootloader. this is still useful on mbr-efi multi-os boot usb drives

  • @renzev for me, /mnt/runtime/default is not enough, because some apps using /mnt/runtime/read or /mnt/runtime/write as storage.

  • @renzev @Ephera it does not work good, because on android you have to mount sshfs 3 times to become it accessible for apps. Just little option to add 2 bind mounts and maintain it would solve fs access issues, but now manually doing it in root shell is not easy

  • @jaschen @SpaceNoodle or some unknown error only disappearing after reboot (especially with winsshfs/winfsp-like drivers)

  • @Ephera @renzev android fs is just sucks. You cannot share folder with other app because of gargage sepolicy. You can share folder descriptor to bypass mount namespace, but selinux will prevent accessing it until set to permissive mode. And android does not provide way to patch sepolicy for user.