[Kernel-packages] [Bug 1491850] Comment bridged from LTC Bugzilla

2015-10-06 Thread bugproxy
--- Comment From ye...@us.ibm.com 2015-10-06 16:55 EDT---
(In reply to comment #22)
> it seems that bug#1447654 was not fixed released yet. Can you double check
> if this version has the fix?

I reinstalled the lpar and did these after lpar boot up from installation.
1. Ran "apt-get update"
2. Ran "apt-get install linux-crashdump", select "no" when it asked "Should 
kexec-tools handle reboots?"
3. Then I saw this error:

Unpacking policykit-1 (0.105-11ubuntu1) ...
Processing triggers for man-db (2.7.3-1) ...
Processing triggers for shared-mime-info (1.3-1) ...
Processing triggers for ureadahead (0.100.0-19) ...
ureadahead will be reprofiled on next reboot
Processing triggers for systemd (225-1ubuntu7) ...
Error getting authority: Error initializing authority: Error calling 
StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached 
(g-io-error-quark, 24)
Failed to execute operation: Connection timed out
dpkg: error processing package systemd (--unpack):
subprocess installed post-installation script returned error exit status 1
Processing triggers for dbus (1.10.0-1ubuntu1) ...
Errors were encountered while processing:
systemd
E: Sub-process /usr/bin/dpkg returned an error code (1)

root@callalp3:~# dpkg -l | grep crashdump
iU  linux-crashdump4.2.0.14.15 ppc64el  
Linux kernel crashdump setup for the latest generic kernel
root@callalp3:~# dpkg -l | grep policykit-1
iU  policykit-10.105-11ubuntu1 ppc64el  
framework for managing administrative policies and privileges

Then I tried again. I reinstalled the lpar and did the following:
1. Ran "apt-get update"
2. Ran "apt-get install policykit-1"

root@callalp3:~# dpkg -l | grep policykit
ii  policykit-10.105-11ubuntu1 ppc64el  
framework for managing administrative policies and privileges

3. Ran "apt-get install linux-crashdump", select "no" when it asked "Should 
kexec-tools handle reboots?"
4. I didn't see the error message, and the linux-crashdump and policykit-1 
packages were properly installed.

I will upload the putty screen outputs, so you can check and see the
detailed output. Is these what you want me to verify? Please let me know
if I missed anything, thank you!

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491850

Title:
  ISST-LTE: Ubuntu 15.10 fails to install Linux-crashdump packages

Status in crashdump package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  == Comment: #0 - YUECHANG E. MEI  - 2015-09-02 12:57:52 ==
  ---Problem Description---
  We tried to install linux-crashdump package (using "apt-get install 
linux-crashdump") in Ubuntu 15.10 lpar, but fails and hit some errors. Since we 
have similar bug 122925 open in Ubuntu 15.04 (LP bug# LP1436448), we used the 
work around in bug 122925 and the linux-crashdump get install successfully.

  Error we see when we install linux-crashdump:

  root@conelp2:~# apt-get install linux-crashdump
  
  
  Unpacking linux-crashdump (4.1.0.3.3) ...
  Selecting previously unselected package policykit-1.
  Preparing to unpack .../policykit-1_0.105-11_ppc64el.deb ...
  Unpacking policykit-1 (0.105-11) ...
  Processing triggers for man-db (2.7.2-1) ...
  Processing triggers for shared-mime-info (1.3-1) ...
  Processing triggers for ureadahead (0.100.0-19) ...
  ureadahead will be reprofiled on next reboot
  Processing triggers for systemd (224-2ubuntu2) ...
  Error getting authority: Error initializing authority: Error calling 
StartServiceByName for org.freedesktop.PolicyKit1: 
GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 
'org.freedesktop.PolicyKit1': timed out (g-dbus-error-quark, 20)
  Failed to execute operation: Connection timed out
  dpkg: error processing package systemd (--unpack):
   subprocess installed post-installation script returned error exit status 1
  Processing triggers for dbus (1.9.20-1ubuntu2) ...
  Errors were encountered while processing:
   systemd
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  root@conelp2:~# dpkg -l | grep linux-crashdump
  iU  linux-crashdump   4.1.0.3.3   ppc64el 
 Linux kernel crashdump setup for the latest generic kernel

   
  ---uname output---
  Linux conelp2 4.1.0-3-generic #3-Ubuntu SMP Tue Jul 28 12:23:44 UTC 2015 
ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = n/a 
   
  ---Debugger---
  A debugger is not configured
   
  ---Steps to Reproduce---
   1. Install Ubuntu 15.10 in a lpar
  2. Login as root, and run "apt-get update".
  3. Install linux-crashdump packages, run "apt-get install linux-crashdump", 
then you will see the error
   

  Stack trace output:
   no
   
  Oops output:
   no
   
  System Dump Info:
The system is not 

[Kernel-packages] [Bug 1491850] Comment bridged from LTC Bugzilla

2015-10-05 Thread bugproxy
--- Comment From vsand...@in.ibm.com 2015-10-05 06:43 EDT---
YUECHANG E. MEI 2015-10-01 10:56:02 EDT

(In reply to comment #18)
> Hello,
>
> The interesting part of the log is :
>
> Processing triggers for systemd (225-1ubuntu4) ...
> Error getting authority: Error initializing authority: Error calling
> StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached
> (g-io-error-quark, 24)
> Failed to execute operation: Connection timed out
> dpkg: error processing package systemd (--unpack):
> subprocess installed post-installation script returned error exit status 1
>
> The interesting line is :
>
> Error getting authority: Error initializing authority: Error calling
> StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached
> (g-io-error-quark, 24)
>
> which leads to LP: #1447654 : installing policykit-1 hangs under systemd
>
> This was fixed in policykit-1 (0.105-10). Can you please check which version
> you have ?

We have policykit-1 (0.105-11), but it isn't installed successfully. I
know we have a workaround for this problem. The workaround is to install
policykit-1 first and install Linux-crashdump after that. My question is
can we fix this problem or should we document this workaround for Ubuntu
15.10?

root@callalp3:~# dpkg -l | grep policykit
iU  policykit-10.105-11ubuntu1 ppc64el  
framework for managing administrative policies and privileges

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491850

Title:
  ISST-LTE: Ubuntu 15.10 fails to install Linux-crashdump packages

Status in crashdump package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  == Comment: #0 - YUECHANG E. MEI  - 2015-09-02 12:57:52 ==
  ---Problem Description---
  We tried to install linux-crashdump package (using "apt-get install 
linux-crashdump") in Ubuntu 15.10 lpar, but fails and hit some errors. Since we 
have similar bug 122925 open in Ubuntu 15.04 (LP bug# LP1436448), we used the 
work around in bug 122925 and the linux-crashdump get install successfully.

  Error we see when we install linux-crashdump:

  root@conelp2:~# apt-get install linux-crashdump
  
  
  Unpacking linux-crashdump (4.1.0.3.3) ...
  Selecting previously unselected package policykit-1.
  Preparing to unpack .../policykit-1_0.105-11_ppc64el.deb ...
  Unpacking policykit-1 (0.105-11) ...
  Processing triggers for man-db (2.7.2-1) ...
  Processing triggers for shared-mime-info (1.3-1) ...
  Processing triggers for ureadahead (0.100.0-19) ...
  ureadahead will be reprofiled on next reboot
  Processing triggers for systemd (224-2ubuntu2) ...
  Error getting authority: Error initializing authority: Error calling 
StartServiceByName for org.freedesktop.PolicyKit1: 
GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 
'org.freedesktop.PolicyKit1': timed out (g-dbus-error-quark, 20)
  Failed to execute operation: Connection timed out
  dpkg: error processing package systemd (--unpack):
   subprocess installed post-installation script returned error exit status 1
  Processing triggers for dbus (1.9.20-1ubuntu2) ...
  Errors were encountered while processing:
   systemd
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  root@conelp2:~# dpkg -l | grep linux-crashdump
  iU  linux-crashdump   4.1.0.3.3   ppc64el 
 Linux kernel crashdump setup for the latest generic kernel

   
  ---uname output---
  Linux conelp2 4.1.0-3-generic #3-Ubuntu SMP Tue Jul 28 12:23:44 UTC 2015 
ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = n/a 
   
  ---Debugger---
  A debugger is not configured
   
  ---Steps to Reproduce---
   1. Install Ubuntu 15.10 in a lpar
  2. Login as root, and run "apt-get update".
  3. Install linux-crashdump packages, run "apt-get install linux-crashdump", 
then you will see the error
   

  Stack trace output:
   no
   
  Oops output:
   no
   
  System Dump Info:
The system is not configured to capture a system dump.
   
  *Additional Instructions for Yuechang (Erin) Mei /ye...@us.ibm.com,  Raja  
Sunkari /rajas...@in.ibm.com: 
  -Attach sysctl -a output output to the bug.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491850] Comment bridged from LTC Bugzilla

2015-10-01 Thread bugproxy
--- Comment From vsand...@in.ibm.com 2015-10-01 06:59 EDT---
Canonical,
Any updates?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491850

Title:
  ISST-LTE: Ubuntu 15.10 fails to install Linux-crashdump packages

Status in crashdump package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  == Comment: #0 - YUECHANG E. MEI  - 2015-09-02 12:57:52 ==
  ---Problem Description---
  We tried to install linux-crashdump package (using "apt-get install 
linux-crashdump") in Ubuntu 15.10 lpar, but fails and hit some errors. Since we 
have similar bug 122925 open in Ubuntu 15.04 (LP bug# LP1436448), we used the 
work around in bug 122925 and the linux-crashdump get install successfully.

  Error we see when we install linux-crashdump:

  root@conelp2:~# apt-get install linux-crashdump
  
  
  Unpacking linux-crashdump (4.1.0.3.3) ...
  Selecting previously unselected package policykit-1.
  Preparing to unpack .../policykit-1_0.105-11_ppc64el.deb ...
  Unpacking policykit-1 (0.105-11) ...
  Processing triggers for man-db (2.7.2-1) ...
  Processing triggers for shared-mime-info (1.3-1) ...
  Processing triggers for ureadahead (0.100.0-19) ...
  ureadahead will be reprofiled on next reboot
  Processing triggers for systemd (224-2ubuntu2) ...
  Error getting authority: Error initializing authority: Error calling 
StartServiceByName for org.freedesktop.PolicyKit1: 
GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 
'org.freedesktop.PolicyKit1': timed out (g-dbus-error-quark, 20)
  Failed to execute operation: Connection timed out
  dpkg: error processing package systemd (--unpack):
   subprocess installed post-installation script returned error exit status 1
  Processing triggers for dbus (1.9.20-1ubuntu2) ...
  Errors were encountered while processing:
   systemd
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  root@conelp2:~# dpkg -l | grep linux-crashdump
  iU  linux-crashdump   4.1.0.3.3   ppc64el 
 Linux kernel crashdump setup for the latest generic kernel

   
  ---uname output---
  Linux conelp2 4.1.0-3-generic #3-Ubuntu SMP Tue Jul 28 12:23:44 UTC 2015 
ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = n/a 
   
  ---Debugger---
  A debugger is not configured
   
  ---Steps to Reproduce---
   1. Install Ubuntu 15.10 in a lpar
  2. Login as root, and run "apt-get update".
  3. Install linux-crashdump packages, run "apt-get install linux-crashdump", 
then you will see the error
   

  Stack trace output:
   no
   
  Oops output:
   no
   
  System Dump Info:
The system is not configured to capture a system dump.
   
  *Additional Instructions for Yuechang (Erin) Mei /ye...@us.ibm.com,  Raja  
Sunkari /rajas...@in.ibm.com: 
  -Attach sysctl -a output output to the bug.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491850] Comment bridged from LTC Bugzilla

2015-09-21 Thread bugproxy
--- Comment From ye...@us.ibm.com 2015-09-21 19:13 EDT---
collalp3 is using 2 cpu and 6.25 GB memory, and it is using virtual network and 
VSCSI disk, no physical adapters has assigned to it. VIOS is using Austin 
adapter (FC 5899) as the NIC.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491850

Title:
  ISST-LTE: Ubuntu 15.10 fails to install Linux-crashdump packages

Status in crashdump package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  == Comment: #0 - YUECHANG E. MEI  - 2015-09-02 12:57:52 ==
  ---Problem Description---
  We tried to install linux-crashdump package (using "apt-get install 
linux-crashdump") in Ubuntu 15.10 lpar, but fails and hit some errors. Since we 
have similar bug 122925 open in Ubuntu 15.04 (LP bug# LP1436448), we used the 
work around in bug 122925 and the linux-crashdump get install successfully.

  Error we see when we install linux-crashdump:

  root@conelp2:~# apt-get install linux-crashdump
  
  
  Unpacking linux-crashdump (4.1.0.3.3) ...
  Selecting previously unselected package policykit-1.
  Preparing to unpack .../policykit-1_0.105-11_ppc64el.deb ...
  Unpacking policykit-1 (0.105-11) ...
  Processing triggers for man-db (2.7.2-1) ...
  Processing triggers for shared-mime-info (1.3-1) ...
  Processing triggers for ureadahead (0.100.0-19) ...
  ureadahead will be reprofiled on next reboot
  Processing triggers for systemd (224-2ubuntu2) ...
  Error getting authority: Error initializing authority: Error calling 
StartServiceByName for org.freedesktop.PolicyKit1: 
GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 
'org.freedesktop.PolicyKit1': timed out (g-dbus-error-quark, 20)
  Failed to execute operation: Connection timed out
  dpkg: error processing package systemd (--unpack):
   subprocess installed post-installation script returned error exit status 1
  Processing triggers for dbus (1.9.20-1ubuntu2) ...
  Errors were encountered while processing:
   systemd
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  root@conelp2:~# dpkg -l | grep linux-crashdump
  iU  linux-crashdump   4.1.0.3.3   ppc64el 
 Linux kernel crashdump setup for the latest generic kernel

   
  ---uname output---
  Linux conelp2 4.1.0-3-generic #3-Ubuntu SMP Tue Jul 28 12:23:44 UTC 2015 
ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = n/a 
   
  ---Debugger---
  A debugger is not configured
   
  ---Steps to Reproduce---
   1. Install Ubuntu 15.10 in a lpar
  2. Login as root, and run "apt-get update".
  3. Install linux-crashdump packages, run "apt-get install linux-crashdump", 
then you will see the error
   

  Stack trace output:
   no
   
  Oops output:
   no
   
  System Dump Info:
The system is not configured to capture a system dump.
   
  *Additional Instructions for Yuechang (Erin) Mei /ye...@us.ibm.com,  Raja  
Sunkari /rajas...@in.ibm.com: 
  -Attach sysctl -a output output to the bug.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491850] Comment bridged from LTC Bugzilla

2015-09-17 Thread bugproxy
--- Comment From ye...@us.ibm.com 2015-09-17 20:09 EDT---
(In reply to comment #6)
> I am not able to reproduce this problem on my machine:
>

I installed Ubuntu 15.10 in my lpar. After installation, I ran "apt-get
update" and "apt-get install linux-crashdump", and we are still hitting
this bug.

root@callalp3:~# uname -a
Linux callalp3 4.2.0-10-generic #11-Ubuntu SMP Sun Sep 13 11:24:39 UTC 2015 
ppc64le ppc64le ppc64le GNU/Linux

root@callalp3:~# apt-get update
...
..
Preparing to unpack .../linux-crashdump_4.2.0.10.10_ppc64el.deb ...
Unpacking linux-crashdump (4.2.0.10.10) ...
Selecting previously unselected package policykit-1.
Preparing to unpack .../policykit-1_0.105-11ubuntu1_ppc64el.deb ...
Unpacking policykit-1 (0.105-11ubuntu1) ...
Processing triggers for man-db (2.7.3-1) ...
Processing triggers for shared-mime-info (1.3-1) ...
Processing triggers for ureadahead (0.100.0-19) ...
ureadahead will be reprofiled on next reboot
Processing triggers for systemd (225-1ubuntu4) ...
Error getting authority: Error initializing authority: Error calling 
StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached 
(g-io-error-quark, 24)
Failed to execute operation: Connection timed out
dpkg: error processing package systemd (--unpack):
subprocess installed post-installation script returned error exit status 1
Processing triggers for dbus (1.10.0-1ubuntu1) ...
Errors were encountered while processing:
systemd
E: Sub-process /usr/bin/dpkg returned an error code (1)

root@callalp3:~# dpkg -l | grep crashdump
iU  linux-crashdump4.2.0.10.10 ppc64el  
Linux kernel crashdump setup for the latest generic kernel

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491850

Title:
  ISST-LTE: Ubuntu 15.10 fails to install Linux-crashdump packages

Status in crashdump package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  == Comment: #0 - YUECHANG E. MEI  - 2015-09-02 12:57:52 ==
  ---Problem Description---
  We tried to install linux-crashdump package (using "apt-get install 
linux-crashdump") in Ubuntu 15.10 lpar, but fails and hit some errors. Since we 
have similar bug 122925 open in Ubuntu 15.04 (LP bug# LP1436448), we used the 
work around in bug 122925 and the linux-crashdump get install successfully.

  Error we see when we install linux-crashdump:

  root@conelp2:~# apt-get install linux-crashdump
  
  
  Unpacking linux-crashdump (4.1.0.3.3) ...
  Selecting previously unselected package policykit-1.
  Preparing to unpack .../policykit-1_0.105-11_ppc64el.deb ...
  Unpacking policykit-1 (0.105-11) ...
  Processing triggers for man-db (2.7.2-1) ...
  Processing triggers for shared-mime-info (1.3-1) ...
  Processing triggers for ureadahead (0.100.0-19) ...
  ureadahead will be reprofiled on next reboot
  Processing triggers for systemd (224-2ubuntu2) ...
  Error getting authority: Error initializing authority: Error calling 
StartServiceByName for org.freedesktop.PolicyKit1: 
GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 
'org.freedesktop.PolicyKit1': timed out (g-dbus-error-quark, 20)
  Failed to execute operation: Connection timed out
  dpkg: error processing package systemd (--unpack):
   subprocess installed post-installation script returned error exit status 1
  Processing triggers for dbus (1.9.20-1ubuntu2) ...
  Errors were encountered while processing:
   systemd
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  root@conelp2:~# dpkg -l | grep linux-crashdump
  iU  linux-crashdump   4.1.0.3.3   ppc64el 
 Linux kernel crashdump setup for the latest generic kernel

   
  ---uname output---
  Linux conelp2 4.1.0-3-generic #3-Ubuntu SMP Tue Jul 28 12:23:44 UTC 2015 
ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = n/a 
   
  ---Debugger---
  A debugger is not configured
   
  ---Steps to Reproduce---
   1. Install Ubuntu 15.10 in a lpar
  2. Login as root, and run "apt-get update".
  3. Install linux-crashdump packages, run "apt-get install linux-crashdump", 
then you will see the error
   

  Stack trace output:
   no
   
  Oops output:
   no
   
  System Dump Info:
The system is not configured to capture a system dump.
   
  *Additional Instructions for Yuechang (Erin) Mei /ye...@us.ibm.com,  Raja  
Sunkari /rajas...@in.ibm.com: 
  -Attach sysctl -a output output to the bug.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491850] Comment bridged from LTC Bugzilla

2015-09-17 Thread bugproxy
--- Comment From ye...@us.ibm.com 2015-09-17 20:15 EDT---
Sorry, typo in comment 7. This is the correct one:

root@callalp3:~#  apt-get install linux-crashdump
...
..
Preparing to unpack .../linux-crashdump_4.2.0.10.10_ppc64el.deb ...
Unpacking linux-crashdump (4.2.0.10.10) ...
Selecting previously unselected package policykit-1.
Preparing to unpack .../policykit-1_0.105-11ubuntu1_ppc64el.deb ...
Unpacking policykit-1 (0.105-11ubuntu1) ...
Processing triggers for man-db (2.7.3-1) ...
Processing triggers for shared-mime-info (1.3-1) ...
Processing triggers for ureadahead (0.100.0-19) ...
ureadahead will be reprofiled on next reboot
Processing triggers for systemd (225-1ubuntu4) ...
Error getting authority: Error initializing authority: Error calling 
StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached 
(g-io-error-quark, 24)
Failed to execute operation: Connection timed out
dpkg: error processing package systemd (--unpack):
subprocess installed post-installation script returned error exit status 1
Processing triggers for dbus (1.10.0-1ubuntu1) ...
Errors were encountered while processing:
systemd
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491850

Title:
  ISST-LTE: Ubuntu 15.10 fails to install Linux-crashdump packages

Status in crashdump package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  == Comment: #0 - YUECHANG E. MEI  - 2015-09-02 12:57:52 ==
  ---Problem Description---
  We tried to install linux-crashdump package (using "apt-get install 
linux-crashdump") in Ubuntu 15.10 lpar, but fails and hit some errors. Since we 
have similar bug 122925 open in Ubuntu 15.04 (LP bug# LP1436448), we used the 
work around in bug 122925 and the linux-crashdump get install successfully.

  Error we see when we install linux-crashdump:

  root@conelp2:~# apt-get install linux-crashdump
  
  
  Unpacking linux-crashdump (4.1.0.3.3) ...
  Selecting previously unselected package policykit-1.
  Preparing to unpack .../policykit-1_0.105-11_ppc64el.deb ...
  Unpacking policykit-1 (0.105-11) ...
  Processing triggers for man-db (2.7.2-1) ...
  Processing triggers for shared-mime-info (1.3-1) ...
  Processing triggers for ureadahead (0.100.0-19) ...
  ureadahead will be reprofiled on next reboot
  Processing triggers for systemd (224-2ubuntu2) ...
  Error getting authority: Error initializing authority: Error calling 
StartServiceByName for org.freedesktop.PolicyKit1: 
GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 
'org.freedesktop.PolicyKit1': timed out (g-dbus-error-quark, 20)
  Failed to execute operation: Connection timed out
  dpkg: error processing package systemd (--unpack):
   subprocess installed post-installation script returned error exit status 1
  Processing triggers for dbus (1.9.20-1ubuntu2) ...
  Errors were encountered while processing:
   systemd
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  root@conelp2:~# dpkg -l | grep linux-crashdump
  iU  linux-crashdump   4.1.0.3.3   ppc64el 
 Linux kernel crashdump setup for the latest generic kernel

   
  ---uname output---
  Linux conelp2 4.1.0-3-generic #3-Ubuntu SMP Tue Jul 28 12:23:44 UTC 2015 
ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = n/a 
   
  ---Debugger---
  A debugger is not configured
   
  ---Steps to Reproduce---
   1. Install Ubuntu 15.10 in a lpar
  2. Login as root, and run "apt-get update".
  3. Install linux-crashdump packages, run "apt-get install linux-crashdump", 
then you will see the error
   

  Stack trace output:
   no
   
  Oops output:
   no
   
  System Dump Info:
The system is not configured to capture a system dump.
   
  *Additional Instructions for Yuechang (Erin) Mei /ye...@us.ibm.com,  Raja  
Sunkari /rajas...@in.ibm.com: 
  -Attach sysctl -a output output to the bug.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp