Bug#1092987: vagrant: free Vagrant versions no longer work with HashiCorp Cloud Platform's Vagrant registry

2025-01-14 Thread Christopher Huhn
Hi Lucas An alternative approach would be to 1) keep the vagrant 2.3.7 package as long as it stays maintainable, 2) point out that the HashiCorp Cloud Platform is incompatible and 3) publish updated Debian Vagrant images somewhere else. TBH I have no idea how feasible 1) is. Generating appropri

Bug#1041521: Fixed in Ubuntu 24.04?

2024-09-24 Thread Christopher Huhn
There seems to be a corresponding bug in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/2028282 Allegedly the bug has been fixed in Ubuntu 24.04 smime.p7s Description: Kryptografische S/MIME-Signatur

Bug#944139: Another possible solution

2024-05-17 Thread Christopher Huhn
I created https://salsa.debian.org/debian/debmirror/-/merge_requests/15 that introduces a new command line argument --ignore-missing-arch-all and is less intrusive than https://salsa.debian.org/debian/debmirror/-/merge_requests/7 That patch fixes the problem for me. Best Christopher

Bug#944139: Another possible solution

2024-05-17 Thread Christopher Huhn
https://salsa.debian.org/debian/debmirror/-/merge_requests/7 also tries to solve this issue.

Bug#1052714: Use upstream tarball from kernel.org

2023-12-20 Thread Christopher Huhn
This reddit thread suggests using the latest firmware tarball from kernel.org: https://www.reddit.com/r/debian/comments/17umedg/fixed_amd_rx_7800_xt_gpu_on_debian_unstable/ A (more) frequently updated firmware-amd-graphics would be more favorable, maybe also for stable-updates? Best, Christo

Bug#1053214: RFP: lustre -- distributed parallel, scalabe, high-performance, high-availability file system

2023-11-09 Thread Christopher Huhn
Hi Ole, more than a decade ago we (GSI IT) funded an effort by a commercial supporter (Credativ) to get Lustre in shape for inclusion in Debian. This effort unfortunately went nowhere, but its remains can still be found on snapshot.debian.org [1]. AFAICT the current upstream packaging has been

Bug#1039967: [PATCH] autofs: Fix hang on kerberos authenticated ldap

2023-07-10 Thread Christopher Huhn
topher -- Christopher Huhn Linux & web group IT department GSI Helmholtzzentrum fuer Schwerionenforschung GmbH Planckstr. 1, 64291 Darmstadt, https://www.gsi.de/ Sitz der Gesellschaft / Registered Office:Darmstadt Handelsregister / Commercia

Bug#988337: XDG_RUNTIME_DIR can be set in ~/.profile

2022-07-26 Thread Christopher Huhn
Setting the $XDG_RUNTIME_DIR environment variable in ~/.profile or ~/.bash_profile fixes this error. The Gentoo wiki has an example: https://wiki.gentoo.org/wiki/Weston#Usage XDG_RUNTIME_DIR is normally defined in /etc/X11/Xsession.d/20dbus_xdg-runtime. I assume Xsession* is only for X and not

Bug#986814: Latest vagrant Buster libvirt image not found

2021-04-19 Thread Christopher Huhn
per: Le 12/04/2021 à 13:14, Christopher Huhn a écrit : Package: cloud.debian.org Severity: serious The latest Buster libvirt image for vagrant gives me a 404, `vagrant box update` fails. λ > curl https://app.vagrantup.com/debian/boxes/buster64/versions/10.20210409.1/providers/libvirt.box Hi T

Bug#986814: Latest vagrant Buster libvirt image not found

2021-04-12 Thread Christopher Huhn
Package: cloud.debian.org Severity: serious The latest Buster libvirt image for vagrant gives me a 404, `vagrant box update` fails. λ > curl https://app.vagrantup.com/debian/boxes/buster64/versions/10.20210409.1/providers/libvirt.box {"errors":["Not found"],"success":false} Best Christopher

Bug#985897: ruby-serverspec: Bogus manpage for serverspec-init

