Re: problem with mdadm FAI 6.2

2024-04-26 Thread Thomas Lange
First, check if /dev/md1 is already mounted. Maybe the FAI boot process (using dracut inside the initrd) detect this raid and activates it. You may add a hook which wipes add signature of a soft raid using a simple script. For e.g. under https://fai-project.org/download/misc/ there are

Re: finding unsused scripts, add comment into scripts that are still used

2024-04-19 Thread Thomas Lange
> On Fri, 19 Apr 2024 18:32:02 -0300, Matías Bellone > said: > In my experience, a better comment would be where and/or why the script is used so that in 2030 anyone that reads the comment can know where to start searching to verify if it is still > being used. Great idea,

Re: finding unsused scripts, add comment into scripts that are still used

2024-04-19 Thread Thomas Lange
> On Fri, 19 Apr 2024 18:32:02 -0300, Matías Bellone > said: > In my experience, a better comment would be where and/or why the script is used so that in 2030 anyone that reads the comment can know where to start searching to verify if it is still > being used. Great idea,

finding unsused scripts, add comment into scripts that are still used

2024-04-19 Thread Thomas Lange
Hi all, I like to find scripts in the webwml repo that are not used any more but were not removed from the git repo. Therefore I suggest to add a comment to those scripts, that are still used anyone like translators or by our cron jobs. I did this already for some script as you can see in git

finding unsused scripts, add comment into scripts that are still used

2024-04-19 Thread Thomas Lange
Hi all, I like to find scripts in the webwml repo that are not used any more but were not removed from the git repo. Therefore I suggest to add a comment to those scripts, that are still used anyone like translators or by our cron jobs. I did this already for some script as you can see in git

Bug#872944: #872944 www.debian.org: Remove JavaScript from Policy Manual published on web mirrors

2024-04-11 Thread Thomas Lange
Currently we have a working solution using js and providing multi page html. That's a good solution which is already available. > I did not go deeper into this scenario, I just found > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877337 > which includes a

Bug#872944: #872944 www.debian.org: Remove JavaScript from Policy Manual published on web mirrors

2024-04-11 Thread Thomas Lange
Currently we have a working solution using js and providing multi page html. That's a good solution which is already available. > I did not go deeper into this scenario, I just found > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877337 > which includes a

Re: Bug#872944: #872944 www.debian.org: Remove JavaScript from Policy Manual published on web mirrors

2024-04-11 Thread Thomas Lange
Currently we have a working solution using js and providing multi page html. That's a good solution which is already available. > I did not go deeper into this scenario, I just found > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877337 > which includes a

Bug#872944: #872944 www.debian.org: Remove JavaScript from Policy Manual published on web mirrors

2024-04-10 Thread Thomas Lange
> On Wed, 10 Apr 2024 21:33:50 +0200, Holger Wansing > said: > The second javascript functionality is the full-text search. > Please note, that I made use of javascript by intend, despite of this bug > requesting to remove all js functionality. Hi holger, in the past

Bug#872944: #872944 www.debian.org: Remove JavaScript from Policy Manual published on web mirrors

2024-04-10 Thread Thomas Lange
> On Wed, 10 Apr 2024 21:33:50 +0200, Holger Wansing > said: > The second javascript functionality is the full-text search. > Please note, that I made use of javascript by intend, despite of this bug > requesting to remove all js functionality. Hi holger, in the past

Re: Bug#872944: #872944 www.debian.org: Remove JavaScript from Policy Manual published on web mirrors

2024-04-10 Thread Thomas Lange
> On Wed, 10 Apr 2024 21:33:50 +0200, Holger Wansing > said: > The second javascript functionality is the full-text search. > Please note, that I made use of javascript by intend, despite of this bug > requesting to remove all js functionality. Hi holger, in the past

Re: UEFI boot dropping to startup.nsh prompt

2024-04-10 Thread Thomas Lange
Mmmm. Now I think it's not possible that your image craeted by fai-diskimage can create a valid EFI boot entry on your computer. Maybe that's why it's not booting. Do you think the EFI entries match the UUID of the disk image? > On Wed, 10 Apr 2024 09:01:08 +, Laura Smith via

Re: Adding options for qcow2 output ?

2024-04-09 Thread Thomas Lange
Hi Laura, with fai-diskimage you can't add options for qcow2. But you can create a raw image and then manually convert it to qcow2 using any options you like. In the end fai-diskimage is also just creating a raw image and converts this to qcow2 using qemu-img convert -f raw $rawname -O -c -o

