[Bug 1635049] Re: Boot fails with degraded mdadm raid

2017-03-02 Thread Adam Blomberg
I have also validated the proposed package on my reproducer sandbox, and it 
worked correctly.
Still awaiting feedback from customer with ppc64le system, as soon as I hear 
back I will let you know.

-Adam

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

Title:
  Boot fails with degraded mdadm raid

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

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


[Bug 1635049] Re: Boot fails with degraded mdadm raid

2017-02-23 Thread Adam Blomberg
Hi Lukasz and Dragan,  I just received confirmation from a customer that
the propsed package also fixed the issue on their ibm power environment
as well.

This was using the ca-train-ppa-service ppa however, so I'll check again
using the proper proposed repository package.

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

Title:
  Boot fails with degraded mdadm raid

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

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


[Bug 1619753] Re: systemd-fsck does not show results of rootfs filesystem check in logs or journald

2016-09-07 Thread Adam Blomberg
Thank you for the clarification Martin.

I was able to confirm that the fsck results are located in
/run/initramfs/fsck.log on my test system as you described.

I found that if the /etc/default/grub file was modified to include:

GRUB_CMDLINE_LINUX="fsck.mode=force"

Then after running "sudo update grub" and rebooting, the basic result
was shown in /run/initramfs/fsck.log:

Log of fsck -C -f -a -V -t ext4 /dev/mapper/ubuntu--16--04--1--vg-root
Wed Sep  7 14:42:05 2016

fsck from util-linux 2.27.1
[/sbin/fsck.ext4 (1) -- /dev/mapper/ubuntu--16--04--1--vg-root] fsck.ext4 -f -a 
-C0 /dev/mapper/ubuntu--16--04--1--vg-root
/dev/mapper/ubuntu--16--04--1--vg-root: 97274/689520 files (0.1% 
non-contiguous), 534347/2757632 blocks

Wed Sep  7 14:42:06 2016



If I modify /etc/default/grub to include:

GRUB_CMDLINE_LINUX="fsck.mode=force fsck.repair=yes"

Then after running "sudo update grub" and rebooting, the verbose result
was shown in /run/initramfs/fsck.log:

Log of fsck -C -f -y -V -t ext4 /dev/mapper/ubuntu--16--04--1--vg-root 
Wed Sep  7 14:38:19 2016

fsck from util-linux 2.27.1
[/sbin/fsck.ext4 (1) -- /dev/mapper/ubuntu--16--04--1--vg-root] fsck.ext4 -f -y 
-C0 /dev/mapper/ubuntu--16--04--1--vg-root 
e2fsck 1.42.13 (17-May-2015)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/mapper/ubuntu--16--04--1--vg-root: 97271/689520 files (0.1% 
non-contiguous), 534306/2757632 blocks

Wed Sep  7 14:38:20 2016



Best regards,

-Adam

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

Title:
  systemd-fsck does not show results of rootfs filesystem check in logs
  or journald

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1619753/+subscriptions

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


[Bug 513644] Re: Does not log fsck invocations in /var/log/fsck/

2016-09-02 Thread Adam Blomberg
Thank you k-doug for placing the suggested workaround here!

I would also like to mention that with regards to Xenial (16.04) and any
Ubuntu release using systemd, the mechanism for forcing filesystem
checks on startup is presently unable to display the results of the
filesystem check on the rootfs in any logs or in journald, and I have
recently opened a defect against systemd [1].  If you would agree with
me that systemd-based Ubuntu's should have this visibility, please have
a look at this new defect and upvote it if it is also effecting you.

Best regards,
-Adam (paradox606)

[1] - https://bugs.launchpad.net/bugs/1619753

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

Title:
  Does not log fsck invocations in /var/log/fsck/

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

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


[Bug 1619753] [NEW] systemd-fsck does not show results of rootfs filesystem check in logs or journald

2016-09-02 Thread Adam Blomberg
Public bug reported:

Prior to the systemd paradigm shift, Ubuntu versions provided mechanisms
to be able to see the results of a filesystem check performed on the
root filesystem either in boot.log in 12.04 or in mountall.log in 14.04.

As of 16.04, there is no way to see the output of systemd-fsck when it
is run on the root filesystem.

root@ubuntu-16-04-1:~# lsb_release -rd
Description:Ubuntu 16.04.1 LTS
Release:16.04

root@ubuntu-16-04-1:~# apt-cache policy systemd
systemd:
  Installed: 229-4ubuntu7
  Candidate: 229-4ubuntu7
  Version table:
 *** 229-4ubuntu7 500
500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 229-4ubuntu4 500
500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages


Steps to reproduce:

1) Force fsck on next reboot by altering linux boot commandline:
   Edit /etc/default/grub and add "fsck.mode=force" to the GRUB_CMDLINE_LINUX 
variable. 
   If you also want to force repair behavior, also add "fsck.repair=yes" to the 
same variable. 

# example: 
GRUB_CMDLINE_LINUX="fsck.mode=force fsck.repair=yes" 

Once the changes have been made, run "sudo update-grub" to update the
boot info, then reboot.

2) After boot, journalctl does not report any filesystem repair details
for the root fs, only for secondary filesystems such as /boot or others
designated in /etc/fstab.

** Affects: systemd (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/1619753

Title:
  systemd-fsck does not show results of rootfs filesystem check in logs
  or journald

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

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


[Bug 1619753] Re: systemd-fsck does not show results of rootfs filesystem check in logs or journald

2016-09-02 Thread Adam Blomberg
Added milestone xenial-updates

** Changed in: systemd (Ubuntu)
Milestone: None => xenial-updates

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

Title:
  systemd-fsck does not show results of rootfs filesystem check in logs
  or journald

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

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


[Bug 1546735] Re: openipmi package compile without SSL

2016-02-18 Thread Adam Blomberg
I sent the following to  Noèl Köthe, but have not yet heard back from
him:

On 02/17/2016 12:00 PM, Adam Blomberg wrote:
> Noel,
>
> Sorry for the abundance of emails, but one of the guys on our team just 
> pointed out a bug filed against openipmi. [1]
>
> This appears to be caused by the lack of openssl inclusion in the debian 
> package as well.
>
> I am going to attach a ticket from Zabbix [2] to this bug report as well, as 
> that is another area where the lack of openssl support is causing troubles.
>
> Thank you for your time and attention!
>
> Best regards,
> -Adam Blomberg
> Canonical Support
>
>
> [1] - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775847
> [2] - https://support.zabbix.com/browse/ZBX-6139
>
> On 02/17/2016 10:26 AM, Adam Blomberg wrote:
>> Hello Noel,
>>
>> My name is Adam Blomberg, I am a support engineer at Canonical.  I'm am 
>> currently looking into some customer requests regarding the openipmi package.
>>
>> I see that the debian version is not built with support for openssl enabled, 
>> and I after looking around the web I do not see the reasoning behind this 
>> decision.  I just wanted to check with you and see if you knew anything 
>> about it.  Was it intentionally left out? 
>>
>> Thank you for your time and attention.
>>
>> Best regards,
>>
>> -Adam


** Bug watch added: Debian Bug tracker #775847
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775847

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

Title:
  openipmi package compile without SSL

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

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

[Bug 1546735] Re: openipmi package compile without SSL

2016-02-18 Thread Adam Blomberg
I sent the following to  Noèl Köthe, but have not yet heard back from
him:

On 02/17/2016 12:00 PM, Adam Blomberg wrote:
> Noel,
>
> Sorry for the abundance of emails, but one of the guys on our team just 
> pointed out a bug filed against openipmi. [1]
>
> This appears to be caused by the lack of openssl inclusion in the debian 
> package as well.
>
> I am going to attach a ticket from Zabbix [2] to this bug report as well, as 
> that is another area where the lack of openssl support is causing troubles.
>
> Thank you for your time and attention!
>
> Best regards,
> -Adam Blomberg
> Canonical Support
>
>
> [1] - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775847
> [2] - https://support.zabbix.com/browse/ZBX-6139
>
> On 02/17/2016 10:26 AM, Adam Blomberg wrote:
>> Hello Noel,
>>
>> My name is Adam Blomberg, I am a support engineer at Canonical.  I'm am 
>> currently looking into some customer requests regarding the openipmi package.
>>
>> I see that the debian version is not built with support for openssl enabled, 
>> and I after looking around the web I do not see the reasoning behind this 
>> decision.  I just wanted to check with you and see if you knew anything 
>> about it.  Was it intentionally left out? 
>>
>> Thank you for your time and attention.
>>
>> Best regards,
>>
>> -Adam


** Bug watch added: Debian Bug tracker #775847
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775847

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openipmi in Ubuntu.
https://bugs.launchpad.net/bugs/1546735

Title:
  openipmi package compile without SSL

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1508110] Re: Users tab doesn't work as expected

2016-01-27 Thread Adam Blomberg
Experimentally, I tried the following and noted the times for the action
to appear in landscape:

Add user from landscape - 3 minutes
Del user from landscape - 4 minutes
Add user outside of landscape - 34 minutes

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

Title:
  Users tab doesn't work as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1508110/+subscriptions

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


[Bug 1508110] Re: Users tab doesn't work as expected

2016-01-27 Thread Adam Blomberg
Martin,

Thank you for sending out the notice of the proposed package!

I just installed it on a fresh system, and the users list appeared 3
minutes after installing and adding to my landscape account.

So far so good here.

Best regards,

-Adam Blomberg

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

Title:
  Users tab doesn't work as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1508110/+subscriptions

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


[Bug 995373] Re: Gedit causes OS freeze when drag-dropping tabs between windows

2015-10-29 Thread Adam Blomberg
*** This bug is a duplicate of bug 1307274 ***
https://bugs.launchpad.net/bugs/1307274

** This bug has been marked a duplicate of bug 1307274
   gedit crashes and locks up the system when dragging tab bar

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

Title:
  Gedit causes OS freeze when drag-dropping tabs between windows

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

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


[Bug 1412586] Re: xdg-open fails to open IRC links

2015-10-22 Thread Adam Blomberg
The error message translates (approximately) to: "error opening the
location : The specified location is not supported"


** Changed in: pidgin (Ubuntu)
   Status: New => Confirmed

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

Title:
  xdg-open fails to open IRC links

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

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


[Bug 1412586] Re: xdg-open fails to open IRC links

2015-10-22 Thread Adam Blomberg
Christopher, thank you for reporting this bug.  I have a question
regarding comment #2, is this a workaround for making this work?  Or a
necessary setup file to test?

Thank you,

Best Regards,

-Adam

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

Title:
  xdg-open fails to open IRC links

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

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