[Bug 491254] Re: eucalyptus CLEAN=1 should also be supported in start

2009-12-03 Thread Thierry Carrez
** Description changed:

  CLEAN=1 support has been implemented as part of bug 460089, to avoid
  cleaning up the CC network state at each restart. A CLEAN=1 option was
  added to the post-stop in eucalyptus-cc.conf. A similar option should be
  added to the pre-start so that CLEAN=1 is also supported at start. That
  will mimic what the eucalyptus init script provides (cleanstart and
  cleanstop).
  
  ===
  SRU Testing
  
  MINIMAL PATCH:
  
http://bazaar.launchpad.net/~ubuntu-core-dev/eucalyptus/ubuntu-karmic/revision/727
  
  IMPACT:
-  When we converted the Eucalyptus init scripts to upstart jobs, we lost some 
functionality.  The initscripts supported a few additional actions, namely: 
cleanstop, cleanstart, cleanrestart.  These clean action would actually clear 
out the CC's state from /var/lib/eucalyptus/CC.  We should *not* do this in the 
default case, but we *should* provide a convenient, documented mechanism for 
administrators to do the clean restart process.  This update adds that 
functionality.
+  When we converted the Eucalyptus init scripts to upstart jobs, we lost some 
functionality.  The initscripts supported a few additional actions, namely: 
cleanstop, cleanstart, cleanrestart.  These clean action would actually clear 
out the CC's state from /var/lib/eucalyptus/CC.  We should *not* do this in the 
default case, but we *should* provide a convenient, documented mechanism for 
administrators to do the clean restart process.  This update restores that 
functionality.
  
  TEST CASE:
-  After installing/upgrading the -proposed eucalyptus packages:
-  1) Open a window on the CLC/CC, and watch the contents of 
/var/lib/eucalyptus/CC:
-   $ watch -n1 sudo ls -alF /var/lib/eucalyptus/CC
-  2) Perform each of the following actions, ensuring that the files in 
/var/lib/eucalyptus/CC are NOT removed:
-   $ sudo restart eucalyptus
-   $ sudo stop eucalyputs
-   $ sudo start eucalyptus
-   $ sudo restart eucalyptus-cc
-   $ sudo stop eucalyptus-cc
-   $ sudo start eucalyputs-cc
-  3) Now perform each of the following actions, ensure that the files in 
/var/lib/eucalyptus/CC ARE in fact removed at each operation:
-   $ sudo restart eucalyptus CLEAN=1
-   $ sudo stop eucalyputs CLEAN=1
-   $ sudo start eucalyptus CLEAN=1
-   $ sudo restart eucalyptus-cc CLEAN=1
-   $ sudo stop eucalyptus-cc CLEAN=1
-   $ sudo start eucalyputs-cc CLEAN=1
+  After installing/upgrading the -proposed eucalyptus packages:
+  1) Open a window on the CLC/CC, and watch the contents of 
/var/lib/eucalyptus/CC:
+   $ watch -n1 sudo ls -alF /var/lib/eucalyptus/CC
+  2) Perform each of the following actions, ensuring that the files in 
/var/lib/eucalyptus/CC are NOT removed:
+   $ sudo restart eucalyptus
+   $ sudo stop eucalyptus
+   $ sudo start eucalyptus
+   $ sudo restart eucalyptus-cc
+   $ sudo stop eucalyptus-cc
+   $ sudo start eucalytus-cc
+  3) Now perform each of the following actions, ensure that the files in 
/var/lib/eucalyptus/CC ARE in fact removed at each operation:
+   $ sudo restart eucalyptus CLEAN=1
+   $ sudo stop eucalyptus CLEAN=1
+   $ sudo start eucalyptus CLEAN=1
+   $ sudo restart eucalyptus-cc CLEAN=1
+   $ sudo stop eucalyptus-cc CLEAN=1
+   $ sudo start eucalyptus-cc CLEAN=1
  
  REGRESSION POTENTIAL:
  Regression potential is rather low.  The behavior is only changed when 
CLEAN=1 is passed to any of the eucalyptus scripts.  We have only recently 
documented this behavior.  It is intended to restore some functionality that 
was lost as of 9.10 GA when the eucalyptus init scripts were replaced by 
upstart jobs.
  ===

-- 
eucalyptus CLEAN=1 should also be supported in start
https://bugs.launchpad.net/bugs/491254
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 487270] Re: improve wsdl stubs generation

2009-12-03 Thread Thierry Carrez
The patch is generated using WSDL2C.sh, which uses a Java axis library. My 
understanding was that we would have to package a new Axis2/Java library to do 
this, which is a non-trivial amount of work.
If that's the only option, I'd consider generating the patch as part of the 
upstream source generation process, as already discussed.
If Dan means that the current libaxis-java is enough to use WSDL2C, then it's 
already in main.
Or something else ?

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

-- 
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 491791] [NEW] Incorrect server for .ae

2009-12-03 Thread era
Public bug reported:

Binary package hint: whois

I'm speculating the Connection refused means the server name in whois
is wrong.  There is a whois server at whois.aeda.net.ae which appears
authoritative.  They offer a web lookup at http://whois.aeda.net.ae/ as
well.

ubu...@ubuntu$ whois example.ae
connect: Connection refused

ubu...@ubuntu$ lsb_release -rd
Description:  Ubuntu 9.10
Release:  9.10

ubu...@ubuntu$ apt-cache policy whois
whois:
  Installed: 4.7.34ubuntu2
  Candidate: 4.7.34ubuntu2
  Version table:
 *** 4.7.34ubuntu2 0
500 http://archive.ubuntu.-com karmic/main Packages
100 /var/lib/dpkg/status

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

-- 
Incorrect server for .ae
https://bugs.launchpad.net/bugs/491791
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois in ubuntu.

-- 
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 479250] Re: ORDER BY DESC in InnoDB not working

2009-12-03 Thread Fluor
This bug is hitting me too and it's quite annoying. Any chance on getting the 
fix out soon?
Rows are now returned unaffected by any sorting order, in the order i've 
inserted them.

-- 
ORDER BY DESC in InnoDB not working
https://bugs.launchpad.net/bugs/479250
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 252245] Re: unable to connect to windows network pc's

2009-12-03 Thread Matt Jones
I am having the same problem with a fresh install of 9.10, I used to be
able to connect to shares with 9.04, and now cannot with 9.10.  I hope
pharmankur can be a little more specific about the packages to be
removed because  am having the same problem as Laszlo.

I will comment back here if I find a solution.  It looks like it should
be prompting for authentication, but it is not getting that far.

Cheers
Matt

-- 
unable to connect to windows network pc's
https://bugs.launchpad.net/bugs/252245
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 252245] Re: unable to connect to windows network pc's

2009-12-03 Thread Matt Jones
Sorry, it was not a fresh install (above post), it was an upgrade. I
could not fresh install because my Evolution backup file will not be
read by 9.10, but that is a separate issue.

Cheers
Matt

-- 
unable to connect to windows network pc's
https://bugs.launchpad.net/bugs/252245
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 252245] Re: unable to connect to windows network pc's

2009-12-03 Thread Matt Jones
Sorry, it was not a fresh install (above post), it was an upgrade. I
could not fresh install because my Evolution backup file will not be
read by 9.10, but that is a separate issue.

Cheers
Matt

-- 
unable to connect to windows network pc's
https://bugs.launchpad.net/bugs/252245
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 252245] Re: unable to connect to windows network pc's

2009-12-03 Thread Matt Jones
sorry mistake to above, it was an upgrade, not a fresh install.

-- 
unable to connect to windows network pc's
https://bugs.launchpad.net/bugs/252245
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 489585] Re: Incorrectly messaging Starting/Stopping NTP server in ifup/ifdown scripts

2009-12-03 Thread Chuck Short
** Changed in: ntp (Ubuntu)
   Status: Confirmed = Triaged

-- 
Incorrectly messaging Starting/Stopping NTP server in ifup/ifdown scripts
https://bugs.launchpad.net/bugs/489585
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
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 47683] Re: ntpd not compiled with debugging support

2009-12-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~zulcss/ubuntu/lucid/ntp/ntp-lp-47683

-- 
ntpd not compiled with debugging support
https://bugs.launchpad.net/bugs/47683
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
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 252245] Re: unable to connect to windows network pc's

2009-12-03 Thread Matt Jones
OK I have a solution that now works for me.  If I use;

smb:///192.168.48.5/ - which is the default that comes up in 9.10, 3 /
's and it does not work

but

smb://192.168.48.5/ - with just 2 / 's, works for me, YaY!

Does that help anyone else?

Cheers
Matt

PS sorry about all the posts above, no idea how to delete them

-- 
unable to connect to windows network pc's
https://bugs.launchpad.net/bugs/252245
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 491835] Re: PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal

2009-12-03 Thread Toomas Vahtra
** Visibility changed to: Public

-- 
PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal
https://bugs.launchpad.net/bugs/491835
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 491835] Re: PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal

2009-12-03 Thread Toomas Vahtra
** Visibility changed to: Private

-- 
PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal
https://bugs.launchpad.net/bugs/491835
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 481292] Re: often see 'starting/stopping ntp server' note before xsplash

2009-12-03 Thread Chuck Short
*** This bug is a duplicate of bug 489585 ***
https://bugs.launchpad.net/bugs/489585

** This bug has been marked a duplicate of bug 489585
   Incorrectly messaging Starting/Stopping NTP server in ifup/ifdown scripts

-- 
often see 'starting/stopping ntp server' note before xsplash
https://bugs.launchpad.net/bugs/481292
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
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 491254] Re: eucalyptus CLEAN=1 should also be supported in start

2009-12-03 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.1~bzr1083-0ubuntu2

---
eucalyptus (1.6.1~bzr1083-0ubuntu2) lucid; urgency=low

  * debian/patches/06-symlinked-jars.patch: drop patch from source; this
patch hasn't been in the series file for a while now
  * debian/patches/axis2c_home_init.diff:
- Dropping the httpd.conf part of this patch, since our upstart
  script handles this properly.  +
- Dropping the tools/eucalyptus-cc.in part of this patch, since
  we no longer use the eucalyptus-cc init script.
- The tools/eucalyptus-nc.in patch should be dropped as soon as
  it's converted to an upstart script (which will need to handle
  AXIS2C_HOME correctly), see lp#438631
  * debian/patches/02-rely-on-libvirt-defaults.patch: add some documentation
in this patches headers
  * debian/patches/var_lib_eucalyptus.diff: drop patch from source; this
patch hasn't been in the series file for a while now
  * debian/patches/euca_conf-error-output.diff, debian/series,
tools/euca_conf.in:
- drop this patch from our series
- apply directly to the branch, cleaning up wget error printing
- upstream has agreed to take this, and fix this globally in their
  source
  * aclocal.m4, debian/patches/05-axis-alternative-repository.patch,
debian/patches/series:
- drop this patch from our series
- apply directly to the branch, to support pkg-config
- upstream cannot take this because not all distros will be able to
  depend on pkg-config
  * debian/patches/03-DESTDIR.patch: Eucalyptus will take this upstream;
should be dropped from the Ubuntu branch as soon as they do
  * debian/eucalyptus-cc.upstart, debian/eucalyptus-common.eucalyptus.upstart:
support CLEAN=1 on start/stop/restart of eucalyptus/euclayptus-cc; export
the CLEAN env variable in eucalyptus.init, and handle it in both the
pre-start and post-stop sections of eucalyptus-cc, (LP: #491254)
 -- Dustin Kirkland kirkl...@ubuntu.com   Thu, 03 Dec 2009 07:29:32 -0600

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

-- 
eucalyptus CLEAN=1 should also be supported in start
https://bugs.launchpad.net/bugs/491254
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 491835] Re: PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal

2009-12-03 Thread Marc Deslauriers
** Changed in: php5 (Ubuntu)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

-- 
PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal
https://bugs.launchpad.net/bugs/491835
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 484698] Re: ntp package should not install a drift file

2009-12-03 Thread Chuck Short
** Changed in: ntp (Ubuntu)
   Importance: Medium = Wishlist

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

-- 
ntp package should not install a drift file
https://bugs.launchpad.net/bugs/484698
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
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 491254] Re: eucalyptus CLEAN=1 should also be supported in start

2009-12-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/eucalyptus

-- 
eucalyptus CLEAN=1 should also be supported in start
https://bugs.launchpad.net/bugs/491254
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 437004] Re: ntpd crashed with SIGSEGV

2009-12-03 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

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

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

-- 
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 429870] Re: runlevel arguments (S) do not match LSB Default-Start values (3 4 5)

2009-12-03 Thread Chuck Short
I think this is fixed for lucid. Thanks for the bug report.

Regards
chuck

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

-- 
runlevel arguments (S) do not match LSB Default-Start values (3 4 5)
https://bugs.launchpad.net/bugs/429870
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
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 317128] Re: ntp-update: Error while configure ntp - error code 1

2009-12-03 Thread Chuck Short
This should be fixed for lucid.

Regards
chuck

** Changed in: ntp (Ubuntu)
   Status: Confirmed = Fix Released

-- 
ntp-update: Error while configure ntp - error code 1
https://bugs.launchpad.net/bugs/317128
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
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 491254] Re: eucalyptus CLEAN=1 should also be supported in start

2009-12-03 Thread Martin Pitt
Accepted eucalyptus into karmic-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
eucalyptus CLEAN=1 should also be supported in start
https://bugs.launchpad.net/bugs/491254
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 486178] Re: package ntp (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2009-12-03 Thread Chuck Short
** Package changed: ntp (Ubuntu) = adduser (Ubuntu)

-- 
package ntp (not installed) failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/486178
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
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 488641] Re: NTP client fails to install

2009-12-03 Thread Chuck Short
** Package changed: ntp (Ubuntu) = adduser (Ubuntu)

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

-- 
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 461156] Re: User data is not parsed correctly by Eucalyptus in some cases

2009-12-03 Thread Martin Pitt
Accepted eucalyptus into karmic-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
User data is not parsed correctly by Eucalyptus in some cases
https://bugs.launchpad.net/bugs/461156
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 460085] Re: memory leak; rampart_context not freed (memory leaked per connection)

2009-12-03 Thread Martin Pitt
Accepted eucalyptus into karmic-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
memory leak; rampart_context not freed (memory leaked per connection)
https://bugs.launchpad.net/bugs/460085
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 351980] Re: ntptrace reports wrong results

2009-12-03 Thread Chuck Short
User is no longer able to reproduce this.

Regards
chuck

** Changed in: ntp (Ubuntu)
   Status: Confirmed = Invalid

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

-- 
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 96788] Re: ntp doesn't work after suspend / resume

2009-12-03 Thread Chuck Short
Closing based on comments in the bug.

Regards
chuck

** Changed in: ntp (Ubuntu)
   Status: Confirmed = Fix Released

-- 
ntp doesn't work after suspend / resume
https://bugs.launchpad.net/bugs/96788
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
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 491835] Re: PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal

2009-12-03 Thread Marc Deslauriers
Thanks for reporting this issue.

I can't seem to reproduce this with a fresh installation of php
5.2.4-2ubuntu5.9 on hardy.

Where is your web root located, so I can try with the same directory as
you? (you've got a lot of ../../../../ there...)

What type of filesystem is your server using?
Is your web directory remotely-mounted?

Thanks.

-- 
PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal
https://bugs.launchpad.net/bugs/491835
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 244685] Re: ntpd does not sufficiently log failures

2009-12-03 Thread Chuck Short
** Changed in: ntp (Ubuntu)
   Status: Confirmed = Triaged

-- 
ntpd does not sufficiently log failures
https://bugs.launchpad.net/bugs/244685
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
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 158110] Re: Ntp doesn't synchronise on startup in Gutsy

2009-12-03 Thread Chuck Short
Since Gutsy is no longer supported. I am going to set this as wont fix.
If you can reproduce this on hardy please re-open the bug.

Thanks
chuck

** Changed in: ntp (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
Ntp doesn't synchronise on startup in Gutsy
https://bugs.launchpad.net/bugs/158110
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
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 374464] Re: ntpdate cannot be uninstalled without uninstalling ubuntu-minimal

2009-12-03 Thread Chuck Short
This has been fixed on lucid. Thanks for the bug report.

Regards
chuck

** Changed in: ntp (Ubuntu)
   Status: Confirmed = Fix Released

-- 
ntpdate cannot be uninstalled without uninstalling ubuntu-minimal
https://bugs.launchpad.net/bugs/374464
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
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 491254] Re: eucalyptus CLEAN=1 should also be supported in start

2009-12-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic-proposed/eucalyptus

-- 
eucalyptus CLEAN=1 should also be supported in start
https://bugs.launchpad.net/bugs/491254
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 461156] Re: User data is not parsed correctly by Eucalyptus in some cases

2009-12-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic-proposed/eucalyptus

-- 
User data is not parsed correctly by Eucalyptus in some cases
https://bugs.launchpad.net/bugs/461156
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 460085] Re: memory leak; rampart_context not freed (memory leaked per connection)

2009-12-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic-proposed/eucalyptus

-- 
memory leak; rampart_context not freed (memory leaked per connection)
https://bugs.launchpad.net/bugs/460085
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 491835] Re: PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal

2009-12-03 Thread Toomas Vahtra
I reproduced the same effect using webroot /var/www

file test.php:
?php
  if($_GET[pageID])
