[Bug 596064] Re: nmbd fails to start on boot - problem with upstart

2010-06-25 Thread Thierry Carrez
OK, so the issue seems to be that  testparm -s --parameter-
name='disable netbios'  sometimes fails (or returns 'Yes') when
started at boot-time. The start on (local-filesystems and net-device-up
IFACE!=lo) should however be late enough...

To confirm, could you try with:

pre-start script
  date  /tmp/nmbd-upstart.log
  NMBD_DISABLED=`testparm -s --parameter-name='disable netbios' 
2/tmp/nmbd-upstart.log`
  echo Output is $NMBD_DISABLED  /tmp/nmbd-upstart.log
  [ x$NMBD_DISABLED = xYes ]  { stop; exit 0; }
  install -o root -g root -m 755 -d /var/run/samba
end script

And post the resulting /tmp/nmbd-upstart.log when it fails ?

-- 
nmbd fails to start on boot - problem with upstart 
https://bugs.launchpad.net/bugs/596064
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 586546] Re: Byobu should be enabled by default for initial login to Ubuntu Server

2010-06-25 Thread Thierry Carrez
@Ciemon: Your definition is a Papercut and only applies to the Desktop
Edition (as your own definition points out). A Server papercut is
defined at https://wiki.ubuntu.com/ServerPapercutsMSpec. This includes
the following acceptance criterium:

Obvious and non-controversial solution

Moving to using byobu by default as the shell is typically a
controversial move, hence the rejection as a server papercut. That does
not mean the wishlist bug in itself is invalid, just that trying to
solve it through the Server Papercuts initiative is not appropriate. The
Server Papercuts initiative is there to catch low hanging annoying
fruit, not to fast-track controversial options.

-- 
Byobu should be enabled by default for initial login to Ubuntu Server
https://bugs.launchpad.net/bugs/586546
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 586546] Re: Byobu should be enabled by default for initial login to Ubuntu Server

2010-06-25 Thread Thierry Carrez
@Serge: the admins can easily toggle byobu to run by default. The issue
here is discoverability of the feature, not the feature itself.

-- 
Byobu should be enabled by default for initial login to Ubuntu Server
https://bugs.launchpad.net/bugs/586546
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 586546] Re: Byobu should be enabled by default for initial login to Ubuntu Server

2010-06-25 Thread Malcolm Scott
In an environment with a number of Ubuntu servers, it is common (here,
anyway) for a user to only run byobu on one of them, from which ssh
connections to the other servers are maintained -- ssh from one server
to another will take up another two lines of the terminal and provide
confusing nested windows.  Whilst I agree that it would be good to make
this feature more discoverable, I do not think that enabling byobu by
default is a good idea, for this reason and those presented in comment
#1.

-- 
Byobu should be enabled by default for initial login to Ubuntu Server
https://bugs.launchpad.net/bugs/586546
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 598385] [NEW] munin plugin exim_mailqueue has incorrect graph configuration

2010-06-25 Thread Malcolm Scott
Public bug reported:

Binary package hint: munin-node

The exim_mailqueue graph (in munin-node 1.4.4-1ubuntu1) tells rrdtool to
draw first a STACK (for 'mails') and then an AREA (for 'frozen').  This
is invalid as STACK must follow AREA or LINE, and the graph does not
render.  The error message in the munin-graph log is as follows:

Jun 25 08:45:48 - ERROR: First field (mails) of graph [elided] :: [elided] 
:: 
exim_mailqueue is STACK. STACK can only be drawn after a LINEx or AREA.
Jun 25 08:45:48 - Unable to graph 
/var/lib/munin/[elided]/[elided]-exim_mailqueue-fro
zen-g.rrd: STACK must follow LINE or AREA! command:

This can be corrected by swapping AREA and STACK in
/usr/share/munin/plugins/exim_mailqueue.  Patch attached.

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

-- 
munin plugin exim_mailqueue has incorrect graph configuration
https://bugs.launchpad.net/bugs/598385
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 598385] Re: munin plugin exim_mailqueue has incorrect graph configuration

2010-06-25 Thread Malcolm Scott

** Patch added: Patch for /usr/share/munin/plugins/exim_mailqueue
   http://launchpadlibrarian.net/50888620/exim_mailqueue.diff

** Description changed:

- Binary package hint: munin
+ Binary package hint: munin-node
  
- The exim_mailqueue graph tells rrdtool to draw first a STACK (for
- 'mails') and then an AREA (for 'frozen').  This is invalid as STACK must
- follow AREA or LINE, and the graph does not render.  The error message
- in the munin-graph log is as follows:
+ The exim_mailqueue graph (in munin-node 1.4.4-1ubuntu1) tells rrdtool to
+ draw first a STACK (for 'mails') and then an AREA (for 'frozen').  This
+ is invalid as STACK must follow AREA or LINE, and the graph does not
+ render.  The error message in the munin-graph log is as follows:
  
  Jun 25 08:45:48 - ERROR: First field (mails) of graph [elided] :: 
[elided] :: 
  exim_mailqueue is STACK. STACK can only be drawn after a LINEx or AREA.
  Jun 25 08:45:48 - Unable to graph 
/var/lib/munin/[elided]/[elided]-exim_mailqueue-fro
  zen-g.rrd: STACK must follow LINE or AREA! command:
  
  This can be corrected by swapping AREA and STACK in
  /usr/share/munin/plugins/exim_mailqueue.  Patch attached.

-- 
munin plugin exim_mailqueue has incorrect graph configuration
https://bugs.launchpad.net/bugs/598385
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 597330] Re: Eucalyptus fails to build against gwt 1.6.4

2010-06-25 Thread Dave Walker
** Summary changed:

- Please update gwt to 2.0.3
+ Eucalyptus fails to build against gwt 1.6.4

** Description changed:

- Google have made a new release of gwt, and it's sole rdepends requires a
- newer version.
+ Google have made a new release of gwt, and it's sole rdepends (Eucalyptus) 
requires a newer version.  A temporary solution is to remove the functionality 
to 
+ Eucalyptus which requires gwt 1.6.4, but long term gwt needs to be updated 
to 2.0.*.

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

** Changed in: eucalyptus (Ubuntu)
   Status: New = Won't Fix

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

** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = High

** Changed in: gwt (Ubuntu)
 Assignee: Dave Walker (davewalker) = (unassigned)

** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Dave Walker (davewalker)

-- 
Eucalyptus fails to build against gwt 1.6.4
https://bugs.launchpad.net/bugs/597330
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


Re: [Bug 350936] Re: Should shut down domains on system shutdown

2010-06-25 Thread Soren Hansen
Why are you not doing this in the pre-stop part of the libvirt-bin job,
by the way?

-- 
Should shut down domains on system shutdown
https://bugs.launchpad.net/bugs/350936
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


Re: [Bug 580454] Re: libvirt 'ethernet' or 'bridge' interface machines won't start.

2010-06-25 Thread Soren Hansen
On Fri, Jun 25, 2010 at 09:17:41AM -, Neil Wilson wrote:
 Ok. The bridge stuff is working, but 'raw ethernet' isn't.

https://bugzilla.redhat.com/show_bug.cgi?id=593903

-- 
Soren Hansen
Ubuntu Developer
http://www.ubuntu.com/

-- 
libvirt 'ethernet' or 'bridge' interface machines won't start.
https://bugs.launchpad.net/bugs/580454
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 580454] Re: libvirt 'ethernet' or 'bridge' interface machines won't start.

2010-06-25 Thread Soren Hansen
** Bug watch added: Red Hat Bugzilla #593903
   https://bugzilla.redhat.com/show_bug.cgi?id=593903

-- 
libvirt 'ethernet' or 'bridge' interface machines won't start.
https://bugs.launchpad.net/bugs/580454
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 575945] Re: [SRU] chkrootkit falsely flags files owned by Firefox 3 and Sun Java 6 valid packages

2010-06-25 Thread Martin Pitt
Version 0.47-1.1ubuntu0.3 accepted into hardy-proposed which adds the
manpage option. Please check and report back here. Thanks!

-- 
[SRU] chkrootkit falsely flags files owned by Firefox 3 and Sun Java 6 valid 
packages
https://bugs.launchpad.net/bugs/575945
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to chkrootkit 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 574665] Re: kvm + virtio disk corrupts large volumes (1TB).

2010-06-25 Thread Curt Sampson
On 2010-06-24 22:24 - (Thu), Steven Wagner wrote:

 As mentioned in comment #3, could this be related to a specific SATA
 chipset?...Ive noticed no difference for if the guest is using virtio
 or ide mode.

For me the guests work fine in IDE mode; it's only virtio that has a
problem. So, in a word, no.

-- 
kvm + virtio disk corrupts large volumes (1TB).
https://bugs.launchpad.net/bugs/574665
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 350936] Re: Should shut down domains on system shutdown

2010-06-25 Thread ossjunkie
@soren: as i simple don't know how to trigger it only on shutdown, as
the premise was it should run on regular stop. but i know it may ease
the situation and would like to do so. do you know some solution here.
maybe we could do a simple condition that checks for an enviromental
stuff thats only present on shutdown/reboot and is a reliable source.
and yes i left some ugly debugging stuff in, but because it isn't ready
so far ;)

regarding the killing by /etc/init.d/sendsings we could easily test when
the VMs got killed and how to prevent when libvirtd would be still
accessable. so i would say we should get the upstart things right first
and then go on with that. maybe we could try to track and bound the pids
of the guest somehow to the upstart job (in case we keep it seperate)
and prevent it that way.

-- 
Should shut down domains on system shutdown
https://bugs.launchpad.net/bugs/350936
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 563805] Re: mount.cifs won't mount shares; set uid bit not set

2010-06-25 Thread jgreenso
Does this mean other mount.X utils will be similarly affected?

Does the fstab man page now need to be updated to say that the 'user'
flag does not apply to cifs and possibly others?

-- 
mount.cifs won't mount shares; set uid bit not set
https://bugs.launchpad.net/bugs/563805
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 598476] [NEW] MySQL server fails to load on boot

2010-06-25 Thread Scott Evans
Public bug reported:

The MySQL server fails to load from upstart job thus there is no service
running after boot

Starting Nmap 5.00 ( http://nmap.org ) at 2010-06-25 22:14 EST
Warning: Hostname localhost resolves to 2 IPs. Using 127.0.0.1.
Interesting ports on localhost (127.0.0.1):
Not shown: 994 closed ports
PORT STATE SERVICE
21/tcp   open  ftp
22/tcp   open  ssh
80/tcp   open  http
631/tcp  open  ipp
9418/tcp open  unknown

But after manually starting service with sudo service mysql start it
will start without error.

There is no error being logged as to why the service fails to start...

100625 21:55:07 [Note] Plugin 'FEDERATED' is disabled.
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
100625 21:55:07  InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
100625 21:55:07  InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
100625 21:55:07  InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
100625 21:55:08  InnoDB: Started; log sequence number 0 0
100625 21:55:08  InnoDB: Starting shutdown...
100625 21:55:13  InnoDB: Shutdown completed; log sequence number 0 44233
100625 21:55:13 [Note] Plugin 'FEDERATED' is disabled.
100625 21:55:13  InnoDB: Started; log sequence number 0 44233
100625 21:55:13  InnoDB: Starting shutdown...
100625 21:55:18  InnoDB: Shutdown completed; log sequence number 0 44233
100625 21:55:18 [Note] Plugin 'FEDERATED' is disabled.
100625 21:55:18  InnoDB: Started; log sequence number 0 44233
ERROR: 1064  You have an error in your SQL syntax; check the manual that 
corresponds to your MySQL server version for the right syntax to use near 
'ALTER TABLE user ADD column Show_view_priv enum('N','Y') CHARACTER SET utf8 
NOT ' at line 1
100625 21:55:18 [ERROR] Aborting

100625 21:55:18  InnoDB: Starting shutdown...
100625 21:55:24  InnoDB: Shutdown completed; log sequence number 0 44233
100625 21:55:24 [Note] /usr/sbin/mysqld: Shutdown complete

100625 21:55:24 [Note] Plugin 'FEDERATED' is disabled.
100625 21:55:24  InnoDB: Started; log sequence number 0 44233
100625 21:55:24  InnoDB: Starting shutdown...
100625 21:55:29  InnoDB: Shutdown completed; log sequence number 0 44233
100625 21:55:29 [Note] Plugin 'FEDERATED' is disabled.
100625 21:55:29  InnoDB: Started; log sequence number 0 44233
ERROR: 1050  Table 'plugin' already exists
100625 21:55:29 [ERROR] Aborting

100625 21:55:29  InnoDB: Starting shutdown...
100625 21:55:35  InnoDB: Shutdown completed; log sequence number 0 44233
100625 21:55:35 [Note] /usr/sbin/mysqld: Shutdown complete

100625 21:55:35 [Note] Plugin 'FEDERATED' is disabled.
100625 21:55:35  InnoDB: Started; log sequence number 0 44233
100625 21:55:35 [Note] Event Scheduler: Loaded 0 events
100625 21:55:35 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.1.48-1ubuntu1'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  
(Ubuntu)
100625 21:57:20 [Note] /usr/sbin/mysqld: Normal shutdown

100625 21:57:20 [Note] Event Scheduler: Purging the queue. 0 events
100625 21:57:20  InnoDB: Starting shutdown...
100625 21:57:21  InnoDB: Shutdown completed; log sequence number 0 44233
100625 21:57:21 [Note] /usr/sbin/mysqld: Shutdown complete

100625 22:02:51 [Note] Plugin 'FEDERATED' is disabled.
100625 22:02:51  InnoDB: Started; log sequence number 0 44233
100625 22:02:51 [Note] Event Scheduler: Loaded 0 events
100625 22:02:51 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.1.48-1ubuntu1'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  
(Ubuntu)


Please advise on how to provide further info...

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: mysql-server 5.1.48-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-5.6-generic 2.6.35-rc3
Uname: Linux 2.6.35-5-generic x86_64
Architecture: amd64
Date: Fri Jun 25 22:12:19 2010
InstallationMedia: Kubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427)
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_AU.utf8
SourcePackage: mysql-5.1

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


** Tags: amd64 apport-bug maverick

-- 
MySQL server fails to load on boot
https://bugs.launchpad.net/bugs/598476
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-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 598476] Re: MySQL server fails to load on boot

2010-06-25 Thread Scott Evans

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

-- 
MySQL server fails to load on boot
https://bugs.launchpad.net/bugs/598476
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-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


Re: [Bug 350936] Re: Should shut down domains on system shutdown

2010-06-25 Thread Soren Hansen
On Fri, Jun 25, 2010 at 10:32:07AM -, ossjunkie wrote:
 @soren: as i simple don't know how to trigger it only on shutdown, as
 the premise was it should run on regular stop.  but i know it may ease
 the situation and would like to do so. do you know some solution here.
 maybe we could do a simple condition that checks for an enviromental
 stuff thats only present on shutdown/reboot and is a reliable source.
 and yes i left some ugly debugging stuff in, but because it isn't
 ready so far ;)

I actually had a modified version of libvirt's init script that did what
you're doing. It checked whether $0 was called K??libvirt-bin, in which
case it was being called as part of a runlevel change. The equivalent in
the world of Upstart is probably something like the UPSTART_EVENTS
environment variable. It will not be set if you're running stop
libvirt-bin, but will be set if the libvirt-bin job is being stopped as
a result of an Upstart event.

 regarding the killing by /etc/init.d/sendsings we could easily test
 when the VMs got killed and how to prevent when libvirtd would be
 still accessable. so i would say we should get the upstart things
 right first and then go on with that. maybe we could try to track and
 bound the pids of the guest somehow to the upstart job (in case we
 keep it seperate) and prevent it that way.

libvirt makes sure qemu creates pidfiles for kvm processes anyway.  It
shouldn't be hard at all to make sendsigs omit them from its killing
spree.

-- 
Soren Hansen
Ubuntu Developer
http://www.ubuntu.com/

-- 
Should shut down domains on system shutdown
https://bugs.launchpad.net/bugs/350936
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 578527] Re: map serial port throws chardev: opening backend tty failed

2010-06-25 Thread Jamie Strandboge
It looks like there has been some recent upstream work on this for
SELinux. I will be taking a look at that for an update to AppArmor.

-- 
map serial port throws chardev: opening backend tty failed
https://bugs.launchpad.net/bugs/578527
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 577183] Re: keyboard and/or mouse freezing

2010-06-25 Thread Justin Crossley
*** This bug is a duplicate of bug 528720 ***
https://bugs.launchpad.net/bugs/528720

I installed Ubuntu 10.04 and have similar freezes as the above posts.
The screen finishes loading and all the menus and desktop loads fine but
just as soon as I moved the mouse cursor it freezes (mouse, keyboard,
everything) and I have to press reset.

After I rebooted and selected recovery mode and then low-graphics mode I
had no freezes and no problems using any program I have installed except
(and most importantly) Blender (3D animation software). As soon as I
start Blender and move the cursor and start selecting or moving objects
in 3D space it freezes like clockwork every time. I use Blender a lot so
I can't use Ubuntu without it. strangely enough after rebooting after
using safe graphics mode it doesn't freeze again unless I use Blender
but I really don't think it is a problem with Blender.

I suspect this is a graphics problem as well as a hardware recognition /
hardware support problem.

