Re: usrmerge problem on docker with upgrade

2022-10-27 Thread Tim Woodall
On Thu, 27 Oct 2022, Hogren wrote: Anybody can help me or confirm me that it?s a bug and I need to open a bug issue ? #9 28.26 Preparing to unpack .../archives/usrmerge_33_all.deb ... #9 28.28 Unpacking usrmerge (33) ... #9 28.32 Setting up usrmerge (33) ... #9 28.42 Warning: overlayfs dete

[bullseye] ganglia-monitor-python compatibility

2022-10-27 Thread Bardo Bardo
Hi, Ganglia has some useful monitoring plugins such as diskstat, mysql, postgresql, elasticsearch, advanced cpu metrics, ... i'm using theses metrics for years, but since Debian 11 these modules are no longer available, Is there any idea why the package Ganglia Python Modules

Bookworm: the latest Bookworm upgrade broke video playback in the vlc player?

2022-10-27 Thread local10
Hi, It looks like the latest Bookworm upgrade broke video playback in the vlc player for me. Was working fine before. The video seems to be playing (the progress marker is moving) but instead of the video output only a blank black rectangle is shown. The VLC video output is set to "XVideo Outpu

recover old files after key deprecations in openssl3

2022-10-27 Thread Bhasker C V
Hi,  Could someone help me please on how do I go about migrating data of mine from old SSL encryption  For instance OPENSSL 1.1 (on a old system) $ echo hai | openssl bf-cbc -md md5 > hello.txt and then in OPENSSL 3 $ cat hello.txt  | openssl bf-cbc  -md md5 -d -provider legacy enter BF

Re: How to can make a partition in my hard disk ?

2022-10-27 Thread Max Nikulin
On 28/10/2022 05:19, William Torrez Corea wrote: Only use my laptop in my desktop and when i going to sleep in a night table for watch a movie. Compare G-Sense_Error_Rate attribute value in smartctl output in the beginning and at the end. In some buildings a train line nearby may cause stron

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-27 Thread Max Nikulin
On 28/10/2022 07:07, Mario Marietto wrote: find . | cpio --create I rarely use cpio, but recently there was a thread on tar and unwanted hard links in the created archive. "find" output mixes regular files and directories. If the archiver recursively walks through received directories then re

Re: How to can make a partition in my hard disk ?

2022-10-27 Thread Stefan Monnier
>> I have been careful not to buy SMR drives, but AIUI they are cost >> effective for large sequential write workloads -- e.g. music/ photo/ >> video/ ISO files, backup/ archive tarballs, images/ clones, etc.. AFAIK SMR drives are just as good as PMR drives when it comes to reading, so it should w

Re: How to can make a partition in my hard disk ?

2022-10-27 Thread David Christensen
On 10/27/22 15:19, William Torrez Corea wrote: On 10/25/22, David Christensen wrote: I wonder if the OP is using the laptop in a moving vehicle, while riding public transportation, or is handling it roughly (?). Only use my laptop in my desktop and when i going to sleep in a night table fo

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-27 Thread Mario Marietto
I've found the error. This command is not good : find . -print -depth | cpio -o > ../../initrd.img-5.10.0-18-amd64 this one can allow the new generated kernel image to boot : find . | cpio --create --format='newc' > ../../initrd.img-5.10.0-18-amd64 I'm not a pro,as I said,but I suspect that the

Error: Unable to create output file 'C:\TC20\OUTPUT\MAYOR.obj'

2022-10-27 Thread William Torrez Corea
I install Dosbox and Tc20 in Debian 5.10.149-2 (2022-10-21) x86_64 GNU/Linux > sudo apt install dosbox Tc20 was installed with wine-5.0.3 (Debian 5.0.3-3) in the following PATH: > .wine/drive_c/TC20 TC20 was mounted in the emulator DOSBox version 0.74-3 ># Lines in this section will be run at

Re: How to can make a partition in my hard disk ?

2022-10-27 Thread William Torrez Corea
On 10/25/22, David Christensen wrote: > On 10/25/22 19:22, Max Nikulin wrote: >> On 26/10/2022 04:34, William Torrez Corea wrote: >>> Model Family: Toshiba L200 (SMR) >> >> I would not consider a HDD with shingled magnetic recording as a storage >> to install OS. > > > +1 > > I prefer SSD's fo

Re: usrmerge problem on docker with upgrade

2022-10-27 Thread Hogren
Le 27 octobre 2022 20:03:57 GMT+02:00, "Andrew M.A. Cater" a écrit : >On Thu, Oct 27, 2022 at 09:05:54AM -0400, Greg Wooledge wrote: >> On Thu, Oct 27, 2022 at 06:55:12AM -0600, Charles Curley wrote: >> > On Thu, 27 Oct 2022 09:47:39 +0200 >> > Hogren wrote: >> > >> > > RUN echo 'deb http://

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-27 Thread Mario Marietto
Maybe it won't boot because I should sign again the new kernel file produced ? Il giorno gio 27 ott 2022 alle ore 22:37 Mario Marietto < marietto2...@gmail.com> ha scritto: > You are extremely technical or cpio is extremely technical. Or both,I > don't know. For sure I'm a hobbyist and I have tro

Re: Request for Debian Subsystem for Windows like

2022-10-27 Thread Stefan Monnier
> latest ones. Therefore, I wanted to know why isn't Debian putting efforts > to build something like Windows Subsystem for Linux or Windows Subsystem I think the usual answer is to run Windows in KVM for that. It's a well understood a technically well defined solution to the problem. I understan

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-27 Thread Mario Marietto
You are extremely technical or cpio is extremely technical. Or both,I don't know. For sure I'm a hobbyist and I have trouble understanding some technical concepts. So,I'm not sure that I have understood. But I tried to follow your directions,issuing the commands below. But I've got the same error a

Re: Request for Debian Subsystem for Windows like

2022-10-27 Thread Charles Curley
On Thu, 27 Oct 2022 20:54:16 +0200 didier gaumet wrote: > Dan's answer is spot on but I supposed Suman would appreciate more > details :-) > > From my point of view: Let me add to this. Microsoft has an OS, Windows. It also has several application programs, of which Microsoft's Internet Expl

Re: Request for Debian Subsystem for Windows like

2022-10-27 Thread didier gaumet
Hello, Dan's answer is spot on but I supposed Suman would appreciate more details :-) From my point of view: - Microsoft is a company with a considerable amount of money and a sizeable human workforce. And it took them years to propose Windows Subsystem for Linux (WSL) and Windows Sybsyst

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-27 Thread David Wright
On Thu 27 Oct 2022 at 14:22:45 (+0200), Mario Marietto wrote: > I tried to follow your directions,using cp > usr/share/plymouth/debian-logo.png instead of cp > /usr/share/plymouth/debian-logo.png. I hope that this is what you intend. Not really. As far as cp is concerned, it copies file1 to file2,

Re: Request for Debian Subsystem for Windows like

2022-10-27 Thread Dan Ritter
Suman Garai wrote: > Hello, > > I know that this topic is nothing new, that there are software packages & > games that run on Windows, but there isn't support for Linux. Even > softwares like Wine & PlayOnLinux sometimes falters on supporting the > latest ones. Therefore, I wanted to know why isn

Re: Request for Debian Subsystem for Windows like

2022-10-27 Thread Stephen P. Molnar
On 10/27/2022 01:41 PM, Suman Garai wrote: Hello, I know that this topic is nothing new, that there are software packages & games that run on Windows, but there isn't support for Linux. Even softwares like Wine & PlayOnLinux sometimes falters on supporting the latest ones. Therefore, I wanted

Re: Request for Debian Subsystem for Windows like

