Your message dated Thu, 23 Jul 2026 10:06:29 +0000 with message-id <[email protected]> and subject line Bug#1142230: Removed package(s) from unstable has caused the Debian Bug report #974159, regarding gitaly: Error in postinst script to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 974159: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974159 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: gitaly Version: 13.3.9+dfsg-1+fto10+1 Severity: normal Installing gitaly I have found that if it's an upgrade, or install, and it's installed, there's and error because when the script is executed, in the line 50: # Check if storage path exist and create if required export $(grep '^\s*path\s*=' /etc/gitaly/config.toml | sed 's/ //g' | sed 's/"//g') if ! [ -d $path ] ; then runuser -u ${gitlab_user} -- sh -c 'mkdir $path'; fi The problem is the path in my case contains: '/home/projects/gitlab/repositories'. Pay attention in the ' ', so the if ![-d $path] check for a '/home/projects/gitlab/repositories' and of course my path doesn't exists. It exists without ''. So, when you try to create the path , I don't know why, the '' disappears and the error occurs because the path exists. Hope have been clear. -- System Information: Debian Release: 10.6 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 5.6.0-0.bpo.2-amd64 (SMP w/16 CPU cores) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8), LANGUAGE=ca:en_US (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled -- -- Linux User 152692 GPG: 05F4A7A949A2D9AA Catalonia ------------------------------------- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail?
--- End Message ---
--- Begin Message ---Version: 16.11.6+ds1-5+rm Dear submitter, as the package gitaly has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1142230 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---
_______________________________________________ Pkg-go-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers
