Public bug reported:
libvirt ships with a limited but functional ESX driver. Ubuntu (and
Debian) disable this with --without-esx in debian/rules. I can't think
of any reason for Ubuntu to do this. Simply change it to --with-esx
instead so people who are interested can use that driver.
** Affects:
Public bug reported:
Binary package: libvirt-bin 0.7.5-5ubuntu25
Along the lines of the similar issue with eucalyptus disks:
virt-aa-helper checks disks to see if they have a backing store. The
AppArmor profile for virt-aa-helper doesn't take into account paths of
lvm volumes (/dev/mapper/*), so
** Attachment added: "BootDmesg.txt"
http://launchpadlibrarian.net/44622926/BootDmesg.txt
** Attachment added: "CurrentDmesg.txt"
http://launchpadlibrarian.net/44622927/CurrentDmesg.txt
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/44622928/Dependencies.txt
** A
Public bug reported:
Binary package hint: qemu-kvm
$ qemu-img create -b ../base-dont-touch.img new.img 10G
should really raise a warning if ../base-dont-touch.img is smaller than 10GB
because QEmu apparently does not handle that fact. At least my guest OS didn't
boot at all.
Creating an Imag
gpsdrive (2.10~pre4-6.dfsg-3ubuntu4) lucid; urgency=low
* debian/control: Rebuild with libmysqlclient16-dev.
-- Chuck Short Fri, 16 Apr 2010 11:31:32 -0400
** Changed in: gpsdrive (Ubuntu Lucid)
Status: Fix Committed => Fix Released
--
Please remove Mysql 5.0 from the archive for
Thank you Jamie - that did it! :)
--
postinst fails if missing user is in the admin group
https://bugs.launchpad.net/bugs/565380
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
The bug should not be reported against Matita, but rather against mysql-
ocaml. Matita uses the C bindings of the Mysql library for OCaml. A
rebuild of matita should be enough to get rid of the dependency if
mysql-ocaml is built using the desired version.
** Package changed: matita (Ubuntu Lucid)
** Description changed:
Binary package hint: samba
With winbind installed I cannot abort a sudo password request (gnome-
terminal and VT) with a single Ctrl-C key combo. Instead the password
prompt is shown again. Pushing either Ctrl-C a second time or the enter
key brings me back to
Looking at the gcrypt code, it seems this bug should be reported against
that; this whole secmem implementation (1) requires a program to be
started as root (setuid) and (2) always drops the root priv when it has
initialized its secure memory. These behaviors would certainly interfere
with any setu
** Description changed:
Binary package hint: samba
In 9.10 this worked fine:
dut...@vampire:~$ mount.cifs //dragon/dutchy ~/dragon/
Password:
In 10.04, i get:
dut...@vampire:~$ mount.cifs //dragon/dutchy dragon/
- Password:
+ Password:
mount error(1): Operation not permi
Right, given the timing for the Lucid release it's probably way too
late. I can't comment on your experience with nslcd as I have never used
its code or read it in depth. The stub library and nssov have been
pretty well tested internally in Symas; since the stub library is almost
entirely cookie-cu
Howard, I have longingly looked at libnss-ldapd for almost 4 years now, and
absolutely agree it has a better architecture, cleaner code etc., and is a
sensible long-term migration path. (The other possibly being sssd.)
But multiple test migrations in my LDAP deployments always turned up some
s
This is the error in question:
Setting up libvirt-bin (0.7.5-5ubuntu25) ...
Installing new version of config file
/etc/apparmor.d/usr.lib.libvirt.virt-aa-helper ...
adduser: The user `tester' does not exist.
dpkg: error processing libvirt-bin (--configure):
subprocess installed post-installation
This bug was fixed in the package dbconfig-common - 1.8.44ubuntu1
---
dbconfig-common (1.8.44ubuntu1) lucid; urgency=low
* Fix pgsql createdb code to use template0 when encoding is specified,
patch from Sean Finney cherrypicked from debian's 1.8.46 (LP: #563084)
-- Thierry Carr
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/44609087/Dependencies.txt
** Attachment added: "XsessionErrors.txt"
http://launchpadlibrarian.net/44609088/XsessionErrors.txt
--
PHP preg_match doesn't match matching string
https://bugs.launchpad.net/bugs/565481
You re
Public bug reported:
Binary package hint: php5
This regular expression: /^(?:[^\[\]{}']+|'[^']*')+:(?:[^\[\]{}']+|'[^']*')+$/
matches this string: a:bbb
in Perl (5.10.0-24ubuntu4):
perl <<__END__
print 'a:b' =~
q/^(?:[^\[\]{}']+|'[^']*')+:(?:[^\[\]{}']+|'[^']*')+$/;
prin
** Attachment added: "AptOrdering.txt"
http://launchpadlibrarian.net/44588166/AptOrdering.txt
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/44588167/Dependencies.txt
** Attachment added: "Df.txt"
http://launchpadlibrarian.net/44588168/Df.txt
** Attachment added:
Public bug reported:
Happened during upgrading Lucid today (Apr 17).
libvirt-bin:
Installed: 0.7.5-5ubuntu25
Candidate: 0.7.5-5ubuntu25
Version table:
*** 0.7.5-5ubuntu25 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status
ProblemType:
Runlevel changes have been an essential functionality of unix / linux
for a long time. You could use them for regular administration tasks.
Now this stopped to work. This bug is a regression.
--
squid is not started on runlevel transition 1 -> 2
https://bugs.launchpad.net/bugs/561779
You receive
It isn't a matter of being able to work around the problem; an
experienced user can do that, I agree. As I pointed out, it's that
squid not running on moving to run level 2 isn't obvious to the admin
that's just made the change. It has to affect users before the admin
gets to know about the prob
I add this line in auto.smb to fix this behaviour. I have installed
smbfs and it worked just after this line in the script.
echo $key | grep -q '/' && exit 0
The script exit if the key has slash like hostname/share. After that I
start to mount automatically with ls /smb/hostname/.
I tried to do
I'd be happy to write a patch for the documentation. And given all of
the problems with the design (and implementation) of libnss-ldap, I'd
say any analysis will show that libnss-ldapd is still the path of lowest
risk and greatest stability. (In particular, when used with OpenLDAP
nssov.)
--
NSS
Howard: I really agree that the libnss-ldapd design is much cleaner and
a better alternative in the long run (e.g., doing client certificates
with libnss-ldap would be "interesting"). However, the documented way
[1] of using ldap for authentication uses libnss-ldap, so this should be
supported or t
23 matches
Mail list logo