Re: Part III BIN=? AW: Anybody familiar with dd (copy)?

2023-11-12 Thread Timothy M Butterworth
On Sun, Nov 12, 2023 at 12:16 PM Schwibinger Michael 
wrote:

> Good morning
>
> I did try it
> with a good DVD
>
> dd if=/dev/sr0 of=/tmp/dvd.bin bs=1M
>
> And this did work.
>
> I tried with the bad DVD
>
> Bug.
> Message Cannot read file  Read write problem.
>
> What do I do wrong.
>
> And how to mount a bin file?
>

You can mount iso disk images. Try making the file with a .iso extension.

mkdir ~/CDROM

mount <./file.iso> ~/CDROM

umount ~/CDROM



> Sorry
>
> Regards Sophie
>
>
> --
> *Von:* to...@tuxteam.de
> *Gesendet:* Samstag, 11. November 2023 19:35
> *Bis:* Schwibinger Michael
> *Cc:* debian-user@lists.debian.org
> *Betreff:* Re: Part II BIN=? AW: Anybody familiar with dd (copy)?
>
> On Sat, Nov 11, 2023 at 02:05:19PM +, Schwibinger Michael wrote:
> > dd if=/dev/sr0 of=/tmp/dvd.bin bs=1M
> >
> > Good afternoon
> > This did work
> > Thank You.
> >
> > But now the bin.
> >
> > I did
> >
> > chmod +x dvd.bin
> >
> > ./dvd.bin
>
> dvd.bin is a CDROM image. You cannot execute a CDROM image. You can
> possibly mount it.
>
> Your provider, hotmail hates me. Why?
>
> Cheers
> --
> t
>


-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄⠀⠀


Re: claws-mail

2023-11-12 Thread Marco Moock
Am 13.11.2023 um 04:39:02 Uhr schrieb mike.junk...@att.net:

> Linux MikesPI 6.1.0-rpi4-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.54-1+rpt2
> (2023-10-05) aarch64 GNU/Linux This install didn't include exim4,
> postfix or anything supplying sendmail and fetchmail won't work
> without an MTA. I've set up several accounts in claws-mail for email
> accounts at att.net and gmail.com but so far haven't got them right
> to  the point that claws-mail will collect mail from any of those
> accounts via POP mail.

Claws mail directly supports IMAP, POP3, SMTP and NNTP without an MTA
or fetchmail installed.

You also don't need sendmail nor the sendmail command to send mail via
SMTP with Claws Mail.



Re: claws-mail

2023-11-12 Thread Brad Rogers
On Mon, 13 Nov 2023 04:39:02 + (UTC)
mike.junk...@att.net wrote:

Hello mike.junk...@att.net,

>I'd appreciate any suggestions on how to get claws-mail working

Head over to https://lists.claws-mail.org/cgi-bin/mailman/listinfo/users

Maybe even subscribe to their list.  Expect to have to give people some
useful information, like what error messages you receive and what version
of CM you're using.  The latter makes a difference, *especially* with
google because older versions won't do Oauth2.

Expect to have to do some work in CM and at google's site to enable
successful mail transfers to take place.  Other providers should be
easier to set up.

-- 
 Regards  _   "Valid sig separator is {dash}{dash}{space}"
 / )  "The blindingly obvious is never immediately apparent"
/ _)rad   "Is it only me that has a working delete key?"
Gary don't need his eyes to see, Gary and his eyes have parted company
Gary Gilmore's Eyes - The Adverts


pgpmIzDTBmcWe.pgp
Description: OpenPGP digital signature


Re: Hardware for a back up server? [WAS Re: How to use dmsetuup?]

2023-11-12 Thread tomas
On Sun, Nov 12, 2023 at 03:17:17PM -0500, Stefan Monnier wrote:
> > FOSS is great for learning by doing, but commercial products can be a better
> > choice when a family member, a friend, a neighbor, and especially clients
> > and employers, want a computer, a server, a network gateway, etc..  It is
> > ironically satisfying when those commercial products have FOSS on the
> > inside.  :-)
> 
> Indeed, technically-inclined people are often better served with Free
> Software, and Free Software can also be a great choice for large
> corporations who can either have on-site techsupport people or can hire
> external support, but it is a lot more difficult to find commercial
> support for merely non-techie user.  This is mostly the domain of
> proprietary software :-(

The way out of this is having strong local user groups, which is,
of course, easier in densely populated areas.

In Berlin, e.g., there were several linux user groups which had
"open days" (some even once a week) where people went with their
hardware and got it fixed. And got to know nice people. Often
at no cost.

In the smaller city I live now there is at least one such place.

Support your local free software support group :-)

Cheers
-- 
t


signature.asc
Description: PGP signature


Re: midnight commander

2023-11-12 Thread David
On Mon, 13 Nov 2023 at 04:33,  wrote:

> I'm running bookworm on a RaspberryPi 4b.

> mike@rpi4b3:~> uname -a
> Linux MikesPI 6.1.0-rpi4-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.54-1+rpt2 
> (2023-10-05) aarch64 GNU/Linux

> There are a couple of things I don't understand and am hoping one of
> you out there can clue me in or at least suggest a direction to
> explore.

> MC loads for root in under a second but for user mike it takes 10
> seconds to come up whether on the CL ir on the desktop.

> On the CL my prompt is "mike@rpi4b3:~> " but in MC it is only "$"
> while root's in MC is like mike's on the CL.

> I've looked at the MC docs and all the MC config files I can find but
> not found anything to suggest the differences in root's and mike's
> usage of MC. The ~/.config/mc/ini files are identical.

> When I run buster on a Pi I don't see these differences but realize
> they are likely different versions of MC.

Hi Mike,

What you see as a command prompt in MC is controlled by the value of the
parameter PS1 in the environment that is externally provided to MC when it is
executed.

How to specify that value of PS1 is given will depend on from where you
start MC.
- perhaps in a virtual linux console
- perhaps in a terminal emulator program running under a GUI desktop

You can see and change the value of PS1 by doing this in MC:
- press control-O to have MC start a shell
- enter the command 'echo $PS1' (without the quotes)
- you can change the value of PS1 using a command like 'PS1=foo' (without
  the quotes)
- you can play with it because any changes you make will only affect the
  current instance of MC
- press control-O to toggle between the shell and MC

The content of PS1 is documented in 'man bash', search for PS1 and/or
PROMPTING.

That's all I have time to write. I have nothing to say about the delay,
that's a different issue.

If you want to ask how to set the value of PS1 before MC starts, you will
need to tell us exactly from where you start MC, as I mentioned above.



Request advice on Optimal Combo-usage of Gmail and Mailman, as mentioned in Msg-Id. "2023/11/msg00443"

2023-11-12 Thread Susmita/Rajib
Apologies for the inadvertent typo. Corrigendum:

May the phrase:

"... MHonArc is only about conversion of our emails into
cross-linked email format  ..."

Be read as

"... MHonArc is only about conversion of our emails into
cross-linked HTML format ..."

-- 
__
*Inspiration*
Euclid Must Fall:
The “Pythagorean” “Theorem” and the rant of racist and civilizational
superiority
Prof C K Raju
https://doi.org/10.4314/ajct.v1i2.5
https://dx.doi.org/10.4314/ajct.v1i1.6

*A few innovations*
IN191986B
http://viXra.org/abs/2301.0140, abs/2301.0147, /abs/2302.0023, ⋯,



claws-mail

2023-11-12 Thread mike . junk . 46
I'm running bookworm on a Raspberry Pi 4b.
mike@rpi4b3:~> uname -a
Linux MikesPI 6.1.0-rpi4-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.54-1+rpt2 
(2023-10-05) aarch64 GNU/Linux
This install didn't include exim4, postfix or anything supplying sendmail 
and fetchmail won't work without an MTA.
I've set up several accounts in claws-mail for email accounts at att.net 
and gmail.com but so far haven't got them right to  the point that claws-mail 
will collect mail from any of those accounts via POP mail.
I'd appreciate any suggestions on how to get claws-mail working, so far the 
only suggestions I've gotten from the Raspberry Pi forum is to switch to 
thunderbird.
I don't understand how either will handle local email like comes from cron 
or other system programs and I depend on several scripts to do daily checks on 
the system which cron emails me about on my buster system which has exim4, 
fetchmail and mutt installed. Obviously I can install those here too but 
suspect if I get this system set up correctly it should perform similarly.

Any advice appreciated.

Thanks,
Mike



midnight commander

2023-11-12 Thread mike . junk . 46
I'm running bookworm on a RaspberryPi 4b.
mike@rpi4b3:~> uname -a
Linux MikesPI 6.1.0-rpi4-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.54-1+rpt2 
(2023-10-05) aarch64 GNU/Linux
There are a couple of things I don't understand and am hoping one of you 
out there can clue me in or at least suggest a direction to explore.
MC loads for root in under a second but for user mike it takes 10 seconds 
to come up whether on the CL ir on the desktop.
On the CL my prompt is "mike@rpi4b3:~> " but in MC it is only "$" while 
root's in MC is like mike's on the CL.
I've looked at the MC docs and all the MC config files I can find but not 
found anything to suggest the differences in root's and mike's usage of MC. The 
~/.config/mc/ini files are identical.
When I run buster on a Pi I don't see these differences but realize they 
are likely different versions of MC.

