Re: Christoph Anton Mitterer > Apparently during bookworm postgresql-common still contained a file: > /etc/sysctl.d/30-postgresql-shm.conf
Hmm. You already reported this as #1042927 and then I fixed it in version 269: commit f88a200a607ade6bfde060d91be5d11823f26e92 Refs: debian/267-10-gf88a200 Author: Christoph Berg <[email protected]> AuthorDate: Fri Jan 17 12:54:39 2025 +0000 Commit: Christoph Berg <[email protected]> CommitDate: Fri Jan 17 12:54:39 2025 +0000 Remove obsolete /etc/sysctl.d/30-postgresql-shm.conf. (Closes: #1042927) --- debian/postgresql-common.maintscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/postgresql-common.maintscript b/debian/postgresql-common.maintscript index a7e03d9..e94f39b 100644 --- a/debian/postgresql-common.maintscript +++ b/debian/postgresql-common.maintscript @@ -1,2 +1,4 @@ # file is now managed by pg_updateaptconfig rm_conffile /etc/apt/apt.conf.d/01autoremove-postgresql 229~ postgresql-common +# file removed in 228 (#1042927) +rm_conffile /etc/sysctl.d/30-postgresql-shm.conf 269~ postgresql-client-common Any idea why that didn't work? Christoph

