[Bug 705509] Re: /dev/kvm is owned by root:root after install on natty

2011-12-26 Thread SaveTheRbtz
Will it be ported to lucid?

** Also affects: qemu-kvm
   Importance: Undecided
   Status: New

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

Title:
  /dev/kvm is owned by root:root after install on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu-kvm/+bug/705509/+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 690925] Re: Package MySQL 5.5.x for Ubuntu

2011-12-26 Thread dfrg.msc
The date of Debian import freeze of Ubuntu 12.04 is coming soon, will
5.5.19 be uploaded to Debian experimental?

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

Title:
  Package MySQL 5.5.x for Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/690925/+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 726790] Re: python-vm-builder-0.12.4+bzr462-0ubuntu1: swap partitions fail to be created properly when lucid is the target

2011-12-26 Thread Taco
Using version 0.12.4+bzr469-0ubuntu1 I also get the exception that the
device is busy. When I insert a run_cmd('sync') just before the umount
command it works OK and building finishes without the exception.

So, the /usr/lib/python2.7/dist-
packages/VMBuilder/plugins/ubuntu/dapper.py file contains:

def unmount_dev(self):
self.context.cancel_cleanup(self.unmount_dev)
run_cmd('sync') # added by me
run_cmd('umount', '%s/dev' % self.context.chroot_dir)

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

Title:
  python-vm-builder-0.12.4+bzr462-0ubuntu1: swap partitions fail to be
  created properly when lucid is the target

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/726790/+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 908824] [NEW] Unable to connect to VPN as a non-admin user

2011-12-26 Thread Brandon Ingalls
Public bug reported:

The user I use on my desktop is a normal desktop user no extra rights.
Now I want to connect to my VPN and when I do the network-manager app
tells me that I am connected but I am not. When I run openvpn in a
terminal I get...

me@BrandonsDesktop:~/Desktop/Keep$ openvpn vpn.ovpn 
Mon Dec 26 12:24:44 2011 OpenVPN 2.2.0 x86_64-linux-gnu [SSL] [LZO2] [EPOLL] 
[PKCS11] [eurephia] [MH] [PF_INET6] [IPv6 payload 20110424-2 (2.2RC2)] built on 
Jul  4 2011
Enter Auth Username:*
Enter Auth Password:
Mon Dec 26 12:24:59 2011 NOTE: OpenVPN 2.1 requires '--script-security 2' or 
higher to call user-defined scripts or executables
Mon Dec 26 12:24:59 2011 RESOLVE: NOTE: * resolves to 2 addresses
Mon Dec 26 12:24:59 2011 Attempting to establish TCP connection with [AF_INET]* 
[nonblock]
Mon Dec 26 12:25:00 2011 TCP connection established with [AF_INET]*
Mon Dec 26 12:25:00 2011 TCPv4_CLIENT link local: [undef]
Mon Dec 26 12:25:00 2011 TCPv4_CLIENT link remote: [AF_INET]*
Mon Dec 26 12:25:00 2011 WARNING: this configuration may cache passwords in 
memory -- use the auth-nocache option to prevent this
Mon Dec 26 12:25:04 2011 [server] Peer Connection Initiated with [AF_INET]*
Mon Dec 26 12:25:07 2011 Note: Cannot open TUN/TAP dev /dev/net/tun: Permission 
denied (errno=13)
Mon Dec 26 12:25:07 2011 Note: Attempting fallback to kernel 2.2 TUN/TAP 
interface
Mon Dec 26 12:25:07 2011 Cannot allocate TUN/TAP dev dynamically
Mon Dec 26 12:25:07 2011 Exiting

Shouldn't a non-admin user be able to connect to a VPN?
This is almost as annoying as how the Available to All Users button is checked 
by default now. Making it so if a non-admin user wants to connect to a new 
network you need to enter in the admin users password. Not very user friendly 
when you can't give the user your admin password.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: openvpn 2.2.0-2ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Mon Dec 26 12:19:48 2011
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: openvpn
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Unable to connect to VPN as a non-admin user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/908824/+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 908824] Re: Unable to connect to VPN as a non-admin user

2011-12-26 Thread Brandon Ingalls
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/908824

Title:
  Unable to connect to VPN as a non-admin user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/908824/+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 908833] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-12-26 Thread buynada
-- 
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/908833

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/908833/+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 908833] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-12-26 Thread buynada
Public bug reported:

standard upgrade using alternate i386 CD.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Mon Dec 26 19:15:59 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
LiveMediaBuild: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111011)
RelatedPackageVersions:
 nautilus 1:3.2.1-0ubuntu3.1
 gvfs 1.10.0-0ubuntu1
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')

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


** Tags: apport-package i386

-- 
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/908833

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/908833/+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 908901] [NEW] awstats confused by 408 entries in apache log files

2011-12-26 Thread James Troup
Public bug reported:

We have a mostly idle (historical) site that we still run awstats
over.  These days, for reasons I've yet to derermine, it generates a
lot of 408 responses, e.g.:

| 91.189.88.12 - - [01/Dec/2011:12:54:56 +] - 408 4808 - -

If enough of these are at the start of the logfile, awstats chokes on
the file:

| AWStats did not find any valid log lines that match your LogFormat parameter, 
in the 50th first non commented lines read of your log.
| Your log file /usr/share/doc/awstats/examples/logresolvemerge.pl 
/srv/webstats.canonical.com/logs/SERVER_NAME/SITE_NAME* | must have a bad 
format or LogFormat parameter setup does not match this format.
| Your AWStats LogFormat parameter is:
| 1
| This means each line in your web server log file need to have combined log 
format like this:
| 111.22.33.44 - - [10/Jan/2001:02:14:14 +0200] GET / HTTP/1.1 200 1234 
http://www.fromserver.com/from.htm; Mozilla/4.0 (compatible; MSIE 5.01; 
Windows NT 5.0)
| And this is an example of records AWStats found in your log file (the record 
number 50 in your log):
| 91.189.88.12 - - [01/Dec/2011:13:10:24 +] - 408 4808 - -
| Setup ('/etc/awstats/awstats.SITE_NAME.conf' file, web server or permissions) 
may be wrong.
| Check config file, permissions and AWStats documentation (in 'docs' 
directory).

We're using LogFormat=1 and AFAIK the line quoted is valid combined
log format data.

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

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

Title:
  awstats confused by 408 entries in apache log files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/awstats/+bug/908901/+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 908905] [NEW] upstart problems with S20squid script

2011-12-26 Thread b1
Public bug reported:

After performing a dist-upgrade of my lucid installation, I got the
following upstart error in my boot.log:

Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service S20squid start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start S20squid
start: Unknown job: S20squid

One can reproduce this bug, by simply issuing sudo
/etc/rc(2-5).d/S20squid start. Since S20squid is simply a symlink to
/etc/init.d/squid this affects all runlevels. However it seems to be non
critical since squid is started anyway (I have no idea why).  The issue
can be fixed by modifying line 8 in /etc/init.d/squid from

JOB=${INITSCRIPT%.sh}

to

JOB=squid

So there are two issues here, if I am not mistaken. First the redundancy
since squid is started by two different scripts(?) and secondly the
wrong line in /etc/init.d/squid.

I am running Ubuntu 10.04.3 LTS
My squid version is 2.7.STABLE7
The system is up-to-date (aside from the grub package which is held back)

If you need any more information I am happy to provide it.

Thanks for your efforts

B. Brandt

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

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

Title:
  upstart problems with S20squid script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/908905/+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 908908] [NEW] uninitialized variable in wbinfo_group.pl causes false authentication results

2011-12-26 Thread b1
Public bug reported:

I am using squid version 2.7.STABLE7 with users authenticating via an
ActiveDirectory (AD). I am using the wbinfo_group.pl helper script for
checking group memberships. After a while internet access is denied at
random for some users. In the squid log I see

Use of uninitialized value in concatenation (.) or string at
/usr/lib/squid/wbinfo_group.pl line 67, STDIN line 1.

this message repeats from time to time, with line 1 increasing. As
described in http://www.linuxquestions.org/questions/linux-server-73
/squid-ntlm-authentication-only-first-logon-is-authenticated-723587/ I
explicitly set the variable $ans. After that I get some errors about

Character in 'c' format wrapped in pack at
/usr/lib/squid/wbinfo_group.pl line 92, STDIN line 1.

So I changed the function call

pack(c,hex($1))

to

pack(C,hex($1))

everywhere in the script. Since then everything is running smoothly. No
more random errors. I have attached a diff file with the changes.

I am running Ubuntu 10.04.3 LTS
squid  version 2.7.STABLE7

If you need any more information I am happy to provide it.