Any thoughts?

Thanks,
Mike



Request advice on Optimal Combo-usage of Gmail and Mailman, as mentioned in Msg-Id. "2023/11/msg00443"

2023-11-12 Thread Susmita/Rajib
May please the concerned portions of
https://lists.debian.org/debian-user/2023/11/msg00443.html be perused,
as a part of my conversation with Mr. Cater, also quoted below:

"... There is one problem with this approach, as stated earlier. For the
Mailing list, any change of subject from my Gmail webmail email-server
makes such an email detached from the main thread and treats it as a
different subject. Had Mailman also had(sic) an email editor for
posting messages, that would have been a better option.

"However, I understand the difficulties and the legalities associated
with this added functionality and acknowledge the associated problems ..."

and

"... Between the two options therefore, I usually choose to keep all the
posts consolidated within a single thread for the future users. I hope
that with your greater experience, expertise and wisdom, you would be
able to guide me in this regard, w.r.t. gmail and Mailman."

I assume that MHonArc is only about conversion of our emails into
cross-linked email format and plays no other role on this issue.
Please correct me if I am incorrect.

As said, please advise and guide me on this issue.

Best wishes,
Rajib
Etc.


__
*Inspiration*
Euclid Must Fall:
The “Pythagorean” “Theorem” and the rant of racist and civilizational
superiority
Prof C K Raju
https://doi.org/10.4314/ajct.v1i2.5
https://dx.doi.org/10.4314/ajct.v1i1.6

*A few innovations*
IN191986B
http://viXra.org/abs/2301.0140, abs/2301.0147, /abs/2302.0023, ⋯,



Re: Debian GNU/Linux Books

2023-11-12 Thread gene heskett

On 11/12/23 09:29, Andy Smith wrote:

Hello,

On Sun, Nov 12, 2023 at 11:46:46AM +, Andrew M.A. Cater wrote:

I do tend to rely on the knowledge and expertise here: Greg - how
would you rate the chances of physical copies of your Bash guides,
for example?


It is an interesting question to ask for this resource specifically,
because it's very high quality and self-publishing is easier than
it's ever been.

If I had space for physical books, I'd buy a physical copy of that.

I printed it, maybe 5 years ago, thanks to its stability I can still 
write bash stuff using it as a guide. Not all of its wannabe clones can 
say that. :o)>


Thanks,
Andy



Cheers, Gene Heskett.
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis



Re: Amazing how far things have come. a 32x100G switch running Debian.

2023-11-12 Thread Alexander V. Makartsev

On 12.11.2023 23:34, Andy Smith wrote:

On Sun, Nov 12, 2023 at 05:48:27PM +, Andy Smith wrote:

Well done Mellanox, and Debian. I hope to see more of it!

…although I did forget that Nvidia acquired Mellanox in 2019 and
since then has scrapped the Mellanox brand name, so the good times
are probably over. 

Yeah, tech industry always kills companies who wanted to make something 
great.
Gotta keep spoon-feeding the technology and god forbid the big tech 
makes something too good, or too advanced, or too robust.


Nice article. I felt quite skeptical about "two core Celeron CPU" until 
I got to ASIC part. :)
I've never had a chance to build something more advanced than a basic 
network router with 2 ethernet interfaces. VM-based toys don't count. :)

Still it was interesting to learn about switchdev.
Now I wonder could it be used for non-Mellanox hardware..


--
With kindest regards, Alexander.

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄

Re: USB2 not working after upgrading to bookworm

2023-11-12 Thread Michael Kjörling
On 12 Nov 2023 19:25 +, from r...@rptv.info (Rafa):
> I have an issue regarding USB2 after upgrading a desktop machine from
> Debian 11 (bullseye) to Debian 12 (bookworm).
> 
> USB3 ports work fine, but USB2 ports do not.
> 
> I still have bullseye installed in the machine and when I boot bullseye
> I can use both USB2 and USB3. But when I boot bookworm I can only use
> USB3.

What kernel, systemd and udev versions are installed and running in
the Bookworm install?

Just how _did_ you "upgrade" the system while retaining the ability to
boot the older install? I take it that this would mean that you didn't
do the normal in-place upgrade but rather something else, and exactly
what that something else is might provide clues. Alternatively, please
specify more exactly what you mean by "boot bullseye" and "boot
bookworm".

Do you see any difference if you hook up a USB 2 device to a port
which is physically USB 2 or USB 3?

-- 
Michael Kjörling  https://michael.kjorling.se
“Remember when, on the Internet, nobody cared that you were a dog?”



Re: Hardware for a back up server? [WAS Re: How to use dmsetuup?]

2023-11-12 Thread Stefan Monnier
> FOSS is great for learning by doing, but commercial products can be a better
> choice when a family member, a friend, a neighbor, and especially clients
> and employers, want a computer, a server, a network gateway, etc..  It is
> ironically satisfying when those commercial products have FOSS on the
> inside.  :-)

Indeed, technically-inclined people are often better served with Free
Software, and Free Software can also be a great choice for large
corporations who can either have on-site techsupport people or can hire
external support, but it is a lot more difficult to find commercial
support for merely non-techie user.  This is mostly the domain of
proprietary software :-(


Stefan




Re: Debian GNU/Linux Books

2023-11-12 Thread David Christensen

On 11/11/23 22:35, Timothy M Butterworth wrote:

I have been looking for commercial books written about Debian and there is
very little selection. I am considering writing an updated Debian GNU/Linux
Bible for Bookworm/Trixie. Before I started writing it I was wondering if
anyone would even be interested in buying a copy of it?



I expect comprehensive "bible" technical books are tough to write; I 
know they are tough to read.  And with a large scope, they are 
susceptible to obsolescence.



Are you familiar with the works of Michael W. Lucas?

https://mwl.io/


He has a few large scope titles (for example "Absolute FreeBSD", 3 e.), 
but he also has many smaller scope titles.  Reading both, I can see the 
content sharing.  The smaller scope titles tend to have more details, 
yet stay relevant longer.  When I reach for a book, I reach for the 
smaller books first (if I have the relevant title).



David



USB2 not working after upgrading to bookworm

2023-11-12 Thread Rafa
Hi,

I have an issue regarding USB2 after upgrading a desktop machine from
Debian 11 (bullseye) to Debian 12 (bookworm).

USB3 ports work fine, but USB2 ports do not.

I still have bullseye installed in the machine and when I boot bullseye
I can use both USB2 and USB3. But when I boot bookworm I can only use
USB3.

I have compared the output from the "lspci" and "lsusb" commands
obtained with bullseye and with bookworm, but they seem quite similar to
me.

In bookworm, command "dmesg -w" writes out several error messages like
the following when I plug a USB device in a USB2 port:

  usb 4-1: device descriptor read/64, error -32

  usb 4-1: device not accepting address 4, error -32



$ lspci -nnk
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD/ATI] RD9x0/RX980 
Host Bridge [1002:5a14] (rev 02)
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] RD9x0/RX980 Host 
Bridge [1002:5a14]
00:02.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] 
RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GFX port 0) [1002:5a16]
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI 
to PCI bridge (PCI Express GFX port 0) [1002:5a14]
Kernel driver in use: pcieport
00:04.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] 
RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 0) [1002:5a18]
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI 
to PCI bridge (PCI Express GPP Port 0) [1002:5a14]
Kernel driver in use: pcieport
00:09.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] 
RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 4) [1002:5a1c]
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI 
to PCI bridge (PCI Express GPP Port 4) [1002:5a14]
Kernel driver in use: pcieport
00:11.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode] [1002:4390] (rev 40)
Subsystem: Gigabyte Technology Co., Ltd GA-MA770-DS3rev2.0 Motherboard 
[1458:b002]
Kernel driver in use: ahci
Kernel modules: ahci
00:12.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
Subsystem: Gigabyte Technology Co., Ltd GA-78/880-series motherboard 
[1458:5004]
Kernel driver in use: ohci-pci
Kernel modules: ohci_pci
00:12.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
Subsystem: Gigabyte Technology Co., Ltd GA-78/880-series motherboard 
[1458:5004]
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:13.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
Subsystem: Gigabyte Technology Co., Ltd GA-78/880-series motherboard 
[1458:5004]
Kernel driver in use: ohci-pci
Kernel modules: ohci_pci
00:13.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
Subsystem: Gigabyte Technology Co., Ltd GA-78/880-series motherboard 
[1458:5004]
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus 
Controller [1002:4385] (rev 42)
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus 
Controller [1002:4385]
Kernel driver in use: piix4_smbus
Kernel modules: i2c_piix4, sp5100_tco
00:14.1 IDE interface [0101]: Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 IDE Controller [1002:439c] (rev 40)
Subsystem: Gigabyte Technology Co., Ltd GA-MA78GM-S2H motherboard 
[1458:5002]
Kernel driver in use: pata_atiixp
Kernel modules: pata_atiixp, ata_generic
00:14.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 
Azalia (Intel HDA) [1002:4383] (rev 40)
Subsystem: Gigabyte Technology Co., Ltd SBx00 Azalia (Intel HDA) 
[1458:a002]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC 
host controller [1002:439d]
00:14.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to 
PCI Bridge [1002:4384] (rev 40)
00:14.5 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399]
Subsystem: Gigabyte Technology Co., Ltd GA-78/880-series motherboard 
[1458:5004]
Kernel driver in use: ohci-pci
Kernel modules: ohci_pci
00:16.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
Subsystem: Gigabyte Technology Co., Ltd GA-78/880-series motherboard 
[1458:5004]
 