I have the same problem when I install Ubuntu 9.10 on this PC so this
can't be a new bug because everything worked fine in Ubuntu 9.04 on this
PC. From Ubuntu 9.10 onwards it is totally hopeless.

My PC that freezes with ubuntu 10.04 and 9.10 is my newer PC, a Core2
Duo (several years old but much faster and newer than my other one). I
don't have a 3D graphics card  for this PC but it does seem to have a
built in 3D chip on the motherboard that doesn't seem to do much or
increase performance much.

I have used Ubuntu 10.04 on my other much older PC (Pentium 4 1.8 ghz PC
with 250mb Nvidia geforce 5200 graphics card and 1000 MB ram memory) and
it works without freezing on this PC but I was hoping to be able to get
Ubuntu 10.04 working smoothly on my faster PC.

-- 
keyboard and/or mouse freezing
https://bugs.launchpad.net/bugs/577183
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance in ubuntu (via bug
528720).

-- 
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 598485] [NEW] package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-06-25 Thread Matthew Paul Thomas
Public bug reported:

Binary package hint: bacula

Bacula didn't install.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bacula-director-mysql 5.0.1-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Fri Jun 25 13:45:36 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
SourcePackage: bacula
Title: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

-- 
package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/598485
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 598485] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-06-25 Thread Matthew Paul Thomas

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

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

** Attachment added: Df.txt
   http://launchpadlibrarian.net/50900503/Df.txt

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

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

-- 
package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/598485
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 575945] Re: [SRU] chkrootkit falsely flags files owned by Firefox 3 and Sun Java 6 valid packages

2010-06-25 Thread Jean-Baptiste Lallement
Verification-done in hardy with 0.47-1.1ubuntu0.3 in -proposed.
Many thanks for the update Marc.

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

-- 
[SRU] chkrootkit falsely flags files owned by Firefox 3 and Sun Java 6 valid 
packages
https://bugs.launchpad.net/bugs/575945
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to chkrootkit 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 66149] Re: Can't become connected user error

2010-06-25 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: samba (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
Can't become connected user error
https://bugs.launchpad.net/bugs/66149
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 522671] Re: winbind postinst returns error code 139 (segfault starting winbindd)

2010-06-25 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: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
winbind postinst returns error code 139 (segfault starting winbindd)
https://bugs.launchpad.net/bugs/522671
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 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-25 Thread Tim Gardner
A Ubuntu-2.6.35-6.7 kernel with cc56f7de7f00d188c7c4da1e9861581853b9e92f
reverted also appears to clear up the error.

-- 
pad block corrupted error when trying to register an image with 2.6.34 kernel
https://bugs.launchpad.net/bugs/588861
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 580454] Re: libvirt 'ethernet' or 'bridge' interface machines won't start.

2010-06-25 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu)
   Status: Incomplete = Confirmed

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

-- 
libvirt 'ethernet' or 'bridge' interface machines won't start.
https://bugs.launchpad.net/bugs/580454
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 580454] Re: libvirt 'ethernet' or 'bridge' interface machines won't start.

2010-06-25 Thread Serge Hallyn
The fix (in the form of a dangerous new option :) is upstream and should
be pulled in with the next merge.

-- 
libvirt 'ethernet' or 'bridge' interface machines won't start.
https://bugs.launchpad.net/bugs/580454
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 565771] Re: Please stop disabling the VMware ESX driver

2010-06-25 Thread Serge Hallyn
Please see 
http://lists.alioth.debian.org/pipermail/pkg-libvirt-discuss/2010-January/13.html
for an answer from the Debian package maintainer.  It sounds like if you 
volunteer to
maintain the ESX support, he may be open to enabling it by default.

-- 
Please stop disabling the VMware ESX driver
https://bugs.launchpad.net/bugs/565771
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 565771] Re: Please stop disabling the VMware ESX driver

2010-06-25 Thread Chris Cheney
won't fix per hallyn

** Changed in: libvirt (Ubuntu)
   Status: New = Won't Fix

-- 
Please stop disabling the VMware ESX driver
https://bugs.launchpad.net/bugs/565771
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 577264] Re: libvirt started after cgred - cgroup not working correctly

2010-06-25 Thread Serge Hallyn
Rudd-O, can you use the same workaround listed in the
description?

This should be fixed by converting the libcgroup package to use
upstart.  Can you file a bug against the libcgroup package to
do so?


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

-- 
libvirt started after cgred - cgroup not working correctly
https://bugs.launchpad.net/bugs/577264
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 588410] Re: dynamic block storage should use virtio

2010-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~davewalker/ubuntu/maverick/eucalyptus/devel

-- 
dynamic block storage should use virtio
https://bugs.launchpad.net/bugs/588410
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 598537] [NEW] Saslauthd segfaults (seemingly randomly)

2010-06-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

This is on a fully updated Ubuntu 10.04 server installation. The line
from /var/log/messages is:

Jun 25 15:44:27 server01 kernel: [261489.011911] saslauthd[11726]:
segfault at 0 ip (null) sp 7fff40f908b8 error 14 in
libdbus-1.so.3.4.0[7f635b7be000+3d000]

Strange that it segfaults in dbus, I didn't even know saslauthd linked
against dbus...

sasl2-bin version is 2.1.23.dfsg1-5ubuntu1
libdbus-1-3 version is 1.2.16-2ubuntu4

Thanks

** Affects: cyrus-sasl2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Saslauthd segfaults (seemingly randomly)
https://bugs.launchpad.net/bugs/598537
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to cyrus-sasl2 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 598537] [NEW] Saslauthd segfaults (seemingly randomly)

2010-06-25 Thread ThomasGillespie
Public bug reported:

This is on a fully updated Ubuntu 10.04 server installation. The line
from /var/log/messages is:

Jun 25 15:44:27 server01 kernel: [261489.011911] saslauthd[11726]:
segfault at 0 ip (null) sp 7fff40f908b8 error 14 in
libdbus-1.so.3.4.0[7f635b7be000+3d000]

Strange that it segfaults in dbus, I didn't even know saslauthd linked
against dbus...

sasl2-bin version is 2.1.23.dfsg1-5ubuntu1
libdbus-1-3 version is 1.2.16-2ubuntu4

Thanks

** Affects: cyrus-sasl2 (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: ubuntu = cyrus-sasl2 (Ubuntu)

-- 
Saslauthd segfaults (seemingly randomly)
https://bugs.launchpad.net/bugs/598537
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 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 569757] Re: NIS upstart dependancy broken for lucid

2010-06-25 Thread Emil Sit
To test these scripts, you should also remove /etc/init.d/nis, correct?

-- 
NIS upstart dependancy broken for lucid
https://bugs.launchpad.net/bugs/569757
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis 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 556315] Re: problem with operations on qemu/kvm guest

2010-06-25 Thread Serge Hallyn
This appears to be a devices cgroup problem.  Are you using libcgroup?  If
so can you give is the contents of /etc/cgconfig.conf?

Can you look through /var/log/libvirt/qemu/ for any meaningful error
messages?

Also please give us the output of
cat /proc/mounts
cat /proc/cgroups
and just for a baseline
cat /proc/self/cgroup
for p in `pidof qemu`; do
cat /proc/$p/cgroup
done
for p in `pidof kvm`; do
cat /proc/$p/cgroup
done

Finally, /etc/libvirt/qemu.conf will control how it tries to
use cgroups, so please paste the contents of that file.  As a
workaround, you should be able to try putting:

cgroup_controllers = [ ]

in /etc/libvirt/qemu.conf, to keep libvirt from using cgroups at
all.


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

-- 
problem with operations on qemu/kvm guest
https://bugs.launchpad.net/bugs/556315
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 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-25 Thread Chris Cheney
sendfile is used by openjdk-6 directly in the following file:

http://pastebin.com/tceugS7r

-- 
pad block corrupted error when trying to register an image with 2.6.34 kernel
https://bugs.launchpad.net/bugs/588861
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 578332] Re: AppArmor blocks hotplugging of USB devices

2010-06-25 Thread Serge Hallyn
** Tags added: apparmor

-- 
AppArmor blocks hotplugging of USB devices
https://bugs.launchpad.net/bugs/578332
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 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-25 Thread Andreas Florath
Exactly - git version of qemu from last week does not have this problem.

-- 
Missing -f option for 'qemu-img snapshot'
https://bugs.launchpad.net/bugs/594179
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 595591] Re: 'delvm' does not work with QMP

2010-06-25 Thread Andreas Florath
Hello Serge,

tried last week to get this patch running against the lastest git
version - but failed, because currently the new implementation of QMP
has to settle down for a while before it will work again ;-)

Will try next week again.

BTW: when I send this patch to upstream - it will make (possible) into
Ubuntu 11.04?  Is there a way to get this into Ubuntu 10.04 - maybe in
backports?

-- 
'delvm' does not work with QMP
https://bugs.launchpad.net/bugs/595591
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 578332] Re: AppArmor blocks hotplugging of USB devices

2010-06-25 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu)
   Status: New = Confirmed

-- 
AppArmor blocks hotplugging of USB devices
https://bugs.launchpad.net/bugs/578332
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 596064] Re: nmbd fails to start on boot - problem with upstart

2010-06-25 Thread Bret Towe
I played with the nmbd.conf script and changed the 2 lines that seem at fault
looks to of worked not done repeat tests

NMBD_DISABLED=`testparm -s --parameter-name=disable netbios 
2/tmp/nmbd-upstart.log`
[ $NMBD_DISABLED = Yes ]  { stop; exit 0; }

I don't think removing the x's from the second line is required but it
looks better

-- 
nmbd fails to start on boot - problem with upstart 
https://bugs.launchpad.net/bugs/596064
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 594614] Re: Add 'snapshot_create' as monitor command

2010-06-25 Thread Andreas Florath
Hello Serge,

comment from Bug #595591 applies also here.


** Changed in: qemu-kvm (Ubuntu)
   Status: Incomplete = New

-- 
Add 'snapshot_create' as monitor command
https://bugs.launchpad.net/bugs/594614
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 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-25 Thread Thierry Carrez
We mentioned this bug during the 20100625 release meeting.

The A2 milestone will ship with an affected kernel, but Tim hopes to be
able to nail the issue before the milestone release.

If he does, we'll releasenote that UEC users should dist-upgrade before
registering their first image.

If no fixed kernel is available in the archive by then, we'll set up a
PPA with a kernel with the problematic commit reverted, and releasenote
instructions for people to use it if they want to run Alpha2 UEC.

-- 
pad block corrupted error when trying to register an image with 2.6.34 kernel
https://bugs.launchpad.net/bugs/588861
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 578332] Re: AppArmor blocks hotplugging of USB devices

2010-06-25 Thread Serge Hallyn
Thanks for this report and making Ubuntu better.

The thing we're trying to do (IMO) is protect the host from the guest
OS, not from libvirt itself.  So unconditionally allowing qemu access to
all usb devices is wrong.  Ideally, when libvirt hotplugs a device, it
would add an apparmor rule to allow qemu access to that device.

Jamie, is that feasible?

-- 
AppArmor blocks hotplugging of USB devices
https://bugs.launchpad.net/bugs/578332
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 598186] Re: Unable to register nodes in eucalyptus

2010-06-25 Thread H.M.
I was asked on IRC to capture the log files when the bug occurs. Thus, I have:
-Stopped all euca* services
-Rolled over all log files
-Rebooted system

I logged in and here is proof that eucalyptus-cc and uec-component-
listener are still not running.

Attached you will find all my log files:

r...@srv-uec-qa-cc:~# cd /var/log/eucalyptus/
r...@srv-uec-qa-cc:/var/log/eucalyptus# ls -al
total 12
drwxr-xr-x  2 eucalyptus eucalyptus 4096 2010-06-25 20:37 .
drwxr-xr-x 14 root   root   4096 2010-06-25 20:36 ..
-rw-r--r--  1 eucalyptus eucalyptus  109 2010-06-25 20:37 
jetty-request-2010_06_25.log
r...@srv-uec-qa-cc:/var/log/eucalyptus# status eucalyptus
eucalyptus start/running, process 931
r...@srv-uec-qa-cc:/var/log/eucalyptus# status eucalyptus-cc
eucalyptus-cc stop/waiting
r...@srv-uec-qa-cc:/var/log/eucalyptus# status uec-component-listener
uec-component-listener stop/waiting
r...@srv-uec-qa-cc:/var/log/eucalyptus# stop eucalyptus
eucalyptus stop/waiting


The /var/log/eucalyptus/ directory only contains jetty-request-2010_06_25.log, 
it doesn't contain any other euca* log file presumably because eucalyptus-cc 
and uec-component-listener are not running.

Attached is my syslog file.

** Attachment added: syslog
   http://launchpadlibrarian.net/50909347/syslog

-- 
Unable to register nodes in eucalyptus
https://bugs.launchpad.net/bugs/598186
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 598182] Re: eucalyptus-cc and uec-component-listener services are not started

2010-06-25 Thread H.M.
Since I need to reinstall the system, I have made one final attempt at
capturing a clean set of logs:

I have:
-- Stopped euca*
-- Deleted everything under /var/log/eucalyptus
-- Started eucalyptus
-- Ran a series of commands  (see everything after )
-- Stopped eucalyptus

The logs are attached.



r...@srv-uec-qa-cc:/var/log/eucalyptus# start eucalyptus
eucalyptus start/running, process 2615
r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --list-clusters
registered clusters:
   qa-cluster  10.0.10.6 
r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --list-nodes

r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --deregister-nodes 10.1.0.2 
10.1.0.3
SUCCESS: removed node '10.1.0.2'
SUCCESS: removed node '10.1.0.3'
r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --deregister-nodes 10.1.0.2 
10.1.0.3
Node 10.1.0.2 is not known
Node 10.1.0.3 is not known
r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --register-nodes 10.1.0.2 
10.1.0.3 

INFO: We expect all nodes to have eucalyptus installed in
//var/lib/eucalyptus/keys for key synchronization.

Trying rsync to sync keys with 10.1.0.2...done.

Trying rsync to sync keys with 10.1.0.3...done.
r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --list-nodes

r...@srv-uec-qa-cc:/var/log/eucalyptus#

-- 
eucalyptus-cc and uec-component-listener services are not started
https://bugs.launchpad.net/bugs/598182
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 598182] Re: eucalyptus-cc and uec-component-listener services are not started

2010-06-25 Thread H.M.
Here are my logs from the interaction above:

** Attachment added: euca_logs.tar.gz
   http://launchpadlibrarian.net/50909571/euca_logs.tar.gz

-- 
eucalyptus-cc and uec-component-listener services are not started
https://bugs.launchpad.net/bugs/598182
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 598182] Re: eucalyptus-cc and uec-component-listener services are not started

2010-06-25 Thread H.M.
Please ignore comment #4 and comment #5, they were for another bug.

-- 
eucalyptus-cc and uec-component-listener services are not started
https://bugs.launchpad.net/bugs/598182
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 598182] Re: eucalyptus-cc and uec-component-listener services are not started

2010-06-25 Thread H.M.
I was asked on IRC to capture the log files when the bug occurs. Thus, I have:
-Stopped all euca* services
-Rolled over all log files
-Rebooted system

I logged in and here is proof that eucalyptus-cc and uec-component-
listener are still not running.

Attached you will find all my log files:

r...@srv-uec-qa-cc:~# cd /var/log/eucalyptus/
r...@srv-uec-qa-cc:/var/log/eucalyptus# ls -al
total 12
drwxr-xr-x 2 eucalyptus eucalyptus 4096 2010-06-25 20:37 .
drwxr-xr-x 14 root root 4096 2010-06-25 20:36 ..
-rw-r--r-- 1 eucalyptus eucalyptus 109 2010-06-25 20:37 
jetty-request-2010_06_25.log
r...@srv-uec-qa-cc:/var/log/eucalyptus# status eucalyptus
eucalyptus start/running, process 931
r...@srv-uec-qa-cc:/var/log/eucalyptus# status eucalyptus-cc
eucalyptus-cc stop/waiting
r...@srv-uec-qa-cc:/var/log/eucalyptus# status uec-component-listener
uec-component-listener stop/waiting
r...@srv-uec-qa-cc:/var/log/eucalyptus# stop eucalyptus
eucalyptus stop/waiting

The /var/log/eucalyptus/ directory only contains jetty-
request-2010_06_25.log, it doesn't contain any other euca* log file
presumably because eucalyptus-cc and uec-component-listener are not
running.

Attached is my syslog file.

** Attachment added: syslog.gz
   http://launchpadlibrarian.net/50910318/syslog.gz

-- 
eucalyptus-cc and uec-component-listener services are not started
https://bugs.launchpad.net/bugs/598182
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 598186] Re: Unable to register nodes in eucalyptus

2010-06-25 Thread H.M.
Please ignore comment #1 it was meant for another bug.

-- 
Unable to register nodes in eucalyptus
https://bugs.launchpad.net/bugs/598186
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 598186] Re: Unable to register nodes in eucalyptus

2010-06-25 Thread H.M.
Since I need to reinstall the system, I have made one final attempt at
capturing a clean set of logs:

I have:
-- Stopped euca*
-- Deleted everything under /var/log/eucalyptus
-- Started eucalyptus
-- Ran a series of commands (see everything after )
-- Stopped eucalyptus

The logs are attached.



