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

2010-01-06 Thread s0l1dsnak3123
Chuck Short, that seems to have done the trick - thanks.

-- 
package mysql-server-5.0 (not installed) failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/492790
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 456808] Re: Karmic-Networking (SAMBA) just does not work, even with detailed attention.

2010-01-06 Thread JG
With respect Thierry - the bug is not I'm too ignorant to get it
working - the bug is It was working on Jaunty and it stopped on
Karmic.

-- 
Karmic-Networking (SAMBA) just does not work, even with detailed attention.
https://bugs.launchpad.net/bugs/456808
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 456808] Re: Karmic-Networking (SAMBA) just does not work, even with detailed attention.

2010-01-06 Thread Thierry Carrez
@JG: Reading the original description, the bug is I have been tryiong
to get my 3 PC's networked, for the past few Ubuntu releases, with no
success. Not a karmic regression. You're experiencing a different bug,
and should have filed a different bugreport.

-- 
Karmic-Networking (SAMBA) just does not work, even with detailed attention.
https://bugs.launchpad.net/bugs/456808
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 438747] Re: Instances do not run because /var/run/eucalyptus/net is missing

2010-01-06 Thread hqthai05
** Changed in: eucalyptus (Ubuntu)
   Status: Fix Released = Fix Committed

-- 
Instances do not run because /var/run/eucalyptus/net is missing
https://bugs.launchpad.net/bugs/438747
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 503467] Re: vmbuilder default account not well-documented

2010-01-06 Thread Thierry Carrez
** Changed in: vm-builder (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: vm-builder (Ubuntu)
   Status: New = Confirmed

-- 
vmbuilder default account not well-documented
https://bugs.launchpad.net/bugs/503467
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 438747] Re: Instances do not run because /var/run/eucalyptus/net is missing

2010-01-06 Thread Thierry Carrez
Don't change status without a comment explaining why.

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

-- 
Instances do not run because /var/run/eucalyptus/net is missing
https://bugs.launchpad.net/bugs/438747
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 503376] Re: [PPA] VT is not used with libvirt 0.7.5

2010-01-06 Thread Id2ndR
I just installed the lucid's kernel.

I've got the following traceback when trying to launch a VM :

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/engine.py, line 588, in run_domain
vm.startup()
  File /usr/share/virt-manager/virtManager/domain.py, line 150, in startup
self._backend.create()
  File /usr/lib/python2.6/dist-packages/libvirt.py, line 300, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: internal error unable to start guest: open /dev/kvm: Permission 
denied
Could not initialize KVM, will disable KVM support
qemu: could not open disk image 
/home/fabiena/kvm/libvirt-image/obm23-lenny.qcow2

Then I changed permissions of /dev/kvm from
crw-rw+ 1 root kvm 10
to
crw-rw+ 1 root libvirtd 10

and I got the following error :
Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/engine.py, line 588, in run_domain
vm.startup()
  File /usr/share/virt-manager/virtManager/domain.py, line 150, in startup
self._backend.create()
  File /usr/lib/python2.6/dist-packages/libvirt.py, line 300, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: internal error unable to start guest: qemu: could not open disk 
image /home/fabiena/kvm/libvirt-image/obm23-lenny.qcow2

$ ls -l /home/fabiena/kvm/libvirt-image/obm23-lenny.qcow2-rw-r--r-- 1
root root 1009516544 2010-01-05 18:01 /home/fabiena/kvm/libvirt-
image/obm23-lenny.qcow2

The owner and group of this file have been changed (by libvirt ?) when I
tried to run the VM.

Then I tried this :
$ sudo /etc/init.d/libvirt-bin restart

And now I can run the VM and it uses VT !

Thanks for your information !



So it seems that there are 2 troubles :
- the group of /dev/kvm : I have to check how this group is set (maybe it's one 
of my script)
- the restart of libvirt-bin daemon : does everyone have to do this or is it a 
trouble of my environment ?

-- 
[PPA] VT is not used with libvirt 0.7.5
https://bugs.launchpad.net/bugs/503376
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 503008] Re: Dovecot-auth doesn't close sockets

2010-01-06 Thread Chuck Short
Which version are you running?

Regards
chuck

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

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

-- 
Dovecot-auth doesn't close sockets
https://bugs.launchpad.net/bugs/503008
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 503376] Re: [PPA] VT is not used with libvirt 0.7.5

2010-01-06 Thread Daniel Baumann (dnjl)
libvirt 0.7.5 wil run qemu/kvm hypervisor as user libvirt-qemu group libvirtd.
so add user libvirt-qemu to group kvm to make qemu use of kvm. The same vor 
kqemu.
In next release libvirt =0.7.5-2ubuntu0~dnjl1) this is automatically done in 
postinst.

Thanks!

-- 
[PPA] VT is not used with libvirt 0.7.5
https://bugs.launchpad.net/bugs/503376
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 503777] [NEW] Loop with moved_temporarily and when using storeurl

2010-01-06 Thread frenet
Public bug reported:

Binary package hint: squid

As described at : 
http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube/Discussion 
there is a bug with http 302 response moved_temporarily when using storeurl.
The storeurl stores the 302 instead of following the redirect and then a loop 
occurs. 

The fix to ignore small sized object : minimum_object_size 512 bytes is
not always working, just burnt myself with 302 bigger than 512 bytes
from youtube.

The patch described works perfectly on squid_2.7.STABLE7-1ubuntu1 from
lucid. Both Lucid and Karmic are affected by this bug.

The patch is small :
--- src/client_side.c   2008-10-30 07:37:56 +0800
+++ src/client_side.c   2008-11-05 23:44:55 +0800
@@ -2399,6 +2399,18 @@
is_modified = 0;
}
 }
+   /* bug fix for 302 moved_temporarily loop bug when using storeurl*/
+   if (mem-reply-sline.status == HTTP_MOVED_TEMPORARILY) {
+   const char *cloc = httpHeaderGetStr(e-mem_obj-reply-header, 
HDR_LOCATION);
+   if (!strcmp(http-uri,cloc)) {
+   debug(33, 1) (Loop Detected: %s Redirect to: %s\n,
+   http-uri,cloc);
+   http-log_type = LOG_TCP_MISS;
+   clientProcessMiss(http);
+   return;
+   } 
+   }
+   /* bug fix end here*/
 stale = refreshCheckHTTPStale(e, r);
 debug(33, 2) (clientCacheHit: refreshCheckHTTPStale returned %d\n, 
stale);
 if (stale == 0) {

It was not integrated upstream even in the last head branch. Hope to
have it included in Ubuntu LTS.

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

-- 
Loop with moved_temporarily and when using storeurl
https://bugs.launchpad.net/bugs/503777
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 497763] Re: Hang during installation

2010-01-06 Thread Chuck Short
Please attach your /etc/hosts.

Regards
chuck

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

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

-- 
Hang during installation
https://bugs.launchpad.net/bugs/497763
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 456808] Re: Karmic-Networking (SAMBA) just does not work, even with detailed attention.

2010-01-06 Thread david
I don't think anyone meant to insult the developers here, far from it! we all 
respect the expertise you offer! Sometimes frustration causes the best of us to 
say the wrong thing at the wrong time.
However, I added to the bug because there are at least two other users here 
with an identifiable error; that being their samba log reports. I have exactly 
the same error;

smbd/server.c:456(smbd_open_one_socket)
  smbd_open_once_socket: open_socket_in: Address already in use

I have used samba for some time and spent quite some time trying to solve the 
problem - as mentioned previously, I've testparmed the conf file with no errors.
made a new conf file.
pinged every computer (successfully)
re-installed samba
cleared iptables on all machines

smbclient -L shows the shares served by the server (on the server)
using findsmb from clients show nothing shared.

-- 
Karmic-Networking (SAMBA) just does not work, even with detailed attention.
https://bugs.launchpad.net/bugs/456808
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 503396] Re: canary mismatch on efree()

2010-01-06 Thread Thierry Carrez
Looks like a common issue when running PHP with suhosin:
http://www.suspekt.org/2008/10/12/suhosin-canary-mismatch-on-efree-heap-overflow-detected/
http://bugs.php.net/bug.php?id=44872


** Bug watch added: bugs.php.net/ #44872
   http://bugs.php.net/bug.php?id=44872

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

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

-- 
canary mismatch on efree() 
https://bugs.launchpad.net/bugs/503396
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 503432] Re: nmap scans wrong network when invalid (?) range specified

2010-01-06 Thread Thierry Carrez
** Changed in: nmap (Ubuntu)
   Importance: Undecided = Low

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

-- 
nmap scans wrong network when invalid (?) range specified
https://bugs.launchpad.net/bugs/503432
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap 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 503376] Re: [PPA] VT is not used with libvirt 0.7.5

2010-01-06 Thread Thierry Carrez
Not a bug in Ubuntu's libvirt package

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

