On Sat, Nov 09, 2024 at 10:39:32PM -0500, Jeffrey Walton wrote:
> On Sat, Nov 9, 2024 at 10:18 PM wrote:
> >
> > Retrieved utelnetd 0.1.11 from here.
> > https://public.pengutronix.de/software/utelnetd/
> >
> > Installed gcc and tried make.
> > # make DEBUG=1 -f ./Makefile
> > make: Nothing to be
On Sat, Nov 9, 2024 at 10:18 PM wrote:
>
> Retrieved utelnetd 0.1.11 from here.
> https://public.pengutronix.de/software/utelnetd/
>
> Installed gcc and tried make.
> # make DEBUG=1 -f ./Makefile
> make: Nothing to be done for 'all'.
> #
>
> This is the "all" stanza in Makefile.
>
> all: $(PROGS)
Retrieved utelnetd 0.1.11 from here.
https://public.pengutronix.de/software/utelnetd/
Installed gcc and tried make.
# make DEBUG=1 -f ./Makefile
make: Nothing to be done for 'all'.
#
This is the "all" stanza in Makefile.
all: $(PROGS)
$(PROGS): $(OBJS)
$(CC) $(LDFLAGS) $(CFLAGS) $^ $(LD
The ThinkCentre has one blue and one black, as in the 2nd photo here.
https://en.wikipedia.org/wiki/USB#System_design
> * With the adapter labeled USB 2.0, why is plugging in USB 3 necessary
> to boot the external system?
From: David Wright
Date: Sun, 3 Nov 2024 22:43:19 -0600
Who knows
On 11/9/24 13:04, pe...@easthope.ca wrote:
A new factor in the original problem. Therefore a new thread.
I can respond to the original thread when there's time.
In case anyone is interested, these topics remain.
* Why does the ThinkCentre have differing USB sockets?
I've read on this list th
peter composed on 2024-11-09 11:35 (UTC-0700):
> * Why does the ThinkCentre have differing USB sockets?
Monkey see, monkey do applies in the competitive field of motherboard
manufacturing. Most computers with 3.x USB have also 2.0 ports. 3.x has a
manufacturing cost that 1.x and 2.0 devices have
From: David Wright
Date: Fri, 25 Oct 2024 21:12:21 -0500
> So you need to boot into your bullseye system, and run
> # grub-install /dev/sdX
> where X is probably a, your first disk.
Done. Resulting menu here.
https://easthope.ca/GrubMenu1.jpg
For reference, this was the earlier menu.
Florent Rougon wrote:
> Hi,
>
> Le 09/11/2024, Charles Curley a écrit:
>
> > I know zilch about pythin, so this is a shot in the dark. While working
> > on something else, I cam across the package python3-lib2to3. Might that
> > be of use?
>
> No, 2to3 is for converting Python code, however Ch
And if anyone thinks for one millisecond that it actually removes it . . . .
On 9/11/24 18:55, George at Clug wrote:
If anyone remembers the original question...
Today I checked our Windows 10 and Windows 11 computers and in Settings, Apps, Apps &
Features, I was able to select "Copilot" an
On Sat, Nov 9, 2024 at 6:42 PM AFB wrote:
> I am able to resume if I suspend my pc with pm-suspend but it doesn't work
> with systemctl suspend ;
> I am also able to resume if I add amd_iommu=off to the kernel parameters
>
> I am not sure if this would qualify as "solving" the issues since those
A new factor in the original problem. Therefore a new thread.
I can reply to the original thread later.
From: pe...@easthope.ca
Date: 27 Oct 2024 11:26:12 -0700
> Rather than spend more time investigating, will put the HDD in the
> target machine and work there.
Happened to connect a
A new factor in the original problem. Therefore a new thread.
I can respond to the original thread when there's time.
From: pe...@easthope.ca
Date: 27 Oct 2024 11:26:12 -0700
> Rather than spend more time investigating, will put the HDD in the
> target machine and work there.
Happened
Hi,
Le 09/11/2024, Charles Curley a écrit:
> I know zilch about pythin, so this is a shot in the dark. While working
> on something else, I cam across the package python3-lib2to3. Might that
> be of use?
No, 2to3 is for converting Python code, however Chris' real problem was
with a C extension
On Fri, 8 Nov 2024 12:57:37 +
Chris Green wrote:
> Basically yes, what makes it impossiblr to migrate to Python3 is that
> there is a .so file which is a python package built for Python 2,
> otherwise I would be quite happy to convert it all to Python 3.
I know zilch about pythin, so this is
Thanks for your help :)
@Thimothy, I see what you mean with the sleep states - but my laptop
being (too) recent, it seems to support only s2idle (no S3 sleep) as
/cat /sys/power/mem_sleep/ returns *[s2idle]*
Moreover, there is no sleep options in the BIOS, also for reference
this is the Lenov
On 2024-11-09 15:27, Chris Green wrote:
But there is no Python 2 available for Debian 12 so it's not available
for these tools to use. They can only switch between Python versions
that exist!
It is a while back, but I have managed to compile my own cpython without
too many problems in the pa
On 09/11/2024 05:57, AFB wrote:
The only way to get back control of the laptop is to hold down the power
button and do a hard reset.
Video drivers are not uncommon source of suspend and hibernate issues.
Are network services working in this state? Can you login using ssh (if
ssh daemon is ins
Hi,
Just a warning. Thunderbird-128.4.0 have arrived to bookworm
https://lists.debian.org/debian-security-announce/2024/msg00217.html
[DSA 5803-1] thunderbird security update
Support for the
115.x series has ended, so starting with this update we're now
following the 128.x series.
However the
songbird wrote:
> Lists wrote:
> > On 2024-11-08 16:51, Chris Green wrote:
> >
> >> Well, yes, it sounds like it doesn't it. However, apparently, there
> >> are various things that prevent one from creating a python 2.x virtual
> >> environment on a system that has only Python 3.
> >
> > Not to be
Lists wrote:
> On 2024-11-08 16:51, Chris Green wrote:
>
>> Well, yes, it sounds like it doesn't it. However, apparently, there
>> are various things that prevent one from creating a python 2.x virtual
>> environment on a system that has only Python 3.
>
> Not to be a bother, but did you look into
Chris Green wrote:
> Thanks to various people here helping me to understand a bit more about
> containers and some searching and experimentation I now have a
> container to run my little Python 2 scanner app within Debian 12.
>
> It's distrobox which is a sort of wrapper for podman and gives one an
AFB wrote:
...
> I am a bit defeated out here, so do you have any ideas for me ?
my rusty brain seems to recall... isn't this done via
swap?
check to see if you have the swap partition defined,
mounted and available, it must be large enough to hold
the contents of memory.
there might al
Thanks George
I was half expecting that
On 9 November 2024 6:55:39 pm AEDT, George at Clug wrote:
>If anyone remembers the original question...
>
>Today I checked our Windows 10 and Windows 11 computers and in Settings, Apps,
>Apps & Features, I was able to select "Copilot" and then select Uni
23 matches
Mail list logo