r...@srv-uec-qa-cc:/var/log/eucalyptus# start eucalyptus
eucalyptus start/running, process 2615
r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --list-clusters
registered clusters:
   qa-cluster 10.0.10.6
r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --list-nodes

r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --deregister-nodes 10.1.0.2 
10.1.0.3
SUCCESS: removed node '10.1.0.2'
SUCCESS: removed node '10.1.0.3'
r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --deregister-nodes 10.1.0.2 
10.1.0.3
Node 10.1.0.2 is not known
Node 10.1.0.3 is not known
r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --register-nodes 10.1.0.2 
10.1.0.3

INFO: We expect all nodes to have eucalyptus installed in
//var/lib/eucalyptus/keys for key synchronization.

Trying rsync to sync keys with 10.1.0.2...done.

Trying rsync to sync keys with 10.1.0.3...done.
r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --list-nodes

r...@srv-uec-qa-cc:/var/log/eucalyptus#


** Attachment added: euca_logs.tar.gz
   http://launchpadlibrarian.net/50910290/euca_logs.tar.gz

-- 
Unable to register nodes in eucalyptus
https://bugs.launchpad.net/bugs/598186
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 598186] Re: Unable to register nodes in eucalyptus

2010-06-25 Thread H.M.
I'm also uploading my configuration files.

** Attachment added: euca_conf.tar.gz
   http://launchpadlibrarian.net/50910453/euca_conf.tar.gz

-- 
Unable to register nodes in eucalyptus
https://bugs.launchpad.net/bugs/598186
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 570944] Re: passwd : gives Authentication token manipulation error

2010-06-25 Thread gmoore777
I have interleaved the information, removed the timestamps and
substituted DOMAIN\first.last for the actual:

$ passwd
Changing password for DOMAIN\first.last

passwd[30381]: pam_unix(passwd:chauthtok): user DOMAIN\first.last 
does not exist in /etc/passwd
passwd[30381]: pam_winbind(passwd:chauthtok): getting password 
(0x0028)

(current) NT password:
passwd[30381]: pam_winbind(passwd:chauthtok): user 'DOMAIN\first.last' 
granted access
passwd[30381]: pam_unix(passwd:chauthtok): user DOMAIN\first.last 
does not exist in /etc/passwd
passwd[30381]: pam_winbind(passwd:chauthtok): getting password 
(0x)
Enter new NT password:
Retype new NT password:
passwd: password updated successfully
 passwd[30381]: pam_winbind(passwd:chauthtok): user 'DOMAIN\first.last' 
OK
 passwd[30381]: pam_winbind(passwd:chauthtok): user 'DOMAIN\first.last' 
password changed
 passwd[30381]: pam_winbind(passwd:chauthtok): user 'DOMAIN\first.last' 
granted access
 gnome-keyring-daemon[30390]: gp11_module_get_slots: assertion 
`data-funcs' failed
 gnome-keyring-daemon[30390]: lookup_login_session: assertion `slot' 
failed
 gnome-keyring-daemon[30390]: lookup_login_keyring: assertion 
