[gentoo-user] Re: Help with re-partitioning disks

2025-05-09 Thread Anna
Thanks for the feedback. I came up with the following "LUKS on LVM" scheme: NAMESIZETYPEMOUNTPOINT FSTYPE /dev/sda111,8G disk |-/dev/sda1 32M part/boot/efi vfat `-/dev/sda2 111,7G part /dev/sdb

Re: [gentoo-user] Help with re-partitioning disks

2025-05-07 Thread Anna (navi) Figueiredo Gomes
> My wishes for the new layout are: > > * Encrypted /home partition. The rest of the system should stay >unencrypted so it could be restarted by someone else without my >intervention. if you have a tpm, setting up clevis for tpm auto-unlock is also a possibility here >Though if /hom

[gentoo-user] Help with re-partitioning disks

2025-05-07 Thread Anna
Hi! I'm not satisfied with my partition layout, so I'm considering changing it. It currently looks like this (/dev/sda and /dev/sdc are SSDs, /dev/sdb is HDD): $ lsblk -A -o NAME,MODEL,SIZE,FSUSED,MOUNTPOINT,FSTYPE NAME MODEL SIZE FSUSED MOUNTPOINT FSTYPE sdaSamsun

Re: [gentoo-user] Re-implementing systemd conveniences without systemd

2025-04-19 Thread Anna (navi) Figueiredo Gomes
> TL;DR by analogy = > - X, which like systemd, did eevrything in a giant sphagettified mess. (But > still missed out on the sound... and used VTs) > - wayland (library + compositor) + libinput + pipewire + wireplumber + > whatever-else is the future. > - We needed a desparate solution like X(sys

Re: [gentoo-user] supervise-daemon fails to start openrc-user

2025-03-01 Thread Anna (navi) Figueiredo Gomes
> Any idea why openrc-user is failing? And what is an openrc user session? openrc user session is a similar concept to systemd --user, and is experimental in openrc. it's made to run services that run as your user, like dbus, pipewire, ssh-agent, emacs. if i were to guess why it's failing, XDG_RU

Re: [gentoo-user] libnotify without x11-misc/notification-daemon when using fnott?

2023-02-12 Thread Anna (cybertailor) Vyalkova
On 2023-02-12 12:37, efeizbudak wrote: > I'm using this notification daemon called fnott. Basically my goal is to > get rid of x11-misc/notification-daemon. I need libnotify which pulls > virtual/notification-daemon-0 which pulls x11-misc/notification-daemon > since fnott isn't listed in the DEPEND

Re: [gentoo-user] Update to /etc/sudoers disables wheel users!!!

2022-10-25 Thread Anna “CyberTailor”
# emerge app-admin/doas # emerge -c app-admin/sudo # ln -s ./doas /usr/bin/sudo :P

Re: [gentoo-user] How to control 'configure' options for slrn?

2021-09-26 Thread Anna “CyberTailor”
net-nntp/slrn is a proxy-maint package so feel free to either contact its maintainer or submit improvements by yourself. https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers/User_Guide#How_to_submit_package_updates

Re: [gentoo-user] pm-suspend replacement?

2021-09-18 Thread Anna “CyberTailor”
On 2021-09-18 18:39, Alan Mackenzie wrote: > I feel there must be something like this in portage, I just don't know > how to find it. https://wiki.gentoo.org/wiki/Suspend_and_hibernate sys-power/suspend sys-power/hibernate-script

Re: [gentoo-user] X11 without udev/eudev

2021-08-21 Thread Anna “CyberTailor”
On 2021-08-21 22:17, k...@aspodata.se wrote: > Is there possible to resurrect the old drivers ? git clone https://anongit.gentoo.org/git/repo/gentoo.git && cd gentoo git log -p -- x11-drivers/xf86-input-keyboard git checkout commit_id Copy to your local overlay > Or is there another way to solve