2021-03-25 Thread Christopher Huhn
Package: ruby-serverspec Version: 2.37.2-1 Severity: minor Dear Maintainer, the serverspec-init manpage does not refer to serverspec-init at all but to GoldenCheetah. Is that a joke or a copy&paste error? Although I'm reporting this from a Stretch box, I checked that the wrong manpage is still i

Bug#982182: Fixed in FAI example config yesterday

2021-02-09 Thread Christopher Huhn
Looks like this affects all FAI installs with grub-pc where the config has been derived from the FAI example configuration older than yesterday: https://github.com/faiproject/fai-config/commit/bf90f3048f552f2dc1a0f50766646dff9f67aef9 Best Christopher smime.p7s Description: S/MIME Cryptograp

Bug#982182: Still a regression?

2021-02-09 Thread Christopher Huhn
Hi, we install all our systems with FAI and at least our FAI setup does not set grub-pc/install_devices. That might be an issue with our setup or a general issue with FAI (we'll have to look into that). Anyhow the change surely breaks all installs before grub-pc/install_devices has been prope

Bug#825215: Blocked by upstream licensing issues?

2020-03-18 Thread Christopher Huhn
Hi, the bug meta-data says: > Forwarded to https://github.com/mattermost/mattermost-server/issues/4176 > Summary: Blocked by upstream licensing issues. These seem related but are apparently unrelated - the github issue does not mention any license problems, just missing go dependencies. Is t

Bug#930087: syslinux-efi: syslinux.efi ignores pxelinux.configfile during PXE boot

2019-06-06 Thread Christopher Huhn
Package: syslinux-efi Version: 3:6.04~git20190206.bf6db5b4+dfsg1-1~bpo9+2 Severity: normal Dear Maintainer, we are forced to switch some of our netbooting machines to UEFI ie. from pxelinux.0 to syslinux.efi. Apparently syslinux.efi does not take the DHCP option pxelinux.configfile (Option 209

Bug#929105: java-common: update-java-alternatives should not propagate return code of update-alternatives

2019-05-17 Thread Christopher Huhn
Package: java-common Version: 0.71 Severity: normal update-java-alternatives --set ... propagates the exit code of its last call to update-alternatives as its own exit code. In my test case that is: > root# update-alternatives --quiet --set serialver > /usr/lib/jvm/java-11-openjdk-amd64/bin/ser

Bug#882515: ruby-serverspec: Package should recommend net-tools

2017-11-23 Thread Christopher Huhn, GSI
Package: ruby-serverspec Version: 2.37.2-1 Severity: wishlist serverspec relies on netstat to check wether a service is listening on a specific port. netstat is part of net-tools, priority optional. ruby-serverspec should recommend or at least suggest to install that package. Kind regards

Bug#858265: chef: key management broken in apt_repository resource

2017-03-20 Thread Christopher Huhn, GSI
Package: chef Version: 12.14.60-2 Severity: normal Tags: patch upstream The provider for the apt_repository fails to parse the repository signing key fingerprints on Stretch. This patch on Github fixes the issue for upstream: https://github.com/chef/chef/commit/d7ac39bb7a7f710726bfd1adcf32ea07e6c

Bug#852690: sddm: circumventable with 0.14

2017-02-17 Thread Christopher Huhn, GSI
Package: sddm Followup-For: Bug #852690 Hi again, with SDDM from experimental and 'EnableAvatars=false' SDDM starts up so that logins are possible. With 0.13 the problem becomes even worse after a while: due to the huge amount of NFS mounts systemctl is no longer able to talk to systemd ('Con

Bug#855111: Scenario

2017-02-14 Thread Christopher Huhn
Minimal steps for reproduction: $ sudo apt install appstream [..] $ sudo apt -qq update E: Failed to fetch http://mirror.gsi.de/distrib/debian/dists/stretch/main/dep11/Components-amd64.yml 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instea

Bug#855111: apt: Missing dep11 info on mirror breaks update when appstream is installed

2017-02-14 Thread Christopher Huhn, GSI
Package: apt Version: 1.4~rc1 Severity: important Hi, for testing purposes I installed plasma-discover on my Stretch box. That pulled appstream, enabling fetching of DEP-11 stuff, which our debmirror/stable powered local mirror does not host. The inability to fetch DEP-11 icons makes apt fail wi

Bug#851909: Problems disappear after downgrade

2017-02-02 Thread Christopher Huhn
OK, after downgrading to 2.9.2+2014.05.11git44800a7-2 elog starts to work again. So this is definitely a regression. Kind regards, Christopher

Bug#851909: Similar problems

2017-02-02 Thread Christopher Huhn
7fff8131d6b0 error 6 in elogd[40+ac000] Feb 2 12:52:46 lxelog1 kernel: [172388.591373] elogd[18256]: segfault at 7ffc50ff4008 ip 0043f5cc sp 7ffc50ff4010 error 6 in elogd[40+ac000] Kind regards, Christopher -- Christopher Huhn Linux Core Services HPC department GSI

Bug#852690: sddm: Mounts all user home directories, fails to start

2017-01-26 Thread Christopher Huhn, GSI
Package: sddm Version: 0.13.0-1 Severity: important On startup sddm mounts all home directories for our > 4000 accounts. I suspect that this is due to the display of face icons by default (which is also rather pointless for many user systems btw.) I tried different themes (breeze, circles, maledi

Bug#839820: linuxlogo: systemd drop-in

2016-10-05 Thread Christopher Huhn, GSI
Package: linuxlogo Version: 5.11-7 Severity: wishlist Hi, this small drop-in adds linuxlogo support for systemd as discussed in #750781. It could be included in the package as a conffile or example and complement the vague instructions in README.Debian. Cheers, Christopher -- System Inf

Bug#767569: Two systemd service definitions

2016-06-01 Thread Christopher Huhn
Additionally smartmontools ship two identical service definitions: /lib/systemd/system/smartd.service and /lib/systemd/system/smartmontools.service This is probably also not intentional. Cheers, Christopher

Bug#818353: snmp-mibs-downloader: /usr/share/mibs vs. /usr/share/snmp/mibs

2016-03-16 Thread Christopher Huhn, GSI
Package: snmp-mibs-downloader Version: 1.1 Severity: normal Hi, snmp-mibs-downloader creates links from /usr/share/mibs to /var/lib/mibs. libsnmp-base installs its mibs beneath /usr/share/snmp/mibs. I'd suggest to unify this - and I'd prefer the latter. Cheers, Christopher -- System In

Bug#804173: torrus-common: SNMPv3 with AES privprotocol broken

2015-11-05 Thread Christopher Huhn, GSI
n/dash Init: systemd (via /run/systemd/system) From: Christopher Huhn Date: Thu, 5 Nov 2015 18:58:31 +0100 Subject: 20_fix_snmpv3_with_aes --- doc/xmlconfig.pod.in| 2 +- perllib/Torrus/Collector/SNMP_Params.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(

Bug#732849: Not a KDM problem?

2015-07-27 Thread Christopher Huhn
Hi, I just stumbled upon this problem on Wheezy. Don't know if Jessie and Sid are still affected but I assume so. This discussion is very informative: https://lists.debian.org/debian-user/2013/12/msg01371.html > X (whether started with a login manager or startx) gets information about > the keyb

Bug#724455: [PATCH] Add support for Oracle JDK 8 on armhf

2014-02-12 Thread Christopher Huhn
Am 12.02.2014 12:38, schrieb Emmanuel Bourg: Could you please checkout the package from alioth and give it a try? Works as expected. Cheers, Christopher -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@

Bug#724455: [PATCH] Add support for Oracle JDK 8 on armhf

2014-02-12 Thread Christopher Huhn
From: "C. Huhn" Tags: patch Hi, this patch adds support for Oracle Java 8 preview on armhf. The generated package works on my box (only tested 'java -version' yet though). Setting the j2se_arch to "arm-vfp-hflt" is rather ugly, but that seems to be the prefered upstream naming. Cheers,

Bug#729981: gem2deb: Fails to handle irregular file names on install

2013-11-19 Thread Christopher Huhn
Package: gem2deb Version: 0.5.0 Severity: normal Tags: patch Hi, I tried to gem2deb di-ruby-lvm-attrib. This fails because the gem contains files with parentheses in their name. This can be circumvented by protecting the file name with quotes when calling install. Cheers, Christopher -

Bug#719776: alien: Alien cannot convert RPMS if there are whitespaces in their path

2013-08-15 Thread Christopher Huhn, GSI
nf information >From c51017904c32666ebbfcaef7be1c9c5f63d7ad87 Mon Sep 17 00:00:00 2001 From: Christopher Huhn Date: Thu, 15 Aug 2013 10:32:20 +0200 Subject: [PATCH] Correctly handle RPMs with whitespace in their path --- Alien/Package/Rpm.pm | 10 +- 1 file changed, 5 insertions(+), 5 del

Bug#686245: Problem disappeared

2013-07-11 Thread Christopher Huhn
Hi all, with my profile icedove 10.0.12 doesn't crash on dragging attachments anymore. Please close this bug. Cheers, Christopher smime.p7s Description: S/MIME Cryptographic Signature

Bug#715024: dctrl-tools: Surprising behaviour of -w -P

2013-07-05 Thread Christopher Huhn, GSI
Package: dctrl-tools Version: 2.22.2 Severity: minor Hi *, I just stumbled upon "grep-available -w -P libstdc++6" not finding any package. Obviously '+' signs are not treated as literals but regex operators and consequently "grep-available -w -P 'libstdc\+\+6'" properly locates the package. "g

Bug#714250: debmirror: No way to silence rsync failures?

2013-06-27 Thread Christopher Huhn
Package: debmirror Version: 1:2.14~bpo60+1 Severity: normal Hi, when I try to mirror a repository without rsync demirror complains that it cannot rsync the trace files. If I run it with --rsync-extra=none, it complains that this is not recommended. Apparently there's no way to silence output in

Bug#712155: wget: -O does not work as described wrt timestamps

2013-06-13 Thread Christopher Huhn, GSI
Package: wget Version: 1.13.4-3 Severity: normal Hi all, wget's manpage says: > -O file > --output-document=file > ... > Use of -O is not intended to mean simply "use the name file instead > of the one in the URL;" rather, it is > analogous to shell redirection:

Bug#698215: linux-image-3.2.0-4-amd64: Grub fails loading with "cannot read the linux header"

2013-01-15 Thread Christopher Huhn
Unfortunately this is not/set used by FAI, at least not by the scripts we use which may not be up to date. In that case this is a dangerous bug in FAI (or your scripts) which needs to be fixed. grub-pc has no practical way to work around this as some people set this situation up intentionally.

Bug#698215: linux-image-3.2.0-4-amd64: Grub fails loading with "cannot read the linux header"

2013-01-15 Thread Christopher Huhn
Unfortunately this means that I may have to update grub with each release (or kernel?) upgrade on a couple of servers (~ 1000), automatically choosing the proper boot device, which is normally handled for me by FAI at install time and may be cumbersome eg. for software RAIDs. This should be re

Bug#698215: linux-image-3.2.0-4-amd64: Grub fails loading with "cannot read the linux header"

2013-01-15 Thread Christopher Huhn
Hi, On 15.01.2013 14:26, Ben Hutchings wrote: This is Debian - we carry on supporting hardware until it's turned to rust (well almost). Anyway if GRUB is complaining then the kernel isn't running yet, is it? No, it was not. Because of this, you need to make sure you're running the LATEST VE

Bug#698215: linux-image-3.2.0-4-amd64: Grub fails loading with "cannot read the linux header"

2013-01-15 Thread Christopher Huhn, GSI
Package: src:linux Version: 3.2.35-2 Severity: important Hi everybody, I'm rather clueless on this error. Grub refuses to boot the current Wheezy kernel on this box. The message is "cannot read the linux header". 3.2.0-3-amd64 boots without problems. I reinstalled the kernel package as well as

Bug#651795: Debian support for non-standard kernels

2012-11-13 Thread Christopher Huhn
Hi all, because of this bug lustre-source has been removed from Wheezy. From my point of view that's a pity. I wonder if there's a general Debian policy that regulates that kernel module sources and kernel patches are not suitable for a release if they are not applicable to the default relea

Bug#686245: icedove: crashes when dragging attachments from mail viewer to mail composer

2012-09-27 Thread Christopher Huhn
On 09/01/2012 11:29 AM, Carsten Schönert wrote: could you please follow http://wiki.debian.org/Icedove#Debugging and append a log of a backtrace while such a crash happen? Sorry I could not follow up on that any sooner. The log is attached. Happen this crash to if you disable any plugins? T

Bug#686245: icedove: crashes when dragging attachments from mail viewer to mail composer

2012-08-30 Thread Christopher Huhn, GSI
Package: icedove Version: 10.0.6-2 Severity: normal Hi, icedove reproducibly segfaults when an attachment is dragged from an email in the inbox (IMAP) to the composer window. This applies to the attach button as well as the attachment box if there already are attachments. Icedove 3.0.11 on Squ

Bug#686099: torrus-common: Wrong user hardcoded in devdiscover

2012-08-28 Thread Christopher Huhn, GSI
Package: torrus-common Version: 2.03-1 Severity: important Tags: patch devdiscover has the username 'torrus' hardcoded for its --mkdir option but Debian uses 'Debian-torrus' instead. The attached patch simply changes the username. A better solution would look up the right username at each devdis

Bug#528062: Supplied patch breaks working installations with php and suexec

2010-10-19 Thread Christopher Huhn
Hi, I tested the patch for a Lenny server with quite some public_html UserDirs - I suspect that my observations also apply to Squeeze. The behavior of our configuration with the default Apache packages is that normal CGI scripts in public_html dirs are running under the owners uid, while ph

Bug#596351: ohai fails with: to_json: source sequence is illegal/malformed

2010-09-10 Thread Christopher Huhn, GSI
Package: ohai Version: 0.5.6-1 Severity: grave Justification: renders package unusable Simply running ohai fails on my box with the following error: /usr/lib/ruby/1.8/json/common.rb:232:in `to_json': source sequence is illegal/malformed (JSON::GeneratorError) from /usr/lib/ruby/1.8/json/

Bug#554843: bullding pure binary deb kernel module packages with the help of dkms

2010-04-30 Thread Christopher Huhn
Hi folks, I'd also appreciate this a lot and I don't think that this is something the driver packages schould provide by themself. Simple use case: Many (> 100) file servers running Debian stable with the same kernel version (ideally the Debian standard kernel) and Adaptec RAID controllers need a

Bug#551736: openvas-client: Please suggest htmldoc

2009-10-20 Thread Christopher Huhn
Package: openvas-client Version: 2.0.5-1~bpo50+1 Severity: wishlist The openvas client uses htmldoc for creating reports in PDF format. Therefore it should suggest the htmldoc package. Kind regards, Christopher -- System Information: Debian Release: 5.0.3 APT prefers stable APT poli

Bug#502421: checksecurity: Please add lustre to the list of network filesystems

2008-10-16 Thread Christopher Huhn
Package: checksecurity Version: 2.0.11 Severity: wishlist Tags: patch The lustre file system should be mentioned in check-setuid's CS_NFSAFS variable default in /etc/checksecurity/check-setuid.conf. Kind regards, Christopher -- System Information: Debian Release: lenny/sid Architecture:

Bug#502069: /usr/share/apps/kicker/default-apps should be a config file

2008-10-13 Thread Christopher Huhn
Package: kicker Version: 4:3.5.9.dfsg.1-5 Severity: wishlist This request might be void (too late for Lenny, kicker (KDE3) presumably not in squeeze) but anyhow: /usr/share/apps/kicker/default-apps controls which program icons appear on the kicker bar on a system-wide level. This file should

Bug#501801: lenny beta2 install on Lenovo ThinkPad T61 without troubles

2008-10-10 Thread Christopher Huhn
Package: installation-reports Boot method: network install via PXE Image version: Lenny installer beta 2 Date: 2008/10/09 Machine: Lenovo ThinkPad T61 (Type 7659-P4G) Processor: Some Core Duo Memory: ??? Partitions: Automatic installation with encrypted LVM Output of lspci -knn (or lspci -nn): O

Bug#500244: My apologies

2008-09-26 Thread Christopher Huhn
Sorry for the doubled info, I completely failed struggling with reportbug --body-file :-( -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#500244: fai-client: improve ainsl exit codes

2008-09-26 Thread Christopher Huhn
Package: fai-client Version: 3.2.9 Severity: wishlist Subject: fai-client: improve ainsl exit code Package: fai-client Version: 3.2.9 Severity: wishlist It would be nice if ainsl's exit code would signal if it actually appended a line, ie. return non-zero if a matching line was found or a usage

Bug#497800: klibc-utils: ipconfig cuts off rootpath DHCP option

2008-09-04 Thread Christopher Huhn, GSI
Package: klibc-utils Version: 1.5.12-2 Severity: important Hi, ipconfig truncates DHCP root-path options (à la [:][,]) after 40 bytes. The reason seems to be this #define: usr/kinit/ipconfig/netdev.h:7:#define BPLEN 40 This is definitely way too short, especially if you take into a

Bug#187092: man timeout

2007-02-06 Thread Christopher Huhn
timeout's manpage state that "timeout's exit status is the exit status of the specified command ... " So if you won't fix the bug, please document it correctly in the manpage. Regards, Christopher -- Christopher Huhn, GSI Darmstadt 'We apologise fo

Bug#407448: torrus-common: Wrong dir reference in README.Debian

2007-01-18 Thread Christopher Huhn
Package: torrus-common Version: 1.0.4-1 Severity: minor The apache2 config dir is referred to as /etc/apache2/config.d in README.Debian but it is /etc/apache2/conf.d Regards, Christopher -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (900, 'testing') Architec

Bug#316064: lsb-core: Stale link in README.Debian

2005-06-28 Thread Christopher Huhn, GSI
Package: lsb-core Version: 2.0-7 Severity: minor http://people.debian.org/~joeyh/lsbtest/current/, referenced by README.Debian, is apparently obsolete. Regards, Christopher -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-2-686-smp Locale: LANG=C,

Bug#307928: Alias /twiki/data /var/lib/twiki/data in apache.conf

2005-05-06 Thread Christopher Huhn
Package: twiki Version: 20040902-3 Severity: normal Defining an alias for data/ in apache.conf is pointless IMHO. Additionally it reveals the raw contents of the topics to everyone, by-passing TWiki's access control. This may also be a security issue. -- System Information: Debian Release: 3.1 A

Bug#306829: autofs-ldap: auto.master in LDAP and autofs.schema

2005-04-28 Thread Christopher Huhn, GSI
Package: autofs-ldap Version: 4.1.3+4.1.4beta2-7 Severity: important Tags: patch /etc/init.d/autofs fails to retrieve the auto.master map from LDAP. The attached patch fixes the problem for my setup. Additionally it exports LDAPBASE and LDAPURI (see bug #304340), which makes autofs-ldap rather

Bug#300726: hotplug: don't fail on creating /usr/local/lib/firmware

2005-04-04 Thread Christopher Huhn
Package: hotplug Version: 0.0.20040329-21 Severity: normal Tags: patch Followup-For: Bug #300726 Debian policy 9.1.2: "These scripts must not fail if either of these operations fail." -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (900, 'testing'), (100, 'unstable

Bug#297935: Further observations

2005-03-03 Thread Christopher Huhn
The init script should be called /etc/init.d/partimage-server, not /etc/init.d/partimaged (see Debian policy 9.3.2) In contrast to /usr/share/doc/partimage-server/README.Debian.partimaged partimaged runs as root not partimag. You shoud use start-stop-daemon --start --chuid partimag ... In contr

Bug#297935: partimage-server: init script does nothing if run_on_boot=false

2005-03-03 Thread Christopher Huhn
Package: partimage-server Version: 0.6.4-10.1 Severity: normal Choosing not to run partimaged on boot seems to set launch=0 in /etc/default/partimage-server. This causes /etc/init.d/partimage-server to be completely useless even when starting the service manually. Instead postinst should skip

Bug#296461: UpgradeTwiki upgrade script not present/working : fix setlib.cfg

2005-02-24 Thread Christopher Huhn
Olivier Berger wrote: era eriksson <[EMAIL PROTECTED]> writes: In , you write: > In order to upgrade from a previous twiki installation, the > upstream script UpgradeTwiki is quite [useful]. If you are using a Debian package, you should not be updating things in pl