[Bug 740777] [NEW] smbd.conf needs to wait for network up event

2011-03-23 Thread Egon A. Rath
Public bug reported:

Binary package hint: samba

The upstart script smb.conf should not only wait for the local-
filesystems event, but also for the network up event (like its done for
the nmbd.conf file which is also part of the samba package).

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

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

Title:
  smbd.conf needs to wait for network up event

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


[Bug 740777] Re: smbd.conf needs to wait for network up event

2011-03-23 Thread Egon A. Rath
File in question is /etc/init/smbd.conf.

Original:

description SMB/CIFS File Server
author  Steve Langasek steve.langa...@ubuntu.com

start on local-filesystems
stop on runlevel [!2345]

respawn

pre-start script
RUN_MODE=daemons

[ -r /etc/default/samba ]  . /etc/default/samba

[ $RUN_MODE = inetd ]  { stop; exit 0; }

install -o root -g root -m 755 -d /var/run/samba
end script

exec smbd -F


Modified as it should be:

description SMB/CIFS File Server
author  Steve Langasek steve.langa...@ubuntu.com

start on (local-filesystems and net-device-up IFACE!=lo)
stop on runlevel [!2345]

respawn

pre-start script
RUN_MODE=daemons

[ -r /etc/default/samba ]  . /etc/default/samba

[ $RUN_MODE = inetd ]  { stop; exit 0; }

install -o root -g root -m 755 -d /var/run/samba
end script

exec smbd -F


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

Title:
  smbd.conf needs to wait for network up event

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


[Bug 561750] Re: squid starts and stops immediately (after upgrade from karmic to lucid)

2011-03-23 Thread Dominik
It seems, that this is not fixed in 10.04. We need this fixed in LTS.

# dpkg -l |grep squid
ii  squid   
2.7.STABLE7-1ubuntu12.2 Internet object cache (WWW 
proxy cache)
ii  squid-common
2.7.STABLE7-1ubuntu12.2 Internet object cache (WWW 
proxy cache) - comm
ii  squid-langpack  20100111-1  
Localized error pages for Squid

# cat /etc/resolvconf/update-libc.d/squid 
#!/bin/sh

PATH=/usr/sbin:/usr/bin:/sbin:/bin

# Make squid aware of changes to resolv.conf
if status squid | grep start/running  /dev/null; then
restart squid
fi

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

Title:
  squid starts and stops immediately (after upgrade from karmic to
  lucid)

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


[Bug 627973] Re: Assertion failed at socket.c:629

2011-03-23 Thread Bug Watch Updater
** Changed in: openvpn (Debian)
   Status: New = Fix Released

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

Title:
  Assertion failed at socket.c:629

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


[Bug 545302] Re: allow seabios in libvirt apparmor

2011-03-23 Thread rowez
On 23 mrt 2011 the next happend:

It is in qemu-kvm: 0.12.5+noroms-0ubuntu7.1

/usr/share/qemu/@bios.bin is symlinked to /usr/share/seabios/bios.bin

Using seabios version 0.6.0-0ubuntu1

Log in /var/log/libvirt/qemu/ give me:

LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin 
HOME=/home/user USER=root LOGNAME=root /usr/bin/kvm -S -M pc-0.12 -cpu qemu32 
-m 256 -smp 1 -name a -uuid 6e83fecc-97a9-5118-525a-43d5af0b58b7 -monitor 
unix:/var/run/libvirt/qemu/a.monitor,server,nowait -boot c -drive 
file=/home/user/Bureaublad/Cloud/test/1.img,if=ide,index=0,boot=on -net none 
-serial none -parallel none -usb -vga cirrus 
qemu: could not load PC BIOS 'bios.bin'

In /var/log/syslog:

Mar 23 18:42:31 node kernel: [10186.888201] type=1400 audit(1300902151.431:36): 
apparmor=STATUS operation=profile_load 
name=libvirt-6e83fecc-97a9-5118-525a-43d5af0b58b7 pid=24558 
comm=apparmor_parser
Mar 23 18:42:31 node kernel: [10187.015990] type=1400 audit(1300902151.561:37): 
apparmor=DENIED operation=open parent=1 
profile=libvirt-6e83fecc-97a9-5118-525a-43d5af0b58b7 
name=/usr/share/seabios/bios.bin pid=24562 comm=kvm requested_mask=r 
denied_mask=r fsuid=0 ouid=0
Mar 23 18:43:01 node libvirtd: 18:43:01.488: error : qemudOpenMonitorUnix:934 : 
monitor socket did not show up.: Connection refused
Mar 23 18:43:01 node kernel: [10217.292118] type=1400 audit(1300902181.841:38): 
apparmor=STATUS operation=profile_remove 
name=libvirt-6e83fecc-97a9-5118-525a-43d5af0b58b7 pid=24626 
comm=apparmor_parser

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

