Dear Cygwiners -- I have a substantial 64-bit Cygwin installation under Windows 11 that's been working well for a couple of months. I did have to restore it after a disk issue in August, and restored it from scratch, using setup-2.921rc without my previous complex AClLs, though I do make sure that the SYSTEM account can access files in order to do backups. Here's my /etc/mtab for reference, if it's helpful: C:/cygwin64/bin /usr/bin ntfs binary,auto 1 1 C:/cygwin64/lib /usr/lib ntfs binary,auto 1 1 C:/cygwin64 / ntfs binary,auto 1 1 D: /cygdrive/d unknown binary,noacl,posix=0,user 1 1 C: /cygdrive/c ntfs binary,noacl,posix=0,user,noumount,auto 1 1 G: /cygdrive/g vfat binary,noacl,posix=0,user,noumount,auto 1 1 ISSUE 1: Under setup-2.921rc I get complaints from /etc/postinstall/inetutils-server.sh about the permissions on /var/run being wrong. Here's what getfacl gives me: # file: /var/run # owner: moss # group: moss # flags: --t user::rwx group::rwx group:SYSTEM:rwx group:Administrators:rwx mask::rwx other::rwx The complaint from setup-9.21rc is: *** ERROR: Problem with /var/run directory. Exiting. *** Warning: The owner and the Administrators need *** Warning: to have .w. permission to /var/run. *** Warning: Here are the current permissions and ACLS: *** Warning: drwxrwxrwt+ 1 moss moss 0 Aug 25 17:10 /var/run *** Warning: # file: /var/run *** Warning: # owner: moss *** Warning: # group: moss *** Warning: # flags: --t *** Warning: user::rwx *** Warning: group::rwx *** Warning: group:SYSTEM:rwx *** Warning: group:197152:rwx *** Warning: mask::rwx *** Warning: other::rwx *** Warning: *** Warning: *** Warning: Please change the user and/or group ownership, *** Warning: permissions, or ACLs of /var/run. I'm having trouble seeing what's wrong with this or what exactly to do about it (and the permissions seem too broad at the moment). Maybe that new setup is not recognizing that 197152 *is* Administrators? (Note: the attached logs do not show this since they are for the second issue.) ISSUE 2: If I install ca-certificates (version 2022.2.54-3) and then try to use Cygwin git to update from a remote repo I get: error setting certificate verify locations: CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none If I then run update-ca-trust manually, the error goes away. Inspection shows that the install left this file empty: etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem update-ca-trust apparently fills it in. I attach logs for each version, and a diff where I first stripped timestamps from lines that had them. There are various other warnings in one version of the other. In 921rc, there are various permissions complaints, etc., that do not occur in 919. On the other hand, 919 has these complaints not present in 921rc: < Rebuilding info directory < install-info: /usr/share/info/de: empty file < install-info: /usr/share/info/de.utf8: empty file < install-info: /usr/share/info/es: empty file < install-info: /usr/share/info/es.utf8: empty file < install-info: warning: no info dir entry in `/usr/share/info/lilypond-changes.info.gz' < install-info: warning: no info dir entry in `/usr/share/info/lilypond-contributor.info.gz' < install-info: warning: no info dir entry in `/usr/share/info/lilypond-essay.info.gz' < install-info: warning: no info dir entry in `/usr/share/info/lilypond-extending.info.gz' < install-info: warning: no info dir entry in `/usr/share/info/lilypond-learning.info.gz' < install-info: warning: no info dir entry in `/usr/share/info/lilypond-notation.info.gz' < install-info: warning: no info dir entry in `/usr/share/info/lilypond-usage.info.gz' < install-info: warning: no info dir entry in `/usr/share/info/maxima-index.lisp' < install-info: warning: no info dir entry in `/usr/share/info/music-glossary.info.gz' < install-info: /usr/share/info/pt: empty file < install-info: /usr/share/info/pt.utf8: empty file < install-info: /usr/share/info/pt_BR: empty file < install-info: /usr/share/info/pt_BR.utf8: empty file < install-info: warning: no info dir entry in `/usr/share/info/symplectic_ode.info' and these messages: < Changing gid back to original < Changing gid to Administrators I also get this under both setups: 2022/11/04 12:49:07 running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash" ManDB index not available. Anything I should be doing? Or maybe this will just be of use to the Cygwin maintainers. The 921rc is the one Jon Turney posted on 8/28/2022. I used it to install all my previously installed packages after my disk issue that happened a little before that, so it was a fresh install by that setup at that time. I used it because it had easier selection of packages to install using the keyboard as opposed to clicking a gazillion lines in the package chooser. Regards - Eliot Moss