Re: Default DNS lookup command?

2023-11-12 Thread Richard Hector

On 31/10/23 16:27, Max Nikulin wrote:

On 30/10/2023 14:03, Richard Hector wrote:

On 24/10/23 06:01, Max Nikulin wrote:

getent -s dns hosts zircon

Ah, thanks. But I don't feel too bad about not finding that ... 
'service' is not defined in that file, 'dns' doesn't occur, and 
searching for 'hosts' doesn't give anything useful either. I guess 
reading nsswitch.conf(5) is required.


Do you mean that "hosts" entry in your /etc/nsswitch.conf lacks "dns"? 
Even systemd nss plugins recommend to keep it as a fallback. If you get 
no results then your resolver or DNS server may not be configured to 
resolve single-label names. Try some full name


     getent -s dns ahosts debian.org


Sorry for the confusion (and delay) - I think I was referring to the 
getent man page, rather than the config file.


Richard



Re: Hardware for a back up server? [WAS Re: How to use dmsetuup?]

2023-11-12 Thread David Christensen

On 11/12/23 09:15, Andrew M.A. Cater wrote:

On Sat, Nov 11, 2023 at 04:01:47PM -0800, David Christensen wrote:

An obvious difference between internal and external drives is physical
protection.  Internal drives and cables are protected.  Everything gets
power from the same source (PSU, PCU fed by dual PSU, etc.).  External
drives, cables, and power adapters can be moved, yanked, disconnected,
dropped, kicked, subjected to electrostatic discharge, etc..  There are more
parts to fail and more opportunities for failure with external drives than
with internal drives.


This is what I meant: this is why the devices from QNAP / Synology that
are plug and play NAS are also built this way. The Synology devices
can take lots of added modules, seemingly - it all seems expensive
but these are designed for plugging in  and the whole thing "just working".



FOSS is great for learning by doing, but commercial products can be a 
better choice when a family member, a friend, a neighbor, and especially 
clients and employers, want a computer, a server, a network gateway, 
etc..  It is ironically satisfying when those commercial products have 
FOSS on the inside.  :-)



David



Re: systemd service oddness with openvpn

2023-11-12 Thread Richard Hector

On 12/11/23 04:47, Kamil Jońca wrote:

Richard Hector  writes:


Hi all,

I have a machine that runs as an openvpn server. It works fine; the
VPN stays up.


Are you sure? Have you client conneted and so on?


Yes. I can ssh to the machines at the other end.


However, after running for a while, I get these repeatedly in syslog:

Nov 07 12:17:24 ovpn2 openvpn[213741]: Options error: In [CMD-LINE]:1:
Error opening configuration file: opvn2.conf

Here you have something like typo (opvn2c.conf - I would expect ovpn2.conf)


Bingo - I was confused by the extra c, but that's not what you were 
referring to.


The logrotate postrotate line has

systemctl restart openvpn-server@opvn2

which is the source of the misspelling.

So it's trying to restart the wrong service.

To be honest, I haven't been very happy with the way the services get 
made up on the fly like that, only to fail ... it's bitten me in other 
ways before.


Thank you very much :-)

Richard



Re: UUID permanent at removable device?

2023-11-12 Thread Thomas Schmitt
Hi,

Hans wrote:
> I want to automatically create a bootable USB-stick using dd from an
> ISO-file.

The landscape of ISO files is wide and varied.
An URL for getting the ISO would help to make more specific statements.


> However, after generating the stick the UUID of the first partition
> (/dev/sdc1) is changing, so next time, the script will not work again,
> of course.
> But does the UUID also change of the device itself? Does the UUID of
> /dev/sdc change, too?

The UUID as of program lsblk is a property of the data which is stored
on the device, not of the device itself.
For example after dd'ing debian-12.0.0-amd64-netinst.iso :

  $ lsblk -o NAME,UUID /dev/sdc
  NAME   UUID
  sdc2023-06-10-10-25-55-00
  ├─sdc1 2023-06-10-10-25-55-00
  └─sdc2 DEB0-0001

Because there is no valid GUID Partition Table in this ISO, the UUIDs are
fabricated and don't deserve the attribute "Universially Unique".
sdc and sdc1 get the creation date of the ISO 9660 filesystem as Id.
sdc2 gets the Volume Serial Number of the FAT filesystem (just 4 bytes)
as UUID.

It does not look better with PARTUUID instead of UUID:

  $ lsblk -o NAME,PARTUUID /dev/sdc1
  NAME   PARTUUID
  sdc1 23261683-01

The shown id "23261683" is the hex representation of the MBR Disc
Signature which has 4 bytes.


> I want to dd it automatically like
> dd if=/path/to/my/image.iso of=UUID=34567890-afde-.-1234

Consider refering to hardware properties, e.g. by using the symbolic links
in /dev/disk/by-id .

  dd if=/path/to/my/image.iso \
 of=/dev/disk/by-id/usb-INTENSO_USB_AA0401287699-0:0

Device link name found by knowing that this time the USB stick is sdc:

  $ ls -l /dev/disk/by-id
  ...
  lrwxrwxrwx 1 root root  9 Nov 12 19:14 usb-INTENSO_USB_AA0401287699-0:0 
-> ../../sdc
  ...


Have a nice day :)

Thomas



Re: [SOLVED] Re: UUID permanent at removable device?

2023-11-12 Thread Andy Smith
Hi,

On Sun, Nov 12, 2023 at 07:43:13PM +0100, Hans wrote:
> Am Sonntag, 12. November 2023, 19:27:20 CET schrieb Andy Smith:
> Yes, this is looking promising. Looks like thisis what I exactly need.

I am still intrigued by the idea of an iso file having a UUID when
it's written directly to a USB disk though. I didn't think that
happened. I don't have a USB stick to hand right now and my searches
as to whether ISO images have UUIDs have not proven conclusive as of
yet.

I must admit it's been ages since I looked into the details of iso
images so perhaps I was mistaken in saying they would not have a
UUID. If they can/do have a UUID then perhaps they can also have a
label, which may help if the device id method doesn't suit you.

Ultimately though, you are probably constrained by the info that
appears in /dev/disk/by-* as that is what Linux tools will be using
for mounting. So that's the place to look to see what your options
are.

Thanks,
Andy

-- 
https://bitfolk.com/ -- No-nonsense VPS hosting



Re: UUID permanent at removable device?

2023-11-12 Thread David Wright
On Sun 12 Nov 2023 at 18:27:20 (+), Andy Smith wrote:
> On Sun, Nov 12, 2023 at 07:03:41PM +0100, Hans wrote:
> > I want to dd it automatically like
> > 
> > dd if=/path/to/my/image.iso of=UUID=34567890-afde-.-1234 
> 
> If your use case is writing an ISO file directly to a USB device (no
> partitioning) then I'd think you could use the ID of the USB stick
> to mount it in future. You can find these in /dev/disk/by-id and it
> will remain the same for the life of that stick.

I would agree with that, though there is one thing you should check
first, and that is that you're not using one of a set of identical
USB sticks that have the same ID (or, if you are, that you have some
physical means of distinguishing between them).

Cheers,
David.



[SOLVED] Re: UUID permanent at removable device?

2023-11-12 Thread Hans
Am Sonntag, 12. November 2023, 19:27:20 CET schrieb Andy Smith:
Yes, this is looking promising. Looks like thisis what I exactly need.

I will try it. 

Thanks for the fast response!

Best 

Hans
> Hello,
> 
> On Sun, Nov 12, 2023 at 07:03:41PM +0100, Hans wrote:
> > I want to dd it automatically like
> > 
> > dd if=/path/to/my/image.iso of=UUID=34567890-afde-.-1234
> 
> If your use case is writing an ISO file directly to a USB device (no
> partitioning) then I'd think you could use the ID of the USB stick
> to mount it in future. You can find these in /dev/disk/by-id and it
> will remain the same for the life of that stick.
> 
> Thanks,
> Andy






Re: UUID permanent at removable device?

2023-11-12 Thread Hans
Hi Andy,

to make things more clear. This is what I want to do:

I am using bootcdwrite, which writes its cdimage.iso to a mounted (because of 
to few disk space) to a mounted external harddrive. 

This one got a UUID, which never changes, so I can mount it automatically. All 
this is working perfectly.

After the image is created, I want automatically install this image to an USB-
stick using dd. Manually this is working well with this shell script, if in 
this shell script the device is correctly defined. 

The line is just:

dd if=/var/spool/bootcd/cdimage.iso of=/dev/sdc

Nothing special! But if I maybe put in two USB-sticks then the wrong one might 
be /dev/sdc and the script would overwrite the wrong device.