-- 
[PPA] VT is not used with libvirt 0.7.5
https://bugs.launchpad.net/bugs/503376
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 10239] Re: dhcp3-client: Does not send hostname to server by default

2010-01-06 Thread oliver
I'm not entirely sure if this is the same bug,  I can always open a new
one, but my University wired network requires me to send my student ID
(e.g. an arbitrary string) as hostname. Uni laptops have their hostname
setup as heir student ID. Of course, I could just setup my hostname as
my student ID but why if there's a proper way of doing this.

With ISC dhcpcd I simply supplied the -h parameter and it worked.
Network manager since then has under the DHCP Client ID field under IPV4
settings for a wired connection. However this does not seem to get
passed to dhclient, as send host-name hostname; from the config file
gets used and always sent.

E.g. the DHCP Client ID field doesn't do anything. A workaround is to go
into /etc/dhcp3/dhclient.conf and comment out the send host-name
hostname ; part. Now network manager nicely passes along the host-
name from the DHCP Client ID field and everything works.

So I suppose, 'a' proper fix would be to set the DHCP Client ID field to
hostname default and pass that to dhclient and not have a hardcoded
override in dhclient.conf. I also belive, and I do not know the inner
workings of network-manager, but this should be in the daemon bit of it,
and not only in the GUI bit.

oliver

-- 
dhcp3-client: Does not send hostname to server by default
https://bugs.launchpad.net/bugs/10239
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 503396] Re: canary mismatch on efree()

2010-01-06 Thread Hal
Thierry, yes, thanks, I had actually come across both of these.

A couple of points:  On the first link ... this same site ran fine on
another 8.04 system with a very similar configuration for 8-9 months
without this error.  Secondly, if I have hit a php bug that is
corrupting memory (ie suhosin is just the messenger of bad news), why
does it take days worth of submitting these forms, to trigger the bug?
(My wild, wild theory is that it is xcache related, but who knows ...
BTW the problem system is 3G RAM vs the non-problem former system 1G).

On the second link, it looks like all these are using mysqli extension,
or mssql. There is no shortage of similar problems with mssql. The site
in question is using plain mysql (not mysqli). Not sure this is
necessarily significant or not.

Lastly, I have probably 4 or 5 systems using 8.04 with suhosin, and this
is the only time I ever have seen this error.

Thanks.

-- 
canary mismatch on efree() 
https://bugs.launchpad.net/bugs/503396
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 503396] Re: canary mismatch on efree()

2010-01-06 Thread Ondřej Surý
Hal, is your system fully upgraded?

Where does the difference between kernel versions come from?

I remember there was some security upgrade in libpcre last year...

Ondrej

-- 
canary mismatch on efree() 
https://bugs.launchpad.net/bugs/503396
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 503396] Re: canary mismatch on efree()

2010-01-06 Thread Hal
The server is updated, except for some packages held back, which
includes a newer kernel. libpcre is up to date. I haven't done the
kernel upgrade (yet), because of the reboot, and the server is remote
from where I am (and /me worry over such things :). I will do that soon,
just in case it is relevant.

I also yesterday am trying 2 suhosin ini setttings, one references apc
and the other related to encrypted sessions (based on googling). Shots
in the dark though.

-- 
canary mismatch on efree() 
https://bugs.launchpad.net/bugs/503396
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 503827] [NEW] Always I want to update the system it crashes with that stuff

2010-01-06 Thread davsket
Public bug reported:

Description:Ubuntu 9.04
Release:9.04
It looks like a problem with one of the packages of ldap, and every time I 
update the system... at the very end it says there was a problem because 
ldap-something-else crashed.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: el subproceso post-installation script devolvió el código de 
salida de error 1
Package: slapd 2.4.15-1ubuntu3
SourcePackage: openldap
Title: package slapd 2.4.15-1ubuntu3 failed to install/upgrade: el subproceso 
post-installation script devolvió el código de salida de error 1
Uname: Linux 2.6.28-17-generic i686

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


** Tags: apport-package i386

-- 
Always I want to update the system it crashes with that stuff
https://bugs.launchpad.net/bugs/503827
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 503827] Re: Always I want to update the system it crashes with that stuff

2010-01-06 Thread davsket

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

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

-- 
Always I want to update the system it crashes with that stuff
https://bugs.launchpad.net/bugs/503827
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 503396] Re: canary mismatch on efree()

2010-01-06 Thread Ondřej Surý
As far as I remember, the session encryption bug was related to new
version of php (in karmic?).

Another shot in the dark - is there different setting in
MaxRequestsPerChild setting in apache2? Could you set it to some
arbitrary number, so apache2 child gets reloaded once in a while? (I
know it's not a solution, but it could help...)

-- 
canary mismatch on efree() 
https://bugs.launchpad.net/bugs/503396
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


Re: [Bug 503008] Re: Dovecot-auth doesn't close sockets

2010-01-06 Thread Gaylord Holder
We're running:

ii  dovecot-common1:1.0.10-1ubuntu5.2 
 secure mail server that supports mbox and maildir mailboxes
ii  dovecot-dev   1:1.0.10-1ubuntu5.2 
 header files for the dovecot mail server
ii  dovecot-imapd 1:1.0.10-1ubuntu5.2 
 secure IMAP server that supports mbox and maildir mailboxes
ii  dovecot-pop3d 1:1.0.10-1ubuntu5.2 
 secure POP3 server that supports mbox and maildir mailboxes

-Gaylord

Chuck Short wrote:
 Which version are you running?
 
 Regards
 chuck
 
 ** Changed in: dovecot (Ubuntu)
Importance: Undecided = Medium
 
 ** Changed in: dovecot (Ubuntu)
Status: New = Incomplete


-- 
Dovecot-auth doesn't close sockets
https://bugs.launchpad.net/bugs/503008
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 270010] Re: dhclient 3.0.6 refuses valid offer

2010-01-06 Thread erickenny
I am having this issue as well with 9.10.  Happens only at home
connecting with my ISP.  Works fine at the office.  I am a programmer,
and am willing to help debug this, but I don't know anything about
dhclient.  Please let me know how I can help.  Meantime, I'll start
digging myself.

-- 
dhclient 3.0.6 refuses valid offer
https://bugs.launchpad.net/bugs/270010
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 270010] Re: dhclient 3.0.6 refuses valid offer

2010-01-06 Thread erickenny
Sorry, just found the Helping With Bugs page on the Wiki.  I'll get up
to speed and start helping out with this one, since it's affecting me.
Thanks.

-- 
dhclient 3.0.6 refuses valid offer
https://bugs.launchpad.net/bugs/270010
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 503396] Re: canary mismatch on efree()

2010-01-06 Thread Hal
Ondřej, both systems were already set to 1000 MaxRequestsPerChild.

-- 
canary mismatch on efree() 
https://bugs.launchpad.net/bugs/503396
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 503850] [NEW] Upstart publication scripts no longer run

2010-01-06 Thread Thierry Carrez
Public bug reported:

20100106.2 / eucalyptus 1.6.2~bzr1120-0ubuntu3
The publication upstart jobs have been recently switched to:

start on started ssh and started avahi-daemon
stop on stopping ssh or stopping avahi-daemon

However what happens is:
lo is up
ssh and avahi-daemon start on lo
publication job starts
eth0 comes up
ssh stops
publication job stops (by design)
ssh respawns

But publication job doesn't start again when ssh is started.
You end up with a system where ssh is started, avahi-daemon is started, but the 
publication job isn't.

Starting on eth0 up would solve the boot issue, but we would still have
issues when ssh is stopped and restarted.

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

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = High

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

** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (ttx)

** Also affects: eucalyptus (Ubuntu Lucid)
   Importance: High
 Assignee: Thierry Carrez (ttx)
   Status: Triaged

** Changed in: eucalyptus (Ubuntu Lucid)
Milestone: None = lucid-alpha-2

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Thierry Carrez
slangasek ttx: because of The Upstart Bug
ttx slangasek: the TUB ?
slangasek ttx: you would have to also restart avahi-daemon in order for 
upstart to see again that the second half of the condition is satisfied

Let's workaround it by not stopping, and respawning the publication job.

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

** Changed in: eucalyptus (Ubuntu Lucid)
Milestone: lucid-alpha-2 = None

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu Lucid)
   Status: In Progress = Fix Committed

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Thierry Carrez
Working around The Upstart Bug, the publication upstart jobs now
switched to:

start on started ssh and started avahi-daemon and net-device-up
IFACE=eth0

That results in:
lo is up
ssh and avahi-daemon start on lo
eth0 comes up
ssh and avahi-daemon restart
publication job starts

It will still fail if avahi-daemon is stopped (the publication job will
be stopped and not restarted), but tha's already the case in 9.10.

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503875] [NEW] Sync rabbitmq-server 1.7.0-3 (main) from Debian testing (main)

