Problem installing gr-gsm from debian repository

2022-10-28 Thread RootSquid01
Using Debian Testing Kernel: 6.0.0-2-amd64 Setting up xtrx-dkms (0.0.1+git20190320.5ae3a3e-3) ... Removing old xtrx-0.0.1+git20190320.5ae3a3e-3 DKMS files... Deleting module xtrx-0.0.1+git20190320.5ae3a3e-3 completely from the DKMS tree. Loading new xtrx-0.0.1+git20190320.5ae3a3e-3 DKMS files

Re (3): Simple HTML & CSS code.

2022-10-28 Thread peter
From: Siard Date: Wed, 26 Oct 2022 00:00:26 +0200 Test.html left right Thanks. Yes, that puts "left" on the left and "right" on the right. > BTW, 'color: black' and 'background: white' is already the default for > 'body', AFAIK. > More info about the Flexbox m

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

2022-10-28 Thread Greg Wooledge
On Fri, Oct 28, 2022 at 05:03:34PM +0200, Mario Marietto wrote: > Greg,are you talking about this : > > find . -depth -type f | cpio --create --format='newc' > > ../../initrd.img-5.10.0-18-amd64 > > or this : > > find . -depth | cpio --create --format='newc' > > ../../initrd.img-5.10.0-18-amd64

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

2022-10-28 Thread Mario Marietto
Hello. It's me again. I have another question to ask,another problem to fix,this time I'm really sure,it's easier to understand and to fix. When I load the LIVE version of debian 11 (xfce edition),I can't login using the login and password live / user,but I should use root / root. On the preseed f

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

2022-10-28 Thread Mario Marietto
Ok. Thanks to everyone for the valuable help. In the end I have developed this elementary script. I feel like a dwarf on the shoulders of giants,but that's it : #!/bin/bash if [ "`id -u`" -ne 0 ]; then echo "Switching from `id -un` to root" exec sudo "$0" exit 99 fi # Lets check the kernel v

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

2022-10-28 Thread David Wright
On Fri 28 Oct 2022 at 12:44:43 (+0200), Thomas Schmitt wrote: > Mario Marietto wrote: > > There are some kb of difference between the files produced by the two > > techniques : > > 79.3 MiB (83,106,001 byte) : find . -print -depth | cpio --create > > --format='newc' > ../../initrd.img-5.10.0-18-amd

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

2022-10-28 Thread Mario Marietto
Greg,are you talking about this : find . -depth -type f | cpio --create --format='newc' > ../../initrd.img-5.10.0-18-amd64 or this : find . -depth | cpio --create --format='newc' > ../../initrd.img-5.10.0-18-amd64 or are they equivalent ? Thanks. Il giorno ven 28 ott 2022 alle ore 16:49 Greg W

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

2022-10-28 Thread Greg Wooledge
On Fri, Oct 28, 2022 at 09:32:00AM +0700, Max Nikulin wrote: > 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

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

2022-10-28 Thread Charles Curley
On Fri, 28 Oct 2022 15:54:00 +0200 Mario Marietto wrote: > Hello Charles. > > Can you write the full command ? I don't understand what you mean > with " find … -type f …". I'm orienting myself to use this : > > find . -depth | cpio --create --format='newc' > > /boot/$CURRENT_KERNEL_VERSION_NO_G

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

2022-10-28 Thread Mario Marietto
Hello Charles. Can you write the full command ? I don't understand what you mean with " find … -type f …". I'm orienting myself to use this : find . -depth | cpio --create --format='newc' > /boot/$CURRENT_KERNEL_VERSION_NO_GZ as suggested by Thomas. In this command I don't see any "-type f". Ver

Re: usrmerge problem on docker with upgrade

2022-10-28 Thread Tim Woodall
On Fri, 28 Oct 2022, Tim Woodall wrote: Top post: try installing usr-is-merged after changing sources.list before anything else. If that works and nobody else chimes in first I'll explain what is going on. (may or may not work, no time to check now) Tim. To followup here: If the docker

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