Thanks for your efforts

B. Brandt

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

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

Title:
  uninitialized variable in wbinfo_group.pl causes false authentication
  results

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/908908/+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 908908] Re: uninitialized variable in wbinfo_group.pl causes false authentication results

2011-12-26 Thread b1
** Patch added: patching unitialized variable and pack function call
   
https://bugs.launchpad.net/bugs/908908/+attachment/2647870/+files/wbinfo_group_new.pl.patch

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

Title:
  uninitialized variable in wbinfo_group.pl causes false authentication
  results

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/908908/+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 689454] Re: No upstart script for apache2

2011-12-26 Thread Ankur Oberoi
I'd also like to see an upstart script included by default

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

Title:
  No upstart script for apache2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/689454/+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 908905] Re: upstart problems with S20squid script

2011-12-26 Thread b1
** Description changed:

  After performing a dist-upgrade of my lucid installation, I got the
  following upstart error in my boot.log:
  
  Rather than invoking init scripts through /etc/init.d, use the service(8)
  utility, e.g. service S20squid start
  
  Since the script you are attempting to invoke has been converted to an
  Upstart job, you may also use the start(8) utility, e.g. start S20squid
  start: Unknown job: S20squid
  
  One can reproduce this bug, by simply issuing sudo
  /etc/rc(2-5).d/S20squid start. Since S20squid is simply a symlink to
  /etc/init.d/squid this affects all runlevels. However it seems to be non
  critical since squid is started anyway (I have no idea why).  The issue
- can be fixed by modifying line 8 in /etc/init.d/squid from
+ can be fixed by inserting
  
- JOB=${INITSCRIPT%.sh}
+ if [ $JOB = S20squid ]; then
+ JOB=squid
+ fi
  
- to
- 
- JOB=squid
- 
- So there are two issues here, if I am not mistaken. First the redundancy
- since squid is started by two different scripts(?) and secondly the
- wrong line in /etc/init.d/squid.
+ into /etc/init.d/squid, see attached patch. However there are two issues
+ here, if I am not mistaken. First the redundancy since squid is started
+ by two different scripts(?) and secondly the wrong line in
+ /etc/init.d/squid.
  
  I am running Ubuntu 10.04.3 LTS
  My squid version is 2.7.STABLE7
  The system is up-to-date (aside from the grub package which is held back)
  
  If you need any more information I am happy to provide it.
  
  Thanks for your efforts
  
  B. Brandt

** Patch added: inserting case discrimation in /etc/init.d/squid
   
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/908905/+attachment/2647875/+files/squid_new.patch

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

Title:
  upstart problems with S20squid script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/908905/+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 908908] Re: uninitialized variable in wbinfo_group.pl causes false authentication results

2011-12-26 Thread Ubuntu Foundation's Bug Bot
The attachment patching unitialized variable and pack function call of
this bug report has been identified as being a patch.  The ubuntu-
reviewers team has been subscribed to the bug report so that they can
review the patch.  In the event that this is in fact not a patch you can
resolve this situation by removing the tag 'patch' from the bug report
and editing the attachment so that it is not flagged as a patch.
Additionally, if you are member of the ubuntu-reviewers team please also
unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  uninitialized variable in wbinfo_group.pl causes false authentication
  results

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/908908/+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 908905] Re: upstart problems with S20squid script

2011-12-26 Thread Ubuntu Foundation's Bug Bot
The attachment inserting case discrimation in /etc/init.d/squid of
this bug report has been identified as being a patch.  The ubuntu-
reviewers team has been subscribed to the bug report so that they can
review the patch.  In the event that this is in fact not a patch you can
resolve this situation by removing the tag 'patch' from the bug report
and editing the attachment so that it is not flagged as a patch.
Additionally, if you are member of the ubuntu-reviewers team please also
unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  upstart problems with S20squid script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/908905/+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 859814] Re: Locale issues with beta-1/2 cloud-images

2011-12-26 Thread Launchpad Bug Tracker
[Expired for cloud-init (Ubuntu) because there has been no activity for
60 days.]

** Changed in: cloud-init (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Locale issues with beta-1/2 cloud-images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/859814/+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 264835] Re: Guest account should be accessible from login screen

2011-12-26 Thread Gunnar Hjalmarsson
On 2011-12-24 14:43, Joe Mou wrote:
 I believe this is fixed in oneiric.

Yes. The functionality of gdm-guest-session is included in lightdm,
which is the default login manager in Oneiric.

** Also affects: lightdm
   Importance: Undecided
   Status: New

** Changed in: lightdm
   Status: New = Fix Released

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

Title:
  Guest account should be accessible from login screen

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

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


[Bug 605844] Re: scan + crop + rotate= Failed to save file\n couldn't allocate memory for loading JPEG file

2011-12-26 Thread tommy84-82
So the application does not crash but only display that message?
Yes.

The message shows up in every location like Deskop, home, Images - location 
doesn't matter - but only after scan + crop + rotate procedure. Before crop 
+ rotate file can be saved, after crop - file can be saved.
Only when You scan, crop and rotate, file-save - choose location ie: /home - 
save - and shows this message: 
Failed to save file\n couldn't allocate memory for loading JPEG file.

Actually, I can't reproduce bug on Ubuntu, becouse I use Debian
(squeeze) and simple-scan 2.31.1 works perfectly.

This is an old bug in Ubuntu 10.04, (10.10?) - imho lets forget about
it.

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

Title:
  scan + crop + rotate= Failed to save file\n couldn't allocate memory
  for loading JPEG file

To manage notifications about this bug go to:
https://bugs.launchpad.net/simple-scan/+bug/605844/+subscriptions

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


[Bug 908674] Re: Precise Pangolin ALPHA 1 installer crashed

2011-12-26 Thread Ubuntu Foundation's Bug Bot
Exception during installation:
Dec 26 04:17:05 ubuntu plugininstall.py: SystemError: E:Sub-process 
/usr/bin/dpkg returned an error code (1)
Dec 26 04:17:05 ubuntu plugininstall.py: 


** Tags added: installer-crash

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

Title:
  Precise Pangolin ALPHA 1 installer crashed

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

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


Re: [Bug 908558] Re: Please sync fcitx 1:4.1.2-5 from Debian Sid (main) to Ubuntu (universe)

2011-12-26 Thread Andreas Moog
That's because -5 hasn't entered testing yet. Once that happens,
presumably on January 1st, it will be picked up.

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

Title:
  Please sync fcitx 1:4.1.2-5 from Debian Sid (main) to Ubuntu
  (universe)

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

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


[Bug 908385] Re: package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to install/upgrade: bcmwl kernel module failed to build

2011-12-26 Thread Daniel van Vugt
*** This bug is a duplicate of bug 580594 ***
https://bugs.launchpad.net/bugs/580594

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 580594, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 580594
   bcmwl kernel module failed to build (error: linux/autoconf.h: No such file 
or directory)

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

Title:
  package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to
  install/upgrade: bcmwl kernel module failed to build

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

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


[Bug 789461] Re: package xinput-calibrator (not installed) failed to install/upgrade: xinput-calibrator: 0.7.5-0ubuntu1 (Multi-Arch

2011-12-26 Thread Timo Aaltonen
you already had the i386 version installed? Remove it first.

** Changed in: xinput-calibrator (Ubuntu)
   Status: New = Invalid

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

Title:
  package xinput-calibrator (not installed) failed to install/upgrade:
  xinput-calibrator: 0.7.5-0ubuntu1 (Multi-Arch

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

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


[Bug 908705] Re: package liblua5.1-0 5.1.4-5 failed to install/upgrade: нет доступа к архиву: Нет такого файла или каталога

2011-12-26 Thread Andrey Miroshnichenko
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/908705

Title:
  package liblua5.1-0 5.1.4-5 failed to install/upgrade: нет доступа к
  архиву: Нет такого файла или каталога

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lua5.1/+bug/908705/+subscriptions

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

[Bug 908705] [NEW] package liblua5.1-0 5.1.4-5 failed to install/upgrade: нет доступа к архиву: Нет такого файла или каталога

2011-12-26 Thread Andrey Miroshnichenko
Public bug reported:

не удалось установить пакет

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: liblua5.1-0 5.1.4-5
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Mon Dec 26 18:27:56 2011
ErrorMessage: нет доступа к архиву: Нет такого файла или каталога
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: lua5.1
Title: package liblua5.1-0 5.1.4-5 failed to install/upgrade: нет доступа к 
архиву: Нет такого файла или каталога

** Affects: lua5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package liblua5.1-0 5.1.4-5 failed to install/upgrade: нет доступа к
  архиву: Нет такого файла или каталога

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lua5.1/+bug/908705/+subscriptions

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

[Bug 908578] Re: synergys segv on paste into chrome's address bar

2011-12-26 Thread Andreas Moog
** Changed in: synergy (Ubuntu)
   Importance: Undecided = High

** Changed in: synergy (Ubuntu)
   Status: New = Triaged

** Changed in: synergy (Ubuntu)
   Status: Triaged = In Progress

** Changed in: synergy (Ubuntu)
 Assignee: (unassigned) = Andreas Moog (amoog)

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

Title:
  synergys segv on paste into chrome's address bar

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

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


[Bug 791234] Re: xflr5 version 6.04-1 failed to build on armel

2011-12-26 Thread Nobuhiro Iwamatsu
This bug already fixed in Debian.
And this problem is a problem of qt.
Please see 
http://packages.debian.org/changelogs/pool/main/q/qt4-x11/qt4-x11_4.7.3-5/changelog.

** Changed in: xflr5 (Ubuntu)
   Status: New = Confirmed

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

Title:
  xflr5 version 6.04-1 failed to build on armel

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

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


[Bug 908578] Re: synergys segv on paste into chrome's address bar

2011-12-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/synergy

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

Title:
  synergys segv on paste into chrome's address bar

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

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


[Bug 908578] Re: synergys segv on paste into chrome's address bar

2011-12-26 Thread Andreas Moog
** Changed in: synergy (Ubuntu)
 Assignee: Andreas Moog (amoog) = (unassigned)

** Changed in: synergy (Ubuntu)
   Status: In Progress = Triaged

** Changed in: synergy (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  synergys segv on paste into chrome's address bar

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

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


[Bug 908578] Re: synergys segv on paste into chrome's address bar

2011-12-26 Thread Launchpad Bug Tracker
This bug was fixed in the package synergy - 1.3.8-1ubuntu1

---
synergy (1.3.8-1ubuntu1) precise; urgency=low

  * Import Feng Ye's patch from
http://synergy-foss.org/tracker/issues/3043 as a fix for upstream 3063
(original patcher in 3063 agreed 3043 fix was better, although the fix in
3063 is currently in upstream). LP: #908578
 -- d...@treblig.org (Dr. David Alan Gilbert)   Mon, 26 Dec 2011 09:51:48 +0100

** Changed in: synergy (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  synergys segv on paste into chrome's address bar

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

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


[Bug 846470] Re: oneiric gnome-panel - The URI ‘ghelp:user-guide?menubar#menubar’ does not point to a valid page.

2011-12-26 Thread Dmitry Shachnev
*** This bug is a duplicate of bug 756932 ***
https://bugs.launchpad.net/bugs/756932

** This bug has been marked a duplicate of bug 756932
   Ubuntu classic: no help for main menu

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

Title:
  oneiric gnome-panel - The URI ‘ghelp:user-guide?menubar#menubar’ does
  not point to a valid page.

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

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

[Bug 901658] Re: crash on playing podcast

2011-12-26 Thread Kostyantyn Rybnikov
Yeah. The funny thing is that I had no crashes since bugreport (on
playing podcast, but I had them on something else if I remember
correctly).

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

Title:
  crash on playing podcast

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

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


[Bug 571682] Re: mountall fails to mount encrypted /tmp and swap

2011-12-26 Thread Lex Ross
The bug is still present in Oneiric 11.10
And if I only have my swap partition encrypted and not the /tmp the boot 
process takes way too long with the final message of 

The disk drive for swap is not ready yet or not present.
Continue to wait; or Press S to skip mount or M for manual recover

The boot process then continues regardless of whether or not I press S or M key.
And when the system is fully booted, the swap partition is listed as properly 
activated.

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

Title:
  mountall fails to mount encrypted /tmp and swap

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

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


[Bug 756932] Re: Ubuntu classic: no help for main menu

2011-12-26 Thread Dmitry Shachnev
This bug was fixed in the package gnome-panel - 1:3.3.3-0ubuntu1.

** Changed in: gnome-panel (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Ubuntu classic: no help for main menu

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

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


[Bug 908709] [NEW] package libpcrecpp0 7.8-3build1 failed to install/upgrade: нет доступа к архиву: Нет такого файла или каталога

2011-12-26 Thread Andrey Miroshnichenko
Public bug reported:

failed to instale

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libpcrecpp0 7.8-3build1
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Mon Dec 26 18:27:56 2011
ErrorMessage: нет доступа к архиву: Нет такого файла или каталога
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: pcre3
Title: package libpcrecpp0 7.8-3build1 failed to install/upgrade: нет доступа к 
архиву: Нет такого файла или каталога

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


** Tags: apport-package i386 lucid

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

Title:
  package libpcrecpp0 7.8-3build1 failed to install/upgrade: нет доступа
  к архиву: Нет такого файла или каталога

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

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

[Bug 908709] Re: package libpcrecpp0 7.8-3build1 failed to install/upgrade: нет доступа к архиву: Нет такого файла или каталога

2011-12-26 Thread Andrey Miroshnichenko
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/908709

Title:
  package libpcrecpp0 7.8-3build1 failed to install/upgrade: нет доступа
  к архиву: Нет такого файла или каталога

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

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

[Bug 908711] [NEW] Please sync s3switch 0.1-1 from Debian testing

2011-12-26 Thread Tormod Volden
Public bug reported:

s3switch was deleted from Oneiric because it had been removed from
Debian. It is now back, with a new upstream release 0.1.

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

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

Title:
  Please sync s3switch 0.1-1 from Debian testing

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

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


[Bug 908710] Re: unity-2d-launcher crashed with SIGSEGV

2011-12-26 Thread Daniel Winzen
** Visibility changed to: Public

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

Title:
  unity-2d-launcher crashed with SIGSEGV

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

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


[Bug 908713] Re: gedit crashed with SIGSEGV in gdk_property_change()

2011-12-26 Thread Daniel Winzen
** Visibility changed to: Public

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

Title:
  gedit crashed with SIGSEGV in gdk_property_change()

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

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


[Bug 908712] [NEW] Mouse pointer freezes in 11.10

2011-12-26 Thread Shubham Tyagi
Public bug reported:

mouse pointer freezes in ubuntu 11.10.
I am using DELL inspiron mini and after 5 minutes or so mouse pointer stops 
working.
although i can continue with keyboard but of no large use.
Rebooted system many a times because of this only. but of no help.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  Mouse pointer freezes in 11.10

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

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


[Bug 908710] Stacktrace.txt

2011-12-26 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/908710/+attachment/2647217/+files/Stacktrace.txt

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

Title:
  unity-2d-launcher crashed with SIGSEGV

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

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


[Bug 908710] ThreadStacktrace.txt

2011-12-26 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/908710/+attachment/2647218/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/908710/+attachment/2647202/+files/CoreDump.gz

** Changed in: unity-2d (Ubuntu)
   Importance: Undecided = Medium

** Tags removed: need-i386-retrace

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

Title:
  unity-2d-launcher crashed with SIGSEGV

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

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


[Bug 908718]

2011-12-26 Thread Apport retracing service
StacktraceTop:
 scroll_to_cursor (tab=0x92e5828) at gedit-tab.c:956
 ?? ()
 ?? ()

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

Title:
  gedit crashed with SIGSEGV

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

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


[Bug 908718] Stacktrace.txt

2011-12-26 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/908718/+attachment/2647235/+files/Stacktrace.txt

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

Title:
  gedit crashed with SIGSEGV

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

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


[Bug 908718] ThreadStacktrace.txt

2011-12-26 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/908718/+attachment/2647236/+files/ThreadStacktrace.txt

** Tags added: apport-failed-retrace

** Tags removed: need-i386-retrace

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

Title:
  gedit crashed with SIGSEGV

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

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


[Bug 908713]

2011-12-26 Thread Apport retracing service
StacktraceTop:
 gdk_property_change (window=0x0, property=0x68, type=0x4, format=32, 
mode=GDK_PROP_MODE_REPLACE, data=0xb19969b0 \216, nelements=12) at 
/build/buildd/gtk+3.0-3.3.4/./gdk/gdkwindow.c:10931
 _gtk_selection_request (widget=0x9f19278, event=0xa5e8a70) at 
/build/buildd/gtk+3.0-3.3.4/./gtk/gtkselection.c:2455
 _gtk_marshal_BOOLEAN__BOXED (closure=0x9e8fba0, return_value=0xbf936f14, 
n_param_values=2, param_values=0xa6770f0, invocation_hint=0xbf936f00, 
marshal_data=0xb74a4c10) at /build/buildd/gtk+3.0-3.3.4/./gtk/gtkmarshalers.c:85
 g_type_class_meta_marshal (closure=0x9e8fba0, return_value=0xbf936f14, 
n_param_values=2, param_values=0xa6770f0, invocation_hint=0xbf936f00, 
marshal_data=0x104) at 
/build/buildd/glib2.0-2.31.4.tested/./gobject/gclosure.c:885
 g_closure_invoke (closure=0x9e8fba0, return_value=0xbf936f14, 
n_param_values=2, param_values=0xa6770f0, invocation_hint=0xbf936f00) at 
/build/buildd/glib2.0-2.31.4.tested/./gobject/gclosure.c:774

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

Title:
  gedit crashed with SIGSEGV in gdk_property_change()

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

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


[Bug 908713] Stacktrace.txt

2011-12-26 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/908713/+attachment/2647233/+files/Stacktrace.txt

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

Title:
  gedit crashed with SIGSEGV in gdk_property_change()

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

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


[Bug 908713] ThreadStacktrace.txt

2011-12-26 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/908713/+attachment/2647234/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/908713/+attachment/2647209/+files/CoreDump.gz

** Changed in: gedit (Ubuntu)
   Importance: Undecided = Medium

** Tags removed: need-i386-retrace

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

Title:
  gedit crashed with SIGSEGV in gdk_property_change()

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

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


[Bug 908710]

2011-12-26 Thread Apport retracing service
StacktraceTop:
 ?? ()
 cache (obj=optimized out, this=optimized out) at 
../../include/QtDeclarative/private/../../../src/declarative/qml/qdeclarativeengine_p.h:345
 QDeclarativePropertyCache::property (engine=0xb3959838, obj=0xa841fa98, 
name=@0xbfa1ad98, local=...) at qml/qdeclarativepropertycache.cpp:423
 QDeclarativeObjectScriptClass::queryProperty (this=0x81dce80, obj=0xa841fa98, 
name=@0xbfa1ad98, flags=..., evalContext=0x0, hints=...) at 
qml/qdeclarativeobjectscriptclass.cpp:167
 QDeclarativeObjectScriptClass::queryProperty (this=0x81dce80, 
object=0xa83dd758, name=@0xbfa1ad98, flags=...) at 
qml/qdeclarativeobjectscriptclass.cpp:147

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

Title:
  unity-2d-launcher crashed with SIGSEGV

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

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


[Bug 908718] Re: gedit crashed with SIGSEGV

2011-12-26 Thread Daniel Winzen
** Visibility changed to: Public

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

Title:
  gedit crashed with SIGSEGV

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

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


[Bug 908650] Re: System Settings window cannot resize

2011-12-26 Thread Robert Roth
** Package changed: ubuntu = gnome-control-center (Ubuntu)

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

Title:
  System Settings window cannot resize

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

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


[Bug 908646] Re: Segmentation fault when converting from 6 to 2 channels

2011-12-26 Thread Reinhard Tartler
In order to investigate this crash further, a stacktrace, and ideally
the 6channel input file are required.

** Changed in: libav (Ubuntu)
   Importance: Undecided = Low

** Changed in: libav (Ubuntu)
   Status: New = Incomplete

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

Title:
  Segmentation fault when converting from 6 to 2 channels

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

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


[Bug 904009] Re: ffmpeg crashed with SIGSEGV in eval_sse()

2011-12-26 Thread Reinhard Tartler
would it be possible to provide the video file that caused this crash?

** Changed in: libav (Ubuntu)
   Importance: Medium = Low

** Changed in: libav (Ubuntu)
   Status: New = Incomplete

** Visibility changed to: Public

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

Title:
  ffmpeg crashed with SIGSEGV in eval_sse()

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

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


[Bug 482548] Re: [Upstream] LO can paste data into read-only file via third / middle click

2011-12-26 Thread sanmiguel9
Bug still exists in LibreOffice 3.5 beta2 (Ubuntu Maverick 10.10)

If I open a read-only file in Impress, I cannot delete/insert/modify any 
content (logical).
However, if I select a text let's say in Firefox, I can insert it with a middle 
click (or simultaneous right and left click) anywhere in the document but not 
remove it anymore.
The same thing happens, if I open a read-and-writable file, but set its status 
to uneditable by clicking on the icon Edit File in the toolbar.

This bug appears in Impress and in Draw, but not in Calc (pop-up says
protected cells cannot be modified) and not in Writer (silently fails).


OT: I looove the new handle bars :-D

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

Title:
  [Upstream] LO can paste data into read-only file via third / middle
  click

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

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


[Bug 1] Re: Microsoft has a majority market share

2011-12-26 Thread KimoGeo
** Branch linked: lp:~matteo-collina/+junk/poboc

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

Title:
  Microsoft has a majority market share

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

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


[Bug 908724] [NEW] gnome-system-monitor crashed with SIGABRT in __kernel_vsyscall()

2011-12-26 Thread Dustin M. Jackson
Public bug reported:

System MOnitor crashed when switching to Processes.

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: gnome-system-monitor 3.2.1-1ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-2.5-generic 3.2.0-rc3
Uname: Linux 3.2.0-2-generic i686
ApportVersion: 1.90-0ubuntu1
Architecture: i386
Date: Mon Dec 26 04:15:47 2011
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/gnome-system-monitor
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (2030.1)
ProcCmdline: gnome-system-monitor
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
Signal: 6
SourcePackage: gnome-system-monitor
StacktraceTop:
 __kernel_vsyscall ()
 raise () from /lib/i386-linux-gnu/libc.so.6
 abort () from /lib/i386-linux-gnu/libc.so.6
 __gnu_cxx::__verbose_terminate_handler() () from 
/usr/lib/i386-linux-gnu/libstdc++.so.6
 ?? () from /usr/lib/i386-linux-gnu/libstdc++.so.6
Title: gnome-system-monitor crashed with SIGABRT in __kernel_vsyscall()
UpgradeStatus: Upgraded to precise on 2011-12-26 (0 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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


** Tags: apport-crash i386 precise running-unity

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

Title:
  gnome-system-monitor crashed with SIGABRT in __kernel_vsyscall()

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

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


[Bug 908724] Re: gnome-system-monitor crashed with SIGABRT in __kernel_vsyscall()

2011-12-26 Thread Dustin M. Jackson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/908724

Title:
  gnome-system-monitor crashed with SIGABRT in __kernel_vsyscall()

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

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


[Bug 904239] Re: nautilus can not open. Could not register the application: Method `DescribeAll' returned type `(a(savbav))', but expected `(a{s(bgav)})'

2011-12-26 Thread Vladimir Scherbaev
zemik@zemik-laptop:~$  nautilus --quit 
Initializing nautilus-image-converter extension
Initializing nautilus-dropbox 0.7.1
Initializing nautilus-gdu extension

GLib-GObject-CRITICAL **: g_value_get_pointer: assertion
`G_VALUE_HOLDS_POINTER (value)' failed

GLib-GObject-CRITICAL **: g_value_get_pointer: assertion `G_VALUE_HOLDS_POINTER 
(value)' failed
Segmentation fault (core dumped)

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

Title:
  nautilus can not open. Could not register the application: Method
  `DescribeAll' returned type `(a(savbav))', but expected `(a{s(bgav)})'

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

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


[Bug 220557] Re: spe crashes when clicking on the PyDoc tab

2011-12-26 Thread Pablo Catalina
The same problem:

$ spe

SPE v0.8.4.h (c)2003-2008 www.stani.be

If spe fails to start:
 - type python SPE.py --debug  debug.txt 21 at the command prompt
   (or if you use tcsh: python SPE.py --debug  debug.txt)
 - send debug.txt with some info to spe.stani.be[at]gmail.com
 
Blender support disabled (run SPE inside Blender to enable).
Encrypted debugging enabled.

Launching application...

** (python:4061): CRITICAL **: murrine_style_draw_box_gap: assertion `height = 
-1' failed
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
55880304; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
55879296; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
55895824; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
60684048; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
60683544; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
55880808; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
60829848; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
60682536; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
55858096; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
55881312; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
60923632; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
55897840; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
60683040; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
55879800; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
55894816; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
55894312; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
60923128; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
55878792; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
55897336; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
55896328; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
55878288; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
55896832; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
55895320; DEAD ignored


With ubuntu 11.10:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 11.10
Release:11.10
Codename:   oneiric


$ dpkg -l spe
Deseado=Desconocido/Instalar/Eliminar/Purgar/Retener
| 
Estado=No/Instalado/Config-files/Desempaquetado/Medio-conf/Medio-inst/espera-disparo/pendiente-disparo
|/ Err?=(ninguno)/Requiere-reinst (Estado,Err: mayúsc.=malo)
||/ NombreVersión   
   Descripción

[Bug 220557] Re: spe crashes when clicking on the PyDoc tab

2011-12-26 Thread Pablo Catalina
$ spe --debug

SPE v0.8.4.h (c)2003-2008 www.stani.be

If spe fails to start:
 - type python SPE.py --debug  debug.txt 21 at the command prompt
   (or if you use tcsh: python SPE.py --debug  debug.txt)
 - send debug.txt with some info to spe.stani.be[at]gmail.com
 
Blender support disabled (run SPE inside Blender to enable).
Encrypted debugging enabled.

Spe is running in debugging mode with this configuration:
- platform  : linux2
- python: 2.7.2+
- wxPython  : 2.8.11.0
- interface : default
- encoding  : UTF-8

Launching application...
Create: Framework: menu.
Create: Framework: toolbar.
Create: Framework: statusbar.
Creating tabs...
Shell
Locals
Session
Output
Find
Browser
Recent
Todo
Index
Notes
Donate
Opening /usr/local/src/ossim/Alienvault-QA/QATools/src/DB.py
Create: MdiSplit: class 'sm.wxp.smdi.MdiSplitChildFrame' DB.py 
/usr/local/src/ossim/Alienvault-QA/QATools/src/DB.py
Create: Sdi:   class 'sm.wxp.smdi.MdiSplitChildFrame'.tabs
Event: Framework: class 'sm.wxp.smdi.MdiSplitChildFrame'.Activate(True)
Event: Framework: class 'sm.wxp.smdi.MdiSplitChildFrame'.Activate(True)
Event: Framework: class 'sm.wxp.smdi.MdiSplitParentFrame'.Size
Event:  Parent: class 'Parent.Panel'.onSize
Event: Framework: class 'sm.wxp.smdi.MdiSplitParentFrame'.Size
Event: Framework: class 'sm.wxp.smdi.MdiSplitChildFrame'.Size
Event: Framework: class 'sm.wxp.smdi.MdiSplitChildFrame'.Size
Event: Framework: class 'sm.wxp.smdi.MdiSplitChildFrame'.Size
Event: Framework: class 'sm.wxp.smdi.MdiSplitChildFrame'.Size
Event: Framework: class 'sm.wxp.smdi.MdiSplitParentFrame'.Size
Event:  Parent: class 'Parent.Panel'.onSize
Event: Framework: class 'sm.wxp.smdi.MdiSplitParentFrame'.Size
Event: Framework: class 'sm.wxp.smdi.MdiSplitChildFrame'.Size
Event: Framework: class 'sm.wxp.smdi.MdiSplitChildFrame'.Size

** (python:4280): CRITICAL **: murrine_style_draw_box_gap: assertion `height = 
-1' failed
Event: Framework: class 'sm.wxp.smdi.MdiSplitParentFrame'.Move
Event:  Parent: class 'Parent.Panel'.onMove
Event: Framework: class 'sm.wxp.smdi.MdiSplitParentFrame'.Move
Event: Framework: class 'sm.wxp.smdi.MdiSplitParentFrame'.Move
Event:  Parent: class 'Parent.Panel'.onMove
Event: Framework: class 'sm.wxp.smdi.MdiSplitParentFrame'.Move
Event: Framework: class 'sm.wxp.smdi.MdiSplitParentFrame'.Move
Event:  Parent: class 'Parent.Panel'.onMove
Event: Framework: class 'sm.wxp.smdi.MdiSplitParentFrame'.Move
Event: Framework: class 'sm.wxp.smdi.MdiSplitParentFrame'.Activate(True)
Event:  Parent: class 'Parent.Panel'.onActivate
Event: Framework: class 'sm.wxp.smdi.MdiSplitParentFrame'.Activate(True)

** (python:4280): CRITICAL **: murrine_style_draw_box_gap: assertion `height = 
-1' failed
Event: Framework: class 'sm.wxp.smdi.MdiSplitParentFrame'.Size
Event:  Parent: class 'Parent.Panel'.onSize
Event: Framework: class 'sm.wxp.smdi.MdiSplitParentFrame'.Size
Event: Framework: class 'sm.wxp.smdi.MdiSplitChildFrame'.Size
Event: Framework: class 'sm.wxp.smdi.MdiSplitChildFrame'.Size
Event: Framework: class 'sm.wxp.smdi.MdiSplitChildFrame'.Size
Event: Framework: class 'sm.wxp.smdi.MdiSplitChildFrame'.Size
Event: Framework: class 'sm.wxp.smdi.MdiSplitParentFrame'.Size
Event:  Parent: class 'Parent.Panel'.onSize
Event: Framework: class 'sm.wxp.smdi.MdiSplitParentFrame'.Size
Event:  Child: /usr/local/src/ossim/Alienvault-QA/QATools/src/DB.py: class 
'Child.Panel'.onKillFocus(dead=False)
You need python adodb module installed
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
66939216; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
66938208; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
66950640; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
70858224; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
66940728; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
66939720; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
70857720; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of wx.lib.pubsub.core.weakmethod.WeakMethod at 
66953160; DEAD ignored
Exception ImportError: 'No module named traceback' in bound method 
WeakMethod.__onNotifyDeadObj of 

[Bug 803943] Re: compiz consuming a lot of cpu

2011-12-26 Thread Ruben Verhack
@vanvugt Thanks for the PPA! At the moment, it seems that it has fixed
my problem. Compiz running fine  10% (used to be 40%), after pushing my
graphics card my GPU temp was 100°C, nog only about 65°C.

A huge improvement. Thank you for that! However, the update does cause
the screen to flicker once when I change workspaces. But this is only a
small price to pay for the moment.

I also upgraded to Catalyst 11.12 yesterday, however before I used your
PPA, the situation was not fixed. I will report if it gets worse again.

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

Title:
  compiz consuming a lot of cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/803943/+subscriptions

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

[Bug 803943] Re: compiz consuming a lot of cpu

2011-12-26 Thread Ruben Verhack
As reference: my machine is a Dell Studio 1558, i5 @ 2,40 GHz, AMD HD
5470 graphics card, 8GD DDR3 memory

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

Title:
  compiz consuming a lot of cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/803943/+subscriptions

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


[Bug 908729] Re: Anomalies when displaying a PDF document

2011-12-26 Thread moma
I meant to write:
ViewPDF tool has the same error. Most pages are blank and text/fonts are 
missing.

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

Title:
  Anomalies when displaying a PDF document

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

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


[Bug 498082] Re: Fast user switching causes broken sound

2011-12-26 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 433654 ***
https://bugs.launchpad.net/bugs/433654

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: pulseaudio (Ubuntu)
   Status: New = Confirmed

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

Title:
  Fast user switching causes broken sound

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

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


[Bug 908729] Re: Anomalies when displaying a PDF document

2011-12-26 Thread moma
** Attachment added: www.3ds.com's GETTING-STARTED-GUIDE.pdf for for 
DraftSight CAD.
   
https://bugs.launchpad.net/bugs/908729/+attachment/2647246/+files/GETTING-STARTED-GUIDE.pdf

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

Title:
  Anomalies when displaying a PDF document

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

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


[Bug 908729] [NEW] Anomalies when displaying a PDF document

2011-12-26 Thread moma
Public bug reported:

Hello,
I try to view the following PDF-document, but most of the pages are blank and 
text (or font) is missing. I suspect Evince has some problems displaying the 
document. 

The document is GETTING-STARTED-GUIDE.pdf for DraftSight CAD.
http://www.3ds.com/fileadmin/PRODUCTS/DRAFT_SIGHT/PDF/GETTING-STARTED-GUIDE.pdf

ViewPDF tool has the error. Most pages are blank and text/fonts are missing.
But GV 3.7.2 (gv - PostScript and PDF viewer for X) displays the document right 
and well.

Error messages from Evince when started from command line.
$ evince 

(evince:6600): Gdk-CRITICAL **: gdk_window_get_pointer: assertion 
`GDK_IS_WINDOW (window)' failed
Error: Missing language pack for 'Adobe-Japan1' mapping
Error: Missing language pack for 'Adobe-Japan1' mapping
Error: Unknown font tag 'G1'
Error (139990): No font in show/space
Error (140052): No font in show
Error: Unknown font tag 'G1'
---

Error messages from ViewPDF when started from command line.
$ ViewPDF
Error (1218316): No font in show/space
Error (1218333): No font in show/space
Error: Unknown font tag 'G3'
Error (1218376): No font in show/space
Error (1218411): No font in show/space

Attachment: GETTING-STARTED-GUIDE.pdf.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: evince 3.2.1-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Mon Dec 26 11:21:13 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110919)
SourcePackage: evince
UpgradeStatus: Upgraded to oneiric on 2011-12-22 (4 days ago)

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


** Tags: amd64 apparmor apport-bug oneiric running-unity

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

Title:
  Anomalies when displaying a PDF document

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

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


[Bug 908733] [NEW] package dpkg 1.16.0~ubuntu7 failed to install/upgrade: ezin da sartu artxiboan: No such file or directory

2011-12-26 Thread Koldobika Arriaga
Public bug reported:

/var/cache/apt/archives/dpkg_1.16.0~ubuntu7.1_i386.deb

E: Sub-process /usr/bin/dpkg returned an error code (1)

While doing an upgrade from the command line. This Ubuntu is a guest
machine installed over a VirtualBox.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: dpkg 1.16.0~ubuntu7
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Mon Dec 26 11:48:06 2011
DpkgTerminalLog:
 dpkg: errorea /var/cache/apt/archives/dpkg_1.16.0~ubuntu7.1_i386.deb 
prozesatzean (--unpack):
  ezin da sartu artxiboan: No such file or directory
ErrorMessage: ezin da sartu artxiboan: No such file or directory
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
SourcePackage: dpkg
Title: package dpkg 1.16.0~ubuntu7 failed to install/upgrade: ezin da sartu 
artxiboan: No such file or directory
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 natty

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

Title:
  package dpkg 1.16.0~ubuntu7 failed to install/upgrade: ezin da sartu
  artxiboan: No such file or directory

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

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


[Bug 908733] Re: package dpkg 1.16.0~ubuntu7 failed to install/upgrade: ezin da sartu artxiboan: No such file or directory

2011-12-26 Thread Koldobika Arriaga
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/908733

Title:
  package dpkg 1.16.0~ubuntu7 failed to install/upgrade: ezin da sartu
  artxiboan: No such file or directory

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

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


[Bug 908732] [NEW] Unable to create directory /var/run/vpnc

2011-12-26 Thread Sandeep
Public bug reported:

Each time I reboot, I need to recreate the /var/run/vpnc directory. I am
using the GUI based network-manager setup to connect to VPN (which works
perfectly). However, I think that the nm-vpnc-service-vpnc-helper is not
recreating these directories.

The erstwhile vpnc-script (http://svn.unix-ag.uni-kl.de/vpnc/trunk/vpnc-
script.in) had the following lines to take care of this:

# some systems, eg. Darwin  FreeBSD, prune /var/run on boot
if [ ! -d /var/run/vpnc ]; then
mkdir -p /var/run/vpnc
fi


Distributor ID: Ubuntu
Description:Ubuntu 10.10
Release:10.10
Codename:   maverick


Package: vpnc
Status: install ok installed
Priority: extra
Section: net
Installed-Size: 276
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: amd64
Version: 0.5.3r449-2
Depends: libc6 (= 2.8), libgcrypt11 (= 1.4.2), libgnutls26 (= 2.7.14-0)
Recommends: iproute
Suggests: resolvconf
Conffiles:
 /etc/vpnc/example.conf e79bf2129aa0b8f81fcdf9643be0e68c
 /etc/vpnc/vpnc-script 9a27455502a6fd248148469dcfd0bf42
Description: Cisco-compatible VPN client
 vpnc is a VPN client compatible with cisco3000 VPN Concentrator (also
 known as Cisco's EasyVPN equipment). vpnc runs entirely in userspace
 and does not require kernel modules except of the tun driver to
 communicate with the network layer.
 .
 It supports most of the features needed to establish connection to the
 VPN concentrator: MD5 and SHA1 hashes, 3DES and AES ciphers, PFS and
 various IKE DH group settings.
Original-Maintainer: Eric Warmenhoven warmenho...@debian.org


Package: network-manager-vpnc
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 776
Maintainer: Ubuntu MOTU Developers ubuntu-m...@lists.ubuntu.com
Architecture: amd64
Version: 0.8.1+git.20100810t170733.9081821-0ubuntu1
Depends: libc6 (= 2.4), libdbus-1-3 (= 1.0.2), libdbus-glib-1-2 (= 0.78), 
libglib2.0-0 (= 2.16.0), libnm-glib2 (= 0.8~a~git.20090917t210753.fdb5ef2), 
libnm-util1 (= 0.7.1~20090213+gitf142e15), vpnc
Recommends: network-manager-vpnc-gnome | network-manager-vpnc-kde
Conffiles:
 /etc/dbus-1/system.d/nm-vpnc-service.conf fd1972dab1966261b4cc7aaa274d3e84
 /etc/NetworkManager/VPN/nm-vpnc-service.name da725da28b8e843fa6c32dde7a2b3851
Description: network management framework (VPNC plugin)
 NetworkManager attempts to keep an active network connection available at
 all times.  It is intended primarily for laptops where it allows easy
 switching betwen local wireless networks, it's also useful on desktops
 with a selection of different interfaces to use.  It is not intended for
 usage on servers.
 .
 This package provides a VPN plugin for vpnc, providing easy access Cisco
 Concentrator based VPN's.

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

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

Title:
  Unable to create directory /var/run/vpnc

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

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


[Bug 764857] Re: Wishlist: Improve Unity Dash's search algorithm

2011-12-26 Thread Adam Duracz
** Changed in: unity
   Status: Expired = Opinion

** Changed in: unity (Ubuntu)
   Status: Expired = Opinion

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

Title:
  Wishlist:  Improve Unity Dash's search algorithm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/764857/+subscriptions

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


[Bug 908735] Re: fts.py crashed with DatabaseLockError in __init__(): Unable to get write lock on /home/thoth/.local/share/zeitgeist/bb.fts.index: already locked

2011-12-26 Thread Apport retracing service
*** This bug is a duplicate of bug 896445 ***
https://bugs.launchpad.net/bugs/896445

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #896445, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/908735/+attachment/2647272/+files/Dependencies.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/908735/+attachment/2647274/+files/ProcStatus.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 896445

** Visibility changed to: Public

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

Title:
  fts.py crashed with DatabaseLockError in __init__(): Unable to get
  write lock on /home/thoth/.local/share/zeitgeist/bb.fts.index: already
  locked

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

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


[Bug 904239] Re: nautilus can not open. Could not register the application: Method `DescribeAll' returned type `(a(savbav))', but expected `(a{s(bgav)})'

2011-12-26 Thread Vladimir Scherbaev
zemik@zemik-laptop:~$ marlin
[INFO 15:07:38.089355] Welcome to Marlin
[INFO 15:07:38.089499] Version: 0.1
[INFO 15:07:38.089616] Report any issues/bugs you might find to 
http://bugs.launchpad.net/marlin
[INFO 15:07:38.210244] marlin_plugins_ubuntuone_real_directory_loaded
[INFO 15:07:38.210290] file file:///home/zemik
[INFO 15:07:38.211528] slot_active file:///home/zemik
[INFO 15:07:38.211565] slot_active  merge menus
[INFO 15:07:38.229893] gof-callwhenready.vala:83: call when ready OK - empty 
list
[INFO 15:07:38.374040] U1 path marlin_plugins_ubuntuone_daemon_ready 
/home/zemik/workspace/Bug Reports
[INFO 15:07:38.374081] U1 path marlin_plugins_ubuntuone_daemon_ready 
/home/zemik/Documents/Job
[INFO 15:07:38.374102] U1 path marlin_plugins_ubuntuone_daemon_ready 
/home/zemik/Pictures - HTC Desire S
[INFO 15:07:38.374121] U1 path marlin_plugins_ubuntuone_daemon_ready 
/home/zemik/Documents/University
[INFO 15:07:38.374140] U1 path marlin_plugins_ubuntuone_daemon_ready 
/home/zemik/workspace/Scripts
[FATAL 15:07:38.405161] [GLib-GObject] g_value_get_pointer: assertion 
`G_VALUE_HOLDS_POINTER (value)' failed
[FATAL 15:07:38.405295] marlin will not function properly.
[WARN 15:07:38.445193] Can't load icon emblem-ubuntuone-synchronized
[FATAL 15:07:39.806999] [GLib-GObject] g_value_get_pointer: assertion 
`G_VALUE_HOLDS_POINTER (value)' failed
[FATAL 15:07:39.807050] marlin will not function properly.
Segmentation fault (core dumped)


Add bug for glib?

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

Title:
  nautilus can not open. Could not register the application: Method
  `DescribeAll' returned type `(a(savbav))', but expected `(a{s(bgav)})'

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

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


[Bug 783582] Re: [Aspire 3830TG, Conexant ID 506c, Speaker, Internal] No sound at all

2011-12-26 Thread peter garnaes
** Package changed: linux (Ubuntu) = ubuntu

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

Title:
  [Aspire 3830TG, Conexant ID 506c, Speaker, Internal] No sound at all

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

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


[Bug 908736] Re: nautilus crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2011-12-26 Thread Apport retracing service
*** This bug is a duplicate of bug 745142 ***
https://bugs.launchpad.net/bugs/745142

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #745142, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/908736/+attachment/2647276/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/908736/+attachment/2647277/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/908736/+attachment/2647278/+files/Disassembly.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/908736/+attachment/2647281/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/908736/+attachment/2647282/+files/Registers.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/908736/+attachment/2647284/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 745142
   nautilus crashed with SIGSEGV in nautilus_file_peek_display_name()

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  nautilus crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

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

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


[Bug 892963] Re: Unity missing a logout button?

2011-12-26 Thread CharlesUllman
I have exactly the same problem - no logout button, loads of missing icons in 
gnome-control-center.
gsettings get org.gnome.desktop.interface icon-theme
gives
gnome
gsettings get org.gnome.desktop.interface gtk-theme
gives
Ambiance

I have humanity-icon-theme and ubuntu-mono installed

This is on a laptop that had a clean install of Ubuntu 9.10 and then was
upgraded twice through the update manager to the Oneiric.

Thanks, and merry christmas!

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

Title:
  Unity missing a logout button?

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

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


[Bug 908741] Re: software-center crashed with AttributeError in _decode_value(): 'NoneType' object has no attribute 'decode'

2011-12-26 Thread Apport retracing service
*** This bug is a duplicate of bug 905605 ***
https://bugs.launchpad.net/bugs/905605

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #905605, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/908741/+attachment/2647306/+files/Dependencies.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/908741/+attachment/2647308/+files/ProcStatus.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 905605

** Visibility changed to: Public

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

Title:
  software-center crashed with AttributeError in _decode_value():
  'NoneType' object has no attribute 'decode'

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

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


[Bug 908738] Re: software-center crashed with AttributeError in _decode_value(): 'NoneType' object has no attribute 'decode'

2011-12-26 Thread Apport retracing service
*** This bug is a duplicate of bug 905605 ***
https://bugs.launchpad.net/bugs/905605

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #905605, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/908738/+attachment/2647299/+files/Dependencies.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/908738/+attachment/2647302/+files/ProcStatus.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 905605

** Visibility changed to: Public

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

Title:
  software-center crashed with AttributeError in _decode_value():
  'NoneType' object has no attribute 'decode'

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

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


[Bug 908655] Re: Sync txlibravatar 1.1-1 (universe) from Debian testing (main)

2011-12-26 Thread Angel Abad
** Changed in: ubuntu
   Importance: Undecided = Wishlist

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

Title:
  Sync txlibravatar 1.1-1 (universe) from Debian testing (main)

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

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


[Bug 908348] Re: empathy-accounts crashed with SIGSEGV in g_hash_table_foreach()

2011-12-26 Thread Traista Eugen
** Visibility changed to: Public

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

Title:
  empathy-accounts crashed with SIGSEGV in g_hash_table_foreach()

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

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


[Bug 908551] Re: Sync tcosmonitor 0.2.43 (universe) from Debian testing (main)

2011-12-26 Thread Angel Abad
** Changed in: ubuntu
   Importance: Undecided = Wishlist

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

Title:
  Sync tcosmonitor 0.2.43 (universe) from Debian testing (main)

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

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


[Bug 908549] Re: Sync tcosconfig 0.3.30 (universe) from Debian testing (main)

2011-12-26 Thread Angel Abad
** Changed in: ubuntu
   Importance: Undecided = Wishlist

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

Title:
  Sync tcosconfig 0.3.30 (universe) from Debian testing (main)

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

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


[Bug 908548] Re: Sync tcos-configurator 1.22 (universe) from Debian testing (main)

2011-12-26 Thread Angel Abad
** Changed in: ubuntu
   Importance: Undecided = Wishlist

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

Title:
  Sync tcos-configurator 1.22 (universe) from Debian testing (main)

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

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


[Bug 908646] Re: Segmentation fault when converting from 6 to 2 channels

2011-12-26 Thread Amr Ibrahim
I have two problems:
1. How can I get that stacktrace?
2. The input file is 2.5 GB, so I can't attach it directly. I can attach the 
torrent file (A.torrent) which contains the 6ch video named The Twilight Saga 
Eclipse.mp4.

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

Title:
  Segmentation fault when converting from 6 to 2 channels

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

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


[Bug 908646] Re: Segmentation fault when converting from 6 to 2 channels

2011-12-26 Thread Amr Ibrahim
** Attachment added: Torrent file contains the 6ch video named The Twilight 
Saga Eclipse.mp4
   
https://bugs.launchpad.net/ubuntu/+source/libav/+bug/908646/+attachment/2647339/+files/A.torrent

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

Title:
  Segmentation fault when converting from 6 to 2 channels

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

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


[Bug 802626] Re: vgchange may deadlock in initramfs when VG present that's not used for rootfs

2011-12-26 Thread janevert
Had some time over x-mas. Adding --noudevsync fixes it for me. 5
consecutive reboots all worked.

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

Title:
  vgchange may deadlock in initramfs when VG present that's not used for
  rootfs

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

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


[Bug 908742] Re: screen backlight changes automatically for no reason

2011-12-26 Thread Pawel Kot
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/908742

Title:
  screen backlight changes automatically for no reason

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

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


[Bug 908742] [NEW] screen backlight changes automatically for no reason

2011-12-26 Thread Pawel Kot
Public bug reported:

When working on HP EliteBook 8540w the screen gets lighter (up to 100%
brightness) and then darker (down to ~50% brightness). And it goes on
and on. It's kind of annoying. I think it was not like that before
upgrade to 11.10.

I have the screen setting to dim the screen on inactivity turned off.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: linux-image-3.0.0-14-generic 3.0.0-14.23
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  pkot  17648 F pulseaudio
 /dev/snd/controlC0:  pkot  17648 F pulseaudio
CRDA: Error: [Errno 2] Nie ma takiego pliku ani katalogu
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd752 irq 53'
   Mixer name   : 'IDT 92HD75B3X5'
   Components   : 'HDA:111d7603,103c1521,00100202 
HDA:11c11040,103c3066,00100200'
   Controls  : 14
   Simple ctrls  : 9
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xd300 irq 16'
   Mixer name   : 'Nvidia GPU 0a HDMI/DP'
   Components   : 'HDA:10de000a,10de0101,00100100'
   Controls  : 16
   Simple ctrls  : 4
Date: Mon Dec 26 12:31:14 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MachineType: Hewlett-Packard HP EliteBook 8540w
PccardctlIdent:
 Socket 0:
   product info: RICOH, Bay8Controller, , 
   manfid: 0x, 0x
   function: 254 (unknown)
PccardctlStatus:
 Socket 0:
   3.3V 16-bit PC Card
   Subdevice 0 (function 0) bound to driver pata_pcmcia
ProcEnviron:
 PATH=(custom, user)
 LANG=pl_PL.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-14-generic 
root=UUID=e1ae4207-8aba-4238-b680-459cfadf7b6d ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.0.0-14-generic N/A
 linux-backports-modules-3.0.0-14-generic  N/A
 linux-firmware1.60
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: Upgraded to oneiric on 2011-12-16 (9 days ago)
dmi.bios.date: 11/25/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68CVD Ver. F.0E
dmi.board.name: 1521
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 32.33
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CVDVer.F.0E:bd11/25/2010:svnHewlett-Packard:pnHPEliteBook8540w:pvr:rvnHewlett-Packard:rn1521:rvrKBCVersion32.33:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 8540w
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug oneiric running-unity staging

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

Title:
  screen backlight changes automatically for no reason

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

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


[Bug 908654] Re: Sync pylibravatar 1.5-1 (universe) from Debian testing (main)

2011-12-26 Thread Angel Abad
** Changed in: ubuntu
   Importance: Undecided = Wishlist

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

Title:
  Sync pylibravatar 1.5-1 (universe) from Debian testing (main)

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

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


[Bug 497546] Re: Microphones not working on Dell Vostro 320

2011-12-26 Thread Kangarooo
Still isnt fixed in LTS 10.04

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

Title:
  Microphones not working on Dell Vostro 320

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

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


[Bug 908742] Re: screen backlight changes automatically for no reason

2011-12-26 Thread Brad Figg
** Changed in: linux (Ubuntu)
   Status: New = Confirmed

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

Title:
  screen backlight changes automatically for no reason

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

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


[Bug 908618] Re: overlay scrollbars crash my program

2011-12-26 Thread Andrea Cimitan
sorry for my ignorance, but why it should not be in the main thread?

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

Title:
  overlay scrollbars crash my program

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

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


[Bug 904006] Re: When switching user, session is not properly locked (Gnome-classic)

2011-12-26 Thread Nicolas Delvaux
** Also affects: lightdm
   Importance: Undecided
   Status: New

** Also affects: gnome-panel
   Importance: Undecided
   Status: New

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

Title:
  When switching user, session is not properly locked (Gnome-classic)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-panel/+bug/904006/+subscriptions

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


[Bug 908748] [NEW] upgrade to 0.6.31

2011-12-26 Thread Pawel Kot
Public bug reported:

Please upgrade gnokii version to 0.6.31. It is available upstream and as
official Debian package.

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

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

Title:
  upgrade to 0.6.31

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

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


[Bug 908746] [NEW] Suddenly most icons, buttons and backgrounds disappears

2011-12-26 Thread Elvin Haci
Public bug reported:

I use 11.10, i have serious bug in my OS. Sometimes(averagely one time in a 
day) most icons, buttons and backgrounds disappears in all system. I am sending 
two screenshots from my Chrome and System Monitor apps in attached document. It 
is strange, but this problem can not make any affect  to some apps, ex. to 
Firefox. Some of affected apps: Chrome, Nautilus, System Monitor, Geany Editor 
and etc.
Only killing Gnome-session restores normal view.(killing that process causes 
logout-relogin)

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-session 3.2.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.0.0-15.24-generic-pae 3.0.13
Uname: Linux 3.0.0-15-generic-pae i686
NonfreeKernelModules: wl
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Mon Dec 26 16:06:51 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
PackageArchitecture: all
SourcePackage: gnome-session
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (72 days ago)

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  Suddenly most icons, buttons and backgrounds disappears

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

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


[Bug 908746] Re: Suddenly most icons, buttons and backgrounds disappears

2011-12-26 Thread Elvin Haci
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/908746

Title:
  Suddenly most icons, buttons and backgrounds disappears

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

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


[Bug 908746] Re: Suddenly most icons, buttons and backgrounds disappears

2011-12-26 Thread Elvin Haci
Some screenshots in zip file:
http://dl.dropbox.com/u/22319935/Downloads.zip

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

Title:
  Suddenly most icons, buttons and backgrounds disappears

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

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


[Bug 908712]

2011-12-26 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/908712/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Mouse pointer freezes in 11.10

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

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


[Bug 904006] Re: When switching user, session is not properly locked (Gnome-classic)

2011-12-26 Thread Nicolas Delvaux
I reported a bug upstream against gnome-panel:
https://bugzilla.gnome.org/show_bug.cgi?id=666860

** Bug watch added: GNOME Bug Tracker #666860
   https://bugzilla.gnome.org/show_bug.cgi?id=666860

** Changed in: gnome-panel
   Importance: Undecided = Unknown

** Changed in: gnome-panel
   Status: New = Unknown

** Changed in: gnome-panel
 Remote watch: None = GNOME Bug Tracker #666860

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

Title:
  When switching user, session is not properly locked (Gnome-classic)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-panel/+bug/904006/+subscriptions

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


[Bug 908650] Re: System Settings window cannot resize

2011-12-26 Thread NickNackGus
Robert Roth (evfool) found the right package, thanks. The man page
presents a number of options, but I'm not sure if any of them can be
used to force full screen usage, or a specific size. Either one might
prove useful in making the window resizable.

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

Title:
  System Settings window cannot resize

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

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


[Bug 908751] [NEW] Ubuntu 12.04 no sound

2011-12-26 Thread Pawel
Public bug reported:

After fresh installation I have no sound (only dummy output) from sound
menu. However alsa and other 'tools' are reporting that audio device is
found.

~$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: SB [HDA ATI SB], device 0: ALC887 Analog [ALC887 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC887 Digital [ALC887 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

~$ cat /etc/modprobe.d/alsa-base.conf 
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS  { 
/sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet 
--use-blacklist snd-seq ; }
#
# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS  { 
/sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS  { 
/sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS  { 
/sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet 
--use-blacklist snd-seq-oss ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS 
 { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS 
 { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS 
 { /sbin/modprobe --quiet --use-blacklist snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS  { 
/sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-caiaq index=-2
options snd-usb-ua101 index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from being loaded as first soundcard
options snd-pcsp index=-2
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2


~$ lspci
00:00.0 Host bridge: ATI Technologies Inc RS690 Host Bridge
00:01.0 PCI bridge: ATI Technologies Inc RS690 PCI to PCI Bridge (Internal gfx)
00:06.0 PCI bridge: ATI Technologies Inc RS690 PCI to PCI Bridge (PCI Express 
Port 2)
00:11.0 SATA controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller 
[IDE mode]
00:12.0 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 
Controller
00:12.1 USB controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller
00:12.2 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI 
Controller
00:13.0 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 
Controller
00:13.1 USB controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller
00:13.2 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI 
Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)
00:14.1 IDE interface: ATI Technologies Inc SB7x0/SB8x0/SB9x0 IDE Controller
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:14.5 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI2 
Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address 
Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM 
Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Miscellaneous Control
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon 2100
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI 
Express Gigabit Ethernet controller (rev 


~$ lsmod
Module  Size  Used by
hidp   22165  1 
bnep   17830  2 
rfcomm 38140  10 
parport_pc 

[Bug 908753] [NEW] SD card reader works 1 time after reboot

2011-12-26 Thread m...@bartschnet.de
Public bug reported:

This bug seems to be a regression of closed Bug #205286.

A SD-Card is detected and mounted when plugged in for the first time
after start of Ubuntu.

After umounting, it's not recognised when re-plugging. Neither is a
/dev/sdXX device created.

System is Oneiric 64 bit desktop with current updates.

I don't know if the problem existed on prior versions.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: linux-image-3.0.0-14-generic 3.0.0-14.23
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  renne  1639 F pulseaudio
CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfe60 irq 48'
   Mixer name   : 'Silicon Image SiI1392 HDMI'
   Components   : 'HDA:14f15051,1734111f,0010 
HDA:10951392,,0010'
   Controls  : 20
   Simple ctrls  : 13
Date: Mon Dec 26 13:23:43 2011
GvfsMonitorLog: Monitoring events. Press Ctrl+C to quit.
HibernationDevice: RESUME=UUID=3ed85309-9b6c-4dcb-921e-6541f7e6132c
HotplugNewDevices:
 
HotplugNewMounts:
 
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64+mac (20111012)
MachineType: FUJITSU SIEMENS AMILO Si 2636
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.0.0-14-generic 
root=UUID=c9526dc0-0100-4edb-94c5-547345746fd2 ro rootflags=subvol=@ quiet 
splash drm.debug=0xe vt.handoff=7
PulseSinks:
 Error: command ['pacmd', 'list-sinks'] failed with exit code 1: Home directory 
/home/renne not ours.
 No PulseAudio daemon running, or not running as session daemon.
PulseSources:
 Error: command ['pacmd', 'list-sources'] failed with exit code 1: Home 
directory /home/renne not ours.
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.0.0-14-generic N/A
 linux-backports-modules-3.0.0-14-generic  N/A
 linux-firmware1.60
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
SourcePackage: linux
Symptom: storage
UdevMonitorLog:
 monitor will print the received events for:
 UDEV - the event which udev sends out after rule processing
UdisksMonitorLog: Monitoring activity from the disks daemon. Press Ctrl+C to 
cancel.
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/08/2009
dmi.bios.vendor: Phoenix
dmi.bios.version: 1.0H-1471-0012
dmi.board.name: MR030___
dmi.board.vendor: FUJITSU SIEMENS
dmi.board.version: 8r7b19507
dmi.chassis.type: 10
dmi.chassis.vendor: FUJITSU SIEMENS
dmi.chassis.version: Version 1.0
dmi.modalias: 
dmi:bvnPhoenix:bvr1.0H-1471-0012:bd05/08/2009:svnFUJITSUSIEMENS:pnAMILOSi2636:pvrREFERENCE:rvnFUJITSUSIEMENS:rnMR030___:rvr8r7b19507:cvnFUJITSUSIEMENS:ct10:cvrVersion1.0:
dmi.product.name: AMILO Si 2636
dmi.product.version: REFERENCE
dmi.sys.vendor: FUJITSU SIEMENS

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


** Tags: amd64 apport-bug oneiric

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

Title:
  SD card reader works 1 time after reboot

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

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


  1   2   3   4   5   6   7   >