Re: Installing on Rock Pi 4

2022-07-19 Thread Christian Britz
Thank you, very interesting! >> I would call it semi-official. Gunnar Wolf is a respected Debian >> developer and the debian.net domain is a property of the project. I >> would prefer an official-official installer though. > > This was briefly touched on during a livestreamed discussion between >

Re: odbc_config missing

2022-07-19 Thread David Wright
On Tue 19 Jul 2022 at 21:47:06 (-0500), Igor Korot wrote: > According to unixODBC maintainers, there is a script called odbc_config. > > It looks like this script is missing in Debian. > > I just tried to compile my program and got an error about it. > > How should I handle it? By typing the f

odbc_config missing

2022-07-19 Thread Igor Korot
Hi, ALL According to unixODBC maintainers, there is a script called odbc_config. It looks like this script is missing in Debian. I just tried to compile my program and got an error about it. How should I handle it? Thank you.

Re: Installing on Rock Pi 4

2022-07-19 Thread David
On Wed, 20 Jul 2022 at 01:26, Christian Britz wrote: > Am 19.07.22 um 17:16 schrieb Nicolas George: > > Christian Britz (12022-07-19): > >> The common way to install Debian on a Raspberry Pi is using one of the > >> images provided at raspi.debian.net. Once you got it installed, it is a > >> Debi

Re: Processors older than Intel Pentium 4

2022-07-19 Thread Michael Stone
On Sun, Jul 17, 2022 at 11:26:36AM -0400, gene heskett wrote: Another thing that should not be forgotten is that the family of processors vs the ability to make use of firmware patches to fix bugs took a hit since family ID's of $0F and below could not be fixed with microcode. And many of them ha

Re: Exim4 smarthost conf

2022-07-19 Thread Tixy
On Tue, 2022-07-19 at 17:37 +0200, rudu wrote: > Hi, > > I'm at a lost here trying to configure exim4 on a laptop running > bookworm as a smarthost relay to my email provider. > I already made it working on my desktop machine (bookworm also) on the > same local network though I had difficulties

Re: ssh certificate authentication: can one user and one server certificate work for any number of users or servers on a LAN?

2022-07-19 Thread Dan Ritter
rhkra...@gmail.com wrote: > I am (still) rather confused about using ssh certificate authentication. > > I am confused about a variety of specifics, but the biggie is this: I have > the > idea that I can create one user certificate and one server (host) > certificate, > and use that for any n

Re: Installing on Rock Pi 4

2022-07-19 Thread Nicolas George
Jeremy Ardley (12022-07-20): > In my personal use, I use 'official' debian and armbian, I don't see any > difference in function at all. They are 99.9% the same. The only difference > is the drivers and boot process. > > I use standard debian arm repositories for all software unrelated to the > sp

Re: Installing on Rock Pi 4

2022-07-19 Thread Jeremy Ardley
On 20/7/22 12:56 am, Nicolas George wrote: Jeremy Ardley (12022-07-20): I have had pretty consistent success with Armbian images - not Rock Pi, but equivalent systems from a variety of vendors. https://www.armbian.com/rockpi4/ Thank you. But this is not official Debian, which is what I am try

Re: Installing on Rock Pi 4

2022-07-19 Thread Nicolas George
Jeremy Ardley (12022-07-20): > I have had pretty consistent success with Armbian images - not Rock > Pi, but equivalent systems from a variety of vendors. > > https://www.armbian.com/rockpi4/ Thank you. But this is not official Debian, which is what I am trying to achieve. Regards, -- Nicola

ssh certificate authentication: can one user and one server certificate work for any number of users or servers on a LAN?

2022-07-19 Thread rhkramer
I am (still) rather confused about using ssh certificate authentication. I am confused about a variety of specifics, but the biggie is this: I have the idea that I can create one user certificate and one server (host) certificate, and use that for any number of users and servers on a LAN. from

Re: exiftool

2022-07-19 Thread mick crane
On 2022-07-19 17:08, Curt wrote: On 2022-07-19, mick crane wrote: I want to add AttributionURL and AttributionName https://exiftool.org/TagNames/XMP.html#cc says is to do with "XMP-cc" but not guessed the syntax as yet. exiftool -overwrite_original -XMP-cc:AttributionName="Creator" "file n

