[Bug 1960615] Re: pgloader autopkgtests fail for lack of OpenSSL 3.0 support

2022-04-05 Thread Christoph Berg
I uploaded your patch as -3 now. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960615

Title:
  pgloader autopkgtests fail for lack of OpenSSL 3.0 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cl-plus-ssl/+bug/1960615/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960615] Re: pgloader autopkgtests fail for lack of OpenSSL 3.0 support

2022-03-31 Thread Christoph Berg
It turned out that cl-plus-ssl upstream git has already OpenSSL 3
support, so all it took was to update it to 20220328.git8b91648. I've
just uploaded that to Debian unstable.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960615

Title:
  pgloader autopkgtests fail for lack of OpenSSL 3.0 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cl-plus-ssl/+bug/1960615/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960615] Re: pgloader autopkgtests fail for lack of OpenSSL 3.0 support

2022-02-21 Thread Christoph Berg
This now also affects pgloader/jammy on apt.postgresql.org.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960615

Title:
  pgloader autopkgtests fail for lack of OpenSSL 3.0 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cl-plus-ssl/+bug/1960615/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1939898] Re: Unnatended postgresql-12 upgrade caused MAAS internal error

2021-08-16 Thread Christoph Berg
Fwiw the use-case of not restarting after installing a minor upgrade is
not supported by PostgreSQL upstream. The proper fix is to restart, or
to hold off the upgrade until the time when restarting is possible.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939898

Title:
  Unnatended postgresql-12 upgrade caused MAAS internal error

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1939898/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1544122] Re: missing package postgresql-9.5-plv8 for Ubuntu 14.04+

2016-04-06 Thread Christoph Berg
** Changed in: plv8 (Ubuntu)
   Status: Opinion => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1544122

Title:
  missing package postgresql-9.5-plv8 for Ubuntu 14.04+

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plv8/+bug/1544122/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1528822] Re: Installation hangs at password prompt

2016-01-05 Thread Christoph Berg
** Changed in: postgresql-common (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1528822

Title:
  Installation hangs at password prompt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1528822/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1528822] Re: Installation hangs at password prompt

2016-01-04 Thread Christoph Berg
I'd think the problem is somewhere in your PAM setup. For some reason
"su" is asking for a password even when running as root:

su -s /bin/sh postgres -c "test -O /var/lib/postgresql &&
test -G /var/lib/postgresql" || \
chown postgres:postgres /var/lib/postgresql

To be sure where it is really asking, add "set -x" to the beginning of
/var/lib/dpkg/info/postgresql-common.postinst and do the dpkg
--configure -a again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1528822

Title:
  Installation hangs at password prompt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1528822/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1212208] Re: quilt patches are not applied during --unbuilt-tree build

2014-01-29 Thread Christoph Berg
I have the same problem with --built-tree. I'm using git/bzr/svn checkouts 
instead of dpkg-source, so by default, the trees do not have quilt patches 
applied. dpkg-buildpackage will then apply all patches, build, but will pop all 
patches afterwards. This tree is compiled in the sense that it has all .o files 
and debian/$pkg directories, but it doesn't have patches.
Now, when I now run adt-run, it fails because the tests see the source tree 
without patches.
I could probably add dpkg-source --before-build . before running adt-run, but 
I'd prefer a solution inside adt.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1212208

Title:
  quilt patches are not applied during --unbuilt-tree build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/1212208/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 401393] Re: Warn if clientlaunch.d file name requirements are not met

2012-12-19 Thread Christoph Berg
We cannot warn on random files there because there will always be files
named foo~, foo.backup.1, foo.dpkg-old, foo.cfsaved, and whatever stuff
editors and config management software comes up with.

It might be possible to warn on files that do not have any dots in the
name, though. (or maybe do not match *.cfg*)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/401393

Title:
  Warn if clientlaunch.d file name requirements are not met

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xymon/+bug/401393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 517150] Re: pgbouncer hung a connection on some queries

2012-10-07 Thread Christoph Berg
Oneiric has 1.4.

** Changed in: pgbouncer (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/517150

Title:
  pgbouncer hung a connection on some queries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pgbouncer/+bug/517150/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 809089] Re: no logrotation in the default package

