[Bug 721722] [NEW] Sync squid-langpack 20110214-1 (main) from Debian unstable (main)

2011-02-19 Thread Mahyuddin Susanto
Public bug reported:

 affects ubuntu/squid-langpack
 status new
 importance wishlist
 subscribe ubuntu-sponsors
 done

Please sync squid-langpack 20110214-1 (main) from Debian unstable (main)

Changelog entries since current natty version 20100628-1:

squid-langpack (20110214-1) unstable; urgency=low

  * New upstream release

  * debian/control: Bumped to Standard Version 3.9.1 (no change needed)

 -- Luigi Gangitano lu...@debian.org  Tue, 15 Feb 2011 00:43:14 +0100

** Affects: squid-langpack (Ubuntu)
 Importance: Wishlist
 Status: New

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

Title:
  Sync squid-langpack 20110214-1 (main) from Debian unstable (main)

-- 
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 534594] Re: logcheck filter misses kernel status changed message

2011-02-19 Thread Richard Ayotte
** Description changed:

  Binary package hint: ntp
  
  The logcheck filter shipped with ntp in karmic misses the following
  messages:
  
  Mar  8 10:06:29 chunks ntpd[1000]: kernel time sync status change 6001
  Mar  8 10:23:32 chunks ntpd[1000]: kernel time sync status change 2001
  
  According to the NTP folks, these messages are expected behaviour (in a 
future version, they've eliminated the message):
  https://support.ntp.org/bugs/show_bug.cgi?id=452#c10
  
  In the mean time, please apply this patch to the logcheck filter:
  
  --- ntp.orig2010-03-08 12:36:29.771334912 -0500
  +++ ntp 2010-03-08 12:37:14.191334900 -0500
  @@ -3,7 +3,7 @@
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: no servers reachable$
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: synchronized to 
([0-9.]{7,15}|[0-9a-fA-F:.]{4,39}), stratum [0-9]+$
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: synchronized to 
LOCAL\([0-9]+\), stratum [0-9]+$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: no servers reachable$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: synchronized to 
([0-9.]{7,15}|[0-9a-fA-F:.]{4,39}), stratum [0-9]+$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: synchronized to 
LOCAL\([0-9]+\), stratum [0-9]+$
  -^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: kernel time sync 
(disabled|enabled) [0-9]+$
  +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: kernel time sync 
(disabled|enabled|status change) [0-9]+$
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: precision = 
[0-9]+\.[0-9]+ usec$
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: peer 
([.0-9]{7,15}|[0-9a-fA-F:.]{4,39}) now (in)?valid$
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: adjusting local clock by 
-?[.0-9]+s$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: precision = 
[0-9]+\.[0-9]+ usec$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: peer 
([.0-9]{7,15}|[0-9a-fA-F:.]{4,39}) now (in)?valid$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: adjusting local clock by 
-?[.0-9]+s$
  
  ProblemType: Bug
  Architecture: amd64
  Date: Mon Mar  8 14:13:03 2010
  DistroRelease: Ubuntu 9.10
  Package: ntp 1:4.2.4p6+dfsg-1ubuntu5.1
  ProcEnviron:
-  LANG=en_CA.UTF-8
-  SHELL=/bin/bash
+  LANG=en_CA.UTF-8
+  SHELL=/bin/bash
  SourcePackage: ntp
  Uname: Linux 2.6.33-020633-generic x86_64

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

Title:
  logcheck filter misses kernel status changed message

-- 
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 721801] [NEW] lseek bug in amd64 host

2011-02-19 Thread Gustavo Niemeyer
Public bug reported:

Binary package hint: qemu-kvm

It's been reported in the Go mailing list that lseek is failing on an
amd64 host when emulating arm.

The attached patch was recommended as a possible fix for the problem.

The full conversation may found in the following thread:

http://groups.google.com/group/golang-dev/t/ab503dc63abe5dfd

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  lseek bug in amd64 host

-- 
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 721801] Re: lseek bug in amd64 host

2011-02-19 Thread Gustavo Niemeyer
** Patch added: Patch suggested in the list to fix the problem
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/721801/+attachment/1859926/+files/x86-64-llseek.patch

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

Title:
  lseek bug in amd64 host

-- 
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 721801] Re: lseek bug in amd64 host

2011-02-19 Thread Gustavo Niemeyer
** Description changed:

  Binary package hint: qemu-kvm
  
- It's been reported in the Go mailing list that lseek is failing on an
+ It's been reported in the Go mailing list that llseek is failing on an
  amd64 host when emulating arm.
  
  The attached patch was recommended as a possible fix for the problem.
  
  The full conversation may found in the following thread:
  
  http://groups.google.com/group/golang-dev/t/ab503dc63abe5dfd

** Description changed:

  Binary package hint: qemu-kvm
  
  It's been reported in the Go mailing list that llseek is failing on an
  amd64 host when emulating arm.
  
  The attached patch was recommended as a possible fix for the problem.
  
- The full conversation may found in the following thread:
+ The full conversation may be found in the following thread:
  
  http://groups.google.com/group/golang-dev/t/ab503dc63abe5dfd

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

Title:
  lseek bug in amd64 host

-- 
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 136947] Re: no longer honors X11 forwarding

2011-02-19 Thread J Queiroz
Had the same problem, but adding -4 to SSHD_OPTIONS didn't solved,
maybe because I couldn't properly reinitialize sshd.

Had to reenable IPv6 with

sudo sysctl net.ipv6.conf.all.disable_ipv6=0

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

Title:
  no longer honors X11 forwarding

-- 
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 668369] Re: closing libvirt-lxc console kills container

2011-02-19 Thread Brian Murray
** Tags added: patch

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

Title:
  closing libvirt-lxc console kills container

-- 
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 721801] Re: lseek bug in amd64 host

2011-02-19 Thread Brian Murray
** Tags added: patch

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

Title:
  llseek bug in amd64 host

-- 
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 721801] Re: llseek bug in amd64 host

2011-02-19 Thread Gustavo Niemeyer
** Summary changed:

- lseek bug in amd64 host
+ llseek bug in amd64 host

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

Title:
  llseek bug in amd64 host

-- 
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 700812] Re: dpkg-reconfigure slapd doesn't ask for domain or admin pasword

2011-02-19 Thread Enrique
Hi, 
 yes, that help page was helpful to properly setup slapd. I would suggest that 
the server guide and the online community help are kept in sync.
 Thank you!
 Enrique

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

Title:
  dpkg-reconfigure slapd doesn't ask for domain or admin pasword

-- 
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 721801] Re: llseek bug in amd64 host

2011-02-19 Thread Gustavo Niemeyer
There are packages available for testing in my PPA:

sudo add-apt-repository ppa:niemeyer/ppa
sudo apt-get upgrade

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

Title:
  llseek bug in amd64 host

-- 
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 668369] Re: closing libvirt-lxc console kills container

2011-02-19 Thread Chuck Short
Serge,

Anything in the log files when this happened?

chuck

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

Title:
  closing libvirt-lxc console kills container

-- 
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 708504] Re: [needs-packaging] PHP 5.3.5 is available.

2011-02-19 Thread Arnaud Soyez
I'm not sure the best way to go about this, but this package (5.3.5-1 in
debian) will need to be synced before freeze so that we can have
php5-fpm back into natty. Right now, php5-fpm is not available (probably
since 5.3.3-2).

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

Title:
  [needs-packaging] PHP 5.3.5 is available.

-- 
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 721207] Re: Dependance problem install openssh server

2011-02-19 Thread Clint Byrum
Hello Nicolas, thank you for taking the time to file this bug report and
help us make Ubuntu better!

Can you please provide the output of the following commands in a
terminal:

apt-cache policy openssh-server

apt-cache policy openssh-client

Also, you may be able to resolve this issue by running

sudo apt-get update

Please try that, and then try installing openssh-server again.

Marking Incomplete pending response from Nicolas.

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

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

Title:
  Dependance problem install openssh server

-- 
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 720638] Re: snmpd crashes with segfault (libnetsnmpmibs.so.15.1.2)

2011-02-19 Thread Clint Byrum
rhhoek I've marked this bug private, as it includes your snmpd community
name, which you may not have wanted to be publicly available. If not,
then I suggest uploading new versions and redacting the community name
before marking the report public again.

I'm also marking this as Confirmed. I've just tested this on a lucid
amd64 chroot, and something in your snmpd.conf causes the segfault. I
was able to get a core dump by starting the service with your snmpd.conf
after setting ulimit -c unlimited

Also setting Importance to high.

** Visibility changed to: Private

** Changed in: net-snmp (Ubuntu)
   Status: New = Confirmed

** Changed in: net-snmp (Ubuntu)
   Importance: Undecided = High

** Changed in: net-snmp (Ubuntu)
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/720638

Title:
  snmpd crashes with segfault (libnetsnmpmibs.so.15.1.2)

-- 
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 716931] dbconfig-common doesn't work properly when the version of the database script for upgrade is greather than 1.10, 1.10.1, 1.10.2, 1.10.3, 1.11, 1.12

2011-02-19 Thread Colin Watson
[Updating] dbconfig-common (1.8.46 [Ubuntu]  1.8.47 [Debian])
 * Trying to add dbconfig-common...
