[Bug 1575000] Re: font glyph corruption on dialog box

2016-05-03 Thread Vertago1
I just tested the 5.2.0.0 debs from: 
http://ftp.utexas.edu/libreoffice/libreoffice/testing/5.2.0/deb/x86_64/LibreOfficeDev_5.2.0.0.alpha1_Linux_x86-64_deb.tar.gz
and they do not show the problem.

This is still a problem for the version of libreoffice available in
ubuntu 16.04 and should be addressed. Currently, the only demonstrated
work-around is to install a prerelease version of libreoffice not
available in the repositories.

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

Title:
   font glyph corruption on dialog box

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1575000/+subscriptions

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


[Bug 1575000] Re: font glyph corruption on dialog box

2016-05-03 Thread Vertago1
I don't understand. It is being marked as invalid because Libreoffice
Version 5.1.2.2 shows the problem but 5.2.0.0.alpha1 doesn't?

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

Title:
   font glyph corruption on dialog box

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1575000/+subscriptions

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


[Bug 1575000] Re: font glyph corruption on dialog box

2016-04-27 Thread Vertago1
The workaround in #5 didn't work for me. I tried checking "Force OpenGL
even if blacklisted (on restart)" and it is still showing: "Current GL
status: Disabled" I am running Kubuntu 16.04 though, so it might work
for Ubuntu.

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

Title:
   font glyph corruption on dialog box

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1575000/+subscriptions

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


[Bug 1574168] Re: mysql-server-5.7.postinst fails with "Can't create database 'performance_schema'; database exists"

2016-04-26 Thread Vertago1
I ran into a problem upgrading mysql-server-5.7 and the issue was I had
at some point disabled mysql by default with "sudo systemctl disable
mysql.service". I have it installed so I can run it when I need it. To
get the upgrade to work I had to:

sudo systemctl enable mysql.service
sudo apt-get install mysql-server-5.7
sudo systemctl disable mysql.service

This 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/1574168

Title:
  mysql-server-5.7.postinst fails with "Can't create database
  'performance_schema'; database exists"

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

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


[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-26 Thread Vertago1
*** This bug is a duplicate of bug 1574168 ***
https://bugs.launchpad.net/bugs/1574168

I ran into a problem upgrading mysql-server-5.7 and the issue was I had
at some point disabled mysql by default with "sudo systemctl disable
mysql.service". I have it installed so I can run it when I need it. To
get the upgrade to work I had to:

sudo systemctl enable mysql.service
sudo apt-get install mysql-server-5.7
sudo systemctl disable mysql.service

This 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/1573279

Title:
  package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1 during release upgrade

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

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


[Bug 1568647] Re: Octave print() incompatible with gnuplot5

2016-04-10 Thread Vertago1
** Attachment added: "Actual result (from gnuplot5)"
   
https://bugs.launchpad.net/ubuntu/+source/octave/+bug/1568647/+attachment/4632095/+files/gnuplot5.test.png

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

Title:
  Octave print() incompatible with gnuplot5

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

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


[Bug 1568647] [NEW] Octave print() incompatible with gnuplot5

2016-04-10 Thread Vertago1
Public bug reported:

After updating to 16.04 some of my octave scripts broke because they use 
gnuplot to print and the default has become gnuplot5 which has compatibility 
problems with octave. This is a known problem upstream, see:
http://savannah.gnu.org/bugs/?42838

I found a workaround (if gnuplot4 is installed):
sudo update-alternatives --set gnuplot /usr/bin/gnuplot4-x11

This sets the gnuplot symbolic link to point to gnuplot4 instead of
gnuplot5 system wide which isn't ideal in the scenario someone needs to
use gnuplot5 elsewhere. I checked for a way to configure the gnuplot
path for octave but didn't see anything immediately obvious. Maybe I
missed something.

I suppose changing the PATH variable for octave might be a workable
patch. I figure this but probably won't get fixed before the release,
but I wanted to post it so anyone who runs into the problem will see the
work around.

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


** Tags: regression-release xenial

** Attachment added: "demonstration script (sudo used for update-alternatives)"
   
https://bugs.launchpad.net/bugs/1568647/+attachment/4632093/+files/test_print.sh

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

Title:
  Octave print() incompatible with gnuplot5

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

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


[Bug 1568647] Re: Octave print() incompatible with gnuplot5

2016-04-10 Thread Vertago1
** Attachment added: "Expected result (from gnuplot4)"
   
https://bugs.launchpad.net/ubuntu/+source/octave/+bug/1568647/+attachment/4632094/+files/gnuplot4.test.png

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

Title:
  Octave print() incompatible with gnuplot5

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

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


[Bug 1360203] Re: grub-efi-amd64-signed is missing modules for GRUB_ENABLE_CRYPTODISK=y

2016-04-03 Thread Vertago1
Is there a workaround to this problem without disabling secure boot?

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

Title:
  grub-efi-amd64-signed is missing modules for GRUB_ENABLE_CRYPTODISK=y

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

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


[Bug 1559773] [NEW] PDF previews are not being generated in Dolphin 15.12.1 (when enabled)

2016-03-20 Thread Vertago1
Public bug reported:

I installed kdegraphics-thumbnailers and enabled pdf previews in the
settings. Then I went to a folder with pdfs and enabled previews. No
previews were generated for the pdf files. I tested on 16.04 both on an
upgraded system and the live CD (with the package updates installed) and
get the same result.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: kdegraphics-thumbnailers 4:15.12.1-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-14.30-generic 4.4.5
Uname: Linux 4.4.0-14-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: KDE
Date: Sun Mar 20 15:19:36 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2011-01-07 (1899 days ago)
InstallationMedia: Kubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
SourcePackage: kdegraphics-thumbnailers
UpgradeStatus: Upgraded to xenial on 2016-03-13 (6 days ago)

** Affects: kdegraphics-thumbnailers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  PDF previews are not being generated in Dolphin 15.12.1 (when enabled)

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

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


[Bug 1558269] [NEW] font glyph corruption on dialog box (libreoffice plasma 5.5.4 radeon)

2016-03-20 Thread Vertago1
Public bug reported:

I have tested this on 3 different machines all running xenial (and the live DVD 
inside a VM).
Only the ones using radeon show the problem. Neither the VM nor the 
intel/nvidia optimus machine shows the problem.

To reproduce the bug (on a machine running 16.04):
1) open libreoffice writer
2) copy some text into the copy/paste buffer
3) Press Ctrl-Shift V to paste special

The text labels in the dialog box are corrupted.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xserver-xorg-video-radeon 1:7.6.1-1ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-13.29-generic 4.4.5
Uname: Linux 4.4.0-13-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: KDE
Date: Wed Mar 16 15:42:06 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2011-01-07 (1895 days ago)
InstallationMedia: Kubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
SourcePackage: xserver-xorg-video-ati
UpgradeStatus: Upgraded to xenial on 2016-03-13 (2 days ago)

** Affects: xserver-xorg-video-ati (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

** Attachment added: "screenshot of dialog box"
   
https://bugs.launchpad.net/bugs/1558269/+attachment/4601505/+files/pastespecial.png

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

Title:
  font glyph corruption on dialog box (libreoffice plasma 5.5.4 radeon)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1558269/+subscriptions

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


[Bug 1556660] [NEW] package postfix 2.11.3-1ubuntu2 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2016-03-13 Thread Vertago1
*** This bug is a duplicate of bug 1531299 ***
https://bugs.launchpad.net/bugs/1531299

Public bug reported:

postfix wasn't being used on the machine but was installed for a
dependency

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: postfix 2.11.3-1ubuntu2
ProcVersionSignature: Ubuntu 4.2.0-30.36-generic 4.2.8-ckt3
Uname: Linux 4.2.0-30-generic x86_64
NonfreeKernelModules: vboxpci vboxnetadp vboxnetflt vboxdrv fglrx
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
Date: Sun Mar 13 14:14:04 2016
DuplicateSignature: InvalidHostOrDomain
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
EtcMailname: *** /etc/mailname does not exist ***
Hostname: vertago1-FX8350
InstallationDate: Installed on 2014-04-11 (702 days ago)
InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326.2)
PostconfMydomain: Error: command ['/usr/sbin/postconf', '-h', 'mydomain'] 
failed with exit code 1: /usr/sbin/postconf: fatal: open /etc/postfix/main.cf: 
No such file or directory
PostconfMyhostname: Error: command ['/usr/sbin/postconf', '-h', 'myhostname'] 
failed with exit code 1: /usr/sbin/postconf: fatal: open /etc/postfix/main.cf: 
No such file or directory
PostconfMyorigin: Error: command ['/usr/sbin/postconf', '-h', 'myorigin'] 
failed with exit code 1: /usr/sbin/postconf: fatal: open /etc/postfix/main.cf: 
No such file or directory
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.4
ResolvConf:
 # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
 # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
 nameserver 127.0.1.1
SourcePackage: postfix
Title: package postfix 2.11.3-1ubuntu2 failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 1
UpgradeStatus: Upgraded to xenial on 2016-03-13 (0 days ago)

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


** Tags: amd64 apport-package xenial

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

Title:
  package postfix 2.11.3-1ubuntu2 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 1

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

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


[Bug 1556660] [NEW] package postfix 2.11.3-1ubuntu2 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2016-03-13 Thread Vertago1
*** This bug is a duplicate of bug 1531299 ***
https://bugs.launchpad.net/bugs/1531299

Public bug reported:

postfix wasn't being used on the machine but was installed for a
dependency

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: postfix 2.11.3-1ubuntu2
ProcVersionSignature: Ubuntu 4.2.0-30.36-generic 4.2.8-ckt3
Uname: Linux 4.2.0-30-generic x86_64
NonfreeKernelModules: vboxpci vboxnetadp vboxnetflt vboxdrv fglrx
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
Date: Sun Mar 13 14:14:04 2016
DuplicateSignature: InvalidHostOrDomain
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
EtcMailname: *** /etc/mailname does not exist ***
Hostname: vertago1-FX8350
InstallationDate: Installed on 2014-04-11 (702 days ago)
InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326.2)
PostconfMydomain: Error: command ['/usr/sbin/postconf', '-h', 'mydomain'] 
failed with exit code 1: /usr/sbin/postconf: fatal: open /etc/postfix/main.cf: 
No such file or directory
PostconfMyhostname: Error: command ['/usr/sbin/postconf', '-h', 'myhostname'] 
failed with exit code 1: /usr/sbin/postconf: fatal: open /etc/postfix/main.cf: 
No such file or directory
PostconfMyorigin: Error: command ['/usr/sbin/postconf', '-h', 'myorigin'] 
failed with exit code 1: /usr/sbin/postconf: fatal: open /etc/postfix/main.cf: 
No such file or directory
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.4
ResolvConf:
 # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
 # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
 nameserver 127.0.1.1
SourcePackage: postfix
Title: package postfix 2.11.3-1ubuntu2 failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 1
UpgradeStatus: Upgraded to xenial on 2016-03-13 (0 days ago)

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


** Tags: amd64 apport-package xenial

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

Title:
  package postfix 2.11.3-1ubuntu2 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 1

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

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


[Bug 1543374] Re: [regression] Unison segfault when transferring data, "input_value: bad bigarray kind"

2016-03-12 Thread Vertago1
*** This bug is a duplicate of bug 1421184 ***
https://bugs.launchpad.net/bugs/1421184

** This bug is no longer a duplicate of bug 1548840
   unison: coredumps since ncurses6 rebuild
** This bug has been marked a duplicate of bug 1421184
   Merge latest version (2.48.3-1) with Debian

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

Title:
  [regression] Unison segfault when transferring data, "input_value: bad
  bigarray kind"

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

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


[Bug 1547036] Re: Unison failed to start

2016-03-12 Thread Vertago1
*** This bug is a duplicate of bug 1421184 ***
https://bugs.launchpad.net/bugs/1421184

** This bug is no longer a duplicate of bug 1548840
   unison: coredumps since ncurses6 rebuild
** This bug has been marked a duplicate of bug 1421184
   Merge latest version (2.48.3-1) with Debian

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

Title:
  Unison failed to start

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

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


[Bug 1548840] Re: unison: coredumps since ncurses6 rebuild

2016-03-12 Thread Vertago1
*** This bug is a duplicate of bug 1421184 ***
https://bugs.launchpad.net/bugs/1421184

** This bug has been marked a duplicate of bug 1421184
   Merge latest version (2.48.3-1) with Debian

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

Title:
  unison: coredumps since ncurses6 rebuild

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

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


[Bug 1551627] Re: unison-2.40.102 crashed with SIGSEGV

2016-03-12 Thread Vertago1
*** This bug is a duplicate of bug 1421184 ***
https://bugs.launchpad.net/bugs/1421184

** This bug is no longer a duplicate of bug 1548840
   unison: coredumps since ncurses6 rebuild
** This bug has been marked a duplicate of bug 1421184
   Merge latest version (2.48.3-1) with Debian

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

Title:
  unison-2.40.102 crashed with SIGSEGV

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

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


[Bug 1548840] Re: unison: coredumps since ncurses6 rebuild

2016-03-11 Thread Vertago1
This is probably related to:
https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1548840

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

Title:
  unison: coredumps since ncurses6 rebuild

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

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


[Bug 1548840] Re: unison: coredumps since ncurses6 rebuild

2016-03-11 Thread Vertago1
Sorry I pasted the wrong link. It should have been:
https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1421184

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

Title:
  unison: coredumps since ncurses6 rebuild

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

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


[Bug 1450250] Re: Spell check adds ampersand with replacement

2016-03-08 Thread Vertago1
*** This bug is a duplicate of bug 1511413 ***
https://bugs.launchpad.net/bugs/1511413

** This bug has been marked a duplicate of bug 1511413
   Texmaker inserts ampersands with spell check replacements from the right 
click menu because of qt5 change

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

Title:
  Spell check adds ampersand with replacement

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

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


[Bug 1548840] Re: unison: coredumps since ncurses6 rebuild

2016-03-08 Thread Vertago1
Do you need anything to get a package ready?

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

Title:
  unison: coredumps since ncurses6 rebuild

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

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


[Bug 1554585] [NEW] phpmyadmin configuration script fails to install db

2016-03-08 Thread Vertago1
Public bug reported:

On upgrade to xenial the phpmyadmin configure script failed to upgrade
the phpmyadmin database.

I then tried:
1) purging phpmyadmin
2) deleting the phpmyadmin database from mysql
3) reinstalling phpmyadmin

I tried several of the configuration options but was never given the
option to enter the mysql admin password after entering the username so
the configure script failed every time.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: phpmyadmin 4:4.5.4.1-2
ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
Uname: Linux 4.4.0-10-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: KDE
Date: Tue Mar  8 09:39:01 2016
PackageArchitecture: all
SourcePackage: phpmyadmin
UpgradeStatus: Upgraded to xenial on 2016-03-07 (0 days ago)

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


** Tags: amd64 apport-bug xenial

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

Title:
  phpmyadmin configuration script fails to install db

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

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


[Bug 1462359] Re: wine currently can not be installed in wily - 15.10

2015-11-09 Thread Vertago1
Try this:

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine

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

Title:
  wine currently can not be installed in wily - 15.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.6/+bug/1462359/+subscriptions

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


[Bug 1493888] Re: FGLRX incompatible with gcc 5

2015-11-03 Thread Vertago1
@Carlos

Some people had to blacklist the amdgpu kernel module to get it to work,
see: #115

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

Title:
  FGLRX incompatible with gcc 5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1493888/+subscriptions

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


[Bug 1493888] Re: FGLRX incompatible with gcc 5

2015-11-03 Thread Vertago1
@Stephen Ranger

Do you have gcc-4.9 and dkms installed?

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

Title:
  FGLRX incompatible with gcc 5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1493888/+subscriptions

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


[Bug 1493888] Re: FGLRX incompatible with gcc 5

2015-11-03 Thread Vertago1
@carlos

Install fglrx-updates from the wily-proposed repositories. It has a fix.
I am not sure why it hasn't be released from proposed yet. It should be
version 2:15.201-0ubuntu2~15.10.1

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

Title:
  FGLRX incompatible with gcc 5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1493888/+subscriptions

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


[Bug 1493888] Re: FGLRX incompatible with gcc 5

2015-11-03 Thread Vertago1
@Carlos

The safest thing to do would be to enable proposed just long enough to
install the updated packages, then disable the proposed repo. Don't
install other packages from proposed if you are worried about them
breaking things.

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

Title:
  FGLRX incompatible with gcc 5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1493888/+subscriptions

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


[Bug 1509334] Re: [sru] plasma-nm blocks temporarily on startup w/o bluetooth device – KDE/Plasma very slow to launch (Kubuntu 15.10)

2015-10-30 Thread Vertago1
@Flames_in_Paradise
I have tested:
plasma-nm 4:5.4.2-0ubuntu1.1 amd64
On a live CD by using the process detailed in 
https://help.ubuntu.com/community/LiveCDCustomization#Extract_the_CD_.iso_contents
and it fixed the problem and didn't seem to have any negative consequences.

I agree this fix should be pushed to the live cd for Kubuntu 15.10 or
people will be turned away by how slow the desktop loads. Another change
I recommend making is disabling the krunner option for "windowed
widgets" which is enabled by default. This causes some kind of race
condition which crashes krunner and plasmashell. I am not sure if anyone
is working on a fix.

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

Title:
  [sru] plasma-nm blocks temporarily on startup w/o bluetooth device –
  KDE/Plasma very slow to launch (Kubuntu 15.10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/plasma-nm/+bug/1509334/+subscriptions

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

[Bug 1511413] [NEW] Texmaker inserts ampersands with spell check replacements from the right click menu because of qt5 change

2015-10-29 Thread Vertago1
Public bug reported:

Qt5 added  to labels of menu items to mark which letter is used for
keyboard shortcuts. This broke the spellcheck replacements from the
right click menu in texmaker. I have written a patch which stores the
spelling suggestion in a separate data structure so it isn't corrupted
by the keyboard shortcut delimiter.

I haven't been able to get this fix pushed upstream so I figured I would
submit it somewhere so at least someone besides me can benefit from it.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: texmaker 4.4.1-1
ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
Uname: Linux 4.2.0-17-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.19.1-0ubuntu4
Architecture: amd64
CurrentDesktop: KDE
Date: Thu Oct 29 10:01:43 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2011-01-07 (1755 days ago)
InstallationMedia: Kubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
SourcePackage: texmaker
UpgradeStatus: Upgraded to wily on 2015-08-18 (71 days ago)

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


** Tags: amd64 apport-bug third-party-packages wily

** Patch added: "fixes spellcheck issue with right click menu replacement"
   
https://bugs.launchpad.net/bugs/1511413/+attachment/4508560/+files/Spellcheck-qt5-fix.patch

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

Title:
  Texmaker inserts ampersands with spell check replacements from the
  right click menu because of qt5 change

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

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


[Bug 1509334] Re: KDE/Plasma very slow to launch (Kubuntu 15.10)

2015-10-28 Thread Vertago1
I downloaded the source package from the proposed queue and tested it,
and it fixes the problem on my system. I am not sure if there are
unintended side effects though. The long wait for plasmashell to finish
loading was quite annoying. Thanks for the fix. It seems like this
problem or similar ones keep coming back, where some startup process
uses blocking calls and it slows the whole startup.

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

Title:
  KDE/Plasma very slow to launch (Kubuntu 15.10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/plasma-nm/+bug/1509334/+subscriptions

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


[Bug 1493888] Re: FGLRX incompatible with gcc 5

2015-10-28 Thread Vertago1
Hamza, the tty problem is a different bug: see
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1162024

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

Title:
  FGLRX incompatible with gcc 5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1493888/+subscriptions

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


[Bug 1509334] Re: [sru] plasma-nm blocks temporarily on startup w/o bluetooth device – KDE/Plasma very slow to launch (Kubuntu 15.10)

2015-10-28 Thread Vertago1
I tested the package:
ii  plasma-nm   
4:5.4.2-0ubuntu1.1 amd64Plasma5 networkmanager 
library.
And it fixed the problem for me (#45)

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [sru] plasma-nm blocks temporarily on startup w/o bluetooth device –
  KDE/Plasma very slow to launch (Kubuntu 15.10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/plasma-nm/+bug/1509334/+subscriptions

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

[Bug 1493888] Re: FGLRX incompatible with gcc 5

2015-10-27 Thread Vertago1
I have tested the packages from both 16.04 and 15.04-proposed and they
work 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/1493888

Title:
  FGLRX incompatible with gcc 5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1493888/+subscriptions

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


[Bug 1470862] Re: When using fglrx module, the virtual consoles are blank and useless

2015-10-27 Thread Vertago1
This problem makes it so that neither driver works in all cases for me.
I have a display-port  and performance issues with the open source
driver, and I have graphics tearing in chrome along with this
framebuffer/virtual console issue with the fglrx drivers. Has anyone
found a work-around using the grub config?

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

Title:
  When using fglrx module, the virtual consoles are blank and useless

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1470862/+subscriptions

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


[Bug 1509457] [NEW] SMBD User authentication doesn't work after dist upgrade to 15.10

2015-10-23 Thread Vertago1
Public bug reported:

After upgrading to 15.10 my samba share stopped working. Guest shares
work, but user authentication does not. After browsing to the share the
user and password prompt is displayed but fails even with the correct
credentials.

I tried purging the samba packages and rewriting the configuration from a clean 
copy of /etc/samba/smb.conf
The user is present in smbpasswd.
The share configuration is of the form:

[myshare]
   guest ok = no
   path = /home/username/myshare
   browseable = yes
   read only = no
   valid users = username
   user = username

As a workaround I created a linux container for ubuntu 15.04, installed
samba, used the same configuration, created the user, mounted the users
home directory using --bind, and forwarded ports 139, and 445 and was
able to get it to work.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: samba 2:4.1.17+dfsg-4ubuntu2
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu3
Architecture: amd64
BothFailedConnect: Yes
Date: Fri Oct 23 12:35:26 2015
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SambaServerRegression: Yes
SmbConfIncluded: No
SourcePackage: samba
UpgradeStatus: Upgraded to wily on 2015-10-22 (1 days ago)
upstart.smbd.override: manual

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


** Tags: amd64 apport-bug wily

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

Title:
  SMBD User authentication doesn't work after dist upgrade to 15.10

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

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


[Bug 1509457] [NEW] SMBD User authentication doesn't work after dist upgrade to 15.10

2015-10-23 Thread Vertago1
Public bug reported:

After upgrading to 15.10 my samba share stopped working. Guest shares
work, but user authentication does not. After browsing to the share the
user and password prompt is displayed but fails even with the correct
credentials.

I tried purging the samba packages and rewriting the configuration from a clean 
copy of /etc/samba/smb.conf
The user is present in smbpasswd.
The share configuration is of the form:

[myshare]
   guest ok = no
   path = /home/username/myshare
   browseable = yes
   read only = no
   valid users = username
   user = username

As a workaround I created a linux container for ubuntu 15.04, installed
samba, used the same configuration, created the user, mounted the users
home directory using --bind, and forwarded ports 139, and 445 and was
able to get it to work.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: samba 2:4.1.17+dfsg-4ubuntu2
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu3
Architecture: amd64
BothFailedConnect: Yes
Date: Fri Oct 23 12:35:26 2015
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SambaServerRegression: Yes
SmbConfIncluded: No
SourcePackage: samba
UpgradeStatus: Upgraded to wily on 2015-10-22 (1 days ago)
upstart.smbd.override: manual

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


** Tags: amd64 apport-bug wily

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

Title:
  SMBD User authentication doesn't work after dist upgrade to 15.10

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

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


[Bug 1493888] Re: FGLRX incompatible with kernel 4.2

2015-10-23 Thread Vertago1
The patch in #29 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/1493888

Title:
  FGLRX incompatible with kernel 4.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1493888/+subscriptions

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


[Bug 1499746] Re: Early Syslinux Boot Error in pendrive made with the Ubuntu Startup Disk Creator

2015-10-23 Thread Vertago1
#17, I didn't turn UEFI on or off. My motherboard had two different usb
boot options when I displayed the boot menu, one for legacy boot and one
for UEFI. The legacy one gave the error described in the bug, while the
UEFI one worked.

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

Title:
  Early Syslinux Boot Error in pendrive made with the Ubuntu Startup
  Disk Creator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1499746/+subscriptions

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


[Bug 1499746] Re: Early Syslinux Boot Error in pendrive made with the Ubuntu Startup Disk Creator

2015-10-22 Thread Vertago1
I don't believe the note on
https://wiki.ubuntu.com/WilyWerewolf/ReleaseNotes is completely correct
at the moment. I just tried to make an amd64 15.10 image from 15.10 and
it sort of works in that the uEFI works, but the legacy boot gives the
syslinux error.

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

Title:
  Early Syslinux Boot Error in pendrive made with the Ubuntu Startup
  Disk Creator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1499746/+subscriptions

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


[Bug 1385657] Re: Upgrade to 14.10 fails - could not calculate the upgrade

2014-10-28 Thread Vertago1
I ran into this problem but it turned out it was because I had precise
instead of trusty in my /etc/apt/sources.list file. You might want to
attach your sources.list file to make it easier to reproduce the
problem.

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

Title:
  Upgrade to 14.10 fails - could not calculate the upgrade

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

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


[Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-05-27 Thread Vertago1
running:
sudo sysctl kernel.keys.root_maxkeys=1000
sudo sysctl kernel.keys.maxkeys=1000

fixes the issue for me to some extent. I still have some files with
4294967294 instead of nobody or nogroup.

I only see the problem on one ldap and nfsv4 client running ubuntu 14.04
LTS (as a testbed). My other servers are running 12.04 and don't have
the issue. They don't seem to be using these keys at all. Is idmaping
enabled by default on 14.04 where it wasn't in 12.04?

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

Title:
  Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

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

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


[Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-05-27 Thread Vertago1
I have created and attached a file 30-nfsv4-quota.conf for
/etc/sysctl.d/ that ups the limit at boot time for ubuntu. It fixes the
limit problem but I still have 4294967294 showing up instead of nobody
or nogroup.

** Attachment added: this fixes the issue
   
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1124250/+attachment/4120932/+files/30-nfsv4-quota.conf

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

Title:
  Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

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

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


[Bug 599255] Re: dmraid fails to read promise RAID sector count larger than 32-bits

2014-05-03 Thread Vertago1
I was able to build the dmraid packages with Danny's patch:
https://bugs.launchpad.net/ubuntu/+source/dmraid/+bug/599255/+attachment/3428773/+files
/26_pdc-large-array-support.patch

After installing them I am able to see my ntfs volumes. I mounted the
largest read only and I was able to read the files ok. The largest
partition is under 2TB though.

Gparted gives an error saying invalid argument during seek on /dev/sda.
If I tell it cancel it seems to work ok after that.

Is there a problem with this patch that prevents us from submitting it
to upstream?

I am working on getting a grub2 entry to work for chainloading windows.

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

Title:
  dmraid fails to read promise RAID sector count larger than 32-bits

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

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


[Bug 599255] Re: dmraid fails to read promise RAID sector count larger than 32-bits

2014-05-02 Thread Vertago1
** Attachment added: M5A99X_EVO_R20_3.7tb.hex
   
https://bugs.launchpad.net/ubuntu/+source/dmraid/+bug/599255/+attachment/4103824/+files/M5A99X_EVO_R20_3.7tb.hex

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

Title:
  dmraid fails to read promise RAID sector count larger than 32-bits

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

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


[Bug 599255] Re: dmraid fails to read promise RAID sector count larger than 32-bits

2014-05-02 Thread Vertago1
Well I figure it might be useful to start collecting samples of metadata from 
different arrays using the pdc part of dmraid. I have two machines with 
different chipsets one has a 1.7TB striped volume the other a 3.7TB striped 
volume.
I created these dumps by running:

sudo dmraid -rD /dev/sda
cd dmraid.pdc
sudo cat sda.dat | hexdump  /tmp/result.hex


** Attachment added: M4A79XTD_EVO_1.7tb.hex
   
https://bugs.launchpad.net/ubuntu/+source/dmraid/+bug/599255/+attachment/4103823/+files/M4A79XTD_EVO_1.7tb.hex

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

Title:
  dmraid fails to read promise RAID sector count larger than 32-bits

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

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


[Bug 1089096] Re: Incorrect size detected

2014-04-11 Thread Vertago1
This may be a duplicate of Bug #599255

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

Title:
  Incorrect size detected

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

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


[Bug 599255] Re: dmraid fails to read promise RAID sector count larger than 32-bits

2014-04-11 Thread Vertago1
Bug #1089096 may be a duplicate of this bug.

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

Title:
  dmraid fails to read promise RAID sector count larger than 32-bits

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

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


[Bug 599255] Re: dmraid fails to read promise RAID sector count larger than 32-bits

2014-04-11 Thread Vertago1
I believe I am affected by this bug, but I wanted to check to see if I
am having the same issue.

I have an amd 990X chipset which uses SB950, according to
http://www.redhat.com/archives/ataraid-list/2012-March/msg1.html it
is probably a Promise controller.

I have two 2TB disks in RAID0 which windows was able to see and partition with 
GPT.
sudo dmraid -r:
/dev/sdb: pdc, pdc_ejdejgej, stripe, ok, 1758766336 sectors, data@ 0
/dev/sda: pdc, pdc_ejdejgej, stripe, ok, 1758766336 sectors, data@ 0

Ubuntu doesn't see the correct volume size.
sudo /dev/mapper/gdisk pdc_ejdejgej:
GPT fdisk (gdisk) version 0.8.8

Warning! Disk size is smaller than the main header indicates! Loading
secondary header from the last sector of the disk! You should use 'v' to
verify disk integrity, and perhaps options on the experts' menu to repair
the disk.
Warning! Main and backup partition tables differ! Use the 'c' and 'e' options
on the recovery  transformation menu to examine the two tables.

Warning! One or more CRCs don't match. You should repair the disk!

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: damaged


Caution: Found protective or hybrid MBR and corrupt GPT. Using GPT, but disk
verification and recovery are STRONGLY recommended.
***

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

Title:
  dmraid fails to read promise RAID sector count larger than 32-bits

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

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


[Bug 599255] Re: dmraid fails to read promise RAID sector count larger than 32-bits

2014-04-11 Thread Vertago1
I am trying to setup a build environment to troubleshoot the bug, but
the typical package build process is failing:

I ran:
sudo apt-get build-dep dmraid
apt-get source dmraid
cd dmraid-1.0.0.rc16
dpkg-buildpackage -b -uc 1 log.txt 21

It fails with:
Now at patch 27_ignore-too-small-devices.patch
touch debian/stamp-patched
dpkg-buildpackage: error: debian/rules build gave error exit status 2

** Attachment added: log.txt
   
https://bugs.launchpad.net/ubuntu/+source/dmraid/+bug/599255/+attachment/4081468/+files/log.txt

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

Title:
  dmraid fails to read promise RAID sector count larger than 32-bits

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

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


[Bug 599255] Re: dmraid fails to read promise RAID sector count larger than 32-bits

2014-04-11 Thread Vertago1
I have setup a build environment for dmraid and will start looking
through it to get an idea of whether or not I could contribute a patch.
Any advice on where to start or on what documentation would be useful
would be appreciated.

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

Title:
  dmraid fails to read promise RAID sector count larger than 32-bits

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

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


[Bug 1306123] [NEW] Cannot install boost i386 development packages alongside the x86_64 ones.

2014-04-10 Thread Vertago1
Public bug reported:

In ubuntu 13.10 I was able to have both the x84_64 boost and i386 boost
installed at the same time. I need this because I am compiling some code
for a 32bit vm but I also want to be able to run tests on the host
machine.

I have installed libboost-all-dev for x86_64 on ubuntu 14.04, and when I try to 
install libboost-regex-dev:i386 apt-get wants to remove:
libboost-all-dev libboost-atomic-dev libboost-atomic1.54-dev 
libboost-chrono-dev libboost-chrono1.54-dev libboost-context-dev
  libboost-context1.54-dev libboost-coroutine-dev libboost-coroutine1.54-dev 
libboost-date-time-dev libboost-date-time1.54-dev
  libboost-dev libboost-exception-dev libboost-exception1.54-dev 
libboost-filesystem-dev libboost-filesystem1.54-dev
  libboost-graph-dev libboost-graph-parallel-dev 
libboost-graph-parallel1.54-dev libboost-graph1.54-dev libboost-iostreams-dev
  libboost-iostreams1.54-dev libboost-locale-dev libboost-locale1.54-dev 
libboost-log-dev libboost-log1.54-dev libboost-math-dev
  libboost-math1.54-dev libboost-mpi-dev libboost-mpi-python-dev 
libboost-mpi-python1.54-dev libboost-mpi1.54-dev
  libboost-program-options-dev libboost-program-options1.54-dev 
libboost-python-dev libboost-python1.54-dev libboost-random-dev
  libboost-random1.54-dev libboost-regex-dev libboost-regex1.54-dev 
libboost-serialization-dev libboost-serialization1.54-dev
  libboost-signals-dev libboost-signals1.54-dev libboost-system-dev 
libboost-system1.54-dev libboost-test-dev libboost-test1.54-dev
  libboost-thread-dev libboost-thread1.54-dev libboost-timer-dev 
libboost-timer1.54-dev libboost-wave-dev libboost-wave1.54-dev
  libboost1.54-dev

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libboost-all-dev 1.54.0.1ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
Uname: Linux 3.13.0-23-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.14.1-0ubuntu1
Architecture: amd64
CurrentDesktop: KDE
Date: Thu Apr 10 11:45:56 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2011-01-07 (1188 days ago)
InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
SourcePackage: boost-defaults
UpgradeStatus: Upgraded to trusty on 2014-04-09 (0 days ago)

** Affects: boost-defaults (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/1306123

Title:
  Cannot install boost i386 development packages alongside the x86_64
  ones.

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

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


[Bug 569641] Re: Kde text-to-speech missing dependency

2014-01-05 Thread Vertago1
Kttsd is now a transitional package, and Jovie is its replacement. As
far as I can tell there is not a problem. Thanks for asking.

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

Title:
  Kde text-to-speech missing dependency

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

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


[Bug 859101] Re: fglrx 2:8.881-0ubuntu2: fglrx kernel module failed to build (kernel includes at ... not found or incomplete)

2013-07-25 Thread Vertago1
I need a work around because my card is not supported by the mainstream driver 
I have to use this one: 
http://support.amd.com/us/kbarticles/Pages/RadeonHD7790CatalystPerformanceDriver.aspx
I built the packages for raring but they don't install because of this:
DKMS make.log for fglrx-12.101 for kernel 3.8.0-26-generic (x86_64)
Thu Jul 25 14:08:38 CDT 2013
AMD kernel module generator version 2.1
kernel includes at /lib/modules/3.8.0-26-generic/build/include not found or 
incomplete
file: /lib/modules/3.8.0-26-generic/build/include/linux/version.h

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

Title:
  fglrx 2:8.881-0ubuntu2: fglrx kernel module failed to build (kernel
  includes at ... not found or incomplete)

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

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


[Bug 859101] Re: fglrx 2:8.881-0ubuntu2: fglrx kernel module failed to build (kernel includes at ... not found or incomplete)

2013-07-25 Thread Vertago1
I tried this:

cd /lib/modules/3.8.0-26-generic/build/include/linux
sudo ln -s ../generated/uapi/linux/version.h version.h

but dkms is still failing with:
DKMS make.log for fglrx-12.101 for kernel 3.8.0-26-generic (x86_64)
Thu Jul 25 14:31:04 CDT 2013
AMD kernel module generator version 2.1
doing Makefile based build for kernel 2.6.x and higher
rm -rf *.c *.h *.o *.ko *.a .??* *.symvers
make -C /lib/modules/3.8.0-26-generic/build 
SUBDIRS=/var/lib/dkms/fglrx/12.101/build/2.6.x modules
make[1]: Entering directory `/usr/src/linux-headers-3.8.0-26-generic'
  CC [M]  /var/lib/dkms/fglrx/12.101/build/2.6.x/firegl_public.o
/var/lib/dkms/fglrx/12.101/build/2.6.x/firegl_public.c: In function 
‘KCL_EFI_IS_ENABLED’:
/var/lib/dkms/fglrx/12.101/build/2.6.x/firegl_public.c:3086:5: warning: return 
makes integer from pointer without a cast [enabled by default]
/var/lib/dkms/fglrx/12.101/build/2.6.x/firegl_public.c: In function 
‘KCL_MEM_VM_MapRegion’:
/var/lib/dkms/fglrx/12.101/build/2.6.x/firegl_public.c:3946:39: error: 
‘VM_RESERVED’ undeclared (first use in this function)
/var/lib/dkms/fglrx/12.101/build/2.6.x/firegl_public.c:3946:39: note: each 
undeclared identifier is reported only once for each function it appears in
make[2]: *** [/var/lib/dkms/fglrx/12.101/build/2.6.x/firegl_public.o] Error 1
make[1]: *** [_module_/var/lib/dkms/fglrx/12.101/build/2.6.x] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.8.0-26-generic'
make: *** [kmod_build] Error 2
build failed with return value 2

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

Title:
  fglrx 2:8.881-0ubuntu2: fglrx kernel module failed to build (kernel
  includes at ... not found or incomplete)

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

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

[Bug 927558] Re: jockey doesn't detect discrete nvidia in lenovo t420 (NO OPTIMUS)

2013-07-10 Thread Vertago1
You might want to make sure it works in software-properties before you
drop this bug.

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

Title:
  jockey doesn't detect discrete nvidia in lenovo t420 (NO OPTIMUS)

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

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


[Bug 1142213] Re: emacs23/24 GUI does not start when run in Kubuntu 13.04 with oxygen-gtk theme enabled

2013-05-03 Thread Vertago1
This affects a lot more than emacs. I have had thunderbird and acroread
both lockup repeatedly.

Here is the stack trace for acroread:
#0  0xf77b5425 in __kernel_vsyscall ()
#1  0xf5b5fdcb in poll () from /lib/i386-linux-gnu/libc.so.6
#2  0xf5dbe2db in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0xf5daf6d0 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0xf5dafc2b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5  0xf5df5c21 in g_spawn_sync () from /lib/i386-linux-gnu/libglib-2.0.so.0
#6  0xf5df6094 in g_spawn_command_line_sync () from 
/lib/i386-linux-gnu/libglib-2.0.so.0
#7  0xf332be4c in Oxygen::QtSettings::kdeConfigPathList() const ()
   from /usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/engines/liboxygen-gtk.so
#8  0xf332e8f3 in Oxygen::QtSettings::initialize(unsigned int) ()
   from /usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/engines/liboxygen-gtk.so
#9  0xf3341b18 in Oxygen::Style::initialize(unsigned int) () from 
/usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/engines/liboxygen-gtk.so
#10 0xf3341ef3 in Oxygen::Style::fileChanged(_GFileMonitor*, _GFile*, _GFile*, 
GFileMonitorEvent, void*) ()
   from /usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/engines/liboxygen-gtk.so
#11 0xf4c4e48e in ffi_call_SYSV () from /usr/lib/i386-linux-gnu/libffi.so.6
#12 0xf4c4e1ef in ffi_call () from /usr/lib/i386-linux-gnu/libffi.so.6
#13 0xf5e77a2a in g_cclosure_marshal_generic_va () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#14 0xf5e76ee1 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#15 0xf5e9065a in g_signal_emit_valist () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#16 0xf5e91233 in g_signal_emit () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#17 0xf4d39229 in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
#18 0xf5dabf10 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#19 0xf5daf3b3 in g_main_context_dispatch () from 
/lib/i386-linux-gnu/libglib-2.0.so.0
#20 0xf5daf750 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#21 0xf5dafc2b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
#22 0xf612c710 in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
#23 0x0850d0bd in _start ()

Here is the trace for thunderbird:
#0  0x7f9b459483cd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f9b404501dc in g_main_context_poll (n_fds=1, fds=0x7f9af37f6d28, 
timeout=-1, context=0x7f9af37a7680, 
priority=optimized out) at 
/build/buildd/glib2.0-2.36.0/./glib/gmain.c:3995
#2  g_main_context_iterate (context=0x7f9af37a7680, block=block@entry=1, 
dispatch=dispatch@entry=1, self=optimized out)
at /build/buildd/glib2.0-2.36.0/./glib/gmain.c:3696
#3  0x7f9b404506ba in g_main_loop_run (loop=0x7f9afb710370) at 
/build/buildd/glib2.0-2.36.0/./glib/gmain.c:3895
#4  0x7f9b40491e41 in g_spawn_sync 
(working_directory=working_directory@entry=0x0, argv=optimized out, 
envp=envp@entry=0x0, 
flags=flags@entry=G_SPAWN_SEARCH_PATH, child_setup=child_setup@entry=0x0, 
user_data=user_data@entry=0x0, 
standard_output=standard_output@entry=0x7fff584be268, 
standard_error=standard_error@entry=0x0, 
exit_status=exit_status@entry=0x0, error=error@entry=0x0) at 
/build/buildd/glib2.0-2.36.0/./glib/gspawn.c:434
#5  0x7f9b404922b8 in g_spawn_command_line_sync (command_line=optimized 
out, standard_output=0x7fff584be268, 
standard_error=0x0, exit_status=0x0, error=0x0) at 
/build/buildd/glib2.0-2.36.0/./glib/gspawn.c:735
#6  0x7f9b36fe1184 in Oxygen::QtSettings::kdeConfigPathList() const ()
   from /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/liboxygen-gtk.so
#7  0x7f9b36fe3ca7 in Oxygen::QtSettings::initialize(unsigned int) ()
   from /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/liboxygen-gtk.so
#8  0x7f9b36ff5485 in Oxygen::Style::initialize(unsigned int) ()
   from /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/liboxygen-gtk.so
#9  0x7f9b36ff57f1 in Oxygen::Style::fileChanged(_GFileMonitor*, _GFile*, 
_GFile*, GFileMonitorEvent, void*) ()
   from /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/liboxygen-gtk.so
#10 0x7f9b42bcf138 in ffi_call_unix64 () from /usr/lib/thunderbird/libxul.so
#11 0x7f9b42bceb50 in ffi_call (cif=cif@entry=0x7fff584be6b0, 
fn=fn@entry=0x7f9b36ff57e0 Oxygen::Style::fileChanged(_GFileMonitor*, 
_GFile*, _GFile*, GFileMonitorEvent, void*), 
rvalue=0x7fff584be5e0, avalue=avalue@entry=0x7fff584be560)
at 
/build/buildd/thunderbird-17.0.5+build1/./mozilla/js/src/ctypes/libffi/src/x86/ffi64.c:485
#12 0x7f9b4071460b in g_cclosure_marshal_generic_va 
(closure=0x7f9b366168f0, return_value=0x0, instance=0x7f9b36619940, 
args_list=optimized out, 
marshal_data=0x7f9b36ff57e0 Oxygen::Style::fileChanged(_GFileMonitor*, 
_GFile*, _GFile*, GFileMonitorEvent, void*), 
n_params=3, param_types=0x7f9b36621840) at 
/build/buildd/glib2.0-2.36.0/./gobject/gclosure.c:1550
#13 0x7f9b407138e7 in _g_closure_invoke_va (closure=0x7f9b366168f0, 
return_value=0x0, 

[Bug 1072263] Re: plasma-desktop crashes at start-up with scripted image widget

2012-11-05 Thread Vertago1
Yes

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

Title:
  plasma-desktop crashes at start-up with scripted image widget

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

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


[Bug 1072263] Re: plasma-desktop crashes at start-up with scripted image widget

2012-11-04 Thread Vertago1
Weather forecast is the default widget. I tested it by itself and it
doesn't cause any crashes. The URL scripted image is configured to is:
http://belo.bimedia.net/WFAA/weather/animated-
loops/comp/640x480/state_tx_anim.gif

I made a change the scripted image code to make refreshing work
according to someones post on kde-apps.org. It was just changing from
using the timestamp after a # to after a ? to get the webkit engine to
actually reload the image.

I suspect the problem may be related to the widget trying to load the
image before my Ethernet connects.

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

Title:
  plasma-desktop crashes at start-up with scripted image widget

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

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


[Bug 1072257] [NEW] KDE Crash Handler error message doesn't reflect the problem

2012-10-27 Thread Vertago1
Public bug reported:

I have been trying to report a different bug related to plasma-desktop crashing 
at start-up. When I try to submit the crash information I get an error message 
from apport: The packages containing debug information for the following 
application and libraries are missing: /usr/bin/plasma-desktop
However I have already installed the debug symbols including kde-workspace-dbg 
which contains /usr/lib/debug/usr/bin/plasma-desktop

So there is something wrong here because the error message doesn't
reflect the fact that the debugging symbols are there already for
plasma-desktop.

From looking at the stack trace it looks like the problem is that there
are more underlying libraries for which I need to install debugging
libraries. It would be helpful if apport could follow the stack trace to
the missing libraries instead of telling me to install debugging symbols
I already have.

Here is the stack trace it was trying to parse:

Application: Plasma Desktop Shell (plasma-desktop), signal: Segmentation fault
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[Current thread is 1 (Thread 0x7f1f4a55e780 (LWP 11932))]

Thread 7 (Thread 0x7f1f267f0700 (LWP 11933)):
#0  0x7f1f49e3e303 in __GI___poll (fds=optimized out, nfds=optimized 
out, timeout=optimized out) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x7f1f3dae0d84 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f1f3dae0ea4 in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f1f46aefc16 in QEventDispatcherGlib::processEvents 
(this=0x7f1f28c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x7f1f46ac02bf in QEventLoop::processEvents 
(this=this@entry=0x7f1f267efdd0, flags=...) at kernel/qeventloop.cpp:149
#5  0x7f1f46ac0548 in QEventLoop::exec (this=0x7f1f267efdd0, flags=...) at 
kernel/qeventloop.cpp:204
#6  0x7f1f469c1b10 in QThread::exec (this=optimized out) at 
thread/qthread.cpp:501
#7  0x7f1f46aa09af in QInotifyFileSystemWatcherEngine::run (this=0x13b9190) 
at io/qfilesystemwatcher_inotify.cpp:248
#8  0x7f1f469c4aec in QThreadPrivate::start (arg=0x13b9190) at 
thread/qthread_unix.cpp:338
#9  0x7f1f3e1dfe9a in start_thread (arg=0x7f1f267f0700) at 
pthread_create.c:308
#10 0x7f1f49e49cbd in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x in ?? ()

Thread 6 (Thread 0x7f1f1700 (LWP 11934)):
#0  0x7f1f49e3c8bd in read () at ../sysdeps/unix/syscall-template.S:82
#1  0x7f1f3db1cf6f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f1f3dae0914 in g_main_context_check () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f1f3dae0d22 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f1f3dae0ea4 in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f1f46aefc16 in QEventDispatcherGlib::processEvents 
(this=0x7f1f180008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x7f1f46ac02bf in QEventLoop::processEvents 
(this=this@entry=0x7f1f1fffedd0, flags=...) at kernel/qeventloop.cpp:149
#7  0x7f1f46ac0548 in QEventLoop::exec (this=0x7f1f1fffedd0, flags=...) at 
kernel/qeventloop.cpp:204
#8  0x7f1f469c1b10 in QThread::exec (this=optimized out) at 
thread/qthread.cpp:501
#9  0x7f1f46aa09af in QInotifyFileSystemWatcherEngine::run (this=0x17169f0) 
at io/qfilesystemwatcher_inotify.cpp:248
#10 0x7f1f469c4aec in QThreadPrivate::start (arg=0x17169f0) at 
thread/qthread_unix.cpp:338
#11 0x7f1f3e1dfe9a in start_thread (arg=0x7f1f1700) at 
pthread_create.c:308
#12 0x7f1f49e49cbd in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#13 0x in ?? ()

Thread 5 (Thread 0x7f1f17fff700 (LWP 11940)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x7f1f43b46cd7 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#2  0x7f1f43b46d09 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#3  0x7f1f3e1dfe9a in start_thread (arg=0x7f1f17fff700) at 
pthread_create.c:308
#4  0x7f1f49e49cbd in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#5  0x in ?? ()

Thread 4 (Thread 0x7f1f1579d700 (LWP 11942)):
#0  0x7f1f49e3e303 in __GI___poll (fds=optimized out, nfds=optimized 
out, timeout=optimized out) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x7f1f3dae0d84 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f1f3dae11e2 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f1f1628a3b6 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#4  0x7f1f3db04645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f1f3e1dfe9a in start_thread (arg=0x7f1f1579d700) at 
pthread_create.c:308
#6  0x7f1f49e49cbd in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x in ?? ()

Thread 3 (Thread 

[Bug 1072257] Re: KDE Crash Handler error message doesn't reflect the problem

2012-10-27 Thread Vertago1
I installed:
libglib2.0-0-dbg
libqtwebkit4-dbg

And got more debug information, the problem seems to be that the thread
that received the segfault doesn't give any information.

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

Title:
  KDE Crash Handler error message doesn't reflect the problem

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

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


[Bug 1072263] [NEW] plasma-desktop crashes at start-up with scripted image widget

2012-10-27 Thread Vertago1
Public bug reported:

I have a scripted image widget and a weather forecast widget on the
desktop activity. When I sign in to my user plasma desktop crashes every
time.

The scripted image loads an animated gif of a weather radar from a URL
and updates it every 5 minutes.

The scripted image widget depends on plasma-scriptengine-webkit

I had to install the following additional debug packages to get a decent stack 
trace, and the last thread still doesn't show up adequately:
libglib2.0-0-dbg
libqtwebkit4-dbg

For a work around I have bound konsole to a global shortcut from which I
run plasma-desktop which usually starts up. Sometimes it takes
multiple attempts to get it to work.

Let me know if you need more information to determine the cause of the
seg fault.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: plasma-desktop 4:4.9.2-0ubuntu2.1
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Sat Oct 27 21:55:45 2012
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/plasma-desktop
InstallationDate: Installed on 2011-01-07 (659 days ago)
InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: kde-workspace
UpgradeStatus: Upgraded to quantal on 2012-10-18 (9 days ago)
XsessionErrors:
 (process:12042): GLib-GObject-CRITICAL **: g_object_unref: assertion 
`G_IS_OBJECT (object)' failed
 (acroread:12200): Gdk-CRITICAL **: IA__gdk_error_trap_pop: assertion 
`gdk_error_traps != NULL' failed

** Affects: kde-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal

** Attachment added: stacktrace
   
https://bugs.launchpad.net/bugs/1072263/+attachment/3416114/+files/plasma-desktop-20121027-220120.kcrash

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

Title:
  plasma-desktop crashes at start-up with scripted image widget

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

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


[Bug 814777] Re: Occassional mouse cursor corruption on primary display

2012-09-26 Thread Vertago1
This affects me on both fglrx, fglrx-updates, and the latest driver from
AMD (as of today 2012-09-26). I have seen it since I build this computer
with AMD cards. It only shows up on occasion and is hard to reproduce. I
am using two Radeon HD5700 cards and Kubuntu 64bit 12.04. I am using two
monitors, the problem only shows up on the primary display.

Rebooting clears the problem until it appears again.

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

Title:
  Occassional mouse cursor corruption on primary display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/814777/+subscriptions

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


[Bug 1031025] [NEW] cannot label fat 32 partitions

2012-07-30 Thread Vertago1
Public bug reported:

I submitted a bug through KDE, but found out that is is a problem with
the code snapshot used for kubuntu
(https://bugs.kde.org/show_bug.cgi?id=304209).

The last post at the time of me submitting this bug report is: Gentoo
ship an svn snapshot that supports setting labels for FAT32. Kubuntu
ships the original 1.0.3 which does not.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: partitionmanager 1.0.3-0ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic x86_64
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Mon Jul 30 14:11:21 2012
InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: partitionmanager
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 fat32 label partitionmanager precise

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

Title:
  cannot label fat 32 partitions

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

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


[Bug 1031025] Re: cannot label fat 32 partitions

2012-07-30 Thread Vertago1
-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to partitionmanager in Ubuntu.
https://bugs.launchpad.net/bugs/1031025

Title:
  cannot label fat 32 partitions

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

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


[Bug 927558] Re: jockey doesn't detect discrete nvidia in lenovo t420 (NO OPTIMUS)

2012-07-26 Thread Vertago1
This affects kubuntu 12.04 64-bit for the lenovo T430 as well.

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

Title:
  jockey doesn't detect discrete nvidia in lenovo t420 (NO OPTIMUS)

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

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


[Bug 564433] Re: [Lucid] New bug: Plasma crash at KDE logout

2010-05-01 Thread Vertago1
I just closed the clock applet and then the same KDE error box appeared:
I attached the info given at this crash.

This might have been the problem, thank you.

You can try logging out without the battery or clock applets to see if
the error still appears, and that will give confirmation.

-- 
[Lucid] New bug: Plasma crash at KDE logout
https://bugs.launchpad.net/bugs/564433
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 569641] Re: Kde text-to-speech missing dependency

2010-04-26 Thread Vertago1
ktts is correct, I manually installed speech-dispatcher and it picked it
up. The config isn't setup correctly by default so I am going to have to
figure out how to setup it up so ktts works

-- 
Kde text-to-speech missing dependency
https://bugs.launchpad.net/bugs/569641
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 569858] [NEW] Installation crashes when selecting a eSATA disk on a separate controller

2010-04-25 Thread Vertago1
Public bug reported:

Binary package hint: ubiquity

Had this same problem with 9.10 it persisted into 10.04

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

-- 
Installation crashes when selecting a eSATA disk on a separate controller
https://bugs.launchpad.net/bugs/569858
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 569869] [NEW] pages are not rendered correctly, example ubuntuforums.org

2010-04-25 Thread Vertago1
Public bug reported:

Binary package hint: kdebase

I have attached an example of the problem I am talking about. Pretty
much parts of the page are laid out on top of one another. I doubt this
is a problem with konqueror more likely with the libraries it uses to
render the page but I don't know so I reported it here.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: konqueror 4:4.4.2-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic x86_64
Architecture: amd64
Date: Sun Apr 25 13:44:28 2010
InstallationMedia: Kubuntu 10.04 Lucid Lynx - Release Candidate amd64 
(20100419.1)
ProcEnviron:
 LANGUAGE=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: kdebase

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


** Tags: amd64 apport-bug lucid

-- 
pages are not rendered correctly, example ubuntuforums.org
https://bugs.launchpad.net/bugs/569869
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 569869] Re: pages are not rendered correctly, example ubuntuforums.org

2010-04-25 Thread Vertago1

** Attachment added: apperance of the bug
   http://launchpadlibrarian.net/45365993/snapshot1.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/45365863/Dependencies.txt

-- 
pages are not rendered correctly, example ubuntuforums.org
https://bugs.launchpad.net/bugs/569869
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 569641] [NEW] Kde text-to-speech missing dependency

2010-04-24 Thread Vertago1
Public bug reported:

Binary package hint: speech-dispatcher

KDE text-to-speech depends on speech-dispatcher version 0.67 or later
according to the documentation. I couldn't find the package for KDE
text-to-speech so I posted the bug here.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: speech-dispatcher 0.6.8~unofficial~rc2-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Sat Apr 24 22:35:15 2010
EcryptfsInUse: Yes
ProcEnviron:
 LANGUAGE=
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: speech-dispatcher

** Affects: speech-dispatcher (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
Kde text-to-speech missing dependency
https://bugs.launchpad.net/bugs/569641
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 569641] Re: Kde text-to-speech missing dependency

2010-04-24 Thread Vertago1

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/45265557/Dependencies.txt

-- 
Kde text-to-speech missing dependency
https://bugs.launchpad.net/bugs/569641
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 563106] Re: Networking service is automatically disabled

2010-04-23 Thread Vertago1
This problem also affects the amd64 release

-- 
Networking service is automatically disabled
https://bugs.launchpad.net/bugs/563106
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-networkmanagement in ubuntu.

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


[Bug 566367] [NEW] Amarok seg fault with gstreamer backend

2010-04-18 Thread Vertago1
Public bug reported:

Binary package hint: amarok

Amarok seg-faults when gstreamer is the preferred phonon back-end.

The bug is reported with KDE but I thought I would report it here too
in-case this community could do anything about it before the release of
10.04LTS.

I attached the stack trace.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: amarok 2:2.3.0-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Sun Apr 18 20:36:02 2010
EcryptfsInUse: Yes
ProcEnviron:
 LANGUAGE=
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: amarok

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


** Tags: amd64 apport-bug lucid

-- 
Amarok seg fault with gstreamer backend
https://bugs.launchpad.net/bugs/566367
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to amarok in ubuntu.

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


[Bug 566367] Re: Amarok seg fault with gstreamer backend

2010-04-18 Thread Vertago1

** Attachment added: stacktrace
   http://launchpadlibrarian.net/44747809/amarok-20100418.kcrash

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/44747325/Dependencies.txt

-- 
Amarok seg fault with gstreamer backend
https://bugs.launchpad.net/bugs/566367
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to amarok in ubuntu.

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


[Bug 564300] Re: plasma-desktop crashed with SIGSEGV

2010-04-17 Thread Vertago1
These are the steps I performed to get the new backtrace (I performed
them on a different machine with the same architecture and should have
the same packages except I have done updates since then)

I unlocked the widgets:
I added the battery monitor to the panel
I removed the battery monitor from the panel
plasma-desktop seg faulted?field.comment=These are the steps I performed to get 
the new backtrace (I performed them on a different machine with the same 
architecture and should have the same packages except I have done updates since 
then)

I unlocked the widgets:
I added the battery monitor to the panel
I removed the battery monitor from the panel
plasma-desktop seg faulted

** Attachment added: new stack trace
   http://launchpadlibrarian.net/44638801/plasma-desktop-20100417.kcrash

-- 
plasma-desktop crashed with SIGSEGV
https://bugs.launchpad.net/bugs/564300
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 557001] [NEW] Kdesudo text label is truncated

2010-04-06 Thread Vertago1
Public bug reported:

Binary package hint: kdesudo

The text-label displaying the path of the command being invoked is
double lined but it need not be, and part of the text is truncated on
top and bottom. I have attached a screen-shot of the problem.

I am using Qt-Curve as my widget style, the preset I am using within Qt-
Curve is Agua.

It is possible the problem is with the qt libraries, widget style, or
the font options. I figured since the only time I have noticed the
problem was with Kdesudo that I probably ought to report it specifically
until it can be investigated.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: kdesudo 3.4.2.3-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Tue Apr  6 21:11:08 2010
EcryptfsInUse: Yes
ProcEnviron:
 LANGUAGE=
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: kdesudo

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


** Tags: amd64 apport-bug lucid

-- 
Kdesudo text label is truncated
https://bugs.launchpad.net/bugs/557001
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 557001] Re: Kdesudo text label is truncated

2010-04-06 Thread Vertago1

** Attachment added: Appearance of the bug
   http://launchpadlibrarian.net/43314109/kdesudo_bug.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/43313634/Dependencies.txt

-- 
Kdesudo text label is truncated
https://bugs.launchpad.net/bugs/557001
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 555962] [NEW] gimp-2.6 crashed with SIGSEGV in file_save_cmd_callback()

2010-04-05 Thread Vertago1
Public bug reported:

Binary package hint: gimp

This is a duplicate of
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/516853 but I wanted
to include the debugging information from my crash instance in-case it
is useful for resolving the issue. Thanks.

ProblemType: Crash
DistroRelease: Ubuntu 10.04
Package: gimp 2.6.8-2ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-generic x86_64
Architecture: amd64
Date: Mon Apr  5 13:00:47 2010
ExecutablePath: /usr/bin/gimp-2.6
ProcCmdline: /usr/bin/gimp-2.6 /home/User 
Name/Documents/unison/Research/Locosto/SDC10563.JPG
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0x483625 file_save_cmd_callback+277:   mov
0x8c(%rax),%eax
 PC (0x00483625) ok
 source 0x8c(%rax) (0x008c) not located in a known VMA region (needed 
readable region)!
 destination %eax ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: gimp
StacktraceTop:
 file_save_cmd_callback ()
 g_closure_invoke ()
 ?? () from /usr/lib/libgobject-2.0.so.0
 g_signal_emit_valist ()
 g_signal_emit () from /usr/lib/libgobject-2.0.so.0
Title: gimp-2.6 crashed with SIGSEGV in file_save_cmd_callback()
UserGroups: adm admin cdrom dialout fuse lpadmin plugdev sambashare
XsessionErrors: (process:1402): GLib-CRITICAL **: g_once_init_leave: assertion 
`initialization_value != 0' failed

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


** Tags: amd64 apport-crash lucid

-- 
gimp-2.6 crashed with SIGSEGV in file_save_cmd_callback()
https://bugs.launchpad.net/bugs/555962
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 555962] Re: gimp-2.6 crashed with SIGSEGV in file_save_cmd_callback()

2010-04-05 Thread Vertago1

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/43186209/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/43186210/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/43186211/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/43186212/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/43186213/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/43186214/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/43186215/ThreadStacktrace.txt

-- 
gimp-2.6 crashed with SIGSEGV in file_save_cmd_callback()
https://bugs.launchpad.net/bugs/555962
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 555976] Re: Knetwork manager's right click menu is showing up on the task manager

2010-04-05 Thread Vertago1

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/43187698/Dependencies.txt

-- 
Knetwork manager's right click menu is showing up on the task manager
https://bugs.launchpad.net/bugs/555976
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-networkmanagement in ubuntu.

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


[Bug 555976] [NEW] Knetwork manager's right click menu is showing up on the task manager

2010-04-05 Thread Vertago1
Public bug reported:

Binary package hint: network-manager-kde

When I right click on the wireless icon for network-manager-kde the menu
actually shows up as an item on the task-bar, and it doesn't hide, or
close.

This problem started appearing after some updates yesterday.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: network-manager-kde 1:0.9~svn1075616-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-generic x86_64
Architecture: amd64
Date: Mon Apr  5 14:53:49 2010
ProcEnviron:
 LANGUAGE=
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: plasma-widget-networkmanagement

** Affects: plasma-widget-networkmanagement (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
Knetwork manager's right click menu is showing up on the task manager
https://bugs.launchpad.net/bugs/555976
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 554147] [NEW] Amarok playback on pulse-audio breaks when another application makes a sound

2010-04-02 Thread Vertago1
Public bug reported:

I will have amarok playing music, and as soon as I start skype, a wine
application, or flashplayer the output of amarok gets broken and I have
to close it, and open it before it works again. I think it is related to
pulse audio but it may be a problem with amarok.

I noticed this problem in earlier versions of kubuntu but it has
persisted into the Lucid beta.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: amarok 2:2.3.0-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Fri Apr  2 13:29:04 2010
EcryptfsInUse: Yes
ProcEnviron:
 LANGUAGE=
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: amarok

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
Amarok playback on pulse-audio breaks when another application makes a sound
https://bugs.launchpad.net/bugs/554147
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 554147] Re: Amarok playback on pulse-audio breaks when another application makes a sound

2010-04-02 Thread Vertago1

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42905790/Dependencies.txt

-- 
Amarok playback on pulse-audio breaks when another application makes a sound
https://bugs.launchpad.net/bugs/554147
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 554147] Re: Amarok playback on pulse-audio breaks when another application makes a sound

2010-04-02 Thread Vertago1
It affects browser plugins too, it needs to be reassigned to pulse
audio.

-- 
Amarok playback on pulse-audio breaks when another application makes a sound
https://bugs.launchpad.net/bugs/554147
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 551312] [NEW] Writer2Latex functionality missing from writer

2010-03-29 Thread Vertago1
Public bug reported:

Binary package hint: openoffice.org

Openoffice.org-writer cannot export to latex

I have installed the package writer2latex and found out it was a
stand-alone java program for conversion. The package openoffice.org-
writer2latex has broken dependencies and the description claims that
openoffice.org 2.0.4 already contains writer2latex.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: openoffice.org-writer 1:3.2.0-4ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-17-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Mon Mar 29 18:19:12 2010
EcryptfsInUse: Yes
ProcEnviron:
 LANGUAGE=
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: openoffice.org

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
Writer2Latex functionality missing from writer
https://bugs.launchpad.net/bugs/551312
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 551312] Re: Writer2Latex functionality missing from writer

2010-03-29 Thread Vertago1

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42436556/Dependencies.txt

-- 
Writer2Latex functionality missing from writer
https://bugs.launchpad.net/bugs/551312
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 548876] [NEW] Add Widget Pager plasmoid locks up

2010-03-26 Thread Vertago1
Public bug reported:

Binary package hint: kdebase-workspace

When I try to add the Pager widget to my panel at the bottom of the
screen the icon shows up for dragging, but it freezes as soon as it
appears. The add widget panel locks up. The only way I have found to get
out of it is to hit Esc, but I still have not managed to get the widget
added to my panel.

ProblemType: Bug
Architecture: amd64
Date: Fri Mar 26 10:11:12 2010
DistroRelease: Ubuntu 10.04
Package: plasma-desktop 4:4.4.1-0ubuntu6
ProcEnviron:
 LANGUAGE=
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
SourcePackage: kdebase-workspace
Uname: Linux 2.6.32-17-generic x86_64

** Affects: kdebase-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
Add Widget Pager plasmoid locks up
https://bugs.launchpad.net/bugs/548876
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 548876] Re: Add Widget Pager plasmoid locks up

2010-03-26 Thread Vertago1

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42061353/Dependencies.txt

-- 
Add Widget Pager plasmoid locks up
https://bugs.launchpad.net/bugs/548876
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 548882] Re: right click menus on system tray display off-screen

2010-03-26 Thread Vertago1

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42061677/Dependencies.txt

-- 
right click menus on system tray display off-screen
https://bugs.launchpad.net/bugs/548882
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 548882] [NEW] right click menus on system tray display off-screen

2010-03-26 Thread Vertago1
Public bug reported:

Binary package hint: kdebase-workspace

The first time you right click an icon on the system tray the menu
appears mostly off screen. If you left click on the icon it appears
correctly, and if you right click after you left click it appears
correctly.

To fix this bug the right click menus of the icons on the system tray
should display above the edge of the panel so they don't cover up the
icons.

ProblemType: Bug
Architecture: amd64
Date: Fri Mar 26 10:16:36 2010
DistroRelease: Ubuntu 10.04
Package: plasma-desktop 4:4.4.1-0ubuntu6
ProcEnviron:
 LANGUAGE=
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
SourcePackage: kdebase-workspace
Uname: Linux 2.6.32-17-generic x86_64

** Affects: kdebase-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
right click menus on system tray display off-screen
https://bugs.launchpad.net/bugs/548882
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 548421] [NEW] Network manager plasmoid cannot connect on its own

2010-03-25 Thread Vertago1
Public bug reported:

Binary package hint: network-manager

In Kubuntu 10.04 Beta 1, the network manager plasmoid reflects the
status of network manager correctly but cannot connect without either
nm-applet or knetworkmanger running

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Network manager plasmoid cannot connect on its own
https://bugs.launchpad.net/bugs/548421
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 331757] Re: [needs-packaging] virtuoso-opensource

2010-03-24 Thread Vertago1
I did a dist upgrade to kubuntu 10.04 LTS beta 1 and the first
notification that came up was that Nepomuk Semantic Desktop needs the
Virtuoso RDF server to store its data. Installing the Virtuoso Soprano
plugin is ... The rest of it was cut off by the GUI.

It would be nice if the dependencies could be adjusted to prevent this
error.

** Attachment added: This is what the error looks like
   http://launchpadlibrarian.net/41912373/nepomuk_error.png

-- 
[needs-packaging] virtuoso-opensource
https://bugs.launchpad.net/bugs/331757
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 381777] Re: Startup/boot freezes after Grub menu

2009-12-05 Thread Vertago1
After troubleshooting I found out my issue was related to there being
old fakeraid metadata for an nvidia chipset being picked up by dmraid
even after I had created an array on the M4A79XTD EVO. Running dmraid
-rE removed the metadata but I had to copy the data back on from my
backups. This seemed to resolve the startup delay on my configuration.

-- 
Startup/boot freezes after Grub menu
https://bugs.launchpad.net/bugs/381777
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 381777] Re: Startup/boot freezes after Grub menu

2009-12-04 Thread Vertago1
I have just started having this issue after I upgraded to a new
motherboard and CPU: M4A79XTD EVO with a Phenom II 965. I am running
9.10 kernel.

-- 
Startup/boot freezes after Grub menu
https://bugs.launchpad.net/bugs/381777
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 123811] Re: RFE: knetworkmanager should recover when NetworkManager restarts

2009-10-30 Thread Vertago1
This isn't fixed in Karmic. Here is the stacktrace of the crash when calling 
service network-manager restart:
Application: KNetworkManager (knetworkmanager), signal: Segmentation fault
[KCrash Handler]
#5  0x7fcc82939c8a in Knm::Activatable::deviceUni() const () from 
/usr/lib/libknminternals.so.4
#6  0x7fcc82700165 in ?? () from /usr/lib/libknmservice.so.4
#7  0x7fcc827002b3 in ?? () from /usr/lib/libknmservice.so.4
#8  0x7fcc82700550 in ?? () from /usr/lib/libknmservice.so.4
#9  0x7fcc8270072c in SortedActivatableList::handleAdd(Knm::Activatable*) 
() from /usr/lib/libknmservice.so.4
#10 0x7fcc826f006b in 
ActivatableList::addActivatableInternal(Knm::Activatable*) () from 
/usr/lib/libknmservice.so.4
#11 0x7fcc826f35dd in 
WirelessNetworkInterfaceActivatableProvider::handleAdd(Knm::Connection*) () 
from /usr/lib/libknmservice.so.4
#12 0x7fcc826f1490 in NetworkInterfaceActivatableProvider::init() () from 
/usr/lib/libknmservice.so.4
#13 0x7fcc826f07d8 in 
NetworkInterfaceMonitor::networkInterfaceAdded(QString const) () from 
/usr/lib/libknmservice.so.4
#14 0x7fcc826ea1fd in 
NetworkInterfaceMonitor::qt_metacall(QMetaObject::Call, int, void**) () from 
/usr/lib/libknmservice.so.4
#15 0x7fcc81150ddc in QMetaObject::activate(QObject*, int, int, void**) () 
from /usr/lib/libQtCore.so.4
#16 0x7fcc8226c2c5 in 
Solid::Control::NetworkManager::Notifier::networkInterfaceAdded(QString const) 
() from /usr/lib/libsolidcontrol.so.4
#17 0x7fcc8226cc7c in ?? () from /usr/lib/libsolidcontrol.so.4
#18 0x7fcc81150ddc in QMetaObject::activate(QObject*, int, int, void**) () 
from /usr/lib/libQtCore.so.4
#19 0x7fcc77fdf9c5 in NMNetworkManager::networkInterfaceAdded(QString 
const) () from /usr/lib/kde4/solid_networkmanager07.so
#20 0x7fcc77fe0d84 in NMNetworkManager::deviceAdded(QDBusObjectPath const) 
() from /usr/lib/kde4/solid_networkmanager07.so
#21 0x7fcc77fe3c39 in NMNetworkManager::qt_metacall(QMetaObject::Call, int, 
void**) () from /usr/lib/kde4/solid_networkmanager07.so
#22 0x7fcc81150ddc in QMetaObject::activate(QObject*, int, int, void**) () 
from /usr/lib/libQtCore.so.4
#23 0x7fcc77fef282 in ?? () from /usr/lib/kde4/solid_networkmanager07.so
#24 0x7fcc77fef6ad in ?? () from /usr/lib/kde4/solid_networkmanager07.so
#25 0x7fcc81452ad4 in ?? () from /usr/lib/libQtDBus.so.4
#26 0x7fcc81459def in ?? () from /usr/lib/libQtDBus.so.4
#27 0x7fcc8114b0f9 in QObject::event(QEvent*) () from 
/usr/lib/libQtCore.so.4
#28 0x7fcc8183fefc in QApplicationPrivate::notify_helper(QObject*, QEvent*) 
() from /usr/lib/libQtGui.so.4
#29 0x7fcc818471ce in QApplication::notify(QObject*, QEvent*) () from 
/usr/lib/libQtGui.so.4
#30 0x7fcc82f8aab6 in KApplication::notify(QObject*, QEvent*) () from 
/usr/lib/libkdeui.so.5
#31 0x7fcc8113bc2c in QCoreApplication::notifyInternal(QObject*, QEvent*) 
() from /usr/lib/libQtCore.so.4
#32 0x7fcc8113c80a in QCoreApplicationPrivate::sendPostedEvents(QObject*, 
int, QThreadData*) () from /usr/lib/libQtCore.so.4
#33 0x7fcc81164533 in ?? () from /usr/lib/libQtCore.so.4
#34 0x7fcc7d0e in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#35 0x7fcc7d0bf588 in ?? () from /lib/libglib-2.0.so.0
#36 0x7fcc7d0bf6b0 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#37 0x7fcc811641a6 in 
QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () 
from /usr/lib/libQtCore.so.4
#38 0x7fcc818d44be in ?? () from /usr/lib/libQtGui.so.4
#39 0x7fcc8113a532 in 
QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/libQtCore.so.4
#40 0x7fcc8113a904 in 
QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/libQtCore.so.4
#41 0x7fcc8113cab9 in QCoreApplication::exec() () from 
/usr/lib/libQtCore.so.4
#42 0x0040d12f in _start ()

-- 
RFE: knetworkmanager should recover when NetworkManager restarts
https://bugs.launchpad.net/bugs/123811
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to knetworkmanager in ubuntu.

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


[Bug 447282] Re: [FUJITSU LifeBook T1010] suspend/resume failure

2009-10-19 Thread Vertago1
Just had the problem show up on the 2.6.31-14.

The bug is that sometimes the suspend shows locking screen and then
the system hangs. At this point I have to use the power button to turn
of the machine. This issue wasn't present in the 2.6.28 kernel.

Strangely I can perform a sleep / suspend to ram manually and it works,
but the suspend that crashes is the one initiated by the power
management on a timer.

I will give the mainline kernel a try when I get a chunk of time

-- 
[FUJITSU LifeBook T1010] suspend/resume failure
https://bugs.launchpad.net/bugs/447282
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 453407] Re: Desktop Effects - Logout does not work properly

2009-10-19 Thread Vertago1
Thanks Giovanni

-- 
Desktop Effects - Logout does not work properly
https://bugs.launchpad.net/bugs/453407
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 453407] Re: Desktop Effects - Logout does not work properly

2009-10-17 Thread Vertago1
My nvidia machine works prpperly so this appears to be specific to intel
chips, and might be more specific to a particular set of chips.

-- 
Desktop Effects - Logout does not work properly
https://bugs.launchpad.net/bugs/453407
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 453983] Re: printer-applet.py crashed with SIGSEGV in PyDict_GetItem()

2009-10-17 Thread Vertago1
I confirm this bug

-- 
printer-applet.py crashed with SIGSEGV in PyDict_GetItem()
https://bugs.launchpad.net/bugs/453983
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   >