[Bug 1449131] Re: sosreport does not collect logs for Landscape Dedicated Server 15.01 and newer

2015-08-19 Thread Bruce Tarro
Tested PPA[1] - Passed on Trusty w/ 15.01.   No noted regressions.

[1] https://launchpad.net/~eric-desrochers-z/+archive/ubuntu/bug1449131

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

Title:
  sosreport does not collect logs for Landscape Dedicated Server 15.01
  and newer

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

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


[Bug 1437081] [NEW] Pidgin crashes on right-click of channel title

2015-03-26 Thread Bruce Tarro
Public bug reported:


In Pidgin, when you double-click to edit an irc channel title, the name turns 
into a text box. If you right click on this (to copy the text for instance), it 
will lock up Pidgin which then can only be killed from a command line. 

It should be noted that it's not a complete lock up, because you will
still see incoming IRC messages, however you cannot interact with the
application.

When launched using --debug from the command line the following messages appear:
(16:29:53) pidgin-libnotify: Conversation Updated (UNSEEN)
(16:29:53) Gtk: IA__gtk_widget_is_sensitive: assertion 'GTK_IS_WIDGET (widget)' 
failed
(16:29:53) Gtk: IA__gtk_widget_is_sensitive: assertion 'GTK_IS_WIDGET (widget)' 
failed
(16:29:53) Gtk: IA__gtk_propagate_event: assertion 'GTK_IS_WIDGET (widget)' 
failed
(16:29:53) Gtk: IA__gtk_propagate_event: assertion 'GTK_IS_WIDGET (widget)' 
failed
(16:29:53) Gtk: IA__gtk_propagate_event: assertion 'GTK_IS_WIDGET (widget)' 
failed
(16:29:55) Gtk: IA__gtk_widget_is_sensitive: assertion 'GTK_IS_WIDGET (widget)' 
failed
(16:29:55) Gtk: IA__gtk_widget_is_sensitive: assertion 'GTK_IS_WIDGET (widget)' 
failed
..(repeating)

ProblemType: Bug
DistroRelease: Ubuntu 14.04.02 LTS

Packages:
Pidgin  1:2.10.9-0ubuntu3.2 amd64
pidgin-data 1:2.10.9-0ubuntu3.2 all
pidgin-libnotify0.14-9ubuntu2   amd64
pidgin-otr  4.0.0-2 amd64

Uname: Linux 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC
2014 x86_64 x86_64 x86_64 GNU/Linux

** Affects: pidgin (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/1437081

Title:
  Pidgin crashes on right-click of channel title

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

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


[Bug 1449131] [NEW] sosreport does not collect logs for Landscape Dedicated Server 15.01 and newer

2015-04-27 Thread Bruce Tarro
Public bug reported:

Landscape Dedicated Server (LDS) 15.01 and newer logs are now located in
/var/log/landscape-server. This is part of the move towards using
rsyslog[0]


1) The release of Ubuntu you are using, via 'lsb_release -rd' or System
Only Trusty and newer as that is all LDS is built to run on.

2) The version of the package you are using, via 'apt-cache policy pkgname' or 
by checking in Software Center
PPA version of sosreport

3) What you expected to happen
The expectation is that this log location be added(not replace) as there are 
other supported Landscape Dedicated Servers still using the old location 
(/var/log/landscape)

4) What happened instead
Logs are not collected from the new location.


Related:

[0] https://help.landscape.canonical.com/LDS/ReleaseNotes15.01

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

** Summary changed:

- sosreport does not collect logs for Landscape Dedicated Server 15.01 and  
newer logs
+ sosreport does not collect logs for Landscape Dedicated Server 15.01 and newer

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

Title:
  sosreport does not collect logs for Landscape Dedicated Server 15.01
  and newer

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

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


[Bug 1216128] Re: Banner pages broken in Cups 1.5.3

2013-08-29 Thread Bruce Tarro
The banner templates in /usr/share/cups/banners/*  are ignoring the
plain text output that should be available according to the CUPS banner
spec[1].  Confirmed in Raring & Saucy tests.

WORKAROUND:

a) Create a PDF with the banner information you'd like 
b) save the PDF file to /usr/share/cups/data/ 
c) edit the corresponding banner file to call your new PDF. 
**NOTE** the "show" references in the banner file WILL overlay so you can keep 
them if you wish. 

Example: 
$ cat secret 
#PDF-BANNER 
Template notsecret.pdf 
Show printer-name printer-info printer-location printer-make-and-model 
printer-driver-name printer-driver-version paper-size imageable-area job-id 
options time-at-creation time-at-processing 


[1] - [1] 
http://www.cups.org/documentation.php/doc-1.6/spec-banner.html?VERSION=1.6&Q=

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

Title:
  Banner pages broken in Cups 1.5.3

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

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


[Bug 1437081] Re: Pidgin crashes on right-click of channel title

2015-10-20 Thread Bruce Tarro
As a followup, I did test on an alternate system:

pidgin-2.10.11-10.fc22.x86_64
Fedora release 22

The bug does not exist there.

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

Title:
  Pidgin crashes on right-click of channel title

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

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


[Bug 1216128] Re: Banner pages broken in Cups 1.5.3

2015-10-22 Thread Bruce Tarro
Fixed in 15.10 (cups 2.0+);  Not sure what the fix was between versions;
worth SRU for Precise & Trusty

** Changed in: cups (Ubuntu)
   Status: Confirmed => 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/1216128

Title:
  Banner pages broken in Cups 1.5.3

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

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


[Bug 1391186] Re: pidgin inconsistency ld.so

2015-10-22 Thread Bruce Tarro
1. Is this still an issue for you?  
2. Have you tested against 15.10 ?


Possible reference: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766003

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

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

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

Title:
  pidgin inconsistency ld.so

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

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


[Bug 457126] Re: Path to file being edited does not appear in title bar

2015-10-29 Thread Bruce Tarro
** Changed in: gedit (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Path to file being edited does not appear in title bar

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

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


[Bug 879605] Re: Specifying static network configuration in kickseed no longer works

2013-11-14 Thread Bruce Tarro
Change was tested and verified for the following:

precise-proposed
kickseed_0.57ubuntu1.1.tar.gz

NOTE: I did not yet find an updated installer in
http://archive.ubuntu.com/ubuntu/dists/precise-proposed/main/installer-
amd64/current/images/netboot/ubuntu-installer/amd64/

I instead made the change outlined in the diff to my existing initrd.gz

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

Title:
  Specifying static network configuration in kickseed no longer works

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

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