Thus my idea, just use UUID for identification, define the correct UUID in the 
script and the script will always write to the correct USB-stick, regardless, 
how many or in which order I put them in.

As any overwrites changes the UUID of the partition of the partitions, I was 
asking myself, if it would overwrite the device UUID. 

blkid /dev/sdb1 or /dev/sdb is showing me a PTUUID, a PARTUUID and a UUID, 
whic is the same for /dev/sdb and /dev/sdb1, and I am asking myself, if I 
could use this in my script or if these would change everytime I am using dd.

I dunno if my thoughts are working at all, if this, what I intend to do, is 
not possible at all, then I will find another solution. Or doing just manually 
as before.

Hope, this helps.

Best regards

Hans






Re: Amazing how far things have come. a 32x100G switch running Debian.

2023-11-12 Thread Andy Smith
On Sun, Nov 12, 2023 at 05:48:27PM +, Andy Smith wrote:
> Well done Mellanox, and Debian. I hope to see more of it!

…although I did forget that Nvidia acquired Mellanox in 2019 and
since then has scrapped the Mellanox brand name, so the good times
are probably over. 



Re: Hardware for a back up server? [WAS Re: How to use dmsetuup?]

2023-11-12 Thread David Christensen

On 11/12/23 05:15, Andy Smith wrote:

On Sat, Nov 11, 2023 at 04:01:47PM -0800, David Christensen wrote:

SSD RAID10 is very impressive when everything else matches.  Backups over a
Gigabit LAN onto SATA III SSD RAID10 does not make sense because Gigabit
Ethernet is rated for 1 Gbps read/ write and a SATA III SSD RAID10 is rated
for 24 Gbps read and 12 Gbps write.  I would put HDD's in the backup server
and put the SSD's in the workstation.


I agree with you when it comes to systems that are used purely for
backups in a style that mimics tape backup, i.e. rare need for
random access, which from what I understand does cover Gene's
situation as Gene is used to using Amanda for backups, which is a
(virtual) tape paradigm.

However, especially in a home setting, people often ask more of "the
server", turning it into something that isn't entirely, or even
primarily, a backup server. If those uses involve random access, SSD
of some kind will be very beneficial.

Also there are quite a few backup technologies that do use random
access a lot. A venerable one often mentioned on this list is
rsnapshot or its basic implementation using rsync. This walks the
entire backup tree at every iteration checking metadata and creating
hardlinks. The period of time spent deciding what to back up and how
often massively exceeds the time spent transferring and writing the
data with these systems. They will also massively benefit from low
latency storage on SSD.

So just as a word of caution -- and I know you know this, David -- I
want to say check how much random access is going on, before
deciding rotational media will cut it.



I think we agree that HDD's are slower for many (most?) backup/ restore 
use-cases.  But, I think the slowness is acceptable for the off-hours, 
once a day backup use-case and for the infrequent file restore use-case 
that I anticipate Gene will perform.




PS I stated this before and I have to say it again though: while
building a dedicated backup system seems like a great idea for
Gene's use case, the practical situation for Gene is that he's
been trying for literal years now to make a very simple RAID10
mdadm work on perfectly serviceable hardware. This should be a
simple task, but it's not gone well for him and this list is
unable to get to the bottom of why (I include myself in that, but
I think it reflects more on communications difficulties than a
shortcoming of Linux mdadm). 



There appears to be consensus to set up one storage device with one 
partition and one ext4 file system, and test the various applications 
for file access issues.  It is up to Gene to decide if, what, where, 
when, and how.




I am at a loss as to why, given
those facts, people are still advising Gene to build an entire
new system out of parts. It makes sense for the use case but not
for the user. I don't think it's supportable. For this user I
would have to still stand by my advice of buying an off-the-shelf
NAS.



I think we agree that everyone needs backups.


It is my impression that most of Gene's eggs are in one basket (the 
computer with the Asus Prime Z370 A II motherboard) and that Amanda has 
been broken for a while (?).  I would celebrate Gene implementing 
working backups by any means on any device and any media.  Again, Gene 
decides.



David



Re: UUID permanent at removable device?

2023-11-12 Thread Andy Smith
Hello,

On Sun, Nov 12, 2023 at 07:03:41PM +0100, Hans wrote:
> I want to dd it automatically like
> 
> dd if=/path/to/my/image.iso of=UUID=34567890-afde-.-1234 

If your use case is writing an ISO file directly to a USB device (no
partitioning) then I'd think you could use the ID of the USB stick
to mount it in future. You can find these in /dev/disk/by-id and it
will remain the same for the life of that stick.

Thanks,
Andy

-- 
https://bitfolk.com/ -- No-nonsense VPS hosting



Re: UUID permanent at removable device?

2023-11-12 Thread Andy Smith
Hello,

TL;DR: Use filesystem labels. This is the sort of thing they're for.

On Sun, Nov 12, 2023 at 06:55:33PM +0100, Hans wrote:
> However, after generating the stick the UUID of the first partition 
> (/dev/sdc1) 
> is changing, so next time, the script will not work again, of course.

Do you literally mean a GPT PARTUUID? Or do you mean a filesystem
UUID?

GPT partitions can also have a user-specified name. This is rarely
used.

MBR labels have a disk identifier which is incremented for each
partition, so disk with MBR partitions can also have PARTUUIDs. This
is really rarely used.

> But does the UUID also change of the device itself? Does the UUID of /dev/sdc 
> change, too?

Devices don't have a UUID (except that disk identifier for MBR as
mentioned). GPT partitions do have a PARTUUID. And the filesystem on
them does also have a UUID. So sdc being a disk not a partitions,
won't have a PARTUUID but could have a filesystem UUID if you put a
filesystem on it.

> I would like to work with UUID, as I never know, if the USB-stick I put in is 
> /dev/sdb or /dev/sdc. Thus UUID would be my favourite solution, but this 
> would 
> of course only work, if the device UUID after dd will not change.

UUIDs are meant to be unique, thus on filesystem creation they will
be random, and anything that copies the filesystem will copy around
the UUID as well because it's a property of the filesystem.

For your use case you will be wanting to use the relevant
filesystem-specific tool to write an fs label that you choose. Often
this can be done at mkfs time, but there should also be a tool to
query/change thre fs label afterwards as well. For ext* filesystems,
that tool is "e2label".

You can mount by label and also add an fstab entry by label.

Here is a fairly exhaustive discussion of your options:

https://wiki.archlinux.org/title/fstab

If you meant GPT PARTUUIDs and absolutely insist on setting a
PARTUUID to a known value instead of just accepting the random one
that is picked at the time the GPT label is created, you can do it.
e.g. with gdisk:

https://askubuntu.com/a/1250232/19809

Thanks,
Andy

-- 
https://bitfolk.com/ -- No-nonsense VPS hosting



Re: Debian GNU/Linux Books

2023-11-12 Thread Aleix Piulachs
I think the books help some commands and software, for me are good to start
with

El El dom, 12 nov 2023 a las 15:51, Greg Wooledge 
escribió:

> On Sun, Nov 12, 2023 at 02:28:33PM +, Andy Smith wrote:
> > On Sun, Nov 12, 2023 at 11:46:46AM +, Andrew M.A. Cater wrote:
> > > I do tend to rely on the knowledge and expertise here: Greg - how
> > > would you rate the chances of physical copies of your Bash guides,
> > > for example?
>
> I'm not going to produce any.  You can print whatever you want.
>
> > It is an interesting question to ask for this resource specifically,
> > because it's very high quality and self-publishing is easier than
> > it's ever been.
> >
> > If I had space for physical books, I'd buy a physical copy of that.
> > 
>
> Well, thanks, but I'm not going to be doing any publishing, and certainly
> not of content that belongs to many different people.
>
> If it helps, one of the #bash people made  >.
> I don't know how often it gets updated.
>
>


Re: UUID permanent at removable device?

2023-11-12 Thread Hans
Correct myself: 
NOT: > As I want to always the same USB-stick, I would like to mount it using 
a shell script.
>

I want to dd it automatically like

dd if=/path/to/my/image.iso of=UUID=34567890-afde-.-1234 

or similar.

Sorry for making things unclear.

Hans








Re: Password managers

2023-11-12 Thread Hans
Am Sonntag, 12. November 2023, 18:23:20 CET schrieb Joe:
What about kwallet? Should run on other window managers than plasma5 as well.

Hans




UUID permanent at removable device?

2023-11-12 Thread Hans
Hi folks, 

just a question. 

I want to automatically create a bootable USB-stick using dd from an ISO-file.

As I want to always the same USB-stick, I would like to mount it using a shell 
script.

However, after generating the stick the UUID of the first partition (/dev/sdc1) 
is changing, so next time, the script will not work again, of course.

But does the UUID also change of the device itself? Does the UUID of /dev/sdc 
change, too?

I would like to work with UUID, as I never know, if the USB-stick I put in is 
/dev/sdb or /dev/sdc. Thus UUID would be my favourite solution, but this would 
of course only work, if the device UUID after dd will not change.

Happy for any answers.

Best 

Hans 




Amazing how far things have come. a 32x100G switch running Debian.

2023-11-12 Thread Andy Smith
Hello,