$pageID=$_GET[pageID];
  include('page.'.$pageID.'.inc');
?

http://myserver/test.php?pageID=/../../../etc/resolv.conf%00

filesystem is ext3 on a local harddrive

-- 
PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal
https://bugs.launchpad.net/bugs/491835
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 461156] Re: User data is not parsed correctly by Eucalyptus in some cases

2009-12-03 Thread Thierry Carrez
** Changed in: euca2ools (Ubuntu Karmic)
   Status: In Progress = Fix Committed

-- 
User data is not parsed correctly by Eucalyptus in some cases
https://bugs.launchpad.net/bugs/461156
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 491835] Re: PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal

2009-12-03 Thread Marc Deslauriers
Could you please attach your /etc/php5/apache2/php.ini file, I still
can't reproduce this issue.

-- 
PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal
https://bugs.launchpad.net/bugs/491835
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 491835] Re: PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal

2009-12-03 Thread Toomas Vahtra
/usr/local/Zend/etc/php.ini attached

** Attachment added: php.ini
   http://launchpadlibrarian.net/36393620/php.ini

-- 
PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal
https://bugs.launchpad.net/bugs/491835
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 491835] Re: PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal

2009-12-03 Thread Marc Deslauriers
/usr/local/Zend/etc/php.ini? That's not the file from the libapache2
-mod-php5 package...

Could you attach the result of phpinfo(), please?

-- 
PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal
https://bugs.launchpad.net/bugs/491835
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 490264] Re: kvm wont boot off a qcow2 overlay disk image

2009-12-03 Thread Stefan Metzmacher
I'm also seeing this problem.

It's related to apparmor

The uuid based profiles under /etc/apparmor.d/libvirt/
only include access to the overlay disk image.

when I stop apparmor and restart libvirt-bin and qemu-kvm
it's working

-- 
kvm wont boot off a qcow2 overlay disk image
https://bugs.launchpad.net/bugs/490264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 351307] Re: Libvirt NFS mount on boot.

2009-12-03 Thread Alvin
Due to bug #461133 NFS drives are not mounted at boot when using a static 
network interface (also see bug #446031).
There could be other reasons for not having NFS at boot.

When using autostart of virtual machines, should libvirt not wait for
the netfs storage pool to become available? This would also fix bug
#491273.

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

-- 
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 491835] Re: PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal

2009-12-03 Thread Toomas Vahtra
Using Zend Optimizer 3.3.3 as stated before
$ php --version
PHP 5.2.4-2ubuntu5.9 with Suhosin-Patch 0.9.6.2 (cli) (built: Nov 26 2009 
13:59:08)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies

Here is the phpinfo() output

I'll try using the original php.ini from libapache2
-mod-php5 without using Zend optimizer

** Attachment added: test.php.html
   http://launchpadlibrarian.net/36394493/test.php.html

-- 
PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal
https://bugs.launchpad.net/bugs/491835
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 490264] Re: kvm wont boot off a qcow2 overlay disk image

2009-12-03 Thread Stefan Metzmacher
*** This bug is a duplicate of bug 470636 ***
https://bugs.launchpad.net/bugs/470636

** This bug has been marked a duplicate of bug 470636
   AppArmor security driver does not support backingstore

-- 
kvm wont boot off a qcow2 overlay disk image
https://bugs.launchpad.net/bugs/490264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 491835] Re: PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal

2009-12-03 Thread Toomas Vahtra
Ok, now I can't reproduce, with default php.ini.
So the problem seems to be with the php.ini that came with Zend Optimizer

-- 
PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal
https://bugs.launchpad.net/bugs/491835
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 470636] Re: AppArmor security driver does not support backingstore

2009-12-03 Thread Stefan Metzmacher
As the base images should be readonly anyway, you can add