2010-01-06 Thread Elliot Murphy
Public bug reported:

Please sync rabbitmq-server 1.7.0-3 (main) from Debian testing (main)

Explanation of the Ubuntu delta and why it can be dropped:

The only Ubuntu delta has been merged upstream already, and is now
included in rabbitmq-server.init.

Changelog entries since current lucid version 1.6.0-1ubuntu1:

rabbitmq-server (1.7.0-3) unstable; urgency=low

  * Add missing entries in rabbitmq-server.init

 -- John Leuner je...@debian.org  Sun, 25 Oct 2009 10:21:25 +0200

rabbitmq-server (1.7.0-2) unstable; urgency=low

  * moved debian/init.d to rabbitmq-server.init
  * included fixes to rabbitmq-script-wrapper

 -- John Leuner je...@debian.org  Wed, 14 Oct 2009 12:23:52 +0200

rabbitmq-server (1.7.0-1) unstable; urgency=low

  * New upstream release

 -- John Leuner je...@debian.org  Sat, 10 Oct 2009 13:28:39 +0200

** Affects: rabbitmq-server (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: rabbitmq-server (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Sync rabbitmq-server 1.7.0-3 (main) from Debian testing (main)
https://bugs.launchpad.net/bugs/503875
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server 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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Mathias Gug
On Wed, Jan 06, 2010 at 04:33:33PM -, Thierry Carrez wrote:
 It will still fail if avahi-daemon is stopped (the publication job will
 be stopped and not restarted), but tha's already the case in 9.10.


I think you need to have avahi-daemon running no matter what in order to have
avahi-publish working correctly. If avahi-daemon is stopped, the avahi-publish
job would be failing all the time.

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

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503875] Re: Sync rabbitmq-server 1.7.0-3 (main) from Debian testing (main)

2010-01-06 Thread Elliot Murphy
I informed Chuck Short (zul) about my recommendation that this be a sync
rather than merge and he's ok with with it too.

-- 
Sync rabbitmq-server 1.7.0-3 (main) from Debian testing (main)
https://bugs.launchpad.net/bugs/503875
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server 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 502518] Re: Lost connection to MySQL server during query

2010-01-06 Thread Beach Ball
Chuck, I have attached the my.cnf file.

The system is running Ubuntu 8.04 Server, 64-bit, with all updates. It
has 12GB of RAM.

Thank you.

** Attachment added: my.cnf
   http://launchpadlibrarian.net/37504898/my.cnf

-- 
Lost connection to MySQL server during query
https://bugs.launchpad.net/bugs/502518
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 456808] Re: Karmic-Networking (SAMBA) just does not work, even with detailed attention.

2010-01-06 Thread justinc
I've had many of the same issues reported in this Bug report over the
last couple of days since I installed 9.10.  One thing I've noticed is I
can connect to my share from a secondary user from my macbook pro.  If I
try the primary user that was created during the install, also has sudo
all access the user doesn't get authenticated.

Could this be a PAM/security issue?

-- 
Karmic-Networking (SAMBA) just does not work, even with detailed attention.
https://bugs.launchpad.net/bugs/456808
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2010-01-06 Thread Manowar

very nice place in your hand health. Be happy to see you more beautiful places,
 I suggest you have my site together I hope we will succeed in this business. 
Thanks again ...

a href=http://www.sohbet.net; title=sohbetsohbet/a
a href=http://www.diyalog.net; title=chatChat/a
a href=http://www.diyalog.net; title=sohbetsohbet/a
a href=http://www.turkmirc.net; title=mirc, mirc indirmirc/a
a href=http://www.turkmirc.com; title=mircmirc/a
a href=http://www.muhabbetx.com; title=muhabbetmuhabbet/a
a href=http://www.kalpfm.com; title=radyo, radyo dinleRadyo/a
a href=http://www.duabahcesi.com; title=sohbet, islami sohbetislami 
sohbet/a
a href=http://www.islamevin.com; title=sohbet, islami sohbetislami 
sohbet/a
a href=http://www.islamikent.net; title=sohbet, islami sohbetislami 
sohbet/a
a href=http://www.sohbeteuro.com; title=sohbet, sohbet odalarıSohbet/a
a href=http://www.duygu.in; title=sohbet, chatSohbet/a
a href=http://www.muhabbetforum.net/; title=ForumForum/a
a href=http://www.muhabbetim.in/; title=Muhabbet odasıMuhabbet Odası/a
a href=http://www.sozlerimesajlari.com; title=guzel sozlerGüzel Sözler/a
a href=http://www.ozelsozler.com; title=güzel sözler, özlü sözlerGüzel 
Sözler/a
a href=http://www.eglencem.net/; title=video izlevideo izle/a
a href=http://www.endikasyon.net; title=endikasyonEndikasyon/a
a href=http://www.film-channel.net; title=film izleFilm izle/a
a href=http://www.hikayelerim.org; title=hikaye okuHikaye oku/a
a href=http://www.hikayelerim.org; title=hikayeHikaye/a
a href=http://www.sohbet15.com/; title=sohbetsohbet/a
a href=http://www.joyun.net; title=oyunOyun/a
a href=http://www.okeyoyunlari.net; title=okey oynaokey oyna/a
a href=http://www.okeyoyna.net; title=okey oynaokey oyna/a
a href=http://www.okeyodasi.com; title=okey oynaokey oyna/a
a href=http://www.dizi.biz; title=dizi, dizi izleDizi izle/a
a href=http://www.yagmurtanesi.org; title=sohbet odası, sohbet 
odalarıSohbet Odaları/a
a href=http://www.yagmurtanesi.org; title=sohbet sitesi, Chat OdasıChat 
Odası/a  
a href=http://www.ikizsohbet.com; title=sohbetsohbet/a 
a href=http://www.fansohbet.com; title=sohbetsohbet/a
a href=http://www.ayna.org; title=mircmirc/a
a href=http://www.ayna.org; title=chatchat/a

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 478573] Re: eucalyptus services won't register

2010-01-06 Thread Mathias Gug
Could you try to run the following command on the front-end:

wget -T 10 -t 1 -O - --no-check-certificate
https://127.0.0.1:8443/register


** Changed in: eucalyptus (Ubuntu)
   Status: Confirmed = Incomplete

-- 
eucalyptus services won't register
https://bugs.launchpad.net/bugs/478573
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 446036] Re: The node controller sometimes fails to start if libvirt is not ready

2010-01-06 Thread Manowar

very nice place in your hand health. Be happy to see you more beautiful places,
 I suggest you have my site together I hope we will succeed in this business. 
Thanks again ...

a href=http://www.sohbet.net; title=sohbetsohbet/a
a href=http://www.diyalog.net; title=chatChat/a
a href=http://www.diyalog.net; title=sohbetsohbet/a
a href=http://www.turkmirc.net; title=mirc, mirc indirmirc/a
a href=http://www.turkmirc.com; title=mircmirc/a
a href=http://www.muhabbetx.com; title=muhabbetmuhabbet/a
a href=http://www.kalpfm.com; title=radyo, radyo dinleRadyo/a
a href=http://www.duabahcesi.com; title=sohbet, islami sohbetislami 
sohbet/a
a href=http://www.islamevin.com; title=sohbet, islami sohbetislami 
sohbet/a
a href=http://www.islamikent.net; title=sohbet, islami sohbetislami 
sohbet/a
a href=http://www.sohbeteuro.com; title=sohbet, sohbet odalarıSohbet/a
a href=http://www.duygu.in; title=sohbet, chatSohbet/a
a href=http://www.muhabbetforum.net/; title=ForumForum/a
a href=http://www.muhabbetim.in/; title=Muhabbet odasıMuhabbet Odası/a
a href=http://www.sozlerimesajlari.com; title=guzel sozlerGüzel Sözler/a
a href=http://www.ozelsozler.com; title=güzel sözler, özlü sözlerGüzel 
Sözler/a
a href=http://www.eglencem.net/; title=video izlevideo izle/a
a href=http://www.endikasyon.net; title=endikasyonEndikasyon/a
a href=http://www.film-channel.net; title=film izleFilm izle/a
a href=http://www.hikayelerim.org; title=hikaye okuHikaye oku/a
a href=http://www.hikayelerim.org; title=hikayeHikaye/a
a href=http://www.sohbet15.com/; title=sohbetsohbet/a
a href=http://www.joyun.net; title=oyunOyun/a
a href=http://www.okeyoyunlari.net; title=okey oynaokey oyna/a
a href=http://www.okeyoyna.net; title=okey oynaokey oyna/a
a href=http://www.okeyodasi.com; title=okey oynaokey oyna/a
a href=http://www.dizi.biz; title=dizi, dizi izleDizi izle/a
a href=http://www.yagmurtanesi.org; title=sohbet odası, sohbet 
odalarıSohbet Odaları/a
a href=http://www.yagmurtanesi.org; title=sohbet sitesi, Chat OdasıChat 
Odası/a  
a href=http://www.ikizsohbet.com; title=sohbetsohbet/a 
a href=http://www.fansohbet.com; title=sohbetsohbet/a
a href=http://www.ayna.org; title=mircmirc/a
a href=http://www.ayna.org; title=chatchat/a