I came across this article today and it made me really happy to see.
A 32x100G switch with open source, upstreamed drivers, running
Debian. All aspects of the port settings, VLANs, etc all configured
using standard Linux tools.

Well done Mellanox, and Debian. I hope to see more of it!

https://ipng.ch/s/articles/2023/11/11/mellanox-sn2700.html

Thanks,
Andy

-- 
https://bitfolk.com/ -- No-nonsense VPS hosting



Re: Password managers

2023-11-12 Thread Joe
On Sun, 12 Nov 2023 22:07:33 +0700
Max Nikulin  wrote:

> On 10/11/2023 01:48, Michael Kjörling wrote:
> > KeepassXC if you want a primarily GUI solution which also happens to
> > be open source. (There's also a command-line version keepassxc-cli
> > which can either be driven from the command line or used
> > interactively in a terminal session.)  
> 
> Having system booted from Debian Live image (assume some disaster),
> how many packaged have to be installed to get access to passwords
> stored by KeePassXC?
> 
As always, it depends on what you already have. Much of that enormous
list may already be there.

From a fairly large sid installation:

Install: libtspi1:amd64 (0.3.15-0.3, automatic), libzxcvbn0:amd64
(2.5+dfsg-1, automatic), keepassxc:amd64 (2.7.4+dfsg.1-2),
libbotan-2-19:amd64 (2.19.3+dfsg-1, automatic)

An alternative strategy is to keep the database backed up on a USB
device or uSD card etc. I do that anyway for laptop use, not
storing the database on the laptop itself. You could also install
PortableApps (and KeepassXC Portable) on the card, and have the
passwords available on any Windows machine without leaving anything
behind on that machine. Whatever you do, it's always a good idea to
copy the database to somewhere fairly safe whenever you update it.

Or there are other rescue-type distributions which have keepasxc, such
as Parted Magic. Knoppix has keepassx, but I'm not sure about file
compatibility with that fork.

-- 
Joe



Re: [HS] alternative à Signal sous Debian et SANS smartphone

2023-11-12 Thread Samy (Zaclys)

Bonjour,

Le 11/11/2023 à 10:53, Jean Louis Giraud Desrondiers a écrit :

J'essaie d'aider une amie qui souhaite installer sur son portable (sous
Mint) une appli de chat : on a bien trouvé un tuto pour installer
Signal mais je n'ai pas réussi l'installation. Donc nous essayons de
trouver une appli de chat sous Debian mais qui doit aussi fonctionner
sous Windows ou Mac. 


J'utilise au boulot Gajim (sur Windows et Linux) et Conversation (sur 
Android). Chaque personne s'est créé un compte XMPP facilement avec 
Gajim (choisir un fournisseur comme chapril.org).


Ça fonctionne très bien, on peut discuter avec une personne, ou au sein 
de salons privés créés facilement. Mais j'ignore si on peut discuter 
avec des personnes utilisant d'autres protocoles que XMPP.


Samy



Re: Hardware for a back up server? [WAS Re: How to use dmsetuup?]

2023-11-12 Thread Andrew M.A. Cater
On Sat, Nov 11, 2023 at 04:01:47PM -0800, David Christensen wrote:
> On 11/11/23 08:52, Andrew M.A. Cater wrote:
> > On Fri, Nov 10, 2023 at 10:22:07PM -0500, gene heskett wrote:
> > > On 11/10/23 19:46, David Christensen wrote:
> > > > On 11/8/23 02:20, gene heskett wrote:
> > 
> > Are these 2TB SSDs or hard disks? I would counsel very strongly indeed
> > against using any ARM-based single board computer as a RAID device on
> > USB connections - they're just *not* up to it.
> 

This at least partly because the USB devices on, say, a Raspberry Pi
tend to share I/O and resources. On a Pi, USB3 takes away from the 
Ethernet, for example.

> 
> On 11/11/23 09:05, Stefan Monnier wrote:
> > I don't think the issue is whether they're ARM based.
> >
> > The issue is simply how you connect the disks: in my experience, disks
> > connected via USB are simply not quite up to a 24/7 situation,
> > especially if the disk is USB-powered.
> 

Right.
> 
> >
> > I have 4 SSD drives connected to a single RPI4 currently, using a
> > powered USB hub.
> >

SSD significantly different to HDD. 
> 
> 
> On 11/11/23 10:47, Stefan Monnier wrote:
> > Hmm...  so maybe the USB connection is not directly relevant either
> > and the real issue is the power?
> 
> 
> An obvious difference between internal and external drives is physical
> protection.  Internal drives and cables are protected.  Everything gets
> power from the same source (PSU, PCU fed by dual PSU, etc.).  External
> drives, cables, and power adapters can be moved, yanked, disconnected,
> dropped, kicked, subjected to electrostatic discharge, etc..  There are more
> parts to fail and more opportunities for failure with external drives than
> with internal drives.
> 

This is what I meant: this is why the devices from QNAP / Synology that
are plug and play NAS are also built this way. The Synology devices
can take lots of added modules, seemingly - it all seems expensive
but these are designed for plugging in  and the whole thing "just working".

> 
> It is not uncommon for communications establishment to fail with external
> drives.  Similarly, communications re-establishment when the computer and/or
> drive resume from a power saving mode.  Writing and testing this kind of
> software is difficult and you need people with both both CS and EE skills.
> There is an astronomical number of combinations to design and test for.  The
> code runs rarely.  For reliable 24x365 operations, the challenge is
> eliminating everything that can cause communications establishment/
> re-establishment -- operator steps, computer configuration, drive
> configuration, power failures, cooling failures, etc..  If you can find and
> eliminate all of them, a USB external drive can stay connected a very long
> time.
> 

*If* is very much the word, I think.
> 
> 
> I have always liked ATX tower cases with lots of drive bays, both internal
> and external.  Over time, more products have become available with good
> cooling and low noise.  I have not found a major computer manufacturer who
> makes servers with all of those features, so I build my own:
> 
> * Fractal Design Define R5 case
> * 3 @ Fractal Design low-speed 140 mm fans
> * Fractal Design Ion+ 2 Platinum 660 W power supply
> * Intel S1200V3RP motherboard
> * Intel Xeon E3-1200 v3 series processors
> * Dual channel ECC memory
> * LSI 9207-8i HBA with "IT mode" non-RAID firmware
> * Seagate Barracuda and Constellation ES.2 HDD's
> * Intel 520 Series SSD's
> * StarTech 2.5" and 3.5" mobile racks
> * Cable Matters black SATA 6 Gbps cables with locking connectors
> 
> 
> They are not cheap, small, or light, but they perform well, are easy to work
> on, are reasonably quiet, and everything stays cool.  They have plenty of
> capacity for future upgrades.
> 

Nice parts list and good suggestions.
> 
> 
> SSD RAID10 is very impressive when everything else matches.  Backups over a
> Gigabit LAN onto SATA III SSD RAID10 does not make sense because Gigabit
> Ethernet is rated for 1 Gbps read/ write and a SATA III SSD RAID10 is rated
> for 24 Gbps read and 12 Gbps write.  I would put HDD's in the backup server
> and put the SSD's in the workstation.
> 
> 
> David
>

there's no doubt that you can do the same with some ARM boards - maybe
the RockPro which has PCIe?? but not with the majority.

Anyway, let's leave folks to build what works for them: the one thing
I've learned from much of this list is that we're all unique in our
requirements, even if we have much in common.

All the very best, as ever,

Andy 



Re: Password managers

2023-11-12 Thread Erwan David

Le 12/11/2023 à 16:53, Michael Kjörling a écrit :

On 12 Nov 2023 22:07 +0700, from maniku...@gmail.com (Max Nikulin):

Having system booted from Debian Live image (assume some disaster), how many
packaged have to be installed to get access to passwords stored by
KeePassXC?

I don't know about Debian Live images, but from an up-to-date install
of my _very_ minimal VM setup (Bookworm with only the standard and
ssh-server tasks installed), "apt-get install keepassxc" pulls in 142
packages totalling about 91 MB of downloads.

Many of those packages are fairly obviously generally GUI-related and
not directly related to KeepassXC specifically, so on a live image,
which already has a GUI, it would be much less.

Note that you may have less dependencies with kpcli (a cli client for 
keepass password files)




Re: PATH question

2023-11-12 Thread Thomas George
Since I began using Linux soon after its inception, 199?, I have just 
stumbled my way much by trial and error.


stumbles related to PATH issue:

installed bookworm from dvd.

moved distribution ,bashrc's to save.bashrc's

copied .bashrc's from buster on another hard disc. These have three 
virtues: root prompt colored red, l is alias of ls with list_directories 
first, and rm is an alias of rm -i. PATH specification (perhaps from 
previous incarnations of .bashrc}


proceeded with dpkg -i google-chrome-file.deb

At some point startled by message 'Insert distribution dvd" Did so and 
google chrome successfully installed.


Tom

On 11/12/23 09:38, Andy Smith wrote:

Hello,

On Sun, Nov 12, 2023 at 09:35:33AM -0500, Thomas George wrote:

I don't like to clutter up my download file. Since I normally use dpkg -i
debfile.deb this would add a directory in the download file.