2012-10-07 Thread Christoph Berg
pgbouncer logs to /var/log/postgresql/pgbouncer.log, where files will be
rotated by postgresql-common's logrotate rules if that package is
installed. I guess that's not optimal, but there's an easy, unintrusive
fix: install postgresql-common.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/809089

Title:
  no logrotation in the default package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pgbouncer/+bug/809089/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 809089] Re: no logrotation in the default package

2012-10-07 Thread Christoph Berg
Actually, pgbouncer depends on postgresql-common, so there is no
problem.

** Changed in: pgbouncer (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/809089

Title:
  no logrotation in the default package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pgbouncer/+bug/809089/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 607347] Re: Version required for Postgres 8.4

2011-07-14 Thread Christoph Berg
The version in Debian unstable will automatically build for the
supported postgresql versions now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/607347

Title:
  Version required for Postgres 8.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-pljava/+bug/607347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 604662] Re: missing dependency wipe

2010-07-12 Thread Christoph Berg
Suggests: imagemagick | graphicsmagick-imagemagick-compat, wipe,
texlive-latex-recommended, mutt

As wipe is only needed by one script, and also only when asked for with
--wipe, this is not a Depends, but only a Suggests. The error
message when wipe is not installed is also ok, hinting at the problem.

** Changed in: signing-party (Ubuntu)
   Status: New = Invalid

-- 
missing dependency wipe
https://bugs.launchpad.net/bugs/604662
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65492] Re: PyCoCuMa application does not start

2010-01-15 Thread Christoph Berg
 Segmentation fault

That's a different problem.

-- 
PyCoCuMa application does not start
https://bugs.launchpad.net/bugs/65492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 401393] Re: declarations in clientlaunch.d directory are disregarded

2010-01-15 Thread Christoph Berg
Did you include a .cfg extension in the filename in the clientlauch.d
directory? It needs to have one, because the Debian version needs a
filter one filenames so that it doesn't read .dpkg-old and friends.

-- 
declarations in clientlaunch.d directory are disregarded
https://bugs.launchpad.net/bugs/401393
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 398598] Re: patch 2.5.9-5 failed to install/upgrade: package patch is already installed and configured

2010-01-15 Thread Christoph Berg
This seems like a more general problem to me. Several packages are
listed with errors, I would say either dpkg's status database is severly
broken on this system, or the package manager is doing evil things.

** Changed in: patch (Ubuntu)
   Status: New = Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/patch/+question/97519

-- 
 patch 2.5.9-5 failed to install/upgrade: package patch is already installed 
and configured
https://bugs.launchpad.net/bugs/398598
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 491382] Re: Ubuntu don't work so well with Dell laptop

2010-01-15 Thread Christoph Berg
** Changed in: patch (Ubuntu)
   Status: Incomplete = Invalid

-- 
Ubuntu don't work so well with Dell laptop
https://bugs.launchpad.net/bugs/491382
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 486717] Re: package patch (not installed) failed to install/upgrade: subprocess dpkg-deb --control returned error exit status 2

2010-01-15 Thread Christoph Berg
** Changed in: patch (Ubuntu)
   Status: Incomplete = Invalid

-- 
package patch (not installed) failed to install/upgrade: subprocess dpkg-deb 
--control returned error exit status 2
https://bugs.launchpad.net/bugs/486717
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 483741] Re: package patch (not installed) failed to install/upgrade: cannot access archive: No such file or directory

2010-01-15 Thread Christoph Berg
Bug caused by other packages installed at the same time.

** Changed in: patch (Ubuntu)
   Status: New = Invalid

-- 
package patch (not installed) failed to install/upgrade: cannot access archive: 
No such file or directory
https://bugs.launchpad.net/bugs/483741
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 439000] Re: patch utility tries to use SCM systems by default

2010-01-15 Thread Christoph Berg
Fixed in 2.6.

** Changed in: patch (Ubuntu)
   Status: New = Fix Released

-- 
patch utility tries to use SCM systems by default
https://bugs.launchpad.net/bugs/439000
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 392962] Re: Had issues upgrading from 8.04 to 8.10