Title:
  allow seabios in libvirt apparmor

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


[Bug 545302] Re: allow seabios in libvirt apparmor

2011-03-23 Thread rowez
In /etc/apparmor.d/abstractions:

Using libvirt-qemu and add /usr/share/seabios/** r, on row 59 (after
/usr/share/vgabios/** r,)

Restart apparmor and virsh!

In /var/log/syslog:

With /usr/share/seabios/** r, in /etc/appamor.d/abstractions/libvirt-
qemu:

Mar 23 19:36:24 node kernel: [13419.727042] type=1400 audit(1300905384.271:76): 
apparmor=STATUS operation=profile_load 
name=libvirt-5872b474-ad53-8708-db86-928a9d6655b6 pid=31215 
comm=apparmor_parser
Mar 23 19:36:24 node kernel: [13419.834767] type=1400 audit(1300905384.381:77): 
apparmor=DENIED operation=open parent=1 
profile=libvirt-5872b474-ad53-8708-db86-928a9d6655b6 name=/dev/fb0 
pid=31218 comm=kvm requested_mask=rw denied_mask=rw fsuid=0 ouid=0
Mar 23 19:36:54 node libvirtd: 19:36:54.326: error : qemudOpenMonitorUnix:934 : 
monitor socket did not show up.: Connection refused
Mar 23 19:36:54 node kernel: [13450.036528] type=1400 audit(1300905414.581:78): 
apparmor=STATUS operation=profile_remove 
name=libvirt-5872b474-ad53-8708-db86-928a9d6655b6 pid=31294 
comm=apparmor_parser

Ubuntu default:

Mar 23 19:39:14 node kernel: [13589.524010] type=1400 audit(1300905554.071:94): 
apparmor=STATUS operation=profile_load 
name=libvirt-5872b474-ad53-8708-db86-928a9d6655b6 pid=31662 
comm=apparmor_parser
Mar 23 19:39:14 node kernel: [13589.629753] type=1400 audit(1300905554.171:95): 
apparmor=DENIED operation=open parent=1 
profile=libvirt-5872b474-ad53-8708-db86-928a9d6655b6 
name=/usr/share/seabios/bios.bin pid=31665 comm=kvm requested_mask=r 
denied_mask=r fsuid=0 ouid=0
Mar 23 19:39:44 node libvirtd: 19:39:44.121: error : qemudOpenMonitorUnix:934 : 
monitor socket did not show up.: Connection refused
Mar 23 19:39:44 node kernel: [13619.797636] type=1400 audit(1300905584.341:96): 
apparmor=STATUS operation=profile_remove 
name=libvirt-5872b474-ad53-8708-db86-928a9d6655b6 pid=31731 
comm=apparmor_parser

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

Title:
  allow seabios in libvirt apparmor

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


[Bug 736844] Re: kvm default install throws Unable to open a connection to the libvirt management daemon requires logout + login

2011-03-23 Thread Fabián Rodríguez
As I wrote in my initial report:
The message should at least propose to logout / login to complete the 
installation, or the installation post-install scripts should warn / force 
this. Ideally this should not be necessary so we have the best user experience.

Right after installation is when I would expect a more useful message to
pop-up in notifications / power-menu (forgot what it's called), much
like updates that require a reboot.

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

Title:
  kvm default install throws Unable to open a connection to the libvirt
  management daemon requires logout + login

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


[Bug 731976] Re: SAMBA - Can't access Windows 7 computer via SAMBA

2011-03-23 Thread André Madureira
PROBLEM SOLVED:

Problem Solved... I recovered my Windows 7 Ultimate image (with Norton
Ghost 15) to the problematic Windows 7 Ultimate PC and now I can connect
it... Surprisingly I could access it via my Windows 7 Ultimate before
this recovery, but I couldn't in my Linux.. This was probably caused by
any problem in the share of the Problematic PC that could not occur in
the port requested by Linux or something related to Linux-Windows SAMBA
access protocol...

SUGGESTION TO SOLVE THE PROBLEM:

 Anyway, I suggest for the ones that have the same problem I had to
recover your local PC Windows image (please be sure that there aren't
any share problems in your Windows OS) via any IMAGE CREATOR software
(Norton Ghost and Acronis are very good for this type of work - You
could try CLONEZILLA too (I don't know if it works as well as it does
with LINUX when used to create Windows images because I only use it for
LINUX imaging))

I hope I could help you,

André M.

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

Title:
  SAMBA - Can't access Windows 7 computer via SAMBA

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


[Bug 731976] Re: SAMBA - Can't access Windows 7 computer via SAMBA

2011-03-23 Thread André Madureira
Please see the last comment for a WORKAROUND to this issue...

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

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

Title:
  SAMBA - Can't access Windows 7 computer via SAMBA

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


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

2011-03-23 Thread Peter Matulis
Building the openldap source with openssl instead of gnutls libraries
and installing the resulting libldap package works here.

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

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

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


[Bug 731976] Re: SAMBA - Can't access Windows 7 computer via SAMBA

2011-03-23 Thread kwagga
Hi Andrè,

Thank you for your comment, however, I do not agree that recovering a
whole system image, is a solution, nor a workaround.

In my case, the Windows 7 clients never changed, the ubuntu
machine/SAMBA installation did. The problem is also not isolated to one
or two clients, but all of them, which leads me to think the the
problem, lies with the ubuntu machine.

Also, the Windows XP machine in my network, is also having difficulties
connecting to the new ubuntu/samba machine.

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

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

Title:
  SAMBA - Can't access Windows 7 computer via SAMBA

-- 
Ubuntu-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 423252] Re: NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, and atd

2011-03-23 Thread Steve Langasek
On Wed, Mar 23, 2011 at 08:35:56PM -, Peter Matulis wrote:
 Building the openldap source with openssl instead of gnutls libraries
 and installing the resulting libldap package works here.

Yes, but that results in combinations of software that are not
redistributable in the archive because there's GPL software that uses
libldap.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

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

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

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


[Bug 731976] Re: SAMBA - Can't access Windows 7 computer via SAMBA

2011-03-23 Thread André Madureira
Hi kwagga,

Is this a recent problem or does it happens since you have been using
Ubuntu 10.10?

If this problem is recent, so I suggest you yo recover your LINUX with
any IMAGE RECOVERY program (dd or CLONEZILLA or anything related) if you
have an image of it...

MORE INFO: I also use Ubuntu 10.10 (also, I've installed Kubuntu 10.10
from repositories meta package kubuntu-desktop) and both of them are
DESKTOP editions... So, this problem can or not be Ubuntu specific
because, in my case, the problem was solved with a recover of my Windows
OS image to the problematic PC... You can try removing SAMBA packages
(SAMBA, libsmbclient, etc...) and it's configurations with SYNAPTIC and
try installing them with NAUTILUS (Select a path and try to configure it
to be shared via SAMBA, so that NAUTILUS can install the proper packages
and configurations again)...

PS: I don't know if with purge option of apt-get or SYNAPTIC can
remove all configuration files from your PC because I had some programs
that I purged with apt-get command and via SYNAPTIC either and some
configuration files remained in my PC after the uninstall... Try to
search your LINUX partition for samba configuration files (smb.conf ;
etc) and remove them...

PS²: You also did the comment:

The one strange thing I have noticed, that by default, connecting to
the linux box, or any other machine for that matter, would normall allow
you to see all the shares first, such as printers, etc. Then only when
you go into the folders, it would ask you for your credentials. What's
happening now, is that it asked for credentials immediately, the only
credentials that seem to work was root, but then to access the folders,
no credentials worked, even after I added root to those directory
permissions.

The comment above leads me to think that this is a configuration problem
because, like you said, the normal procedure when a remote PC accesses a
UBUNTU SAMBA SERVER is to open it immediately without any authentication
request and when the user try to access a path or printer, it asks for
the authentication...

I hope I could help you,

André M.

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

Title:
  SAMBA - Can't access Windows 7 computer via SAMBA

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


[Bug 737027] Re: kpartx udev rule is broken

2011-03-23 Thread Serge Hallyn
Thanks for reporting this bug and helping to make Ubuntu better.

Debian has actually never had this rule.  It was added in Ubuntu to
avoid the need for the multipath-tools-boot script.

The '-Q' option has been fixed some time ago.  What release are you on?

** Changed in: multipath-tools (Ubuntu)
   Status: New = Incomplete

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

Title:
  kpartx udev rule is broken

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


[Bug 738219] Re: autofs should always start before at and cron

2011-03-23 Thread Serge Hallyn
** Changed in: autofs (Ubuntu)
   Importance: Undecided = Medium

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

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

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

Title:
  autofs should always start before at and cron

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


[Bug 738209] Re: autofs appears to be started before it is truly functional

2011-03-23 Thread Serge Hallyn
** Changed in: autofs (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  autofs appears to be started before it is truly functional

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


[Bug 740815] Re: [FFe] Updates to enable us to drop xulrunner from main

2011-03-23 Thread Launchpad Bug Tracker
This bug was fixed in the package swt-gtk - 3.6.2-0ubuntu1

---
swt-gtk (3.6.2-0ubuntu1) natty; urgency=low

  * New upstream release v3.6.2 (LP: #740815)
- mass rename 3.5 = 3.6
  * Refresh patches:
- update debian/patches/64/arch64.diff
- update debian/patches/common/01-make_linux.patch
- remove debian/patches/common/02-bp-accessible-object.diff (fixed
  upstream)
  * Disable xulrunner support and enable webkit
- update debian/control
- update debian/Makefile
- update debian/rules
- add debian/patches/common/03-force_webkit.patch
  * Add patch to fix webkit linkage
- add debian/patches/common/02-webkit_linkage.patch
  * Ensure that dpkg-shlibdeps can find libgcj_bc.so.1
- update debian/rules
  * Fix a missing include for the webkit JNI
- add debian/patches/common/04-fix-webkit-includes.patch
 -- Chris Coulson chris.coul...@canonical.com   Wed, 23 Mar 2011 10:58:39 
+

** Changed in: swt-gtk (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  [FFe] Updates to enable us to drop xulrunner from main

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


[Bug 717166] Re: Broken with v4 isc-dhcp-server in Natty

2011-03-23 Thread C de-Avillez
Here you go:

ubuntu@cempedak:/var/log$ ~/getifaddrs 
INTERFACE=lo SCRUBBEDINTERFACE=lo ADDR=127.0.0.1
INTERFACE=eth0:metadata SCRUBBEDINTERFACE=eth0 ADDR=169.254.169.254
INTERFACE=eth0 SCRUBBEDINTERFACE=eth0 ADDR=10.55.55.2
INTERFACE=eth0:priv SCRUBBEDINTERFACE=eth0 ADDR=172.19.1.1
INTERFACE=eth0:pub SCRUBBEDINTERFACE=eth0 ADDR=10.55.55.100

This specific test rig has been running for a few days now. Today the
CLC/CC/SC/Walrus had a dist-upgrade done, and rebooted some times, due
to a different test. After This other test, I went in to run the
getifaddrs as you asked. I got the output above, and -- to my surprise
-- it seems now we do get an IP address on the instances.

BUT the log entries still show that Euca's DHCPD startup failed. Since I
do not believe in magic, I and re-checking this all.

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

Title:
  Broken with v4 isc-dhcp-server in Natty

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


[Bug 740815] Re: [FFe] Updates to enable us to drop xulrunner from main

2011-03-23 Thread Chris Coulson
There's nothing keeping xulrunner-1.9.2 in main now

** Changed in: xulrunner-1.9.2 (Ubuntu)
   Status: Confirmed = Fix Released

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

** Changed in: gwt (Ubuntu)
 Assignee: (unassigned) = Chris Coulson (chrisccoulson)

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

Title:
  [FFe] Updates to enable us to drop xulrunner from main

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


[Bug 740815] Re: [FFe] Updates to enable us to drop xulrunner from main

2011-03-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/swt-gtk

** Branch linked: lp:ubuntu/gwt

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

Title:
  [FFe] Updates to enable us to drop xulrunner from main

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


[Bug 740815] Re: [FFe] Updates to enable us to drop xulrunner from main

2011-03-23 Thread Martin Pitt
g-p-e demoted to universe.

** Changed in: gnome-python-extras (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [FFe] Updates to enable us to drop xulrunner from main

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


[Bug 740815] Re: [FFe] Updates to enable us to drop xulrunner from main

2011-03-23 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk-vnc - 0.4.3-0ubuntu3

---
gtk-vnc (0.4.3-0ubuntu3) natty; urgency=low

  * Actually update to 0.4.3, the previous version forgot --merge-upstream and
thus the debian diff reverted all upstream changes.
  * debian/control: Build against firefox-dev instead of xulrunner-dev, as the
latter should go away. (LP: #740815)
 -- Martin Pitt martin.p...@ubuntu.com   Wed, 23 Mar 2011 23:44:11 +0100

** Changed in: gtk-vnc (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  [FFe] Updates to enable us to drop xulrunner from main

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


[Bug 590537] Re: lo: Disabled Privacy Extensions keeps showing up in the system log

2011-03-23 Thread Steve Roberts
I also just saw it for the first time when starting chromium, kernel
2.6.35-280generic 64bit.

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

Title:
  lo: Disabled Privacy Extensions keeps showing up in the system log

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


[Bug 740815] Re: [FFe] Updates to enable us to drop xulrunner from main

2011-03-23 Thread Martin Pitt
Taking mozvoikko

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

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

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

Title:
  [FFe] Updates to enable us to drop xulrunner from main

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


[Bug 737027] Re: kpartx udev rule is broken

2011-03-23 Thread Phillip Susi
The modprobe was added in Ubuntu, but the dmraid- is also there in
debian.  It looks like it has been changed to a lower case -q in Natty,
but I'm still running Maverick.

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

Title:
  kpartx udev rule is broken

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


[Bug 712840] Re: local-top should pass -p part, not -p p

2011-03-23 Thread Phillip Susi
I believe this change is incorrect and should be reversed.  The -p
switch should not be used at all and kpartx should use its usual rule of
adding 'p' when the previous character is a digit, as this has been the
rule always used on Linux for forming partition names.

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

Title:
  local-top should pass -p part, not -p p

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


[Bug 740815] Re: [FFe] Updates to enable us to drop xulrunner from main

2011-03-23 Thread Launchpad Bug Tracker
This bug was fixed in the package mozvoikko -
1.9.0~svn20101114r3591-0ubuntu3

---
mozvoikko (1.9.0~svn20101114r3591-0ubuntu3) natty; urgency=low

  * debian/control: Drop hopelessly outdated Vcs-Bzr, using
lp:ubuntu/mozvoikko now.
  * debian/control: Move from xulrunner-dev to firefox-dev, as the former will
go away. (LP: #740815)
  * debian/rules: Update path to firefox SDK, using pkg-config.
  * fix_sdk_build.patch: Update path to xpidl.
  * port_to_xulrunner-192.patch: Use firefox-plugin pkg-config, not libxul.
  * port_to_xulrunner-192.patch: Add -fshort-char to fix the error: size of
array ‘arg’ is negative error. libxul's pkg-config did that for us in the
past. Also define the linked libraries manually, as firefox-plugin.pc does
not currently give that to us.
 -- Martin Pitt martin.p...@ubuntu.com   Thu, 24 Mar 2011 01:08:25 +0100

** Branch linked: lp:ubuntu/mozvoikko

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

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

Title:
  [FFe] Updates to enable us to drop xulrunner from main

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


[Bug 712840] Re: local-top should pass -p part, not -p p

2011-03-23 Thread Serge Hallyn
@Phillip,

thanks for your input.  The point of this bug was to stay closer to what
Debian does.  Please feel free to open a bug with Debian and, if they
change their policy, we will follow suit.

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

Title:
  local-top should pass -p part, not -p p

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


[Bug 740777] Re: smbd.conf needs to wait for network up event

2011-03-23 Thread Serge Hallyn
** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

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

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

Title:
  smbd.conf needs to wait for network up event

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


[Bug 737027] Re: kpartx udev rule is broken

2011-03-23 Thread Serge Hallyn
*** This bug is a duplicate of bug 644481 ***
https://bugs.launchpad.net/bugs/644481

Ah, I see.  We didn't SRU because it did not seem to cause any
regression.  Is this really preventing it from working for you?  If so,
we should SRU bug 644481.  I will mark this bug a dup of that one.
Please comment there if you find it needs to be SRUd to maverick and
lucid.

Please open a separate bug for the DMRAID issue you raised, explaining
why and how it breaks.

Thanks again.

** This bug has been marked a duplicate of bug 644481
   95-kpartx.rules uses invalid -Q argument to modprobe(8)
 * You can subscribe to bug 644481 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/644481/+subscribe

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

Title:
  kpartx udev rule is broken

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


[Bug 644481] Re: 95-kpartx.rules uses invalid -Q argument to modprobe(8)

2011-03-23 Thread Serge Hallyn
** Changed in: multipath-tools (Ubuntu)
 Assignee: Serge Hallyn (serge-hallyn) = (unassigned)

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

Title:
  95-kpartx.rules uses invalid -Q argument to modprobe(8)

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


[Bug 712840] Re: local-top should pass -p part, not -p p

2011-03-23 Thread Phillip Susi
I agree that deviating from upstream should be avoided without good
cause, but by using this switch, Debian is deviating from upstream.  Are
you aware of a good reason for this?

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

Title:
  local-top should pass -p part, not -p p

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


[Bug 712840] Re: local-top should pass -p part, not -p p

2011-03-23 Thread Phillip Susi
Also as I mentioned in bug #737027, the dmraid part of this rule is
broken due to case mismatch.  I don't have a multipath installation to
check, but I suspect it suffers from the same problem and so the rule
isn't run at all anyway.

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

Title:
  local-top should pass -p part, not -p p

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


[Bug 740666] Re: package python-beautifulsoup 3.1.0.1-2build1 failed to install/upgrade: error writing to 'standard output': Success

2011-03-23 Thread Serge Hallyn
Thanks for reporting this bug and helping to make Ubuntu better.

This is interesting because the DpkgTerminalLog.gz doesn't give
indication of any such failure.  Can you please explain exactly how you
installed this?  (Did you use apt-get on the command line, or synaptic,
or software center?)

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

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

Title:
  package python-beautifulsoup 3.1.0.1-2build1 failed to
  install/upgrade: error writing to 'standard output': Success

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


[Bug 737027] Re: kpartx udev rule is broken

2011-03-23 Thread Phillip Susi
I'll just drop the part about the -Q then, rather than file a new bug
about the other parts, especially since I already have it linked to the
debian bug about the rest.

Still the rules trying to match multipath and dmraid and run kpartx are
broken.  The one for dmraid should not be there at all, and the one for
kpartx I bet also has the wrong case, and as I mentioned in bug #712840,
should not be using -p anyhow.

** This bug is no longer a duplicate of bug 644481
   95-kpartx.rules uses invalid -Q argument to modprobe(8)

** Changed in: multipath-tools (Ubuntu)
   Status: Incomplete = New

** Description changed:

  Binary package hint: multipath-tools
  
- The kpartx udev rule runs modprobe -Qba dm-multipath every time a
- device mapper device is added or changed.  Not only is this a waste of
- resources, but it fails because modprobe has no -Q switch.
- 
- It also has this rule:
- 
+ The kpartx udev rule looks like this:
  
  ENV{DM_STATE}==ACTIVE, ENV{DM_UUID}==dmraid-*, \
- RUN+=/sbin/kpartx -a -p -part /dev/$kernel
+ RUN+=/sbin/kpartx -a -p -part /dev/$kernel
  
  This kpartx command should not be run because dmraid already creates the
  partition device, but it isn't run anyhow because the rule matches on
  dmraid-* but dmraid devices have an id of the form DMRAID-*.  Note
  the difference in case.

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

Title:
  kpartx udev rule is broken

-- 
Ubuntu-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 712840] Re: local-top should pass -p part, not -p p

2011-03-23 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 03/23/2011 09:18 PM, Phillip Susi wrote:
 Also as I mentioned in bug #737027, the dmraid part of this rule is
 broken due to case mismatch.  I don't have a multipath installation to
 check, but I suspect it suffers from the same problem and so the rule
 isn't run at all anyway.

I just checked the source code and it seems that multipath-tools does
use lower case, while lvm and dmraid both use upper case.  Odd.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk2KpKIACgkQJ4UciIs+XuLApgCgoIae8oeqHjH5tZ0eA+i8Ak0i
d6wAnRqjFiVUlw6owT2zfpcsb5o8hSTI
=AGdJ
-END PGP SIGNATURE-

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

Title:
  local-top should pass -p part, not -p p

-- 
Ubuntu-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 737027] Re: kpartx udev rule is broken

2011-03-23 Thread Serge Hallyn
Quoting Phillip Susi (ps...@cfl.rr.com):
 I'll just drop the part about the -Q then, rather than file a new bug
 about the other parts, especially since I already have it linked to the
 debian bug about the rest.

That works :)

 Still the rules trying to match multipath and dmraid and run kpartx are
 broken.  The one for dmraid should not be there at all, and the one for
 kpartx I bet also has the wrong case, and as I mentioned in bug #712840,
 should not be using -p anyhow.

In /lib/activate/devmapper.c?  Definately looks true.

So one or the other should change.  Let's see which way Debian goes.

Thanks again.  I really do appreciate what you're doing with trying
to commonize the conventions.

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

Title:
  kpartx udev rule is broken

-- 
Ubuntu-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 712840] Re: local-top should pass -p part, not -p p

2011-03-23 Thread Serge Hallyn
Quoting Phillip Susi (ps...@cfl.rr.com):
 I agree that deviating from upstream should be avoided without good
 cause, but by using this switch, Debian is deviating from upstream.  Are
 you aware of a good reason for this?

No, I'm not.

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

Title:
  local-top should pass -p part, not -p p

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


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

2011-03-23 Thread Peter Matulis
Yeah it was more as confirmation.  I'm going to test a patched libgcrypt
(comment #73) next.

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

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

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


[Bug 658610] Re: Check whether images have write permissions

2011-03-23 Thread Vinit Agrawal
I think what it means that, if the file permission for the disk image in
host OS is read only for the user running qemu, then it is not saying
that clearly. May be qemu should just exit as soon as it sees that image
is read only. I am not sure if in some kind of mode it is possible to
run a VM without the need of writing anything on the image. If that is
the case then probably it should give an option or default to run in
that mode under such circumstances.

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

Title:
  Check whether images have write permissions

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


[Bug 740666] Re: package python-beautifulsoup 3.1.0.1-2build1 failed to install/upgrade: error writing to 'standard output': Success

2011-03-23 Thread Dolugen
It was apt-get. It hung for a while so I cancelled it with ctrl+c I
think. I'm not sure that triggered the crash.

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

Title:
  package python-beautifulsoup 3.1.0.1-2build1 failed to
  install/upgrade: error writing to 'standard output': Success

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


[Bug 418112] Re: qemu-img should give reasons for failing

2011-03-23 Thread Vinit Agrawal
** Description changed:

  Binary package hint: qemu
  
-   $ kvm-img create -f qcow2 disks/t.img 4000M
-   Formatting 'disks/t.img', fmt=qcow2, size=4096000 kB
-   qemu-img: Error while formatting
+   $ kvm-img create -f qcow2 disks/t.img 4000M
+   Formatting 'disks/t.img', fmt=qcow2, size=4096000 kB
+   qemu-img: Error while formatting
  
  strace shows that the real error was Permission denied. It should say
  so, using strerror.
  
  ProblemType: Bug
  Architecture: i386
  Date: Mon Aug 24 13:31:45 2009
  DistroRelease: Ubuntu 9.10
  Package: qemu 0.10.6-1ubuntu1
  ProcEnviron:
-  LANGUAGE=en_GB.UTF-8
-  LC_COLLATE=C
-  PATH=(custom, user)
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB.UTF-8
+  LC_COLLATE=C
+  PATH=(custom, user)
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
  SourcePackage: qemu
  Uname: Linux 2.6.31-5-generic i686

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

Title:
  qemu-img should give reasons for failing

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


[Bug 658610] Re: Check whether images have write permissions

2011-03-23 Thread Anthony Liguori
This is a legacy behavior in QEMU.  There are a number of legitimate use
cases where a user may only have read access to an image and as long as
that image is mounted read-only, everything will work okay.

Virtio and SCSI will expose the read-only attribute to the guest so it
should be very obvious what's happening.  Unfortunately, IDE does not
support the concept of read-only.

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

Title:
  Check whether images have write permissions

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


[Bug 579924] Re: Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2011-03-23 Thread PeterNSteinmetz
Also just affected me on upgrade from karmic to lucid, using mysql. This
just cost me a couple of hours, so I definitely vote in favor of having
this handled properly during upgrade, especially as it affects LTS-LTS
upgrades.

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

Title:
  Upgrading Ubuntu LTS skips database version - Fatal error: Version
  error for database bacula. Wanted 12, got 10

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


[Bug 740815] Re: [FFe] Updates to enable us to drop xulrunner from main

2011-03-23 Thread Chris Coulson
couchdb + libmozjs is in my PPA now

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

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

Title:
  [FFe] Updates to enable us to drop xulrunner from main

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