When you install a .deb package it only installs to the
fully-qualified paths inside the .deb file. It doesn't install
anything to the current directory, so it doesn't matter where the
.deb is located when you issue "dpkg -i" or "apt install ./file.deb"

(I am not sure if it is even possible for a .deb file to contain a
relative file path, but if it is, they typically don't.)

Thanks,
Andy





Re: Délai de 25 secondes

2023-11-12 Thread Jose CHARTERS

Le 11/11/2023 à 12:20, NoSpam a écrit :


Peux-tu me rappeler la commande pour voir le délai de 25 s. Je l'ai 
vu passé dans les mails précédents, mais je n'avais pas percuter que 
c'était valable pour moi également.



https://lists.debian.org/debian-user-french/


Merci.


Re: Password managers

2023-11-12 Thread Michael Kjörling
On 12 Nov 2023 22:07 +0700, from maniku...@gmail.com (Max Nikulin):
> Having system booted from Debian Live image (assume some disaster), how many
> packaged have to be installed to get access to passwords stored by
> KeePassXC?

I don't know about Debian Live images, but from an up-to-date install
of my _very_ minimal VM setup (Bookworm with only the standard and
ssh-server tasks installed), "apt-get install keepassxc" pulls in 142
packages totalling about 91 MB of downloads.

Many of those packages are fairly obviously generally GUI-related and
not directly related to KeepassXC specifically, so on a live image,
which already has a GUI, it would be much less.

> # apt-get -u install keepassxc
> [...]
> The following NEW packages will be installed:
>   adwaita-icon-theme at-spi2-common at-spi2-core dconf-gsettings-backend
>   dconf-service fontconfig fontconfig-config fonts-dejavu-core
>   fonts-font-awesome gsettings-desktop-schemas gtk-update-icon-cache
>   hicolor-icon-theme keepassxc libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0
>   libavahi-client3 libavahi-common-data libavahi-common3 libbotan-2-19
>   libcairo-gobject2 libcairo2 libcolord2 libcups2 libdatrie1 libdconf1
>   libdeflate0 libdouble-conversion3 libdrm-amdgpu1 libdrm-common libdrm-intel1
>   libdrm-nouveau2 libdrm-radeon1 libdrm2 libegl-mesa0 libegl1 libepoxy0
>   libevdev2 libfontconfig1 libfribidi0 libgbm1 libgdk-pixbuf-2.0-0
>   libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgl1 libgl1-mesa-dri
>   libglapi-mesa libglvnd0 libglx-mesa0 libglx0 libgraphite2-3 libgtk-3-0
>   libgtk-3-bin libgtk-3-common libgudev-1.0-0 libharfbuzz0b libice6
>   libinput-bin libinput10 libjbig0 libjpeg62-turbo liblcms2-2 liblerc4
>   libllvm15 libmd4c0 libminizip1 libmtdev1 libpango-1.0-0 libpangocairo-1.0-0
>   libpangoft2-1.0-0 libpciaccess0 libpcre2-16-0 libpcsclite1 libpixman-1-0
>   libqrencode4 libqt5concurrent5 libqt5core5a libqt5dbus5 libqt5gui5
>   libqt5network5 libqt5qml5 libqt5qmlmodels5 libqt5quick5 libqt5svg5
>   libqt5waylandclient5 libqt5waylandcompositor5 libqt5widgets5
>   libqt5x11extras5 librsvg2-2 librsvg2-common libsensors-config libsensors5
>   libsm6 libthai-data libthai0 libtiff6 libtspi1 libwacom-common libwacom9
>   libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0
>   libwebp7 libx11-xcb1 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4
>   libxcb-image0 libxcb-keysyms1 libxcb-present0 libxcb-randr0
>   libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1
>   libxcb-util1 libxcb-xfixes0 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1
>   libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxinerama1
>   libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxrender1 libxshmfence1
>   libxtst6 libxxf86vm1 libz3-4 libzxcvbn0 qt5-gtk-platformtheme
>   qttranslations5-l10n qtwayland5 x11-common
> 0 upgraded, 142 newly installed, 0 to remove and 0 not upgraded.
> Need to get 90.9 MB of archives.
> After this operation, 379 MB of additional disk space will be used.

-- 
Michael Kjörling  https://michael.kjorling.se
“Remember when, on the Internet, nobody cared that you were a dog?”



Re: Debian GNU/Linux Books

2023-11-12 Thread Dan Ritter
Marco Moock wrote: 
> Am 12.11.2023 um 06:46:42 Uhr schrieb Dan Ritter:
> 
> > sysvinit is still a valid and supported init for Debian.
> 
> But people need to know that it isn't by default and that they need to
> replace systemd to use switch to sysvinit if they want.

Not installed by default is hardly the same as your other example,
classful routing, which doesn't work at all without cooperation
from every other participant in an alternate IPv4 Internet.

-dsr-



Re: No 6.5.10-4 realtime kernel?

2023-11-12 Thread Scott Denlinger
Sorry, in Debian world I'm looking for 'linux-image-6.5.0-4-rt-[. . .]' but
it would be 6.5.10.

Scott Denlinger

On Sun, Nov 12, 2023 at 10:04 AM Scott Denlinger 
wrote:

> Does anyone know why there are no stock realtime kernels in trixie/sid? I
> currently have 'linux-image-6.5.0-1-rt-amd64-unsigned' installed, but I
> don't see any newer RT kernels available.
>
> Scott Denlinger
>


Re: Password managers

2023-11-12 Thread Max Nikulin

On 10/11/2023 01:48, Michael Kjörling wrote:

KeepassXC if you want a primarily GUI solution which also happens to
be open source. (There's also a command-line version keepassxc-cli
which can either be driven from the command line or used interactively
in a terminal session.)


Having system booted from Debian Live image (assume some disaster), how 
many packaged have to be installed to get access to passwords stored by 
KeePassXC?




No 6.5.10-4 realtime kernel?

2023-11-12 Thread Scott Denlinger
Does anyone know why there are no stock realtime kernels in trixie/sid? I
currently have 'linux-image-6.5.0-1-rt-amd64-unsigned' installed, but I
don't see any newer RT kernels available.

Scott Denlinger


Re: PATH question

2023-11-12 Thread Max Nikulin



On 12/11/2023 21:37, Greg Wooledge wrote:

It doesn't help that "apt install ./file" is not documented in the
official man pages.  People can only learn about it from the wiki, or
from word of mouth.


It is documented in various guides:

https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#listofadvancedpagementoperations


Table 2.13. List of advanced package management operations


apt install /path/to/package_filename.deb 	install a local package to the system, meanwhile try to resolve dependency automatically 


https://www.debian.org/doc/manuals/debian-handbook/sect.apt-get.en.html#id-1.9.17.11.31

If the package to install has been made available to you under the form
of a simple .deb file without any associated package repository, it is
still possible to use APT to install it together with its dependencies
(provided that the dependencies are available in the configured
repositories) with a simple command: apt install
./path-to-the-package.deb. The leading ./ is important to make it clear
that we are referring to a filename and not to the name of a package
available in one of the repositories.






Re: Debian GNU/Linux Books

2023-11-12 Thread Greg Wooledge
On Sun, Nov 12, 2023 at 02:28:33PM +, Andy Smith wrote:
> On Sun, Nov 12, 2023 at 11:46:46AM +, Andrew M.A. Cater wrote:
> > I do tend to rely on the knowledge and expertise here: Greg - how
> > would you rate the chances of physical copies of your Bash guides,
> > for example?

I'm not going to produce any.  You can print whatever you want.

> It is an interesting question to ask for this resource specifically,
> because it's very high quality and self-publishing is easier than
> it's ever been.
> 
> If I had space for physical books, I'd buy a physical copy of that.
> 

Well, thanks, but I'm not going to be doing any publishing, and certainly
not of content that belongs to many different people.

If it helps, one of the #bash people made .
I don't know how often it gets updated.



Re: PATH question

2023-11-12 Thread Greg Wooledge
On Sun, Nov 12, 2023 at 09:29:28AM -0500, Thomas George wrote:
> As root I edited bashrc as found in root's home directory

OK.  If I'm not mistaken, that file never contained a PATH definition
in the first place, so you can put things back to normal simply by
deleting the line(s) that you added to that file.

If you want to fix su, my personal recommendation (out of all the options
that are on the NewInBuster wiki page) is this one:

unicorn:~$ cat /etc/default/su
ALWAYS_SET_PATH yes

Just create that file, and put that line in it.  It's what Debian should
have done for you.



Re: PATH question

2023-11-12 Thread Andy Smith
Hello,

On Sun, Nov 12, 2023 at 09:35:33AM -0500, Thomas George wrote:
> I don't like to clutter up my download file. Since I normally use dpkg -i
> debfile.deb this would add a directory in the download file.

When you install a .deb package it only installs to the
fully-qualified paths inside the .deb file. It doesn't install
anything to the current directory, so it doesn't matter where the
.deb is located when you issue "dpkg -i" or "apt install ./file.deb"

(I am not sure if it is even possible for a .deb file to contain a
relative file path, but if it is, they typically don't.)

Thanks,
Andy

-- 
https://bitfolk.com/ -- No-nonsense VPS hosting



Re: PATH question

2023-11-12 Thread Greg Wooledge
On Sun, Nov 12, 2023 at 09:25:26AM -0500, Thomas George wrote:
> Alternately dpkg -i debfile.deb works.

That doesn't install the dependencies.  It may leave your packages in
a semi-broken state, requiring you to run "apt-get -f install" afterward
to fix it.

Using "apt install ./debfile.deb" pulls in the dependencies and keeps
things in a working state at all times, if possible.

Using "dpkg -i" and then "apt-get -f install" was the old way.  You'll
still see people recommending it, because they don't know any better,
and old methods that still "work" (most of the time) take a long time
to die out.

It doesn't help that "apt install ./file" is not documented in the
official man pages.  People can only learn about it from the wiki, or
from word of mouth.



Re: PATH question

2023-11-12 Thread Thomas George
I don't like to clutter up my download file. Since I normally use dpkg 
-i debfile.deb this would add a directory in the download file.


Tom George

On 11/11/23 23:31, Timothy Butterworth wrote:


On November 11, 2023, at 11:16 PM, David  wrote:

>On Sat, 11 Nov 2023 at 18:42, Thomas George 
 wrote:

>> I downloaded the google-chrome deb file to /opt/

Why did you put the chrome.deb in /opt? You found have just kept it in 
your downloads folder. When you use apt to install the chrome.deb 
package it will automatically install the software into a directory on 
/opt.


>>
>> used dpkg to install the program.
>>
>> initial attempt failed, two lib files missing.
>>
>> added the sbin entries to path and tried again
>Hi, the 'apt install' command does have the capability to install a 
local .deb

>package file together with its dependencies if they are available in
>the configured repositories.
>This capability seems to be not mentioned in the manpages
>of 'apt' or 'apt-get' [1].
>Looking for an authoritative source of information to show you,
>I found only this:
> 
https://wiki.debian.org/DebianPackageManagement#Installing_and_removing_packages

>which says:
>  You can also install a .deb file with:
>  # apt install 
>My understanding is that the  must look like a pathname.
>So, to install 'debfile.deb' in the current directory, it should look 
like

>  apt install ./debfile.deb
>Maybe someone else knows where the authoritative documentation
>of this capability can be read, if there is any.
>Maybe someone else knows why this isn't documented in the manpages.
>I have a hazy recollection of possibly reading sometime that 'apt'
>authors might
>intend to rewrite the package regex handling in future, so maybe how this
>works might change, so that might be why it hasn't been documented.
>[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874763


Re: PATH question

2023-11-12 Thread Thomas George

As root I edited bashrc as found in root's home directory

On 11/11/23 23:23, Timothy Butterworth wrote:


On November 11, 2023, at 8:51 PM, Thomas George 
 wrote:


>I downloaded the google-chrome deb file to /opt/
>used dpkg to install the program.

Use sudoapt install ./filename.deb you may need to run sudoapt update 
first.


>
>initial attempt failed, two lib files missing.
>added the sbin entries to path and tried again
>missing files found on the dvd installation disk and google-chrome
>successfully installed
>On 11/11/23 13:22, Greg Wooledge wrote:
>> On Sat, Nov 11, 2023 at 01:03:45PM -0500, Thomas George wrote:
>>> In a newly installed bookworm I edited PATH to
>>> /usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin

What account did you add the sbin'stoo? The Root account should 
already have sbinand it is the only account that should.


If you used suthen you need to run either su-l or su-L to switch user 
to root with a login shell. I recommend disabling root login and using 
sudo.


>> What, exactly, did you edit?
>>
>>> in order to
>>> install google-chrome.
>> Now that makes no sense... unless you ran into the buster su issue.
>>
>> Please see ;.
>>
>>>    This worked but the installed PATH had  two other
>>> entries, something about games?
>> /usr/local/games and /usr/games
>>
>>> I failed to save and did not take note of all the installed PATH 
entries.

>>>
>>> I have no sound with bookworm. Could these other entries be the 
problem?

>> I sincerely doubt it.
>>


Re: Debian GNU/Linux Books

2023-11-12 Thread Andy Smith
Hello,

On Sun, Nov 12, 2023 at 11:46:46AM +, Andrew M.A. Cater wrote:
> I do tend to rely on the knowledge and expertise here: Greg - how
> would you rate the chances of physical copies of your Bash guides,
> for example?

It is an interesting question to ask for this resource specifically,
because it's very high quality and self-publishing is easier than
it's ever been.

If I had space for physical books, I'd buy a physical copy of that.


Thanks,
Andy

-- 
https://bitfolk.com/ -- No-nonsense VPS hosting



Re: PATH question

2023-11-12 Thread Thomas George

Alternately dpkg -i debfile.deb works.

Tom George

On 11/11/23 19:28, The Wanderer wrote:

On 2023-11-11 at 19:09, Greg Wooledge wrote:


On Sat, Nov 11, 2023 at 10:17:09PM +, David wrote:


Looking for an authoritative source of information to show you,
I found only this:
   
https://wiki.debian.org/DebianPackageManagement#Installing_and_removing_packages
which says:
   You can also install a .deb file with:
   # apt install 

My understanding is that the  must look like a pathname.
So, to install 'debfile.deb' in the current directory, it should look like
   apt install ./debfile.deb

Maybe someone else knows where the authoritative documentation
of this capability can be read, if there is any.

I think you've found it.  It's not in ANY man page that I'm aware of.

My reflexive reaction was "that sounds like something that warrants a
wishlist-level bug report".

Then I went looking, and I found a *normal*-level bug report that seems
to cover the matter: https://bugs.debian.org/874763

And that bug report is from 2017, and has no replies.

Unless someone is interested enough to write up a patch for apt.8 and
send it to that bug report, I suspect that this will go unaddressed for
a while longer.





Re: Help ! No syslog anymore

2023-11-12 Thread Michael Biebl

Am 12.11.23 um 08:18 schrieb Bhasker C V:

Hi,
I have tried removing PrivateTmp=no in the rsyslog service file and it 
still doesnt work


I assume you mean PrivateTmp=yes?


I  have removed the service file which I had created too.
I found that when I run the daemon manually, it works well. Hence I have 
disabled rsyslog and I have put the daemon startup in my rc-local


But yes, removing PrivateTmp doesnt help.
I am happy to troubleshoot this if anyone wants me to be a QA for this.


As a first step, please share your complete rsyslog config *verbatim*


Michael

[Not subsribed to debian-user, so please CC on replies]


OpenPGP_signature.asc
Description: OpenPGP digital signature


Re: limit on attachment in mail to list

2023-11-12 Thread Gareth Evans
On Sat 11 Nov 2023, at 20:56, Thomas Schmitt  wrote:
On Sat 11 Nov 2023, at 20:23, Greg Wooledge  wrote:
>> Telnet to bendel, port 25.  Wait for the banner.  Type "EHLO your.domain".
>> Type "quit" to get out.
>
> The protocol is named SMTP.
>   https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol

Oh yes ;)  

Thanks to Greg and Thomas.

Gareth



Re: Hardware for a back up server? [WAS Re: How to use dmsetuup?]

2023-11-12 Thread Andy Smith
Hello,

On Sat, Nov 11, 2023 at 04:01:47PM -0800, David Christensen wrote:
> SSD RAID10 is very impressive when everything else matches.  Backups over a
> Gigabit LAN onto SATA III SSD RAID10 does not make sense because Gigabit
> Ethernet is rated for 1 Gbps read/ write and a SATA III SSD RAID10 is rated
> for 24 Gbps read and 12 Gbps write.  I would put HDD's in the backup server
> and put the SSD's in the workstation.

I agree with you when it comes to systems that are used purely for
backups in a style that mimics tape backup, i.e. rare need for
random access, which from what I understand does cover Gene's
situation as Gene is used to using Amanda for backups, which is a
(virtual) tape paradigm.

However, especially in a home setting, people often ask more of "the
server", turning it into something that isn't entirely, or even
primarily, a backup server. If those uses involve random access, SSD
of some kind will be very beneficial.

Also there are quite a few backup technologies that do use random
access a lot. A venerable one often mentioned on this list is
rsnapshot or its basic implementation using rsync. This walks the
entire backup tree at every iteration checking metadata and creating
hardlinks. The period of time spent deciding what to back up and how
often massively exceeds the time spent transferring and writing the
data with these systems. They will also massively benefit from low
latency storage on SSD.

So just as a word of caution -- and I know you know this, David -- I
want to say check how much random access is going on, before
deciding rotational media will cut it.

Thanks,
Andy

PS I stated this before and I have to say it again though: while
   building a dedicated backup system seems like a great idea for
   Gene's use case, the practical situation for Gene is that he's
   been trying for literal years now to make a very simple RAID10
   mdadm work on perfectly serviceable hardware. This should be a
   simple task, but it's not gone well for him and this list is
   unable to get to the bottom of why (I include myself in that, but
   I think it reflects more on communications difficulties than a
   shortcoming of Linux mdadm). I am at a loss as to why, given
   those facts, people are still advising Gene to build an entire
   new system out of parts. It makes sense for the use case but not
   for the user. I don't think it's supportable. For this user I
   would have to still stand by my advice of buying an off-the-shelf
   NAS.

-- 
https://bitfolk.com/ -- No-nonsense VPS hosting



Re: Debian GNU/Linux Books

2023-11-12 Thread Dan Ritter
Marco Moock wrote: 
> Am 12.11.2023 um 12:05:30 Uhr schrieb Roger Price:
> 
> > Are you saying that I should stop relying on my Dr Linux 4th Ed.
> > ©1996 ?  What's going on here ?  Can't trust anything these days.
> 
> If you know what information is still applicable today (like using cd,
> ls, vi etc.) and which isn't (Sysvinit, classful routing).


sysvinit is still a valid and supported init for Debian.

-dsr-



Re: Debian GNU/Linux Books

2023-11-12 Thread Marco Moock
Am 12.11.2023 um 06:46:42 Uhr schrieb Dan Ritter:

> sysvinit is still a valid and supported init for Debian.

But people need to know that it isn't by default and that they need to
replace systemd to use switch to sysvinit if they want.



Re: Debian GNU/Linux Books

2023-11-12 Thread Andrew M.A. Cater
On Sun, Nov 12, 2023 at 01:35:25AM -0500, Timothy M Butterworth wrote:
> All,
> 
> I have been looking for commercial books written about Debian and there is
> very little selection. I am considering writing an updated Debian GNU/Linux
> Bible for Bookworm/Trixie. Before I started writing it I was wondering if
> anyone would even be interested in buying a copy of it?
> 

I've been into a couple of the largest bookshops in UK in the last few
months - there are fewer and fewer physical books on shelves.

A Debian specific book would be welcome - but the Debian Handbook already
covers much of that. We may end up with refugees from Red Hat distros in
due course but learning apt covers much of that. (If you can use
GNOME in one distro, it's similar in all - and I'm not sure when
Ubuntu last published a handbook, for example).

The big Linux System Administration Handbook - the one with three authors
including Evi Nemeth - is a really good example of something with masses
of good general information but almost nobody has it.

O'Reilly books are primarily online now: I think it would be hard to find
a niche that would fit a new book or a physical book publisher to take it
(and no, I'm not thinking of the average print on demand publisher who
mostly specialises in of out of copyright books, though that might be
an option).

The Red Hat certification market has three or four books: it might be
that maddog and the Linux Professional Institute would be interested
as their courses cover all distros.

Yes, I'd probably buy a copy - I have a physical copy of most of the
Debian books that there are. The most useful at one point was probably
the O'Reilly one which came with a CD.

I do tend to rely on the knowledge and expertise here: Greg - how
would you rate the chances of physical copies of your Bash guides,
for example?

All the very best, as ever,

> Thanks
> 
> Tim
> 
> -- 
> ⢀⣴⠾⠻⢶⣦⠀
> ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
> ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
> ⠈⠳⣄⠀⠀



Re: Debian GNU/Linux Books

2023-11-12 Thread Marco Moock
Am 12.11.2023 um 12:05:30 Uhr schrieb Roger Price:

> Are you saying that I should stop relying on my Dr Linux 4th Ed.
> ©1996 ?  What's going on here ?  Can't trust anything these days.

If you know what information is still applicable today (like using cd,
ls, vi etc.) and which isn't (Sysvinit, classful routing).



Re: Debian GNU/Linux Books

2023-11-12 Thread Roger Price

On Sun, 12 Nov 2023, Marco Moock wrote:


I don't think book are a good way to teach stuff that changes. A wiki
(maybe with paid access, like RedHat does) is much more better than a
book that can't be updated and will be mostly useless with the next
release because beginner don't know which parts are still entirely
adaptable and which aren't.


Are you saying that I should stop relying on my Dr Linux 4th Ed. ©1996 ?  What's 
going on here ?  Can't trust anything these days.


Roger

PS. My copy of Harley Hahn's “Student's Guide to Unix", ©1993, has on page 206 
a picture of Heidi Stettner and Biff taken circa 1980.  Why doesn't Biff bark 
anymore?

Re: Debian GNU/Linux Books

2023-11-12 Thread Bret Busby

On 12/11/23 18:07, Marco Moock wrote:

Am 12.11.2023 um 17:56:46 Uhr schrieb Bret Busby:


I still have my "Debian GNU/Linux 3.1 Bible" and other relevant Linux
printed texts.


But how relevant is it still?
Many things changed and especially for beginners those books are
useless today because they don't know what information is still
applicable to current versions.

If you had bothered to read the rest of my post, you would have better 
understood the context of that to which you have responded in blind haste...



Bret Busby
Armadale
Western Australia
(UTC+0800)
.



AW: Part III BIN=? AW: Anybody familiar with dd (copy)?

2023-11-12 Thread Schwibinger Michael
Good morning

I did try it
with a good DVD

dd if=/dev/sr0 of=/tmp/dvd.bin bs=1M

And this did work.

I tried with the bad DVD

Bug.
Message Cannot read file  Read write problem.

What do I do wrong.

And how to mount a bin file?

Sorry

Regards Sophie



Von: to...@tuxteam.de
Gesendet: Samstag, 11. November 2023 19:35
Bis: Schwibinger Michael
Cc: debian-user@lists.debian.org
Betreff: Re: Part II BIN=? AW: Anybody familiar with dd (copy)?

On Sat, Nov 11, 2023 at 02:05:19PM +, Schwibinger Michael wrote:
> dd if=/dev/sr0 of=/tmp/dvd.bin bs=1M
>
> Good afternoon
> This did work
> Thank You.
>
> But now the bin.
>
> I did
>
> chmod +x dvd.bin
>
> ./dvd.bin

dvd.bin is a CDROM image. You cannot execute a CDROM image. You can
possibly mount it.

Your provider, hotmail hates me. Why?

Cheers
--
t


Re: Debian GNU/Linux Books

2023-11-12 Thread Marco Moock
Am 12.11.2023 um 17:56:46 Uhr schrieb Bret Busby:

> I still have my "Debian GNU/Linux 3.1 Bible" and other relevant Linux 
> printed texts.

But how relevant is it still?
Many things changed and especially for beginners those books are
useless today because they don't know what information is still
applicable to current versions.



Re: Debian GNU/Linux Books

2023-11-12 Thread Bret Busby

On 12/11/23 14:35, Timothy M Butterworth wrote:

All,

I have been looking for commercial books written about Debian and there 
is very little selection. 


I still have my "Debian GNU/Linux 3.1 Bible" and other relevant Linux 
printed texts.


:)

I agree with the reference to a wiki instead (providing sufficient 
volunteers keep it sufficiently updated) - a problem with print books 
about software, including OS's, in addition to the need for ongoing 
updates, and, errata documents, is that people always find information 
that should have been included, and, wasn't, and, adding missing 
information to a dynamic, collaborative publication, such as a wiki, is 
better and easier, than print book revisions and subsequent editions.



Bret Busby
Armadale
Western Australia
(UTC+0800)
.



Re: Debian GNU/Linux Books

2023-11-12 Thread gene heskett

On 11/12/23 03:38, Marco Moock wrote:

Am 12.11.2023 um 01:35:25 Uhr schrieb Timothy M Butterworth:


I have been looking for commercial books written about Debian and
there is very little selection. I am considering writing an updated
Debian GNU/Linux Bible for Bookworm/Trixie. Before I started writing
it I was wondering if anyone would even be interested in buying a
copy of it?


I don't think book are a good way to teach stuff that changes. A wiki
(maybe with paid access, like RedHat does) is much more better than a
book that can't be updated and will be mostly useless with the next
release because beginner don't know which parts are still entirely
adaptable and which aren't.

.
+100 Marco. Books are for physics that don't change. And a book about 
bookworm and the upcoming trixie will be out of date before trixie is 6 
months old.

Cheers, Gene Heskett.
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis



Re: Debian GNU/Linux Books

2023-11-12 Thread David
On Sun, 12 Nov 2023 at 06:36, Timothy M Butterworth
 wrote:

> I have been looking for commercial books written about Debian and
> there is very little selection. I am considering writing an updated
> Debian GNU/Linux Bible for Bookworm/Trixie. Before I started writing
> it I was wondering if anyone would even be interested in buying a
> copy of it?

Hi, are you aware of this?
  https://www.debian.org/doc/manuals/debian-handbook/
  https://debian-handbook.info/

It is written by Debian Developers:
  https://qa.debian.org/developer.php?login=hertzog=yes
  https://qa.debian.org/developer.php?login=lolando=yes

Contribution page is here:
  https://debian-handbook.info/contribute/



Re: Debian GNU/Linux Books

2023-11-12 Thread Marco Moock
Am 12.11.2023 um 01:35:25 Uhr schrieb Timothy M Butterworth:

> I have been looking for commercial books written about Debian and
> there is very little selection. I am considering writing an updated
> Debian GNU/Linux Bible for Bookworm/Trixie. Before I started writing
> it I was wondering if anyone would even be interested in buying a
> copy of it?

I don't think book are a good way to teach stuff that changes. A wiki
(maybe with paid access, like RedHat does) is much more better than a
book that can't be updated and will be mostly useless with the next
release because beginner don't know which parts are still entirely
adaptable and which aren't.