Re: Installing old Debian releases

2025-03-31 Thread Tim Woodall
On Mon, 31 Mar 2025, keller.st...@gmx.de wrote: For comparison, some research and portability tests I'd like to install old releases of Debian, i.e. versions 8, 9, 10. Are there archives and old repositories to install from? Steve archive.debian.org for packages before bullseye. Buster is t

software development environment from scratch

2025-03-27 Thread tim wade
For setting up a software development environment from scratch, I’m facing the following three options: 1. Deploy directly on the server, for example, running Kafka and Redis on the server's operating system. 2. Use Docker containers on the server to deploy, for example, running Kafka and Re

Re: valgrind (ioctl 0x5395 - CDROM_LAST_WRITTEN)

2025-03-25 Thread Tim Woodall
On Tue, 25 Mar 2025, Thomas Schmitt wrote: Hi, Tim Woodall wrote: https://github.com/torvalds/linux/blob/master/include/uapi/linux/cdrom.h [...] ==4710== Warning: noted but unhandled ioctl 0x5395 with no size/direction hints. ioctl CDROM_LAST_WRITTEN is something which software would call

valgrind (ioctl 0x5395 - CDROM_LAST_WRITTEN)

2025-03-24 Thread Tim Woodall
Bit of a wild guess/hope that someone might know what this is. I'm getting a strange error from valgrind about an ioctl that I'm definitely not calling directly and I've got no idea why it would be trying to do anything with a cdrom. https://github.com/torvalds/linux/blob/master/include/uapi/l

Re: increment backup of home dir

2025-03-16 Thread Tim Woodall
permissions get reset very easily: $ touch test $ chmod 700 test $ git add test $ echo >>test $ ls -l test -rwx------ 1 tim tim 1 Mar 16 07:45 test $ git checkout test Updated 1 path from the index $ ls -l test -rwxrwxr-x 1 tim tim 0 Mar 16 07:46 test

Re: increment backup of home dir

2025-03-15 Thread Tim Woodall
On Fri, 14 Mar 2025, Russell L. Harris wrote: On Fri, Mar 14, 2025 at 02:07:53PM +0800, tim wade wrote: I plan to make increment backup for my home dir. It's currently in the size of 1xx GB. I use git. I keep terminal open running a ssh connection open to the backup system. Whenever I

Re: format flowed - wrapping text in editor

2025-03-15 Thread Tim Woodall
On Sat, 15 Mar 2025, Eben King wrote: On 3/15/25 05:49, Tim Woodall wrote: This means that format-flowed emails wrap at 72 characters on my screen in alpine but when I reply to one of these emails the resulting text gets wrapped at column 80 in vim. I can then tell vim to reflow to get

format flowed - wrapping text in editor

2025-03-15 Thread Tim Woodall
mails the resulting text gets wrapped at column 80 in vim. I can then tell vim to reflow to get back to 72 character widths but is there a config setting somewhere to tell alpine to give vim the 72 char wrapped text instead of the 80 char wrapped text? Tim.

Re: increment backup of home dir

2025-03-14 Thread Tim Woodall
On Fri, 14 Mar 2025, Jeffrey Walton wrote: On Fri, Mar 14, 2025 at 2:08?AM tim wade wrote: I plan to make increment backup for my home dir. It's currently in the size of 1xx GB. besides rsync, do you know any other software/service for increment backup? I use Duplicity to bac

kdevtmpfsi question

2025-03-14 Thread tim wade
18817 user 20 0 3075708 2.3g 0 S 392.7 29.6 84:30.28 kdevtmpfsi As you see above (top output), kdevtmpfsi consumes 2.3g Ram and a lot of CPU (392%). What's it then? Thank you in advance.

increment backup of home dir

2025-03-13 Thread tim wade
Hello I plan to make increment backup for my home dir. It's currently in the size of 1xx GB. besides rsync, do you know any other software/service for increment backup? Thank you.

Re: Could you recommend me a mature fuse filesystem which uses a single file as backing storage, and could self-growing?

2025-03-08 Thread Tim Woodall
On Sat, 8 Mar 2025, Thomas Schmitt wrote: But if, instead, what you want is the backing store to grow then use a sparse file as the backing store. This idea reduces the search to filesystems which don't hop around and write without need to new random places on their storage medium. # trunca

Re: Could you recommend me a mature fuse filesystem which uses a single file as backing storage, and could self-growing?

2025-03-08 Thread Tim Woodall
On Sat, 8 Mar 2025, Miriami wrote: Hi! Would you recommend me a mature fuse filesystem, which uses a single file as backing storage, and could self-growing in size? It's like using a fuse ext4 filesystem, just that with self-growing - I tried the fuse ext4 filesystem, but it seems that fuse ex

Re: Proposal for a Yearly Stable Release Cycle for Educational Institutions

2025-03-05 Thread Tim Woodall
t shows a problem with sticking the version in the description though - it's actually 1.14 now :-o $ zcat /usr/share/doc/fuse-overlayfs/changelog.Debian.gz | head fuse-overlayfs (1.14-1~tjw12r2) bookworm; urgency=medium * Backport 1.13 to bookworm -- Tim Woodall Tue, 25 Feb 2025 11

shall I use the latest opensource software?

2025-03-04 Thread tim wade
do you use the latest big data software in debian 12? including hadoop-3.4, hive-4.0, spark-3.5 etc. I am asking this is b/c I still keep using the older versions for them. They are hadoop-3.3.6, hive-3.1.3 and spark-3.4.4. I am just not sure if i will upgrade them to the latest. Thanks

no package management tool

2025-02-19 Thread tim wade
Hello I have logged in a router system which is linux. The provider said it's based on debian OS. But there is not any package tool in it. root@myd-lt527:/# apt -bash: apt: command not found root@myd-lt527:/# root@myd-lt527:/# dpkg -bash: dpkg: command not found root@myd-lt527:/# root@myd-lt527

Re: Is to possible to "pin" based on package origin AND package versioning with a single "Pin:" line (to stay within winehq stable)?

2025-02-18 Thread Tim Woodall
On Wed, 19 Feb 2025, Tim Woodall wrote: On Tue, 18 Feb 2025, Tim Woodall wrote: On Tue, 18 Feb 2025, Sophoklis Goumas wrote: Hello. I've started with this: $ cat /etc/apt/preferences.d/winehq-v9 Package: *:any Pin: release o="dl.winehq.org", v=9* Pin-Priority: 625 Now

Re: Is to possible to "pin" based on package origin AND package versioning with a single "Pin:" line (to stay within winehq stable)?

2025-02-18 Thread Tim Woodall
On Tue, 18 Feb 2025, Tim Woodall wrote: On Tue, 18 Feb 2025, Sophoklis Goumas wrote: Hello. I've started with this: $ cat /etc/apt/preferences.d/winehq-v9 Package: *:any Pin: release o="dl.winehq.org", v=9* Pin-Priority: 625 Done some tests. Package: * Pin: release o=dl

Re: Is to possible to "pin" based on package origin AND package versioning with a single "Pin:" line (to stay within winehq stable)?

2025-02-18 Thread Tim Woodall
On Tue, 18 Feb 2025, Sophoklis Goumas wrote: Hello. I've started with this: $ cat /etc/apt/preferences.d/winehq-v9 Package: *:any Pin: release o="dl.winehq.org", v=9* Pin-Priority: 625 I'm not sure about the quotes, the :all or the * on the version in your example. The easiest way to fix th

Re: How to find installed packages not in APT?

2025-02-04 Thread Tim Woodall
On Mon, 3 Feb 2025, Loren M. Lang wrote: On Mon, Feb 03, 2025 at 11:09:58AM +, Andy Smith wrote: Hi Loren, On Sun, Feb 02, 2025 at 11:29:45PM -0800, Loren M. Lang wrote: I am looking for a way to find all packages that have been installed on my system according to dpkg, but don't have a m

Re: Alpine - remote pinerc

2025-01-25 Thread Tim Woodall
On Sat, 25 Jan 2025, Bret Busby wrote: I trust that you are aware of the (now) alpine mailing list? That mailing list includes people involved in the ongoing development and maintenance of the alpine email software (not alpine Linux), and, is at https://mailman12.u.washington.edu/mailman/lis

Alpine - remote pinerc

2025-01-25 Thread Tim Woodall
useful, all the benefits of a decent mail client and all the benefits of having your configuration follow you around as you change devices. (Ah, checking my mail history I see I asked here about it and I sent an email to the upstream maintainer but I never opened a bug. Perhaps I should do that) Tim.

Re: Help with UDF and BluRay disks

2025-01-24 Thread Tim Woodall
On Fri, 17 Jan 2025, Bob McGowan wrote: Hello list, I've been trying to figure out how to use my BD disc writer to create backups of files. What I first found were instructions to create an empty file of the propper size, 'mkudffs file', loop mount it, copy files to it, unmount and burn to the

Re: What is going on with firefox

2025-01-15 Thread Tim Woodall
On Tue, 14 Jan 2025, Max Nikulin wrote: On 14/01/2025 16:32, Tim Woodall wrote: On Tue, 14 Jan 2025, Max Nikulin wrote: On 14/01/2025 04:40, Tim Woodall wrote: On Mon, 13 Jan 2025, Daniel Harris wrote: I am a very long time happy firefox user using debian stable, but what on earth is going

Re: What is going on with firefox

2025-01-14 Thread Tim Woodall
On Tue, 14 Jan 2025, Max Nikulin wrote: On 14/01/2025 04:40, Tim Woodall wrote: On Mon, 13 Jan 2025, Daniel Harris wrote: I am a very long time happy firefox user using debian stable, but what on earth is going on with firefox lately. It is terrible. So slow and why is it not possible to

Re: What is going on with firefox

2025-01-13 Thread Tim Woodall
though, at work I've just switched to firefox due to the manifest v3 stuff, so I guess I might eventually switch back at home too - probably just in time for firefox to decide they're going to copy that move too...) Tim.

Re: Recovery help needed for remote server: file system mounted read-only

2024-12-30 Thread Tim Woodall
ical access. My provider has a shareable kvm that you can 'book'. I have the ibm equivalent (IMM) so never needed to try it. Even my home machines have ipmi, it is so useful to have bios access without needing to attach a screen. Tim.

Re: elpa-auto-complete and elpa-markdown-toc missing from trixie

2024-12-30 Thread Tim Woodall
On Sun, 29 Dec 2024, Charles Curley wrote: On Sun, 29 Dec 2024 21:52:52 + (GMT) Tim Woodall wrote: This looks like the culprit: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077096 But the maintainer hasn't dealt with it in 6 months. This package needs a no-change uplo

Re: elpa-auto-complete and elpa-markdown-toc missing from trixie

2024-12-29 Thread Tim Woodall
On Sun, 29 Dec 2024, Charles Curley wrote: The packages elpa-auto-complete and elpa-markdown-toc are missing from trixie. They are in bookworm and sid. Any chance we'll see them back in trixie? This looks like the culprit: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077096 But the mai

Re: SMTP servers

2024-12-29 Thread Tim Woodall
ilserver does not have to receive email at all, it doesn't have to accept inbound connections from anywhere and outbound only needs port 25 (plus things like working DNS) Tim.

Re: repository setup and apt-file usage

2024-12-18 Thread Tim Woodall
On Wed, 18 Dec 2024, Frank Guthausen wrote: On Wed, 18 Dec 2024 18:51:58 + (GMT) Tim Woodall wrote: On Wed, 18 Dec 2024, Frank Guthausen wrote: The files of my packages are not included in the database of apt-file, the mandatory ``apt-file update'' does not help to find fil

Re: repository setup and apt-file usage

2024-12-18 Thread Tim Woodall
esigned from scratch as a replacement for apt-cacher, but with a focus on maximizing throughput with low system resource requirements. It can also be used as replacement for apt-proxy and approx with no need to modify clients' sources.list files. and then you see that Filename: line in there, that file needs to exist too which I see when I browse to here: /local/pool/main/a/apt-cacher-ng/ HTH. Tim.

Re: Structure needs cleaning / Directory block does not have space for checksum