Re: Installing on Rock Pi 4

2022-07-19 Thread Jeremy Ardley
On 19/7/22 10:03 pm, Nicolas George wrote: Hi. I am trying to install Debian on a Rock Pi 4 (v1.73). It is a system-on-chip similar to and mostly compatible with the Raspberry Pi 4 but with an on-board SSD. Does anybody have something to suggest? I have had pretty consistent success with Arm

Re: exiftool

2022-07-19 Thread Curt
On 2022-07-19, mick crane wrote: > I want to add AttributionURL and AttributionName > https://exiftool.org/TagNames/XMP.html#cc > says is to do with "XMP-cc" but not guessed the syntax as yet. exiftool -overwrite_original -XMP-cc:AttributionName="Creator" "file name.extension" exiftool -over

Exim4 smarthost conf

2022-07-19 Thread rudu
Hi, I'm at a lost here trying to configure exim4 on a laptop running bookworm as a smarthost relay to my email provider. I already made it working on my desktop machine (bookworm also) on the same local network though I had difficulties too at the time. All I'm trying to do is to send myself a

Re: Installing on Rock Pi 4

2022-07-19 Thread Nicolas George
Christian Britz (12022-07-19): > I do not doubt that. I just wanted to point out that at least the boot > system is not so similar. You called your device "similar to and mostly > compatible with the Raspberry Pi 4". At least for the installation > process that is not true. Indeed. I suppose the a

Re: Installing on Rock Pi 4

2022-07-19 Thread Christian Britz
Am 19.07.22 um 17:16 schrieb Nicolas George: > Christian Britz (12022-07-19): >> If this device really can boot the Debian installer, at least it's boot >> system is fundamentally different to an out of the box Raspberry Pi. > > IIRC, no two ARM systems have the same boot system. > > The RC1 a

Re: Installing on Rock Pi 4

2022-07-19 Thread Nicolas George
Christian Britz (12022-07-19): > If this device really can boot the Debian installer, at least it's boot > system is fundamentally different to an out of the box Raspberry Pi. IIRC, no two ARM systems have the same boot system. The RC1 announcement of Debian installer says this system is supporte

Re: Installing on Rock Pi 4

2022-07-19 Thread Christian Britz
Hi Nicolas, Am 19.07.22 um 16:03 schrieb Nicolas George: > Hi. I am trying to install Debian on a Rock Pi 4 (v1.73). It is a > system-on-chip similar to and mostly compatible with the Raspberry Pi 4 > but with an on-board SSD. [...] > > I have tried the procedure described on: > https://deb.deb

Re: exiftool

2022-07-19 Thread mick crane
On 2022-07-19 10:58, Andy Smith wrote: Hello, On Tue, Jul 19, 2022 at 10:03:05AM +0100, mick crane wrote: I'm sending a load of images to somebody and I want them to be Attribution-ShareAlike 4.0 International license Don't want to plaster over images so think to add to exif data. I've not do

Installing on Rock Pi 4

2022-07-19 Thread Nicolas George
Hi. I am trying to install Debian on a Rock Pi 4 (v1.73). It is a system-on-chip similar to and mostly compatible with the Raspberry Pi 4 but with an on-board SSD. I have managed to boot and install one of the Debian images provided by the vendor, but they are obsolete or third-party or both. Acco

Re: exiftool

2022-07-19 Thread Andy Smith
Hello, On Tue, Jul 19, 2022 at 10:03:05AM +0100, mick crane wrote: > I'm sending a load of images to somebody and I want them to be > Attribution-ShareAlike 4.0 International license > Don't want to plaster over images so think to add to exif data. I've not done it personally but this seems to gi

exiftool

2022-07-19 Thread mick crane
Hi, exiftool is in the repository so I reckon is fair game for a question. I'm sending a load of images to somebody and I want them to be Attribution-ShareAlike 4.0 International license Don't want to plaster over images so think to add to exif data. If type. "exiftool -license="https://creative