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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 |
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='
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 :
>
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
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
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
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
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
24 matches
Mail list logo