2011-02-20 01:54:33 INFO  - dbconfig-common_1.8.47.tar.gz: downloading 
from http://ftp.debian.org/debian/
2011-02-20 01:54:34 INFO  - dbconfig-common_1.8.47.dsc: downloading from 
http://ftp.debian.org/debian/
I: dbconfig-common [main] - dbconfig-common_1.8.46 [main].


** Changed in: dbconfig-common (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  dbconfig-common doesn't work properly when the version of the database
  script for upgrade is greather than 1.10, 1.10.1, 1.10.2, 1.10.3,
  1.11, 1.12

-- 
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 720687] Sync dnsmasq 2.56-1 (main) from Debian unstable (main)

2011-02-19 Thread Colin Watson
[Updating] dnsmasq (2.55-2 [Ubuntu]  2.57-1 [Debian])
 * Trying to add dnsmasq...
2011-02-20 02:05:49 INFO  - dnsmasq_2.57.orig.tar.gz: downloading from 
http://ftp.debian.org/debian/
2011-02-20 02:05:49 INFO  - dnsmasq_2.57-1.dsc: downloading from 
http://ftp.debian.org/debian/
2011-02-20 02:05:49 INFO  - dnsmasq_2.57-1.diff.gz: downloading from 
http://ftp.debian.org/debian/
I: dnsmasq [main] - dnsmasq_2.55-2 [universe].
I: dnsmasq [main] - dnsmasq-base_2.55-2 [main].


** Changed in: dnsmasq (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  Sync dnsmasq 2.56-1 (main) from Debian unstable (main)

-- 
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 691329] Re: dnsmasq init file has incorrect DNSMASQ_INTERFACE reference

2011-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package dnsmasq - 2.57-1

---
dnsmasq (2.57-1) unstable; urgency=low

   * New upstream.
   * Fix typos in example config file. (closes: #606615)
   * Bump standards-version to 3.9.1
   * Add noidn DEB_BUILD_OPTIONS flag.
   * Don't complain about extra command line arguments if
 they are empty, as this breaks libvirt. (closes: #613915)


dnsmasq (2.56-1) unstable; urgency=low

   * New upstream.
   * Die if non-option args present on the command-line. (closes: #589885)
   * Tighten up use of IGNORE_RESOLVCONF in initscript. (closes: #575345)
   * Update URL of ISC's explanation of dhcp-authoritative in the example
 configuration file. (closes: #604870)
   * Cosmetic changes to dnsmasq.conf.example. (closes: #598790)
   * More dnsmasq.conf.example fixes. (closes: #606615)
   * Add other resolv.conf locations to FILES section of the manual
 page. (closes: #603505)
   * Clarify configuration for static IP addresses in the absence of
 resolvconf in the Debian readme file. (closes: #604035)
   * Fix handling of obsolete DNSMASQ_INTERFACE and DNSMASQ_EXCEPT
 variables in /etc/default/dnsmasq. (LP: #691329)
   * Provide debian/source/format.
 -- Dave Walker davewal...@ubuntu.com   Sun,  20 Feb 2011 02:05:50 +

** Changed in: dnsmasq (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  dnsmasq init file has incorrect DNSMASQ_INTERFACE reference

-- 
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 722007] [NEW] php5-fpm is missing in natty

2011-02-19 Thread Arnaud Soyez
Public bug reported:

Binary package hint: php5

php5-fpm is currently unavailable in Natty.

This might be due to a change done in package php5 version 5.3.3-2 (see 
https://launchpad.net/ubuntu/natty/+source/php5/5.3.3-7ubuntu1) where building 
FPM has been disabled. The package had probably been merged into Ubuntu during 
debianImport.
It seems that the latest version of php5 (3.5.3-1 see 
http://packages.debian.org/changelogs/pool/main/p/php5/current/changelog) from 
debian has reintroduced the build of PHP-FPM.

Please also see bug 708504 which is the needs-packaging bug report for
this 5.3.5 version of php5.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: php5 (not installed)
ProcVersionSignature: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
Uname: Linux 2.6.38-4-generic x86_64
Architecture: amd64
Date: Sat Feb 19 21:05:47 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110202)
ProcEnviron:
 LC_MONETARY=en_US.utf8
 PATH=(custom, user)
 LANG=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: php5

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


** Tags: amd64 apport-bug natty regression

** Description changed:

  Binary package hint: php5
  
  php5-fpm is currently unavailable in Natty.
  
- This might be due to package php5 5.3.3-2 (see 
https://launchpad.net/ubuntu/natty/+source/php5/5.3.3-7ubuntu1) where building 
FPM has been disabled. The package had probably been merged during debianImport.
- It seems that the latest version of php5 (3.5.3-1) from debian has 
reintroduced the build of PHP-FPM.
+ This might be due to a change done in package php5 version 5.3.3-2 (see 
https://launchpad.net/ubuntu/natty/+source/php5/5.3.3-7ubuntu1) where building 
FPM has been disabled. The package had probably been merged into Ubuntu during 
debianImport.
+ It seems that the latest version of php5 (3.5.3-1 see 
http://packages.debian.org/changelogs/pool/main/p/php5/current/changelog) from 
debian has reintroduced the build of PHP-FPM.
  
  Please also see bug 708504 which is the needs-packaging bug report for
  this 5.3.5 version of php5.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: php5 (not installed)
  ProcVersionSignature: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
  Uname: Linux 2.6.38-4-generic x86_64
  Architecture: amd64
  Date: Sat Feb 19 21:05:47 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110202)
  ProcEnviron:
-  LC_MONETARY=en_US.utf8
-  PATH=(custom, user)
-  LANG=fr_FR.utf8
-  SHELL=/bin/bash
+  LC_MONETARY=en_US.utf8
+  PATH=(custom, user)
+  LANG=fr_FR.utf8
+  SHELL=/bin/bash
  SourcePackage: php5

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

Title:
  php5-fpm is missing in natty

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


Re: [Bug 704766] Re: unable to install nagios3

2011-02-19 Thread kelargo
Hi,

Thank you for your help.  The suggestion to purge the one package worked. 
and I now have a new, freshly installed nagios3.  

Apologise for taking so long to get back and try this.

Kenneth Long


--- On Fri, 2/18/11, James Page 704...@bugs.launchpad.net wrote:

 From: James Page 704...@bugs.launchpad.net
 Subject: [Bug 704766] Re: unable to install nagios3
 To: kelong_2...@yahoo.com
 Date: Friday, February 18, 2011, 5:26 AM
 We'd like to figure out what's
 causing this bug for you, but we haven't
 heard back from you in a while. Did taking these actions
 resolve your
 issue? Thanks!
 
 -- 
 You received this bug notification because you are a direct
 subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/704766
 
 Title:
   unable to install nagios3
 
 Status in “nagios3” package in Ubuntu:
   Incomplete
 
 Bug description:
   Binary package hint: nagios3
 
   using ubuntu server, not desktop
 
   # uname -a
   Linux hostname 2.6.35-24-server #42-Ubuntu SMP Thu
 Dec 2 03:58:11 UTC 2010 x86_64 GNU/Linux
 
   
   #  lsb_release -rd
   Description:    Ubuntu 10.10
   Release:    10.10
 
 
   # apt-get install nagios3
   Reading package lists... Done
   Building dependency tree   
    
   Reading state information... Done
   The following extra packages will be installed:
     nagios3-cgi nagios3-common nagios3-core
   The following NEW packages will be installed:
     nagios3 nagios3-cgi nagios3-common
 nagios3-core
   0 upgraded, 4 newly installed, 0 to remove and 0 not
 upgraded.
   Need to get 1,987kB/1,988kB of archives.
   After this operation, 6,103kB of additional disk
 space will be used.
   Do you want to continue [Y/n]? y
   Get:1 http://us.archive.ubuntu.com/ubuntu/
 maverick/main nagios3-common all 3.2.1-2ubuntu1 [77.1kB]
   Get:2 http://us.archive.ubuntu.com/ubuntu/
 maverick/main nagios3-core amd64 3.2.1-2ubuntu1 [283kB]
   Get:3 http://us.archive.ubuntu.com/ubuntu/
 maverick/main nagios3-cgi amd64 3.2.1-2ubuntu1 [1,627kB]
   Fetched 1,987kB in 7s (281kB/s)     
                
                
                
                
                
    
   Preconfiguring packages ...
   Selecting previously deselected package
 nagios3-common.
   (Reading database ... 76434 files and directories
 currently installed.)
   Unpacking nagios3-common (from
 .../nagios3-common_3.2.1-2ubuntu1_all.deb) ...
   Selecting previously deselected package
 nagios3-core.
   Unpacking nagios3-core (from
 .../nagios3-core_3.2.1-2ubuntu1_amd64.deb) ...
   Selecting previously deselected package
 nagios3-cgi.
   Unpacking nagios3-cgi (from
 .../nagios3-cgi_3.2.1-2ubuntu1_amd64.deb) ...
   Selecting previously deselected package nagios3.
   Unpacking nagios3 (from
 .../nagios3_3.2.1-2ubuntu1_amd64.deb) ...
   Processing triggers for ureadahead ...
   Processing triggers for man-db ...
   Setting up nagios3-common (3.2.1-2ubuntu1) ...
    * Starting nagios3 monitoring daemon
 nagios3             
                
                
                
               
   Nagios Core 3.2.1
   Copyright (c) 2009-2010 Nagios Core Development Team
 and Community Contributors
   Copyright (c) 1999-2009 Ethan Galstad
   Last Modified: 03-09-2010
   License: GPL
 
   Website: http://www.nagios.org
   Reading configuration data...
      Read main config file okay...
   Processing object config file
 '/etc/nagios3/commands.cfg'...
   Processing object config directory
 '/etc/nagios-plugins/config'...
   Processing object config file
 '/etc/nagios-plugins/config/check_nrpe.cfg'...
   Processing object config directory
 '/etc/nagios3/conf.d'...
   Processing object config file
 '/etc/nagios3/conf.d/extinfo_nagios2.cfg'...
   Processing object config file
 '/etc/nagios3/conf.d/timeperiods_nagios2.cfg'...
   Processing object config file
 '/etc/nagios3/conf.d/generic-host_nagios2.cfg'...
   Processing object config file
 '/etc/nagios3/conf.d/contacts_nagios2.cfg'...
   Processing object config file
 '/etc/nagios3/conf.d/services_nagios2.cfg'...
   Processing object config file
 '/etc/nagios3/conf.d/generic-service_nagios2.cfg'...
   Processing object config file
 '/etc/nagios3/conf.d/localhost_nagios2.cfg'...
   Processing object config file
 '/etc/nagios3/conf.d/hostgroups_nagios2.cfg'...
      Read object config files okay...
 
   Running pre-flight check on configuration data...
 
   Checking services...
   Error: Service check command 'check_load' specified
 in service 'Current Load' for host 'localhost' not defined
 anywhere!
   Error: Service check command 'check_users' specified
 in service 'Current Users' for host 'localhost' not defined
 anywhere!
   Error: Service check command 'check_all_disks'
 specified in service 'Disk Space' for host 'localhost' not
 defined anywhere!
   Error: Service check command 'check_http' specified
 in service 'HTTP' for host 'localhost' not defined
 anywhere!
   Error: Service check command 'check_ssh' specified
 in service 'SSH' for host 'localhost' not defined anywhere!
   Error: Service 

[Bug 721673] [NEW] GLib-GObject-WARNING **: invalid cast from `GtkStatusbar' to `GtkImageMenuItem'

2011-02-19 Thread dino99
Public bug reported:

Binary package hint: nautilus

here are the errors logged, with natty i386 updated, each time i use
nautilus to read xsession-errors:

(nautilus:2577): GLib-GObject-WARNING **: invalid cast from
`GtkStatusbar' to `GtkImageMenuItem'

(nautilus:2577): Gtk-CRITICAL **: IA__gtk_image_menu_item_get_image:
assertion `GTK_IS_IMAGE_MENU_ITEM (image_menu_item)' failed

(nautilus:2577): GLib-GObject-WARNING **: invalid cast from
`PangoCairoRenderer' to `GtkImageMenuItem'

(nautilus:2577): Gtk-CRITICAL **: IA__gtk_image_menu_item_get_image:
assertion `GTK_IS_IMAGE_MENU_ITEM (image_menu_item)' failed

(nautilus:2577): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkImageMenuItem'

(nautilus:2577): Gtk-CRITICAL **: IA__gtk_image_menu_item_get_image:
assertion `GTK_IS_IMAGE_MENU_ITEM (image_menu_item)' failed

(nautilus:2577): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GObject'

(nautilus:2577): GLib-GObject-CRITICAL **: g_object_get_data: assertion
`G_IS_OBJECT (object)' failed

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: nautilus 1:2.32.2.1-0ubuntu5
ProcVersionSignature: Ubuntu 2.6.38-4.31-generic-pae 2.6.38-rc5
Uname: Linux 2.6.38-4-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat Feb 19 08:47:50 2011
ExecutablePath: /usr/bin/nautilus
ProcEnviron:
 LANGUAGE=fr_FR:fr:en_GB:en
 LANG=fr_FR.UTF-8
 LC_MESSAGES=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: nautilus
usr_lib_nautilus: nautilus 1:2.32.2.1-0ubuntu5nautilus-share 
0.7.2-14ubuntu1gnome-disk-utility 2.32.1-0ubuntu4seahorse-plugins 
2.30.1-3ubuntu2file-roller 2.32.1-0ubuntu3totem 2.32.0-0ubuntu9evince 
2.32.0-0ubuntu10

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


** Tags: apport-bug 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/721673

Title:
  GLib-GObject-WARNING **: invalid cast from `GtkStatusbar' to
  `GtkImageMenuItem'

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


[Bug 721673] Re: GLib-GObject-WARNING **: invalid cast from `GtkStatusbar' to `GtkImageMenuItem'

2011-02-19 Thread dino99
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721673

Title:
  GLib-GObject-WARNING **: invalid cast from `GtkStatusbar' to
  `GtkImageMenuItem'

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


[Bug 621265] Re: Slow Wireless Connection in Intel 3945abg

2011-02-19 Thread Radosław Piliszek
Yup, you have to remove compat-wireless.
Anyway, the rmmod and modprobe works fine only with 2.6.38's wireless stack.
Moreover, it's not needed with #250, because it will default to swscan.

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

Title:
  Slow Wireless Connection in Intel 3945abg

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


[Bug 721674] [NEW] Sync docky 2.1.0-1 (universe) from Debian experimental (main)

2011-02-19 Thread Rico Tzschichholz
Public bug reported:

Please sync docky 2.1.0-1 (universe) from Debian experimental (main)

Changelog entries since current natty version 2.0.11-1:

docky (2.1.0-1) experimental; urgency=low

  * New upstream release 2.1.0 This is it,
changes include:
+ new docklets:
  - Clippy, Desktop, SessionManager, Timer, WorkspaceSwitcher
+ many new hidden gconf-settings for power-users ;-)
+ implement DockManager DBus API
  - all helper scripts are moved to dockmanager project on launchpad.net
+ a whole bunch of Wishlist bug-fixes!!!
  * use debian source format 3.0 (quilt)
  * debian/patches:
+ use-system-gio-sharp.patch dropped, applied upstream
  * debian/*:
+ changed to fit new upstream source and build dependencies
+ update copyright file

 -- Rico Tzschichholz ric...@ubuntu.com  Sat, 12 Feb 2011 20:00:20
+0100

docky (2.0.11-2) unstable; urgency=low

  * Upload to unstable

 -- Rico Tzschichholz ric...@ubuntu.com  Fri, 11 Feb 2011 12:57:08
+0100

** Affects: docky (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/721674

Title:
  Sync docky 2.1.0-1 (universe) from Debian experimental (main)

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


[Bug 706083] Re: Support Graphviz source code highlighting

2011-02-19 Thread elrond
The script is included in the last version of emacs-goodies-el, 34.1.

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

Title:
  Support Graphviz source code highlighting

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


[Bug 614993] Re: 10.04 - 10.10 upgrade fails: pkgProblemResolver::Resolve generated breaks: xserver-xorg-video-v4l demoted to universe

2011-02-19 Thread ifone
thinkpad r40e could not upgrade 10.04-10.10

** Attachment added: apt.log
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/614993/+attachment/1859272/+files/apt.log

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

Title:
  10.04 - 10.10 upgrade fails: pkgProblemResolver::Resolve generated
  breaks: xserver-xorg-video-v4l demoted to universe

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


[Bug 721675] [NEW] GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkImageMenuItem'

2011-02-19 Thread dino99
Public bug reported:

natty i386 updated

got these errors when i open xsession-errors with nautilus:

(nm-applet:2580): GLib-GObject-WARNING **: invalid unclassed pointer in
cast to `GtkImageMenuItem'

(nm-applet:2580): Gtk-CRITICAL **: IA__gtk_image_menu_item_get_image:
assertion `GTK_IS_IMAGE_MENU_ITEM (image_menu_item)' failed

(nm-applet:2580): GLib-GObject-WARNING **: invalid unclassed pointer in
cast to `GObject'

(nm-applet:2580): GLib-GObject-CRITICAL **: g_object_get_data: assertion
`G_IS_OBJECT (object)' failed

(nm-applet:2580): GLib-GObject-WARNING **: invalid uninstantiatable type
`invalid' in cast to `GtkImageMenuItem'

(nm-applet:2580): Gtk-CRITICAL **: IA__gtk_image_menu_item_get_image:
assertion `GTK_IS_IMAGE_MENU_ITEM (image_menu_item)' failed

(nm-applet:2580): GLib-GObject-WARNING **: invalid uninstantiatable type
`invalid' in cast to `GObject'

(nm-applet:2580): GLib-GObject-CRITICAL **: g_object_get_data: assertion
`G_IS_OBJECT (object)' failed

(nm-applet:2580): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkImageMenuItem'

(nm-applet:2580): Gtk-CRITICAL **: IA__gtk_image_menu_item_get_image:
assertion `GTK_IS_IMAGE_MENU_ITEM (image_menu_item)' failed

(nm-applet:2580): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GObject'

lot of them are repeated a few times

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: network-manager-gnome 0.8.3+git.20110203t003354.9bf0b98-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-4.31-generic-pae 2.6.38-rc5
Uname: Linux 2.6.38-4-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
CRDA: Error: [Errno 2] Aucun fichier ou dossier de ce type
Date: Sat Feb 19 08:56:08 2011
ExecutablePath: /usr/bin/nm-applet
Gconf:
 
IfupdownConfig:
 auto lo
 iface lo inet loopback
IpRoute:
 192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.4  metric 1 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 default via 192.168.1.1 dev eth0  proto static
Keyfiles: Error: [Errno 2] Aucun fichier ou dossier de ce type
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
ProcEnviron:
 LANGUAGE=fr_FR:fr:en_GB:en
 LANG=fr_FR.UTF-8
 LC_MESSAGES=fr_FR.utf8
 SHELL=/bin/bash
RfKill:
 
SourcePackage: network-manager-applet
WpaSupplicantLog:

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


** Tags: apport-bug 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/721675

Title:
  GLib-GObject-WARNING **: invalid unclassed pointer in cast to
  `GtkImageMenuItem'

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


[Bug 721675] Re: GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkImageMenuItem'

2011-02-19 Thread dino99
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721675

Title:
  GLib-GObject-WARNING **: invalid unclassed pointer in cast to
  `GtkImageMenuItem'

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


[Bug 645915] Re: Random drawing artifacts with 8600GTS

2011-02-19 Thread Dmitry Divius Tantsur
Still an issue

** Changed in: nvidia-graphics-drivers (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Random drawing artifacts with 8600GTS

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


[Bug 617986] Re: mplayer compiled without joystick support

2011-02-19 Thread Gauvain Pocentek
** Changed in: medibuntu
   Importance: Undecided = Low

** Changed in: medibuntu
   Status: New = Confirmed

** Changed in: medibuntu
 Assignee: (unassigned) = Gauvain Pocentek (gauvainpocentek)

** Changed in: medibuntu
Milestone: None = 11.04

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

Title:
  mplayer compiled without joystick support

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


[Bug 614993] Re: 10.04 - 10.10 upgrade fails: pkgProblemResolver::Resolve generated breaks: xserver-xorg-video-v4l demoted to universe

2011-02-19 Thread ifone
this error log.

 This can be caused by:
 * Upgrading to a pre-release version of Ubuntu
 * Running the current pre-release version of Ubuntu
 * Unofficial software packages not provided by Ubuntu

** Attachment added: apt.log
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/614993/+attachment/1859273/+files/apt.log

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

Title:
  10.04 - 10.10 upgrade fails: pkgProblemResolver::Resolve generated
  breaks: xserver-xorg-video-v4l demoted to universe

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


[Bug 721664] Re: problem loading specific website (http://mycfe.com)

2011-02-19 Thread jervin
*** This bug is a duplicate of bug 713691 ***
https://bugs.launchpad.net/bugs/713691

** This bug has been marked a duplicate of bug 713691
   http is delayed, https works
 * You can subscribe to bug 713691 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/713691/+subscribe

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

Title:
  problem loading specific website (http://mycfe.com)

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


[Bug 633227] Re: instabilities with highmem activated

2011-02-19 Thread Ming Lei
Anyone who has panda A1 board may try to reproduce the issue. 

If at least two guys may observe no such issue on A1, we can
confirm it is a hardware-dependent issue.

Also we can run memory test in uboot or linux(use memtester) to
see if any hardware related issue can be found about DDR on EA1.
Bryan has one EA1 board, maybe can try it.

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

Title:
  instabilities with highmem activated

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


[Bug 301958] Re: [needs-packaging] no working driver for sis 671/771 video cards

2011-02-19 Thread Martin Lee
Is there any chance from xorg team to re-pack this driver for next xorg-
server release?? There's quite lot of sis user out there,

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

Title:
  [needs-packaging] no working driver for sis 671/771 video cards

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


[Bug 647417] Re: compilation error of nvidia-current on linux-generic 2.6.35-22

2011-02-19 Thread Sloth.Spot
** Changed in: nvidia-graphics-drivers (Ubuntu)
   Status: Incomplete = 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/647417

Title:
  compilation error of nvidia-current on linux-generic 2.6.35-22

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


[Bug 721681] [NEW] 3D apps don't work after installing wireless driver, ATI X1270 (RS690)

2011-02-19 Thread Havier
Public bug reported:

Binary package hint: xserver-xorg-video-ati

Ubuntu 10.10
xserver-xorg-video-ati 1:6.13.1-1ubuntu5
Graphics: ATI X1270 (RS690M)

On a fresh install of Kubuntu, when I can run glxgears. It works properly.
When I install the Broadcom STA Wireless Driver with the Additional Drivers 
GUI, glxgears stops working, the window is blank. 2D performance is also 
affected, all windows are redrawn noticably slower.
After uninstalling the wireless driver and restarting, glxgears works again.

I tried to boot to Xubuntu 10.10 Live CD. I can reproduce the problem
there, too.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: xserver-xorg-video-ati 1:6.13.1-1ubuntu5
ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
Uname: Linux 2.6.35-25-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
DRM.card0.DVI.D.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1920x1200 1920x1080 1600x1200 1680x1050 1400x1050 1280x1024 1440x900 
1280x960 1280x854 1280x800 1280x720 1152x768 1024x768 800x600 848x480 720x480 
640x480
 edid-base64: 
AP///wBNEMsTAC8RAQOAJRd4CpVgl1NPjiYfUFQBAQEBAQEBAQEBAQEBAQEB1DqAcHCwI0AYICYAbuUQAAAZDwAAACiSAlAA/gBUTTExNgCqTTFMQTJE/gAiMj5GZ429/wIBCiAgAOk=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
Date: Sat Feb 19 09:11:19 2011
DkmsStatus: bcmwl, 5.60.48.36+bdcom, 2.6.35-25-generic, x86_64: installed
GdmLog: Error: command ['kdesudo', '--', 'cat', '/var/log/gdm/:0.log'] failed 
with exit code 1: cat: /var/log/gdm/:0.log: No such file or directory
GdmLog1: Error: command ['kdesudo', '--', 'cat', '/var/log/gdm/:0.log.1'] 
failed with exit code 1: cat: /var/log/gdm/:0.log.1: No such file or directory
GdmLog2: Error: command ['kdesudo', '--', 'cat', '/var/log/gdm/:0.log.2'] 
failed with exit code 1: cat: /var/log/gdm/:0.log.2: No such file or directory
InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release amd64 (20101008)
MachineType: Dell Inc. Inspiron 1721
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-25-generic 
root=UUID=5c295a6b-bf1c-4b4f-8ab8-e59490a6b326 ro quiet splash
ProcEnviron:
 LANGUAGE=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: xserver-xorg-video-ati
dmi.bios.date: 11/05/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A05
dmi.board.name: 0UK441
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd11/05/2007:svnDellInc.:pnInspiron1721:pvr:rvnDellInc.:rn0UK441:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Inspiron 1721
dmi.sys.vendor: Dell Inc.
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   x86_64
 kernel: 2.6.35-25-generic

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


** Tags: amd64 apport-bug maverick

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

Title:
  3D apps don't work after installing wireless driver, ATI X1270 (RS690)

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


[Bug 721681] Re: 3D apps don't work after installing wireless driver

2011-02-19 Thread Havier
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721681

Title:
  3D apps don't work after installing wireless driver, ATI X1270 (RS690)

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


[Bug 721689] [NEW] package fglrx (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2011-02-19 Thread John Hutcheson
Public bug reported:

Radeon mobility X2300 video

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: fglrx (not installed)
ProcVersionSignature: Ubuntu 2.6.32-28.55-generic-pae 2.6.32.27+drm33.12
Uname: Linux 2.6.32-28-generic-pae i686
AptOrdering:
 fglrx: Install
 fglrx: Configure
 fglrx-amdcccle: Configure
Architecture: i386
Date: Sat Feb 19 20:45:09 2011
DkmsStatus:
 
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
MachineType: ASUSTeK Computer Inc. F3Ke
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-28-generic-pae 
root=UUID=b1c3e1d7-94ed-4269-bc70-4f35d50a0c9f ro quiet splash
SourcePackage: fglrx-installer
Title: package fglrx (not installed) failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
dmi.bios.date: 07/20/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 206
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: F3Ke
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr206:bd07/20/2007:svnASUSTeKComputerInc.:pnF3Ke:pvr1.0:rvnASUSTeKComputerInc.:rnF3Ke:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr:
dmi.product.name: F3Ke
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-28-generic-pae

** Affects: fglrx-installer (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/721689

Title:
  package fglrx (not installed) failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 1

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


[Bug 721689] Re: package fglrx (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2011-02-19 Thread John Hutcheson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721689

Title:
  package fglrx (not installed) failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 1

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


[Bug 721687] [NEW] Remote desktop appears scrambled

2011-02-19 Thread Vijay Sridhara
Public bug reported:

I am on a AMD Phenom II X6 with Gigabyte mother board installed with
Ubuntu 10.10 and trying to connect a Intel P4 system with Ubuntu 32bit
10.10. The intel system is remote connectivity enabled from
Preferences. When I connect to intel system from the AMD system, the
screen appears scrambled and non navigable. I have tried both SSH/VNC
options to connect but in vain. will attach the screen if there is a
provision

** Affects: control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: desktop remote

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

Title:
  Remote desktop appears scrambled

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


[Bug 721687] Re: Remote desktop appears scrambled

2011-02-19 Thread Vijay Sridhara
** Attachment added: Screenshot of how the screen appears scrambled
   
https://bugs.launchpad.net/bugs/721687/+attachment/1859317/+files/Screenshot-1.png

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

Title:
  Remote desktop appears scrambled

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


[Bug 721686] [NEW] Please merge freevo_1.9.0-10 from Debian unstable

2011-02-19 Thread TARUN KUMAR MALL
Public bug reported:

Binary package hint: freevo

freevo has a new version in debian.
Please merge it form debian.
Thank you

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

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

** Changed in: freevo (Ubuntu)
 Assignee: (unassigned) = TARUN KUMAR MALL (c2tarun)

** Description changed:

- Binary package hint: freevo
- 
  Binary package hint: freevo
  
  freevo has a new version in debian.
  Please merge it form debian.
  Thank you

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

Title:
  Please merge freevo_1.9.0-10 from Debian unstable

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


[Bug 708714] Re: pykde fails to compile on ARM

2011-02-19 Thread Jani Monoses
That has an argument of QListQPairdouble, double 
So a combination of QList templates and doubles is common for these failures.

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

Title:
  pykde fails to compile on ARM

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


[Bug 721686] Re: Please merge freevo_1.9.0-10 from Debian unstable

2011-02-19 Thread TARUN KUMAR MALL
** Attachment added: freevo_1.9.0-10ubuntu1.debian.tar.gz
   
https://bugs.launchpad.net/ubuntu/+source/freevo/+bug/721686/+attachment/1859318/+files/freevo_1.9.0-10ubuntu1.debian.tar.gz

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

Title:
  Please merge freevo_1.9.0-10 from Debian unstable

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


[Bug 721686] Re: Please merge freevo_1.9.0-10 from Debian unstable

2011-02-19 Thread TARUN KUMAR MALL
** Patch added: freevo.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/freevo/+bug/721686/+attachment/1859319/+files/freevo.debdiff

** Changed in: freevo (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: freevo (Ubuntu)
 Assignee: TARUN KUMAR MALL (c2tarun) = (unassigned)

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

Title:
  Please merge freevo_1.9.0-10 from Debian unstable

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


[Bug 645530] Re: magic trackpad not working with evdev

2011-02-19 Thread Aurelien Naldi
it is now working in natty

** Changed in: xserver-xorg-input-evdev (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  magic trackpad not working with evdev

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


[Bug 633227] Re: instabilities with highmem activated

2011-02-19 Thread warmcat
FWIW, I tried to reproduce this with CONFIG_HIGHMEM and 460M + 512M,
confirmed in /proc/meminfo that there is highmem and set it compiling a
kernel repeatedly.  After 5 hours it didn't fail.  This is with Seb
Jan's 2.6.38-rc2 tree.

I'll test it further later.

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

Title:
  instabilities with highmem activated

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


[Bug 633227] Re: instabilities with highmem activated

2011-02-19 Thread warmcat
(#28 above is on an A1 board with ES2.1 silicon)

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

Title:
  instabilities with highmem activated

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


[Bug 617026] Re: ftbfs - incomplete syslog support

2011-02-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~lfaraone/imageshack-uploader/debian

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

Title:
  ftbfs - incomplete syslog support

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


[Bug 721681] Re: 3D apps don't work after installing wireless driver, ATI X1270 (RS690)

2011-02-19 Thread Havier
** Summary changed:

- 3D apps don't work after installing wireless driver
+ 3D apps don't work after installing wireless driver, ATI X1270 (RS690)

** Description changed:

  Binary package hint: xserver-xorg-video-ati
  
  Ubuntu 10.10
  xserver-xorg-video-ati 1:6.13.1-1ubuntu5
  Graphics: ATI X1270 (RS690M)
+ Wireless: Broadcom BCM4321
  
  On a fresh install of Kubuntu, when I can run glxgears. It works properly.
  When I install the Broadcom STA Wireless Driver with the Additional Drivers 
GUI, glxgears stops working, the window is blank. 2D performance is also 
affected, all windows are redrawn noticably slower.
  After uninstalling the wireless driver and restarting, glxgears works again.
  
  I tried to boot to Xubuntu 10.10 Live CD. I can reproduce the problem
  there, too.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: xserver-xorg-video-ati 1:6.13.1-1ubuntu5
  ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
  Uname: Linux 2.6.35-25-generic x86_64
  NonfreeKernelModules: wl
  Architecture: amd64
  DRM.card0.DVI.D.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes: 
   edid-base64:
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1920x1200 1920x1080 1600x1200 1680x1050 1400x1050 1280x1024 1440x900 
1280x960 1280x854 1280x800 1280x720 1152x768 1024x768 800x600 848x480 720x480 
640x480
   edid-base64: 
AP///wBNEMsTAC8RAQOAJRd4CpVgl1NPjiYfUFQBAQEBAQEBAQEBAQEBAQEB1DqAcHCwI0AYICYAbuUQAAAZDwAAACiSAlAA/gBUTTExNgCqTTFMQTJE/gAiMj5GZ429/wIBCiAgAOk=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes: 
   edid-base64:
  Date: Sat Feb 19 09:11:19 2011
  DkmsStatus: bcmwl, 5.60.48.36+bdcom, 2.6.35-25-generic, x86_64: installed
  GdmLog: Error: command ['kdesudo', '--', 'cat', '/var/log/gdm/:0.log'] failed 
with exit code 1: cat: /var/log/gdm/:0.log: No such file or directory
  GdmLog1: Error: command ['kdesudo', '--', 'cat', '/var/log/gdm/:0.log.1'] 
failed with exit code 1: cat: /var/log/gdm/:0.log.1: No such file or directory
  GdmLog2: Error: command ['kdesudo', '--', 'cat', '/var/log/gdm/:0.log.2'] 
failed with exit code 1: cat: /var/log/gdm/:0.log.2: No such file or directory
  InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release amd64 (20101008)
  MachineType: Dell Inc. Inspiron 1721
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-25-generic 
root=UUID=5c295a6b-bf1c-4b4f-8ab8-e59490a6b326 ro quiet splash
  ProcEnviron:
   LANGUAGE=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xserver-xorg-video-ati
  dmi.bios.date: 11/05/2007
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0UK441
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd11/05/2007:svnDellInc.:pnInspiron1721:pvr:rvnDellInc.:rn0UK441:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1721
  dmi.sys.vendor: Dell Inc.
  system:
   distro: Ubuntu
   codename:   maverick
   architecture:   x86_64
   kernel: 2.6.35-25-generic

** Tags added: broadcom opengl

** Description changed:

  Binary package hint: xserver-xorg-video-ati
  
- Ubuntu 10.10
+ Ubuntu 10.10 amd64
  xserver-xorg-video-ati 1:6.13.1-1ubuntu5
  Graphics: ATI X1270 (RS690M)
  Wireless: Broadcom BCM4321
  
  On a fresh install of Kubuntu, when I can run glxgears. It works properly.
  When I install the Broadcom STA Wireless Driver with the Additional Drivers 
GUI, glxgears stops working, the window is blank. 2D performance is also 
affected, all windows are redrawn noticably slower.
  After uninstalling the wireless driver and restarting, glxgears works again.
  
- I tried to boot to Xubuntu 10.10 Live CD. I can reproduce the problem
- there, too.
+ I tried to boot to Xubuntu 10.10 x86 Live CD. I can reproduce the
+ problem there, too.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: xserver-xorg-video-ati 1:6.13.1-1ubuntu5
  ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
  Uname: Linux 2.6.35-25-generic x86_64
  NonfreeKernelModules: wl
  Architecture: amd64
  DRM.card0.DVI.D.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes: 
   edid-base64:
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1920x1200 1920x1080 1600x1200 1680x1050 1400x1050 1280x1024 1440x900 
1280x960 1280x854 1280x800 1280x720 1152x768 1024x768 800x600 848x480 720x480 
640x480
   edid-base64: 
AP///wBNEMsTAC8RAQOAJRd4CpVgl1NPjiYfUFQBAQEBAQEBAQEBAQEBAQEB1DqAcHCwI0AYICYAbuUQAAAZDwAAACiSAlAA/gBUTTExNgCqTTFMQTJE/gAiMj5GZ429/wIBCiAgAOk=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes: 
   edid-base64:
  Date: Sat Feb 19 09:11:19 2011
  DkmsStatus: bcmwl, 5.60.48.36+bdcom, 2.6.35-25-generic, x86_64: installed
  GdmLog: Error: command ['kdesudo', '--', 'cat', '/var/log/gdm/:0.log'] 

[Bug 721691] Re: default boot doesn't work after updates, osprobe is at the wrong place

2011-02-19 Thread Schmirrwurst
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721691

Title:
  default boot doesn't work after updates, osprobe is at the wrong place

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


[Bug 721691] [NEW] default boot doesn't work after updates, osprobe is at the wrong place

2011-02-19 Thread Schmirrwurst
Public bug reported:

Binary package hint: grub2

I installed a couple of dual booting systems by friends, and I have always the 
same problem, that by default, osprobe is after normal linux script, so that if 
you choose windows as default boot, after each kernel update, it the default 
boot is changed !
I think it make more sense to move osprober up in the default update-grub 
script, so that other os are on top, and not affected on kernel updates...
At installation, it could be ask if user wan't to boot by default on any of the 
found other os, or on linux, and then default boot being setup...

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: grub-pc 1.98+20100804-5ubuntu3.1
ProcVersionSignature: Ubuntu 2.6.35-27.47-generic 2.6.35.11
Uname: Linux 2.6.35-27-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sat Feb 19 09:35:00 2011
ProcEnviron:
 LANGUAGE=fr_FR
 LANG=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: grub2

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


** Tags: amd64 apport-bug maverick

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

Title:
  default boot doesn't work after updates, osprobe is at the wrong place

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


[Bug 635885] Re: can't create new folder when saving image

2011-02-19 Thread Goatsly
I have the same problem. Could you please point me to the nautilus bug?
Thanks!

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

Title:
  can't create new folder when saving image

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


[Bug 529366] Re: Regression: usb-creator-gtk fails to set the boot flag on the partition and exits.

2011-02-19 Thread Urock
I am trying to run usb-creator-gtk to create either a Maverick 32bit or
Karmic 32bit LIVE CD on my USB Flash Drive or Hard Drive but when usb-
creator-gtk FINISHES it says Failed to install the bootloader. I find
all the files placed on my USB but when I try to boot it says there is
no bootloader found.

I have tried usb-creator-gtk with BOTH reserving extra space option and 
discarding extra space option
I have tried usb-creator-gtk -n  usb-creator-gtk -s 
It is still not working.

Below is my info:

phillipguy@phillipguy-laptop:~$ uname --all
Linux phillipguy-laptop 2.6.35-22-generic #35-Ubuntu SMP Sat Oct 16 20:45:36 
UTC 2010 x86_64 GNU/Linux
phillipguy@phillipguy-laptop:~$ usb-creator-gtk --version
0.2.23
phillipguy@phillipguy-laptop:~$ parted --version
parted (GNU parted) 2.3
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by http://git.debian.org/?p=parted/parted.git;a=blob_plain;f=AUTHORS.
phillipguy@phillipguy-laptop:~$

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

Title:
  Regression: usb-creator-gtk fails to set the boot flag on the
  partition and exits.

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


[Bug 721590] Re: full screen, full width and full height not working properly

2011-02-19 Thread Pander
** Attachment added: full-height.png
   
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/721590/+attachment/1859345/+files/full-height.png

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

Title:
  full screen, full width and full height not working properly

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


[Bug 721590] Re: full screen, full width and full height not working properly

2011-02-19 Thread Pander
** Attachment added: full-screen.png
   
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/721590/+attachment/1859346/+files/full-screen.png

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

Title:
  full screen, full width and full height not working properly

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


[Bug 721590] Re: full screen, full width and full height not working properly

2011-02-19 Thread Pander
** Attachment added: full-width.png
   
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/721590/+attachment/1859347/+files/full-width.png

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

Title:
  full screen, full width and full height not working properly

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


[Bug 721693] Re: class 'aptdaemon.lock.LockFailedError':

2011-02-19 Thread infinitejones
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721693

Title:
  class 'aptdaemon.lock.LockFailedError':

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


[Bug 636311] Re: Keyboard special keys interfere with mouse

2011-02-19 Thread TJ
Lucid:

After the kernel update to 2.6.32-29.58 a mythbuntu/xubuntu system with
a Logitech Cordless keyboard and mouse began exhibiting the behaviour
described in this and related duplicate bugs - namely:

 * loss of left-mouse functionality
 * xubuntu's graphical sudo GUI reporting Other application has captured 
mouse, may be malicious key-logger when using update-manager

Triggers appeared to be:

 * pressing function key combinations or special media keys on the keyboard
 * some random time passing after log-in without doing anything except 
moving/clicking the mouse

After finding this and duplicate bugs and reading the various solutions
and suggested causes I decided to try restarting the affected PC with
the previous kernel, 2.6.32-28.55, and the problem disappeared.

I can't see anything obvious in the changelog to explain what may have
introduced the problem on the particular system.

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

Title:
  Keyboard special keys interfere with mouse

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


[Bug 633983] Re: Can't boot Maverick beta amd64 live cd on macbook (EFI)

2011-02-19 Thread Maciej Nabozny
I also confirm, that this bug is in Natty Alpha 2

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

Title:
  Can't boot Maverick beta amd64 live cd on macbook (EFI)

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


[Bug 615925] Re: x wont start after latest update nvidia altarnate error

2011-02-19 Thread las
** Changed in: nvidia-graphics-drivers (Ubuntu)
   Status: Incomplete = 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/615925

Title:
  x wont start after latest update nvidia altarnate error

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


[Bug 721693] [NEW] class 'aptdaemon.lock.LockFailedError':

2011-02-19 Thread infinitejones
Public bug reported:

Binary package hint: aptdaemon

Happened after reboot following update manager update

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: aptdaemon 0.40+bzr541-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
Uname: Linux 2.6.38-4-generic i686
Annotation: Applying software changes failed
Architecture: i386
Date: Fri Feb 18 20:56:36 2011
DesktopFile: /usr/share/aptdaemon/aptdaemon.desktop
ExecutablePath: /usr/sbin/aptd
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
PackageArchitecture: all
SourcePackage: aptdaemon
Title: class 'aptdaemon.lock.LockFailedError':
TransactionDepends: [[], [], [], [], [], [], []]
TransactionKwargs: {}
TransactionLocale: en_US.UTF8
TransactionPackages: [[], [], [], [], [dbus.String(u'app-install-data'), 
dbus.String(u'apport'), dbus.String(u'apport-gtk'), dbus.String(u'baobab'), 
dbus.String(u'binutils'), dbus.String(u'brasero'), 
dbus.String(u'brasero-cdrkit'), dbus.String(u'brasero-common'), 
dbus.String(u'bsdutils'), dbus.String(u'capplets-data'), 
dbus.String(u'checkbox'), dbus.String(u'checkbox-gtk'), 
dbus.String(u'command-not-found'), dbus.String(u'command-not-found-data'), 
dbus.String(u'computer-janitor'), dbus.String(u'computer-janitor-gtk'), 
dbus.String(u'cpp-4.4'), dbus.String(u'cpp-4.5'), 
dbus.String(u'empathy-common'), dbus.String(u'exiv2'), 
dbus.String(u'fancontrol'), dbus.String(u'g++-4.5'), dbus.String(u'gcc-4.4'), 
dbus.String(u'gcc-4.4-base'), dbus.String(u'gcc-4.5'), 
dbus.String(u'gcc-4.5-base'), dbus.String(u'geoclue'), 
dbus.String(u'gir1.2-appindicator-0.1'), dbus.String(u'gir1.2-gtk-2.0'), 
dbus.String(u'gnome-control-center'), dbus.String(u'gnome-dictionary'), 
dbus.String(u'gnome-screensaver'), dbus.String(u'gnome-screenshot'), 
dbus.String(u'gnome-search-tool'), dbus.String(u'gnome-system-log'), 
dbus.String(u'gnome-utils'), dbus.String(u'gnome-utils-common'), 
dbus.String(u'gtk2-engines-pixbuf'), dbus.String(u'guile-1.8-libs'), 
dbus.String(u'jockey-common'), dbus.String(u'jockey-gtk'), 
dbus.String(u'kdelibs-bin'), dbus.String(u'kdelibs5-data'), 
dbus.String(u'kdelibs5-plugins'), dbus.String(u'kdoctools'), 
dbus.String(u'libappindicator0.1-cil'), dbus.String(u'libappindicator1'), 
dbus.String(u'libapr1'), dbus.String(u'libblkid1'), 
dbus.String(u'libbrasero-media1'), dbus.String(u'libc-bin'), 
dbus.String(u'libc-dev-bin'), dbus.String(u'libc6'), dbus.String(u'libc6-dev'), 
dbus.String(u'libcap2'), dbus.String(u'libclutter-1.0-0'), 
dbus.String(u'libdbus-glib-1-2'), dbus.String(u'libdc1394-22'), 
dbus.String(u'libegl1-mesa'), dbus.String(u'libegl1-mesa-drivers'), 
dbus.String(u'libexiv2-10'), dbus.String(u'libgail-common'), 
dbus.String(u'libgail18'), dbus.String(u'libgcc1'), 
dbus.String(u'libgdict-1.0-6'), dbus.String(u'libgeoclue0'), 
dbus.String(u'libgfortran3'), dbus.String(u'libgl1-mesa-dri'), 
dbus.String(u'libgl1-mesa-glx'), dbus.String(u'libglu1-mesa'), 
dbus.String(u'libgnome-window-settings1'), dbus.String(u'libgomp1'), 
dbus.String(u'libgssapi-krb5-2'), dbus.String(u'libgstfarsight0.10-0'), 
dbus.String(u'libgtk2.0-0'), dbus.String(u'libgtk2.0-bin'), 
dbus.String(u'libgtk2.0-common'), dbus.String(u'libgudev-1.0-0'), 
dbus.String(u'libk5crypto3'), dbus.String(u'libkatepartinterfaces4'), 
dbus.String(u'libkcmutils4'), dbus.String(u'libkde3support4'), 
dbus.String(u'libkdecore5'), dbus.String(u'libkdesu5'), 
dbus.String(u'libkdeui5'), dbus.String(u'libkdewebkit5'), 
dbus.String(u'libkdnssd4'), dbus.String(u'libkemoticons4'), 
dbus.String(u'libkfile4'), dbus.String(u'libkhtml5'), 
dbus.String(u'libkidletime4'), dbus.String(u'libkio5'), 
dbus.String(u'libkjsapi4'), dbus.String(u'libkjsembed4'), 
dbus.String(u'libkmediaplayer4'), dbus.String(u'libknewstuff3-4'), 
dbus.String(u'libknotifyconfig4'), dbus.String(u'libkntlm4'), 
dbus.String(u'libkparts4'), dbus.String(u'libkprintutils4'), 
dbus.String(u'libkpty4'), dbus.String(u'libkrb5-3'), 
dbus.String(u'libkrb5support0'), dbus.String(u'libkrosscore4'), 
dbus.String(u'libkrossui4'), dbus.String(u'libktexteditor4'), 
dbus.String(u'libkutils4'), dbus.String(u'libltdl7'), 
dbus.String(u'libmagickcore3'), dbus.String(u'libmagickwand3'), 
dbus.String(u'libnepomuk4'), dbus.String(u'libnepomukquery4a'), 
dbus.String(u'libnepomukutils4'), dbus.String(u'libpam-modules'), 
dbus.String(u'libpam-runtime'), dbus.String(u'libpam0g'), 
dbus.String(u'libperl5.10'), dbus.String(u'libplasma3'), 
dbus.String(u'libraw1394-11'), dbus.String(u'libsdl1.2debian'), 
dbus.String(u'libsdl1.2debian-pulseaudio'), dbus.String(u'libsensors4'), 
dbus.String(u'libsgutils2-2'), dbus.String(u'libsolid4'), 
dbus.String(u'libstdc++6'), dbus.String(u'libstdc++6-4.5-dev'), 
dbus.String(u'libtextcat-data-utf8'), dbus.String(u'libthreadweaver4'), 
dbus.String(u'libtiff4'), dbus.String(u'libubuntuone-1.0-1'), 
dbus.String(u'libubuntuone1.0-cil'), dbus.String(u'libudev0'), 
dbus.String(u'libuuid1'), dbus.String(u'libvala-0.10-0'), 

[Bug 721699] [NEW] Downloading MIBs fails because the download link has changed

2011-02-19 Thread Joost Cassee
Public bug reported:

Using netdisco-mibs-download 1.4 on Ubuntu 10.10, downloading MIBs fails
because the download link has changed. Instead of a tar file, an HTML
file is downloaded.

** Affects: netdisco (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/721699

Title:
  Downloading MIBs fails because the download link has changed

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


[Bug 721698] [NEW] Unable to update ubuntu 10.4 getting this error message E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. E: _cache-open() failed,

2011-02-19 Thread ujjual
Public bug reported:

Binary package hint: update-manager

E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to 
correct the problem. 
E: _cache-open() failed, please report.

** Affects: update-manager (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/721698

Title:
  Unable to update ubuntu 10.4 getting this  error  message E: dpkg was
  interrupted, you must manually run 'sudo dpkg --configure -a' to
  correct the problem.  E: _cache-open() failed, please report. 

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


[Bug 721697] [NEW] Typo in netdisco-mibs-install

2011-02-19 Thread Joost Cassee
Public bug reported:

Using netdisco-mibs-installer 1.4 on Ubuntu 10.10. Installing the MIBs
fails because of a typo in the installer script.

Line 26 of /usr/sbin/netdisco-mibs-install should read:
if [ `ls -dl $file | awk '{print $3}'` != root ]; then

(Note the '-dl' instead of '-l'.)

This fix is already in the Squeeze Debian package.

** Affects: netdisco (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/721697

Title:
  Typo in netdisco-mibs-install

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


[Bug 719591] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2011-02-19 Thread lupinehorror
had two tabs open and had just finished transferring files from the
internal hd to an external disk. crash happened when i tried to close
the left-hand tab.

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

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance_cast()

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


[Bug 656439] Re: package fglrx 2:8.780-0ubuntu2 failed to install/upgrade: fglrx kernel module failed to build

2011-02-19 Thread Sebastian Stuetz
** Changed in: fglrx-installer (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  package fglrx 2:8.780-0ubuntu2 failed to install/upgrade: fglrx kernel
  module failed to build

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


[Bug 647432] Re: no 3d support after fglrx

2011-02-19 Thread Diska
sorry for forgetting this bug. i sign it as fix relased

** Changed in: fglrx-installer (Ubuntu)
   Status: Incomplete = 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/647432

Title:
  no 3d support after fglrx

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


[Bug 691134] Re: aptd crashed with SIGSEGV in pkgDepCache::ActionGroup::release()

2011-02-19 Thread Sebastian Heinlein
Cool!

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

Title:
  aptd crashed with SIGSEGV in pkgDepCache::ActionGroup::release()

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


[Bug 706083] Re: Support Graphviz source code highlighting

2011-02-19 Thread Pander
Thanks, now I get your initial comment on the version number. I have
also notified the author for the fix above and some more fixes and
report a new version at the package maintainer. As far as I am concerned
this bugreport can be closed.

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

Title:
  Support Graphviz source code highlighting

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


[Bug 669167] Re: Ctrl+arrow jumps sound to max volume in indicator

2011-02-19 Thread OC
Thank you so much Conor and Matthew!

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

Title:
  Ctrl+arrow jumps sound to max volume in indicator

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


[Bug 616911] Re: package yaws 1.82-2 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2011-02-19 Thread Karl Å
Thank you thank you thank you Matthew, I was going mental trying to get this 
package to stop breaking my upgrades.
Not being able to run a package because a port is busy is ok, not being able to 
uninstall or reinstall a package because a very commonly used port is busy is a 
bad bad bug IMHO

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

Title:
  package yaws 1.82-2 failed to install/upgrade: subprocess installed
  pre-removal script returned error exit status 1

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


[Bug 721702] [NEW] Please merge systemtap 1.3-2 (universe) from Debian unstable (main)

2011-02-19 Thread Mahyuddin Susanto
Public bug reported:

 affects ubuntu/systemtap
 status inprogress
 importance wishlist
 assignee udienz
 done

Please merge systemtap 1.3-2 (universe) from Debian unstable (main)

systemtap (1.3-2) unstable; urgency=low

   * Add dependency on package adduser. Thanks to the piuparts
 infrastructure for spotting it. (Closes: #604439)
   * Add dependency on make (Closes: #608905)
   * Upload to unstable

 -- Ritesh Raj Sarraf r...@debian.org  Thu, 10 Feb 2011 20:30:26 +0530

** Affects: systemtap (Ubuntu)
 Importance: Wishlist
 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/721702

Title:
  Please merge systemtap 1.3-2 (universe) from Debian unstable (main)

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


[Bug 705513] Re: LC_MESSAGES set to en_AG.UTF-8

2011-02-19 Thread Mathieu Marquer
Similar problem with French language : although I'm using fr_FR.UTF-8,
LC_MESSAGES is automatically set on fr_BE.UTF-8

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

Title:
  LC_MESSAGES set to en_AG.UTF-8

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


[Bug 631533] Re: uncorrect verifycation static routes in /etc/network/if-up.d/20static-routes (ifupdown-extra)

2011-02-19 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/ifupdown-extra

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

Title:
  uncorrect verifycation static routes in /etc/network/if-up.d/20static-
  routes (ifupdown-extra)

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


[Bug 450753] Re: network-test doesn't respond to Control-C

2011-02-19 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/ifupdown-extra

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

Title:
  network-test doesn't respond to Control-C

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


[Bug 721703] [NEW] FindMPI script violates policy CMP0004

2011-02-19 Thread Sameer Morar
Public bug reported:

Binary package hint: cmake

The FindMPI script violates policy CMP0004. The following error occurs
when compiling the package dolfin:

CMake Error at CMakeLists.txt:9 (ADD_EXECUTABLE): 
Target cmTryCompileExec links to item  -Wl,--export-dynamic which has 
leading or trailing whitespace.
This is now an error according to policy CMP0004.

Further investigation has shown that  -Wl,--export-dynamic is being assigned 
to MPI_LINK_FLAGS with a leading space.
This occurs in Modules/FindMPI.cmake

** Affects: cmake
 Importance: Unknown
 Status: Unknown

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


** Tags: patch patch-forwarded-upstream

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

Title:
  FindMPI script violates policy CMP0004

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


[Bug 721703] Re: FindMPI script violates policy CMP0004

2011-02-19 Thread Sameer Morar
** Patch added: Patch that resolves this issue
   
https://bugs.launchpad.net/bugs/721703/+attachment/1859369/+files/cmake_2.8.3-3ubuntu3.debdiff

** Tags added: patch-forwarded-upstream

** Bug watch added: public.kitware.com/Bug/ #11881
   http://public.kitware.com/Bug/view.php?id=11881

** Also affects: cmake via
   http://public.kitware.com/Bug/view.php?id=11881
   Importance: Unknown
   Status: Unknown

** Changed in: cmake (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/721703

Title:
  FindMPI script violates policy CMP0004

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


[Bug 721702] Re: Please merge systemtap 1.3-2 (universe) from Debian unstable (main)

2011-02-19 Thread Mahyuddin Susanto
** Patch added: ubuntu-ubuntu.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/systemtap/+bug/721702/+attachment/1859370/+files/ubuntu-ubuntu.debdiff

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

Title:
  Please merge systemtap 1.3-2 (universe) from Debian unstable (main)

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


[Bug 721702] Re: Please merge systemtap 1.3-2 (universe) from Debian unstable (main)

2011-02-19 Thread Mahyuddin Susanto
** Patch added: debian-ubuntu
   
https://bugs.launchpad.net/ubuntu/+source/systemtap/+bug/721702/+attachment/1859371/+files/systemtap_1.3-2ubuntu1.dsc.debdiff

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

** Changed in: systemtap (Ubuntu)
 Assignee: Mahyuddin Susanto (udienz) = (unassigned)

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

Title:
  Please merge systemtap 1.3-2 (universe) from Debian unstable (main)

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


[Bug 721286] Re: aptd crashed with UnicodeDecodeError in _set_status_details(): 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)

2011-02-19 Thread Sebastian Heinlein
Please update to the latest version of aptdaemon in Natty. The problem
should be fixed.

** Changed in: aptdaemon (Ubuntu)
   Status: New = Fix Released

** Changed in: aptdaemon
   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/721286

Title:
  aptd crashed with UnicodeDecodeError in _set_status_details(): 'ascii'
  codec can't decode byte 0xd0 in position 0: ordinal not in range(128)

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


[Bug 714533] Re: An unhandlable error occured (during installing libcupsys2_1.2.2-0ubuntu0.6.06.20_amd64.deb)

2011-02-19 Thread Sebastian Heinlein
** Also affects: cupsys (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: aptdaemon
   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/714533

Title:
  An unhandlable error occured (during installing
  libcupsys2_1.2.2-0ubuntu0.6.06.20_amd64.deb)

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


[Bug 659438] Re: Installation/Removal fails because of package which could not be located (faiulre in apt.Cache.required_download)

2011-02-19 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu)
   Status: Fix Released = In Progress

** Changed in: aptdaemon
   Status: Fix Released = In Progress

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

Title:
  Installation/Removal fails because of package which could not be
  located (faiulre in apt.Cache.required_download)

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


[Bug 721706] [NEW] System halted but system will not powerdown

2011-02-19 Thread antodudgeon
Public bug reported:

Binary package hint: apport

When shutting down the screen says System will now halt and then it sounds 
like the drives power down, however the display remains on as does the CPU fan.
If I remove the quiet option from the boot menu it then says system halted 
but with the same end result.

This is a new build PC.
Mobo: GA-870A-UD3
OS: Mythbuntu 10.10 (kernel 2.6.35-25)
GPU: Nvidia 210

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: apport 1.14.1-0ubuntu8.1
ProcVersionSignature: Ubuntu 2.6.35-25.44-generic-pae 2.6.35.10
Uname: Linux 2.6.35-25-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat Feb 19 09:32:50 2011
InstallationMedia: Mythbuntu 10.10 Maverick Meerkat - Release i386 (20101007)
PackageArchitecture: all
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: apport

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


** Tags: apport-bug i386 maverick

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

Title:
  System halted but system will not powerdown

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


[Bug 721706] Re: System halted but system will not powerdown

2011-02-19 Thread antodudgeon
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721706

Title:
  System halted but system will not powerdown

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


[Bug 713277] Re: simple-ccsm crashed with AttributeError in FillAnimationBoxes(): 'compizconfig.Plugin' object has no attribute 'Screens'

2011-02-19 Thread Thorsten Reinbold
*** This bug is a duplicate of bug 70 ***
https://bugs.launchpad.net/bugs/70

I'd like to view and subscribe to the Bug #70, but I only get
Sorry, you don't have permission to access this page..

Whats wrong there?

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

Title:
  simple-ccsm crashed with AttributeError in FillAnimationBoxes():
  'compizconfig.Plugin' object has no attribute 'Screens'

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


[Bug 660405] Re: computer freezes on suspend/hibernate

2011-02-19 Thread MNLipp
Natty is still two and a half months away. But I can confirm that using
the 2.6.37 kernel does help. I compiled the sources from kernel.org with
the maverick configuration http://kernel.ubuntu.com/~kernel-
ppa/configs/maverick/i386-generic-pae (following the instructions from
https://help.ubuntu.com/6.10/ubuntu/installation-guide/i386/kernel-
baking.html). The result has failed only twice in the last three weeks
(with about 3 stand-by cycles a day).

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

Title:
  computer freezes on suspend/hibernate

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


[Bug 717182] Re: Sync firebird2.5 2.5.0.26074-0.ds4-3 (universe) from Debian unstable (main)

2011-02-19 Thread Angel Abad
Sorry, but I tried to solve this FTBFS but I couldnt. It has a
complicated Makefiles system. And in this version, add LDFLAGS in
debain/rules doesn't work.

Regards,

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

Title:
  Sync firebird2.5 2.5.0.26074-0.ds4-3 (universe) from Debian unstable
  (main)

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


[Bug 638672] Re: Nvidia driver can't remember resolution setting

2011-02-19 Thread Xhacker Liu
** Changed in: nvidia-graphics-drivers (Ubuntu)
   Status: Incomplete = 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/638672

Title:
  Nvidia driver can't remember resolution setting

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


[Bug 578861] Re: [needs-packaging] juploadr

2011-02-19 Thread Pander
** Also affects: ubuntustudio
   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/578861

Title:
  [needs-packaging] juploadr

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


[Bug 165245] Re: [needs-packaging] festival-mbrola

2011-02-19 Thread Pander
** Also affects: ubuntustudio
   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/165245

Title:
  [needs-packaging] festival-mbrola

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


[Bug 152853] Re: [needs-packaging] image2dv

2011-02-19 Thread Pander
new url: http://www.videoporama.tuxfamily.org/

** Also affects: ubuntustudio
   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/152853

Title:
  [needs-packaging] image2dv

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


[Bug 151102] Re: [needs-packaging] sk1 vector graphics editor (supports Corel Draw files)

2011-02-19 Thread Pander
** Also affects: ubuntustudio
   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/151102

Title:
  [needs-packaging] sk1 vector graphics editor (supports Corel Draw
  files)

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


[Bug 94494] Re: [needs-packaging] Songbird

2011-02-19 Thread Pander
** Also affects: ubuntustudio
   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/94494

Title:
  [needs-packaging] Songbird

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


[Bug 712205] Re: anything you try to use with nautilus, make it hang

2011-02-19 Thread Mauricio Pretto
This is not happening any more should I just close this one?

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

Title:
  anything you try to use with nautilus, make it hang

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


[Bug 721370] Re: compiz crashed with SIGSEGV in nux::GpuRenderStates::SubmitChangeStates()

2011-02-19 Thread Andrea Carpineti
** Changed in: compiz (Ubuntu)
   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/721370

Title:
  compiz crashed with SIGSEGV in
  nux::GpuRenderStates::SubmitChangeStates()

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


[Bug 630846] Re: External monitor detected wrong

2011-02-19 Thread Thomas Bechtold
** Changed in: x11-xserver-utils (Ubuntu)
   Status: Incomplete = 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/630846

Title:
  External monitor detected wrong

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


[Bug 567553] Re: [needs-packaging] ttf-kouzan-mouhitu

2011-02-19 Thread Pander
** Also affects: ubuntustudio
   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/567553

Title:
  [needs-packaging] ttf-kouzan-mouhitu

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


[Bug 208405] Re: [needs-packaging] iscan

2011-02-19 Thread Pander
** Also affects: ubuntustudio
   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/208405

Title:
  [needs-packaging] iscan

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


[Bug 721707] [NEW] Please merge zabbix 1:1.8.4-2 (universe) from Debian unstable (main)

2011-02-19 Thread Mahyuddin Susanto
Public bug reported:

 affects ubuntu/zabbix
 status inprogress
 importance wishlist
 assignee udienz
 done

Please merge zabbix 1:1.8.4-2 (universe) from Debian unstable (main)

zabbix (1:1.8.4-2) unstable; urgency=low

  * Fixed typo in debian/rules to properly build with libcurl support
(closes: #613322)

 -- Christoph Haas h...@debian.org  Tue, 15 Feb 2011 00:30:55 +0100

zabbix (1:1.8.4-1) unstable; urgency=low

  * New upstream release
  * Packaging repository moved to git.debian.org

 -- Christoph Haas h...@debian.org  Wed, 26 Jan 2011 22:01:48 +0100

zabbix (1:1.8.3-3) unstable; urgency=low

  [ Michael Ablassmeier ]
  * zabbix-proxy-pgsql and -mysql: Fix package description (Closes:
#586961)
  * debian/po/da.po: added (Closes: #585485)

 -- Michael Ablassmeier a...@debian.org  Tue, 08 Feb 2011 21:27:46
+0100

** Affects: zabbix (Ubuntu)
 Importance: Wishlist
 Assignee: Mahyuddin Susanto (udienz)
 Status: In Progress

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

Title:
  Please merge zabbix 1:1.8.4-2 (universe) from Debian unstable (main)

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


  1   2   3   4   5   6   7   8   9   10   >