2010-01-15 Thread Christoph Berg
Bug caused by upgrading other packages at the same time.

** Changed in: patch (Ubuntu)
   Status: New = Invalid

-- 
Had issues upgrading from 8.04 to 8.10
https://bugs.launchpad.net/bugs/392962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 272345] Re: Newer DDS and Deal 3.1.6

2010-01-15 Thread Christoph Berg
The Debian (Ubuntu) package does use the deal version of dds in version
3.1.7+svn313-1.

** Changed in: deal (Ubuntu)
   Status: New = Fix Released

-- 
Newer DDS and Deal 3.1.6
https://bugs.launchpad.net/bugs/272345
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 340835] Re: editdiff should not update the file when the patch is unchanged

2010-01-15 Thread Christoph Berg
Forwarded to https://fedorahosted.org/patchutils/ticket/14

** Bug watch added: fedorahosted.org/patchutils/ #14
   https://fedorahosted.org/patchutils/ticket/14

** Changed in: patchutils (Ubuntu)
   Status: New = Confirmed

-- 
editdiff should not update the file when the patch is unchanged
https://bugs.launchpad.net/bugs/340835
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 179529] Re: xkeycaps missing macbookpro / macbook / apple keyboards

2010-01-15 Thread Christoph Berg
Patches welcome.

-- 
xkeycaps missing macbookpro / macbook / apple keyboards
https://bugs.launchpad.net/bugs/179529
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 401393] Re: declarations in clientlaunch.d directory are disregarded

2009-10-15 Thread Christoph Berg
Did you restart the daemon? It doesn't reliably load new files on
reload.

-- 
declarations in clientlaunch.d directory are disregarded
https://bugs.launchpad.net/bugs/401393
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 272345] Re: Newer DDS and Deal 3.1.6

2009-09-24 Thread Christoph Berg
Hi Thomas,

sorry for not contacting you earlier, I was still struggling to get the
(back then new) deal version to compile. I'll try to update the Debian
package over the next days, the Ubuntu packages will then follow shortly
by their archive sync.

Christoph

PS: I don't check for Ubuntu bugs on a regular basis, but Debian bugs go
directly to my inbox.

-- 
Newer DDS and Deal 3.1.6
https://bugs.launchpad.net/bugs/272345
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 393242] Re: sig2dot drops keys when used with -d-option

2009-07-09 Thread Christoph Berg
Hi Benjamin,

why didn't you mail the Debian BTS yourself instead of individual
people? I got your mail, but it looked more like feature improvements
than bugs, so I didn't put it high on the todo list. Furthermore, you
didn't mention Ubuntu at all, so there's little surprise that this
(launchpad) bug wasn't tackled yet.

Also, you submitted non-public material (_Ich möchte nur darum bitten,
vor Veröffentlichung die beigelegten Listen und Graphen zu entfernen_ -
diese sind von den auf den Listen stehenden Personen nicht zur
Weitergabe genehmigt.), so I cannot just forward your mail to the
Debian BTS.

Cheers,
Christoph

-- 
sig2dot drops keys when used with -d-option
https://bugs.launchpad.net/bugs/393242
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 65492] Re: PyCoCuMa application does not start

2009-05-01 Thread Christoph Berg
This bug was fixed in Debian a long time ago:

pycocuma (0.4.5-6-4) unstable; urgency=low

  * Revert to using the default python version (Closes: #395443).
+ Work around python-tk bug #395892 by explicitely setting LC_NUMERIC=C.
+ Thanks to Andreas Barth for the moral support while debugging this.

 -- Christoph Berg m...@debian.org  Mon,  4 Dec 2006 16:12:59 +0100

-- 
PyCoCuMa application does not start
https://bugs.launchpad.net/bugs/65492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 235137] Re: hobbit-client fails to load config due to missing /var/run/hobbit

2009-01-05 Thread Christoph Berg
Please consider forwarding bugs to Debian so I can also fix them in the
hobbit package there.

-- 
hobbit-client fails to load config due to missing /var/run/hobbit
https://bugs.launchpad.net/bugs/235137
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs