Re: Problem mounting encrypted blu-ray disc or image

2022-07-04 Thread David Christensen
On 7/4/22 05:36, B.M. wrote: Hello I create encrypted backups on blu-ray discs for some years now with a bash script, but now I encountered a problem mounting some of these discs (but not all of them - in fact, my last backups consist of two discs each, and I cannot mount the first one but I can

Re: how to get rid of anacron?

2022-07-04 Thread Roland Mueller
Hello, On 7/4/22 10:41, Michael wrote: hey, afaik systemd timer lack the possibility to send the output (if any) by email to a designated user, but instead logs the output to its journal. so, if you want/need that functionality, either use a wrapper script, or define a service with an 'ExecStart

Perl CPAN Catch-22 + ADHD (was: How's ...)

2022-07-04 Thread Will Mengarini
* Weaver [22-07/04=Mo 00:43 -0700]: >>> ... your day going? * Will Mengarini [22-07/04=Mo 07:50 -0700]: >> Hairier than Gene Heskett's nostrils, because "up"grading Perl >> from 5.8.8 to 5.34.1 [caused a kind of failure normally fixed >> using the Perl module CPAN, but this time the failure caus

Re: Problem mounting encrypted blu-ray disc or image

2022-07-04 Thread Thomas Schmitt
Hi, B.M. wrote that dmesg reports: > UDF-fs: warning (device dm-10): udf_load_vrs: No VRS found That's a very early stage of UDF recognition. Given that you were able to copy files into that UDF image by help of the Linux kernel driver, i deem it improbable that the properly decrypted UDF format

Re: How's ...

2022-07-04 Thread Dan Ritter
Will Mengarini wrote: > * Weaver [22-07/04=Mo 00:43 -0700]: > > ... your day going? > > Hairier than Gene Heskett's nostrils, because "up"grading Perl from > 5.8.8 to 5.34.1 had a fine `make test`, then installed a CPAN that's > so broken it abends before it finishes its own Configure, thereby >

Re: How's ...

2022-07-04 Thread Will Mengarini
* Weaver [22-07/04=Mo 00:43 -0700]: > ... your day going? Hairier than Gene Heskett's nostrils, because "up"grading Perl from 5.8.8 to 5.34.1 had a fine `make test`, then installed a CPAN that's so broken it abends before it finishes its own Configure, thereby making it impossible to upgrade anyt

Problem mounting encrypted blu-ray disc or image

2022-07-04 Thread B.M.
Hello I create encrypted backups on blu-ray discs for some years now with a bash script, but now I encountered a problem mounting some of these discs (but not all of them - in fact, my last backups consist of two discs each, and I cannot mount the first one but I can mount the second one for each

Re: random process crashes in virtualbox guests (clocksource problem?)

2022-07-04 Thread Michael
hey, thanks for the hint! :) i have the same kernel versions you have, but only tried the 5.10.0-14 kernel version in the guest, but not on the host... m( i will try the 5.10.0-14 kernel on the host later this afternoon... let's see, if it helps... greetings...

Re: random process crashes in virtualbox guests (clocksource problem?)

2022-07-04 Thread Richard Laysell
Hello Michael, I am seeing a similar issue but only when using the kernel  5.10.0-15-amd64 on the virtual host. I run Firefox inside a virtual machine.  Both the host and the virtual guest run Debian Bullseye and both are fully patched. If I run the following setup then everything is OK Host:  5

How's ...

2022-07-04 Thread Weaver
... your day going? O -- `In heaven, all the interesting people are missing'. -- Friedrich Nietzsche

Re: how to get rid of anacron?

2022-07-04 Thread Michael
hey, afaik systemd timer lack the possibility to send the output (if any) by email to a designated user, but instead logs the output to its journal. so, if you want/need that functionality, either use a wrapper script, or define a service with an 'ExecStart=' directive looking something like: