[Bug 1969939] Re: puppet 5 package incompatible with ruby 3 / ubuntu 22.04

2022-06-01 Thread Mat Malone
Thanks Lucas. LGTM. We tried the PPA. No errors during puppet apply.
File resources, both symlinks and regular files, are being created as
expected. Our full 5kloc puppet manifest applied without any puppet
errors, and we haven't noticed any other regressions. If you have any
specific functionality you like us to double check, please let me know.

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

Title:
  puppet 5 package incompatible with ruby 3 / ubuntu 22.04

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


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

[Bug 1969939] Re: puppet 5 package incompatible with ruby 3 / ubuntu 22.04

2022-05-26 Thread Mat Malone
My test is also unnecessarily complex -- there's no needs for the class
+ include:

file { '/tmp/issue':
ensure => file,
source => '/etc/issue',
}

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

Title:
  puppet 5 package incompatible with ruby 3 / ubuntu 22.04

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


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

[Bug 1969939] Re: puppet 5 package incompatible with ruby 3 / ubuntu 22.04

2022-05-26 Thread Mat Malone
Hi Lucas, the new to_sym error seems to be related to use of the File
resource with `ensure => file` instead of link. Unless there's another
change introduced in 5.5.22-4ubuntu0.1, it seems like it has to be
caused by your patch.

Here's my test scenario that you should be able to use to reproduce:

issue.pp:

```
class issue
{
file { '/tmp/issue':
ensure => file,
source => '/etc/issue',
}
}

include issue
```

# Using puppet (5.5.22-4):

% puppet apply issue.pp  
Notice: Compiled catalog for dev-vagrant22 in environment production in 0.01 
seconds
Notice: /Stage[main]/Issue/File[/tmp/issue]/ensure: defined content as 
'{md5}d5faf84af6529c6e6a364f164e953ff6'
Notice: Applied catalog in 0.01 seconds

# Using puppet (5.5.22-4ubuntu0.1):

% puppet apply issue.pp  
Notice: Compiled catalog for dev-vagrant22 in environment production in 0.01 
seconds
Error: /Stage[main]/Issue/File[/tmp/issue]: Could not evaluate: Could not 
retrieve file metadata for file:///etc/issue: undefined method `to_sym' for 
nil:NilClass
Notice: Applied catalog in 0.01 seconds


Thanks for your help fixing this, Lucas!

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

Title:
  puppet 5 package incompatible with ruby 3 / ubuntu 22.04

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


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

[Bug 1792980] Re: cannot install libudev-dev

2021-07-07 Thread Mat
Hans, Your suggestion helped!!
Thank You very much

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

Title:
  cannot install libudev-dev

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

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

[Bug 1792980] Re: cannot install libudev-dev

2021-07-05 Thread Mat
Thank You for taking Your time.
I've done 'sudo apt update' then 'sudo apt upgrade'. no help unfortunatelly.

Here's the requested output:

$ sudo apt policy libudev-dev
libudev-dev:
  Installed: (none)
  Candidate: 245.4-4ubuntu3
  Version table:
 245.4-4ubuntu3 500
500 http://pl.archive.ubuntu.com/ubuntu focal/main amd64 Packages

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

Title:
  cannot install libudev-dev

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

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

[Bug 1792980] Re: cannot install libudev-dev

2021-07-02 Thread Mat
problematic ubuntu 20.04.02 did not download packages on-the-fly during
instalation process (It can't be done in that setup). I've installed
another ubuntu.20.04.02 with on-the-fly package download during
installation proces. this time libudev-dev has been installed correctly.

Based on this information can You provide solution or at least
workaround?

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

Title:
  cannot install libudev-dev

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

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

[Bug 1792980] Re: cannot install libudev-dev

2021-07-01 Thread Mat
I've just installed ubuntu 20.04.02 on my host and the same problem.

should I add some package repositories to make it work?

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

Title:
  cannot install libudev-dev

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

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

[Bug 1917148] Re: ps version is UNKNOWN in procps 2:3.3.16-1ubuntu2

2021-02-28 Thread Mat M
** Description changed:

  From Linux Lint 20.1, so Focal Fossa 20.04.1
  
  Package procps 2:3.3.16-1ubuntu2
  
  $ LANG=C ps --version
  ps from procps-ng UNKNOWN
  
- I don't know if it comes from Ubunut or upstream.
+ I don't know if it comes from Ubuntu or upstream.

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

Title:
  ps version is UNKNOWN in procps 2:3.3.16-1ubuntu2

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

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

[Bug 1917148] [NEW] ps version is UNKNOWN in procps 2:3.3.16-1ubuntu2

2021-02-27 Thread Mat M
Public bug reported:

>From Linux Lint 20.1, so Focal Fossa 20.04.1

Package procps 2:3.3.16-1ubuntu2

$ LANG=C ps --version
ps from procps-ng UNKNOWN

I don't know if it comes from Ubunut or upstream.

** Affects: procps (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/1917148

Title:
  ps version is UNKNOWN in procps 2:3.3.16-1ubuntu2

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

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

[Bug 1668309] Re: Scaling on xps13 means only a part of the screen is visible at any time.

2019-06-26 Thread No Mat
Can confirm comment #5. Fails as described on a Macbook Pro with Retina
display (2560x1600) in Ubuntu 18.04.

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

Title:
  Scaling on xps13 means only a part of the screen is visible at any
  time.

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

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

[Bug 1815297] [NEW] package libext2fs2:amd64 1.44.1-1 failed to install/upgrade: il pacchetto libext2fs2:amd64 non è pronto per la configurazione impossibile configurarlo (stato corrente "half-instal

2019-02-09 Thread mat
Public bug reported:

after trying to backup

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libext2fs2:amd64 1.44.1-1
ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
Uname: Linux 4.15.0-43-generic x86_64
NonfreeKernelModules: lkp_Ubuntu_4_15_0_43_46_generic_47
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
Date: Sat Feb  9 18:10:45 2019
Dependencies:
 gcc-8-base 8.2.0-1ubuntu2~18.04
 libc6 2.27-3ubuntu1
 libgcc1 1:8.2.0-1ubuntu2~18.04
DpkgHistoryLog:
 Start-Date: 2019-02-09  18:10:45
 Commandline: packagekit role='install-packages'
 Requested-By: acerlap (1000)
 Install: python-six:amd64 (1.11.0-2, automatic), python-gi:amd64 (3.26.1-2), 
python-fasteners:amd64 (0.12.0-3, automatic), python-monotonic:amd64 (1.1-2, 
automatic), python-lockfile:amd64 (1:0.12.2-2, automatic), librsync1:amd64 
(0.9.7-10build1, automatic), duplicity:amd64 (0.7.17-0ubuntu1)
DpkgTerminalLog:
 dpkg: errore nell'elaborare il pacchetto libext2fs2:amd64 (--configure):
  il pacchetto libext2fs2:amd64 non è pronto per la configurazione
  impossibile configurarlo (stato corrente "half-installed")
ErrorMessage: il pacchetto libext2fs2:amd64 non è pronto per la configurazione  
impossibile configurarlo (stato corrente "half-installed")
Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 3.6.7-1~18.04
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2.1
 apt  1.6.6
SourcePackage: e2fsprogs
Title: package libext2fs2:amd64 1.44.1-1 failed to install/upgrade: il 
pacchetto libext2fs2:amd64 non è pronto per la configurazione  impossibile 
configurarlo (stato corrente "half-installed")
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package bionic

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

Title:
  package libext2fs2:amd64 1.44.1-1 failed to install/upgrade: il
  pacchetto libext2fs2:amd64 non è pronto per la configurazione
  impossibile configurarlo (stato corrente "half-installed")

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

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

[Bug 1811595] Re: 18.04 laggy login but works fine off of boot usb

2019-01-13 Thread Mat Nightingale
A workaround I found from here (https://askubuntu.com/questions/1070862
/ubuntu-server-18-04-graphics-in-console-is-extremely-slow)

sudo vim /etc/default/grub
uncomment GRUB_GFXMODE=640x480 and change to GRUB_GFXMODE=1027x768
then
sudo update-grub

Next disable ast driver
sudo vim /etc/modprobe.d/blacklist.conf
append line blacklist ast
then
sudo update-initramfs -u
reboot

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

Title:
  18.04 laggy login but works fine  off of boot usb

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

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

[Bug 1811595] [NEW] 18.04 laggy login but works fine off of boot usb

2019-01-13 Thread Mat Nightingale
Public bug reported:

Running 18.04 off a boot usb stick works flawlessly, however after a
clean install the login screen is very laggy and once I enter my
password the screen resolution is all messed up and unreadable.

If I reboot and hold down shift to get the Grub menu and choose Advanced
then recovery mode and then without altering anything I choose resume
from the recovery menu and the login screen works perfectly.

All system updates are done.

System Specs
Processor   : Intel(R) Xeon(R) Silver 4110 CPU @ 2.10GHz
Memory  : 131656MB (2342MB used)
Machine Type: Supermicro
Operating System: Ubuntu 18.04.1 LTS
Date/Time   : Sun 13 Jan 2019 01:28:23 PM AST
-Display-
Resolution  : 1024x768 pixels
OpenGL Renderer : llvmpipe (LLVM 6.0, 256 bits)
X11 Vendor  : The X.Org Foundation

** Affects: linux (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/1811595

Title:
  18.04 laggy login but works fine  off of boot usb

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

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

[Bug 1808183] Re: ASPEED server console output extremely slow after upgrade to 18.04

2019-01-12 Thread Mat Nightingale
I've just done a clean install of 18.04 and have the same issue where
running 18.04 off a boot usb stick works flawlessly, however after
installing on the hard drive the login screen is very laggy and once I
enter my password the screen resolution is all messed up and unreadable.

If I reboot and hold down shift to get the Grub menu and choose Advanced
then recovery mode and then without altering anything I choose resume
from the recovery menu and the login screen works perfectly.

So I assume the fix hasn't been rolled out yet as I've run the updater
and there's nothing that needs updating on my system.

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

Title:
  ASPEED server console output extremely slow after upgrade to 18.04

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

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

[Bug 1767322] Re: "Activation of network connection failed" popup shows incessantly

2018-07-30 Thread mat
Just for your information, I have the same issue on my laptop (HP ZBook
G3) since I upgrade my OS to 18.04.

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

Title:
  "Activation of network connection failed" popup shows incessantly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1767322/+subscriptions

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

[Bug 1730030] Re: virtualbox-dkms 5.0.40-dfsg-0ubuntu1.16.04.1: virtualbox kernel module failed to build. This occurred when trying to install the hwe-edge kernel. I believe I'll just remove virtualbo

2018-02-22 Thread Mat
*** This bug is a duplicate of bug 1729568 ***
https://bugs.launchpad.net/bugs/1729568

This error occurred when installing updates of Ubuntu "16.04.3 LTS
(Xenial Xerus)" (x86_64) on 2018-02-22.

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

Title:
  virtualbox-dkms 5.0.40-dfsg-0ubuntu1.16.04.1: virtualbox kernel module
  failed to build. This occurred when trying to install the hwe-edge
  kernel. I believe I'll just remove virtualbox for now.

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

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

[Bug 1729568] Re: [ SRU ]virtualbox-dkms 5.0.40-dfsg-0ubuntu1.16.04.1: virtualbox kernel module failed to build - error: implicit declaration of function ‘set_pages_x’

2018-01-10 Thread Mat
I had installed the security patches of Ubuntu 16.04 (64 bit; Unity
desktop) on 2018-01-10, ~ 20:30. After needed reboot a window had been
opened showing (in German) that a problem had been occurred. After
reporting the error (to launchpad, Canonical or who knows) my web
browser had been started showing launchpad's bug # 1730030, which is the
original of this bug # 1729568.

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

Title:
  [ SRU ]virtualbox-dkms 5.0.40-dfsg-0ubuntu1.16.04.1: virtualbox kernel
  module failed to build - error: implicit declaration of function
  ‘set_pages_x’

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

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

[Bug 1730030] Re: virtualbox-dkms 5.0.40-dfsg-0ubuntu1.16.04.1: virtualbox kernel module failed to build. This occurred when trying to install the hwe-edge kernel. I believe I'll just remove virtualbo

2018-01-10 Thread Mat
*** This bug is a duplicate of bug 1729568 ***
https://bugs.launchpad.net/bugs/1729568

This error occurred after installing the security patches of Ubuntu
16.04, on 2018-01-10, ~ 20:30.

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

Title:
  virtualbox-dkms 5.0.40-dfsg-0ubuntu1.16.04.1: virtualbox kernel module
  failed to build. This occurred when trying to install the hwe-edge
  kernel. I believe I'll just remove virtualbox for now.

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

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

[Bug 1726922] Re: gnome-calendar keeps asking for my google password

2018-01-07 Thread mat
On this page

https://askubuntu.com/questions/967137/calendar-constantly-requiring-
google-authentication-on-17-10

a solution is suggested:


"I was having the same problem and resolve it by deleting the
configuration files of Evolution. Do this:

rm -rf ./.config/goa-1.0/accounts.conf
rm -rf ./.config/evolution
rm -rf ./.local/share/evolution"


Worked for me

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

Title:
  gnome-calendar keeps asking for my google password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1726922/+subscriptions

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

[Bug 1671540] Re: Software Updater window is invisible

2017-11-20 Thread Mat Cucuzella
After upgrading to 17.10 I haven't had this problem. Since this is a
Gnome based software version, maybe the problem was in Unity.

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

Title:
  Software Updater window is invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/update-notifier/+bug/1671540/+subscriptions

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

[Bug 1671540] Re: Software Updater window is invisible

2017-10-21 Thread Mat Cucuzella
Latest:

$ diff jk.before jk.after 
1c1
< BEFORE
---
> AFTER
4d3
< 0x04e8 -1 4296   1538 768  447  335  mat-Meerkat Software Updater
14a14
> 0x04e8  0 4296   769  412  645  456  mat-Meerkat Software Updater
21,25c21,25
<   Absolute upper-left Y:  384
<   Relative upper-left X:  769
<   Relative upper-left Y:  384
<   Width: 447
<   Height: 335
---
>   Absolute upper-left Y:  412
>   Relative upper-left X:  0
>   Relative upper-left Y:  0
>   Width: 645
>   Height: 456
36c36
<   Map State: IsUnMapped
---
>   Map State: IsViewable
38,39c38,39
<   Corners:  +769+384  -704+384  -704-361  +769-361
<   -geometry 447x335+769+384
---
>   Corners:  +769+412  -506+412  -506-212  +769-212
>   -geometry 645x456+759+374

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

Title:
  Software Updater window is invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/update-notifier/+bug/1671540/+subscriptions

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

[Bug 1671540] Re: Software Updater window is invisible

2017-08-19 Thread Mat Cucuzella
Latest:

$ diff jk.before jk.after 
1c1
< BEFORE
---
> AFTER
4d3
< 0x0388 -1 22758  1538 768  447  335  mat-Meerkat Software Updater
12a12
> 0x0388  0 22758  769  412  645  456  mat-Meerkat Software Updater
19,23c19,23
<   Absolute upper-left Y:  384
<   Relative upper-left X:  769
<   Relative upper-left Y:  384
<   Width: 447
<   Height: 335
---
>   Absolute upper-left Y:  412
>   Relative upper-left X:  0
>   Relative upper-left Y:  0
>   Width: 645
>   Height: 456
36,37c36,37
<   Corners:  +769+384  -704+384  -704-361  +769-361
<   -geometry 447x335+769+384
---
>   Corners:  +769+412  -506+412  -506-212  +769-212
>   -geometry 645x456+759+374
$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=17.04
DISTRIB_CODENAME=zesty
DISTRIB_DESCRIPTION="Ubuntu 17.04"

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

Title:
  Software Updater window is invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/update-notifier/+bug/1671540/+subscriptions

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


[Bug 1671540] Re: Software Updater window is invisible

2017-07-17 Thread Mat Cucuzella
Latest:

$ diff jk.before jk.after 
1c1
< BEFORE
---
> AFTER
4d3
< 0x03e8 -1 22574  1538 768  447  335  mat-Meerkat Software Updater
12a12
> 0x03e8  0 22574  769  412  645  456  mat-Meerkat Software Updater
19,23c19,23
<   Absolute upper-left Y:  384
<   Relative upper-left X:  769
<   Relative upper-left Y:  384
<   Width: 447
<   Height: 335
---
>   Absolute upper-left Y:  412
>   Relative upper-left X:  0
>   Relative upper-left Y:  0
>   Width: 645
>   Height: 456
34c34
<   Map State: IsUnMapped
---
>   Map State: IsViewable
36,37c36,37
<   Corners:  +769+384  -704+384  -704-361  +769-361
<   -geometry 447x335+769+384
---
>   Corners:  +769+412  -506+412  -506-212  +769-212
>   -geometry 645x456+759+374

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

Title:
  Software Updater window is invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/update-notifier/+bug/1671540/+subscriptions

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


[Bug 1671540] Re: Software Updater window is invisible

2017-07-06 Thread Mat Cucuzella
Latest:

$ diff jk.before jk.after
1c1
< BEFORE
---
> AFTER
4d3
< 0x0448 -1 20962  1538 768  447  335  mat-Meerkat Software Updater
16a16
> 0x0448  0 20962  769  412  645  456  mat-Meerkat Software Updater
23,27c23,27
<   Absolute upper-left Y:  384
<   Relative upper-left X:  769
<   Relative upper-left Y:  384
<   Width: 447
<   Height: 335
---
>   Absolute upper-left Y:  412
>   Relative upper-left X:  0
>   Relative upper-left Y:  0
>   Width: 645
>   Height: 456
38c38
<   Map State: IsUnMapped
---
>   Map State: IsViewable
40,41c40,41
<   Corners:  +769+384  -704+384  -704-361  +769-361
<   -geometry 447x335+769+384
---
>   Corners:  +769+412  -506+412  -506-212  +769-212
>   -geometry 645x456+759+374

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

Title:
  Software Updater window is invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/update-notifier/+bug/1671540/+subscriptions

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


[Bug 1671540] Re: Software Updater window is invisible

2017-07-02 Thread Mat Cucuzella
Latest:

$ diff jk.before jk.after 
1c1
< BEFORE
---
> AFTER
4d3
< 0x03e8 -1 3052   1538 768  447  335  mat-Meerkat Software Updater
14a14
> 0x03e8  0 3052   769  412  645  456  mat-Meerkat Software Updater
21,25c21,25
<   Absolute upper-left Y:  384
<   Relative upper-left X:  769
<   Relative upper-left Y:  384
<   Width: 447
<   Height: 335
---
>   Absolute upper-left Y:  412
>   Relative upper-left X:  0
>   Relative upper-left Y:  0
>   Width: 645
>   Height: 456
36c36
<   Map State: IsUnMapped
---
>   Map State: IsViewable
38,39c38,39
<   Corners:  +769+384  -704+384  -704-361  +769-361
<   -geometry 447x335+769+384
---
>   Corners:  +769+412  -506+412  -506-212  +769-212
>   -geometry 645x456+759+374

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

Title:
  Software Updater window is invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/update-notifier/+bug/1671540/+subscriptions

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


[Bug 1671540] Re: Software Updater window is invisible

2017-06-24 Thread Mat Cucuzella
Another occurrence:

$ diff jk.before jk.after 
1c1
< BEFORE
---
> AFTER
4d3
< 0x0408 -1 9042   1538 768  447  335  mat-Meerkat Software Updater
15a15
> 0x0408  0 9042   769  412  645  456  mat-Meerkat Software Updater
22,26c22,26
<   Absolute upper-left Y:  384
<   Relative upper-left X:  769
<   Relative upper-left Y:  384
<   Width: 447
<   Height: 335
---
>   Absolute upper-left Y:  412
>   Relative upper-left X:  0
>   Relative upper-left Y:  0
>   Width: 645
>   Height: 456
37c37
<   Map State: IsUnMapped
---
>   Map State: IsViewable
39,40c39,40
<   Corners:  +769+384  -704+384  -704-361  +769-361
<   -geometry 447x335+769+384
---
>   Corners:  +769+412  -506+412  -506-212  +769-212
>   -geometry 645x456+759+374

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

Title:
  Software Updater window is invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/update-notifier/+bug/1671540/+subscriptions

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


[Bug 1671540] Re: Software Updater window is invisible

2017-06-17 Thread Mat Cucuzella
Another occurrence:

$ diff jk.before jk.after
< BEFORE
---
> AFTER
4d3
< 0x0408 -1 25120  1538 768  447  335  mat-Meerkat Software Updater
13a13
> 0x0408  0 25120  769  412  645  456  mat-Meerkat Software Updater
20,24c20,24
<   Absolute upper-left Y:  384
<   Relative upper-left X:  769
<   Relative upper-left Y:  384
<   Width: 447
<   Height: 335
---
>   Absolute upper-left Y:  412
>   Relative upper-left X:  0
>   Relative upper-left Y:  0
>   Width: 645
>   Height: 456
35c35
<   Map State: IsUnMapped
---
>   Map State: IsViewable
37,38c37,38
<   Corners:  +769+384  -704+384  -704-361  +769-361
<   -geometry 447x335+769+384
---
>   Corners:  +769+412  -506+412  -506-212  +769-212
>   -geometry 645x456+759+374

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

Title:
  Software Updater window is invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/update-notifier/+bug/1671540/+subscriptions

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


[Bug 1671540] Re: Software Updater window is invisible

2017-06-04 Thread Mat Cucuzella
Sorry comment 11 should refer to comment 10.

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

Title:
  Software Updater window is invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/update-notifier/+bug/1671540/+subscriptions

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


[Bug 1671540] Re: Software Updater window is invisible

2017-06-04 Thread Mat Cucuzella
Log referenced by comment #9

** Attachment added: "20170604-softupd-bad.log"
   
https://bugs.launchpad.net/update-notifier/+bug/1671540/+attachment/4889074/+files/20170604-softupd-bad.log

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

Title:
  Software Updater window is invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/update-notifier/+bug/1671540/+subscriptions

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


[Bug 1671540] Re: Software Updater window is invisible

2017-06-04 Thread Mat Cucuzella
See attachment 20170604-softupd-bad.log for full log.

Before/after diff:

$ diff jk.before jk.after 
1c1
< BEFORE
---
> AFTER
4d3
< 0x0428 -1 30547  1538 768  447  335  mat-Meerkat Software Updater
16a16
> 0x0428  0 30547  769  412  645  400  mat-Meerkat Software Updater
23,27c23,27
<   Absolute upper-left Y:  384
<   Relative upper-left X:  769
<   Relative upper-left Y:  384
<   Width: 447
<   Height: 335
---
>   Absolute upper-left Y:  412
>   Relative upper-left X:  0
>   Relative upper-left Y:  0
>   Width: 645
>   Height: 400
38c38
<   Map State: IsUnMapped
---
>   Map State: IsViewable
40,41c40,41
<   Corners:  +769+384  -704+384  -704-361  +769-361
<   -geometry 447x335+769+384
---
>   Corners:  +769+412  -506+412  -506-268  +769-268
>   -geometry 645x400+759+374

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

Title:
  Software Updater window is invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/update-notifier/+bug/1671540/+subscriptions

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


[Bug 1671540] Re: Software Updater window is invisible

2017-05-26 Thread Mat Cucuzella
File: 20170526-softupd.log

BEFORE
COMMAND: wmctrl -lGp

0x0408 -1 11829  1538 768  447  335  mat-Meerkat Software Updater
0x01c2  0 1828   -2020 -1180 1920 1080 mat-Meerkat 
XdndCollectionWindowImp
0x01c3  0 1828   024   65   1056 mat-Meerkat unity-launcher
0x01c4  0 1828   001920 24   mat-Meerkat unity-panel
0x01c5  0 1828   -1241 -728 1141 628  mat-Meerkat unity-dash
0x01c6  0 1828   -420 -300 320  200  mat-Meerkat Hud
0x028a -1 1986   001920 1080 mat-Meerkat Desktop
0x03600010  0 3363   81   52   1159 1003 mat-Meerkat New Tab - Mozilla 
Firefox
0x03c6  0 29972  1025 237  722  682  mat-Meerkat Terminal
0x03e000af  0 15845  269  271  736  612  mat-Meerkat emacs@mat-Meerkat

COMMAND: xwininfo -name Software Updater

xwininfo: Window id: 0x408 "Software Updater"

  Absolute upper-left X:  769
  Absolute upper-left Y:  384
  Relative upper-left X:  769
  Relative upper-left Y:  384
  Width: 447
  Height: 335
  Depth: 24
  Visual: 0xc0
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x407 (not installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsUnMapped
  Override Redirect State: no
  Corners:  +769+384  -704+384  -704-361  +769-361
  -geometry 447x335+769+384

AFTER
COMMAND: wmctrl -lGp

0x01c2  0 1828   -2020 -1180 1920 1080 mat-Meerkat 
XdndCollectionWindowImp
0x01c3  0 1828   024   65   1056 mat-Meerkat unity-launcher
0x01c4  0 1828   001920 24   mat-Meerkat unity-panel
0x01c5  0 1828   -1241 -728 1141 628  mat-Meerkat unity-dash
0x01c6  0 1828   -420 -300 320  200  mat-Meerkat Hud
0x028a -1 1986   001920 1080 mat-Meerkat Desktop
0x03600010  0 3363   81   52   1159 1003 mat-Meerkat New Tab - Mozilla 
Firefox
0x03c6  0 29972  1025 237  722  682  mat-Meerkat Terminal
0x03e000af  0 15845  269  271  736  612  mat-Meerkat emacs@mat-Meerkat
0x0408  0 11829  769  412  645  400  mat-Meerkat Software Updater

COMMAND: xwininfo -name Software Updater

xwininfo: Window id: 0x408 "Software Updater"

  Absolute upper-left X:  769
  Absolute upper-left Y:  412
  Relative upper-left X:  0
  Relative upper-left Y:  0
  Width: 645
  Height: 400
  Depth: 24
  Visual: 0xc0
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x407 (not installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +769+412  -506+412  -506-268  +769-268
  -geometry 645x400+759+374

The diff


--- jk.before   2017-05-26 20:44:26.683069386 -0700
+++ jk.after2017-05-26 20:44:26.839071897 -0700
@@ -1,7 +1,6 @@
-BEFORE
+AFTER
 COMMAND: wmctrl -lGp
 
-0x0408 -1 11829  1538 768  447  335  mat-Meerkat Software Updater
 0x01c2  0 1828   -2020 -1180 1920 1080 mat-Meerkat 
XdndCollectionWindowImp
 0x01c3  0 1828   0    24   65   1056 mat-Meerkat unity-launcher
 0x01c4  0 1828   0    01920 24   mat-Meerkat unity-panel
@@ -11,17 +10,18 @@
 0x03600010  0 3363   81   52   1159 1003 mat-Meerkat New Tab - Mozilla 
Firefox
 0x03c6  0 29972  1025 237  722  682  mat-Meerkat Terminal
 0x03e000af  0 15845  269  271  736  612  mat-Meerkat emacs@mat-Meerkat
+0x0408  0 11829  769  412  645  400  mat-Meerkat Software Updater
 
 COMMAND: xwininfo -name Software Updater
 
 xwininfo: Window id: 0x408 "Software Updater"
 
   Absolute upper-left X:  769
-  Absolute upper-left Y:  384
-  Relative upper-left X:  769
-  Relative upper-left Y:  384
-  Width: 447
-  Height: 335
+  Absolute upper-left Y:  412
+  Relative upper-left X:  0
+  Relative upper-left Y:  0
+  Width: 645
+  Height: 400
   Depth: 24
   Visual: 0xc0
   Visual Class: TrueColor
@@ -32,8 +32,8 @@
   Window Gravity State: NorthWestGravity
   Backing Store State: NotUseful
   Save Under State: no
-  Map State: IsUnMapped
+  Map State: IsViewable
   Override Redirect State: no
-  Corners:  +769+384  -704+384  -704-361  +769-361
-  -geometry 447x335+769+384
+  Corners:  +769+412  -506+412  -506-268  +769-268
+  -geometry 645x400+759+374

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

Title:
  Software Updater window is invisible

To manage notificatio

[Bug 1671540] Re: Software Updater window is invisible

2017-05-26 Thread Mat Cucuzella
I'm using this script to collect info. I'll post the results in the next
message. It makes to files, a before and after calling wmctrl so they
can be diff'ed easily

 script below
#!/bin/bash

function die() {
echo "Error: " $*
exit 1
}

# collect info before the window is moved.

[[ $# -eq 1 ]] || die "Usage: $0 output_file"

OUT=$1


cat /dev/null >$OUT.before
cat /dev/null >$OUT.after

echo "BEFORE" >>$OUT.before
(
echo -e "COMMAND: wmctrl -lGp\n"
wmctrl -lGp
echo -e "\nCOMMAND: xwininfo -name Software Updater"
xwininfo -name 'Software Updater'
) 2>&1 | sed 's/^//' >>$OUT.before

echo "moving Software Updater to current desktop"
wmctrl -R 'Software Updater'

echo "AFTER" >> $OUT.after
(
echo -e "COMMAND: wmctrl -lGp\n"
wmctrl -lGp
echo -e "\nCOMMAND: xwininfo -name Software Updater"
xwininfo -name 'Software Updater'
) 2>&1 | sed 's/^//' >>$OUT.after

exit 0

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

Title:
  Software Updater window is invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/update-notifier/+bug/1671540/+subscriptions

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


[Bug 1671540] Re: Software Updater window is invisible

2017-05-24 Thread Mat Cucuzella
Happens to me at least 4 out of 5 times.
Ubuntu 17.04
System76 Meerkat

Using the following always make the updated visible on my current desktop:
wmctrl -R 'Software Updater'

I can collect data if there are questions since it happens so often.

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

Title:
  Software Updater window is invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/update-notifier/+bug/1671540/+subscriptions

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


[Bug 342096] Re: SD Card containing /home corrupted on resume

2016-11-14 Thread Mat
Ivan,
thank You for the answer.

Unfortunatelly my sd card reader seems to be different one:

$ sudo lspci
...
05:00.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 21)
...

regards,
Mat

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

Title:
  SD Card containing /home corrupted on resume

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

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


[Bug 342096] Re: SD Card containing /home corrupted on resume

2016-11-13 Thread Mat
I experience the same problem running lubuntu.16.04.
Before the hibernation I have /dev/mmcblk0p1 mounted.
Then I hibernate my system and just after comming back from hibernation system 
informs me that new filesystem was mounted - it is the one sitting on 
/dev/mmcblk0p1, which should not have been unmounted. Shortly after that, 
system gets corrupted with I/O errors in syslog and I have to do hard restart.

Ivan Garavito, did You manage to file a separate bug on that?

regards,
Mat

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

Title:
  SD Card containing /home corrupted on resume

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

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


[Bug 1556357] Re: WiFi fails to resume after suspend; Race with wpasupplicant / wpa_cli resume?

2016-10-30 Thread Stew Mat
*** This bug is a duplicate of bug 1585863 ***
https://bugs.launchpad.net/bugs/1585863

I'm having this with my Lenovo Thinkpad T420. It happens around 1 time
out of 3. Sometimes the connected wifi icon is replaced by the ethernet
one, sometimes by the unconnected wifi icon.

"wpa_cli resume" fixes it.

Thanks @Haw for the workaround.

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

Title:
  WiFi fails to resume after suspend; Race with wpasupplicant / wpa_cli
  resume?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1556357/+subscriptions

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


[Bug 1588548] Re: Build sbsigntool on Solaris

2016-06-14 Thread mat troi
Hi, the patches above has been modified to have #ifdefs to distinguish
Solaris from non-Solaris platforms.


** Patch added: "upstream.patch"
   
https://bugs.launchpad.net/ubuntu/+source/sbsigntool/+bug/1588548/+attachment/4684008/+files/upstream.patch

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

Title:
  Build sbsigntool on Solaris

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

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


[Bug 1575614] Re: [SRU]Can't select secret key for TLS auth for 802.1X authentication

2016-06-02 Thread Mat
i've tested the new version, but I can't select my private key either.
it's a .key file in my case.

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

Title:
  [SRU]Can't select secret key for TLS auth for 802.1X authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-applet/+bug/1575614/+subscriptions

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


[Bug 1575614] Re: Can't select secret key for TLS auth on wired connection

2016-05-12 Thread Mat
same problem here, for a wifi eap-tls connection: I can't select  the
private key, the list is empty

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

Title:
  Can't select secret key for TLS auth on wired connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1575614/+subscriptions

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


[Bug 1575971] Re: sbsign - gaps in the section table may result in different checksums

2016-04-28 Thread mat troi
I realized because my linker script is incorrect, the section was not aligned 
correctly, and this is why when I fed it to sbsigntool it has the 
warning: gap in section table:
.dynsym : 0x000e4a00 - 0x000f1600,
/14 : 0x000f1752 - 0x000f1f52,
gaps in the section table may result in different checksums

Output from objdump with wrong linker script (note the last section):
Sections:
Idx Name  Size  VMA   LMA   File off  Algn
  0 .eh_frame 00013ab0  5000  5000  0400  2**3
  CONTENTS, ALLOC, LOAD, READONLY, DATA
  1 .text 000872f9  00019000  00019000  00014000  2**4
  CONTENTS, ALLOC, LOAD, READONLY, CODE
  2 .reloc000a  000a1000  000a1000  0009b400  2**0
  CONTENTS, ALLOC, LOAD, READONLY, DATA
  3 .data 000240f8  000a2000  000a2000  0009b600  2**5
  CONTENTS, ALLOC, LOAD, DATA
  4 .dynamic  00f0  000c7000  000c7000  000bf800  2**3
  CONTENTS, ALLOC, LOAD, DATA
  5 .rela 00024ed0  000c8000  000c8000  000bfa00  2**3
  CONTENTS, ALLOC, LOAD, READONLY, DATA
  6 .dynsym   cbe8  000ed000  000ed000  000e4a00  2**3
  CONTENTS, ALLOC, LOAD, READONLY, DATA
  7 .vendor_cert  0611  00103352  00103352  000f1752  2**0
  CONTENTS, ALLOC, LOAD, READONLY, DATA

With updated linker script, I only get this line now:
warning: data remaining[990720 vs 1092659]: gaps between PE/COFF sections?

However the shim binary is still not bootable.

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

Title:
  sbsign - gaps in the section table may result in different checksums

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

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


[Bug 1575971] [NEW] sbsign - gaps in the section table may result in different checksums

2016-04-27 Thread mat troi
Public bug reported:

sbsign -est/test-key.rsa --cert openssl_test/test-cert.pem --output 
shim_delete_please  build/amd64/shim.efi
warning: gap in section table:
.dynsym : 0x000e4a00 - 0x000f1600,
/14 : 0x000f1752 - 0x000f1f52,
gaps in the section table may result in different checksums
warning: data remaining[990720 vs 1092659]: gaps between PE/COFF sections?

When signing my shim.efi binary with sbsigntool I received the above
warnings.  I did a  little bit of googling and found if the shim is
compiled with gnu-efi 3.0q or earlier, this could be an issue; but my
shim.efi is compiled with gnu-efi 3.0u.

The end result from the error cause my shim not bootable.  I tried to
sign with pesign and everything works, so I think the error is in
sbsigntool.

** Affects: sbsigntool (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/1575971

Title:
  sbsign - gaps in the section table may result in different checksums

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

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


[Bug 1540020] [NEW] "Show this dialog" option not being saved

2016-01-30 Thread Mat
Public bug reported:

De-selecting "Show this dialog" is not being saved. The next time I open
a dds it still shows the dialog.

** Affects: gimp-dds (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/1540020

Title:
  "Show this dialog" option not being saved

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp-dds/+bug/1540020/+subscriptions

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


[Bug 1482680] [NEW] libnl-route-3-200 missing symlink

2015-08-07 Thread Mat
Public bug reported:

$ dpkg -L libnl-route-3-200
/.
/usr
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/libnl-route-3.so.200.16.1
/usr/share
/usr/share/doc
/usr/share/doc/libnl-route-3-200
/usr/share/doc/libnl-route-3-200/copyright
/usr/lib/x86_64-linux-gnu/libnl-route-3.so.200
/usr/share/doc/libnl-route-3-200/changelog.Debian.gz

There should be a symlink:
/usr/lib/x86_64-linux-gnu/libnl-route-3.so - 
/usr/lib/x86_64-linux-gnu/libnl-route-3.so.200
otherwise compilers (gcc) complain that they can't find -lnl-route-3

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libnl-route-3-200 3.2.21-1
ProcVersionSignature: Ubuntu 3.19.0-21.21~14.04.1-lowlatency 3.19.8
Uname: Linux 3.19.0-21-lowlatency x86_64
NonfreeKernelModules: ue_ip
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Aug  7 16:58:29 2015
Dependencies:
 gcc-4.9-base 4.9.1-0ubuntu1
 libc6 2.19-0ubuntu6.6
 libgcc1 1:4.9.1-0ubuntu1
 libnl-3-200 3.2.21-1
 multiarch-support 2.19-0ubuntu6.6
InstallationDate: Installed on 2015-05-22 (77 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
SourcePackage: libnl3
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  libnl-route-3-200 missing symlink

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

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


[Bug 1482680] [NEW] libnl-route-3-200 missing symlink

2015-08-07 Thread Mat
Public bug reported:

$ dpkg -L libnl-route-3-200
/.
/usr
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/libnl-route-3.so.200.16.1
/usr/share
/usr/share/doc
/usr/share/doc/libnl-route-3-200
/usr/share/doc/libnl-route-3-200/copyright
/usr/lib/x86_64-linux-gnu/libnl-route-3.so.200
/usr/share/doc/libnl-route-3-200/changelog.Debian.gz

There should be a symlink:
/usr/lib/x86_64-linux-gnu/libnl-route-3.so - 
/usr/lib/x86_64-linux-gnu/libnl-route-3.so.200
otherwise compilers (gcc) complain that they can't find -lnl-route-3

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libnl-route-3-200 3.2.21-1
ProcVersionSignature: Ubuntu 3.19.0-21.21~14.04.1-lowlatency 3.19.8
Uname: Linux 3.19.0-21-lowlatency x86_64
NonfreeKernelModules: ue_ip
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Aug  7 16:58:29 2015
Dependencies:
 gcc-4.9-base 4.9.1-0ubuntu1
 libc6 2.19-0ubuntu6.6
 libgcc1 1:4.9.1-0ubuntu1
 libnl-3-200 3.2.21-1
 multiarch-support 2.19-0ubuntu6.6
InstallationDate: Installed on 2015-05-22 (77 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
SourcePackage: libnl3
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  libnl-route-3-200 missing symlink

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1482680/+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


Re: [Bug 1431753] Re: Nvidia binary driver FTBS due to DKMS layer violation

2015-07-27 Thread mat
After routine kernel-update yesterday, today blank screen like KennoVO,
bongos rumbling on start but without video.

After booting with previous kernel I applied the solutions KennoVO
suggested, (2)-(3)-(4) but not (1) as I didn't know what I was doing and
didn't understand how it had to be done. But in the end after reboot it
worked. No errors or other failures.

I must say that while Ubuntu 10 and 12 were simply great, rapid booting,
almost no bugs, this 14.04 has caused me a lot of grievance - slow on boot,
updates that cause more problems than they solve, updates almost every time
I turn on the computer (just like Windows...). Iif I didn't have an allergy
towards Windows I would long have turned my back on Ubuntu. And if You add
to it that Chromium has a sloppy Flash-player that doesn't work half the
times, and the alternative Firefox is pretty slow.
Takes a lot of passion to stick to Ubuntu...

2015-07-27 1:35 GMT+02:00 KennoVO ubu...@kenno.org:

 Fix confirmed on 2 very different machines both running Ubuntu 14.04
 Trusty with the 3.13 kernel. Detailed notes:

 AMD workstation with only a discrete nvidia GPU (nothing else)
 
 Synaptic complained about conflicts when selecting updated driver from
 trusty-proposed (something involving nvidia-libopencl1-* vs
 nvidia-opencl-icd-* IIRC). Installing through aptitude worked better. No
 further issues when rebooting, updating the kernel and rebooting again.

 Intel laptop running bumblebee
 ==
 Blank screen after updating. Solutions tried:
 (1) starting the kernel with nogpumanager and removing /etc/X11/xorg.conf
 generated by gpu-manager
 (2) removing the newly created file /etc/prime-discrete
 (3) sudo sed -i 's/-current/-346-updates/g' /etc/bumblebee/bumblebee.conf
 (4) adding lines for 340 and 346 to /etc/modprobe.d/bumblebee.conf

 Applying all of the above fixed the problem, and (1)-(3) without (4)
 didn't, so it's very likely that (4) is necessary. What I cannot tell is
 which of (1)-(3) are also necessary and which are optional.(*) Bottom
 line is that special precautions should be taken to prevent bumblebee
 from breaking when rolling this out.

 (*) I could of course figure that out by reverting the changes one-by-
 one, but this bug already robbed me of an outrageous amount of my time
 and all of my goodwill, so you're on your own. Thanks a lot for finally
 fixing it, though.

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1411919).
 https://bugs.launchpad.net/bugs/1431753

 Title:
   Nvidia binary driver FTBS due to DKMS layer violation

 Status in nvidia-graphics-drivers-331 package in Ubuntu:
   Confirmed
 Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
   Confirmed
 Status in nvidia-graphics-drivers-340 package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-340-updates package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-346 package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-346-updates package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-331 source package in Trusty:
   Triaged
 Status in nvidia-graphics-drivers-331-updates source package in Trusty:
   Triaged
 Status in nvidia-graphics-drivers-340 source package in Trusty:
   Fix Committed
 Status in nvidia-graphics-drivers-340-updates source package in Trusty:
   Fix Committed
 Status in nvidia-graphics-drivers-346 source package in Trusty:
   Fix Committed
 Status in nvidia-graphics-drivers-346-updates source package in Trusty:
   Fix Committed

 Bug description:
   Filing this against the 340-updates version but possibly the same
   applies to older versions, too. The nvidia source package produces two
   individual dkms packages: nvidia-340-updates, nvidia-340-updates-uvm.
   The problem is that the DKMS build of the nvidia-uvm module runs
   compile steps inside the nvidia modules build directory. This is
   violating the DKMS assumption that each module can be build
   independently (there is no way of describing cross-modules
   dependencies and even more important, the autoinstall step after a new
   kernel is installed will run the modules build in parallel).

   Since nvidia and nvidia-uvm are very dependent on each other the right
   course of action seems to be to combine both sources in one DKMS
   module that produces two kernel modules (this is supported by DKMS).
   For the transition this resulting dkms package needs to have a
   breaks/replaces for the nvidia-uvm package.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1431753/+subscriptions



-- 
Dr. M. Tiede


Clausola di Riservatezza

Si fa presente che tutte le notizie (nomi, fatti, notizie sanitarie, etc)
contenute in questo messaggio sono sottoposte alla normativa sulla tutela
della riservatezza (D. Lgs 196/2003) e in particolare sulla 

Re: [Bug 1431753] Re: Nvidia binary driver FTBS due to DKMS layer violation

2015-07-27 Thread mat
What I don't understand, the proposed drivers are they already implemented
in the routine update (I thought they had to be updated manually)?
Otherwise I might have had a completely different problem with the
bumblebee and nvidia drivers, solved by chance with Your approach.

2015-07-27 18:33 GMT+02:00 KennoVO ubu...@kenno.org:

 Mat, I am happy you got past your blank-screen problem, even though the
 things mentioned in my previous post may or may not have played a role
 in solving it.

 To be perfectly clear toward other people who come across this
 discussion, the points (1)-(4) in my previous post DO NOT represent a
 step-by-step solution for getting a graphical desktop back after running
 a routine kernel upgrade. They are a few things *I* tried for the
 specific case of APPLYING THE DRIVERS FROM TRUSTY-PROPOSED TO AN
 EXISTING BUMBLEBEE SETUP. And it's quite likely some of them are not
 useful or even harmful.

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1411919).
 https://bugs.launchpad.net/bugs/1431753

 Title:
   Nvidia binary driver FTBS due to DKMS layer violation

 Status in nvidia-graphics-drivers-331 package in Ubuntu:
   Confirmed
 Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
   Confirmed
 Status in nvidia-graphics-drivers-340 package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-340-updates package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-346 package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-346-updates package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-331 source package in Trusty:
   Triaged
 Status in nvidia-graphics-drivers-331-updates source package in Trusty:
   Triaged
 Status in nvidia-graphics-drivers-340 source package in Trusty:
   Fix Committed
 Status in nvidia-graphics-drivers-340-updates source package in Trusty:
   Fix Committed
 Status in nvidia-graphics-drivers-346 source package in Trusty:
   Fix Committed
 Status in nvidia-graphics-drivers-346-updates source package in Trusty:
   Fix Committed

 Bug description:
   Filing this against the 340-updates version but possibly the same
   applies to older versions, too. The nvidia source package produces two
   individual dkms packages: nvidia-340-updates, nvidia-340-updates-uvm.
   The problem is that the DKMS build of the nvidia-uvm module runs
   compile steps inside the nvidia modules build directory. This is
   violating the DKMS assumption that each module can be build
   independently (there is no way of describing cross-modules
   dependencies and even more important, the autoinstall step after a new
   kernel is installed will run the modules build in parallel).

   Since nvidia and nvidia-uvm are very dependent on each other the right
   course of action seems to be to combine both sources in one DKMS
   module that produces two kernel modules (this is supported by DKMS).
   For the transition this resulting dkms package needs to have a
   breaks/replaces for the nvidia-uvm package.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1431753/+subscriptions



-- 
Dr. M. Tiede


Clausola di Riservatezza

Si fa presente che tutte le notizie (nomi, fatti, notizie sanitarie, etc)
contenute in questo messaggio sono sottoposte alla normativa sulla tutela
della riservatezza (D. Lgs 196/2003) e in particolare sulla tutela dei dati
sensibili. E' pertanto richiesta ai destinatari della presente la massima
riservatezza nel trattare la documentazione. Se il ricevente non è il
destinatario diretto del presente messaggio è pregato di contattare
l'originario mittente e di cancellare questo messaggio ed ogni suo allegato
dal sistema di posta, sono vietati l'uso, la riproduzione e la stampa di
questo messaggio e di ogni suo allegato, nonché la diffusione del
loro contenuto a qualsiasi altro soggetto.

This e-mail message and any files transmitted with it may contain
confidential information intended only for the person(s) to whom it is
addressed. If you are not the intended recipient, you are hereby notified
that any use or distribution of this e-mail is strictly prohibited: please
notify the sender and delete the original message.

Thank you.

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

Title:
  Nvidia binary driver FTBS due to DKMS layer violation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1431753/+subscriptions

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

[Bug 1268257] Re: nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed to build, with only error: objdump: '... .tmp_nv.o': No such file

2015-05-05 Thread mat
It's higly annoying, half a year and the error still popps up every
update. I'll revert to Ubuntu 12, Ubuntu 14 has become a mayor delusion
- slow, constant updates with rebbot, like or worse than Windows.

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

Title:
  nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module
  failed to build, with only error: objdump: '... .tmp_nv.o': No such
  file

To manage notifications about this bug go to:
https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/1268257/+subscriptions

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


[Bug 1423891] [NEW] After upgrade to 14.04.2, some librairies needed by Blender want to uninstall gnome

2015-02-20 Thread mat
Public bug reported:

After trying also with a fresh install of 14.04.2, in Synaptic, trying to 
install libglu1-mesa-dev, libsdl1.2-dev, libjack-dev, or libglew1.6-dev 
requires to uninstall about 50 Packages like cheese empathy gdm gnome-shell, 
etc... and nearly all the xorg drivers !!!
This was working on 14.04.1. Those packages I try to install are required to 
compile Blender. 2 days of Headaches to install 4 librairies...

Trying to install those with apt-get I get following output:

-
$sudo apt-get install libglu1-mesa-dev libsdl1.2-dev libjack-dev libglew1.6-dev

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
Note : sélection de « libglew-dev » au lieu de « libglew1.6-dev »
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation : 

Les paquets suivants contiennent des dépendances non satisfaites :
 libcheese-gtk23 : Dépend: libclutter-gtk-1.0-0 (= 0.91.8) mais ne sera pas 
installé
   Dépend: libcogl15 (= 1.15.8) mais ne sera pas installé
 libcheese7 : Dépend: libclutter-gst-2.0-0 (= 0.10.0) mais ne sera pas installé
  Dépend: gstreamer1.0-clutter mais ne sera pas installé
 libclutter-1.0-0 : Dépend: libcogl-pango15 (= 1.15.8) mais ne sera pas 
installé
Dépend: libcogl15 (= 1.15.8) mais ne sera pas installé
 libjack-dev : Dépend: libjack0 (= 1:0.121.3+20120418git75e3e20b-2.1ubuntu1) 
mais ne sera pas installé
E: Erreur, pkgProblem::Resolve a généré des ruptures, ce qui a pu être causé 
par les paquets devant être gardés en l'état.

-

Note that all those libs it complains about are already properly
installed, so I don't know why it says deps are not satisfied...

Kind regards,
Mat

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: synaptic 0.81.1ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Feb 20 13:01:52 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-02-20 (0 days ago)
InstallationMedia: Ubuntu-GNOME 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
SourcePackage: synaptic
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  After upgrade to 14.04.2, some librairies needed by Blender want to
  uninstall gnome

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

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

[Bug 1413177] [NEW] package nvidia-opencl-icd-331-updates (not installed) failed to install/upgrade: tentata sovrascrittura di /etc/OpenCL/vendors/nvidia.icd presente anche nel pacchetto nvidia-open

2015-01-21 Thread mat
Public bug reported:

tried the non-gui approach posted by davide mannarelli, this is the
result on my acer aspire 5750g

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-opencl-icd-331-updates (not installed)
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic i686
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
Date: Wed Jan 21 12:55:16 2015
DuplicateSignature: package:nvidia-opencl-icd-331-updates:(not 
installed):tentata sovrascrittura di /etc/OpenCL/vendors/nvidia.icd presente 
anche nel pacchetto nvidia-opencl-icd-331 331.113-0ubuntu0.0.4
ErrorMessage: tentata sovrascrittura di /etc/OpenCL/vendors/nvidia.icd 
presente anche nel pacchetto nvidia-opencl-icd-331 331.113-0ubuntu0.0.4
InstallationDate: Installed on 2014-02-19 (335 days ago)
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
SourcePackage: nvidia-graphics-drivers-331-updates
Title: package nvidia-opencl-icd-331-updates (not installed) failed to 
install/upgrade: tentata sovrascrittura di /etc/OpenCL/vendors/nvidia.icd 
presente anche nel pacchetto nvidia-opencl-icd-331 331.113-0ubuntu0.0.4
UpgradeStatus: Upgraded to trusty on 2014-08-23 (151 days ago)

** Affects: nvidia-graphics-drivers-331-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 trusty

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

Title:
  package nvidia-opencl-icd-331-updates (not installed) failed to
  install/upgrade: tentata sovrascrittura di
  /etc/OpenCL/vendors/nvidia.icd presente anche nel pacchetto nvidia-
  opencl-icd-331 331.113-0ubuntu0.0.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331-updates/+bug/1413177/+subscriptions

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


Re: [Bug 1268257] Re: nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed to build, with only error: objdump: '... .tmp_nv.o': No such file

2015-01-21 Thread mat
ci ho provato ma non ha funzionato - all'avvio mi ha dato un sacco di error
messages.

ciao
matteo

2015-01-21 10:16 GMT+01:00 Davide Mannarelli
1268...@bugs.launchpad.net:

 Solved in this way:

 1) boot with old kernel (3.13.0-44)
 2) login without gui (ctrl-alt-f1)
 3) login with root (if enabled)
 3) stopping lightdm (service lightdm stop)
 4) a little cleaning (apt-get clean  apt-get autoclean  apt-get
 autoremove)
 5) update source and fix (apt-get update  apt-get install -f)
 6) install nvidia (apt-get install --reinstall nvidia-331-updates-uvm)
 7) upgrade (apt-get upgrade)
 8) reboot (shutdown -r now)
 9) boot with new kernel (3.13.0-45)
 10) :-)

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1411919).
 https://bugs.launchpad.net/bugs/1268257

 Title:
   nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module
   failed to build, with only error: objdump: '... .tmp_nv.o': No such
   file

 Status in nvidia-graphics-drivers-331 package in Ubuntu:
   Triaged
 Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
   Triaged

 Bug description:
   Nvidia kernel module failed to build on kernel 3.13.0-2
   Yesterday when the new kernel was pushed, the dkms process failed.

   ProblemType: Package
   DistroRelease: Ubuntu 14.04
   Package: nvidia-331-updates 331.20-0ubuntu9
   ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
   Uname: Linux 3.12.0-7-generic x86_64
   ApportVersion: 2.13.1-0ubuntu1
   Architecture: amd64
   DKMSKernelVersion: 3.13.0-2-generic
   Date: Sun Jan 12 01:28:35 2014
   InstallationDate: Installed on 2013-11-03 (69 days ago)
   InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64
 (20131016.1)
   PackageVersion: 331.20-0ubuntu9
   SourcePackage: nvidia-graphics-drivers-331-updates
   Title: nvidia-331-updates 331.20-0ubuntu9: nvidia-331-updates kernel
 module failed to build
   UpgradeStatus: Upgraded to trusty on 2013-12-29 (13 days ago)

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1268257/+subscriptions



-- 
Dr. M. Tiede


Clausola di Riservatezza

Si fa presente che tutte le notizie (nomi, fatti, notizie sanitarie, etc)
contenute in questo messaggio sono sottoposte alla normativa sulla tutela
della riservatezza (D. Lgs 196/2003) e in particolare sulla tutela dei dati
sensibili. E' pertanto richiesta ai destinatari della presente la massima
riservatezza nel trattare la documentazione. Se il ricevente non è il
destinatario diretto del presente messaggio è pregato di contattare
l'originario mittente e di cancellare questo messaggio ed ogni suo allegato
dal sistema di posta, sono vietati l'uso, la riproduzione e la stampa di
questo messaggio e di ogni suo allegato, nonché la diffusione del
loro contenuto a qualsiasi altro soggetto.

This e-mail message and any files transmitted with it may contain
confidential information intended only for the person(s) to whom it is
addressed. If you are not the intended recipient, you are hereby notified
that any use or distribution of this e-mail is strictly prohibited: please
notify the sender and delete the original message.

Thank you.

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

Title:
  nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module
  failed to build, with only error: objdump: '... .tmp_nv.o': No such
  file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1268257/+subscriptions

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

[Bug 1411919] [NEW] nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-01-17 Thread mat
Public bug reported:

maybe same bug as the others, can't see any other information to add

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331 331.113-0ubuntu0.0.4
ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
Uname: Linux 3.13.0-44-generic i686
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
DKMSKernelVersion: 3.13.0-45-generic
Date: Sat Jan 17 08:36:09 2015
InstallationDate: Installed on 2014-02-19 (331 days ago)
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
PackageVersion: 331.113-0ubuntu0.0.4
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build
UpgradeStatus: Upgraded to trusty on 2014-08-23 (146 days ago)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 trusty

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1411919/+subscriptions

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


[Bug 1381910] Re: Workaround for CVE-2014-3566 (POODLE) required

2014-12-16 Thread Mat Johns
Not sure if helps against the Ubuntu patchset; but as a Debian Squeeze
user I've backported the required code from 1.4.29 to get this config
working for me :)

https://github.com/matjohns/squeeze-lighttpd-poodle

~Mat

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

Title:
  Workaround for CVE-2014-3566 (POODLE) required

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

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


[Bug 1311273] Re: O2 Micro OZ776 not working with libccid 1.4.15-1

2014-07-20 Thread Mat
You can download the utopic 64-bit (amd64) or 32-bit (i386) version of
libccid here:

http://packages.ubuntu.com/utopic/libccid

Install it with: sudo dpkg -i 'packagename'.deb

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

Title:
  O2 Micro OZ776 not working with libccid 1.4.15-1

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

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


[Bug 1311273] Re: O2 Micro OZ776 not working with libccid 1.4.15-1

2014-06-12 Thread Mat
I also have a Oz776 Smartcard reader and it seems to work now with
1.4.17! Thanks for your effort!

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

Title:
  O2 Micro OZ776 not working with libccid 1.4.15-1

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

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


[Bug 1311273] [NEW] O2 Micro OZ776 not working with libccid 1.4.15-1

2014-04-22 Thread Mat
Public bug reported:

Description:Ubuntu 14.04 LTS
Release:14.04

1.4.15-1 - not working (gpg(2) --card-status, gpg(2) --card-edit, ..)

1.4.12-1 - working (gpg(2) --card-status, gpg(2) --card-edit, ..)

** Affects: ccid (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/1311273

Title:
  O2 Micro OZ776 not working with libccid 1.4.15-1

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

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


[Bug 1311273] Re: O2 Micro OZ776 not working with libccid 1.4.15-1

2014-04-22 Thread Mat
The way I can reproduce the bug:

- fresh 14.04 install / live boot
- installed gnupg2 pcscd pcsc-tools scdaemon

Now my gnupg smartcard v2 isn't recognized by gpg(2), but with pcsc_scan
I get the normal output

How it works again:

- manual install of libccid 1.4.12-1, then apt-get install pcscd pcsc-
tools

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

Title:
  O2 Micro OZ776 not working with libccid 1.4.15-1

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

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


[Bug 1161235] [NEW] package linux-image-3.8.0-15-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2013-03-28 Thread mat
Public bug reported:

first update after fresh install of 13.04 27.03.2013, endless loop (I
forced the app to quit, due to staying 10 min in the Preparing linux
kernel ... )

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: linux-image-3.8.0-15-generic (not installed)
ProcVersionSignature: Ubuntu 3.8.0-14.24-generic 3.8.4
Uname: Linux 3.8.0-14-generic i686
ApportVersion: 2.9.2-0ubuntu5
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  matula 1519 F pulseaudio
CurrentDmesg:
 [   15.992908] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 [   20.285474] systemd-logind[1921]: New seat seat0.
 [   20.285621] systemd-logind[1921]: Failed to save seat data for seat0: No 
such file or directory
 [   35.564965] systemd-hostnamed[2168]: Warning: nss-myhostname is not 
installed. Changing the local hostname might make it unresolveable. Please 
install nss-myhostname!
 [   58.817057] systemd-timedated[2254]: /etc/localtime should be a symbolic 
link to a timezone data file in /usr/share/zoneinfo/.
Date: Thu Mar 28 08:45:33 2013
ErrorMessage: subprocess new pre-installation script returned error exit status 
128
HibernationDevice: RESUME=UUID=3f29f73e-3f1b-4c24-8a73-39930b63d1df
InstallationDate: Installed on 2013-03-28 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130327)
MachineType: LENOVO 20208
MarkForUpload: True
ProcFB:
 0 inteldrmfb
 1 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-14-generic 
root=UUID=e8a62bd2-adbf-42af-a688-189b3626dcd2 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.00-13ubuntu2
SourcePackage: linux
Title: package linux-image-3.8.0-15-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/06/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: H1ET40WW (1.13 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20208
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrH1ET40WW(1.13):bd09/06/2012:svnLENOVO:pn20208:pvrLenovoB590:rvnLENOVO:rn20208:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 20208
dmi.product.version: Lenovo B590
dmi.sys.vendor: LENOVO

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


** Tags: apport-package i386 need-duplicate-check raring

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

Title:
  package linux-image-3.8.0-15-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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


[Bug 1065177] [NEW] [Apple Inc. MacBookPro7, 1] suspend/resume failure [non-free: wl]

2012-10-10 Thread mat
Public bug reported:

Resume from suspend failed.
The battery was also drained when I restarted . So not shure if battery problem 
while in suspend.

ProblemType: KernelOops
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-17-generic 3.5.0-17.27
ProcVersionSignature: Ubuntu 3.5.0-17.27-generic 3.5.5
Uname: Linux 3.5.0-17-generic i686
NonfreeKernelModules: wl
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.6.1-0ubuntu1
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mathieu1864 F pulseaudio
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Date: Wed Oct 10 19:58:35 2012
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=3ca6090f-4b34-439e-a4b2-289d0b6de04c
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
InterpreterPath: /usr/bin/python3.2mu
MachineType: Apple Inc. MacBookPro7,1
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=cff94666-84b2-497b-a959-ee26607428a5 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-17-generic N/A
 linux-backports-modules-3.5.0-17-generic  N/A
 linux-firmware1.94
SourcePackage: linux
Title: [Apple Inc. MacBookPro7,1] suspend/resume failure [non-free: wl]
UpgradeStatus: Upgraded to quantal on 2012-09-27 (13 days ago)
UserGroups:
 
dmi.bios.date: 11/07/11
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP71.88Z.0039.B0E.071400
dmi.board.name: Mac-F222BEC8
dmi.board.vendor: Apple Inc.
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F222BEC8
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP71.88Z.0039.B0E.071400:bd11/07/11:svnAppleInc.:pnMacBookPro7,1:pvr1.0:rvnAppleInc.:rnMac-F222BEC8:rvr:cvnAppleInc.:ct10:cvrMac-F222BEC8:
dmi.product.name: MacBookPro7,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: apport-kerneloops i386 quantal resume suspend

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

Title:
  [Apple Inc. MacBookPro7,1] suspend/resume failure [non-free: wl]

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

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


[Bug 1064453] [NEW] Corrupt keyboard layout chart

2012-10-09 Thread Mat
Public bug reported:

On a system configured with Arabic system locale (right to left layout)
and with both English (UK) and Arabic keyboards available the keyboard
layout shown by the 'Show Layout Chart' menu item appears corrupt due to
some of the four characters on each key being overlaid on each other.
What seems to be happening is that under the Arabic locale, the two
characters which would normally be displayed at the left and right of
each key are instead both placed on the right of the key.

An English (US) keyboard layout does not exhibit this behaviour.

OS: Ubuntu 12.04.1 LTS
gnome-settings-daemon: 3.4.2-0ubuntu0.4

** Affects: gnome-settings-daemon (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/1064453

Title:
  Corrupt keyboard layout chart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1064453/+subscriptions

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


[Bug 1048261] Re: Blank screen during system startup with Precise/Nouveau

2012-10-09 Thread Mat
I have seen this bug intermittently, perhaps one in twelve boots which
makes it really difficult to debug.

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

Title:
  Blank screen during system startup with Precise/Nouveau

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

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


[Bug 969359] Re: [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking numlock)

2012-08-02 Thread Mat
I'm seeing this bug consistently whenever I go to the Keyboard Layout
page in System Settings (gnome-control-center region) on one of my
machines when running as a normal user. Running as root it works fine
(but accesses different settings so is no use to me). I do get an error
(gnome-control-center:3304) common-cc-panel-WARNING **: locale
'en_US.UTF-8' isn't valid when running as a normal user from a
terminal but am unsure of the significance of this.

I'm currently seeing gnome-control-center at 100% CPU but previously had
gnome-settings-daemon at 100% CPU instead/as well as in this
circumstance. A gdb backtrace of gnome-settings-daemon pointed at a
g_dbus_proxy_call_sync call to SetXKeyboardLayouts of
org.freedesktop.Accounts in gsk-keyboard-manager.c. This correlates
nicely with comment #33's suggestion to remove the keyboard.gnome-
settings-plugin file.

This leads me down the dbus route. I see what seems to be a lot of dbus
AddMatch traffic with dbus-monitor, but I'm not sure whether this is
normal.

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

Title:
  [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking
  numlock)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/969359/+subscriptions

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


[Bug 990639] Re: Unity Launcher reveal does not work

2012-05-05 Thread Mat Speedle
Thanks Russell that worked for me! That was really starting to annoy me
too :p

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

Title:
  Unity Launcher reveal does not work

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

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


[Bug 867806] Re: df -h permission denied error

2012-02-08 Thread Mat Ludlam
So to summarise I have exactly the same problem when I use ssh to
connect to Ubuntu 11.10 with all patches up to and including 8th of Feb
2012.

Output from uname -a is

Linux dev4 3.0.0-15-generic #26-Ubuntu SMP Fri Jan 20 17:23:00 UTC 2012
x86_64 x86_64 x86_64 GNU/Linux

Generally this error occurs when I am a normal user but does not show if
I am root.  I also believe that I have seen the problem when running
sudo df but I cannot 100% confirm this.

If the error appears then the return code is set to 1.

I also believe that this is a reasonably recent behavioural change on my
system.  I have added a lot of packages recently so one could have
triggered this.

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

Title:
  df -h permission denied error

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

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


[Bug 914711] Re: Corrupt filename created when saving from XSane scan viewer

2012-01-11 Thread Mat
** Bug watch added: alioth.debian.org/ #313503
   http://alioth.debian.org/support/tracker.php?aid=313503

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

Title:
  Corrupt filename created when saving from XSane scan viewer

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

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


[Bug 53962] Re: Nautilus-cd-burner is unable to blank DVD-RW

2012-01-01 Thread Mat H
Why is nautilus cd burner forcing itself as the default burner as it did after 
i was using Brasero cutting in half way through a burn?
Personally i feel rather let down by my Ubuntu in general and wasted hours 
trying to get two burns over Xmas. I think it may be the result of updating a 
kernel or Mobile-broadband-provider-info (which hitched/connected itself to my 
brasero burner in the synaptic package manager) ?
I do remember deleting a Cd/Dvd burner not long ago from my Ubuntu Software 
Center in maverick using a x86 64 laptop whether this did someting i'll never 
know. 
Could there be a problem with my Nautilus default settings ?
I've tried reinstalling K3B and Brasero Burner with Dao and noticed this had no 
effect. When i switched burning from Brasero to K3b i noticed that a gconf 
notice came up on the screen about changing a setting of which i did and it 
help me finish what i was copying.
I'm aware that i was able to burn Cd's easily before any updates.! I'm also 
wondering how many people had problems with their CD Burners after the kernel 
update in Maverick 10.10 x86 64 ?

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

Title:
  Nautilus-cd-burner is unable to blank DVD-RW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-cd-burner/+bug/53962/+subscriptions

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


[Bug 892891] Re: package ruby1.9.1 1.9.2.290-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2011-11-20 Thread Mat Mannion
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/892891

Title:
  package ruby1.9.1 1.9.2.290-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.9.1/+bug/892891/+subscriptions

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


[Bug 892891] [NEW] package ruby1.9.1 1.9.2.290-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2011-11-20 Thread Mat Mannion
Public bug reported:

Running do-release-upgrade from natty to oneiric

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: ruby1.9.1 1.9.2.290-2
ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8
Uname: Linux 2.6.38-12-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Sun Nov 20 22:12:23 2011
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 2
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: ruby1.9.1
Title: package ruby1.9.1 1.9.2.290-2 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 2
UpgradeStatus: Upgraded to oneiric on 2011-11-20 (0 days ago)

** Affects: ruby1.9.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 oneiric

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

Title:
  package ruby1.9.1 1.9.2.290-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.9.1/+bug/892891/+subscriptions

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


[Bug 825584] Re: Please merge ettercap 1:0.7.3-2.2 (universe) from debian sid (main)

2011-08-13 Thread Mat Scales
** Changed in: ettercap (Ubuntu)
   Status: New = In Progress

** Changed in: ettercap (Ubuntu)
 Assignee: (unassigned) = Mat Scales (wibblymat)

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

Title:
  Please merge ettercap 1:0.7.3-2.2 (universe) from debian sid (main)

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

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


[Bug 824423] Re: typo in Located in ../gwibber/microblog/plugins/statusnet/__init__.py:247 ../gwibber/microblog/plugins/twitter/__init__.py:281 ../gwibber/microblog/plugins/identica/__init__.py:244

2011-08-12 Thread Mat Scales
** Changed in: gwibber (Ubuntu)
   Status: New = In Progress

** Changed in: gwibber (Ubuntu)
 Assignee: (unassigned) = Mat Scales (wibblymat)

** Also affects: gwibber
   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/824423

Title:
  typo in  Located in
  ../gwibber/microblog/plugins/statusnet/__init__.py:247
  ../gwibber/microblog/plugins/twitter/__init__.py:281
  ../gwibber/microblog/plugins/identica/__init__.py:244

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

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


[Bug 824423] Re: typo in Located in ../gwibber/microblog/plugins/statusnet/__init__.py:247 ../gwibber/microblog/plugins/twitter/__init__.py:281 ../gwibber/microblog/plugins/identica/__init__.py:244

2011-08-12 Thread Mat Scales
** Changed in: gwibber (Ubuntu)
 Assignee: Mat Scales (wibblymat) = (unassigned)

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

Title:
  typo in  Located in
  ../gwibber/microblog/plugins/statusnet/__init__.py:247
  ../gwibber/microblog/plugins/twitter/__init__.py:281
  ../gwibber/microblog/plugins/identica/__init__.py:244

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

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


[Bug 825584] [NEW] Please merge ettercap 1:0.7.3-2.2 (universe) from debian sid (main)

2011-08-12 Thread Mat Scales
Public bug reported:

The latest Debian version fixes an FTBFS with newer versions of grep,
including on Oneiric.

** Affects: ettercap (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/825584

Title:
  Please merge ettercap 1:0.7.3-2.2 (universe) from debian sid (main)

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

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


[Bug 818675] [NEW] Please package the latest version of solr (3.3.0)

2011-07-30 Thread Mat Scales
Public bug reported:

The upstream version of solr in Ubuntu (1.4.1) is more than a year old
and therefore missing a lot of features and fixes.

** Affects: solr (Ubuntu)
 Importance: Undecided
 Assignee: Mat Scales (wibblymat)
 Status: In Progress

** Changed in: solr (Ubuntu)
   Status: New = In Progress

** Changed in: solr (Ubuntu)
 Assignee: (unassigned) = Mat Scales (wibblymat)

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

Title:
  Please package the latest version of solr (3.3.0)

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

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


[Bug 817656] [NEW] Please merge couchdb 1.1.0-1 (main) from Debian unstable (main)

2011-07-28 Thread Mat Scales
Public bug reported:

There is a new version of couchdb in debian sid that should be merged
into Ubuntu

** Affects: couchdb (Ubuntu)
 Importance: Undecided
 Assignee: Mat Scales (wibblymat)
 Status: In Progress

** Changed in: couchdb (Ubuntu)
   Status: New = In Progress

** Changed in: couchdb (Ubuntu)
 Assignee: (unassigned) = Mat Scales (wibblymat)

** Branch linked: lp:~wibblymat/ubuntu/oneiric/couchdb/update-to-1.1.0

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

Title:
  Please merge couchdb 1.1.0-1 (main) from Debian unstable (main)

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

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


[Bug 433321] Re: package libc6 2.9-4ubuntu6 failed to install/upgrade: subprocess pre-installation script killed by signal (Segmentation fault)

2011-07-21 Thread Mat H
Hi thanks for writing back i reinstalled the package all is well now.
Great support.

Matt

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

Title:
  package libc6 2.9-4ubuntu6 failed to install/upgrade: subprocess pre-
  installation script killed by signal (Segmentation fault)

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

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


[Bug 811053] [NEW] My Dictionary go function is blanked and the dictionary itself fails to work

2011-07-15 Thread Mat H
Public bug reported:

Hi my dictionary has failed and the go function is blanked/greyed out.
On my Cairo dock bottom right i saw Apport splash exclamation warning symbol.
But believe me its dead.

Can you help.

Thanks.

Mat

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-dictionary 2.31.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-30.55-generic 2.6.35.13
Uname: Linux 2.6.35-30-generic x86_64
Architecture: amd64
Date: Fri Jul 15 14:59:41 2011
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/gnome-dictionary
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007.1)
ProcEnviron:
 LANGUAGE=en_GB:en
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-utils

** Affects: gnome-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

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

Title:
  My Dictionary go function is blanked and the dictionary itself fails
  to work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-utils/+bug/811053/+subscriptions

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


[Bug 811053] Re: My Dictionary go function is blanked and the dictionary itself fails to work

2011-07-15 Thread Mat H
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/811053

Title:
  My Dictionary go function is blanked and the dictionary itself fails
  to work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-utils/+bug/811053/+subscriptions

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


[Bug 803216] Re: xfe version 1.32.4-1 failed to build on i386

2011-06-29 Thread Mat Scales
** Changed in: xfe (Ubuntu)
   Status: New = In Progress

** Changed in: xfe (Ubuntu)
 Assignee: (unassigned) = Mat Scales (wibblymat)

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

Title:
  xfe version 1.32.4-1 failed to build on i386

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

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


[Bug 803216] Re: xfe version 1.32.4-1 failed to build on i386

2011-06-29 Thread Mat Scales
** Branch linked: lp:~wibblymat/ubuntu/oneiric/xfe/ftbfs-jam

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

Title:
  xfe version 1.32.4-1 failed to build on i386

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

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


[Bug 803213] Re: vacation version 3.3.0-0.4 failed to build on i386

2011-06-29 Thread Mat Scales
** Changed in: vacation (Ubuntu)
   Status: New = In Progress

** Changed in: vacation (Ubuntu)
 Assignee: (unassigned) = Mat Scales (wibblymat)

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

Title:
  vacation version 3.3.0-0.4 failed to build on i386

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

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


[Bug 803213] Re: vacation version 3.3.0-0.4 failed to build on i386

2011-06-29 Thread Mat Scales
** Branch linked: lp:~wibblymat/ubuntu/oneiric/vacation/ftbfs-jam

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

Title:
  vacation version 3.3.0-0.4 failed to build on i386

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

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


[Bug 803194] Re: sagan version 0.1.9~svn129-1 failed to build on i386

2011-06-29 Thread Mat Scales
** Branch unlinked: lp:~wibblymat/ubuntu/oneiric/sagan/ftbfs-jam

** Branch linked: lp:~wibblymat/ubuntu/oneiric/sagan/ld-as-needed

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

Title:
  sagan version 0.1.9~svn129-1 failed to build on i386

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

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


[Bug 803194] Re: sagan version 0.1.9~svn129-1 failed to build on i386

2011-06-29 Thread Mat Scales
** Bug watch added: Debian Bug tracker #632101
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632101

** Also affects: sagan (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632101
   Importance: Unknown
   Status: Unknown

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

Title:
  sagan version 0.1.9~svn129-1 failed to build on i386

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

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


[Bug 803216] Re: xfe version 1.32.4-1 failed to build on i386

2011-06-29 Thread Mat Scales
Bug created in Sourceforge for upstream,
https://sourceforge.net/tracker/index.php?func=detailaid=3344570group_id=64835atid=508822#

** Bug watch added: SourceForge.net Tracker #3344570
   http://sourceforge.net/support/tracker.php?aid=3344570

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

Title:
  xfe version 1.32.4-1 failed to build on i386

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

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


[Bug 800447] Re: Oneiric Installer ISO has ramzswap error during boot

2011-06-29 Thread Mat Scales
Hmm, I don't know why it says January in my comment, it should say June!

There weren't any Oneiric builds 5 months ago :)

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

Title:
  Oneiric Installer ISO has ramzswap error during boot

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

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


[Bug 803216] Re: xfe version 1.32.4-1 failed to build on i386

2011-06-29 Thread Mat Scales
** Bug watch added: Debian Bug tracker #632151
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632151

** Also affects: xfe (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632151
   Importance: Unknown
   Status: Unknown

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

Title:
  xfe version 1.32.4-1 failed to build on i386

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

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


[Bug 803194] Re: sagan version 0.1.9~svn129-1 failed to build on i386

2011-06-28 Thread Mat Scales
** Changed in: sagan (Ubuntu)
 Assignee: (unassigned) = Mat Scales (wibblymat)

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

Title:
  sagan version 0.1.9~svn129-1 failed to build on i386

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

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


[Bug 803194] Re: sagan version 0.1.9~svn129-1 failed to build on i386

2011-06-28 Thread Mat Scales
** Branch linked: lp:~wibblymat/ubuntu/oneiric/sagan/ftbfs-jam

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

Title:
  sagan version 0.1.9~svn129-1 failed to build on i386

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

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



[Bug 801924] Re: smarty3 is out of date

2011-06-27 Thread Mat Scales
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-4725

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-4724

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-4723

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-4722

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

Title:
  smarty3 is out of date

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

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


[Bug 801924] [NEW] smarty3 is out of date

2011-06-25 Thread Mat Scales
Public bug reported:

The latest available version of Smarty 3 in Ubuntu and Debian is a
release candidate from over a year ago.  It needs updating to a stable
release version.

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

** Affects: smarty3 (Debian)
 Importance: Unknown
 Status: Unknown

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

** Also affects: smarty3 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631619
   Importance: Unknown
   Status: Unknown

** Branch linked: lp:~wibblymat/ubuntu/oneiric/smarty3/update-to-3.0.8

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

Title:
  smarty3 is out of date

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

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


[Bug 788514] Re: python packages on the CDs not using dh_python2

2011-06-23 Thread Mat Scales
** Description changed:

  see https://blueprints.launchpad.net/ubuntu/+spec/foundations-o
  -dhpython-transition
  
  desktop CD (python-central):
  ===
  
  checkbox 0.12
  onboard 0.94.0-0ubuntu2b1
  python-configglue 0.9pre1-0ubuntu1
  python-egenix-mxdatetime 3.1.3-4.1
  python-egenix-mxtools 3.1.3-4.1
  python-gst0.10 0.10.21-2
- python-oauth 1.0a~svn1124-0ubuntu2
  python-pexpect 2.3-1build1
  python-virtkey 0.60.0-0ubuntu3
  python-xkit 0.4.2.2
  software-center 4.1.3
  
  desktop CD (python-support):
  ===
  
  gedit 3.0.2-0ubuntu1
  gnome-applets-data 2.32.1.1-0ubuntu5
  gnome-doc-utils 0.20.5-0ubuntu1
  gnome-orca 3.1.1-0ubuntu1
  gnome-sudoku 1:2.32.1-0ubuntu5
  hplip 3.11.1-2ubuntu2
  ibus 1.3.9-1ubuntu1
  ibus-pinyin 1.3.11-1
  ibus-table 1.3.0.20100621-2
  python-argparse 1.1-1
  python-brlapi 4.2-8ubuntu2
  python-cairo 1.8.8-1ubuntu1
  python-chardet 2.0.1-1
  python-cups 1.9.54-0ubuntu1
  python-dbus 0.83.1-1
  python-debian 0.1.18ubuntu2
  python-gconf 2.28.1-1ubuntu3
  python-gmenu 2.30.5-0ubuntu3
  python-gnome2 2.28.1-1ubuntu3
  python-gnomecanvas 2.28.1-1ubuntu3
  python-gnomekeyring 2.32.0-0ubuntu2
  python-gnupginterface 0.3.2-9.1ubuntu1
  python-gtkspell 2.25.3-7ubuntu2
  python-ibus 1.3.9-1ubuntu1
  python-libproxy 0.3.1-2ubuntu5
  python-libxml2 2.7.8.dfsg-2
  python-louis 2.0.0-1ubuntu2
  python-notify 0.1.1-2build4
  python-numpy 1:1.5.1-1ubuntu2
  python-papyon 0.5.5-1ubuntu2
  python-protobuf 2.3.0-4ubuntu2
  python-pyatspi 1.32.0-0ubuntu2
  python-pycurl 7.19.0-4
  python-pygoocanvas 0.14.1-1ubuntu5
  python-pyicu 1.1-1
  python-pyinotify 0.8.9-1ubuntu3
  python-pyorbit 2.24.0-6ubuntu1
  python-smbc 1.0.10-0ubuntu1
  python-ubuntuone-client 1.6.2-0ubuntu1
  python-ubuntuone-control-panel 1.0.0-0ubuntu2
  python-ubuntuone-storageprotocol 1.6.1-0ubuntu1
  python-vte 1:0.28.0-1ubuntu2
  
  kubuntu CD (python-central):
  ===
  
  CD not yet available
  
  kubuntu CD (python-support):
  ===
  
  CD not yet available
  
  server CD (python-central):
  ===
  
  checkbox 0.12
  euca2ools 1.3.1-0ubuntu8
  libapache2-mod-python 3.3.1-9build2
  powernap-common 2.7-0ubuntu1
  python-gst0.10 0.10.21-2
  python-image-store-proxy 1.0.4-0ubuntu3
  python-libvirt 0.8.8-1ubuntu8
  python-newt 0.52.11-2ubuntu7
- python-oauth 1.0a~svn1124-0ubuntu2
  python-pexpect 2.3-1build1
  
  server CD (python-support):
  ===
  
  bittornado 0.3.18-10ubuntu1
  mailman 1:2.1.14-1
  python-argparse 1.1-1
  python-boto 1.9b-1ubuntu5
  python-cairo 1.8.8-1ubuntu1
  python-chardet 2.0.1-1
  python-dbus 0.83.1-1
  python-debian 0.1.18ubuntu2
  python-genshi 0.6-1ubuntu2
  python-gnupginterface 0.3.2-9.1ubuntu1
  python-libxml2 2.7.8.dfsg-2
  python-m2crypto 0.20.1-1ubuntu5
  python-paramiko 1.7.6-6
  python-psutil 0.1.3-1ubuntu1
  python-pycurl 7.19.0-4
  python-pyicu 1.1-1
  python-smartpm 1.3-1.3build1
  python-urlgrabber 3.9.1-4
  
  Completed conversions:
  ==
  alacarte 0.13.2-2ubuntu2
  apt-xapian-index 0.41ubuntu7
  command-not-found 0.2.41ubuntu3
  gnome-codec-install 0.4.7ubuntu3
  gwibber 3.0.0.1-0ubuntu3
  gwibber-service 3.0.0.1-0ubuntu3
  gwibber-service-facebook 3.0.0.1-0ubuntu3
  gwibber-service-identica 3.0.0.1-0ubuntu3
  gwibber-service-twitter 3.0.0.1-0ubuntu3
  launchpad-integration 0.1.52
  lsb-core 4.0-0ubuntu11
  lsb-release 4.0-0ubuntu11
  pitivi 0.13.5-2ubuntu1
  python-crypto 2.3-1
  python-launchpad-integration 0.1.52
  python-launchpadlib 1.9.8-1
+ python-oauth 1.0a~svn1124-0ubuntu3
  python-software-properties 0.80.11
  python-speechd 0.7.1-6
  ubiquity 2.7.8
  ubiquity-frontend-debconf 2.7.8
  ubiquity-frontend-gtk 2.7.8
  ubuntu-system-service 0.1.22

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

Title:
  python packages on the CDs not using dh_python2

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

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


[Bug 800447] [NEW] Oneiric Installer ISO has ramzswap error during boot

2011-06-21 Thread Mat Scales
Public bug reported:

While booting, the following error appears on the console:

FATAL: Error inserting ramzswap
(/lib/modules/3.0-1-generic/kernel/ubuntu/compcache/ramzswap.ko)

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-8-generic 2.6.38-8.42
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  mat1453 F pulseaudio
 /dev/snd/controlC0:  mat1453 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'CMI8738'/'C-Media CMI8738 (model 55) at 0xde00, irq 16'
   Mixer name   : 'CMedia PCI'
   Components   : ''
   Controls  : 41
   Simple ctrls  : 22
Card1.Amixer.info:
 Card hw:1 'Intel'/'HDA Intel at 0xfdff4000 irq 42'
   Mixer name   : 'Realtek ALC888'
   Components   : 'HDA:10ec0888,1028023d,0011'
   Controls  : 30
   Simple ctrls  : 18
Date: Wed Jun 22 00:03:21 2011
HibernationDevice: RESUME=UUID=6453753c-8837-40ed-a88e-44e86770fd26
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
MachineType: Dell Inc. Vostro 400
ProcEnviron:
 LANGUAGE=en_GB:en
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=9ea1e605-6198-4d49-b368-7b9e30e5b10a ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-8-generic N/A
 linux-backports-modules-2.6.38-8-generic  N/A
 linux-firmware1.52
RfKill:
 1: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/31/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.0.11
dmi.board.name: 0GN723
dmi.board.vendor: Dell Inc.
dmi.board.version: ���
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: OEM
dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.11:bd01/31/2008:svnDellInc.:pnVostro400:pvr:rvnDellInc.:rn0GN723:rvr:cvnDellInc.:ct3:cvrOEM:
dmi.product.name: Vostro 400
dmi.sys.vendor: Dell Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: apport-bug i386 oneiric

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

Title:
  Oneiric Installer ISO has ramzswap error during boot

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

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

[Bug 800447] Re: Oneiric Installer ISO has ramzswap error during boot

2011-06-21 Thread Mat Scales
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/800447

Title:
  Oneiric Installer ISO has ramzswap error during boot

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

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


[Bug 800447] Re: Oneiric Installer ISO has ramzswap error during boot

2011-06-21 Thread Mat Scales
I used apport to gather machine details while Natty was running. The
error actually occurs during the Oneiric installer boot. The installer
was downloaded via testdrive and was synced today (21st January 2011).

Hopefully this is enough detail, Apport is a poor way to report a bug in
the installer!

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

Title:
  Oneiric Installer ISO has ramzswap error during boot

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

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


[Bug 732182] [NEW] Checksums do not match error does not provide helpful information

2011-03-09 Thread Mat Tomaszewski
Public bug reported:

Binary package hint: usb-creator

The error message should use terminology easy to understand for non-
technical users and provide a recommended recovery path.

** Affects: usb-creator (Ubuntu)
 Importance: High
 Assignee: Evan Dandrea (ev)
 Status: Confirmed

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

Title:
  Checksums do not match error does not provide helpful information

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


[Bug 391628] Re: Everything gets swapped out after resume from suspend using fglrx drivers

2010-12-28 Thread Mat Lehmann
I am using the a kernel with tuxonice for several weeks now. With it,
this problem does not occur anymore. Sometimes, the X-Server crashes on
resume, but this happens not that often.

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

Title:
  Everything gets swapped out after resume from suspend using fglrx drivers

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


[Bug 308191] Re: Multitouch support not available for Synaptics touchpads v7.2

2010-12-24 Thread mat
Success on a asus eeepc 1001px.

Thanks !

mathieu

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

Title:
  Multitouch support not available for Synaptics touchpads v7.2

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


[Bug 569152] Re: Database plugin is not showing result

2010-11-29 Thread mat
Same problem here with Ubuntu 10.10 and Netbeans 6.9. You can perform
SQL on table, but the SHOW DATA function does not show the table view as
it should.

Thanks for any help

-- 
Database plugin is not showing result
https://bugs.launchpad.net/bugs/569152
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 680809] [NEW] package man-db 2.5.7-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-11-24 Thread Mat Hancock
Public bug reported:

Binary package hint: man-db

Ubuntu Installation error

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: man-db 2.5.7-4
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
Architecture: amd64
Date: Wed Nov 24 07:53:03 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
SourcePackage: man-db
Title: package man-db 2.5.7-4 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1

** Affects: man-db (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package maverick

-- 
package man-db 2.5.7-4 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/680809
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 680809] Re: package man-db 2.5.7-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-11-24 Thread Mat Hancock


-- 
package man-db 2.5.7-4 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/680809
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 629460] Re: Constant comp non start up blank page and dismay with Gnome Do also cannot any longer update my comp

2010-09-03 Thread Mat H
Spell error in second line re- my should be by 
thanks

** Visibility changed to: Public

-- 
Constant comp non start up blank page and dismay with Gnome Do also cannot any 
longer update my comp
https://bugs.launchpad.net/bugs/629460
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


  1   2   3   4   5   6   >