/path/to/images_dir/** r,

-- 
AppArmor security driver does not support backingstore
https://bugs.launchpad.net/bugs/470636
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 470636] Re: AppArmor security driver does not support backingstore

2009-12-03 Thread Imre Gergely
Yeah, that could work, too. I was going with 'rw' in case one keeps ALL
the image files in one place, the base images AND the overlays. I, for
example, have /path/to/images_dir/masters for the base images, and
/path/to/images_dir for the overlays.

-- 
AppArmor security driver does not support backingstore
https://bugs.launchpad.net/bugs/470636
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 491835] Re: PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal

2009-12-03 Thread Marc Deslauriers
No problem, thanks.


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

-- 
PHP 5.2.4-2ubuntu5.9 Possible exploit using directory traversal
https://bugs.launchpad.net/bugs/491835
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 485113] Re: euca2ools should include --region support

2009-12-03 Thread Scott Moser
above, 'url_base' could include a %s to indicate where 'region' would be 
plugged in:
ec2 url_base: %s.ec2.amazonaws.com
my-uec url_base: my-uec.example.com/%s

-- 
euca2ools should include --region support
https://bugs.launchpad.net/bugs/485113
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
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 490201] Re: samba fails to open shares because of fixed unknown password

2009-12-03 Thread ubername
** Changed in: samba (Ubuntu)
   Status: Incomplete = Confirmed

-- 
samba fails to open shares because of fixed unknown password
https://bugs.launchpad.net/bugs/490201
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 374464] Re: ntpdate cannot be uninstalled without uninstalling ubuntu-minimal

2009-12-03 Thread Phil Hall
RE: Chuck Short.

Thanks, Chuck!

-- 
ntpdate cannot be uninstalled without uninstalling ubuntu-minimal
https://bugs.launchpad.net/bugs/374464
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
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 492026] [NEW] package mysql-server-5.0 (not installed) failed to install/upgrade: п одпроцесс новый сценар ий pre-installation возвратил код ошибки 1

2009-12-03 Thread Viktor
Public bug reported:

After instalin mysql 5.1 i cant install mysql 5.0

ProblemType: Package
Architecture: i386
Date: Thu Dec  3 20:21:16 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: подпроцесс новый сценарий pre-installation возвратил код ошибки 1
NonfreeKernelModules: nvidia
Package: mysql-server-5.0 (not installed)
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 (not installed) failed to install/upgrade: 
подпроцесс новый сценарий pre-installation возвратил код ошибки 1
Uname: Linux 2.6.31-15-generic i686

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package mysql-server-5.0 (not installed) failed to install/upgrade: подпроцесс 
новый сценарий pre-installation возвратил код ошибки 1
https://bugs.launchpad.net/bugs/492026
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 492026] Re: package mysql-server-5.0 (not installed) failed to install/upgrade: по дпроцесс новый сценари й pre-installation возвратил к од ошибки 1

2009-12-03 Thread Viktor

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/36400513/AptOrdering.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/36400514/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/36400515/DpkgTerminalLog.txt

-- 
package mysql-server-5.0 (not installed) failed to install/upgrade: подпроцесс 
новый сценарий pre-installation возвратил код ошибки 1
https://bugs.launchpad.net/bugs/492026
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 162253] Re: openssh: want hpn-ssh for 20x speed improvement!

2009-12-03 Thread Jeremy Nickurak
Has anybody gotten these patches to apply to karmic's openssh? I've been
trying to build a package for this, but so far no luck applying the
patch.

-- 
openssh: want hpn-ssh for 20x speed improvement!
https://bugs.launchpad.net/bugs/162253
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
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 283811] Re: cups says can't promp for authorization when printing to my samba printer

2009-12-03 Thread hagen-cool
Hi, i can not believe, but this bug is present than more as one year.
Printing from Firefox, evince or gedit did not work, from Acroread Reader 
printing was ok.
All solutions did not work for me, without lpadmin 'printername' -o 
auth-info-required=none
or restarting cups after printing.
So i decided to write a cronjob all 5 seconds with lpadmin 'printername' -o 
auth-info-required=none.
yepp, i hope there will be a real solution one day ...

-- 
cups says can't promp for authorization when printing to my samba printer
https://bugs.launchpad.net/bugs/283811
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 490264] Re: kvm wont boot off a qcow2 overlay disk image

2009-12-03 Thread Duncan Ferguson
*** This bug is a duplicate of bug 470636 ***
https://bugs.launchpad.net/bugs/470636

Thanks for pointing out the original case - i didn't find it when I
searched (used different search terms).  The work around in that bug
(option 2) fixed it for me.

Thanks

-- 
kvm wont boot off a qcow2 overlay disk image
https://bugs.launchpad.net/bugs/490264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 24741] Re: samba account_policy_get fails on install

2009-12-03 Thread bigge
Still the same when installing samba in Karmic Koala:
...
Generating /etc/default/samba...
tdbsam_open: Converting version 0.0 database to version 4.0.
tdbsam_convert_backup: updated /var/lib/samba/passdb.tdb file.
account_policy_get: tdb_fetch_uint32 failed for field 1 (min password length), 
returning 0
account_policy_get: tdb_fetch_uint32 failed for field 2 (password history), 
returning 0
account_policy_get: tdb_fetch_uint32 failed for field 3 (user must logon to 
change password), returning 0
account_policy_get: tdb_fetch_uint32 failed for field 4 (maximum password age), 
returning 0
account_policy_get: tdb_fetch_uint32 failed for field 5 (minimum password age), 
returning 0
account_policy_get: tdb_fetch_uint32 failed for field 6 (lockout duration), 
returning 0
account_policy_get: tdb_fetch_uint32 failed for field 7 (reset count minutes), 
returning 0
account_policy_get: tdb_fetch_uint32 failed for field 8 (bad lockout attempt), 
returning 0
account_policy_get: tdb_fetch_uint32 failed for field 9 (disconnect time), 
returning 0
account_policy_get: tdb_fetch_uint32 failed for field 10 (refuse machine 
password change), returning 0
Importing account for nobody...ok
...

-- 
samba account_policy_get fails on install
https://bugs.launchpad.net/bugs/24741
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 455625] Re: Eucalyptus Loses Public IP Address

2009-12-03 Thread Joseph Salisbury
It looks like the problem has not happened again in a while.  I've had
an instance running for almost a month now, and the IP Address has not
been lost:

$ euca-describe-instances
RESERVATION r-44510791  admin   default
INSTANCEi-4A870825  emi-230B11AE172.23.46.78172.19.1.2 
running  mykey   0   c1.medium   2009-11-09T16:29:40.139Z
ubuntucluster1  eki-405016BEeri-23A51639

The only way I can reproduce the issue is to run an apt-get dist-upgrade
while an instance is up and running AND there are updates to install.

-- 
Eucalyptus Loses Public IP Address
https://bugs.launchpad.net/bugs/455625
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 492093] [NEW] Sync munin 1.4.0-1 (main) from Debian unstable (main)

2009-12-03 Thread Michael Jeanson
Public bug reported:

Please sync munin 1.4.0-1 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
* Suugest libdate-manip-perl (LP: #306274) : 
  - It's now a recommend in the Debian package
* Recommend cron. (LP: #225061)
  - It's now a depend in the Debian package


Changelog entries since current lucid version 1.2.6-17ubuntu1:

munin (1.4.0-1) unstable; urgency=low

  * Initial upload of munin 1.4.0 to Debian unstable. (Closes: #535691)
New features include: 
- Better scalability (multigraph support)
- Better security through TLS (SSL)
- Better looking HTML templates
- includedir in munin.conf to allow drop-in configuration
- More than 100 new plugins
- bugfixes
Please refer to the Announce-1.4.0, changelog for the full details.
  * Remove 62 patches that have been merged in trunk.
  * Move htmldir to /var/cache/munin/www. (Closes: #553555)
If you are upgrading, read NEWS.Debian.
Theres still work to be done implementing debconf presenting an option
where to install the htmldir, and possibly support more webservers by 
default. 
  * Add new binary package: munin-common, which contains code shared by
munin and munin-node. Added depends on munin-common to munin,
munin-node.
  * Add new binary package munin-java-plugins.
  * debian/rule - make target names have changed.
  * Add depends to liblog-log4perl-perl for munin.
  * Add suggests to libtext-csv-xs-perl for munin-node, required by
the new zimbra plugin.
  * Add suggests to libxml-simple-perl for munin-node, required by
the tomcat_* plugins.
  * Add suggests to libdbd-mysql-perl,libcache-cache-perl for munin-node
required by the new mysql_ plugin.
  * Add suggests to ruby for munin-node.
  * Update new manpages names for munin-node.manpages.
  * Change the use of VeraMono.ttf in munin-graph to the 
equivalent font provided by a Debian package. (Closes: #548508)
  * Fix current value of graph_total always 0. (Closes: #406505)
  * plugin: apache_* improve output in errors. (Closes: #542477)
  * plugin: exim_mailqueue show frozen count. (Closes: #299266)
  * plugin: memory. Fix negative values in memory usage. (Closes: #257827)
  * plugin: enhanced ping_ allows for multiple host statistics. (Closes: 312518)
  * Improve ignore_file in /etc/munin/munin-node.conf. (Closes: 518401)
  * munin-node logrotate now rotates munin-node.log with munin user ownership.
  * Add default postgres_* configuration to plugins.conf.
  * Add Announce-1.4.0, UPGRADING to the package documents. 
  * Add build/resources/apache-cgi.conf to munin.docs.
  * 1.4.0 contains the fix for squid_traffic bytes from cache too 
low. (Closes: 557385)
  * munin-node: improve ignore_file in /etc/munin/munin-node.conf.
(Closes: 546149)

  [ Holger Levsen ]
  * Update homepage field in debian/control.
  * Improve debian/changelog. 

 -- Tom Feiner feiner@gmail.com  Sun, 29 Nov 2009 22:41:11 +0200

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

-- 
Sync munin 1.4.0-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/492093
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in ubuntu.

-- 
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 444349] Re: package mysql-server-5.1 5.1.37-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-12-03 Thread Rabenschwinge
I suspect this has something to do with apparmor. Something important is
forbidden. However, disabling the /usr/sbin/mysqld profile for apparmor
has no effect, because the profile is reenabled and put to enforce mode
on trying to reinstall.

-- 
package mysql-server-5.1 5.1.37-1ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/444349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 492094] [NEW] configuration prompt could use some friendlier wording

2009-12-03 Thread arand
Public bug reported:

The configuration prompt when installing libsnmp-base could use better
wording. As it is now it's acronym-mumbo-jumbo, and even a fairly
knowledgeable user would probably have a hard time decrypting the
message:

#
Various snmp software needs extracted MIBs from RFCs and IANA - which
cannot be shipped - to be working as expected. These MIBs can be
automatically fetched and extracted as part of installing this package.

This will take several minutes to complete, even with a fast internet
connection.

Download and extract MIBs from RFCs and IANA?
#

Suggested friendlier message:

#
To work as expected, this package needs download and extract additional 
configuration files (MIBs from RFCs and IANA).

This can be done automatically as part of the installation process, but
it will take several minutes to complete, even with a fast internet
connection.

Do you want to download and extract these additional files?
#

ProblemType: Bug
Architecture: i386
Date: Thu Dec  3 21:44:11 2009
DistroRelease: Ubuntu 10.04
Package: libsnmp-base 5.4.2.1~dfsg-3ubuntu2
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-5.6-generic
SourcePackage: net-snmp
Tags: lucid
Uname: Linux 2.6.32-5-generic i686

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
configuration prompt could use some friendlier wording
https://bugs.launchpad.net/bugs/492094
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

-- 
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 492094] Re: configuration prompt could use some friendlier wording

2009-12-03 Thread arand

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

-- 
configuration prompt could use some friendlier wording
https://bugs.launchpad.net/bugs/492094
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

-- 
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 492093] Re: Sync munin 1.4.0-1 (main) from Debian unstable (main)

2009-12-03 Thread Michael Jeanson
Munin 1.4.0 is the new stable release, the 1.2.x tree won't get much
love from now on. This would be nice to have in the LTS.

-- 
Sync munin 1.4.0-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/492093
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in ubuntu.

-- 
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 283811] Re: cups says can't promp for authorization when printing to my samba printer

2009-12-03 Thread cerz
I have upgraded to Karmic, and no longer experience the issue.  The
duplication method in
http://ubuntuforums.org/archive/index.php/t-829706.html was working for
me under 9.04, though it is not a real fix, as it often requires
switching between the two duplicates.

-- 
cups says can't promp for authorization when printing to my samba printer
https://bugs.launchpad.net/bugs/283811
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 283811] Re: cups says can't promp for authorization when printing to my samba printer

2009-12-03 Thread Milan Bouchet-Valat
I think the wrong behavior on failure was fixed, but the real support
for authentication has still not be committed. That's another bug
report, I guess it will go into Lucid.

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

** Changed in: gtk
   Status: Fix Released = Unknown

** Changed in: gtk
 Remote watch: GNOME Bug Tracker #384940 = GNOME Bug Tracker #553690

-- 
cups says can't promp for authorization when printing to my samba printer
https://bugs.launchpad.net/bugs/283811
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 492099] [NEW] package libsnmp-base 5.4. 2.1~dfsg-3ubuntu2 failed to install/upgrade: Unterpr ozess installiertes post-installation-Skript gab den Fehle rwert 2 zurück

2009-12-03 Thread Christian
Public bug reported:

i don't know

ProblemType: Package
Architecture: i386
Date: Thu Dec  3 19:47:35 2009
DistroRelease: Ubuntu 10.04
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 2 zurück
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate i386 
(20091020.3)
NonfreeKernelModules: nvidia
Package: libsnmp-base 5.4.2.1~dfsg-3ubuntu2
PackageArchitecture: all
ProcVersionSignature: Ubuntu 2.6.32-4.5-generic
SourcePackage: net-snmp
Tags: lucid
Title: package libsnmp-base 5.4.2.1~dfsg-3ubuntu2 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück
Uname: Linux 2.6.32-4-generic i686

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

-- 
package libsnmp-base 5.4.2.1~dfsg-3ubuntu2 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück
https://bugs.launchpad.net/bugs/492099
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

-- 
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 492093] Re: Sync munin 1.4.0-1 (main) from Debian unstable (main)

2009-12-03 Thread Stéphane Graber
Ubuntu is also carrying a delta with Debian for patches/220-honor-pid-
file.patch and patches/221-apt-ubuntu-changes.patch.

It'd be great to make sure these got merged either upstream or in Debian
before doing a sync from unstable.

-- 
Sync munin 1.4.0-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/492093
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in ubuntu.

-- 
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 444349] Re: package mysql-server-5.1 5.1.37-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-12-03 Thread Rabenschwinge
Ah, yes. There is a workaround. Open /etc/default/grub in an editor.
Change the line

GRUB_CMDLINE_LINUX_DEFAULT=quiet splash
into:
GRUB_CMDLINE_LINUX_DEFAULT=quiet splash apparmor=0

reboot a normal kernel (don't pick a safe mode option). The type
sudo apt-get -f install

That should fix mysql. Now you can remove the line from your
/etc/default/grub again, reboot and put mysql to complain mode. Since
you utterly disable the security network this way you might wanna
disable your network connection if the computer is directly connected to
the Internet. Or at least shut down everything that isn't absolutely
necessary.

-- 
package mysql-server-5.1 5.1.37-1ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/444349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 444349] Re: package mysql-server-5.1 5.1.37-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-12-03 Thread Rabenschwinge
One more thing: You do need to run update-grub every time you change the
/etc/default/grub for the changes to have effect.

-- 
package mysql-server-5.1 5.1.37-1ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/444349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 105195] Re: kvm can not run Windows XP

2009-12-03 Thread John Barley
I've now had this bug through 3 releases of Ubuntu (currently Karmic). I
am still unable to get past the Setup cannot recognize Disk error
using the virtual manager.

-- 
kvm can not run Windows XP
https://bugs.launchpad.net/bugs/105195
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 444349] Re: package mysql-server-5.1 5.1.37-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-12-03 Thread Eric Speas
Setting up mysql-server-5.1 (5.1.37-1ubuntu5) ...
 * Stopping MySQL database server mysqld [ OK ] 
 * Starting MySQL database server mysqld [fail] 
invoke-rc.d: initscript mysql, action start failed.
dpkg: error processing mysql-server-5.1 (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-5.1; however:
  Package mysql-server-5.1 is not configured yet.
dpkg: error processing mysql-server (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup 
error from a previous failure.
  Errors were encountered while processing:
 mysql-server-5.1
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
package mysql-server-5.1 5.1.37-1ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/444349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 490201] Re: samba fails to open shares because of fixed unknown password

2009-12-03 Thread cariboo907
This really isn't a samba bug, as following the steps on this page:

https://wiki.ubuntu.com/DebuggingSamba

everything works as it should.

smbclient -L //willy
Enter my password: press enter 
Anonymous login successful
Domain=[APLUS] OS=[Unix] Server=[Samba 3.3.2]

Sharename   Type  Comment
-     ---
print$  Disk  Printer Drivers
Movies  Disk  Movies  TV Shows
Music   Disk  Music
Documents   Disk  Documents
Stuff   Disk  Everything Else
Iso Disk  Mounted iso's
IPC$IPC   IPC Service (willy server (Samba, Ubuntu))
Anonymous login successful
Domain=[APLUS] OS=[Unix] Server=[Samba 3.3.2]

Server   Comment
----
COLLECTOR
MCLEESE  
RISKYXP Computer
WILLYwilly server (Samba, Ubuntu)

WorkgroupMaster
----
APLUSWILLY

m...@chilanko-lucid:~$ smbclient //willy/stuff
Enter e password: enter password of user on server
Domain=[APLUS] OS=[Unix] Server=[Samba 3.3.2]
smb: \ dir
  .   D0  Wed Dec  2 19:58:05 2009
  ..  D0  Wed Nov 11 20:21:27 2009
  Downloads   D0  Fri Jul 17 00:55:34 2009
  stuff   D0  Tue Aug 18 12:58:19 2009
  restore D0  Tue Dec  1 20:28:04 2009

the above results indicate to me, that samba is working as it should.
the problem seems to me to be with nautilus.

-- 
samba fails to open shares because of fixed unknown password
https://bugs.launchpad.net/bugs/490201
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 491254] Re: eucalyptus CLEAN=1 should also be supported in start

2009-12-03 Thread Dustin Kirkland
Martin-

I have tested the packages in -proposed according to the instructions
above.

They solve the problem as described in the bug, and do not cause
regressions in my experience.  I think you can mark this one
verification-done.

Thanks.

-- 
eucalyptus CLEAN=1 should also be supported in start
https://bugs.launchpad.net/bugs/491254
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 490790] Re: /etc/samba/smb.conf error in some line

2009-12-03 Thread Joshua Hoover
** Changed in: ubuntuone-client (Ubuntu)
   Status: New = Invalid

** Also affects: samba (Ubuntu)
   Importance: Undecided
   Status: New

-- 
/etc/samba/smb.conf error in some line
https://bugs.launchpad.net/bugs/490790
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 490664] Re: Samba stopped working between 9.10 LiveCD and current installed system.

2009-12-03 Thread rozen
Neither the XP machine nor the MacOS machines can successfully ping
atlas.

I can add atlas to the /etc/hosts file of the MacOS machine and then can
ping atlas.

-- 
Samba stopped working between 9.10 LiveCD and current installed system.
https://bugs.launchpad.net/bugs/490664
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 492093] [NEW] Sync munin 1.4.0-1 (main) from Debian unstable (main)

2009-12-03 Thread Mathias Gug
On Thu, Dec 03, 2009 at 09:03:19PM -, Michael Jeanson wrote:
 Public bug reported:
 
 Please sync munin 1.4.0-1 (main) from Debian unstable (main)


Why not from testing? 
 
 Changelog entries since current lucid version 1.2.6-17ubuntu1:
 
 munin (1.4.0-1) unstable; urgency=low
 
   * Add depends to liblog-log4perl-perl for munin.

liblog-log4perl-perl is in universe. That package will have to be
promoted to main.


Should all the new binary packages be promoted to main as well?

-- 
Mathias Gug
Ubuntu Developer  http://www.ubuntu.com

-- 
Sync munin 1.4.0-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/492093
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in ubuntu.

-- 
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 492093] Re: Sync munin 1.4.0-1 (main) from Debian unstable (main)

2009-12-03 Thread Tom Feiner
Hi,

I'm one of the munin package maintainers in debian.

+1 It would be great to see munin 1.4.0 in the next LTS release.

Also, we've done a lot of work to reduce the number of patches in the
debian package (which went down from over 60 patches, to 2), making the
package maintenance somewhat easier.

Regarding the 2 patches that ubuntu is using:
patches/220-honor-pid-file.patch - it looks like this patch is no longer 
applied since munin (1.2.6-1ubuntu2).
patches/221-apt-ubuntu-changes.patch - Fixing this upstream to work both on 
debian  ubuntu would be the best.

My guess is that we will most likely see a munin 14.1 not too long from
now, so there's still a chance to include changes like this upstream.

Tom Feiner

-- 
Sync munin 1.4.0-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/492093
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in ubuntu.

-- 
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 462172] Re: samba Too many files are currently in use.

2009-12-03 Thread EugeneZ
Also having the same problem described above. Attaching two wireshark
pcap files from the Win7 computer. I was copying files from an SMB
server when the problem occurred. During the wireshark capture I just
let it run and when the error dialog appears I click Try Again over and
over until Samba frees enough files to allow the transfer to continue,
then a few seconds later it runs into the problem again.

-- 
samba Too many files are currently in use.
https://bugs.launchpad.net/bugs/462172
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 491254] Re: eucalyptus CLEAN=1 should also be supported in start

2009-12-03 Thread Martin Pitt
** Tags added: verification-done
** Tags removed: verification-needed

-- 
eucalyptus CLEAN=1 should also be supported in start
https://bugs.launchpad.net/bugs/491254
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 462172] Re: samba Too many files are currently in use.

2009-12-03 Thread EugeneZ
Never mind, I wasn't thinking. Those files are too big for attachments.
I just uploaded them to a web server, hope that's alright. Here they
are:

http://www.eugenez.net/downloads/smb-cap2.rar
http://www.eugenez.net/downloads/smb-cap3.rar

-- 
samba Too many files are currently in use.
https://bugs.launchpad.net/bugs/462172
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 490664] Re: Samba stopped working between 9.10 LiveCD and current installed system.

2009-12-03 Thread Thierry Carrez
I'd suggest you fix your LAN name resolution and everything should work
better. Marking as Invalid as this doesn't point to a bug in samba but
rather a configuration issue. Feel free to reopen if you can point to a
bug in samba.

** Changed in: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
Samba stopped working between 9.10 LiveCD and current installed system.
https://bugs.launchpad.net/bugs/490664
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 364441] Re: general protection fault: 0000 [#1] SMP at boot

2009-12-03 Thread massimop
no more such issues on karmic

-- 
general protection fault:  [#1] SMP at boot
https://bugs.launchpad.net/bugs/364441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 296610] Re: ALPS DualPoint Touchpad flaky performance

2009-12-03 Thread Antti P Miettinen
@Dmitry: Sort of both and more. The touchpad is getting in the way of
typing but also in the way of using the trackpoint. With Sebastian's
patch and when the touchpad is disabled with e.g. gsynaptics, things are
almost OK. But the touchpad gets re-enabled seemingly at random. And
even when it stays disabled, weird pointer activity can be triggered
e.g. by moving two fingers into opposing directions on the touchpad.
Similar pointer-jumping-things happen accidentally sometimes when I'm
using the trackpoint. With Sebastian's patch I do not see sync lost
errors. Is there a way to disable the touchpad with proto=exps?

-- 
ALPS DualPoint Touchpad flaky performance
https://bugs.launchpad.net/bugs/296610
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284212] Re: VPN connection fails: unable to find valid VPN secrets (auth dialog crash when secrets exist)

2009-12-03 Thread Ninjix
Tom: Your private key password conversion tip rocks. Saved me a bunch of
troubleshooting headaches and nudged me to be more secure with my keys.
Thanks!

-- 
VPN connection fails: unable to find valid VPN secrets (auth dialog crash 
when secrets exist)
https://bugs.launchpad.net/bugs/284212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 491770] [NEW] compiz cube rotate mouse pointer lost

2009-12-03 Thread scrollo
Public bug reported:

Binary package hint: compiz

Occasionally when rotating the cube the display will freeze momentarily
mid-rotation.  When things kick back in, my mouse pointer has vanished.
Nothing can be clicked and most keyboard shortcuts don't work either,
but strangely I can still rotate the cube if I 'aim' the non-visible
mouse pointer at an empty area of the desktop.  Possibly related to this
is I get the same sort of system stutter when updating any settings in
the compiz settings manager, sometimes with the same loss of pointer.

Difficult to track what's happening as a reset is the only way to get
interactivity back.  Console hotkeys (CTRL-ALT-F1) still work, but
switching to a terminal results in graphic corruption.  Switching back
(CTRL-ALT-F7) after this makes the mouse pointer re-appear, but it is
still non-interactive.

ProblemType: Bug
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz/general/allscreens/options/active_plugins'
Date: Thu Dec  3 07:47:23 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Kubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
MachineType: System manufacturer P5K3 Deluxe
NonfreeKernelModules: fglrx
Package: compiz 1:0.8.4-0ubuntu2
PackageArchitecture: all
PciDisplay: 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc R600 
[Radeon HD 2900 Series] [1002:9400]
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-15-generic 
root=UUID=ef73f160-d0ae-4b1a-9ea2-914143247a52 ro quiet splash 
acpi_enforce_resources=lax
ProcEnviron:
 LANGUAGE=
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu10
 libgl1-mesa-glx 7.6.0-1ubuntu4
 libdrm2 2.4.14-1ubuntu1
 xserver-xorg-video-intel 2:2.9.0-1ubuntu2
 xserver-xorg-video-ati 1:6.12.99+git20090929.7968e1fb-0ubuntu1
SourcePackage: compiz
Uname: Linux 2.6.31-15-generic i686
dmi.bios.date: 04/16/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1206
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5K3 Deluxe
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1206:bd04/16/2009:svnSystemmanufacturer:pnP5K3Deluxe:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5K3Deluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: P5K3 Deluxe
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
system: distro = Ubuntu, architecture = i686, kernel = 2.6.31-15-generic

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


** Tags: apport-bug i386

-- 
compiz cube rotate mouse pointer lost
https://bugs.launchpad.net/bugs/491770
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 491770] Re: compiz cube rotate mouse pointer lost

2009-12-03 Thread scrollo

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/36358546/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/36358547/CurrentDmesg.txt

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

** Attachment added: GconfCompiz.txt
   http://launchpadlibrarian.net/36358549/GconfCompiz.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/36358551/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/36358552/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/36358553/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/36358554/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/36358555/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/36358556/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/36358557/UdevLog.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/36358558/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/36358559/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/36358560/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/36358561/Xrandr.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/36358562/XsessionErrors.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/36358563/glxinfo.txt

-- 
compiz cube rotate mouse pointer lost
https://bugs.launchpad.net/bugs/491770
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 483713] Re: bluetooth interface not seen (lshw, lsusb, hciconfig) on Dell Inspiron Mini 1011 (=10v)

2009-12-03 Thread Václav Šmilauer
@undfined:

1. How did you confirm hardware issue? 
2. Did you communicate with Dell directly or with your local reseller?
3. Was your notebook originally with Windows?
4. If you change the module, does it void the warranty?

For those who bought with Linux, it would be enough to get the pre-
installed /etc/apt/sources.list with dell's repositories. Anyone has
backed it up? (I didn't unfortunately) We could test Dell's pre-
installed linux and claim its functionality via warranty service if it
wouldn't work.

I am willing to try fresh install, anyone has Dell's
/etc/apr/sources.list?

-- 
bluetooth interface not seen (lshw, lsusb, hciconfig) on Dell Inspiron Mini 
1011 (=10v)
https://bugs.launchpad.net/bugs/483713
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 491771] [NEW] [Karmic] battery is charged (when discharging) and unaccurate remaining battery time

2009-12-03 Thread Jordi
Public bug reported:

Binary package hint: gnome-power-manager

When I switch on my computer using only the battery, the Battery monitor
on the tray is showing ALWAYS that the battery is fully charged.
However, making a simple click onto the monitor icon, it shows a popup
with the actual percentage of remaining battery. In this situation, if I
do not verify every while and while the remaining power, the computer
just runs out of battery and switch off abruptly. When restarting, I had
to fscheck the filesystems.

However, I found a trick. All this changes when I simply connect the PC
to the power (just less than a second) and the monitor changes:

* A popup shows that the the battery is discharging, as well as the remaining 
battery percentage and the time.
* The tray icon is showing that the battery is discharging.
* The popup information when click the icon remains the same.

In this situation, the battery monitor shows 2 alerts: the first one
some time before running out of battery (about 9% of battery) and the
second one when only 1-2% of battery remains. In both cases, the popup
alert shows correctly the percentage of battery, but do not show the
proper remaining time (just unknown remaining time or so). In
contrast, in this case, the computer switch off normally (as I have set
up in the settings).

All these problems appeared when upgrading to Karmic. In the previous
ubuntu release, all worked really fine.

My hardware settings are as follows (sudo lshw):

description: Notebook
product: HP Pavilion dv3500 Notebook PC
vendor: Hewlett-Packard
version: F.15
serial: CNU9286D62
width: 32 bits
capabilities: smbios-2.4 dmi-2.4
configuration: boot=normal chassis=notebook 
uuid=801A8556-865A-86F0-8786-881C88B2893E
  *-core
   description: Motherboard
   product: 1505
   vendor: Inventec
   physical id: 0
   version: KBC Version 13.14
   serial: Base Board Serial Number
   slot: Base Board Chassis Location
 *-firmware
  description: BIOS
  vendor: Hewlett-Packard
  physical id: 0
  version: F.15 (05/04/2009)
  size: 1MiB
  capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd 
int13floppynec int13floppytoshiba int13floppy360 int13floppy1200 int13floppy720 
int13floppy2880 int9keyboard int10video acpi usb
 *-cpu
  description: CPU
  product: Intel(R) Core(TM)2 Duo CPU T6400  @ 2.00GHz
  vendor: Intel Corp.
  physical id: 12
  bus info: c...@0
  version: 6.7.10
  serial: 0001-067A----
  slot: CPU
  size: 1200MHz
  capacity: 2GHz
  width: 64 bits
  clock: 800MHz
  capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm 
pbe nx x86-64 constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est 
tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm cpufreq
  configuration: id=0
 *-pci
  description: Host bridge
  product: Mobile 4 Series Chipset Memory Controller Hub
  vendor: Intel Corporation
  physical id: 100
  bus info: p...@:00:00.0
  version: 07
  width: 32 bits
  clock: 33MHz
*-pci:0
 description: PCI bridge
 product: Mobile 4 Series Chipset PCI Express Graphics Port
 vendor: Intel Corporation
 physical id: 1
 bus info: p...@:00:01.0
 version: 07
 width: 32 bits
 clock: 33MHz
 capabilities: pci pm msi pciexpress bus_master cap_list
 configuration: driver=pcieport-driver
 resources: irq:24 ioport:5000(size=4096) memory:d000-d2ff 
ioport:c000(size=268435456)
   *-display
description: VGA compatible controller
product: G98 [GeForce 9300M GS]
vendor: nVidia Corporation
physical id: 0
bus info: p...@:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:16 memory:d200-d2ff 
memory:c000-cfff(prefetchable) memory:d000-d1ff 
ioport:5000(size=128)

  *-power UNCLAIMED
   description: OEM_Define1
   product: OEM_Define4
   vendor: OEM_Define2
   physical id: 1
   version: OEM_Define5
   serial: OEM_Define2
   capacity: 75mWh

*** lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

*** apt-cache policy gnome-power-manager 
gnome-power-manager:
  Instal·lat: 2.28.1-0ubuntu1
  Candidat: 2.28.1-0ubuntu1
  Taula de versió:
 *** 2.28.1-0ubuntu1 0
500 http://cat.archive.ubuntu.com karmic/main 

[Bug 491762] Re: Chinese Chess engine hanged

2009-12-03 Thread Aron Xu
Can you try the package in this PPA? It contains a newer upstream
release which fixed lots of bugs and have some other improvements.

https://edge.launchpad.net/~gmchess/+archive/ppa

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

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


[Bug 476513] Re: /etc/default/apport comment outdated

2009-12-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~micahg/ubuntu/karmic/apport/fix_lp.476513

-- 
/etc/default/apport comment outdated
https://bugs.launchpad.net/bugs/476513
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 491773] [NEW] gapcmon doesn't show up in notification area

2009-12-03 Thread paul
Public bug reported:

Binary package hint: gapcmon

Ubuntu karmic 2.6.31-15
gapcmon 0.8.9-1  0.8.6-1

When use tray icon is selected in gapcmon 0.8.6-1 under both 9.04 and
9.10, the program is minimized to the tray when close is chosen. Under
gapcmon 0.8.9-1 (default under 9.10), gapcmon continues to run but does
not show up in the notification area.  Uninstalling 0.8.9-1 and re-
installing 0.8.6-1 returns desired behavior (i.e. minimizing to the
tray). I used the gapcmon_0.8.6-1_i386.deb from:
http://ubuntuarchive.hnsdc.com/pool/universe/g/gapcmon/ and installed
0.8.9 from the karmic repositories. Please let me know if I can provide
any more information. I reported this using the bug report app in
karmic, but don't know if the collected info was attached to this bug
report.

Please note that the behavior did not change when trying the solution
provided in bug #477731.

Thanks.

Paul

ProblemType: Bug
Architecture: i386
Date: Thu Dec  3 08:49:26 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: gapcmon 0.8.9-1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: gapcmon
Uname: Linux 2.6.31-15-generic i686

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


** Tags: apport-bug i386

-- 
gapcmon doesn't show up in notification area
https://bugs.launchpad.net/bugs/491773
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 491254] Re: eucalyptus CLEAN=1 should also be supported in start

2009-12-03 Thread Thierry Carrez
** Description changed:

  CLEAN=1 support has been implemented as part of bug 460089, to avoid
  cleaning up the CC network state at each restart. A CLEAN=1 option was
  added to the post-stop in eucalyptus-cc.conf. A similar option should be
  added to the pre-start so that CLEAN=1 is also supported at start. That
  will mimic what the eucalyptus init script provides (cleanstart and
  cleanstop).
  
  ===
  SRU Testing
  
  MINIMAL PATCH:
  
http://bazaar.launchpad.net/~ubuntu-core-dev/eucalyptus/ubuntu-karmic/revision/727
  
  IMPACT:
-  When we converted the Eucalyptus init scripts to upstart jobs, we lost some 
functionality.  The initscripts supported a few additional actions, namely: 
cleanstop, cleanstart, cleanrestart.  These clean action would actually clear 
out the CC's state from /var/lib/eucalyptus/CC.  We should *not* do this in the 
default case, but we *should* provide a convenient, documented mechanism for 
administrators to do the clean restart process.  This update adds that 
functionality.
+  When we converted the Eucalyptus init scripts to upstart jobs, we lost some 
functionality.  The initscripts supported a few additional actions, namely: 
cleanstop, cleanstart, cleanrestart.  These clean action would actually clear 
out the CC's state from /var/lib/eucalyptus/CC.  We should *not* do this in the 
default case, but we *should* provide a convenient, documented mechanism for 
administrators to do the clean restart process.  This update restores that 
functionality.
  
  TEST CASE:
-  After installing/upgrading the -proposed eucalyptus packages:
-  1) Open a window on the CLC/CC, and watch the contents of 
/var/lib/eucalyptus/CC:
-   $ watch -n1 sudo ls -alF /var/lib/eucalyptus/CC
-  2) Perform each of the following actions, ensuring that the files in 
/var/lib/eucalyptus/CC are NOT removed:
-   $ sudo restart eucalyptus
-   $ sudo stop eucalyputs
-   $ sudo start eucalyptus
-   $ sudo restart eucalyptus-cc
-   $ sudo stop eucalyptus-cc
-   $ sudo start eucalyputs-cc
-  3) Now perform each of the following actions, ensure that the files in 
/var/lib/eucalyptus/CC ARE in fact removed at each operation:
-   $ sudo restart eucalyptus CLEAN=1
-   $ sudo stop eucalyputs CLEAN=1
-   $ sudo start eucalyptus CLEAN=1
-   $ sudo restart eucalyptus-cc CLEAN=1
-   $ sudo stop eucalyptus-cc CLEAN=1
-   $ sudo start eucalyputs-cc CLEAN=1
+  After installing/upgrading the -proposed eucalyptus packages:
+  1) Open a window on the CLC/CC, and watch the contents of 
/var/lib/eucalyptus/CC:
+   $ watch -n1 sudo ls -alF /var/lib/eucalyptus/CC
+  2) Perform each of the following actions, ensuring that the files in 
/var/lib/eucalyptus/CC are NOT removed:
+   $ sudo restart eucalyptus
+   $ sudo stop eucalyptus
+   $ sudo start eucalyptus
+   $ sudo restart eucalyptus-cc
+   $ sudo stop eucalyptus-cc
+   $ sudo start eucalytus-cc
+  3) Now perform each of the following actions, ensure that the files in 
/var/lib/eucalyptus/CC ARE in fact removed at each operation:
+   $ sudo restart eucalyptus CLEAN=1
+   $ sudo stop eucalyptus CLEAN=1
+   $ sudo start eucalyptus CLEAN=1
+   $ sudo restart eucalyptus-cc CLEAN=1
+   $ sudo stop eucalyptus-cc CLEAN=1
+   $ sudo start eucalyptus-cc CLEAN=1
  
  REGRESSION POTENTIAL:
  Regression potential is rather low.  The behavior is only changed when 
CLEAN=1 is passed to any of the eucalyptus scripts.  We have only recently 
documented this behavior.  It is intended to restore some functionality that 
was lost as of 9.10 GA when the eucalyptus init scripts were replaced by 
upstart jobs.
  ===

-- 
eucalyptus CLEAN=1 should also be supported in start
https://bugs.launchpad.net/bugs/491254
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 360818] Re: NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets

2009-12-03 Thread BDenis
I look at nm_setting_vpn_get_secret.

nm_setting_vpn_get_secret (NMSettingVPN *setting, const char *key)
{
g_return_val_if_fail (NM_IS_SETTING_VPN (setting), NULL);

return (const char *) g_hash_table_lookup (NM_SETTING_VPN_GET_PRIVATE 
(setting)-secrets, key);
}
It's return TRUE in one case, if setting-secrets has a key. NULL we can get in 
two cases, if 'settings' has a wrong type and if there is no key in 'settings 
- secrets'. You say that setting already verified, than something wrong with 
settings - secrets.

May be something wrong with rights when reading secrets?

Sorry for bad english.

-- 
NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets 
https://bugs.launchpad.net/bugs/360818
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 491773] Re: gapcmon doesn't show up in notification area

2009-12-03 Thread paul

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

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/36358728/XsessionErrors.txt

-- 
gapcmon doesn't show up in notification area
https://bugs.launchpad.net/bugs/491773
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 491774] [NEW] [Kubuntu 9.10] k3b fails to burn in a TSSTcorp CDDVDW SH-S223B unit under VIA VT8237 chipset

2009-12-03 Thread ScaroDj
Public bug reported:

Binary package hint: k3b

Devices
---
TSSTcorp CDDVDW SH-S223B SB01 (/dev/sr0, CD-R, CD-RW, CD-ROM, DVD-ROM, DVD-R, 
DVD-RW, DVD-R DL, DVD+R, DVD+RW, DVD+R DL) [DVD-ROM, DVD-R Sequential, DVD-R 
Dual Layer Sequential, DVD-R Dual Layer Jump, DVD-RAM, DVD-RW Restricted 
Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, DVD+R Dual Layer, CD-ROM, CD-R, 
CD-RW] [SAO, TAO, RAW, SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R, 
Restricted Overwrite, Layer Jump] [%7]

K3b::IsoImager
---
mkisofs print size result: 2272742 (4654575616 bytes)

System
---
K3b Version: 1.68.0
KDE Version: 4.3.2 (KDE 4.3.2)
QT Version:  4.5.2
Kernel:  2.6.31-15-generic

Used versions
---
mkisofs: 1.1.9
cdrecord: 1.1.9

cdrecord
---
scsidev: '/dev/sr0'
devname: '/dev/sr0'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Wodim version: 1.1.9
SCSI buffer size: 64512
Beginning DMA speed test. Set CDR_NODMATEST environment variable if device
communication breaks or freezes immediately after that.
TOC Type: 1 = CD-ROM
Driveropts: 'burnfree'
Device type: Removable CD-ROM
Version: 5
Response Format: 2
Capabilities   : 
Vendor_info: 'TSSTcorp'
Identification : 'CDDVDW SH-S223B '
Revision   : 'SB01'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x0011 (DVD-R sequential recording)
Profile: 0x0015 (DVD-R/DL sequential recording) 
Profile: 0x0016 (DVD-R/DL layer jump recording) 
Profile: 0x002B (DVD+R/DL) 
Profile: 0x001B (DVD+R) 
Profile: 0x001A (DVD+RW) 
Profile: 0x0014 (DVD-RW sequential recording) 
Profile: 0x0013 (DVD-RW restricted overwrite) 
Profile: 0x0012 (DVD-RAM) 
Profile: 0x0011 (DVD-R sequential recording) (current)
Profile: 0x0010 (DVD-ROM) 
Profile: 0x000A (CD-RW) 
Profile: 0x0009 (CD-R) 
Profile: 0x0008 (CD-ROM) 
Profile: 0x0002 (Removable disk) 
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags   : SWABAUDIO BURNFREE 
Supported modes: PACKET SAO
Drive buf size : 1376256 = 1344 KB
FIFO size  : 12582912 = 12288 KB
Speed set to 11080 KB/s
Track 01: data  4438 MB
Total size: 5097 MB (505:03.22) = 2272742 sectors
Lout start: 5098 MB (505:05/17) = 2272742 sectors
Current Secsize: 2048
HINT: use dvd+rw-mediainfo from dvd+rw-tools for information extraction.
Blocks total: 2298496 Blocks current: 2298496 Blocks remaining: 25754
Starting to write CD/DVD at speed   8.0 in real SAO mode for single session.
Last chance to quit, starting real write in2 seconds.
   1 seconds.
   0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
Performing OPC...
Sending CUE sheet...
Starting new track at sector: 0
Track 01:0 of 4438 MB written.
Errno: 5 (Input/output error), write_g1 scsi sendcmd: no error
CDB:  2A 00 00 00 00 3E 00 00 1F 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 04 00 00 00 00 0A 00 00 00 00 08 05 00 00
Sense Key: 0x4 Hardware Error, Segment 0
Sense Code: 0x08 Qual 0x05 (logical unit communication failure) [No matching 
qualifier] Fru 0x0
Sense flags: Blk 0 (not valid) 
cmd finished after 0.001s timeout 200s
/usr/bin/wodim: A write error occured.
/usr/bin/wodim: Please properly read the error message above.
write track data: error after 126976 bytes
Writing  time:   16.131s
Average write speed 111.0x.
Fixating...
Errno: 5 (Input/output error), flush cache scsi sendcmd: no error
CDB:  35 00 00 00 00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 72 0B 00 00 00 00 00 0E 09 0C 00 00 00 03 00 00
Sense Key: 0x0 No Additional Sense, Segment 11
Sense Code: 0x00 Qual 0x03 (setmark detected) Fru 0x0
Sense flags: Blk 0 (not valid) 
cmd finished after 216.251s timeout 200s
/usr/bin/wodim: Cannot fixate disk.
Trouble flushing the cache
Fixating time:  216.251s
/usr/bin/wodim: fifo had 194 puts and 3 gets.
/usr/bin/wodim: fifo was 0 times empty and 1 times full, min fill was 98%.

cdrecord command:
---
/usr/bin/wodim -v gracetime=2 dev=/dev/sr0 speed=8 -sao driveropts=burnfree 
-data -tsize=2272742s -

mkisofs
---
2272742
I: -input-charset not specified, using utf-8 (detected in locale settings)
  0.02% done, estimate finish Thu Dec  3 01:05:28 2009
  0.04% done, estimate finish Thu Dec  3 01:05:28 2009
  0.07% done, estimate finish Thu Dec  3 01:05:28 2009
  0.09% done, estimate finish Thu Dec  3 01:05:28 2009
  0.11% done, estimate finish Thu Dec  3 01:05:28 2009
  0.13% done, estimate finish Thu Dec  3 01:05:28 2009
  0.15% done, estimate finish Thu Dec  3 01:05:28 2009
  0.18% done, estimate finish Thu Dec  3 01:14:54 2009
  0.20% done, estimate finish Thu Dec  3 01:13:51 2009
  0.22% done, estimate finish Thu Dec  3 01:13:02 2009
  0.24% done, estimate finish Thu Dec  3 01:12:21 2009
  0.26% done, estimate finish Thu Dec  3 01:11:45 2009

mkisofs calculate size command:
---
/usr/bin/genisoimage -gui -graft-points 

[Bug 491774] Re: [Kubuntu 9.10] k3b fails to burn in a TSSTcorp CDDVDW SH-S223B unit under VIA VT8237 chipset

2009-12-03 Thread ScaroDj

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

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

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

-- 
[Kubuntu 9.10] k3b fails to burn in a TSSTcorp CDDVDW SH-S223B unit under VIA 
VT8237 chipset
https://bugs.launchpad.net/bugs/491774
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 485794] Re: package x11proto-core-dev (not installed) failed to install/upgrade: unable to create `/usr/include/X11/ap_keysym.h.dpkg-new' (while processing `./usr/include/X11/ap_keysym.h'): Inval

2009-12-03 Thread Timo Aaltonen
likely the disk just was full.

** Changed in: x11proto-core (Ubuntu)
   Status: New = Invalid

-- 
package x11proto-core-dev (not installed) failed to install/upgrade: unable to 
create `/usr/include/X11/ap_keysym.h.dpkg-new' (while processing 
`./usr/include/X11/ap_keysym.h'): Invalid argument
https://bugs.launchpad.net/bugs/485794
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 44082] Re: GNOME Panel icons (on right side) move apparently randomly on session start in some situations

2009-12-03 Thread Ahmad Amr
This is a very stupid bug the highly affects the user experience,
especially those moving from Windows to Linux. If - for any reason - a
developer thinks this bug - that has been here for more than 3 years -
is minor or not worth investigation, then he/she is stupid as well, else
if he/she can't solve it, I guess someone has to help that developer or
it has to be solved by another one.

-- 
GNOME Panel icons (on right side) move apparently randomly on session start in 
some situations
https://bugs.launchpad.net/bugs/44082
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 491775] [NEW] udevd errors in /lib/udev/rules.d/85-brltty.rules

2009-12-03 Thread dino99
Public bug reported:

Binary package hint: udev

Lucid testing

daemon.log flooded by these messages:

oem-desktop udevd[530]: SYSFS{}= will be removed in a future udev version, 
please use ATTR{}= to match the event device, or ATTRS{}= to match a parent 
device, in /etc/udev/rules.d/56-hpmud_support.rules:10 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:8 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:9 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:10 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:13 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:14 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:15 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:16 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:17 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:18 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:19 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:20 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:21 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:22 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:23 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:24 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:25 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:26 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:27 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:28 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:29 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
match a parent device, in /lib/udev/rules.d/85-brltty.rules:30 
Dec  3 08:48:04 oem-desktop udevd[530]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= 

[Bug 491775] Re: udevd errors in /lib/udev/rules.d/85-brltty.rules

2009-12-03 Thread dino99

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/36358980/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/36358981/CurrentDmesg.txt

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

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/36358983/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/36358984/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/36358985/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/36358986/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/36358987/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/36358988/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/36358989/UdevLog.txt

-- 
udevd errors in /lib/udev/rules.d/85-brltty.rules
https://bugs.launchpad.net/bugs/491775
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   3   4   5   6   7   8   9   10   >