Bug#987943: www.debian.org: Developers Reference: Sphinx search non-functional: searchindex.js missing

2024-04-08 Thread Thomas Lange
> On Mon, 8 Apr 2024 00:35:46 +0200, Holger Wansing > said: >> Can be viewed at >> >> (also with a different html theme, BTW) >> The search works for me. Thanks a lot. --

Bug#987943: www.debian.org: Developers Reference: Sphinx search non-functional: searchindex.js missing

2024-04-08 Thread Thomas Lange
> On Mon, 8 Apr 2024 00:35:46 +0200, Holger Wansing > said: >> Can be viewed at >> >> (also with a different html theme, BTW) >> The search works for me. Thanks a lot. --

Re: Next team meeting: 2024-04-10 20:00 UTC

2024-04-03 Thread Thomas Lange
> On Wed, 3 Apr 2024 14:29:18 -0700, Noah Meyerhans said: > I'd like to be able to attend, but won't be able to at all during the > week of 8 April. Would folks be open to postponing this one week to > April 17 instead? It's ok from my side. -- viele Grüße Thomas

Re: issue with Debian-style html theme for sphinx-based documents

2024-04-03 Thread Thomas Lange
Hi Holger, even if things get more complex, this is a working solution. I'm very happy for that and there's no need for spending more time into looking for a perfect solution. >From my side you get a thank you very much and a GO for applying this patch. > On Tue, 2 Apr 2024 14:47:12 +0200,

Bug#1064593: issue with Debian-style html theme for sphinx-based documents

2024-04-03 Thread Thomas Lange
Hi Holger, even if things get more complex, this is a working solution. I'm very happy for that and there's no need for spending more time into looking for a perfect solution. >From my side you get a thank you very much and a GO for applying this patch. > On Tue, 2 Apr 2024 14:47:12 +0200,

Re: issue with Debian-style html theme for sphinx-based documents

2024-04-03 Thread Thomas Lange
Hi Holger, even if things get more complex, this is a working solution. I'm very happy for that and there's no need for spending more time into looking for a perfect solution. >From my side you get a thank you very much and a GO for applying this patch. > On Tue, 2 Apr 2024 14:47:12 +0200,

Bug#1068250: dracut: Consider switching to the fork dracut-ng

2024-04-02 Thread Thomas Lange
> On Tue, 02 Apr 2024 19:59:57 +0200, Jörg Behrmann > said: > Activity in dracut upstream has died down recently and though there is a version > 60 of dracut in sid, upstream has not tagged such a release. The upstream release process changed, so they do not tag the releases

Re: Translation of DSA

2024-04-01 Thread Thomas Lange
Hi Giuseppe, the DSA are untranslatable on our web page, yes. We did that on purpose. First, these announcements are very technical information, not intended for end users. End users just want to upgrade their system and know if all packages are up to date. That's why we think most people that

Re: Writable partition for D-I ISO images

2024-03-28 Thread Thomas Lange
:15:53 +0100, Philip Hands said: > On Tue, 19 Dec 2023 15:58:39 +0100, Thomas Lange said: >> BTW if one did that, would it still be possible to read the filesystem >> if one were to burn it to a physical CD rather than write it to a USB >> stick? > Nope.

Re: No physical disk in FAI 6.2.2 plain text

2024-03-27 Thread Thomas Lange
The bug in the FAIme service is now fixed. I forgot to change the /etc/fai/NFSROOT when using FAI 6.2.2 and therefore systemd was missing inside the initrd in the nfsroot. The result is that the disk belongs to group root instead of disk. That's why FAI stops, because is does no detect a disk.

Re: No physical disk in FAI 6.2.2 plain text

2024-03-27 Thread Thomas Lange
> On Wed, 27 Mar 2024 13:28:19 +, "Paul, Jochen" > said: > I wonder why the "Gnome desktop" installation works successful and the "Plain text console, no X11" aborts. I've tried several times the > creation of both images but the result does not change. I cannot confirm

Re: No physical disk in FAI 6.2.2 plain text

2024-03-27 Thread Thomas Lange
Hi Jochen, I can confirm this using a KVM virtual machine. I try to dig deeper into it, because other also had this problem some times. I think it's a problem that I mix several FAI version on the server that creates the FAIme ISOs. P.S.: Your mail got stuck because it had several pics in it,

