Hi,
I build a Vagrant VM from scratch. I don't change ownership of the directory. The base is Debian 12, but I use testing apt repository. ________________________________ De : Christoph Berg <[email protected]> Envoyé : mercredi 27 août 2025 18:23:44 À : Gilles Quenot; [email protected] Cc : [email protected] Objet : Re: Bug#1111593: 'psql' not found and '/usr/bin/psql' permission denied by default Control: tag -1 unreproducible moreinfo Re: Gilles Quenot > The post-install script in the Debian package should do a > chmod 775 /usr/share/postgresql-common > because by default, the rights are not accessible to postgres user: > > # ls -ld /usr/share/postgresql-common > drwx------ 6 root root 4096 19 août 21:25 /usr/share/postgresql-common Hi, I cannot reproduce that here; setting umask 077 and installing postgresql-client results in proper permissions on all directories. What did you do to get the system into this state? Christoph