-- 
The node controller sometimes fails to start if libvirt is not ready
https://bugs.launchpad.net/bugs/446036
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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Mathias Gug
In the same area, none of the -publication jobs are run after a package
install. Only the eucalyptus-cloud-publication works as expected - it
starts on started eucalyptus-cloud and doesn't depend on neither ssh nor
avahi-daemon.

So I'm not sure that start on started ssh and started avahi-daemon and
net-device-up IFACE=eth0 fixes that problem. Why not start the
-publication jobs once their service counterparts are started (like in
eucalyptus-cloud)?

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Mathias Gug
Another solution could be to drop the --noscripts option from
dh_installinit in debian/rules so that relevant upstart jobs are
actually started on package installation.

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 493864] Re: package bind9 1:9.6.1.dfs g.P1-3ubuntu0.2 failed to install/upgrade: 子 进程 已安装的 post-installation 脚 本 返回了错误号 1

2010-01-06 Thread Jean-Baptiste Lallement
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: bind9 (Ubuntu)
   Status: Incomplete = Invalid

-- 
package bind9 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to install/upgrade: 子进程 已安装的 
post-installation 脚本 返回了错误号 1
https://bugs.launchpad.net/bugs/493864
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 456808] Re: Karmic-Networking (SAMBA) just does not work, even with detailed attention.

2010-01-06 Thread emarkay
Can we get this marked as NOT Invalid and Low priority??

-- 
Karmic-Networking (SAMBA) just does not work, even with detailed attention.
https://bugs.launchpad.net/bugs/456808
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 462169] Re: nmbd dies on startup when network interfaces are not up yet

2010-01-06 Thread razor7
I COnfirm that this upgrade worked ok...nmbd does not dies anymore...

-- 
nmbd dies on startup when network interfaces are not up yet
https://bugs.launchpad.net/bugs/462169
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 274350] Re: apparmor HOMEDIRS not adjusted for likewise

2010-01-06 Thread Kees Cook
Note that likewise-open will need to include a file like 
/etc/apparmor.d/tunables/home.d/likewise-open
that contains:

@{HOMEDIRS}+=/home/likewise-open/*/

This is being removed from the AppArmor default now that home.d/ exists,
and default installs don't need this path (which is presently causing
bug 503869)

-- 
apparmor HOMEDIRS not adjusted for likewise
https://bugs.launchpad.net/bugs/274350
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 446036] Re: The node controller sometimes fails to start if libvirt is not ready

2010-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.7.2-4ubuntu5

---
libvirt (0.7.2-4ubuntu5) lucid; urgency=low

  * debian/rules, debian/libvirt-bin.upstart: migrate libvirt to upstart
(LP: #446036)
  * debian/control: depend on open-iscsi-utils, rather than open-iscsi,
fixed again, grrr (LP: #414986)
 -- Dustin Kirkland kirkl...@ubuntu.com   Tue, 05 Jan 2010 23:23:28 -0600

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

-- 
The node controller sometimes fails to start if libvirt is not ready
https://bugs.launchpad.net/bugs/446036
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 452572] Re: Unable to start EUC instances - no supported architecture for os type 'hvm'

2010-01-06 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

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

-- 
Unable to start EUC instances - no supported architecture for os type 'hvm'
https://bugs.launchpad.net/bugs/452572
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 446036] Re: The node controller sometimes fails to start if libvirt is not ready

2010-01-06 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu)
   Status: Triaged = In Progress

-- 
The node controller sometimes fails to start if libvirt is not ready
https://bugs.launchpad.net/bugs/446036
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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2~bzr1120-0ubuntu4

---
eucalyptus (1.6.2~bzr1120-0ubuntu4) lucid; urgency=low

  [ Thierry Carrez ]
  * debian/*publication.upstart: Start publication jobs when eth0 is up, and
never stop them to work around The Upstart Bug (LP: #503850)

  [ Dustin Kirkland ]
  * debian/control, debian/eucalyptus-nc.upstart: (LP: #446036, #452572)
- add a versioned depends for eucalyptus-nc on a new version
  of libvirt-bin that starts using upstart
- start eucalyptus-nc on started libvirt-bin
 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 06 Jan 2010 19:16:01 -0600

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

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 452572] Re: Unable to start EUC instances - no supported architecture for os type 'hvm'

2010-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2~bzr1120-0ubuntu4

---
eucalyptus (1.6.2~bzr1120-0ubuntu4) lucid; urgency=low

  [ Thierry Carrez ]
  * debian/*publication.upstart: Start publication jobs when eth0 is up, and
never stop them to work around The Upstart Bug (LP: #503850)

  [ Dustin Kirkland ]
  * debian/control, debian/eucalyptus-nc.upstart: (LP: #446036, #452572)
- add a versioned depends for eucalyptus-nc on a new version
  of libvirt-bin that starts using upstart
- start eucalyptus-nc on started libvirt-bin
 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 06 Jan 2010 19:16:01 -0600

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

-- 
Unable to start EUC instances - no supported architecture for os type 'hvm'
https://bugs.launchpad.net/bugs/452572
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 446036] Re: The node controller sometimes fails to start if libvirt is not ready

2010-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2~bzr1120-0ubuntu4

---
eucalyptus (1.6.2~bzr1120-0ubuntu4) lucid; urgency=low

  [ Thierry Carrez ]
  * debian/*publication.upstart: Start publication jobs when eth0 is up, and
never stop them to work around The Upstart Bug (LP: #503850)

  [ Dustin Kirkland ]
  * debian/control, debian/eucalyptus-nc.upstart: (LP: #446036, #452572)
- add a versioned depends for eucalyptus-nc on a new version
  of libvirt-bin that starts using upstart
- start eucalyptus-nc on started libvirt-bin
 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 06 Jan 2010 19:16:01 -0600

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

-- 
The node controller sometimes fails to start if libvirt is not ready
https://bugs.launchpad.net/bugs/446036
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 461202] Re: After purging and removing /var/lib/eucalyptus image store is out of sync

2010-01-06 Thread Dustin Kirkland
dotCOMmie I seem to have trace down what causes 
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/461202
dotCOMmie When purging eucalyptus-common eucalyptus-cloud eucalyptus-walrus 
eucalyptus-sc eucalyptus-cc eucalyptus-nc files are deleted which belong to 
eucalyptus-java-common
dotCOMmie These are files under /etc and are not removed by 
eucalyptus-java-common on uninstall of this package, which is triggered by 
above action
dotCOMmie so when re-installing those packages these files in /etc are not 
put back by eucalyptus-java-common (this package going from u to i)
dotCOMmie The work around is to use aptitude --purge-unused purge 
eucalyptus-common eucalyptus-cloud eucalyptus-walrus eucalyptus-sc 
eucalyptus-cc eucalyptus-nc
dotCOMmie which purges all dependent packages which would simply have been 
uninstalled otherwise

** Changed in: eucalyptus (Ubuntu)
   Status: Incomplete = Triaged

-- 
After purging and removing /var/lib/eucalyptus image store is out of sync
https://bugs.launchpad.net/bugs/461202
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 456808] Re: Karmic-Networking (SAMBA) just does not work, even with detailed attention.

2010-01-06 Thread justinc
I just created a new user and he works fine, it appears that it is the
primary/sudo user that doesn't get authenticated.

-- 
Karmic-Networking (SAMBA) just does not work, even with detailed attention.
https://bugs.launchpad.net/bugs/456808
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 504109] [NEW] MOTU/Package issue: network-manager nm-applet don't depend on dhcp3-client

2010-01-06 Thread Tundro Walker
Public bug reported:

Using Ubuntu Karmic 9.10

This isn't a bug, per say, more of a usability / pro-active-prevention measure 
to keep noobs from shooting themselves in the foot.

Basically, I was able to uninstall dhcp3-client  dhcp3-common packages
in Synaptic while still using wpasupplicant, nm-applet  network-
manager.  I understand that Ubuntu gives you the freedom to switch to a
different dhcp client app if you wish.  But by letting me uninstall
those 2 packages, my comp was no longer able to negotiate dhcp leases
from my home network, and the network-manager could no longer hook to my
home network and get me on the net.

I tried using the Ubuntu 9.10 Karmic cd as a repo to install them, but
it couldn't find dhcp3-* on it, so no luck there.  I finally went to
another comp of mine, and used it to dig up those 2 packages as .deb
files from ubuntu's online repo.  I sneaker-net'ed them over to my other
box on a usb stick, installed them, and all was well.

I think network-manager, nm-applet, and/or wpa-supplicant should have a
dependency to dhcp3-client in order to prevent folks from uninstalling
it by accident then later wondering why their network-manager is not
connecting to their network when they reboot.

ProblemType: Bug
Architecture: i386
Date: Wed Jan  6 20:55:46 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
NonfreeKernelModules: nvidia
Package: dhcp3-client 3.1.2-1ubuntu7
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: dhcp3
Uname: Linux 2.6.31-17-generic i686

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


** Tags: apport-bug i386

-- 
MOTU/Package issue: network-manager  nm-applet don't depend on dhcp3-client
https://bugs.launchpad.net/bugs/504109
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 504109] Re: MOTU/Package issue: network-manager nm-applet don't depend on dhcp3-client

2010-01-06 Thread Tundro Walker

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

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

-- 
MOTU/Package issue: network-manager  nm-applet don't depend on dhcp3-client
https://bugs.launchpad.net/bugs/504109
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 221512] Re: autofs cannot mount nfs shares with the grpid

2010-01-06 Thread unixnewbie
i don't believe so. i am now experiencing this. when I boot my karmic
install, my NFS shares no longer auto mount. I have to issue sudo mount
-a and then they mount just fine. Can anyone help please? I have read
something about the networking being started after the mount all command
is given, how do i fix this? what logs should I post?

-- 
autofs cannot mount nfs shares with the grpid
https://bugs.launchpad.net/bugs/221512
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs 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 503768] Re: package clamav-freshclam 0.95.3+dfsg-1ubuntu0.09.10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-01-06 Thread mag00
Yes!! This works fine for me! Thank you so much.

[]'s

-- 
package clamav-freshclam 0.95.3+dfsg-1ubuntu0.09.10 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/503768
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 503768] Re: package clamav-freshclam 0.95.3+dfsg-1ubuntu0.09.10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-01-06 Thread Scott Kitterman
** Changed in: clamav (Ubuntu)
   Status: Incomplete = Invalid

-- 
package clamav-freshclam 0.95.3+dfsg-1ubuntu0.09.10 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/503768
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Thierry Carrez
@Mathias:
For SC/CC/Walrus/NC, the publication has to be done when the package is 
installed and ssh is started (see autoregistration spec). An SC, for example, 
will not fully start until credentials have been synced. On installs where SC 
is separated from CLC, this won't happen until registration. And registration 
won't happen until publication :)

Comment #5 is probably a good idea, could you open a new bug to track
the publication won't happen on package install issue ? I'm not 100%
sure we /need/ to fix that given that autoregistration will then fail
(missing parent key in downstream authorized_keys). The autoregistration
spec for alpha2 targets the UEC installer, then we need to see what can
be done to improve install-from-packages.

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503699] [NEW] Synaptic fails to open after last updates 10.4

2010-01-06 Thread George Kontis
Public bug reported:

Binary package hint: synaptic

Synaptic fails to open after last updates ( 10.4 )

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

-- 
Synaptic fails to open after last updates 10.4
https://bugs.launchpad.net/bugs/503699
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 503699] Re: Synaptic fails to open after last updates 10.4

2010-01-06 Thread George Kontis

** Attachment added: synaptic
   http://launchpadlibrarian.net/37476359/synaptic

-- 
Synaptic fails to open after last updates 10.4
https://bugs.launchpad.net/bugs/503699
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 452208] Re: devkit-disks-daemon crashed with SIGSEGV in dbus_g_method_return_error()

2010-01-06 Thread zombieaja
** Changed in: devicekit-disks (Ubuntu)
 Assignee: Martin Pitt (pitti) = zombieaja (zondoank)

-- 
devkit-disks-daemon crashed with SIGSEGV in dbus_g_method_return_error()
https://bugs.launchpad.net/bugs/452208
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 195483] Re: Sound Juicer - MP3 quality doesn't change

2010-01-06 Thread Tristan Hill
Options available can be seen from gst-inspect-0.10 lamemp3enc:

Element Properties:
  name: The name of the object
flags: readable, writable
String. Default: null Current: lamemp3enc0
  target  : Optimize for quality or bitrate
flags: readable, writable
Enum GstLameMP3EncTarget Default: 0, quality 
Current: 0, quality
   (0): quality  - Quality
   (1): bitrate  - Bitrate
  bitrate : Bitrate in kbit/sec (Only valid if target is bitrate, 
for CBR one of 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 
256 or 320)
flags: readable, writable
Integer. Range: 8 - 320 Default: 128 Current: 128
  cbr : Enforce constant bitrate encoding (Only valid if target 
is bitrate)
flags: readable, writable
Boolean. Default: false Current: false
  quality : VBR Quality from 0 to 10, 0 being the best (Only valid 
if target is quality)
flags: readable, writable
Float. Range:   0 -   9.999 
Default:   4 Current:   4
  encoding-engine-quality: Quality/speed of the encoding engine, this does not 
affect the bitrate!
flags: readable, writable
Enum GstLameMP3EncEncodingEngineQuality Default: 1, 
standard Current: 1, standard
   (0): fast - Fast
   (1): standard - Standard
   (2): high - High
  mono: Enforce mono encoding
flags: readable, writable
Boolean. Default: false Current: false

They generally match definitions on
http://lame.sourceforge.net/lame_ui_example.php

-- 
Sound Juicer - MP3 quality doesn't change
https://bugs.launchpad.net/bugs/195483
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 503687] Re: Missing bjavaloader and bfuse programs in barry-util package

2010-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package barry - 0.15-1ubuntu2

---
barry (0.15-1ubuntu2) lucid; urgency=low

  * debian/barry-util.install: added missing bjavaloader and bfuse programs and
the corresponding manpages (LP: #503687)
  * debian/control: added build dependency on libfuse-dev to build bfuse
 -- Fabrice Coutadeur fabric...@ubuntu.com   Wed, 06 Jan 2010 06:39:13 +

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

-- 
Missing bjavaloader and bfuse programs in barry-util package
https://bugs.launchpad.net/bugs/503687
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 502897] Re: [MIR] pitivi

2010-01-06 Thread Martin Pitt
I reviewed the two grave/important Debian bugs, and they aren't too much
of a concern for us. Approved pitivi.

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

-- 
[MIR] pitivi
https://bugs.launchpad.net/bugs/502897
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 442362] Re: Alarms 1 hour behind

2010-01-06 Thread illbashu
I think I am going stay with Alarm Clock 0.9.19 until all the bugs are
fixed, its the only version where everything functions and it also has
AM/PM.

-- 
Alarms 1 hour behind 
https://bugs.launchpad.net/bugs/442362
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 415023] Re: brightness is broken on MSI WIND U100

2010-01-06 Thread steeb
i flashed my bios with the new 1.0G Version. Flickering doesn't stop, but the 
fan normalized.
here a little tutorial for bios flashing the easy way (Without DOS or anything 
else):

1. Download the new BIOS 
http://msi.com/index.php?func=downloaddetailtype=biosmaincat_no=135prod_no=1474
2. Extract the zip file.
3. Copy EN011IMS.10G to a USB-Device (fat32) and rename it to EN011IMS.ROM
4. Shutdown your MSI Wind Netbook. Remove the battary and power supply.
5. Hold the PowerOn/Off-Button while plugging in the power supply.
6. Press PowerOn/Off-Button twice.
7. Press Del to enter Bios.
8. Now there you can choose the option for flashing the BIOS.

-- 
brightness is broken on MSI WIND U100
https://bugs.launchpad.net/bugs/415023
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 503703] Re: software-center crashed with ImportError in getEffectiveLevel()

2010-01-06 Thread George Kontis

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

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

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

** Attachment added: Traceback.txt
   http://launchpadlibrarian.net/37476705/Traceback.txt

** Visibility changed to: Public

-- 
software-center crashed with ImportError in getEffectiveLevel()
https://bugs.launchpad.net/bugs/503703
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 498250] Re: Sync xcursor-themes 1.0.2-1 (main) from Debian unstable (main)

2010-01-06 Thread Daniel Holbach
ACKed.

** Changed in: xcursor-themes (Ubuntu)
   Status: New = Triaged

-- 
Sync xcursor-themes 1.0.2-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/498250
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 360009] Re: plugin only loads when switching tabs, not when opening file

2010-01-06 Thread Fabrice Coutadeur
Still happens with rc3

-- 
plugin only loads when switching tabs, not when opening file
https://bugs.launchpad.net/bugs/360009
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 503437] Re: Please merge pilot-link 0.12.4-7(main) from debian sqeeze(main)

2010-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package pilot-link - 0.12.4-7ubuntu1

---
pilot-link (0.12.4-7ubuntu1) lucid; urgency=low

  * Merge from debian testing.  Remaining changes: LP: #503437
- debian/control: Add Breaks to ensure the right version of udev is used.
  (Change has to be continued as udev versioning in debian and
   ubuntu are different).

pilot-link (0.12.4-7) unstable; urgency=low

  * Fix please no longer suggest libmd5-perl by removing Suggests:
libmd5-perl for pilot-link and remove Depends: libdigest-md5-perl for
libpda-pilot-perl (Closes: #558596)
  * move to 3.0 (quilt) source format

pilot-link (0.12.4-6) unstable; urgency=low

  * debian/control: replacing libreadline5-dev build dependency with
libreadline-dev
See http://lists.debian.org/debian-devel/2009/09/msg00549.html
  * debian/compat: 5 - 7

pilot-link (0.12.4-5) unstable; urgency=low

  * Fix Can't sync over usb: on some Sony Cliés patch
debian/patches/10_clie_sj22.patch reintroduced (Closes: #544329)

pilot-link (0.12.4-4) unstable; urgency=low

  * Fix make pilot-link compilable on GNU/Hurd Do not use libbluetooth-dev
on Hurd (Closes: #543348)
  * debian/control: Standards-Version: 3.8.2 - 3.8.3
  * debian/README.source: new file referring to quilt README.source
  * debian/rules: use dh_quilt_patch  dh_quilt_unpatch
 -- Bhavani Shankar right2bh...@gmail.com   Tue, 05 Jan 2010 20:34:29 +0530

** Changed in: pilot-link (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Please merge pilot-link 0.12.4-7(main) from debian sqeeze(main)
https://bugs.launchpad.net/bugs/503437
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

Re: [Bug 499425] Re: getpwnam shows shadow passwords of NIS users

2010-01-06 Thread Christoph
Hello,

On Tue, 05 Jan 2010 21:03:47 -
Kees Cook k...@ubuntu.com wrote:

 Yes, please open an upstream report.

I did that yesterday.

 ** Changed in: glibc (Ubuntu)
Importance: Undecided = Wishlist

Why that? Do you really think that a bug that enables all users on a
machine to see the encrypted passwords of other users is not a
security violation and that a solution is only on the wishlist?
 
I was informed that in my patch, there are missing parantheses near
free result. Obviously, I sent an obsolete version of the patch. Now, I
have attached the version that I really used to successfully compile
the package.

Regards
  Christoph


** Attachment added: nis_shadow.diff
   http://launchpadlibrarian.net/37476828/nis_shadow.diff

-- 
getpwnam shows shadow passwords of NIS users
https://bugs.launchpad.net/bugs/499425
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 460857] Re: ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)

2010-01-06 Thread crispernaki
Not to rub anything in for those folks (@David) who seem to still be
having issues, but WHOO-HOO!!! the steps in post #7 @tz and #8 @Kendrick
worked for me.  64-bit UbuntuStudio and an Ardunio Mega.  Dang... this
Linux learning curve busting my chops... one of these days maybe it will
all make sense?

Best,

cb

-- 
ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)
https://bugs.launchpad.net/bugs/460857
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 459940] Re: A few Gnome applications do not start (Could not load classifier cascade)

2010-01-06 Thread Garibaldi
I am running karmic and am also experiencing this bug - uninstalling 
frei0r-plugins resolves it. I then built frei0r-plugins from git and installed 
it using checkinstall. Now, after running rhythmbox I receive the following 
error:
$ rhythmbox
(rhythmbox:18793): GLib-GObject-CRITICAL **: g_param_spec_internal: assertion 
`(name[0] = 'A'  name[0] = 'Z') || (name[0] = 'a'  name[0] = 'z')' 
failed

ERROR: Caught a segmentation fault while loading plugin file:
/usr/lib/gstreamer-0.10/libgstfrei0r.so

Please either:
- remove it and restart.
- run with --gst-disable-segtrap and debug.
Error re-scanning registry , child terminated by signal
Run 'rhythmbox --help' to see a full list of available command line options.

It seems that the offending file is
/usr/lib/gstreamer-0.10/libgstfrei0r.so . Is it possible to replace this
object file with an older version? Is it necessary for openshot to
function?

-- 
A few Gnome applications do not start (Could not load classifier cascade)
https://bugs.launchpad.net/bugs/459940
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 503705] [NEW] Full crash when making a video call over Gtalk

2010-01-06 Thread Guy Van Sanden
Public bug reported:

Binary package hint: empathy

Empathy crashes when initiating a video call over Gtalk.   This started
happening a while after the Karmic release, it used to work flawlessly
on the beta and RC versions.

There are no messages or crash handlers shown, the empathy window on
both sides of the conversation just vanishes.

ProblemType: Bug
Architecture: amd64
Date: Wed Jan  6 09:06:39 2010
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: empathy 2.28.1.1-0ubuntu1
ProcEnviron:
 LANGUAGE=en_DK.UTF-8
 LC_CTYPE=C
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
SourcePackage: empathy
Uname: Linux 2.6.31-16-generic x86_64

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


** Tags: amd64 apport-bug

-- 
Full crash when making a video call over Gtalk
https://bugs.launchpad.net/bugs/503705
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 503705] Re: Full crash when making a video call over Gtalk

2010-01-06 Thread Guy Van Sanden

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

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

-- 
Full crash when making a video call over Gtalk
https://bugs.launchpad.net/bugs/503705
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 502897] Re: [MIR] pitivi

2010-01-06 Thread Martin Pitt
pygoocanvas: I checked
https://wiki.ubuntu.com/UbuntuMainInclusionRequirements and verified
that the package meets all points. It's a rather harmless binding
package.

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

-- 
[MIR] pitivi
https://bugs.launchpad.net/bugs/502897
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 503708] [NEW] package ttf-mscorefonts-installer 3.0 failed to install/upgrade: installed post-installation script alt i?lemi ??k?? durumunda hata d?nd?rd?:: 1

2010-01-06 Thread alierdogan
Public bug reported:

Binary package hint: msttcorefonts

I have ubuntu 9.10 original installation CD.
I install ubuntu 9.10 from that CD without any problem. However, after 
installation process I tried to install Ubuntu Restricted Extras. During the 
process I got this message: Sorry, the package ttt-mscorefonts-installer 3.0 
failed to install or upgrade.
I dont know what to do.

ProblemType: Package
Architecture: i386
Date: Wed Jan  6 10:07:42 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: installed post-installation script alt işlemi çıkış durumunda 
hata döndürdü:: 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
NonfreeKernelModules: fglrx
Package: ttf-mscorefonts-installer 3.0
PackageArchitecture: all
ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
SourcePackage: msttcorefonts
Title: package ttf-mscorefonts-installer 3.0 failed to install/upgrade: 
installed post-installation script alt işlemi çıkış durumunda hata döndürdü:: 1
Uname: Linux 2.6.31-16-generic i686

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


** Tags: apport-package i386

-- 
package ttf-mscorefonts-installer 3.0 failed to install/upgrade: installed 
post-installation script alt i?lemi ??k?? durumunda hata d?nd?rd?:: 1
https://bugs.launchpad.net/bugs/503708
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 503708] Re: package ttf-mscorefonts-installer 3.0 failed to install/upgrade: installed post-installation script alt i?lemi ??k?? durumunda hata d?nd?rd?:: 1

2010-01-06 Thread alierdogan

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

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

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

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

-- 
package ttf-mscorefonts-installer 3.0 failed to install/upgrade: installed 
post-installation script alt i?lemi ??k?? durumunda hata d?nd?rd?:: 1
https://bugs.launchpad.net/bugs/503708
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 446889] Re: Linksys WUSB54GC v3 (ID 1737:0077) doesn't work

2010-01-06 Thread Keng-Yü Lin
** Changed in: linux (Ubuntu)
   Status: New = Confirmed

-- 
Linksys WUSB54GC v3 (ID 1737:0077) doesn't work
https://bugs.launchpad.net/bugs/446889
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 503709] Re: opens a doc/txt with the text import window. never used to do this. now it does it all the time. why? how to fix?

2010-01-06 Thread MelPhleg

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

-- 
opens a doc/txt with the text import window.  never used to do this.  now it 
does it all the time.  why?  how to fix?  
https://bugs.launchpad.net/bugs/503709
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 503709] [NEW] opens a doc/txt with the text import window. never used to do this. now it does it all the time. why? how to fix?

2010-01-06 Thread MelPhleg
Public bug reported:

Binary package hint: openoffice.org

opens a doc/txt with the text import window.  never used to do this.
now it does it all the time.  why?  how to fix?  want openoffice to open
docs/txts without this added confusing unneeded options.  want it to
open files in the way they were saved to begin with, as a doc /or txt.

is it fixable?  and, again, why in the world is that all it opens with
anymore?  if i try to save it as something else when it opens it this
way, it doesn't even give me the option to save in txt.  the only txt
option is text.cvs i think.

it'll only save and open as txt if i select all text/copy/paste in new
text doc, and only then will it give me the option to save it in txt.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: openoffice.org-core 1:3.0.1-9ubuntu3.1
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: openoffice.org
Uname: Linux 2.6.28-16-generic i686

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
opens a doc/txt with the text import window.  never used to do this.  now it 
does it all the time.  why?  how to fix?  
https://bugs.launchpad.net/bugs/503709
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 500968] Re: Candidate release devscripts_2.10.59ubuntu1

2010-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package devscripts - 2.10.61ubuntu1

---
devscripts (2.10.61ubuntu1) lucid; urgency=low

  [ ﺄﺤﻣﺩ ﺎﻠﻤﺤﻣﻭﺪﻳ (Ahmed El-Mahmoudy) ]
  * Resynchronise with Debian (LP: #500968). Remaining changes:
- Drop universe packages from Recommends to Suggests:
  + libcrypt-ssleay-perl: only needed for a corner case (uscan on SSL
download sites), wasn't installed by default in previous releases
either, and seems quite dead upstream
  + libsoap-lite-perl: only needed for one less common command (select)
for bts, which isn't useful for Ubuntu itself, and pulls in a lot of
other universe Perl libraries
  + debian-{keyring,maintainers}: not useful enough in Ubuntu
  + equivs: too much of a hack to install by default
  + libyaml-syck-perl: transition-check is fairly Debian-specific
- scripts/debchange.pl:
  + Adjust --security template for Ubuntu.
  + Add -U/--upstream flag that forces original just increment
the end behaviour; Ubuntu is upstream for some pieces of software.
  + Add --distributor= to override lsb_release output.
  + Default to lucid as distribution.
  + Add ubuntu1 to version string for new versions, with tweaks for
special cases.
  + Add -R/--rebuild flag for Ubuntu's no-change rebuilds.
  + Don't use the last distribution in debian/changelog when doing
dch -r on Ubuntu. Just because it was last uploaded to jaunty
doesn't mean that's the right thing to do now. Thanks to Colin
Watson. (LP: #429288)
- scripts/debsign.{sh,1}: Implement DEBSIGN_ALWAYS_RESIGN variable to skip
  the Would you like to use the current signature? question. (Debian
  #447955)
- scripts/debuild.pl: Enforce Ubuntu merge policy.
- scripts/dscverify.pl: Add Ubuntu keyrings.
- scripts/rmadison.pl: Change default URL parameter to ubuntu.
- scripts/uupdate.{sh,1}: Use -0ubuntu1 default revision on Ubuntu.
- Add test/debchange.pl, test/Makefile: debchange test suite; call it
  during build in debian/rules. Also add lsb-release build dependency for
  this, so that debchange uses Ubuntu mode.

  [ Daniel Holbach ]
  * Update merge to 2.10.61 instead of 2.10.59.

devscripts (2.10.61) unstable; urgency=low

  * bts: Correct the address used to email the submitter when using the bts
done command.

devscripts (2.10.60) unstable; urgency=low

  The Welcome to the New Year release.

  [ James Vega ]
  * checkbashisms: Detect use of {x..z} expansion.  Thanks to Raphael
Geissert.  (Closes: #560774)
  * who-uploads: Show usage if no arguments are given.  Thanks to Kumar
Appaiah.  (Closes: #560955)
  * uscan:
+ Add missing escape of '\' in man page.  Thanks to Marco Túlio Gontijo
  for the patch.  (Closes: #562587)
+ Add missing verb in description of FTP syntax.  Thanks to Marco Túlio
  Gontijo for the patch.  (Closes: #562586)
  * annotate-output: Allow specifying a timestamp format.  (Closes: #539720)
  * bts:
+ Always include thanks at the end of the control block.  (Closes:
  #542962)
+ Allow specifying which fields will be shown by bts status.  (Closes:
  #499283, #323782)
+ Add verbose option to bts status, which will also show fields that
  don't have a set value.
+ Add done command which sends a close command as well as Ccing the bug
  submitter.  (Closes: #482751)
  * build-rdeps:
+ Add --origin option to specify which origin to use.
+ Use the Release file to determine which Sources file(s) to search for
  the given origin.  Thanks to Michael Schutte for the patch.  (Closes:
  #545115)

  [ Patrick Schoenfeld ]
  * licensecheck: Add support for some common variants of the WTFPL

  [ Ryan Niebur ]
  * deb-reversion: Fix use with recent dpkg-dev, thanks to Salvatore
Bonaccorso (Closes: #559702)

  [ Adam D. Barratt ]
  * Bump Standards-Version to 3.8.3.  No changes required.
  * build-rdeps: Correct spelling error in manpage (ommitted - omitted).
  * checkbashisms: Correct spelling error in manpage (preceeded -
preceded).
  * decbommit: Correct spelling error in manpage (commiting -
committing).

devscripts (2.10.59) unstable; urgency=low

  [ James Vega ]
  * debrelease: Do not use .svn/deb-layout to determine debsdir if --debs-dir
was used.  (Closes: #558172)
  * checkbashisms: Fix a false positive detection of . $(foo bar)/baz as
attempting to pass arguments to a sourced script.  (Closes: #557639)

  [ Joachim Breitner ]
  * debcommit: Add support for having only debian/ under a svn, cvs or darcs
VCS (Closes: #450878)

devscripts (2.10.58) unstable; urgency=low

  * who-uploads: Correct the argument to wget's -O option.  Thanks to
Yves-Alexis Perez for the patch.  (Closes: #557507)

devscripts (2.10.57) unstable; urgency=low

  [ James Vega ]
  * debcommit: Fix gathering of Closes with dpkg = 1.15.5.2.  (Closes:
#557318)

  [ Ben 

[Bug 486790] Re: openvas-server is missing openvas-nvt-sync script

2010-01-06 Thread Wojtek Kazimierczak
In Debian the script openvas-nvt-sync is provided by openvas-plugins-
base package, recommended by openvas-server. This package will be
included in Lucid. To solve the problem in Karmic you need to make the
script from the source package, and then you can run it to download
plugins.

-- 
openvas-server is missing openvas-nvt-sync script
https://bugs.launchpad.net/bugs/486790
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 265019] Re: nbsmtp looks for config file in the wrong place

2010-01-06 Thread David Frey
I also discovered that nbsmtp wasn't reading my /etc/nbsmtprc file.  I
looked at the nbsmtprc source a bit and found this block of code at line
67 of fileconfig.c:

asprintf(local_tmp_buf,%s/nbsmtprc,SYSCONFDIR);

I'm not really sure what defines SYSCONFDIR, but a little bit of
searching uncovered a few suspicious lines in the configure file:

bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datadir='${prefix}/share'
sysconfdir='${prefix}/etc'

If ${prefix} is empty then datadir=/share, but if ${prefix} is /usr,
then sysconfdir=/usr/etc.  It seems like the latter case is what is
happening.

Hopefully someone who knows a little bit more about Linux applications
and package building can translate this information into a fix.

-- 
nbsmtp looks for config file in the wrong place
https://bugs.launchpad.net/bugs/265019
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 502897] Re: [MIR] pitivi

2010-01-06 Thread Martin Pitt
gnonlin: I checked
https://wiki.ubuntu.com/UbuntuMainInclusionRequirements and verified
that the package meets all points. It's well maintained in Debian and
has no bug reports. It has a test suite which gets run during build; the
only nitpick is that a failing test suite does not fail the build. It
currently succeeds on all architectures, and I don't think it's worth
carrying a delta just for this, but I filed it as a Debian bug report.
Aside from this, the package looks fine, approved.

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

-- 
[MIR] pitivi
https://bugs.launchpad.net/bugs/502897
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 502897] Re: [MIR] pitivi

2010-01-06 Thread Martin Pitt
seeded pitivi to ubuntu desktop, promoted these three.

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

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

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

-- 
[MIR] pitivi
https://bugs.launchpad.net/bugs/502897
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 502615] Re: /etc/cron.daily/spamassassin should restart amavisd

2010-01-06 Thread Lupe Christoph
Maybe you can find a version of /etc/init.d/amavis that supports reload,
the one in 9.10 doesn't:

#  reload)
#   echo Reloading $DESC configuration files.
#   start-stop-daemon ${STOP} --signal 1
#   ;;

And I believe at a maximum frequency for rule updates of once daily this
can't be a serious load. (The actual frequency is much lower again, I
believe.)

-- 
/etc/cron.daily/spamassassin should restart amavisd
https://bugs.launchpad.net/bugs/502615
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 416778] Re: [MIR] libffado

2010-01-06 Thread Martin Pitt
Packaging, bugs, etc. look good, approved.

** Changed in: libffado (Ubuntu)
   Status: Confirmed = Fix Committed

** Changed in: libffado (Ubuntu)
 Assignee: Martin Pitt (pitti) = (unassigned)

-- 
[MIR] libffado
https://bugs.launchpad.net/bugs/416778
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 407480] Re: Amarok stops playing flac files 3 seconds early

2010-01-06 Thread Myriam Schweingruber
No an Amarok bug, the problem lies in Phonon

** Package changed: amarok (Ubuntu) = phonon (Ubuntu)

** Bug watch added: KDE Bug Tracking System #172394
   http://bugs.kde.org/show_bug.cgi?id=172394

** Also affects: phonon via
   http://bugs.kde.org/show_bug.cgi?id=172394
   Importance: Unknown
   Status: Unknown

-- 
Amarok stops playing flac files 3 seconds early
https://bugs.launchpad.net/bugs/407480
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to amarok in ubuntu.

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


[Bug 331554] Re: dwww suggests to use swish++ but requires it for advance searches.

2010-01-06 Thread Fabrice Coutadeur
Recommends are installed by default, since intrepid IIRC, so swish++
will be installed.

** Changed in: dwww (Ubuntu)
   Status: Incomplete = Fix Released

-- 
dwww suggests to use swish++ but requires it for advance searches.
https://bugs.launchpad.net/bugs/331554
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 503710] [NEW] updated gtk+2.0 package has problems referring to the name of widgets loaded from a builder UI file

2010-01-06 Thread Mario Limonciello
Public bug reported:

The upgrade today has caused ubiquity to stop launching because it
refers to widgets at the top level by calling setattr on them.

I've created a simple test case that i'm attaching.  You can see it
successfully running with the old gtk+2.0, and then failing with the new
one here:

t...@test-laptop:~$ python test.py 
t...@test-laptop:~$ sudo apt-get install libgtk2.0-0 libgtk2.0-bin 
libgtk2.0-common
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  gtk2-engines-pixbuf libgail-common libgail18
The following packages will be upgraded:
  gtk2-engines-pixbuf libgail-common libgail18 libgtk2.0-0 libgtk2.0-bin
  libgtk2.0-common
6 upgraded, 0 newly installed, 0 to remove and 66 not upgraded.
Need to get 4,786kB of archives.
After this operation, 139kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com lucid/main libgail-common 2.19.2-1 [410kB]
Get:2 http://us.archive.ubuntu.com lucid/main libgail18 2.19.2-1 [280kB]
Get:3 http://us.archive.ubuntu.com lucid/main libgtk2.0-common 2.19.2-1 [602kB]
Get:4 http://us.archive.ubuntu.com lucid/main gtk2-engines-pixbuf 2.19.2-1 
[615kB]
Get:5 http://us.archive.ubuntu.com lucid/main libgtk2.0-0 2.19.2-1 [2,604kB]   
Get:6 http://us.archive.ubuntu.com lucid/main libgtk2.0-bin 2.19.2-1 [276kB]   
Fetched 4,786kB in 10s (459kB/s)   
(Reading database ... 92709 files and directories currently installed.)
Preparing to replace libgail-common 2.19.1-1 (using 
.../libgail-common_2.19.2-1_i386.deb) ...
Unpacking replacement libgail-common ...
Preparing to replace libgail18 2.19.1-1 (using .../libgail18_2.19.2-1_i386.deb) 
...
Unpacking replacement libgail18 ...
Preparing to replace libgtk2.0-common 2.19.1-1 (using 
.../libgtk2.0-common_2.19.2-1_all.deb) ...
Unpacking replacement libgtk2.0-common ...
Preparing to replace gtk2-engines-pixbuf 2.19.1-1 (using 
.../gtk2-engines-pixbuf_2.19.2-1_i386.deb) ...
Unpacking replacement gtk2-engines-pixbuf ...
Preparing to replace libgtk2.0-0 2.19.1-1 (using 
.../libgtk2.0-0_2.19.2-1_i386.deb) ...
Unpacking replacement libgtk2.0-0 ...
Preparing to replace libgtk2.0-bin 2.19.1-1 (using 
.../libgtk2.0-bin_2.19.2-1_all.deb) ...
Unpacking replacement libgtk2.0-bin ...
Processing triggers for man-db ...
Setting up libgtk2.0-common (2.19.2-1) ...
Setting up libgtk2.0-0 (2.19.2-1) ...

Setting up libgail18 (2.19.2-1) ...

Setting up libgail-common (2.19.2-1) ...
Setting up gtk2-engines-pixbuf (2.19.2-1) ...
Setting up libgtk2.0-bin (2.19.2-1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
t...@test-laptop:~$ python test.py 
Traceback (most recent call last):
  File test.py, line 14, in module
test_object.show()
  File test.py, line 11, in show
self.window1.show()
AttributeError: 'TestClass' object has no attribute 'window1'

ProblemType: Bug
Architecture: i386
Date: Wed Jan  6 03:32:00 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Mythbuntu 10.04 Lucid Lynx - Alpha i386 (20100103)
Package: libgtk2.0-bin 2.19.2-1
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-9.13-generic
SourcePackage: gtk+2.0
Tags: lucid
Uname: Linux 2.6.32-9-generic i686

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

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


** Tags: apport-bug i386 lucid

-- 
updated gtk+2.0 package has problems referring to the name of widgets loaded 
from a builder UI file
https://bugs.launchpad.net/bugs/503710
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 503710] Re: updated gtk+2.0 package has problems referring to the name of widgets loaded from a builder UI file

2010-01-06 Thread Mario Limonciello

** Attachment added: test.py
   http://launchpadlibrarian.net/37477161/test.py

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

-- 
updated gtk+2.0 package has problems referring to the name of widgets loaded 
from a builder UI file
https://bugs.launchpad.net/bugs/503710
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 503710] Re: updated gtk+2.0 package has problems referring to the name of widgets loaded from a builder UI file

2010-01-06 Thread Mario Limonciello

** Attachment added: test.ui
   http://launchpadlibrarian.net/37477166/test.ui

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

** Also affects: mythbuntu-control-centre (Ubuntu)
   Importance: Undecided
   Status: New

-- 
updated gtk+2.0 package has problems referring to the name of widgets loaded 
from a builder UI file
https://bugs.launchpad.net/bugs/503710
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 444934] Re: Update openBVE package to 1.2.2.0

2010-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package openbve - 1.2.4.1-0ubuntu1

---
openbve (1.2.4.1-0ubuntu1) lucid; urgency=low

  * New upstream stable version (1.2.4.1) (LP: #444934)
fixes (LP: #419523) (LP: #419525) (LP: #419530) (LP: #62)
  * changelog.html: update (1.2.3.3)
 -- Paul Sladen ubu...@paul.sladen.org   Wed,  6 Jan 2010 07:58:00 +

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

-- 
Update openBVE package to 1.2.2.0
https://bugs.launchpad.net/bugs/444934
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 444462] Re: openbve 1.2.0.3 can't be installed due to unresolvable dependencies

2010-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package openbve - 1.2.4.1-0ubuntu1

---
openbve (1.2.4.1-0ubuntu1) lucid; urgency=low

  * New upstream stable version (1.2.4.1) (LP: #444934)
fixes (LP: #419523) (LP: #419525) (LP: #419530) (LP: #62)
  * changelog.html: update (1.2.3.3)
 -- Paul Sladen ubu...@paul.sladen.org   Wed,  6 Jan 2010 07:58:00 +

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

-- 
openbve 1.2.0.3 can't be installed due to unresolvable dependencies
https://bugs.launchpad.net/bugs/62
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 430011] Re: Huawei E220 and E169 3G dongle do not work on karmic (major regression)

2010-01-06 Thread Ike Panhc
@Ian

Try installing usb-modeswitch first: sudo apt-get install usb-modeswitch

-- 
Huawei E220 and E169 3G dongle do not work on karmic (major regression)
https://bugs.launchpad.net/bugs/430011
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 419530] Re: Jump to station advanced by '#COCKPIT' z-offset

2010-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package openbve - 1.2.4.1-0ubuntu1

---
openbve (1.2.4.1-0ubuntu1) lucid; urgency=low

  * New upstream stable version (1.2.4.1) (LP: #444934)
fixes (LP: #419523) (LP: #419525) (LP: #419530) (LP: #62)
  * changelog.html: update (1.2.3.3)
 -- Paul Sladen ubu...@paul.sladen.org   Wed,  6 Jan 2010 07:58:00 +

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

-- 
Jump to station advanced by '#COCKPIT' z-offset
https://bugs.launchpad.net/bugs/419530
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 419525] Re: AI driver can strand itself before signalling-only station

2010-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package openbve - 1.2.4.1-0ubuntu1

---
openbve (1.2.4.1-0ubuntu1) lucid; urgency=low

  * New upstream stable version (1.2.4.1) (LP: #444934)
fixes (LP: #419523) (LP: #419525) (LP: #419530) (LP: #62)
  * changelog.html: update (1.2.3.3)
 -- Paul Sladen ubu...@paul.sladen.org   Wed,  6 Jan 2010 07:58:00 +

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

-- 
AI driver can strand itself before signalling-only station
https://bugs.launchpad.net/bugs/419525
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   >