`GP11_IS_SESSION (session)' failed
 gnome-keyring-daemon[30390]: create_credential: assertion 
`GP11_IS_SESSION (session)' failed
 gnome-keyring-daemon[30390]: egg_error_message: assertion `error' 
failed
 gnome-keyring-daemon[30390]: couldn't create new login credential: 
(unknown)
 passwd[30381]: gkr-pam: couldn't change password for the login 
keyring: the passwords didn't match.
$

and the password has changed via a test of `ssh`-ing into any Linux
machine.

-- 
passwd : gives Authentication token manipulation error
https://bugs.launchpad.net/bugs/570944
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 566792] Re: metadata service returns empty data with 200 OK

2010-06-25 Thread C de-Avillez
I am still running the 2,000 test. Right now I am at about 385 instances
started, with 10 failures. Looking at the failures I see:

i-442A07C, i-55F5097A, i-405C076B, i-42B708A5, i-3C0F0746, i-4C6D099C,
i-4B0D08E4, i-568308F5 -- did not get assigned a public IP.

I have uploaded the current view to lp:~hggdh2/+junk/uec-qa, under
lucid/r1235.

Sorry.

-- 
metadata service returns empty data with 200 OK
https://bugs.launchpad.net/bugs/566792
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 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-25 Thread Chris Cheney
During test of the following kernel it prints the following to dmesg
once for each pass:

ae0f36f0b964caf916c2ffc9f84b28c0f91c18a2-maverick

[  365.268713] /home/rtg/kern/maverick/kern-64/ubuntu-
maverick/fs/read_write.c:849 should this happen?

-- 
pad block corrupted error when trying to register an image with 2.6.34 kernel
https://bugs.launchpad.net/bugs/588861
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 240519] Re: sybase_* functions missing in php5-sybase for hardy

2010-06-25 Thread Jean-Baptiste Lallement
removing verification-needed because there nothing to test anymore.

** Tags removed: verification-needed

-- 
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
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 579723] Re: kvm memory ballooning is unusable in Lucid

2010-06-25 Thread Serge Hallyn
libvirt in maverick should have this fix (and does on my install).  Are you
able to confirm?


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

-- 
kvm memory ballooning is unusable in Lucid
https://bugs.launchpad.net/bugs/579723
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 574665] Re: kvm + virtio disk corrupts large volumes (1TB).

2010-06-25 Thread masc
@curt: did you try copying 60gb from one raw ide disk to another within
ubuntu guest?

-- 
kvm + virtio disk corrupts large volumes (1TB).
https://bugs.launchpad.net/bugs/574665
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 574665] Re: kvm + virtio disk corrupts large volumes (1TB).

2010-06-25 Thread masc
@steven: what you're describing seems to be a different issue though, sounds 
rather host related.
anyway the whole ide guest story is a bit offtopic here, Ill open a new bug for 
this as soon as I have time to do more tests.

-- 
kvm + virtio disk corrupts large volumes (1TB).
https://bugs.launchpad.net/bugs/574665
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 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-25 Thread Chris Cheney
0a87a0c1b12f56bd556fd4506041966717c87fb1-maverick

failed as expected

[  129.980324] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  178.931445] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  178.946722] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  178.956955] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  178.966482] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  178.975832] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  178.985221] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  178.995507] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  179.004812] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  179.014215] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  179.023585] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  179.032934] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  179.042205] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  179.051533] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  179.060871] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  179.070252] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  179.079538] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  179.089084] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  179.099589] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)
[  179.110479] 
/home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 
816256e0 (null)

---

afef312909fa10e603a05e030b2ee2feebde8d9f-maverick

works

-- 
pad block corrupted error when trying to register an image with 2.6.34 kernel
https://bugs.launchpad.net/bugs/588861
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 591802] Re: tomcat fails to start using a security manager

2010-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/sid/tomcat6

-- 
tomcat fails to start using a security manager
https://bugs.launchpad.net/bugs/591802
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 588481] Re: Init script fails to start when run via ssh with pty

2010-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/sid/tomcat6

-- 
Init script fails to start when run via ssh with pty
https://bugs.launchpad.net/bugs/588481
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 598649] [NEW] cannot boot grub multiboot image with kvm -kernel

2010-06-25 Thread Scott Moser
Public bug reported:

Binary package hint: qemu-kvm

I'm trying to boot a grub multiboot image with kvm -kernel and it is not
functioning.

'-kernel' should be capable of booting a multiboot image, and I'm
passing it one.  I created the image by running the following inside a
ubuntu 10.04 guest.

$ echo set prefix=(hd0)/boot/grub  mycfg.cfg
$ grub-mkimage --output=grub-loader.img --config=mycfg.cfg \
   --prefix=/boot/grub biosdisk ext2 part_msdos

Then, I tried booting a disk image passing that loader to '-kernel'.  kvm hangs 
showing only:
  Starting SeaBIOS (version 0.5.1-20100120_010601-rothera) 

I've built git from commit bc3a9ccc5ddea4c0c713ef6fb3c11d9a88cec169 at
git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git , and it is
functioning correctly.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: qemu-kvm 0.12.4+noroms-0ubuntu3
ProcVersionSignature: User Name 2.6.32-305.9-ec2 2.6.32.11+drm33.2
Uname: Linux 2.6.32-305-ec2 x86_64
Architecture: amd64
CurrentDmesg: [   15.541040] eth0: no IPv6 routers present
Date: Fri Jun 25 20:25:58 2010
Ec2AMI: ami-8e05ede7
Ec2AMIManifest: 
ubuntu-images-testing-us/ubuntu-maverick-daily-amd64-server-20100625.manifest.xml
Ec2AvailabilityZone: us-east-1d
Ec2InstanceType: m1.large
Ec2Kernel: aki-0d816864
Ec2Ramdisk: unavailable
KvmCmdLine:
 UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
 ubuntu1779   812 99 86610 47744   1 20:25 pts/100:00:18 kvm -m 128 
-drive file=disk.img,index=0,if=virtio -net nic,model=virtio -net user -kernel 
grub-loader.img -curses
Lspci:
 
Lsusb: Error: command ['lsusb'] failed with exit code 1:
ProcCmdLine: root=/dev/sda1 ro 4
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcModules: ipv6 293479 12 - Live 0xa000
SourcePackage: qemu-kvm

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


** Tags: amd64 apport-bug ec2-images maverick

-- 
cannot boot grub multiboot image with kvm -kernel
https://bugs.launchpad.net/bugs/598649
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 598649] Re: cannot boot grub multiboot image with kvm -kernel

2010-06-25 Thread Scott Moser

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

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

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

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

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/50919499/RelatedPackageVersions.txt

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

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

-- 
cannot boot grub multiboot image with kvm -kernel
https://bugs.launchpad.net/bugs/598649
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 598649] Re: cannot boot grub multiboot image with kvm -kernel

2010-06-25 Thread Scott Moser
This tarball contains a re-create scenario.

Download it, extract it, and the nrun:
  kvm -m 128 -drive file=disk.img,index=0,if=virtio \
-net nic,model=virtio -net user \
-kernel grub-loader.img

That works with kvm tip, but not maverick's version (or lucid's)


** Attachment added: kvm-grub-loader.tar.bz2 recreate image
   http://launchpadlibrarian.net/50920222/kvm-grub-loader.tar.bz2

-- 
cannot boot grub multiboot image with kvm -kernel
https://bugs.launchpad.net/bugs/598649
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 598649] Re: cannot boot grub multiboot image with kvm -kernel

2010-06-25 Thread Scott Moser
Looking into this further, I suspect that 'multiboot.bin' is involved.

-- 
cannot boot grub multiboot image with kvm -kernel
https://bugs.launchpad.net/bugs/598649
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 350936] Re: Should shut down domains on system shutdown

2010-06-25 Thread tomcrus
As I'm currently setting up an intranet mail-server for my company
(based on lucid / ebox) in some kvm-guests and there for have exactly
the same problem. Reading all previous posts - and because I need kvm-
guest shutdown as well - I will use something like this:

Add following lines in /etc/init.d/sendsigs just before the sync line:

  # avoid every running kvm (started thru libvirt-bin) from being killed
  for pidfile in /var/run/libvirt/qemu/*.pid; do
  OMITPIDS=${OMITPIDS:+$OMITPIDS }-o $(cat $pidfile)
  done

I think this should prevent kvm-guests from being killed on shutdown.
Then in /etc/init/libvirt-bin.conf I would try to add following lines:

  kill timeout 360

  pre-stop script
  # only shutdown all guests if stopping of task is because of
  # runlevels 0 (halt) or 6 (reboot)
  if [ $RUNLEVEL = 0 -o $RUNLEVEL = 6 ]; then
  TIMEOUT=300
  VIRSH_CONNECT=qemu:///system

  function list_running_vms(){
  virsh --connect 
$VIRSH_CONNECT list | grep running | awk '{ print $2 }'
  }

  # send shutdown to each running vm (they must 
handle acpi-power-button!)
  list_running_vms | while read vm; do
  virsh --connect 
$VIRSH_CONNECT shutdown $vm
  done

  # wait until timeout has reached or no 
running are vms left
  END_TIME=$(date -d $TIMEOUT seconds +%s)
  while [ $END_TIME -lt $(date +%s) ]; do
  test -z $(list_running_vms) 
 break
  sleep 1
  done

  # if any vms left running destroy them now
  if [ -n $(list_running_vms) ]; then
  list_running_vms | while read 
vm; do
  virsh 
--connect $VIRSH_CONNECT destroy $vm
  done
  fi
  sleep 3
  fi
  end script

I don't know yet if this works, but I will test as soon as possible.
Maybe if somebody else is in the mood to do so please report if it
succeeded...

-- 
Should shut down domains on system shutdown
https://bugs.launchpad.net/bugs/350936
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 597330] Re: Eucalyptus fails to build against gwt 1.6.4

2010-06-25 Thread Dmitrii Zagorodnov
I should add that to build current eucalyptus-devel with GWT 1.6.4, one
can download cloud-lib.tar.gz JARs and:

- replace gwt-2.0*jar with gwt-1.6.4*jar versions
- add ecj.tar (as used by Eucalyptus 1.6.2, in Lucid)

In other words, as far as Java dependencies are concerned, the ones for
eucalyptus-devel will work except that ECJ, which is no longer a
dependency, should be put back in for the older GWT to work.

-- 
Eucalyptus fails to build against gwt 1.6.4
https://bugs.launchpad.net/bugs/597330
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 597330] Re: Eucalyptus fails to build against gwt 1.6.4

2010-06-25 Thread Brian Murray
** Tags added: patch

-- 
Eucalyptus fails to build against gwt 1.6.4
https://bugs.launchpad.net/bugs/597330
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 598385] Re: munin plugin exim_mailqueue has incorrect graph configuration

2010-06-25 Thread Brian Murray
** Tags added: patch

-- 
munin plugin exim_mailqueue has incorrect graph configuration
https://bugs.launchpad.net/bugs/598385
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 598683] [NEW] package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-06-25 Thread mike nash
Public bug reported:

Binary package hint: bacula

sorry I am no expert

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bacula-director-mysql 5.0.1-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
Architecture: amd64
Date: Fri Jun 25 19:46:18 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
SourcePackage: bacula
Title: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: amd64 apport-package lucid

-- 
package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/598683
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 598683] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-06-25 Thread mike nash

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

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

** Attachment added: Df.txt
   http://launchpadlibrarian.net/50926168/Df.txt

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

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

-- 
package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/598683
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 598694] [NEW] Sshd segfault in libgpg-error

2010-06-25 Thread ThomasGillespie
Public bug reported:

Binary package hint: openssh-server

I'm running a fully updated Ubuntu 10.04 installation. The error message
(from /var/log/messages) is:

Jun 25 17:51:54 server01 kernel: [269135.898791] sshd[18488]: segfault
at 7fe4f90cb220 ip 7fe4f90cb220 sp 7fffa48f1768 error 14 in
libgpg-error.so.0.4.0[7fe4f97fe000+3000]

openssh-server version: 1:5.3p1-3ubuntu4
libgpg-error0 version: 1.6-1ubuntu2

If any more info would help I'll be happy to help, thanks.

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

-- 
Sshd segfault in libgpg-error
https://bugs.launchpad.net/bugs/598694
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 598385] Re: munin plugin exim_mailqueue has incorrect graph configuration

2010-06-25 Thread Daniel Hahler
Thank you for your bug report, I have forwarded it upstream - also to get 
feedback on the correctness of the patch: I am not sure if the whole blocks 
should get swapped instead - or if it does matter at all.
Can you elaborate on your fix maybe (e.g. what STACK and AREA stand for)? 
(sorry for being ignorant of looking this up myself)

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

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

** Bug watch added: munin-monitoring.org/ #938
   http://munin-monitoring.org/ticket/938

** Also affects: munin via
   http://munin-monitoring.org/ticket/938
   Importance: Unknown
   Status: Unknown

-- 
munin plugin exim_mailqueue has incorrect graph configuration
https://bugs.launchpad.net/bugs/598385
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 598140] Re: package humanity-icon-theme 0.5 .2 failed to install/upgrade: nem találom `./ usr/share/icons/Humanity-Dark/status/16/gpm-phone-080.sv g'-t (melyet telepítenem kéne): Lejárt NFS fájl

2010-06-25 Thread Vish
Thanks for following up. This bug report is being closed due to your
last comment .

** Changed in: humanity-icon-theme (Ubuntu)
   Status: New = Invalid