Bug#1067649: Verification page is not accessible from the homepage

2024-03-27 Thread Thomas Lange
> So here I adapt my original request: please add the link to /verify at > the /distrib page; and if possible, also consider renaming the link of I've added the link now to the /distrib web page. -- regards Thomas

Bug#1067649: Verification page is not accessible from the homepage

2024-03-27 Thread Thomas Lange
> So here I adapt my original request: please add the link to /verify at > the /distrib page; and if possible, also consider renaming the link of I've added the link now to the /distrib web page. -- regards Thomas

Bug#1067517: AW: Re: Bug#1067517: found bug in checkdisk

2024-03-26 Thread Thomas Lange
> On Tue, 26 Mar 2024 13:36:44 +, Florian Goth > said: > OK, on my system, in a fai-nfsroot for bookworm > the group of /dev/sda was root, and this was also returned by this stat command. This may happen if you do not use systemd inside the nfsroot for bookworm with FAI 6.2

Bug#1067517: found bug in checkdisk

2024-03-26 Thread Thomas Lange
> On Mon, 25 Mar 2024 11:57:10 +, Florian Goth > said: > stat -c %G > returns the group of the owner, but nothing related to a device type. And this group is "disk" in case it's a disk. -- viele Grüße Thomas

Bug#1067649: Verification page is not accessible from the homepage

2024-03-25 Thread Thomas Lange
I don't think we need the link on the startpage, but maybe on the /distrib page where we provide other ISO downloads. But in the end I try to remember whenever I have verified an ISO by myself. I can't remember and I guess I never did it. Maybe I check that I'm using https://www.debian.org.

Bug#1067649: Verification page is not accessible from the homepage

2024-03-25 Thread Thomas Lange
I don't think we need the link on the startpage, but maybe on the /distrib page where we provide other ISO downloads. But in the end I try to remember whenever I have verified an ISO by myself. I can't remember and I guess I never did it. Maybe I check that I'm using https://www.debian.org.

Bug#1042411: closed by Thomas Lange (found problem)

2024-03-13 Thread Thomas Lange
Hi Marc, you are right. I've reopened this bug and will try to fix it in the next version. -- viele Grüße Thomas

Re: mistake in subroutines line 1285

2024-03-05 Thread Thomas Lange
Hi ssh is correct. ftp will not work here. We need to log into the server for changing the boot configuration by calling fai-chboot. This can't be done using ftp. The login has to be done via ssh. regards Thomas

FAI 6.2.1 released

2024-02-26 Thread Thomas Lange
Hi all, the new FAI version 6.2.1 is now available on fai-project.org. Some minor bugs were fixed and the whole changelog can be read at https://tracker.debian.org/media/packages/f/fai/changelog-6.2.1 -- best regards Thomas

Bug#1064441: does not copy code

2024-02-23 Thread Thomas Lange
Package: fai-client Severity: normal Since qemu-user-static without the F flag is not supported on Debian anymore the binaries are never copied. Therefore lowering the severity. This may only have happended until Debian buster. -- viele Grüße Thomas

Bug#1064442: fai-client - Unable to disable mkramdisk

2024-02-23 Thread Thomas Lange
This is the very easy fix: # set default dirs if FAI_RAMDISKS not already set -: ${FAI_RAMDISKS:="$target/var/lib/dpkg"} +: ${FAI_RAMDISKS="$target/var/lib/dpkg"} @wwaldi: Do you think it's still wrong? -- regards Thomas

Re: install_packages: check for debian

2024-02-20 Thread Thomas Lange
Hi Maximilian, thanks for the hint. I've already applied a patch which will be available in the next upcoming FAI version (6.2.1). regards Thomas > On Tue, 20 Feb 2024 17:31:25 +0100, Maximilian Stein > said: > Hi there, > to decide if it is running on a Debian system,

Bug#949610: will it ever work?

2024-02-17 Thread Thomas Lange
Hi, currently I think it's not possible to have raid+luks+lvm prepared with setup-storage. I didn't manage to prepare a working example. -- regards Thomas

Bug#1050383: reverting the fix

2024-02-16 Thread Thomas Lange
Hi, I will revert this fix in FAI 6.2.1, because it broke other things. Our LVM on soft RAID example does not work any more. You application of using a hook for creating a md device and then set disklist=/dev/md is not what setup-storage supports. Why not use your heuristic and create then the

Re: FAIme service produces currently broken ISOs

2024-02-14 Thread Thomas Lange
The old configuration was restoredd and now the FAIme service is running again. I also found the cause of the problem. dracut does not install a file that is needed is a certain environment. Thomas >>>>> On Tue, 13 Feb 2024 17:49:08 +0100, Thomas Lange >>&g

FAIme service produces currently broken ISOs

2024-02-13 Thread Thomas Lange
Hi all, currently the FAIme service creates broken ISOs which do not boot or do not recognize the local disks. I try to fix this as soon as possible, but currently I do not know the root cause of the problem. -- regards Thomas

Bug#968122: I confirm this bug

2024-02-11 Thread Thomas Lange
I can confirm this bug. Using qemu/kvm with autopkgtests I have keyboard-configuration 1.221 inside the testbed and the postinst script of keyboard-configuration fails with cat: '/sys/bus/usb/devices/*:*/bInterfaceClass': No such file or directory cat:

Bug#968122: I confirm this bug

2024-02-11 Thread Thomas Lange
I can confirm this bug. Using qemu/kvm with autopkgtests I have keyboard-configuration 1.221 inside the testbed and the postinst script of keyboard-configuration fails with cat: '/sys/bus/usb/devices/*:*/bInterfaceClass': No such file or directory cat:

Re: Upcoming stable point release (12.5)

2024-02-08 Thread Thomas Lange
> On Thu, 8 Feb 2024 11:25:22 +0100, Holger Wansing > said: > Now leaving out the year from above link like > https://www.debian.org/security/dsa-5612 > also redirects to the same announcement. > @Thomas: is this the intended behaviour (both variants are supported >

Re: Upcoming stable point release (12.5)

2024-02-07 Thread Thomas Lange
> On Thu, 08 Feb 2024 06:32:33 +, "Adam D. Barratt" > said: > There's a map in the www.d.o Apache config, so existing URLs should > still work afaik. > https://www.debian.org/security/2023/dsa-5551 , for instance, from the > 12.4 announcement at

Subject: Re:Re: Problem with setup-storage

2024-02-07 Thread Thomas Lange
Hi all, other people also have this problem (disks under /dev are not in group disk but root). I wonder if you have checked /etc/fai/NFSROOT after upgrading to FAI 6.2. Make sure this line is removed and recreate the nfsroot. sysvinit-core systemd-sysv- It was used with FAI 6.0.x because we did

Bug#1063146: Problem with setup-storage

2024-02-07 Thread Thomas Lange
Here's the patch https://github.com/faiproject/fai/commit/cd33235318279a96267d3377661dbeba93eacac3 -- viele Grüße Thomas

Re: Problem with setup-storage

2024-02-07 Thread Thomas Lange
Here's the patch https://github.com/faiproject/fai/commit/cd33235318279a96267d3377661dbeba93eacac3 -- viele Grüße Thomas

Re: Problem with setup-storage

2024-02-07 Thread Thomas Lange
Hi Remy, it seems you hit bug https://bugs.debian.org/1063146. I'm preparing a patch and will upload a new FAI version if it's ready. But this bug should only appear, if you use setup-storage as a standalone command. Inside the FAI environment everything should work. It's not clear to me in

Bug#1063146: fai-setup-storage: New dependency on /usr/lib/fai/subroutines

2024-02-06 Thread Thomas Lange
I can add a Depends or Recommends on fai-client for the package fai-setup-storage. What do you think is better? -- regards Thomas

Bug#1063146: fai-setup-storage: New dependency on /usr/lib/fai/subroutines

2024-02-06 Thread Thomas Lange
Hi Stephen, thanks for the report. setup-storage does not need fai-client if you use the option -D and specify the list of disks. So it's not always needed. But I will prepare a patch for it. -- regards Thomas

Re: Resignation as cloud team delegate

2024-02-05 Thread Thomas Lange
> On Mon, 5 Feb 2024 20:59:56 +0200, Jonathan Carter said: > That said, Is everyone listed below still happy to be part of the > delegation? I'm fine to be part of the delegation. -- regards Thomas

FAI web pages offline

2024-02-02 Thread Thomas Lange
Tomorrow, saturday from 8:00 localtime (UTC +0100) to around 4pm the FAI web pages and services will be offline due to a power maintenance. -- regards Thomas

