Thank Curley! i have found out on my own
i install again on another pc with 1 hard disk, it succeeds
problem is with pc with 2 hard disks, 1 usb disk for installation media,
1 target usb disk
this situation is so special that both debian and freebsd fail to
install boot loader properly?
On Mon, 11 Nov 2024 06:57:23 +0800
hlyg wrote:
> this usb stick has 2 interfaces: usb type A and C, for pc and cell
> phone
>
> i install bullseye on it, installation finish without error
>
> but booting fails, it is ignored, boot from hard disk, not usb disk
>
> freebsd has same problem
Both
this usb stick has 2 interfaces: usb type A and C, for pc and cell phone
i install bullseye on it, installation finish without error
but booting fails, it is ignored, boot from hard disk, not usb disk
freebsd has same problem
On Sun, 10 Nov 2024 14:19:59 -0600
Tom Browder wrote:
> I'm going to try installing the OpenPrinting snap HPLIP on top of my
> current mess and see what happens.
I suggest you use the debian packages hplip and hplip-gui instead of a
snap. Unless I have a really good reason to run a snap package,
On Sun, Nov 10, 2024 at 6:07 PM Tom Browder wrote:
>
> On Sun, Nov 10, 2024 at 09:49 Charles Curley
> wrote:
>>
>> On Sun, 10 Nov 2024 07:40:54 -0600
>> Tom Browder wrote:
>>
>> > I just bought a new printer, an HP Color LaserJet Pro MFP 4301fdw, to
>> > replace my nine-year old HP MFP black an
On Sun, 10 Nov 2024 20:31:53 +
Andy Smith wrote:
Hello Andy,
>Just struggling to find the point of utelnetd existing I suppose.
The included readme says it's a minimalist telnetd to be run, mostly,
on embedded systems.
As has been pointed out, it's quite old (2008). Furthermore, the url i
On Sun, Nov 10, 2024 at 03:23:38PM -0500, Greg Wooledge wrote:
> On Sun, Nov 10, 2024 at 20:15:44 +, Andy Smith wrote:
> > There is also a telnetd packaged in Debian but I think that one needs to
> > be run under an inetd so you'd have to install one of those as well.
>
> Fortunately, the inet
Hi,
On Sun, Nov 10, 2024 at 03:23:38PM -0500, Greg Wooledge wrote:
> On Sun, Nov 10, 2024 at 20:15:44 +, Andy Smith wrote:
> > There is also a telnetd packaged in Debian but I think that one needs to
> > be run under an inetd so you'd have to install one of those as well.
>
> Fortunately, the
On Sun, Nov 10, 2024 at 20:15:44 +, Andy Smith wrote:
> There is also a telnetd packaged in Debian but I think that one needs to
> be run under an inetd so you'd have to install one of those as well.
Fortunately, the inetutils-telnetd package in Debian depends on
inetutils-inetd | inet-superse
On Sun, Nov 10, 2024 at 09:49 Charles Curley <
charlescur...@charlescurley.com> wrote:
> On Sun, 10 Nov 2024 07:40:54 -0600
> Tom Browder wrote:
>
> > I just bought a new printer, an HP Color LaserJet Pro MFP 4301fdw, to
> > replace my nine-year old HP MFP black and white laser printer (which
> >
On Sat, Nov 09, 2024 at 07:02:12PM -0700, pe...@easthope.ca wrote:
Hi,
> Retrieved utelnetd 0.1.11 from here.
> https://public.pengutronix.de/software/utelnetd/
This is really old software that you're trying to build from source and
while that should still be possible, it seems it's not something
Am Sonntag, 10. November 2024, 13:36:21 CET schrieb Rainer Dorsch:
> Hello,
>
> I run a gstreamer pipeline like
>
> gst-launch-1.0 filesrc location=$filename ! matroskademux name=d ! queue !
> h264parse ! v4l2h264dec ! kmssink d. ! queue ! opusdec ! audioconvert !
> audioresample ! autoaudiosink
On Sun, Nov 10, 2024 at 10:08:47 -0700, pe...@easthope.ca wrote:
> From:
> Date: Sun, 10 Nov 2024 17:30:42 +0100
> > But perhaps Make is right and utelnetd is built and ready to go?
> >
> > What evidence would you have that it is not so?
>
> # ls -ld /usr/local/bin/u*
> ls: cannot access
From:
Date: Sun, 10 Nov 2024 17:30:42 +0100
> But perhaps Make is right and utelnetd is built and ready to go?
>
> What evidence would you have that it is not so?
# ls -ld /usr/local/bin/u*
ls: cannot access '/usr/local/bin/u*': No such file or directory
# cd /usr
# find . -type f -name
On Sun, Nov 10, 2024 at 10:08:47AM -0700, pe...@easthope.ca wrote:
> From:
> Date: Sun, 10 Nov 2024 17:30:42 +0100
> > But perhaps Make is right and utelnetd is built and ready to go?
> >
> > What evidence would you have that it is not so?
>
> # ls -ld /usr/local/bin/u*
> ls: cannot acce
On Sun, Nov 10, 2024 at 08:07:23AM -0700, pe...@easthope.ca wrote:
> Jeffrey, thanks for the reply. Decades since I've looked at a makefile.
> Understanding is marginal.
>
> From: Jeffrey Walton
> Date: Sat, 9 Nov 2024 22:39:32 -0500
> > My guess is $PROGS is empty. But it is only a guess since
On Sun, Nov 10, 2024 at 7:49 AM gene heskett wrote:
> I have just spent the better part of the night trying to copy a 37k
> firmware.bin file to an sd card. file generated on a bananapi-m5 but
> getting no perms responses.
>
> I copyed the file to my /home/gene partition, mkdir .local/sdb1 (which
Jeffrey, thanks for the reply. Decades since I've looked at a makefile.
Understanding is marginal.
From: Jeffrey Walton
Date: Sat, 9 Nov 2024 22:39:32 -0500
> My guess is $PROGS is empty. But it is only a guess since the message
> is missing so much information.
>
> Maybe add a $(info $(PROGS)
On Sun, 10 Nov 2024 07:40:54 -0600
Tom Browder wrote:
> I just bought a new printer, an HP Color LaserJet Pro MFP 4301fdw, to
> replace my nine-year old HP MFP black and white laser printer (which
> was always connected directly by wire to my home network).
>
> Now I am trying their latest cod
On Sun, Nov 10, 2024 at 07:49:09AM -0500, gene heskett wrote:
> I have just spent the better part of the night trying to copy a 37k
> firmware.bin file to an sd card. file generated on a bananapi-m5 but getting
> no perms responses.
>
Gene,
Exactly WHAT did you do. Do you have a command history
I just bought a new printer, an HP Color LaserJet Pro MFP 4301fdw, to
replace my nine-year old HP MFP black and white laser printer (which was
always connected directly by wire to my home network).
My old printer served me well, especially after I discovered the HP
developers site and its code for
Hello,
I run a gstreamer pipeline like
gst-launch-1.0 filesrc location=$filename ! matroskademux name=d ! queue !
h264parse ! v4l2h264dec ! kmssink d. ! queue ! opusdec ! audioconvert !
audioresample ! autoaudiosink
which uses the hardware decoder on the NXP i.MX6 SoC.
The problem I have is t
I have just spent the better part of the night trying to copy a 37k
firmware.bin file to an sd card. file generated on a bananapi-m5 but
getting no perms responses.
I copyed the file to my /home/gene partition, mkdir .local/sdb1 (which
is what dmesg calls it when the 32G micro-sd in inserted i
Geert Stappers wrote:
> On Sat, Nov 09, 2024 at 08:02:43AM -0500, songbird wrote:
> > 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 scan
On Sat, Nov 09, 2024 at 08:02:43AM -0500, songbird wrote:
> 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.
> >
> >
Hi all,
first of all, i am not sure if this is the right place - sorry if not.
I recognized that at https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/
the SHA512SUMS file still has the checksums for debian-12.7.
thanks and best regards,
kevin
I am stupid. Sorry for bothering you... Firefox somehow cached it and
clicking it opened the file for 12.7.
Sorry again and best regards,
kevin
-
Hi all,
first of all, i am not sure if this is the right place - sorry if not.
I recognized that at
https://cdimage.debi
27 matches
Mail list logo