2022-10-27 Thread Andrew M.A. Cater
On Thu, Oct 27, 2022 at 11:11:31PM +0530, Suman Garai wrote: > Hello, > > I know that this topic is nothing new, that there are software packages & > games that run on Windows, but there isn't support for Linux. Even > softwares like Wine & PlayOnLinux sometimes falters on supporting the > latest

Re: usrmerge problem on docker with upgrade

2022-10-27 Thread Andrew M.A. Cater
On Thu, Oct 27, 2022 at 09:05:54AM -0400, Greg Wooledge wrote: > On Thu, Oct 27, 2022 at 06:55:12AM -0600, Charles Curley wrote: > > On Thu, 27 Oct 2022 09:47:39 +0200 > > Hogren wrote: > > > > > RUN echo 'deb http://deb.debian.org/debian testing main' > > > > /etc/apt/sources.list > > > > I ha

Request for Debian Subsystem for Windows like

2022-10-27 Thread Suman Garai
Hello, I know that this topic is nothing new, that there are software packages & games that run on Windows, but there isn't support for Linux. Even softwares like Wine & PlayOnLinux sometimes falters on supporting the latest ones. Therefore, I wanted to know why isn't Debian putting efforts to bui

Re: Failure in fuse3 hook prevents initramfs update

2022-10-27 Thread Joe Pfeiffer
didier gaumet writes: > Le 27/10/2022 à 00:52, Joe Pfeiffer a écrit : >> I'm trying to do an update to my Debian 11 system, and keep getting the >> following failure: >> E: /usr/share/initramfs-tools/hooks/fuse failed with return 1. >> Trying to get a little more information, I ran >> update-init

Re: usrmerge problem on docker with upgrade

2022-10-27 Thread Greg Wooledge
On Thu, Oct 27, 2022 at 06:55:12AM -0600, Charles Curley wrote: > On Thu, 27 Oct 2022 09:47:39 +0200 > Hogren wrote: > > > RUN echo 'deb http://deb.debian.org/debian testing main' > > > /etc/apt/sources.list > > I haven't yet read the entire email, but this sticks out like a sore > thumb. It is

Re: usrmerge problem on docker with upgrade

2022-10-27 Thread Charles Curley
On Thu, 27 Oct 2022 09:47:39 +0200 Hogren wrote: > RUN echo 'deb http://deb.debian.org/debian testing main' > > /etc/apt/sources.list I haven't yet read the entire email, but this sticks out like a sore thumb. It is almost certainly not what you want. This completely obliterates your entire /et

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-27 Thread Mario Marietto
Don't care about : rm /home/ziomario/Scrivania/PassT-Cubic/kernels/unzipped/initrd.img-5.10.0-18-amd64/usr/share/plymouth/debian-logo*.png rm /home/ziomario/Scrivania/PassT-Cubic/kernels/unzipped/initrd.img-5.10.0-19-amd64/usr/share/plymouth/debian-logo*.png rm /home/ziomario/Scrivania/PassT-Cubic

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-27 Thread Mario Marietto
I tried to follow your directions,using cp usr/share/plymouth/debian-logo.png instead of cp /usr/share/plymouth/debian-logo.png. I hope that this is what you intend. So,below there are the commands that I have issued : cd /home/ziomario/Scrivania/PassT-Cubic/kernels/ gunzip -k initrd.img-5.10.0-1

usrmerge problem on docker with upgrade

2022-10-27 Thread Hogren
Hello, I hope that everybody are fine in this quiet dark period. For a specific project I need to construct a Bookworm docker container, through a Bullseye image. For explanation, I need to install Bullseye, install a proprietary package (SQL Server driver) from an external repository, only

Re: Failure in fuse3 hook prevents initramfs update

2022-10-27 Thread didier gaumet
Le 27/10/2022 à 00:52, Joe Pfeiffer a écrit : I'm trying to do an update to my Debian 11 system, and keep getting the following failure: E: /usr/share/initramfs-tools/hooks/fuse failed with return 1. Trying to get a little more information, I ran update-initramfs -u -v -k all and after many l