2024-12-11 Thread Tim Woodall
e code had rotted badly and the versions in debian stable do not understand some common ext4 features) (I can provide a deb if you don't want to build from source - if you want a random deb from a random person on the internet...) Tim. On Wed, 11 Dec 2024, Gregor Zattler wrote: Hi,

Re: Trying to start Xorg on a vanilla bullseye on rpi4

2024-12-11 Thread Tim Woodall
open at once this doubles the screen real-estate that I have. Tim. On Thu, 3 Nov 2022, Tim Woodall wrote: Hi, I have a vanilla installation of debian bullseye on a rpi4 But I cannot get X to start with two 4K screens attached. The error (entire log below) is [ 707.980] (II) modeset(0): Output

Re: Re: question about apt upgrade facing locally build packages

2024-11-22 Thread Tim Woodall
On Sat, 16 Nov 2024, Patrice Duroux wrote: That's why I ended up with the suffix and letting the sysadmin (often me, with a different hat on ;-) making that preference explicit in the APT machinery. But could it be the a nice feature for apt to have a list apart on the upgrading (I would say

Re: question about apt upgrade facing locally build packages

2024-11-20 Thread Tim Woodall
d a package for any reason. That weird +~ is to take account of nmus and ensuring that the next debian version is always higher than mine. I got caught out when a +deb security fix looked before my +tjw version so my system didn't notice that 'upstream' had a fix. tim@einstein(6):~

Re: Re (2): Grub menu entry for a system on a second drive.

2024-10-25 Thread Tim Woodall
e grub menu - if it's not then that tells you it's not using that grub.cfg but another one that looks like it. I have no idea if grub hides things that aren't parseable - that would be my other guess. Tim.

Re: backup of backup or alternating backups?

2024-09-30 Thread Tim Woodall
On Mon, 30 Sep 2024, Default User wrote: Hi! On a thread at another mailing list, someone mentioned that they, each day, alternate doing backups between two external usb drives. That got me to thinking (which is always dangerous) . . . I have a full backup on usb external drive A, "refreshed"

Re: Cleanup in a bash script

2024-09-30 Thread Tim Woodall
On Sat, 28 Sep 2024, Michael Kjörling wrote: On 28 Sep 2024 16:28 +0100, from debianu...@woodall.me.uk (Tim Woodall): Hmmm, I've managed to fix it. The problem seems to be related to using echo in the exit trap itself while both stderr and stdout are redirected - e.g. via |& tee

Re: ifupdown and inet6 gateways for inet interfaces

2024-09-28 Thread Tim Woodall
On Fri, 27 Sep 2024, Andy Smith wrote: Hi, Here is a manual network setup I have created by use of the "ip" command: $ ip address show dev enX0 2: enX0: mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 00:16:5e:00:02:39 brd ff:ff:ff:ff:ff:ff inet 85.119.82.225/32 scope glo

Re: Cleanup in a bash script

2024-09-28 Thread Tim Woodall
On Sat, 28 Sep 2024, Greg Wooledge wrote: On Sat, Sep 28, 2024 at 14:53:10 +0100, Tim Woodall wrote: Is there a way in bash to guarantee that a trap gets called for cleanup in a script? #!/bin/bash trap cleanup EXIT cleanup() { ... } This works in bash -- i.e., it calls the cleanup

Cleanup in a bash script

2024-09-28 Thread Tim Woodall
Is there a way in bash to guarantee that a trap gets called for cleanup in a script? I have a script that works perfectly normally and cleans up after itself, even if it goes wrong. However on trying to debug something else, I wanted to run it like this: ./script |& tee log and now it doesn't

Re: Unused blocks and fstrim

2024-09-23 Thread Tim Woodall
On Mon, 23 Sep 2024, Steve Keller wrote: Tim Woodall writes: The raid rebuild is a particular pain point IMO. It's important to do a discard after a failed disk rebuild otherwise every block is 'in use' on the underlying storage. Hmm, does a RAID rebuild really always cop

Re: Best practice for fresh install on UEFI with multiple disks?

2024-09-20 Thread Tim Woodall
On Fri, 20 Sep 2024, Florent Rougon wrote: Le 20/09/2024, Tim Woodall a écrit: Because the script will abort after the mount fails. root@dirac:~# cat test.sh #!/bin/bash set -e mount /boot/efi2 echo "do important stuff" root@dirac:~# ./test.sh mount: /boot/efi2: /dev/sd

Re: Best practice for fresh install on UEFI with multiple disks?

2024-09-20 Thread Tim Woodall
On Fri, 20 Sep 2024, Florent Rougon wrote: Le 20/09/2024, Tim Woodall a ?crit: Haven't looked at the script but assuming it's run set -e, then your suggestion will fail if it's already mounted. Why? Because the script will abort after the mount fails. root@dirac:~# cat

Re: Unused blocks and fstrim

2024-09-20 Thread Tim Woodall
On Fri, 20 Sep 2024, Steve Keller wrote: I'd like to understand some technical details about how fstrim, file systems, and block devices work. Do ext4 and btrfs keep a list of blocks that have already been reported as unused or do they have to report all unused blocks to the block device layer

Re: Best practice for fresh install on UEFI with multiple disks?

2024-09-19 Thread Tim Woodall
/efi2 can't be mounted, however in this case I certainly don't want the rsync command to be run. Haven't looked at the script but assuming it's run set -e, then your suggestion will fail if it's already mounted. Best would be to check that, and unmount again only if the script mounted. Tim.

Re: logging with iptables

2024-09-19 Thread Tim Woodall
On Thu, 19 Sep 2024, fxkl4...@protonmail.com wrote: in my iptables i havetcp LOG flags 0 level 4 prefix "REJECT: " this does what i want but how to direct the logging it gets written to multiple file in /var/log syslog, messages, kern, debug can i restrict this to a single file *.*;auth,a

Re: LVM in LVM

2024-09-16 Thread Tim Woodall
On Mon, 16 Sep 2024, Steve Keller wrote: In older Debian releases, I think at least until Debian 9, it was possible to access PVs and LVs which are stored in a LV. The PV inside the containing LV could be displayed and activated with vgdisplay(8) and vgchange(8). This scenario makes sense if y

Re: Really ancient debian images? (potato or older)

2024-09-14 Thread Tim Woodall
On Sat, 14 Sep 2024, Michael Kjörling wrote: On 14 Sep 2024 16:15 +0100, from debianu...@woodall.me.uk (Tim Woodall): Is there anywhere I can download really, really ancient debian images. I need potato or older (i386). I'd like a mountable disk image. And, of course, as soon as I sent

Re: Really ancient debian images? (potato or older)

2024-09-14 Thread Tim Woodall
On Sat, 14 Sep 2024, Tom Furie wrote: On Sat, Sep 14, 2024 at 04:15:46PM +0100, Tim Woodall wrote: The oldest backups I still have go back to 2006 which, sadly, is way too modern. Checking the potato release information says security updates were discontinued in 2003. I switched from Redhat

Re: Really ancient debian images? (potato or older)

2024-09-14 Thread Tim Woodall
On Sat, 14 Sep 2024, Tim Woodall wrote: Is there anywhere I can download really, really ancient debian images. I need potato or older (i386). I'd like a mountable disk image. I have no idea if debootstrap supports this, I haven't tried (yet), I was hoping there was somewhere I coul

Really ancient debian images? (potato or older)

2024-09-14 Thread Tim Woodall
e information says security updates were discontinued in 2003. I switched from Redhat to Debian around that time so I'm likely not to have had any backups for potato anyway although I did at least boot it at that time. Tim.

Re: MAC filter

2024-09-04 Thread Tim Woodall
On Wed, 4 Sep 2024, Andy Smith wrote: Hi, On Wed, Sep 04, 2024 at 04:29:00AM +, Tim Woodall wrote: Every reply I've seen talks about local macs. To be honest I had trouble parsing the original post as a cohesive English text. I mean it had words I understood, just not in that parti

Re: MAC filter

2024-09-03 Thread Tim Woodall
On Sun, 1 Sep 2024, John Conover wrote: The MAC filter needs a local filter for the two 16 X dual hex, (23 total,) digits. The MAC is router usually aligned internally by the router, and contains unique hex digits. Does any anyone recall how to query the digits to the display? Every reply I

Re: Bridging Network Connections with libvirt are unreliable

2024-08-29 Thread Tim Woodall
pdate make_resolv_conf() { : } Don't know if that will fix your problem but it should hopefully stop those dnsmasq lines appearing in the log. Does the problem definitely happen when the dhcp update happens or are these just the nearest logs? Tim.

Re: Subscribing to bug updates.

2024-08-26 Thread Tim Woodall
On Mon, 26 Aug 2024, Jonathan Dowland wrote: On Mon Aug 26, 2024 at 9:08 AM BST, Tim Woodall wrote: Is there some magic needed to subscribe to bug updates? … I've managed to do this in the past. Not sure what I've done wrong or has changed. Can you outline what you tried

Subscribing to bug updates.

2024-08-26 Thread Tim Woodall
bject and body are ignored. I've managed to do this in the past. Not sure what I've done wrong or has changed. Tim.

Re: QEMU: Run a container of a different architecture

2024-08-22 Thread Tim Woodall
static I don't think I installed anything else but I might have missed something. Perhaps systemd-nspawn would similarly work with those packages installed. Tim.

Re: Authenticator apps

2024-08-05 Thread Tim Woodall
On Sun, 4 Aug 2024, to...@tuxteam.de wrote: On Sun, Aug 04, 2024 at 05:44:07PM +0100, Mick Ab wrote: I have a Debian Bullseye desktop PC. I am looking for a 2fa authenticator that works on my desktop, without using a smartphone or tablet. I don't know what an "authenticator app" is. If what

Re: how to use debootstrap tar as repo inside the chroot

2024-08-02 Thread Tim Woodall
On Fri, 2 Aug 2024, Tim Woodall wrote: # Reading through this now I'm not absolutely sure that those hoops I # jump throught to sign the repo are needed... Just confirmed the gpg stuff is not needed # Not sure why I have that proxy bit in here either. I think I'm # installing f

Re: how to use debootstrap tar as repo inside the chroot

2024-08-02 Thread Tim Woodall
On Fri, 2 Aug 2024, daggs wrote: Greetings, I'm working on an automated Debian installation without network access. I've discovered the --make-tarball and --unpack-tarball switches which I use to create the tarball and use it as repo. the initial deployment is this: debootstrap --arch amd64 --

Re: Tool to store on IMAP server

2024-07-30 Thread Tim Woodall
On Tue, 30 Jul 2024, Nicolas George wrote: Tim Woodall (12024-07-30): Yes, I use unison to keep some imap servers in sync. Be precise: you use unison to keep the directories that serve as mail storage for some IMAP servers in sync. Your unison does not know that there is IMAP involved

Re: Tool to store on IMAP server

2024-07-30 Thread Tim Woodall
On Mon, 29 Jul 2024, mick.crane wrote: On 2024-07-29 14:36, Nicolas George wrote: Hi. I am looking for a tool that reads a mail from its input and stores it into an IMAP mailbox: With a new Dovecot install I believe I copied all the old mails into eg. ~/Maidir/cur and they showed up. I was c

Re: sendmail without DNS

2024-07-22 Thread Tim Woodall
On Sun, 21 Jul 2024, Adam Weremczuk wrote: This is in a way a continuation of my recently "purely local DNS" thread. To recap: my objective is to send emails to a single domain with both DNS and any other email traffic being disabled. A simple working solution that I've found for Postfix is:

Re: umask - default user settings?

2024-07-17 Thread Tim Woodall
On Wed, 17 Jul 2024, Max Nikulin wrote: On 17/07/2024 15:37, Tim Woodall wrote: umask 077 can come with its own problems when using shared directories. <https://wiki.debian.org/UserPrivateGroups> Taking into account old 022 vs. 002 discussions it might be 007. I'm not a sudo us

Re: umask - default user settings?

2024-07-17 Thread Tim Woodall
On Mon, 15 Jul 2024, Jeffrey Walton wrote: Debian is a multi-user operating system. Decisions should be made accordingly. I suppose umask is a moot point on phones and tablets, where single-user is often the use case. umask 077 can come with its own problems when using shared directories.

Re: Debian for Limited memory

2024-07-17 Thread Tim Woodall
On Tue, 16 Jul 2024, Michael Kj?rling wrote: Debian 12 will boot in 256 MB RAM (I think that's the minimum supported configuration on amd64, which your VPS very likely is) and a One annoying "feature" I've found if you create the disk image on another machine is that 'modules=dep' often won't

Re: timeout for iptables

2024-07-02 Thread Tim Woodall
On Tue, 2 Jul 2024, Jeff Peng wrote: Hello gurus, Is there a tool for maintaining the timeout for iptables rules? for example, one IP would be blocked by my iptables for 24 hours, and another IP should be blocked for one week. Off the top of my head I can't think exactly how to do it but

Re: sendmail and starttls failing

2024-07-01 Thread Tim Woodall
On Mon, 1 Jul 2024, Tim Woodall wrote: On Sun, 30 Jun 2024, Tim Woodall wrote: On Sun, 30 Jun 2024, Michael Grant wrote: Yeah I'm seeing this too! Identical in fact. This is what I did to fix this: I added this to my /etc/mail/access file for my local server that sends this messag

Re: sendmail and starttls failing

2024-07-01 Thread Tim Woodall
On Sun, 30 Jun 2024, Tim Woodall wrote: On Sun, 30 Jun 2024, Michael Grant wrote: Yeah I'm seeing this too! Identical in fact. This is what I did to fix this: I added this to my /etc/mail/access file for my local server that sends this messages to me: SRV_Features:127.0.0.1

Re: sendmail and starttls failing

2024-07-01 Thread Tim Woodall
On Mon, 1 Jul 2024, Mark Fletcher wrote: On Sun, 30 Jun 2024 at 23:21, Tim Woodall wrote: The thing I'm seeing is in the body of the email - I had no idea this was illegal - and I'm surprised that tools like cron don't do something to avoid sending "illegal" email

Re: sendmail and starttls failing

2024-06-30 Thread Tim Woodall
On Sun, 30 Jun 2024, Michael Grant wrote: Yeah I'm seeing this too! Identical in fact. This is what I did to fix this: I added this to my /etc/mail/access file for my local server that sends this messages to me: SRV_Features:127.0.0.1 L U G Specifically, I added the U and G features, (I

Re: sendmail and starttls failing

2024-06-30 Thread Tim Woodall
On Sun, 30 Jun 2024, Greg Wooledge wrote: On Sun, Jun 30, 2024 at 23:08:01 +0100, Tim Woodall wrote: According to this https://support.trustwave.com/kb/KnowledgebaseArticle10016.aspx bare CRs aren't allowed in emails but this has always worked. I'm only likely to have cron generat

Re: sendmail and starttls failing

2024-06-30 Thread Tim Woodall
On Sun, 30 Jun 2024, Tim Woodall wrote: On Sun, 30 Jun 2024, Michael Grant wrote: After an update today, sendmail is refusing to accept mail. I'm seeing this in the logs: Hmmm, this update seems to have done a lot of odd things. root@dirac:~# mail root Cc: Subject: test cr this

Re: sendmail and starttls failing

2024-06-30 Thread Tim Woodall
On Sun, 30 Jun 2024, Michael Grant wrote: After an update today, sendmail is refusing to accept mail. I'm seeing this in the logs: Hmmm, this update seems to have done a lot of odd things. MSP Queue status... /var/spool/mqueue-client (2 requests) -Q-ID- --Size--

Re: sendmail and starttls failing

2024-06-30 Thread Tim Woodall
On Sun, 30 Jun 2024, Michael Grant wrote: Jun 30 11:43:00 bottom sm-mta[18852]: AUTH: available mech=DIGEST-MD5 CRAM-MD5 LOGIN PLAIN, allowed mech=EXTERNAL Update here, it's not apparently an STARTTLS error, it's an AUTH error. Something in the update last night altered my list of available

Re: can't connect to server from outside LAN

2024-06-12 Thread Tim Woodall
On Wed, 12 Jun 2024, Greg Marks wrote: I'm running a Debian server from my home with a static IP address, with ssh configured to use key-based authentication rather than password-based. As of a couple weeks ago, I have been unable to ssh to my server from external locations. When I ssh from a

Re: Strange difference between bullseye and bookworm.

2024-05-29 Thread Tim Woodall
On Tue, 28 May 2024, Tim Woodall wrote: On Tue, 28 May 2024, Tim Woodall wrote: I start a new user namespace as follows: (The special bashrc is just because there are some things in my default one that (expectedly) don't work in the lxc user namespace) I then mount an overlayfs on t

Re: Strange difference between bullseye and bookworm.

2024-05-28 Thread Tim Woodall
On Tue, 28 May 2024, Tim Woodall wrote: I start a new user namespace as follows: (The special bashrc is just because there are some things in my default one that (expectedly) don't work in the lxc user namespace) I then mount an overlayfs on top of that: fuse-overlayfs -o lowerdir=

Strange difference between bullseye and bookworm.

2024-05-28 Thread Tim Woodall
apt-key. Weirdly, copying dpkg over apt-key and I still get this EOPNOTSUPP error. But deleting it completely and I get ENOENT from the execve call. Does anyone have any ideas what might be be wrong here, what I could try to get this working again? Tim.

Re: Alpine 6.26 - can't stop it wanting to save the password.

2024-05-28 Thread Tim Woodall
On Mon, 27 May 2024, Curt wrote: On 2024-05-26, Tim Woodall wrote: Anyone got any ideas how to disable this? If you have ~/.alpine.passfile apparently it will keep asking, but maybe you don't, in which case I'm stumped. Thanks, no that file doesn't exist. I'm a b

Alpine 6.26 - can't stop it wanting to save the password.

2024-05-26 Thread Tim Woodall
I start alpine with the following alias alias pine='alpine -p \{imap202.home.woodall.me.uk/norsh/tls/user=tim\}remote_pinerc' and after entering my password I get: Preserve password on DISK for next login? [y]: I don't want to do this. My googling suggested that I coul

Re: Current best practices for system configuration management?

2024-04-21 Thread Tim Woodall
On Thu, 18 Apr 2024, Mike Castle wrote: Now, I would like to expand that into also setting up various config files that I currently do manually, for example, the `/etc/apt/*` configs I need to make the above work. For a single set of files, manual isn't bad, but as I want to get into setting up

Re: Am I missing a trick somewhere? lxc-usernsexec and squashfs

2024-04-07 Thread Tim Woodall
On Sat, 6 Apr 2024, Tim Woodall wrote: Hi, I use lxc-usernsexec to simulate root (and other users) for a non-root user. lxc-usernsexec -m b:0:10:65536 That then chroots into an overlayfs mounted using fuse. The lowerdir is a mounted squashfs, the upperdir is a regular directory

Am I missing a trick somewhere? lxc-usernsexec and squashfs

2024-04-06 Thread Tim Woodall
rm -fr /, for example, can't take out the whole system. So solutions that involve doing steps as the real root user aren't suitable. Tim.

Re: Dependencies between components.

2024-04-06 Thread Tim Woodall
pdates but while I was at it I thought it made sense to add dependencies for those too so if I ever do use backports-sloppy, I will get backports too rather than have to remember to manually install it. Tim.

Dependencies between components.

2024-03-30 Thread Tim Woodall
Is there a wiki or something else that lays out exactly what other distributions and components each debian (distribution,component) tuple is allowed to depend on? This is what I've concluded so far. I'm assuming transitive dependencies are allowed, e.g. bookworm-updates-contrib can depend on bo

Re: shellcheck, bashism's and one liners.

2024-03-17 Thread Tim Woodall
On Sun, 17 Mar 2024, Greg Wooledge wrote: Tim's assumption here is that he can write a function which emits a stream of whitespace-separated words, and use this safely in an unquoted command substitution. count $(args) I'm guessing "count" is a stand-in for something more complex, but $(arg

Re: shellcheck, bashism's and one liners.

2024-03-17 Thread Tim Woodall
On Sun, 17 Mar 2024, Greg Wooledge wrote: On Sun, Mar 17, 2024 at 09:25:10AM +, Tim Woodall wrote: In almost all other cases, the space separated items cannot, even in theory, contain a rogue space, so suppressing the warning is fine Famous Last Words™. As one example, it calls out to

Re: shellcheck, bashism's and one liners.

2024-03-17 Thread Tim Woodall
On Sun, 17 Mar 2024, Geert Stappers wrote: On Sun, Mar 17, 2024 at 09:25:10AM +, Tim Woodall wrote: Hi, I've been cleaning up some bash scripts Good and, where possible, addressing things reported by shellcheck. Oh, shellcheck, https://www.shellcheck.net/ I have this one-

shellcheck, bashism's and one liners.

2024-03-17 Thread Tim Woodall
Hi, I've been cleaning up some bash scripts and, where possible, addressing things reported by shellcheck. I have this one-liner (which works but shellcheck doesn't like the quoting) idxsrc="$( newest_file $( APT_CONFIG=${APT_CONFIG} apt-get indextargets --format '$(FILENAME)' 'Identifier: Pac

Re: Committing git working tree with other git repos

2024-03-14 Thread Tim Woodall
hould be a branch that combines # all of the upstream branches # If anything goes wrong, just delete the configs directory and start # again. You are changing nothing on the upstream unless/until you # decide to push. tim@dirac:~/git/flatten/configs (xen3)$ ls origin/ aptmirror17 citrix17

Re: Committing git working tree with other git repos

2024-03-13 Thread Tim Woodall
On Wed, 13 Mar 2024, Tim Woodall wrote: On Wed, 13 Mar 2024, Paul M Foster wrote: Folks: I have a /home/paulf/stow directory with contains subdirectories for each of the packages whose dotfiles I want to manage, like: /home/paulf/stow/alacritty In each subdirectory, I have all the config

Re: Committing git working tree with other git repos

2024-03-13 Thread Tim Woodall
anch onto master in turn. If I've understood your need correctly this should not give any conflicts. If you don't want to mess with rewriting history then just regular git mv, rebase onto common master and rebase each tree in turn. But this will (IMO) make history harder to understand and any future rebase cleanups will likely be a disaster. Tim.

Re: Spam from the list?

2024-03-07 Thread Tim Woodall
On Thu, 7 Mar 2024, Andy Smith wrote: Hi, On Thu, Mar 07, 2024 at 09:44:51AM +0100, Hans wrote: > --- sninp --- > > Authentication-Results: mail35c50.megamailservers.eu; spf=none > smtp.mailfrom=lists.debian.org > Authentication-Results: mail35c50.megamailservers.eu; > dkim=fail reason="sig

Re: SOLVED Re: Disk corruption and performance issue.

2024-02-26 Thread Tim Woodall
On Mon, 26 Feb 2024, Andy Smith wrote: Hi, On Mon, Feb 26, 2024 at 06:25:53PM +, Tim Woodall wrote: Feb 17 17:01:49 xen17 vmunix: [3.802581] ata1.00: disabling queued TRIM support Feb 17 17:01:49 xen17 vmunix: [3.805074] ata1.00: disabling queued TRIM support from libata

Re: SOLVED Re: Disk corruption and performance issue.

2024-02-26 Thread Tim Woodall
On Mon, 26 Feb 2024, Gremlin wrote: re running fstrim in a vm. The Host system takes care of it I guess you've no idea what iscsi is. Because this makes no sense at all. systemd or no systemd. The physical disk doesn't have to be something the host system knows anything about. Here's a threa

Re: SOLVED Re: Disk corruption and performance issue.

2024-02-26 Thread Tim Woodall
On Mon, 26 Feb 2024, Gremlin wrote: Are you using systemd ? No, I'm not You should not be running trim in a container/virtual machine Why not? That's, in my case, basically saying "you should not be running trim on a drive exported via iscsi" Perhaps I shouldn't be but I'd like to understan

SOLVED Re: Disk corruption and performance issue.

2024-02-26 Thread Tim Woodall
TLDR; there was a firmware bug in a disk in the raid array resulting in data corruption. A subsequent kernel workaround resulted in dramatically reducing the disk performance. (probably just writes but I didn't confirm) Initially, under heavy disk load I got errors like: Preparing to unpack ..

  1   2   3   4   5   6   7   8   9   10   >