Re: Define sda as the smallest disk

2024-01-31 Thread Thomas Lange
Hi all, that is the example how to change the shell variable $disklist: https://fai-project.org/download/misc/99-disklist.sh Create the script class/99-disklist.sh in your config space (/s/rv/fai/config) These are the imprtant lines: if [ -n "$newlist" ]; then echo New disklist: $newlist

Re: Define sda as the smallest disk

2024-01-31 Thread Thomas Lange
> On Wed, 31 Jan 2024 11:15:46 +0100, Rémy Dernat said: > Hi Thomas, > That looks fantastic. Is there any examples to use these functions ? No, the documentation is really bad. In FAI the disk list is created by these two steps: set_bootstick all_disks_and_size | checkdisk

removing items from the www footer

2024-01-30 Thread Thomas Lange
Hi, I've prepared a patch that removes some items from the footer and make some items non bold. I removed the items that are not that important (like Debian books, CD vendors) or are already linked on other pages (e.g. Mailing List Archives, Ports/Architectures). Before applying the patch and

Re: Define sda as the smallest disk

2024-01-29 Thread Thomas Lange
FAI 6.2 now provides some helper functions to create your own disklist: grepv_disks() grep_disks() notmatchdisks() matchdisks() smallestdisk() largestdisk() all_disks_by_size() all_disks_and_size() once_only() checkdisk() disks_by_id() Here's an older

Re: Removed pages under /releases/

2024-01-24 Thread Thomas Lange
Hi Andreas, another reason that I forgot was that we had too many versions of the installmanual and the release notes. For many old releases we've kept them in 14 languages for every architecture (around 10) for each old release. E.g.:

Re: Removed pages under /releases/

2024-01-23 Thread Thomas Lange
at folders under the releases folder for several > languages has been removed by Thomas Lange - and as I understand it, it > is done on the quest to speed up the build of the webpages. > That is fine by me, but now I see that several translators has started > re-adding those rem

FAI 6.2 released

2024-01-22 Thread Thomas Lange
After more than one a year, a new minor FAI version is available, but it includes some interesting new features. Here a the items from the NEWS file: fai (6.2) unstable; urgency=low * fai-cd can now create live images * Use systemd during installation * New feature: run FAI inside a

Re: Making sure to partition the right disk(s)

