<farkuhar>
jaeger: between prtwash and prtsweep, only prtwash makes any distinction between the current version of a package and the older versions. Does your automation rely on prtwash, or does it use `oldfiles -p` instead?
tilman has quit [Ping timeout: 268 seconds]
tilman has joined #crux
z3bra has quit [Server closed connection]
z3bra has joined #crux
lavaball has quit [Remote host closed the connection]
<farkuhar>
I can't remember why the Perl rewrite of prtwash opted for a more inclusive regex to identify the current version of a package (ignoring $release). The bash implementation always used both $version and $release. It's not as if maintainers only bump $release when they want to force a rebuild; sometimes there are non-trivial changes to the port's configuration.
ppetrov^ has joined #crux
deltahotel has joined #crux
deltahotel has quit [Client Quit]
deltahotel has joined #crux
ukky has quit [Ping timeout: 256 seconds]
ukky has joined #crux
ukky has quit [Quit: leaving]
ukky has joined #crux
ukky has quit [Client Quit]
ukky has joined #crux
deltahotel has quit [Ping timeout: 246 seconds]
ukky has quit [Ping timeout: 256 seconds]
deltahotel has joined #crux
ukky has joined #crux
deltahotel has quit [Ping timeout: 246 seconds]
piccolo has joined #crux
deltahotel has joined #crux
deltahotel has quit [Ping timeout: 246 seconds]
<jaeger>
I'll give it a look, replaced it with a quick bash script before sleeping last night
<Guest9824>
SiFuh: im having issues getting cryptsetup decrypt partition inside custom initramfs.
guido_rokepo has joined #crux
<Guest9824>
with sata drives it worked correctly on a thinkpad. setting it up on different hardware that uses nvme .. might be giving issues.
<Guest9824>
the kernel is built with inbuilt CONFIG_BLK_DEV_NVME
<Guest9824>
it sees the drives but .. something awful happens. been searching for hours now.
<Guest9824>
'# Keyslot 0 priority 1 != 2 (required), skipped.' , '# Keyslot 0 (luks2) open failed with -22', 'No usable token is available', 'Keyslot open failed.'
deltahotel has joined #crux
<Guest9824>
i am not sure if this has anything to do with argon2id pbkdf.
deltahotel has quit [Ping timeout: 256 seconds]
deltahotel has joined #crux
<SiFuh>
Guest9824: "No usable token is available". You are using a key and it can't find it
<Guest9824>
SiFuh: i am not using a key, i am using a password.
ukky has quit [Quit: Rebooting...]
<Guest9824>
from live system it can successfully decrypt the volume, but not from initramfs.
<Guest9824>
so it must be something that is missing within the initramfs
<SiFuh>
Guest9824: My sentence is missing a question mark.
<Guest9824>
no, password is used. let me luksDump it and send output
piccolo has quit [Remote host closed the connection]
<SiFuh>
Guest9824: do you have lvm2 in your initramfs?
<Guest9824>
no lvm2
<Guest9824>
plain block device /dev/nvme0n1p2
<Guest9824>
correct and wrong password return same debug and verbose information