On Sun, Feb 19, 2023 at 08:50:01AM +0800, winnie hw wrote:
> When I ping from a debian system to a host destination, sometimes I get the
> duplicated package. What does this mean?
I believe you mean "duplicate packet".
One of the possible causes for that would be having two hosts with the
same IP
Hello
When I ping from a debian system to a host destination, sometimes I get the
duplicated package. What does this mean?
Thank you.
winnie.
On Sat, 18 Feb 2023 14:05:20 -0700
Charles Curley wrote:
> Oops. I was talking about grub, you about the initrd. Sorry for the
> confusion.
I did some more testing.
I have three machines set up for testing this setup.
dti386: virtual machine, 1 GB memory, pentium2 processor. It will run
all th
On Sat, 18 Feb 2023 19:09:39 +
Brian wrote:
> loop.ko is a kernel module. It is needed to mount an
> installer ISO to access its contents. But it is not
> present in the installer's initrd. lsinitramfs reveals
> that fact. The first email at #724931 has it right:
Oops. I was talking about gr
On Sat 18 Feb 2023 at 09:06:11 -0700, Charles Curley wrote:
> On Sat, 18 Feb 2023 18:55:03 +0700
> Max Nikulin wrote:
>
> > Due to the following message I am confused if it should work for
> > Debian:
> >
> > Brian to debian-user. Re: problem with loading installer (hard disk
> > method) Thu,
On Sat, Feb 18, 2023 at 10:30:09AM -0500, Stefan Monnier wrote:
> > There are some hints at this in the GNU GPL (e.g. the sources have
> > to be made available in their "preferred form"), but it goes much
> > further, I think.
>
> As a long time Emacs hacker I can only agree. satisfying the legal
On Saturday 18 February 2023 12:17:20 am Max Nikulin wrote:
> echo "$DISPLAY"
So this got me curious, and I tried it out. In the terminal that's running
inside of the virtualbox instance where I'm doing emails, it comes back with:
:0
But in a terminal which is running on the host Debian syst
On Sat, 18 Feb 2023 18:55:03 +0700
Max Nikulin wrote:
> Due to the following message I am confused if it should work for
> Debian:
>
> Brian to debian-user. Re: problem with loading installer (hard disk
> method) Thu, 29 Dec 2022 17:42:59 +.
> https://lists.debian.org/msgid-search/?m=291220
> The virtual environment model is a containerization: we're going
> to separate the versions of language and libraries that we use from
> everything else on the system so that we don't have to worry
> about cross-interference. That allows multiple projects to work
> on the same system.
That also
> There are some hints at this in the GNU GPL (e.g. the sources have
> to be made available in their "preferred form"), but it goes much
> further, I think.
As a long time Emacs hacker I can only agree. satisfying the legal part
of the definition of "Free Software" is just the first step. If you
On Fri, Feb 17, 2023 at 10:28:43PM -0600, David Wright wrote:
> On Fri 17 Feb 2023 at 11:30:43 (-0500), Greg Wooledge wrote:
> > On Fri, Feb 17, 2023 at 09:20:34AM -0600, David Wright wrote:
> > > $ ps -eo '%p %C' | sed -e 's/\([^ ]\+\) /\1|/;'
> > Eww, GNUisms.
>
> I don't keep a list of diffe
to...@tuxteam.de wrote:
> On Fri, Feb 17, 2023 at 06:55:52PM +0100, Nicolas George wrote:
>
> I can't stand those "applications" (Ruby, Python, I'm looking at
> you) which have to run in some kind of "virtual environment".
It's not a requirement; it's a support system for developers to
manage d
On 2/17/23, Mike Kupfer wrote:
> Celejar wrote:
>
>> The logs show regular deactivate events like the following every 20
>> seconds:
>>
>> ClientMessage DEACTIVATE: already inactive, resetting activity time
>>
>> I saw this:
>>
>> https://www.jwz.org/xscreensaver/faq.html#no-blank
>>
>> I guess I
On 18/02/2023 08:15, Tixy wrote:
On Sat, 2023-02-18 at 07:09 +, piorunz wrote:
On 18/02/2023 06:17, Tom wrote:
It also has 2 drives one is chip and the other spins.
What?
I'm guessing that's one SSD and one spinning magnetic media hard drive.
Yes, I guessed that *after* I send the
On Sat 18 Feb 2023 at 18:55:03 +0700, Max Nikulin wrote:
> On 18/02/2023 12:26, Charles Curley wrote:
> > menuentry "Install Debian 12 OS (preseeded)" {
> > set root='hd0,msdos5'
> > set isofile=/firmware-testing-i386-netinst.iso
> > insmod part_msdos
> > insmod loopback
> >
On Sat, Feb 18, 2023 at 07:22:34PM +0700, Max Nikulin wrote:
> On 18/02/2023 13:33, tomas wrote:
> > On Sat, Feb 18, 2023 at 12:50:12PM +0700, Max Nikulin wrote:
> >
> > > When some application is packaged for Linux distributions it is easier to
> > > rebuild it with a custom patch. I suspect that
On 16/02/2023 22:41, Greg Wooledge wrote:
2) Also suggested: avahi-browse -rt _ipp._tcp
This year, the output of that command no longer contains my printer's
IP address. Last year, it did. I have no idea why this has changed.
Avahi was mentioned in the ipv6 thread, so I decided to re
On Fri, 17 Feb 2023 23:09:15 -0600
David Wright wrote:
> On Thu 16 Feb 2023 at 08:59:58 (+0100), Nicolas George wrote:
> > pa...@quillandmouse.com (12023-02-15):
> > > Here's why you would partition a drive. Reinstalling (which I end
> > > up having to do every time Debian comes out with a new ve
On 18/02/2023 13:33, tomas wrote:
On Sat, Feb 18, 2023 at 12:50:12PM +0700, Max Nikulin wrote:
When some application is packaged for Linux distributions it is easier to
rebuild it with a custom patch. I suspect that a developer distributing a
snap package may use specific and not well documente
On 18/02/2023 12:26, Charles Curley wrote:
menuentry "Install Debian 12 OS (preseeded)" {
set root='hd0,msdos5'
set isofile=/firmware-testing-i386-netinst.iso
insmod part_msdos
insmod loopback
loopback loop (hd0,msdos5)$isofile
linux (loop)/install.386/vmlinuz auto=t
On Sat, 2023-02-18 at 07:09 +, piorunz wrote:
> On 18/02/2023 06:17, Tom wrote:
>
>
> > It also has 2 drives one is chip and the other spins.
>
> What?
>
I'm guessing that's one SSD and one spinning magnetic media hard drive.
--
Tixy
21 matches
Mail list logo