2024-01-19 Thread Thomas Lange
> On Fri, 19 Jan 2024 15:33:02 +0100, Diego Zuccato > said: > But it seems it doesn't get mounted (at least a custom script did not > find it mounted). I don't know FAI internals enough :( This mounting of a partition labeled MY-DATA will only work from FAI 6.2, which is not

Re: Making sure to partition the right disk(s)

2024-01-19 Thread Thomas Lange
> On Fri, 19 Jan 2024 10:03:50 +0100, Diego Zuccato > said: > PS: looking at the source, I noticed that a partition labeled "MY-DATA" > is automatically mounted to /media/data . Does it work only for boots > from CD or also from network? It could be useful to store

Re: Making sure to partition the right disk(s)

2024-01-19 Thread Thomas Lange
> On Fri, 19 Jan 2024 09:03:57 +0100, Diego Zuccato > said: > Hello all. > It's not too unusual that sometimes disks get recognized in a different > order across reboots. > How can I make sure I'm repartitioning the right disk and not another > one containing data?

Re: Single FAI server, multiple Debian versions?

2024-01-17 Thread Thomas Lange
> On Wed, 17 Jan 2024 12:27:30 +0100, Diego Zuccato > said: > Yup, sure! > And in the list printed during boot there are both, with DEBIAN > preceding BOOKWORM. I see both var files being read & printed. > Since the first workaround didn't work (even after changing

Re: [chrony-users] No packets transmitted when using Yocto 4.3.1

2024-01-16 Thread Thomas Lange
On 2024-01-02 12:36, Miroslav Lichvar wrote: The cmsg use in chronyd is limited to kernel versions >= 4.8. Maybe we should extend that up to the current version for the case when 64-bit time_t is used on a 32-bit arch. The cmsg problem should now be solved in the following kernel releases:

Re: Single FAI server, multiple Debian versions?

2024-01-16 Thread Thomas Lange
> On Tue, 16 Jan 2024 14:15:04 +0100, Diego Zuccato > said: > Tks, that's indeed way easier. And more manageable, especially if the > files are kept on a dedicated http server => no changes to nfsroot. > The con is that the file needs to be saved somewhere on the local

Re: po pages

2024-01-07 Thread Thomas Lange
>>>>> On Sun, 7 Jan 2024 12:31:54 +0100, Holger Wansing >>>>> said: > Hi, > Holger Wansing wrote (Tue, 02 Jan 2024 18:20:36 +0100): >> Am 2. Januar 2024 17:39:10 MEZ schrieb Thomas Lange : >> >on the po pages like https:/

Re: [chrony-users] No packets transmitted when using Yocto 4.3.1

2024-01-07 Thread Thomas Lange
On 2024-01-05 10:56, Thomas Lange wrote: On 2024-01-02 12:36, Miroslav Lichvar wrote: The cmsg use in chronyd is limited to kernel versions >= 4.8. Maybe we should extend that up to the current version for the case when 64-bit time_t is used on a 32-bit arch. A fix for the cmsg bug has b

Re: Attempt to fai-setup for Bookworm fails -?

2024-01-05 Thread Thomas Lange
> On Fri, 5 Jan 2024 10:55:57 +0100, Steffen Grunewald > said: > Using the files in /etc/fai that come with fai-server_6.0.5, I end up with this: > ... > update-initramfs: deferring update (trigger activated) > Processing triggers for dracut (059-4) ... > dracut:

Re: [chrony-users] No packets transmitted when using Yocto 4.3.1

2024-01-05 Thread Thomas Lange
On 2024-01-02 12:36, Miroslav Lichvar wrote: On Tue, Jan 02, 2024 at 11:54:32AM +0100, Thomas Lange wrote: The root cause is a kernel bug. I have reported it to netdev: https://lore.kernel.org/netdev/a9090be2-ca7c-494c-89cb-49b1db243...@corelatus.se/T/#u A proper patch has not been

new redirects for www.d.o/security and www.d.o/lts/security

2024-01-04 Thread Thomas Lange
Hi all, we now redirect all DSA/DLA URLs under security and lts/security with or without having the year in the path and with or without a version to their announcement mail: Examples: /security/dsa-5576 /security/2023/dsa-5576-2 lts/security/2023/dla-3686-1 lts/security/dla-3686 All URLs like

new redirects for www.d.o/security and www.d.o/lts/security

2024-01-04 Thread Thomas Lange
Hi all, we now redirect all DSA/DLA URLs under security and lts/security with or without having the year in the path and with or without a version to their announcement mail: Examples: /security/dsa-5576 /security/2023/dsa-5576-2 lts/security/2023/dla-3686-1 lts/security/dla-3686 All URLs like

new redirects for www.d.o/security and www.d.o/lts/security

2024-01-04 Thread Thomas Lange
Hi all, we now redirect all DSA/DLA URLs under security and lts/security with or without having the year in the path and with or without a version to their announcement mail: Examples: /security/dsa-5576 /security/2023/dsa-5576-2 lts/security/2023/dla-3686-1 lts/security/dla-3686 All URLs like

po pages

2024-01-02 Thread Thomas Lange
Hi all, on the po pages like https://www.debian.org/international/l10n/po/af we have a long listing of the languages at the top with their abbreviation (like aa de fr) but we also have a link to the language list at the top, which is the same list but with the names of the languages. IMO it

Re: [chrony-users] No packets transmitted when using Yocto 4.3.1

2024-01-02 Thread Thomas Lange
On 2024-01-02 11:34, Miroslav Lichvar wrote: On Fri, Dec 15, 2023 at 11:46:57AM +0100, Thomas Lange wrote: Hi, when I cross compile Chrony for a 32bit ARM system using Yocto 4.3.1, no NTP packets are transmitted. cmsg_type is set to SO_TIMESTAMPING_NEW. This is rejected by __sock_cmsg_send

Re: New script to strip out entries from languages list

2024-01-02 Thread Thomas Lange
Hi Holger, this script looks good to me. Thanks a lot for your work on this. I think you can merge it. > On Mon, 1 Jan 2024 23:39:09 +0100, Holger Wansing > said: > In additional steps, we could also remove entries like de_AT, de_CH, de_DE > and only leave 'de', as mentioned

Re: New script to strip out entries from languages list

2024-01-02 Thread Thomas Lange
Hi Holger, this script looks good to me. Thanks a lot for your work on this. I think you can merge it. > On Mon, 1 Jan 2024 23:39:09 +0100, Holger Wansing > said: > In additional steps, we could also remove entries like de_AT, de_CH, de_DE > and only leave 'de', as mentioned

Re: upcoming changes of the web pages /security and /lts/security

2023-12-27 Thread Thomas Lange
> On Wed, 27 Dec 2023 16:37:57 +0100, Hans Fredrik Nordhaug > said: > Hi!  > This looks great, but it would be nice if the list of "Recent Advisories" (dsa.list) was translated - maybe using PO files? > Currently the entries are untranslated. Example: > [24 Dec 2023] T

Re: webwml failed

2023-12-25 Thread Thomas Lange
> On Mon, 25 Dec 2023 21:36:44 +, Debian Webmaster > said: > /srv/www.debian.org/cron/log/wml_run.log-make -C security install > /srv/www.debian.org/cron/log/wml_run.log-make[2]: Entering directory '/srv/www.debian.org/webwml/spanish/security' >

Re: webwml failed

2023-12-25 Thread Thomas Lange
> On Mon, 25 Dec 2023 21:36:44 +, Debian Webmaster > said: > /srv/www.debian.org/cron/log/wml_run.log-make -C security install > /srv/www.debian.org/cron/log/wml_run.log-make[2]: Entering directory '/srv/www.debian.org/webwml/spanish/security' >

Re: upcoming changes of the web pages /security and /lts/security

2023-12-25 Thread Thomas Lange
>>>>> On Mon, 25 Dec 2023 21:24:19 +, Holger Levsen >>>>> said: > On Mon, Dec 25, 2023 at 09:14:51PM +0100, Thomas Lange wrote: >> Now the security team and the LTS team do not need to manually prepare >> a .wml and .data file for eac

Re: upcoming changes of the web pages /security and /lts/security

2023-12-25 Thread Thomas Lange
>>>>> On Mon, 25 Dec 2023 21:24:19 +, Holger Levsen >>>>> said: > On Mon, Dec 25, 2023 at 09:14:51PM +0100, Thomas Lange wrote: >> Now the security team and the LTS team do not need to manually prepare >> a .wml and .data file for eac

Re: upcoming changes of the web pages /security and /lts/security

2023-12-25 Thread Thomas Lange
Hi all, as announced on Dec 7th, I have now removed the old index.wml files and renamed new.wml to index.wml in the webwml repository under security/ and lts/security/. = IMPORTANT = Now the security team and

Re: upcoming changes of the web pages /security and /lts/security

2023-12-25 Thread Thomas Lange
Hi all, as announced on Dec 7th, I have now removed the old index.wml files and renamed new.wml to index.wml in the webwml repository under security/ and lts/security/. = IMPORTANT = Now the security team and

Re: upcoming changes of the web pages /security and /lts/security

2023-12-25 Thread Thomas Lange
Hi all, as announced on Dec 7th, I have now removed the old index.wml files and renamed new.wml to index.wml in the webwml repository under security/ and lts/security/. = IMPORTANT = Now the security team and

Re: using zstd for qcow2 cloud images

2023-12-20 Thread Thomas Lange
Ooops, you are right Debian included this later. So we would exlcude oldstable users. > On Wed, 20 Dec 2023 22:20:00 +0100, Bastian Blank said: > On Wed, Dec 20, 2023 at 11:45:18AM -0800, Ross Vandegrift wrote: >> > What is the minimum qemu version for using those files? >> 5.1,

Re: using zstd for qcow2 cloud images

2023-12-20 Thread Thomas Lange
I've already said since 5.1 >>>>> On Sat, 16 Dec 2023 18:15:43 +0100, Thomas Lange >>>>> said: > Since qemu 5.1 it support using zstd compression by adding

Re: Problem with jigdo files

2023-12-20 Thread Thomas Lange
I would guess he means the debian-12.4.0-amd64-DVD-17.jigdo in the directory https://cdimage.debian.org/debian-cd/current/amd64/jigdo-dvd/ >>>>> On Wed, 20 Dec 2023 16:43:07 +, Steve McIntyre >>>>> said: > On Wed, Dec 20, 2023 at 09:03:47AM +01

Problem with jigdo files

2023-12-20 Thread Thomas Lange
for these.Maybe you can check if there's a problem with DVD17. Attached is the german email of the person who reported this problem: -- regards Thomas From: "i...@druckerzwerge.de" To: Thomas Lange Subject: Re: Debian CD, missing current release Debian 12 Date: Wed, 20 Dec 2023 08:48:38 +0

Re: Writable partition for D-I ISO images

2023-12-19 Thread Thomas Lange
> On Tue, 19 Dec 2023 13:15:53 +0100, Philip Hands said: > This makes me think that we may be able to publish an image with a > filesystem already appended to it, so that a blend could then create > such a thing including a preseed file that configures their preferred >

Bug#1017039: (no subject)

2023-12-18 Thread Thomas Lange
Sorry, but maybe I missread your email. If this change is applied upstream, then Debian will include the change with the next Debian release. It's a chang to 90overlayfs and not 90overlay-root which is Debian specific and which is needed for my FAI software. I just want to make sure that

Bug#1017039: (no subject)

2023-12-17 Thread Thomas Lange
We have a working 90overlay-root module in Debian which can mount a NFS directory. Currently I see no need to replace this with a new implementation, that was not working when I tested it last time. I also wonder why upstream does not include it? Are there quality issues? Currently I have no

using zstd for qcow2 cloud images

2023-12-16 Thread Thomas Lange
Hi, in the function __convert_image_to_qcow2 in src/debian_cloud_images/images/__init__.py we convert a raw image to qcow2 and use compression by adding -c. Since qemu 5.1 it support using zstd compression by adding -o compression_type=zstd to the qemu-img convert call. This is much faster than

[chrony-users] No packets transmitted when using Yocto 4.3.1

2023-12-15 Thread Thomas Lange
Hi, when I cross compile Chrony for a 32bit ARM system using Yocto 4.3.1, no NTP packets are transmitted. cmsg_type is set to SO_TIMESTAMPING_NEW. This is rejected by __sock_cmsg_send() in net/core/sock.c and no packet is transmitted: 4.3.1 - clock_gettime64(CLOCK_REALTIME,

Link to cloud images on www.d.o/distrib

2023-12-14 Thread Thomas Lange
Hi, on the web page www.debian.org/distrib I've replaces the links like https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-generic-amd64.qcow2 with -generic-amd64.qcow2 and similar types of images (raw, nocloud, arm64,...) is now defined in the webwml repository in

Bug#1057807: dracut-network: broken on sid ("Module 'ifcfg' cannot be found.", and /etc/dracut.conf.d/11-ifcfg.conf add_dracutmodules+=" ifcfg " but modules.d/45ifcfg gone vs bookworm)

2023-12-08 Thread Thomas Lange
A new dracut version 060+5-1 will be available soon. 060+5 is the same as 059+212 because upstream changed its release process. -- reagrds Thomas

Bug#1057807: dracut-network: broken on sid ("Module 'ifcfg' cannot be found.", and /etc/dracut.conf.d/11-ifcfg.conf add_dracutmodules+=" ifcfg " but modules.d/45ifcfg gone vs bookworm)

2023-12-08 Thread Thomas Lange
I guess I can fix this by adding remove-on-upgrade /etc/dracut.conf.d/11-ifcfg.conf to debian/dracut-network.conffiles -- Thomas

Re: upcoming changes of the web pages /security and /lts/security

2023-12-08 Thread Thomas Lange
> On Fri, 8 Dec 2023 10:27:24 -0500, Roberto C. Sánchez > said: > At what point should the LTS team stop generating these? Is that > something that we should discontinue right away, or do wait for a formal > announcement to let us know that these should no longer be

Re: upcoming changes of the web pages /security and /lts/security

2023-12-08 Thread Thomas Lange
> On Fri, 8 Dec 2023 10:27:24 -0500, Roberto C. Sánchez > said: > At what point should the LTS team stop generating these? Is that > something that we should discontinue right away, or do wait for a formal > announcement to let us know that these should no longer be

Re: how to get more recent translations for important web pages

2023-12-08 Thread Thomas Lange
> On Thu, 7 Dec 2023 20:59:08 +0100, Holger Wansing > said: > [Adding debian-www to the loop] > Hi, >> On the other hand, it occurred to me, if it's possible, to only change the >> filename from let's say index.wml to index.wml.old instead of removing the >> file

  1   2   3   4   5   6   7   8   9   10   >