[gentoo-user] Clang update with musl

2024-06-16 Thread efeizbudak
Hi everyone, I've been trying to update my clang but I keep getting linking errors. I'm on the default/linux/amd64/23.0/split-usr/musl profile. My system has been acting kind of weird ever since the profile updates 17 -> 23. Can anyone point me in the right direction here? emerge --info

Re: [gentoo-user] Musl custom initramfs kernel panic

2024-03-09 Thread efeizbudak
of those shared libraries, but no clue which it is. However you dont need dash and mount and umount. Reason its working for genkernel is because its using busybox instead of normal system mount/umount/dash. Might want to try that. Smaller too. On 3/9/2024 4:03 PM, efeizbudak wrote: Hi all

[gentoo-user] Musl custom initramfs kernel panic

2024-03-09 Thread efeizbudak
Hi all, After updating my musl, my custom initramfs had stopped working. Can anyone give me a hand with this? I recompiled util-linux and updated the related files in my initramfs and also tried building it with static-libs but neither of these helped. On the other hand, the initramfs I

[gentoo-user] Encrypted swap with keyfile

2023-07-08 Thread efeizbudak
Hi everyone, So I've been trying to get my encrypted swap working but didn't have a lot of success so far. I have /dev/sda2 as the swap partition and /dev/sda3 as the root partition. I did encrypt the swap partition with a keyfile and the unlock works fine but the problem is that my

[gentoo-user] Can't compile nyxt with sbcl on musl

2023-07-06 Thread efeizbudak
Hi all, So recently I've switched to musl and I've been trying to install this package nyxt (it's a browser upon webkit-gtk in ::guru) and it needs to be compiled with sbcl but for some reason I keep getting the error: Unable to load any of the alternatives: ("libwebkit2gtk-4.1.so"

Re: [gentoo-user] Confusion about gpg-preset-passphrase

2023-03-03 Thread efeizbudak
On 23/03/03 07:36AM, efeizbudak wrote: > Hi all, > > So I'm trying to use gpg-preset-passphrase but for some reason I keep > having to enter the passphrase all the same. I run > > /usr/libexec/gpg-preset-passphrase --preset $KEYGRIP > > and then paste the pas

[gentoo-user] Confusion about gpg-preset-passphrase

2023-03-03 Thread efeizbudak
Hi all, So I'm trying to use gpg-preset-passphrase but for some reason I keep having to enter the passphrase all the same. I run /usr/libexec/gpg-preset-passphrase --preset $KEYGRIP and then paste the passphrase (I've also tried this with the keygrip for the [E] subkey as opposed to the [SC]).

Re: [gentoo-user] What do you think about pam-gnupg?

2023-03-02 Thread efeizbudak
Matt: > I don't have any thoughts on the pam module, but I make use of some > scripts that rely on pass as well. For my use case I just raised the > TTL setting of gpg-agent to match an eight hour work day or eight hour > evening period and ran with it. Feels fairly natural to "log in" to > the

[gentoo-user] What do you think about pam-gnupg?

2023-03-01 Thread efeizbudak
Hi all, I let mutt-wizard set a cron job which takes my password out of pass, logs into the email server and fetches my mail every 5 minutes. With this I have to unlock my key as frequently as the amount in gpg-agent.conf's default-cache-ttl setting. pam-gnupg has been suggested as a remedy to

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

2023-02-12 Thread efeizbudak
Hi all, 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 DEPENDS. How can I just get rid of