2022-10-28 Thread Charles Curley
On Fri, 28 Oct 2022 09:32:00 +0700 Max Nikulin wrote: > 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. I

Re: Exécuter un fichier exe en ligne de commande

2022-10-28 Thread antoine.valmer
On Tuesday 25 October 2022 18:39:23 Maude Summerside wrote: > > On 2022-10-24 09:55, Th.A.C wrote: > >> Je recherche un moyen simple d’exécuter un fichier exe en ligne de > >> commande (exe qui n’a pas d’interface graphique). > > Programme DOS? > > Si oui, tu peux essayer DosBox. > > Je m'en s

Re: [bullseye] ganglia-monitor-python compatibility

2022-10-28 Thread Dan Ritter
Bardo Bardo wrote: > 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 Py

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

2022-10-28 Thread Mario Marietto
This command does not reports the warning : find . -depth -print | cpio --create --format='newc' > ../../initrd.img-5.10.0-19-amd64 554538 blocks. and : # cat initrd.img-5.10.0-19-amd64-depth | cpio -t | sort >/tmp/with_depth 554538 blocks # cat initrd.img-5.10.0-19-amd64-depth | cpio -t | sort

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

2022-10-28 Thread local10
Oct 28, 2022, 09:34 by brchu...@netscape.net: > Looking at the list of upgraded packages and the reported symptom, it is > probably something in the qt5 > upgrade from 5.15.4 -> 5.15.6, perhaps qtwayland5 or the libqt5multimedia5* > packages. > > It would also probably be helpful to report what

Re: recover old files after key deprecations in openssl3

2022-10-28 Thread Dan Ritter
Bhasker C V wrote: > 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  |

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

2022-10-28 Thread Thomas Schmitt
Hi, Mario Marietto wrote: > There are some kb of difference between the files produced by the two > techniques : > 79.3 MiB (83,106,001 byte) : find . -print -depth | cpio --create > --format='newc' > ../../initrd.img-5.10.0-18-amd64 > 79.3 MiB (83,108,291 byte) : find . | cpio --create --format='

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

2022-10-28 Thread The Wanderer
On 2022-10-28 at 06:14, Mario Marietto wrote: > Hello. Both these commands : > > # find . -print -depth | cpio --create --format='newc' > ../../i > nitrd.img-5.19.0-15.2-liquorix-amd64 > > # find . | cpio --create --format='newc' > ../../initrd.img-5.10.0-18-amd64 > > produce this warning : >

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

2022-10-28 Thread Mario Marietto
Hello. Both these commands : # find . -print -depth | cpio --create --format='newc' > ../../i nitrd.img-5.19.0-15.2-liquorix-amd64 # find . | cpio --create --format='newc' > ../../initrd.img-5.10.0-18-amd64 produce this warning : find: warning: you have specified the global option -depth after

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

2022-10-28 Thread Mario Marietto
There are some kb of difference between the files produced by the two techniques : 79.3 MiB (83,106,001 byte) : find . -print -depth | cpio --create --format='newc' > ../../initrd.img-5.10.0-18-amd64 79.3 MiB (83,108,291 byte) : find . | cpio --create --format='newc' > ../../initrd.img-5.10.0-18-a

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

2022-10-28 Thread Mario Marietto
If I have understood correctly,is this the correct form ? find . -print -depth | cpio --create --format='newc' > ../../initrd.img-5.10.0-18-amd64 Il giorno ven 28 ott 2022 alle ore 04:32 Max Nikulin ha scritto: > On 28/10/2022 07:07, Mario Marietto wrote: > > > > find . | cpio --create > I ra

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

2022-10-28 Thread local10
Oct 28, 2022, 04:42 by loca...@tutanota.com: > 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 > rectang

Re: usrmerge problem on docker with upgrade

2022-10-28 Thread Tim Woodall
Top post: try installing usr-is-merged after changing sources.list before anything else. If that works and nobody else chimes in first I'll explain what is going on. (may or may not work, no time to check now) Tim. On Fri, 28 Oct 2022, Tim Woodall wrote: On Thu, 27 Oct 2022, Hogren wrote