-- 
package humanity-icon-theme 0.5.2 failed to install/upgrade: nem találom 
`./usr/share/icons/Humanity-Dark/status/16/gpm-phone-080.svg'-t (melyet 
telepítenem kéne): Lejárt NFS fájlleíró
https://bugs.launchpad.net/bugs/598140
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 53499] Re: Dell Inspiron 1100 Grub VGA Settings

2010-06-25 Thread kurt belgrave
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. We are sorry that we do not always have the capacity to look at all 
reported bugs in a timely manner. 
There have been many changes in Ubuntu since that time you reported the bug and 
your problem may have been fixed with some of the updates. It would help us a 
lot if you could test the current Ubuntu development version (10.10). If you 
can test it, and it is still an issue, we would appreciate if you could upload 
updated logs by running apport-collect bug #, and any other logs that are 
relevant for this particular issue.

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

-- 
Dell Inspiron 1100 Grub VGA Settings
https://bugs.launchpad.net/bugs/53499
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 544928] Re: qlog crashes with 'NoneType' object has no attribute 'style'

2010-06-25 Thread edA-qa
I'm not positive on the versions, but Fedora 13 appears to have qbzr
0.19 and still have the error. That appears to be a newer version than
the fix 0.18.

===

bzr: ERROR: exceptions.AttributeError: 'NoneType' object has no
attribute 'style'

Traceback (most recent call last):
  File 
/usr/lib/python2.6/site-packages/bzrlib/plugins/qbzr/lib/revtreeview.py, line 
193, in paint
style = widget.style()
AttributeError: 'NoneType' object has no attribute 'style'

bzr 2.1.2 on python 2.6.4 (linux2)
arguments: ['/usr/bin/bzr', 'qlog', 'ullia/src/evio/system_demux_kernel.cpp']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
  launchpad
/usr/lib64/python2.6/site-packages/bzrlib/plugins/launchpad [2.1.2]
  netrc_credential_store 
/usr/lib64/python2.6/site-packages/bzrlib/plugins/netrc_credential_store [2.1.2]
  news_merge   
/usr/lib64/python2.6/site-packages/bzrlib/plugins/news_merge [2.1.2]
  qbzr /usr/lib/python2.6/site-packages/bzrlib/plugins/qbzr 
[0.19.0b1]

===

Bazaar (bzr) 2.1.2
  Python interpreter: /usr/bin/python 2.6.4
  Python standard library: /usr/lib64/python2.6
  Platform: Linux-2.6.33.5-124.fc13.x86_64-x86_64-with-fedora-13-Goddard
  bzrlib: /usr/lib64/python2.6/site-packages/bzrlib
  Bazaar configuration: /home/mortoray/.bazaar
  Bazaar log file: /home/mortoray/.bzr.log

Copyright 2005-2010 Canonical Ltd.
http://bazaar-vcs.org/

bzr comes with ABSOLUTELY NO WARRANTY.  bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.

Bazaar is part of the GNU Project to produce a free operating system.

===

PyQt.x86_64 
  3.18.1-6.fc13  
qt.x86_64   
   1:4.6.2-20.fc13 
qbzr.noarch 
0.19-0.1.b1.fc13 
bzr.x86_64  
 2.1.2-1.fc13

-- 
qlog crashes with  'NoneType' object has no attribute 'style'
https://bugs.launchpad.net/bugs/544928
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 597153] Re: gimp crashes on exit

2010-06-25 Thread Vish
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash  and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

** Project changed: hundredpapercuts = gimpstudio

** Project changed: gimpstudio = gimp

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

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

-- 
gimp crashes on exit
https://bugs.launchpad.net/bugs/597153
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 553789] Re: X freeze/crash with nouveau driver

2010-06-25 Thread Greg Wilkins
I'm also having the same problem and will gather the info next time it
happens

-- 
X freeze/crash with nouveau driver
https://bugs.launchpad.net/bugs/553789
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 236558] Re: sysctl: permission denied

2010-06-25 Thread AceLan Kao
dino99,

I think it does not a kernel bug or an issue. It just doesn't have the read 
permission for sysctl to read the data from it.
As you can see in the /proc/sys directory, not all the files are readable, 
some of them are only have write permission. That means you can't read any data 
from it and inside kernel source, it doesn't implement the read function for 
the file.

% ls -l /proc/sys/kernel/cad_pid /proc/sys/fs/binfmt_misc/register 
/proc/sys/net/ipv4/route/flush /proc/sys/net/ipv6/route/flush
--w--- 1 root root 0 2010-06-22 09:35 /proc/sys/fs/binfmt_misc/register
-rw--- 1 root root 0 2010-06-25 14:11 /proc/sys/kernel/cad_pid
--w--- 1 root root 0 2010-06-25 14:12 /proc/sys/net/ipv4/route/flush
--w--- 1 root root 0 2010-06-25 14:12 /proc/sys/net/ipv6/route/flush

So, I'm going to close this bug if you can accept my explanation.

-- 
sysctl: permission denied
https://bugs.launchpad.net/bugs/236558
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 598296] Re: applications folder missing from side panel

2010-06-25 Thread Didier Roche
Thanks for your bug report and testing unity
it's intended, you have now places in unity

- click on the ubuntu icon

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

-- 
applications folder missing from side panel
https://bugs.launchpad.net/bugs/598296
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 594151] Re: 2.6.32 kernel doesn't boot

2010-06-25 Thread karaluh
The above sollution works.

-- 
2.6.32 kernel doesn't boot
https://bugs.launchpad.net/bugs/594151
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 570522] Re: gedit fails to print - print queue shows item completed

2010-06-25 Thread Till Kamppeter
I have uploaded it to Maverick, the upcoming 10.10.

-- 
gedit fails to print - print queue shows item completed
https://bugs.launchpad.net/bugs/570522
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 570522] Re: gedit fails to print - print queue shows item completed

2010-06-25 Thread Till Kamppeter
Can you try a daily live CD of Maverick?

-- 
gedit fails to print - print queue shows item completed
https://bugs.launchpad.net/bugs/570522
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 563671] Re: TypeError in bbc plugin

2010-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package totem - 2.30.2-2ubuntu1

---
totem (2.30.2-2ubuntu1) maverick; urgency=low

  * debian/patches/70_bbc_plugin.patch:
- Fix crash in BBC plugin, thanks Sam Tygier (LP: #563671)
  * Merge with Debian unstable, remaining Ubuntu changes:
  * debian/control:
- Build-depend on gnome-common for autotools
- Don't build using libepc, galago those are in universe
- Don't use libtracker, the current version is not very useful and not
  something to recommend to users and totem requires a newer version
- Remove superfluous xulrunner-dev build-depend
- Build-depend on liblaunchpad-integration-dev
- Add Vcs-Bzr link
- totem-plugins doesn't depend on python-gdata since libgdata is used
  instead nowadays
- Add XB-Npp-Description and XB-Npp-Filename header to the
  totem-mozilla package to improve ubufox/ubuntu plugin db integration
- Change refences from Iceweasel to Firefox
- Split totem-plugins package in an extra package for the components
  which have depends in universe
- Use suggests rather than recommends for universe gstreamer components
- Add totem-plugins-extra package
  * debian/rules:
- Run autotools on build
  * debian/source_totem.py:
- Apport hook
  * debian/totem-common.gconf-defaults:
- Activate content retrieval plugins (BBC and YouTube) by default
  * debian/totem-common.install:
- Install apport hook
  * debian/totem-plugins-extra.install:
- Plugins split out ouf totem-plugins
  * debian/totem-plugins.install:
- Move some plugins to totem-plugins-extra
  * debian/totem.preinst:
- No longer required as Lucid has been released
  * debian/patches/02_lpi.patch:
- Launchpad integration
  * debian/patches/07_disable_web_browser_midi.patch:
- Karmic's version of gstreamer does not support MIDI over HTTP
  * debian/patches/70_bbc_plugin.patch:
- Updated from upstream bug report
  * debian/patches/90_autotools.patch:
- Not required, autotools run from debian/rules
  * debian/patches/91_git_correct_rgba_use.patch:
- git change to fix totem crashing with gtk csd
  * debian/watch:
- Watch for unstable versions
 -- Robert Ancell robert.anc...@canonical.com   Fri, 25 Jun 2010 13:53:18 
+1000

** Branch linked: lp:~ubuntu-desktop/totem/ubuntu

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

-- 
TypeError in bbc plugin
https://bugs.launchpad.net/bugs/563671
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 598366] [NEW] touchpad not recognized

2010-06-25 Thread tmokeefe
Public bug reported:

Model: ASUS K42JV-X1
OS: Ubuntu 10.04 (64-bit)

When I go to System  Mouse I do not see a tab for Touchpad.
Unfortunately, this prevents me from disabling especially tap-click
(gr)

Here are some dmesg output:

m...@asus:~$ dmesg | grep -i synaptics
m...@asus:~$ dmesg | grep -i touchpad
m...@asus:~$ dmesg | grep -i mouse
[2.278163] input: Macintosh mouse button emulation as 
/devices/virtual/input/input3
[2.324128] mice: PS/2 mouse device common for all mice
[   11.757391] Modules linked in: snd_hda_intel(+) snd_hda_codec snd_hwdep 
snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_dummy snd_seq_oss arc4 snd_seq_midi 
fbcon snd_rawmidi tileblit i915(+) snd_seq_midi_event ath9k font bitblit 
mac80211 softcursor ath snd_seq vga16fb vgastate snd_timer snd_seq_device 
cfg80211 uvcvideo videodev asus_laptop nouveau v4l1_compat v4l2_compat_ioctl32 
sdhci_pci sdhci snd jme mii ttm led_class soundcore psmouse snd_page_alloc 
drm_kms_helper serio_raw intel_agp drm i2c_algo_bit video output lp parport ahci
[   11.891969] input: ImPS/2 Logitech Wheel Mouse as 
/devices/platform/i8042/serio4/input/input9
[18632.729540] Modules linked in: binfmt_misc ppdev snd_hda_codec_intelhdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm_oss 
snd_mixer_oss snd_pcm snd_seq_dummy snd_seq_oss arc4 snd_seq_midi fbcon 
snd_rawmidi tileblit i915 snd_seq_midi_event ath9k font bitblit mac80211 
softcursor ath snd_seq vga16fb vgastate snd_timer snd_seq_device cfg80211 
uvcvideo videodev asus_laptop nouveau v4l1_compat v4l2_compat_ioctl32 sdhci_pci 
sdhci snd jme mii ttm led_class soundcore psmouse snd_page_alloc drm_kms_helper 
serio_raw intel_agp drm i2c_algo_bit video output lp parport ahci

Let me know what else you may need.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
touchpad not recognized
https://bugs.launchpad.net/bugs/598366
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 598363] [NEW] can't focus indicators in places mode

2010-06-25 Thread Didier Roche
Public bug reported:

Binary package hint: unity

If you open places mode, click on an indicator, you can't then focus any
item for them

** Affects: unity
 Importance: Medium
 Status: Triaged

** Affects: unity (Ubuntu)
 Importance: Medium
 Status: Triaged

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

** Changed in: unity
   Status: New = Triaged

** Changed in: unity
   Importance: Undecided = Medium

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

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

-- 
can't focus indicators in places mode
https://bugs.launchpad.net/bugs/598363
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 594417] Re: empathy: emoticons trigger inside other emoticons

2010-06-25 Thread Vish
Could you add a screenshot of the problem?

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

** Changed in: hundredpapercuts
   Status: New = Incomplete

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

-- 
empathy: emoticons trigger inside other emoticons
https://bugs.launchpad.net/bugs/594417
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 597944] Re: libgjs needs a rebuild for xulrunner-1.9.2.4

2010-06-25 Thread Daniel Holbach
Unsubscribing sponsors for now. Please resubscribe when ready.

-- 
libgjs needs a rebuild for xulrunner-1.9.2.4
https://bugs.launchpad.net/bugs/597944
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 597705] Re: Please merge policycoreutils 2.0.82-2(universe) from debian unstable(main)

2010-06-25 Thread Bhavani Shankar

** Patch added: debian  ubuntu diff
   http://launchpadlibrarian.net/50885739/policycoreutils.diff

** Branch linked: lp:ubuntu/policycoreutils

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

** Changed in: policycoreutils (Ubuntu)
 Assignee: Bhavani Shankar (bhavi) = (unassigned)

-- 
Please merge policycoreutils 2.0.82-2(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/597705
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 596913] Re: Sync matchbox-window-manager 1.2-4 (universe) from Debian unstable (main)

2010-06-25 Thread Daniel Holbach
Unsubscribing sponsors for now. Please resubscribe when ready.

-- 
Sync matchbox-window-manager 1.2-4 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/596913
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 598368] [NEW] Nvidia restricted driver, black screen

2010-06-25 Thread tmokeefe
Public bug reported:

Model: ASUS K42JV-X1
OS: Ubuntu 10.04 (64-bit)
Graphics: Nvidia Geforce GT 335M **

** I believe the laptop also has a Intel graphics adaptor from this
output from `lspci | grep -i VGA`

00:02.0 VGA compatible controller: Intel Corporation Core Processor
Integrated Graphics Controller (rev 18)


Steps:
1. Install Ubuntu
2. Run `sudo aptitude update  sudo aptitude full-upgrade  sudo reboot` 
(optional) 
3. Install the restricted Nvidia driver through jockey
4. Reboot

Result: 
I am left with a black screen upon boot. I see the grub blinking cursor, then 
some flickering as if X or Plymouth were coming online and nothing happens. I 
am left with a black screen.

Note:
When I try to recover from this by booting into recovery mode, I see a lot of 
white text fly by (while booting into recovery mode), it says Done. for a few 
seconds then again some flickering and a black screen. So essentially I cannot 
do much of anything.

Unfortunately, unless I'm willing to brick the machine a few times more
(which I can't now) I'm not sure how else to gather more information.
However, if there's anything I can gather, let me know.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Nvidia restricted driver, black screen
https://bugs.launchpad.net/bugs/598368
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 598343] Re: Please sync gdebi 0.6.1 (main) from Debian unstable (main).

2010-06-25 Thread Luca Falavigna
** Summary changed:

- Please sync gdebi 0.6.0 (main) from Debian unstable (main).
+ Please sync gdebi 0.6.1 (main) from Debian unstable (main).

-- 
Please sync gdebi 0.6.1 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/598343
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 551394] Re: package emacs22 22.2-0ubuntu6.2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2010-06-25 Thread era
*** This bug is a duplicate of bug 491101 ***
https://bugs.launchpad.net/bugs/491101

** This bug has been marked a duplicate of bug 491101
   /usr/bin/emacspeak.emacs{22,23,-snapshot} doesn't exist

-- 
package emacs22 22.2-0ubuntu6.2 failed to install/upgrade: il sottoprocesso 
vecchio script di post-installation ha restituito lo stato di errore 1
https://bugs.launchpad.net/bugs/551394
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 534477] Re: Closing File Operations into panel is redundant with minimizing

2010-06-25 Thread Vish
** Changed in: hundredpapercuts
   Status: Incomplete = New

-- 
Closing File Operations into panel is redundant with minimizing
https://bugs.launchpad.net/bugs/534477
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 490061] Re: package emacs22-nox 22.2-0ubuntu6.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-06-25 Thread era
lolo: can you explain why you changed the status of this bug to Fix
Committed?  Reverting that change for now.

Kristian August Mowinckel: do you still experience this problem?

** Changed in: emacs22 (Ubuntu)
   Status: Fix Committed = Incomplete

-- 
package emacs22-nox 22.2-0ubuntu6.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/490061
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 380186] Re: ndiswrapper (ntos_wq) tainted leading to kernel crash

2010-06-25 Thread Ant Holloway
I'm also getting this exact issue on a Fujitsu Li1818 with the SiS163u
card.  With the card off it works perfectly, enable the kill switch for
the wifi and it will connect to the local WLAN and then freeze, coming
back for a few seconds at a time but essentially being useless.

I'm using the x64 version of Lucid, with the 64bit driver for the
SiS163u card.  Going to install the x86 version of Lucid tonight and try
the 32bit driver.

-- 
ndiswrapper (ntos_wq) tainted leading to kernel crash
https://bugs.launchpad.net/bugs/380186
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 596064] Re: nmbd fails to start on boot - problem with upstart

2010-06-25 Thread Thierry Carrez
OK, so the issue seems to be that  testparm -s --parameter-
name='disable netbios'  sometimes fails (or returns 'Yes') when
started at boot-time. The start on (local-filesystems and net-device-up
IFACE!=lo) should however be late enough...

To confirm, could you try with:

pre-start script
  date  /tmp/nmbd-upstart.log
  NMBD_DISABLED=`testparm -s --parameter-name='disable netbios' 
2/tmp/nmbd-upstart.log`
  echo Output is $NMBD_DISABLED  /tmp/nmbd-upstart.log
  [ x$NMBD_DISABLED = xYes ]  { stop; exit 0; }
  install -o root -g root -m 755 -d /var/run/samba
end script

And post the resulting /tmp/nmbd-upstart.log when it fails ?

-- 
nmbd fails to start on boot - problem with upstart 
https://bugs.launchpad.net/bugs/596064
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 576493] Re: ubuntu one don't connect to server

2010-06-25 Thread Mitch Towner
This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: ubuntuone-client (Ubuntu)
   Status: Incomplete = Invalid

-- 
ubuntu one don't connect to server
https://bugs.launchpad.net/bugs/576493
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 598370] [NEW] package software-center 2.0 .5 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreu r de sortie d'état 1

2010-06-25 Thread Alcove
Public bug reported:

Binary package hint: software-center

Problem encountered each time I try to make an update.
Ubuntu 10.4 LTS

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: software-center 2.0.5
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
AptOrdering:
 gstreamer0.10-plugins-bad: Remove
 software-center: Configure
Architecture: i386
Date: Fri Jun 25 08:37:56 2010
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
PackageArchitecture: all
SourcePackage: software-center
Title: package software-center 2.0.5 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1

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


** Tags: apport-package i386 lucid

-- 
package software-center 2.0.5 failed to install/upgrade: le sous-processus 
script post-installation installé a retourné une erreur de sortie d'état 1
https://bugs.launchpad.net/bugs/598370
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   >