[Bug 1928615] [NEW] package tzdata 2021a-0ubuntu0.20.04 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 12

2021-05-16 Thread John Christian Jensen
Public bug reported:

happened during do-release-upgrade

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: tzdata 2021a-0ubuntu0.20.04
ProcVersionSignature: Ubuntu 4.15.0-143.147-generic 4.15.18
Uname: Linux 4.15.0-143-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.17
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sun May 16 17:07:53 2021
DuplicateSignature:
 package:tzdata:2021a-0ubuntu0.20.04
 Setting up tzdata (2021a-0ubuntu0.20.04) ...
 open2: fork failed: Cannot allocate memory at 
/usr/share/perl5/Debconf/ConfModule.pm line 59.
 dpkg: error processing package tzdata (--configure):
  installed tzdata package post-installation script subprocess returned error 
exit status 12
ErrorMessage: installed tzdata package post-installation script subprocess 
returned error exit status 12
InstallationDate: Installed on 2018-05-18 (1094 days ago)
InstallationMedia: Ubuntu-Server 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.5
SourcePackage: tzdata
Title: package tzdata 2021a-0ubuntu0.20.04 failed to install/upgrade: installed 
tzdata package post-installation script subprocess returned error exit status 12
UpgradeStatus: Upgraded to focal on 2021-05-17 (0 days ago)

** Affects: tzdata (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package tzdata 2021a-0ubuntu0.20.04 failed to install/upgrade:
  installed tzdata package post-installation script subprocess returned
  error exit status 12

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

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

[Bug 1493753] Re: igb network adapter is frequenly resetted and network disconnected

2015-09-09 Thread Christian Jensen
christian@server-17:~$ lsb_release --all
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.3 LTS
Release:14.04
Codename:   trusty
christian@server-17:~$


** Package changed: linux-lts-utopic (Ubuntu) => linux-lts-trusty (Ubuntu)

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

Title:
  igb network adapter is frequenly resetted and network disconnected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1493753/+subscriptions

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


[Bug 1493753] Re: igb network adapter is frequenly resetted and network disconnected

2015-09-09 Thread Christian Jensen
I just upgraded 7 SuperMicro Servers to this version and it was a total
disaster.

I had to IPMI login to each one and revert back to 3.16.0-46

Generally I trust the upgrades - this one was a mistake.

Hope it gets fixed! Maybe I could help somehow?

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

Title:
  igb network adapter is frequenly resetted and network disconnected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1493753/+subscriptions

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


[Bug 1190389] Re: package cpufreqd 2.4.2-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 134

2014-01-17 Thread Christian Jensen
Just happened to me too.

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

Title:
  package cpufreqd 2.4.2-2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 134

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

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


[Bug 1258744] [NEW] Blink segfault when initializing gcry_control

2013-12-07 Thread Christian Jensen
Public bug reported:

It appears that there has been a long standing bug that was causing
Blink to segfault and a patch was made.

It now seems that that patch has been removed on Precise.

I have just installed a fresh Precise x64, updated everything and
installed Blink - bang segfault

So I downloaded the source and debugged it to the same conclusion as the
previous people - downgrading libgcrypt11 worked but then I went a
little further.

I changed

gcry_control(GCRYCTL_SET_THREAD_CBS, c_void_p(gcrypt_thread_callbacks_ptr))
if system == 'cygwin':

to:

gcry_control(GCRYCTL_SET_THREAD_CBS, c_void_p(gcrypt_thread_callbacks_ptr))
libgnutls.gcry_check_version('1.2.4') # GNUTLS_MIN_LIBGCRYPT_VERSION
if system == 'cygwin':

and Blink works again - apparently that line has been removed in 1.2.4

Simply adding the line:

libgnutls.gcry_check_version('1.2.4')

to the file

/usr/share/pyshared/gnutls/library/__init__.py

made it all work again.

Was that removed recently?

** Affects: python-gnutls (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Blink segfault when initializing gcry_control

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-gnutls/+bug/1258744/+subscriptions

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