[Bug 956000] Re: 'juju' with no arguments gives confusing message

2012-04-03 Thread Benjamin Kerensa
@Clint: Is there a proposed change or who would be the person to make a
decision on what we should change the string to?

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

Title:
  'juju' with no arguments gives confusing message

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

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


[Bug 888936] Re: Please remove eucalyptus-commons-ext from precise

2012-04-03 Thread James Page
** Summary changed:

- eucalyptus-commons-ext version 0.5.0-0ubuntu3 failed to build with openjdk-7
+ Please remove eucalyptus-commons-ext from precise

** Description changed:

+ Eucalyptus has now been removed from precise.
+ 
+ This package was created to explicitly support eucalyptus so can be
+ dropped from the archive.
+ 
+ 
+ 
  During a rebuild test on precise with default-jdk switched to openjdk-7,
  a build failure was detected for eucalyptus-commons-ext version
  0.5.0-0ubuntu3.
  
  See attached log for full build failure details.
  
  This log snippet might also be of interest:
  
- [javac] 
/«PKGBUILDDIR»/src/hibernate-entitymanager-3.4.0.GA/src/org/hibernate/ejb/HibernatePersistence.java:20:
 warning: unmappable character for encoding ASCII
- [javac]* ?
- [javac]  ^
- [javac] Note: 
/«PKGBUILDDIR»/src/hibernate-entitymanager-3.4.0.GA/src/org/hibernate/ejb/packaging/JarVisitorFactory.java
 uses or overrides a deprecated API.
- [javac] Note: Recompile with -Xlint:deprecation for details.
- [javac] Note: Some input files use unchecked or unsafe operations.
- [javac] Note: Recompile with -Xlint:unchecked for details.
- [javac] 1 warning
-   [jar] Building jar: 
/«PKGBUILDDIR»/target/hibernate-entitymanager-3.4.0.GA+euca1.jar
+ [javac] 
/«PKGBUILDDIR»/src/hibernate-entitymanager-3.4.0.GA/src/org/hibernate/ejb/HibernatePersistence.java:20:
 warning: unmappable character for encoding ASCII
+ [javac]* ?
+ [javac]  ^
+ [javac] Note: 
/«PKGBUILDDIR»/src/hibernate-entitymanager-3.4.0.GA/src/org/hibernate/ejb/packaging/JarVisitorFactory.java
 uses or overrides a deprecated API.
+ [javac] Note: Recompile with -Xlint:deprecation for details.
+ [javac] Note: Some input files use unchecked or unsafe operations.
+ [javac] Note: Recompile with -Xlint:unchecked for details.
+ [javac] 1 warning
+   [jar] Building jar: 
/«PKGBUILDDIR»/target/hibernate-entitymanager-3.4.0.GA+euca1.jar
  
  buildmain:
- [mkdir] Created dir: 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
- [mkdir] Created dir: 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes/META-INF
- [javac] Compiling 820 source files to 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
- [javac] Note: Some input files use or override a deprecated API.
- [javac] Note: Recompile with -Xlint:deprecation for details.
-  [rmic] RMI Compiling 1 class to 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
-  [rmic] RMI Compiling 1 class to 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
-  [rmic] IIOP has been turned on.
-  [copy] Copying 30 files to 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
-  [copy] Copying 2 files to 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes/META-INF
+ [mkdir] Created dir: 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
+ [mkdir] Created dir: 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes/META-INF
+ [javac] Compiling 820 source files to 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
+ [javac] Note: Some input files use or override a deprecated API.
+ [javac] Note: Recompile with -Xlint:deprecation for details.
+  [rmic] RMI Compiling 1 class to 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
+  [rmic] RMI Compiling 1 class to 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
+  [rmic] IIOP has been turned on.
+  [copy] Copying 30 files to 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
+  [copy] Copying 2 files to 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes/META-INF
  
  buildtiger:
- [javac] Compiling 98 source files to 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
- [javac] 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/tiger/src/org/springframework/ui/ExtendedModelMap.java:45:
 error: name clash: addAllAttributes(Collection?) in ExtendedModelMap and 
addAllAttributes(Collection) in ModelMap have the same erasure, yet neither 
overrides the other
- [javac]   public ExtendedModelMap addAllAttributes(Collection? 
attributeValues) {
- [javac]   ^
- [javac] 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/tiger/src/org/springframework/ui/ExtendedModelMap.java:51:
 error: name clash: addAllAttributes(MapString,?) in ExtendedModelMap and 
addAllAttributes(Map) in ModelMap have the same erasure, yet neither overrides 
the other
- [javac]   public ExtendedModelMap addAllAttributes(MapString, ? 
attributes) {
- [javac]   ^
- [javac] 
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/tiger/src/org/springframework/ui/ExtendedModelMap.java:57:
 error: name clash: mergeAttributes(MapString,?) in ExtendedModelMap and 
mergeAttributes(Map) in ModelMap have the same 

[Bug 972254] Re: vmtoolsd crashed with SIGSEGV in SmcCloseConnection()

2012-04-03 Thread Graham Binns
** Visibility changed to: Public

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

Title:
  vmtoolsd crashed with SIGSEGV in SmcCloseConnection()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/972254/+subscriptions

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


[Bug 972254]

2012-04-03 Thread Apport retracing service
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/972254

Title:
  vmtoolsd crashed with SIGSEGV in SmcCloseConnection()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/972254/+subscriptions

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


[Bug 972254] Stacktrace.txt

2012-04-03 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/972254/+attachment/2994694/+files/Stacktrace.txt

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

Title:
  vmtoolsd crashed with SIGSEGV in SmcCloseConnection()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/972254/+subscriptions

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


[Bug 972254] StacktraceTop.txt

2012-04-03 Thread Apport retracing service
** Attachment added: StacktraceTop.txt
   
https://bugs.launchpad.net/bugs/972254/+attachment/2994695/+files/StacktraceTop.txt

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

Title:
  vmtoolsd crashed with SIGSEGV in SmcCloseConnection()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/972254/+subscriptions

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


[Bug 972254] ThreadStacktrace.txt

2012-04-03 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/972254/+attachment/2994696/+files/ThreadStacktrace.txt

** Changed in: open-vm-tools (Ubuntu)
   Status: New = Invalid

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

Title:
  vmtoolsd crashed with SIGSEGV in SmcCloseConnection()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/972254/+subscriptions

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


[Bug 972254] Crash report cannot be processed

2012-04-03 Thread Apport retracing service
Thank you for your report!

However, processing it in order to get sufficient information for the
developers failed (it does not generate a useful symbolic stack trace). This
might be caused by some outdated packages which were installed on your system
at the time of the report:

outdated debug symbol package for upstart: package version 1.5-0ubuntu3
dbgsym version 1.3-0ubuntu11


Please upgrade your system to the latest package versions. If you still
encounter the crash, please file a new report.

Thank you for your understanding, and sorry for the inconvenience!


** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/972254/+attachment/2994652/+files/CoreDump.gz

** Tags removed: need-i386-retrace

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

Title:
  vmtoolsd crashed with SIGSEGV in SmcCloseConnection()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/972254/+subscriptions

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


[Bug 913252] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-03 Thread James Page
Thanks for taking the time to file this bug report and help us make
Ubuntu better!

It would help quite a bit to diagnose and/or reproduce this problem if
you could include these two files:

/etc/mysql/my.cnf
/var/log/mysql/error.log

Without those its impossible to determine why mysql is failing to start.

Marking Importance Medium as it does not affect all users (able to
install mysql on 11.04 without issues).

Setting status to Incomplete pending response.

** Changed in: mysql-5.1 (Ubuntu)
   Importance: High = Medium

** Changed in: mysql-5.1 (Ubuntu)
   Status: New = Incomplete

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 913252] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-03 Thread James Page
This is probably a duplicate of bug 817843

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 972268] [NEW] clamscan crashed with SIGSEGV in pthread_cond_timedwait@@GLIBC_2.3.2()

2012-04-03 Thread James
Public bug reported:

This not the only SIGSEGV related crash I am having it is just the
first I can report.

I am also expericning problems with

Software Update (cli and ui)
Firfox
Thunderbird
Aptana
Flash Player

It did become noticibale after updating the linux kernal in the regular
update package

ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: clamav 0.97.3+dfsg-1ubuntu0.11.10.1
ProcVersionSignature: Ubuntu 3.0.0-18.31-generic 3.0.26
Uname: Linux 3.0.0-18-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Mon Apr  2 21:47:09 2012
ExecutablePath: /usr/bin/clamscan
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcCmdline: /usr/bin/clamscan --no-summary --block-encrypted 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/2869000.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/2867259.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/2867195.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/walkway.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/waterfall.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/walkwayB4.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/2867715.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/2867167.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/2867194.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/2867687.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/PostHeaderIcon.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/PostBullets.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Page-BgTexture.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/PostCategoryIcon.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Button.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Block-h.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Footer.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Block-v.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Block-c.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/spacer.gif 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/MenuItem.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/PostCommentsIcon.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Post-h.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Post-v.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Block-s.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Header.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/BlockHeaderIcon.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/rssIcon.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/subitem-bg.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Post-s.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/nav.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Header.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/PostQuote.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/comments.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/es_ES.mo 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/functions.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/archive.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/style.ie7.css 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/single.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/footer.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/searchform.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/fr_FR.mo 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/404.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/sidebar1.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/archives.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/links.php 
/home/username/Ubuntu\ 

[Bug 972268] Re: clamscan crashed with SIGSEGV in pthread_cond_timedwait@@GLIBC_2.3.2()

2012-04-03 Thread James
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in Ubuntu.
https://bugs.launchpad.net/bugs/972268

Title:
  clamscan crashed with SIGSEGV in pthread_cond_timedwait@@GLIBC_2.3.2()

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

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


[Bug 598385] Re: munin plugin exim_mailqueue has incorrect graph configuration

2012-04-03 Thread Vibhav Pant
** Changed in: munin (Ubuntu)
 Assignee: (unassigned) = Vibhav Pant (vibhavp)

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

Title:
  munin plugin exim_mailqueue has incorrect graph configuration

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

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


[Bug 938078] Re: Problems with mod_rewrite since updating to 2.2.14-5ubuntu8.8

2012-04-03 Thread James Page
** Changed in: apache2 (Ubuntu)
   Status: New = Invalid

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

Title:
  Problems with mod_rewrite since updating to 2.2.14-5ubuntu8.8

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

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


[Bug 972299] [NEW] package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-04-03 Thread Michael Kadmiel
Public bug reported:

python-uno didn't installed, and the system says that package manager is
damaged

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: ntp
ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
Uname: Linux 3.2.0-21-generic i686
ApportVersion: 2.0-0ubuntu2
Architecture: i386
Date: Tue Apr  3 13:05:36 2012
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426)
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.2.0-21-generic 
root=UUID=81c9da79-f0ee-478f-9a75-a602e1cc814e ro splash vt.handoff=7
SourcePackage: ntp
Title: package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
UpgradeStatus: Upgraded to precise on 2012-04-03 (0 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 972299] Re: package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-04-03 Thread Michael Kadmiel
-- 
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/972299

Title:
  package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 972268] Re: clamscan crashed with SIGSEGV in pthread_cond_timedwait@@GLIBC_2.3.2()

2012-04-03 Thread James
actually after restarting the zietgeist_daemon failed and when I clicked
report it seemed to fail to, it brought me to this window

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

Title:
  clamscan crashed with SIGSEGV in pthread_cond_timedwait@@GLIBC_2.3.2()

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

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


[Bug 598385] Re: munin plugin exim_mailqueue has incorrect graph configuration

2012-04-03 Thread Vibhav Pant
Attached debdiff


** Patch added: munin_1.4.6-3ubuntu3.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/598385/+attachment/2995052/+files/munin_1.4.6-3ubuntu3.debdiff

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

Title:
  munin plugin exim_mailqueue has incorrect graph configuration

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

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


[Bug 972299] Re: package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-04-03 Thread Robie Basak
From the log:

Setting up ntp (1:4.2.6.p2+dfsg-1ubuntu12) ...
Installing new version of config file /etc/apparmor.d/usr.sbin.ntpd ...
chown: invalid group: `ntp:ntp'
dpkg: error processing ntp (--configure):
 subprocess installed post-installation script returned error exit status 1


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

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

Title:
  package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 598385] Re: munin plugin exim_mailqueue has incorrect graph configuration

2012-04-03 Thread Vibhav Pant
Buildlog with the above debdiff :
https://launchpadlibrarian.net/99779565/buildlog_ubuntu-
precise-i386.munin_1.4.6-3ubuntu3_BUILDING.txt.gz

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

Title:
  munin plugin exim_mailqueue has incorrect graph configuration

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

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


[Bug 972299] Re: package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-04-03 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

So that I can have some more information about your system, could you
please post the results of the following commands:

grep ^ntp /etc/group
sudo adduser --system --group --no-create-home ntp

Once done, please change the status of this bug back to New.

Thanks!

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

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

Title:
  package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 919429] Re: Munin IO Service Time graph gives completely implausible numbers

2012-04-03 Thread James Page
** Changed in: munin (Ubuntu)
   Importance: High = Medium

** Also affects: munin (Ubuntu Precise)
   Importance: Medium
   Status: New

** Changed in: munin (Ubuntu Precise)
 Assignee: (unassigned) = James Page (james-page)

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

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

Title:
  Munin IO Service Time graph gives completely implausible numbers

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

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


[Bug 919429] Re: Munin IO Service Time graph gives completely implausible numbers

2012-04-03 Thread Launchpad Bug Tracker
This bug was fixed in the package munin - 1.4.6-3ubuntu3

---
munin (1.4.6-3ubuntu3) precise; urgency=low

  * d/patches/fix_iostat_plugin.patch: Cherry picked patch from upstream
trunk to correct output of iostat plugin (LP: #919429).
 -- James Page james.p...@ubuntu.com   Tue, 03 Apr 2012 11:31:24 +0100

** Changed in: munin (Ubuntu Precise)
   Status: In Progress = Fix Released

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

Title:
  Munin IO Service Time graph gives completely implausible numbers

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

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


[Bug 972334] Re: smbd crashed with SIGABRT in rep_strlcpy()

2012-04-03 Thread Apport retracing service
*** This bug is a duplicate of bug 913809 ***
https://bugs.launchpad.net/bugs/913809

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/972334/+attachment/2995288/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/972334/+attachment/2995290/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/972334/+attachment/2995291/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/972334/+attachment/2995292/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/972334/+attachment/2995293/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/972334/+attachment/2995294/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/972334/+attachment/2995296/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  smbd crashed with SIGABRT in rep_strlcpy()

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

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


[Bug 915832] Re: package php-pear 5.3.5-1ubuntu7.3 failed to install/upgrade

2012-04-03 Thread James Page
I've not been able to reproduce this bug on natty or any later release.

Andrey - please could you try again with the latest version of the php-
pear package in natty and let us know if that fixes your issue.

Marking 'Incomplete' pending response from reporter and downgrading to
'Low'.

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

** Changed in: php5 (Ubuntu)
   Importance: High = Low

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

Title:
  package php-pear 5.3.5-1ubuntu7.3 failed to install/upgrade

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

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


[Bug 916065] Re: php5 sessionmanagement ignores values in custom ini files

2012-04-03 Thread James Page
** Changed in: php5 (Ubuntu)
   Status: New = Confirmed

** Changed in: php5 (Ubuntu)
   Importance: High = Medium

** Changed in: php5 (Ubuntu)
   Status: Confirmed = Triaged

** Also affects: php5 (Ubuntu Precise)
   Importance: Medium
   Status: Triaged

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

Title:
  php5 sessionmanagement ignores values in custom ini files

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

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


[Bug 915259] Re: php5-mysql startup of pdo_mysql.so fail due to undefined symbol: php_pdo_register_driver

2012-04-03 Thread James Page
It looks like you php5 cli configuration might be broken.

php_pdo_register_driver is provided by /usr/lib/php5/20090626/pdo.so.

Please could you check that

a) you have a file named /etc/php5/cli/conf.d/pdo.ini

and

b) it contains:

; configuration for php PDO module
extension=pdo.so

Marking 'Incomplete' and downgrading importance to 'Low' as this does
not impact a clean install.

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

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

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

Title:
  php5-mysql  startup of pdo_mysql.so fail due to  undefined symbol:
  php_pdo_register_driver

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

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


[Bug 928608] Re: package bind9 1:9.7.3.dfsg-1ubuntu2.3 failed to install/upgrade: subproses skrip post-installation terpasang menghasilkan kesalahan status keluaran: 1

2012-04-03 Thread James Page
Looks like you have a problem with the permissions on the bind
configuration file:

Feb  8 10:31:32 asse named[2208]: loading configuration from 
'/etc/bind/named.conf'
Feb  8 10:31:32 asse named[2208]: none:0: open: /etc/bind/named.conf: 
permission denied
Feb  8 10:31:32 asse named[2208]: loading configuration: permission denied
Feb  8 10:31:32 asse named[2208]: exiting (due to fatal error)

Please try fixing them and then retry the upgrade/install.

Marking 'Invalid' - please set back to 'New' if you feel that this is
still an issue.

** Changed in: bind9 (Ubuntu)
   Status: New = Invalid

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

Title:
  package bind9 1:9.7.3.dfsg-1ubuntu2.3 failed to install/upgrade:
  subproses skrip post-installation terpasang menghasilkan kesalahan
  status keluaran: 1

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

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


[Bug 859816] Re: package bind9 1:9.7.0.dfsg.P1-1ubuntu0.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-03 Thread James Page
Thanks for taking the time to report this bug.

Assuming that this is still an issue please could you check in
/var/log/syslog for any log entries related to this failure and attach
them to this bug report.

Thanks.

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

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

Title:
  package bind9 1:9.7.0.dfsg.P1-1ubuntu0.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 919201] Re: package bind9 1:9.7.0.dfsg.P1-1ubuntu0.4 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-04-03 Thread James Page
Hi Ezzi

Thanks for taking the time to report this bug.

Please could you check for any errors in /var/log/syslog related to
bind/named not being able to startup - that should help us diagnose your
issue further.

Marking 'Incomplete' pending your response.


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

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

Title:
  package bind9 1:9.7.0.dfsg.P1-1ubuntu0.4 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

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

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


[Bug 943000] Re: update to system fails with Exception value: 'NoneType' object has no attribute 'os_version'

2012-04-03 Thread Launchpad Bug Tracker
This bug was fixed in the package cobbler -
2.1.0+git20110602-0ubuntu26.2

---
cobbler (2.1.0+git20110602-0ubuntu26.2) oneiric-proposed; urgency=low

  * debian/patches/58_ubuntu_from_git_pxe_fails_on_image.patch:
pxegen.py crashes if an image without distro is genned. Patch
rebased  augmented from upstream Git. Other codepaths may
lead to similar crashes, but I am only correcting the specific
error we got. (LP: #943000)
 -- C de-Avillez hgg...@ubuntu.com   Thu, 01 Mar 2012 11:31:58 -0600

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

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

Title:
  update to system fails with  Exception value: 'NoneType' object has no
  attribute 'os_version'

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

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


[Bug 812367] Re: package bind9 1:9.7.0.dfsg.P1-1ubuntu0.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-03 Thread James Page
Hi Divan

On the assumption that you are still seeing this issue please could you
check /var/log/syslog for any errors related to named/bind startup and
append the information to this bug report.

Marking 'Incomplete' pending your response.

Thanks

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

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

Title:
  package bind9 1:9.7.0.dfsg.P1-1ubuntu0.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 765897] Re: package bind9 1:9.7.0.dfsg.P1-1ubuntu0.1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2012-04-03 Thread James Page
Hi Thorsten

Please could you check /var/log/syslog for any errors relating to
bind/named not being able to startup and append the information to this
bug report.

Marking 'Incomplete' pending your response.

Thanks

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

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

Title:
  package  bind9 1:9.7.0.dfsg.P1-1ubuntu0.1 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 1

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

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


[Bug 930280] Re: AppArmor profile for named prevents reading of samba4 zone and keytab

2012-04-03 Thread James Page
** Changed in: bind9 (Ubuntu)
   Importance: Medium = Wishlist

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

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

Title:
  AppArmor profile for named prevents reading of samba4 zone and keytab

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

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


[Bug 834901] Re: Apparmor profile blocks geoip db access

2012-04-03 Thread James Page
Will still be an issue in precise.

I think that this would be a nice addition but it might make more sense
to add some documentation about how to setup this feature to this
package rather than having it implicitly enabled.

Marked 'Triaged' as more that enough information for dev's to take this
forward.

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

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

Title:
  Apparmor profile blocks geoip db access

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

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


[Bug 920061] Re: package bind9 1:9.7.3.dfsg-1ubuntu4.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-04-03 Thread James Page
I don't believe this is actually an issue with bind9 as the error is
coming from resolvconf - which is called as bind9 starts up.

** Package changed: bind9 (Ubuntu) = resolvconf (Ubuntu)

** Summary changed:

- package bind9 1:9.7.3.dfsg-1ubuntu4.1 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
+ package bind9 1:9.7.3.dfsg-1ubuntu4.1 failed to install/upgrade: 
ErrorMessage: resolvconf: Error: /etc/resolv.conf must be a symlink

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

Title:
  package bind9 1:9.7.3.dfsg-1ubuntu4.1 failed to install/upgrade:
  ErrorMessage: resolvconf: Error: /etc/resolv.conf must be a symlink

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

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


[Bug 915259] Re: php5-mysql startup of pdo_mysql.so fail due to undefined symbol: php_pdo_register_driver

2012-04-03 Thread Zoro
Please could you check that

a) you have a file named /etc/php5/cli/conf.d/pdo.ini

/etc/php5/cli/conf.d$ ls
mysqli.ini  mysql.ini  pdo_mysql.ini

I didn't had a pdo.ini with :
 ; configuration for php PDO module
extension=pdo.so

I created it and now it works ! No more mail every 30 minutes !

Thanks a lot !

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

Title:
  php5-mysql  startup of pdo_mysql.so fail due to  undefined symbol:
  php_pdo_register_driver

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

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


[Bug 912403] Re: package bind9 1:9.7.3.dfsg-1ubuntu2.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-03 Thread James Page
** Changed in: bind9 (Ubuntu)
   Importance: Medium = Low

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

Title:
  package bind9 1:9.7.3.dfsg-1ubuntu2.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 888752] Re: dovecot 2 on 11.10 - mysql db access is sortof missing

2012-04-03 Thread James Page
Thanks for taking the time to report this bug.

Ubuntu 11.10 introduced a new dovecot package - dovecot-mysql - to
support this functionality.

Any chance you did not have this installed?

Marking 'Incomplete' pending you response.

Thanks

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

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

Title:
  dovecot 2 on 11.10 - mysql db access is sortof missing

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

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


[Bug 948115] Re: Detect if system is running upstart seems wrong

2012-04-03 Thread James Page
Hi Laurent

Thanks for taking the time to report this bug.

Upstart is the supported init system for Ubuntu - so I don't believe
this is a bug as the changes are held in the Ubuntu delta over the
original Debian packaging.  The scenario you describe is very unlikely.

Marking 'Invalid' with this in mind.

Thanks

** Changed in: mcollective (Ubuntu)
   Status: New = Invalid

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

Title:
  Detect if system is running upstart seems wrong

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

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


[Bug 972268] Re: clamscan crashed with SIGSEGV in pthread_cond_timedwait@@GLIBC_2.3.2()

2012-04-03 Thread Scott Kitterman
I don't see any evidence this is a clamav bug.

** Package changed: clamav (Ubuntu) = ubuntu

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

Title:
  clamscan crashed with SIGSEGV in pthread_cond_timedwait@@GLIBC_2.3.2()

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

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


[Bug 972268] [NEW] clamscan crashed with SIGSEGV in pthread_cond_timedwait@@GLIBC_2.3.2()

2012-04-03 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

This not the only SIGSEGV related crash I am having it is just the
first I can report.

I am also expericning problems with

Software Update (cli and ui)
Firfox
Thunderbird
Aptana
Flash Player

It did become noticibale after updating the linux kernal in the regular
update package

ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: clamav 0.97.3+dfsg-1ubuntu0.11.10.1
ProcVersionSignature: Ubuntu 3.0.0-18.31-generic 3.0.26
Uname: Linux 3.0.0-18-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Mon Apr  2 21:47:09 2012
ExecutablePath: /usr/bin/clamscan
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcCmdline: /usr/bin/clamscan --no-summary --block-encrypted 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/2869000.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/2867259.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/2867195.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/walkway.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/waterfall.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/walkwayB4.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/2867715.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/2867167.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/2867194.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/Site/2867687.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/PostHeaderIcon.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/PostBullets.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Page-BgTexture.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/PostCategoryIcon.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Button.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Block-h.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Footer.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Block-v.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Block-c.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/spacer.gif 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/MenuItem.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/PostCommentsIcon.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Post-h.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Post-v.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Block-s.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Header.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/BlockHeaderIcon.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/rssIcon.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/subitem-bg.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Post-s.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/nav.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/Header.jpg 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/images/PostQuote.png 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/comments.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/es_ES.mo 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/functions.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/archive.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/style.ie7.css 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/single.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/footer.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/searchform.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/fr_FR.mo 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/404.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/sidebar1.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/archives.php 
/home/username/Ubuntu\ 
One/Documents/un-organized/www/client/harry/theme/links.php 
/home/username/Ubuntu\ 

[Bug 941874] Re: (fakeraid) root device not activated during boot

2012-04-03 Thread Shannon VanWagner
Works for me as well now, thanks!

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

Title:
  (fakeraid) root device not activated during boot

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

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


[Bug 972268] Re: clamscan crashed with SIGSEGV in pthread_cond_timedwait@@GLIBC_2.3.2()

2012-04-03 Thread Robert Roth
** Package changed: ubuntu = clamav (Ubuntu)

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

Title:
  clamscan crashed with SIGSEGV in pthread_cond_timedwait@@GLIBC_2.3.2()

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

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


[Bug 841672] Re: ssh-add does not always unlock ssh keys

2012-04-03 Thread Hamish Downer
My use case is that I have a script (using tmuxinator) that opens
several shells inside tmux and executes ssh in them, all at once. I run
ssh-add before starting the script, so that I only have to enter the
passphrase once. However with this behaviour I have to enter the
passphrase into the gui dialog box multiple times.

After that ssh and the agent work as expected. But I can't seem to
unlock the ssh key properly before starting an actual ssh session.

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

Title:
  ssh-add does not always unlock ssh keys

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

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


[Blueprint servercloud-p-cloud-image-testing] Ubuntu Server Cloud Image Testing

2012-04-03 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Summary of Objectives for Precise
  
  1) Daily Smoke Testing of Ubuntu AMI's
  Triggered from cloud image query information.
  Should cover all images.
  Check that they boot.
  Verify each AMI once only.
  
  2) Daily AMI testing for the development release
  Precise should implement daily image testing using basic smoke test to ensure 
that the AMI is always usable during the development cycle.
  
  3) Daily Testing of Cloud Images
  In addition to the published AMI's, we should implement testing of the 
generic cloud images on the following cloud platforms:
  Eucalyptus
  Eucalyptus Community Cloud?
  OpenStack - including KVM and LXC and Xen
  Canonistack?
  FreeCloud (NTT and RackSpace)?
  
  4) Full Testing of Release Ubuntu Images
  Automated testing will be built into the twice weekly image release 
publishing process and will cover:
    a) An initial smoke test
    b) Followed by full image testing
  Testing will likely be implemented using Jenkins and published to 
jenkins.qa.ubuntu.com.
  
  Full Notes from UDS-P session: http://pad.ubuntu.com/uds-p-servercloud-p
  -cloud-image-testing
  
  Work items for precise-alpha-1:
  [james-page]   agree funding of daily AMI testing/cost modelling for 
justification: DONE
  setup daily testing for current development release: DONE
  
  Work items for precise-alpha-2:
  [utlemming]   update image promotion process to integrate with Jenkins 
automated testing: POSTPONED
  update testing framework to make use of spare ec2 time: POSTPONED
- investigate/implement automated reporting of test results to 
iso.qa.ubuntu.com: TODO
+ investigate/implement automated reporting of test results to 
iso.qa.ubuntu.com: POSTPONED
  
  Work items:
  setup smoke testing of previous ubuntu release images: DONE
  investigate options for testing ubuntu cloud images on freecloud/canonistack: 
POSTPONED
  investigate options for testing ubuntu cloud images on eucalyptus: POSTPONED
  [james blair]   freecloud should get full arm servers and integrate: POSTPONED
  consider test of arm disk images or arm partition images in LXC: POSTPONED

-- 
Ubuntu Server Cloud Image Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloud-image-testing

-- 
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 935071] Re: Please remove drools from precise

2012-04-03 Thread James Page
** Summary changed:

- drools version 4.0.7-0ubuntu1 FTBFS on i386 in precise
+ Please remove drools from precise

** Description changed:

+ The only reverse-depends of this package (eucalyptus) has been removed
+ from Ubuntu.
+ 
+ Fixing this FTBFS will require a major version upgrade which seem pretty
+ pointless as nothing will actually be using it.
+ 
+ Please remove it from the precise archive.
+ 
+ 
  
  This is a semi-automatic report based on the latest archive rebuild results 
[1].
  Apologies if it reaches you in error.
  
  Excerpt from the buildlog:
  
- [javac] DRLParser.java:1141: cannot find symbol
- [javac] symbol  : variable backtracking
- [javac] location: class org.drools.lang.DRLParser
- [javac] if ( backtracking==0 ) {
- [javac]  ^
- [javac] DRLParser.java:1159: cannot find symbol
- [javac] symbol  : variable failed
- [javac] location: class org.drools.lang.DRLParser
- [javac]   
match(input,LEFT_SQUARE,FOLLOW_LEFT_SQUARE_in_argument587); if (failed) return 
name;
- [javac]   
^
- [javac] Note: Some input files use or override a deprecated API.
- [javac] Note: Recompile with -Xlint:deprecation for details.
- [javac] Note: Some input files use unchecked or unsafe operations.
- [javac] Note: Recompile with -Xlint:unchecked for details.
- [javac] 100 errors
+ [javac] DRLParser.java:1141: cannot find symbol
+ [javac] symbol  : variable backtracking
+ [javac] location: class org.drools.lang.DRLParser
+ [javac] if ( backtracking==0 ) {
+ [javac]  ^
+ [javac] DRLParser.java:1159: cannot find symbol
+ [javac] symbol  : variable failed
+ [javac] location: class org.drools.lang.DRLParser
+ [javac]   
match(input,LEFT_SQUARE,FOLLOW_LEFT_SQUARE_in_argument587); if (failed) return 
name;
+ [javac]   
^
+ [javac] Note: Some input files use or override a deprecated API.
+ [javac] Note: Recompile with -Xlint:deprecation for details.
+ [javac] Note: Some input files use unchecked or unsafe operations.
+ [javac] Note: Recompile with -Xlint:unchecked for details.
+ [javac] 100 errors
  
  BUILD FAILED
  /build/buildd/drools-4.0.7/debian/build.xml:20: The following error occurred 
while executing this line:
  /build/buildd/drools-4.0.7/debian/build.xml:55: Compile failed; see the 
compiler error output for details.
  
  Total time: 24 seconds
  make: *** [debian/stamp-ant-build] Error 1
  dpkg-buildpackage: error: debian/rules build gave error exit status 2
  **
  Build finished at 20120205-0425
  FAILED [dpkg-buildpackage died]
  
+ The full buidlog can be found at https://launchpad.net/ubuntu/+archive
+ /test-rebuild-20120201/+build/3143874/+files/buildlog_ubuntu-
+ precise-i386.drools_4.0.7-0ubuntu1_FAILEDTOBUILD.txt.gz.
  
- The full buidlog can be found at 
https://launchpad.net/ubuntu/+archive/test-rebuild-20120201/+build/3143874/+files/buildlog_ubuntu-precise-i386.drools_4.0.7-0ubuntu1_FAILEDTOBUILD.txt.gz.
- 
- 
- [1] 
http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-20120201-precise.html
+ [1] http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-
+ rebuild-20120201-precise.html

** Changed in: drools (Ubuntu Precise)
   Status: Incomplete = New

** Changed in: drools (Ubuntu Precise)
 Assignee: James Page (james-page) = (unassigned)

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

Title:
  Please remove drools from precise

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

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


[Bug 933723] Re: bind9 registering itself with resolvconf but not set up to forward queries

2012-04-03 Thread Thomas Hood
** Summary changed:

- resolvconf creating bogus resolv.conf file
+ bind9 registering itself with resolvconf but not set up to forward queries

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

Title:
  bind9 registering itself with resolvconf but not set up to forward
  queries

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

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


[Bug 511314] Re: package bind9 1:9.6.1.dfsg.P1-3ubuntu0.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-03 Thread Thomas Hood
*** This bug is a duplicate of bug 437783 ***
https://bugs.launchpad.net/bugs/437783

This not a duplicate of #437783 which is related to postfix and
resolvconf.  The failure from DpkgTerminalLog.txt is:

Setting up bind9 (1:9.6.1.dfsg.P1-3ubuntu0.3) ...
 * Starting domain name service... bind9
   ...fail!
invoke-rc.d: initscript bind9, action start failed.
dpkg: error processing bind9 (--configure):
 subprocess installed post-installation script returned error exit status 1

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

Title:
  package bind9 1:9.6.1.dfsg.P1-3ubuntu0.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 437783] Re: bind9 failed to start : resolvconf: Error: /etc/resolv.conf must be a symlink

2012-04-03 Thread Thomas Hood
The original problem was postconf failing to open main.cf and
/etc/resolvconf/update-libc.d/postfix trying to copy /etc/resolv.conf
onto itself at the line

cp /etc/resolv.conf $(/usr/sbin/postconf -h
queue_directory)/etc/resolv.conf

because postconf -h queue_directory returns a null string.  The bug is
still present in postfix 2.9.1-2 and has nothing to do with resolvconf:
Error: /etc/resolv.conf must be a symlink which all the duplicates,
except #511314, *do* involve.

Somehow or other this report, #437783, or a clone of it, should be
detached from all the duplicates and assigned to postfix.

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

Title:
  bind9 failed to start : resolvconf: Error: /etc/resolv.conf must be a
  symlink

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

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


Re: [Bug 888752] Re: dovecot 2 on 11.10 - mysql db access is sortof missing

2012-04-03 Thread James Page
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi James

On 03/04/12 15:20, James Brake wrote:
 I installed and uninstalled and re-installed several times. I
 eventually just downgraded to the most recent LTS.

I don't suppose you have the details of the error message you where
getting?

If not I'll try to reproduce in precise to see if we still have an
issue.


- -- 
James Page
Ubuntu Core Developer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJPewyJAAoJEL/srsug59jDCO8P/RNe3xFK3pc2CH5jzy3JOftx
lHxmvPmn7YGi+hD9rHlzuVDA3ffcVQ1UrOnrb6iviPWn7k2J/LwXsLc4OIXvwXm3
TRHvnIvnXer+KQOPHc/oJSD8f3K2o35Mgah7xoHPGgVCzU2qHZmizn1j1WRV1lBa
LcP4ZCQsxwH7zZzaVLavqbctP63br5DEZpNQPQ3BAvh9zPEqCPdzOR4jyBQ/3G/m
TEztnSE2RDrZeMqIhpllLB1BDrdORCTxsBev0dtIOilVgqGH+H4HtLmxmEIvBghy
S6m16V08ybPIGkEMSCfkM4z8qTOfBTR1Bru7REXKbBqSbcn2+pZplDShfUpiXp5v
d2dkdX07ZQmO/PY735eddsCWu8sCb0gSei5L6E6nTgsJwqemcT3pVom8k2EclNCd
wT2hmpaFILdDqDKXYYEmnzMaiOCizQQuMauhcPWJIRmTOQWsZDddpzmbplbIbpJ9
3H9WMCPd4PmmD9NZlxfx9K3C8OaQXA3/WM2fJpFh6udEoxbhKgmy48ZhXo9sU9SG
yuCcbagzRopv41Erwyw9+N6QBdNVTtvkgcicO/H3P7MczUt5t1XjIpdUSKtDOlJh
wjjS9qv3HHS9ycAvlJTcSmiKkuRUpmCMyu7NhZ9euAlw6TeUH0BE2O6Q0FbVdAzj
WJ+Cod72dkCgdrmtVkXE
=kt75
-END PGP SIGNATURE-

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

Title:
  dovecot 2 on 11.10 - mysql db access is sortof missing

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

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


[Bug 437783] Re: bind9 failed to start : resolvconf: Error: /etc/resolv.conf must be a symlink

2012-04-03 Thread Thomas Hood
Now to address the bug which all the *duplicates*, except #511314 and
#437783, are about, namely, that installing bind9 aborts with
resolvconf: Error: /etc/resolv.conf must be a symlink.

First, resolvconf in Precise no longer returns an error condition if
/etc/resolv.conf is not a symlink, so the bind9 initscript will not
abort any more once resolvconf has been upgraded.

Second, bind9 in Precise no longer defaults to registering 127.0.0.1
with resolvconf on start, so the new bind9 initscript will not abort.

I fear, however, that failures will still occur on upgrade when the
bind9 preinst stops bind9 and neither bind9 nor resolvconf has been
upgraded yet.

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

Title:
  bind9 failed to start : resolvconf: Error: /etc/resolv.conf must be a
  symlink

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

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


[Bug 423252] Re: NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, and atd

2012-04-03 Thread cdmiller
Re #120 (adam-stokes)

The best workable solution for me would be working official packages for
Lucid and Pangolin.  Working LDAP authn/z over TLS is baseline
functionality for us (servers and academic computer labs).

I've had no problems with the patch from #73 thus far on our Lucid
servers.  Most traffic is Apache php/suexec.  Day to day use is sudo/su
for sysadmins.  Have not noticed any side effects.  We've been running
this way since 2011-04-11.

Currently planning to test nutznbotz #113 gnutls using nettle and
adejong #119 nss-pam-ldapd,  but not until summer when we test Pangolin
for production.

Thanks canonical folks and patch contributors for all the great work on
this.

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

Title:
  NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2
  suexec, and atd

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

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


Re: [Bug 888752] Re: dovecot 2 on 11.10 - mysql db access is sortof missing

2012-04-03 Thread James Page
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 03/04/12 16:01, James Brake wrote:
 Unfortunately I don't have details.

No problem.

 There could have been an issue with the mysql library, all of my
 strace -p on the processes that I tried to start errored on the
 mysql libs. I had done the typical install that worked fine on LTS.
 The pro-ftp also errored on the mysql libs.

Hmm - it does sound like it.  Would you be able to provide a redacted
copy of you dovecot/mysql configuration? or an overview of how you are
using mysql with dovecot at least?

Thanks

- -- 
James Page
Ubuntu Core Developer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJPexF8AAoJEL/srsug59jDQeUP/iT2RVbna2hQ5pFjbJPSR3FH
rxrDcQWX6i4RbFDxt2Iyc35UkNd1RuD1qv/ZPIfUUxkV/JeR2JJy/OuO+Se/Xqd2
L65O0BgNg3z+JH6TKZ4VYRY4VijjBU/CC7aVSWG/cD9t4MJugTeEZMNYh8wwj7FS
4QyJ2bx9fWZ0EZG1I1MYKHBns/pSzmOKJTohl5d6/2sW0pSNumUik2eXbvgcEw9N
IjoqRi7e4MsFsgxex/gvTJF3zN706D1HGYl3XWvIPgdTr6nce+MwUvWveYwiHjAC
noERBNAV9kAcRA+DKw2fDOPeGemBg7u0gDnmqLxu4lqIy8m9GNk6WMkH4ELEQm0f
4jVk1BLzOaZaCtGKpeXThdv35hlo48SpOJCLHqO4YUy1FnsKBtlngyx9y0kUvl8V
xemnCCLaktSMS/lYG0kzqTirP7cx8KsL5/USvnnLYiiNvf4ajAUM2zACx2mxwPfN
+BrA8xstLVxKZ+0qcNhom31H/zf1sMWVASD9acu4p34D6vKu1+ZG15s7CIr7NyZV
9SkUleGi5nw7lc2hZkrX66OSdQYooZo621bsuMwVCYM2WuwSPFHPcNq5rLtQ8mr3
XRuuG9x6qrNfHffK0Ky1HOhjkfHpORBPAlYbyY7MAv1JlMaj+QrK+p9m1GH7ks7h
mw1ZZ1NYEe5RByYnIKab
=44GA
-END PGP SIGNATURE-

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

Title:
  dovecot 2 on 11.10 - mysql db access is sortof missing

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

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


[Bug 423252] Re: NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, and atd

2012-04-03 Thread Andreas Ntaflos
Just to add something that has nothing to do directly with this bug, but
is related: we have been using SSSD for quite a while now, using Timo
Aaltonen's PPA https://launchpad.net/~sssd/+archive/updates and could
not be happier. In my opinion SSSD is the superior solution for all
things authn/authz, tying together LDAP, Kerberos and PAM. There are
still some minor Ubuntu-related issues with the ordering of the involved
PAM modules but everything works very well, apart from that.

I think Ubuntu would do well to properly integrate and incorporate SSSD,
especially in the Server edition.

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

Title:
  NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2
  suexec, and atd

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

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


[Bug 972531] Re: smbd crashed with SIGABRT in rep_strlcpy()

2012-04-03 Thread Apport retracing service
*** This bug is a duplicate of bug 913809 ***
https://bugs.launchpad.net/bugs/913809

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/972531/+attachment/2996726/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/972531/+attachment/2996728/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/972531/+attachment/2996729/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/972531/+attachment/2996730/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/972531/+attachment/2996731/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/972531/+attachment/2996732/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/972531/+attachment/2996734/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  smbd crashed with SIGABRT in rep_strlcpy()

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

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


[Bug 972552] Re: smbd crashed with SIGABRT in rep_strlcpy()

2012-04-03 Thread Apport retracing service
*** This bug is a duplicate of bug 913809 ***
https://bugs.launchpad.net/bugs/913809

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/972552/+attachment/2996836/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/972552/+attachment/2996838/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/972552/+attachment/2996839/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/972552/+attachment/2996840/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/972552/+attachment/2996841/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/972552/+attachment/2996842/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/972552/+attachment/2996844/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  smbd crashed with SIGABRT in rep_strlcpy()

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

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


[Bug 972578] [NEW] rabbitmq-server 2.7.1-0ubuntu4 failed to start due to wrong directory owner

2012-04-03 Thread a-gordeev
Public bug reported:

hello, i'm not sure about who is creating /var/lib/rabbitmq, but it has
wrong owner:group - root. And this issue prevents rabbitmq-server
service from starting.

after 
$ chown -R rabbitmq:rabbitmq /var/lib/rabbitmq/

rabbitmq-server starts successfully.

** Affects: rabbitmq-server (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Changed in: rabbitmq-server (Ubuntu)
   Status: New = Invalid

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

Title:
  rabbitmq-server 2.7.1-0ubuntu4 failed to start due to wrong directory
  owner

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

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


[Bug 972578] Re: rabbitmq-server 2.7.1-0ubuntu4 failed to start due to wrong directory owner

2012-04-03 Thread a-gordeev
sorry, being wrong, please close/remove the report

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

Title:
  rabbitmq-server 2.7.1-0ubuntu4 failed to start due to wrong directory
  owner

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

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


[Bug 928990] Re: fsck / dirty filesystem on instance is death

2012-04-03 Thread James Page
** Changed in: cloud-init (Ubuntu)
 Assignee: (unassigned) = Ben Howard (utlemming)

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

Title:
  fsck / dirty filesystem on instance is death

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

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


[Bug 967887] Re: Glance's auto-recovery of db connections is incompatible with newer sqlalchemy

2012-04-03 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/6167
Committed: 
http://github.com/openstack/glance/commit/f5ed968136311da032989eab71a5b69e99d15add
Submitter: Jenkins
Branch:milestone-proposed

commit f5ed968136311da032989eab71a5b69e99d15add
Author: Adam Gandelman ad...@canonical.com
Date:   Wed Mar 28 17:08:13 2012 -0700

Add MySQLPingListener() back

The use of wrap_db() to catch low-level problems in the connection
pool appears to be incompatible with new versions of sqlalchemy
(0.7.4/precise).  This re-instates the use of a event listener to
catch the error of 'mysql has gone away'.  Keeps the wrapping
logic in place for use before the connection pool has been constructed,
specifically to allow glance to retry its initial database connection on
service startup.

Fixes bug 967887

Change-Id: Ia732377d3404104b8acf7fe4ada164ec7ecf705f


** Changed in: glance
   Status: Fix Committed = Fix Released

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

Title:
  Glance's auto-recovery of db connections is incompatible with newer
  sqlalchemy

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

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


[Bug 947309] Re: racoon phase 2 negotiation fails with Win Vista/7

2012-04-03 Thread Kaarle Ritvanen
I installed the patched package on my client's server a couple of weeks
ago, and I haven't heard any complaints since. I haven't yet had the
chance to personally verify the behavior, but I plan to do that when I'm
visiting their site later this week.

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

Title:
  racoon phase 2 negotiation fails with Win Vista/7

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

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


[Bug 837049] Re: php5 FTBFS (amd64 only)

2012-04-03 Thread mynelis
I am having the same problem with Ubuntu 12.04 amd64. I was trying to compile 
PHP 5.3.10.
Where is the fix and how do I apply it?

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

Title:
  php5 FTBFS (amd64 only)

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

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


[Bug 972786] [NEW] racoon does not bind to interfaces brought up afterwards

2012-04-03 Thread Kaarle Ritvanen
Public bug reported:

Release: 11.04
racoon version: 1:0.7.3-12ubuntu1

When a new network interface is brought up, racoon does not bind to its
address if already running. Many other daemon packages, such as openssh-
server, contain a script in /etc/network/if-up.d to signal or restart
the daemon in this situation. I think the racoon package should also
come with such a script.

** Affects: ipsec-tools (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  racoon does not bind to interfaces brought up afterwards

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

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


[Bug 972786] Re: racoon does not bind to interfaces brought up afterwards

2012-04-03 Thread Kaarle Ritvanen
** Patch added: Suggested solution
   
https://bugs.launchpad.net/bugs/972786/+attachment/2998333/+files/ipsec-tools-sighup-on-if-up.patch

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

Title:
  racoon does not bind to interfaces brought up afterwards

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

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


[Bug 972786] Re: racoon does not bind to interfaces brought up afterwards

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

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

** Tags added: patch

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

Title:
  racoon does not bind to interfaces brought up afterwards

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

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


[Blueprint servercloud-p-ceph] Preparing CEPH for main inclusion

2012-04-03 Thread Clint Byrum
Blueprint changed by Clint Byrum:

Whiteboard changed:
  Work Items:
  [canonical-kernel-team] investigate large xattr support patch from Ted T'so 
in ext4: POSTPONED
  [canonical-kernel-team] potentially help push large xattr support to ext4: 
POSTPONED
  confer with kernel-team to decide on which to recommend, ext4/xfs/btrfs (xfs 
or btrfs, ext4 will not work due to large xattr problems): DONE
  define Ubuntu supported configurations of CEPH: TODO
  improve ceph charms: TODO
  integrate ceph charm with openstack charms: TODO
  libvirt changes needed: TODO
  MIR ceph ( http://pad.lv/932898 ): DONE
  [serge-hallyn] enable rbd and rados in qemu-kvm builds: BLOCKED
  [nijaba] correctly message technology preview for non-supported bits: TODO
  investigate apache + 100 continue support for rados S3 GW: TODO
  push nagios and collectd plugins into Ubuntu/Debian/Upstream: POSTPONED
- setup automated build recipe against upstream source: TODO
- import upstream test suite into archive: TODO
+ setup automated build recipe against upstream source: POSTPONED
+ import upstream test suite into archive: POSTPONED
  [sconklin] ext4/btrfs/xfs testing in QA: POSTPONED
  
  Notes:
  qemu-kvm librados builds are blocked on bug 932898 being fix released.
  
  No formal spec needed IMO, this is just a pile of straight forward
  actions.
  
   * gceph is not reasonable to be in main (upstream doesnt want to
  support)
  
  Today rbd is loaded loaded at runtime
  
   - MIR librbd and librados for qemu/kvm
    - compile qemu-kvm with ceph (rbd, rados) block device support, see:
    - https://launchpad.net/~kirkland/+archive/virt/+packages
   - MIR all of ceph for hosting ceph
   - include latest libvirt rbd support (for rbd authentication)
   - Existing Openstack Support
     - Nova since cactus can use CEPH for block
     - Diablo added glance support for CEPH for image storage
   - Dreamhost using mainline BTRFS and debian kernel for current deployment
  - Dreamhost launching at scale in a few weeks
  - CEPH is an independent business unit under Dreamhost
  - Dreamhost using fastcgi + apache for rados gateway (can use nginx, too)
  
   Dependencies:
   modfast-cgi
  Concerns;
  - Upstream makes a release every 2 weeks
  - No stable release branches upstream
  - Limited deployment outside Dreamhost
  - unencrypted over the wire
    - apps can implement security on top of it
    - IPv6 is supported
  Additional Opportunities:
  - Integrate tightly with OpenStack in packaging
  - Add support for ceph in juju openstack charms
  - BTRFS ideal, XFS also working well, ext4 missing large xattr support
  - Upstream asserts that CEPH is under heavy development (cmdline programs 
remind user at every execution)
   - in the openstack use case, for kvm, there is no need for kernel code at all
    - if we want to support xen, it would require using the block device kernel 
code for rdb
  Support Targets:
  - RBD

-- 
Preparing CEPH for main inclusion
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-ceph

-- 
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 972845] [NEW] after upgrade to precise, service did not start

2012-04-03 Thread Jon Smirl
Public bug reported:

I had this service running under oneiric.  After upgrade to precise it
didn't start. Trying to start it manually:

jonsmirl@terra:/etc/init.d$ service tftpd-hpa start
start: Rejected send message, 1 matched rules; type=method_call, 
sender=:1.94 (uid=1000 pid=6233 comm=start tftpd-hpa ) 
interface=com.ubuntu.Upstart0_6.Job member=Start error name=(unset) 
requested_reply=0 destination=com.ubuntu.Upstart (uid=0 pid=1 
comm=/sbin/init)

I then removed the package and reinstalled it. And the service now
starts and works ok.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: tftpd-hpa 5.2-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
Uname: Linux 3.2.0-21-generic x86_64
ApportVersion: 2.0-0ubuntu3
Architecture: amd64
Date: Tue Apr  3 16:51:10 2012
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
SourcePackage: tftp-hpa
UpgradeStatus: Upgraded to precise on 2012-04-02 (1 days ago)

** Affects: tftp-hpa (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  after upgrade to precise, service did not start

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

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


[Bug 972845] Re: after upgrade to precise, service did not start

2012-04-03 Thread Jon Smirl
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa in Ubuntu.
https://bugs.launchpad.net/bugs/972845

Title:
  after upgrade to precise, service did not start

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

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


[Bug 959294] Re: Can't delete users

2012-04-03 Thread Thierry Carrez
** Changed in: keystone
Milestone: None = essex-rc2

** Tags removed: essex-rc-potential

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

Title:
  Can't delete users

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

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


[Bug 868360] Re: Incorrect secret key causes user details to be revealed

2012-04-03 Thread Mark McLoughlin
** Changed in: nova
 Assignee: (unassigned) = Stanislaw Pitucha (stanislaw-pitucha)

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

Title:
  Incorrect secret key causes user details to be revealed

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

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


[Bug 863305] Re: Image access control is available

2012-04-03 Thread Mark McLoughlin
** Changed in: nova
 Assignee: (unassigned) = Stanislaw Pitucha (stanislaw-pitucha)

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

Title:
  Image access control is available

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

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


[Bug 861582] Re: Failed snapshots are not cleaned up

2012-04-03 Thread Mark McLoughlin
** Changed in: nova
 Assignee: (unassigned) = David Subiros Perez (david-perez5)

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

Title:
  Failed snapshots are not cleaned up

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

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


[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2012-04-03 Thread Mark McLoughlin
** Changed in: nova
 Assignee: (unassigned) = Adam Gandelman (gandelman-a)

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

Title:
  --logfile_mode flag does not properly set logfile permissions

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

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


[Bug 950942] Re: glance-registry upstart should also include 'started' for mysql/pgsql

2012-04-03 Thread Adam Gandelman
Marking as invalid.  After resolving Bug #959426 , glance and nova now
retry database connection at service startup at a configurable interval,
which also resolves the issue when the database is located on another
host but is unreachable.

** Changed in: glance (Ubuntu)
   Status: New = Invalid

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

Title:
  glance-registry upstart should also include 'started' for mysql/pgsql

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

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


[Bug 904039] Re: setup.py does not install dashboard templates

2012-04-03 Thread Mark McLoughlin
** Changed in: horizon
 Assignee: (unassigned) = Julien Danjou (jdanjou)

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

Title:
  setup.py does not install dashboard templates

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

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


[Bug 731732]

2012-04-03 Thread mcsheriff
*** This bug is a duplicate of bug 754699 ***
https://bugs.launchpad.net/bugs/754699

a href=http://bagheera.dk/blog/wp-
content/themes/newzen_2.0_build_105/jrklre.html
http://bagheera.dk/blog/wp-
content/themes/newzen_2.0_build_105/jrklre.html/a

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

Title:
   just keep coming up a problem package eucalyptus-common 2.0.1
  bzr1256-0ubuntu2 failed to install/upgrade: subprocess installed post-
  installation script returned error exit status 1

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

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


[Bug 880023] Re: machine agent disconnects from zoopkeeper on heavy loads

2012-04-03 Thread Kapil Thangavelu
*** This bug is a duplicate of bug 846106 ***
https://bugs.launchpad.net/bugs/846106

** This bug has been marked a duplicate of bug 846106
   Interruption of network connectivity should be handled gracefully

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

Title:
  machine agent disconnects from zoopkeeper on heavy loads

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

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


[Bug 967887] Re: Glance's auto-recovery of db connections is incompatible with newer sqlalchemy

2012-04-03 Thread Adam Gandelman
** Changed in: glance (Ubuntu)
   Status: New = Fix Released

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

Title:
  Glance's auto-recovery of db connections is incompatible with newer
  sqlalchemy

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

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


[Bug 883988] Re: db migration failing when upgrading glance - trying to create existing tables

2012-04-03 Thread Adam Gandelman
Fix released in glance 2012.1~rc3-0ubuntu1 (precise)

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

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

Title:
  db migration failing when upgrading glance - trying to create existing
  tables

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

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


[Bug 959294] Re: Can't delete users

2012-04-03 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/6109
Committed: 
http://github.com/openstack/keystone/commit/75a8dfef51f3566cd5d4cacee41f34bbbf9d15bd
Submitter: Jenkins
Branch:master

commit 75a8dfef51f3566cd5d4cacee41f34bbbf9d15bd
Author: Adam Gandelman ad...@canonical.com
Date:   Mon Apr 2 14:21:43 2012 -0700

Remove tenant membership during user deletion

Remove users' tenant membership on user deletion.  Resolves a FK constraint
issue that previously went unnoticed due to testing against database
configurations that do not support FK constraints (MyISAM).

Fixes LP bug 959294.

Update: * Move tenant membership cleanup to the sql identity backend
* Add a test case to test_backend_sql

Change-Id: Ib4f5da03033f7886b36d1ab3b8b4ac37f08b2e0e


** Changed in: keystone
   Status: In Progress = Fix Committed

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

Title:
  Can't delete users

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

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


[Bug 959294] Fix proposed to keystone (milestone-proposed)

2012-04-03 Thread OpenStack Hudson
Fix proposed to branch: milestone-proposed
Review: https://review.openstack.org/6207

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

Title:
  Can't delete users

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

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


[Bug 959294] Re: Can't delete users

2012-04-03 Thread Devin Carlen
** Changed in: keystone
   Status: Fix Committed = Fix Released

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

Title:
  Can't delete users

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

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


[Bug 959294] Fix merged to keystone (milestone-proposed)

2012-04-03 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/6207
Committed: 
http://github.com/openstack/keystone/commit/7d08d12cea96910145f05499ba7d124603d7c4f6
Submitter: Jenkins
Branch:milestone-proposed

commit 7d08d12cea96910145f05499ba7d124603d7c4f6
Author: Adam Gandelman ad...@canonical.com
Date:   Mon Apr 2 14:21:43 2012 -0700

Remove tenant membership during user deletion

Remove users' tenant membership on user deletion.  Resolves a FK constraint
issue that previously went unnoticed due to testing against database
configurations that do not support FK constraints (MyISAM).

Fixes LP bug 959294.

Update: * Move tenant membership cleanup to the sql identity backend
* Add a test case to test_backend_sql

Change-Id: Ib4f5da03033f7886b36d1ab3b8b4ac37f08b2e0e

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

Title:
  Can't delete users

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

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


[Bug 927540] Re: multipath ignores blacklist in multipath.conf

2012-04-03 Thread Steve
Same problem as above

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

Title:
  multipath ignores blacklist in multipath.conf

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

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


[Bug 613032] Re: Install broken, won't start

2012-04-03 Thread Launchpad Bug Tracker
[Expired for mysql-dfsg-5.1 (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Install broken, won't start

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

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


[Bug 498987] Re: vlan

2012-04-03 Thread Launchpad Bug Tracker
[Expired for vlan (Ubuntu) because there has been no activity for 60
days.]

** Changed in: vlan (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  vlan

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

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


[Bug 806782] Re: package php5-fpm 5.3.5-1ubuntu7.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-03 Thread Launchpad Bug Tracker
[Expired for php5 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: php5 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package php5-fpm 5.3.5-1ubuntu7.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 972120] Re: gnome-shell crashed with SIGSEGV in g_main_context_dispatch()

2012-04-03 Thread Apport retracing service
*** This bug is a duplicate of bug 962298 ***
https://bugs.launchpad.net/bugs/962298

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/972120/+attachment/2993637/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/972120/+attachment/2993639/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/972120/+attachment/2993641/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/972120/+attachment/2993642/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/972120/+attachment/2993643/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/972120/+attachment/2993645/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/972120/+attachment/2993647/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 962298
   gnome-shell crashed with SIGSEGV in _clutter_actor_finish_queue_redraw()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-shell crashed with SIGSEGV in g_main_context_dispatch()

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

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


[Bug 972119] Re: gvfsd-trash crashed with signal 5 in _g_dbus_oom()

2012-04-03 Thread Apport retracing service
*** This bug is a duplicate of bug 812476 ***
https://bugs.launchpad.net/bugs/812476

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/972119/+attachment/2993627/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/972119/+attachment/2993629/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/972119/+attachment/2993631/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/972119/+attachment/2993632/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/972119/+attachment/2993633/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/972119/+attachment/2993634/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/972119/+attachment/2993636/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 812476
   gvfsd-trash crashed with signal 5 in _g_dbus_oom()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gvfsd-trash crashed with signal 5 in _g_dbus_oom()

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

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


[Bug 971528] Re: Sync jqueryui 1.8.ooops.18+dfsg-1 (universe) from Debian testing (main)

2012-04-03 Thread Fabrice Coutadeur
I haven't been able to test opennebula-sunstone (fails to start) and
otrs2 (I haven't the infrastructure to test), but I'll perform the sync
anyway, as the source changes seems minors, with no new functions, and I
haven't seen any bug in Debian because of the change.

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

Title:
  Sync jqueryui 1.8.ooops.18+dfsg-1 (universe) from Debian testing
  (main)

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

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


[Bug 971528] Re: Sync jqueryui 1.8.ooops.18+dfsg-1 (universe) from Debian testing (main)

2012-04-03 Thread Fabrice Coutadeur
Synced

** Changed in: jqueryui (Ubuntu)
   Status: In Progress = 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/971528

Title:
  Sync jqueryui 1.8.ooops.18+dfsg-1 (universe) from Debian testing
  (main)

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

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


[Bug 962402] Re: keyboard stops responding after backlight toggle

2012-04-03 Thread apopovas
apport information

** Tags added: apport-collected precise

** Description changed:

- I am usind Ubuntu 11.10 x64 on Dell Studio XPS 16 laptop whitch has a
- keyboard backlight. Everything works fine, except if i try to toggle
- backlight (to change brightness or to turn it off while on battery), all
- keyboard seems to stop working, but shortcuts still work - i can kill X,
- change music, etc.
+ I am usind Ubuntu 11.10 x64 on Dell Studio XPS 16 laptop whitch has a 
keyboard backlight. Everything works fine, except if i try to toggle backlight 
(to change brightness or to turn it off while on battery), all keyboard seems 
to stop working, but shortcuts still work - i can kill X, change music, etc.
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 2.0-0ubuntu2
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=f963a452-1f94-4294-aaaf-b9532de52b62
+ InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120328)
+ MachineType: Dell Inc. Studio XPS 1640
+ NonfreeKernelModules: fglrx
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 VESA VGA
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-21-generic 
root=UUID=fd037b24-4917-4420-9a04-5d049fab4493 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
+ SourcePackage: linux
+ Tags:  precise precise
+ Uname: Linux 3.2.0-21-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ dmi.bios.date: 05/07/2009
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A07
+ dmi.board.name: 0W497D
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A07
+ dmi.chassis.type: 8
+ dmi.chassis.vendor: Dell Inc.
+ dmi.chassis.version: A07
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd05/07/2009:svnDellInc.:pnStudioXPS1640:pvrA073:rvnDellInc.:rn0W497D:rvrA07:cvnDellInc.:ct8:cvrA07:
+ dmi.product.name: Studio XPS 1640
+ dmi.product.version: A073
+ dmi.sys.vendor: Dell Inc.

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/962402/+attachment/2993659/+files/AcpiTables.txt

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

Title:
  keyboard stops responding after backlight toggle

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

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


[Bug 962402] AlsaDevices.txt

2012-04-03 Thread apopovas
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/962402/+attachment/2993660/+files/AlsaDevices.txt

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

Title:
  keyboard stops responding after backlight toggle

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

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


[Bug 962402] AplayDevices.txt

2012-04-03 Thread apopovas
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/962402/+attachment/2993661/+files/AplayDevices.txt

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

Title:
  keyboard stops responding after backlight toggle

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

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


[Bug 962402] ArecordDevices.txt

2012-04-03 Thread apopovas
apport information

** Attachment added: ArecordDevices.txt
   
https://bugs.launchpad.net/bugs/962402/+attachment/2993662/+files/ArecordDevices.txt

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

Title:
  keyboard stops responding after backlight toggle

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

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


[Bug 962402] AudioDevicesInUse.txt

2012-04-03 Thread apopovas
apport information

** Attachment added: AudioDevicesInUse.txt
   
https://bugs.launchpad.net/bugs/962402/+attachment/2993663/+files/AudioDevicesInUse.txt

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

Title:
  keyboard stops responding after backlight toggle

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

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


[Bug 962402] BootDmesg.txt

2012-04-03 Thread apopovas
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/962402/+attachment/2993664/+files/BootDmesg.txt

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

Title:
  keyboard stops responding after backlight toggle

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

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


[Bug 962402] CRDA.txt

2012-04-03 Thread apopovas
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/962402/+attachment/2993665/+files/CRDA.txt

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

Title:
  keyboard stops responding after backlight toggle

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

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


[Bug 962402] Card0.Amixer.info.txt

2012-04-03 Thread apopovas
apport information

** Attachment added: Card0.Amixer.info.txt
   
https://bugs.launchpad.net/bugs/962402/+attachment/2993666/+files/Card0.Amixer.info.txt

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

Title:
  keyboard stops responding after backlight toggle

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

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



  1   2   3   4   5   6   7   8   9   10   >