Re: [Bug 175689] [NEW] Share Folder in right-click menu does not share ntfs drive folders

2009-11-30 Thread Chow Loong Jin
On Monday 30,November,2009 03:24 PM, Launchpad Bug Tracker wrote:
 You have been subscribed to a public bug:
 
 Binary package hint: samba
 
 Problem:
 When either right-clicking in nautilus or using the Shared Folders 
 application in the Administration menu, I cannot share a folder on an 
 ntfs-mounted drive. When I attempt to, an error message pops up saying 
 something like cannot access file/folder. The folder is not shared, and I 
 am given no indication as to how to resolve the problem.
 
 To reproduce:
 - Have an ntfs formatted drive in your system
 - Have ubuntu auto-mount it with default partitions (it should appear on your 
 desktop)
 - Attempt to share a folder in this drive
 
 My workaround:
 After much digging into a solution, two problems became apparent with Ubuntu 
 sharing: 1. Drives formatted as ntfs (possibly others) and mounted by Ubuntu 
 (with default permissions - UID = 007 in my case) cannot be accessed by 
 samba, and 2. Folders shared this way require a terminal command to be 
 entered (smbpasswd) in order to allow the share to be accessed. I think 2. is 
 being addressed in another bug, but 1. is still a problem for me and other 
 users.
 
 I eventually worked out that the permissions were wrong for samba to be
 able to access the drive, and so changed the UID in my fstab to that of
 my user account. While this worked like a dream, I have a feeling that
 these drives would now be inaccessible if I created another user on my
 machine.

I have a feeling that at least one of the UID occurrences should actually be
umask, though I'm not sure. Could you look into it and correct as necessary? I'm
having some difficulty understanding exactly what you mean here.

-- 
Kind regards,
Chow Loong Jin (GPG: 0x8F02A411)
Ubuntu Contributing Developer

-- 
Share Folder in right-click menu does not share ntfs drive folders
https://bugs.launchpad.net/bugs/175689
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 481510] Re: Can't read temperature with i2c_i801 anymore

2009-11-30 Thread Andy Whitcroft
** Tags added: kernel-series-unknown

-- 
Can't read temperature with i2c_i801 anymore
https://bugs.launchpad.net/bugs/481510
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors 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 420389] Re: php 5.2.6 'random' segfault

2009-11-30 Thread sl45sms
Also have the same random segfault's

Nov 29 10:32:31 www kernel: [1001023.990633] php-cgi[8018]: segfault at 
7f5d059f5140 ip 7f5d059f5140 sp 7f5d0514b0e8 error 14 in 
librt-2.10.1.so[7f5d07173000+7000]
Nov 29 18:53:47 www kernel: [1031099.580485] php-cgi[21374]: segfault at 
7fcf033cb140 ip 7fcf033cb140 sp 7fcf02b210e8 error 14 in 
librt-2.10.1.so[7fcf04b49000+7000]

-- 
php 5.2.6 'random' segfault
https://bugs.launchpad.net/bugs/420389
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 490264] [NEW] kvm wont boot off a qcow2 overlay disk image

2009-11-30 Thread Duncan Ferguson
Public bug reported:

Binary package hint: qemu-kvm

kvm no longer booted domains based on overlay disk images:

$ kvm-img create -f qcow2 /srv/vm_disks/dev20/disk0.qcow2 8192M
Formatting '/srv/vm_disks/dev20/disk0.qcow2', fmt=qcow2 size=8589934592 
encryption=off cluster_size=0 
$ kvm-img create -f qcow2 -b /srv/vm_disks/dev20/disk0.qcow2 
/srv/vm_disks/dev20/disk0_snapshot.ovl
Formatting '/srv/vm_disks/dev20/disk0_snapshot.ovl', fmt=qcow2 size=8589934592 
backing_file='/srv/vm_disks/dev20/disk0.qcow2' encryption=off cluster_size=0 
$ virt-install --connect qemu:///system --name dev20 --ram 512 --arch x86_64 
--vcpus 2 --check-cpu --file /srv/vm_disks/dev20/disk0_snapshot.ovl --nonsparse 
--network network:default --vnc --noautoconsole --hvm --accelerate --cdrom 
/home/dferguson/Disk_Images/debian-40r7-amd64-netinst.iso --os-type linux 
--os-variant debianEtch
Starting install...
internal error unable to start guest: qemu: could not open disk image 
/srv/vm_disks/dev20/disk0_snapshot.ovl

Domain installation may not have been
 successful.  If it was, you can restart your domain
 by running 'virsh start dev20'; otherwise, please
 restart your installation.
ERRORinternal error unable to start guest: qemu: could not open disk image 
/srv/vm_disks/dev20/disk0_snapshot.ovl
Traceback (most recent call last):
  File /usr/bin/virt-install, line 780, in module
main()
  File /usr/bin/virt-install, line 678, in main
start_time, guest.start_install)
  File /usr/bin/virt-install, line 733, in do_install
dom = install_func(conscb, progresscb, wait=(not wait))
  File /usr/lib/python2.6/dist-packages/virtinst/Guest.py, line 541, in 
start_install
return self._do_install(consolecb, meter, removeOld, wait)
  File /usr/lib/python2.6/dist-packages/virtinst/Guest.py, line 633, in 
_do_install
self.domain = self.conn.createLinux(install_xml, 0)
  File /usr/lib/python2.6/dist-packages/libvirt.py, line 1077, in createLinux
if ret is None:raise libvirtError('virDomainCreateLinux() failed', 
conn=self)
libvirtError: internal error unable to start guest: qemu: could not open disk 
image /srv/vm_disks/dev20/disk0_snapshot.ovl

$ ls -la /srv/vm_disks/dev20/disk0_snapshot.ovl
-rw-r--r-- 1 dferguson dferguson 262144 2009-11-30 09:28 
/srv/vm_disks/dev20/disk0_snapshot.ovl
$  file /srv/vm_disks/dev20/disk0_snapshot.ovl
/srv/vm_disks/dev20/disk0_snapshot.ovl: Qemu Image, Format: Qcow , Version: 2
$ kvm-img info /srv/vm_disks/dev20/disk0_snapshot.ovl
image: /srv/vm_disks/dev20/disk0_snapshot.ovl
file format: qcow2
virtual size: 8.0G (8589934592 bytes)
disk size: 131K
cluster_size: 65536
backing file: /srv/vm_disks/dev20/disk0.qcow2 (actual path: 
/srv/vm_disks/dev20/disk0.qcow2)
$ apt-cache policy qemu-kvm
qemu-kvm:
  Installed: 0.11.0-0ubuntu6.3
  Candidate: 0.11.0-0ubuntu6.3
  Version table:
 *** 0.11.0-0ubuntu6.3 0
500 http://gb.archive.ubuntu.com karmic-updates/main Packages
100 /var/lib/dpkg/status
 0.11.0-0ubuntu6 0
500 http://gb.archive.ubuntu.com karmic/main Packages
$ lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

This was fine when running Intrepid - happened immediately on upgrading
to Karmic.  I see the same error on creating a new vm or trying to boot
a vm that worked without issue prior to the upgrade.

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

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

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


[Bug 410379] Re: Tomcat security configuration error prevents proper logging when used with Sun's JVM

2009-11-30 Thread Thierry Carrez
The right way of fixing this in packaging is to add

permission java.lang.RuntimePermission setContextClassLoader;

in the grant codeBase file:${catalina.home}/bin/tomcat-juli.jar { ...
} section of 03catalina.policy.

-- 
Tomcat security configuration error prevents proper logging when used with 
Sun's JVM
https://bugs.launchpad.net/bugs/410379
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

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


[Bug 490072] Re: KVM VMs loses their CPU (kvm84 backport/hardy)

2009-11-30 Thread Soren Hansen
Apart from you monitoring system giving odd output, what are the
symptoms? As you say yourself, munin still runs, so the machine still
seems to be functional?

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

-- 
KVM VMs loses their CPU (kvm84 backport/hardy)
https://bugs.launchpad.net/bugs/490072
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.

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


[Bug 490072] Re: KVM VMs loses their CPU (kvm84 backport/hardy)

2009-11-30 Thread Yann Hamon
Hello Soren, no, VM is down, cant ssh, services don't work anymore.

-- 
KVM VMs loses their CPU (kvm84 backport/hardy)
https://bugs.launchpad.net/bugs/490072
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.

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


[Bug 216358] Re: Samba crashes repeatedly to assert_uid

2009-11-30 Thread Dirk Schaare
We are also randomly affected by this issue. I'm wondering if there is
any progress in fixing these problems in Hardy.

Nov 30 12:29:59 hm-server smbd[9133]: [2009/11/30 12:29:59, 0] 
lib/util_sec.c:set_effective_uid(205) 
Nov 30 12:29:59 hm-server smbd[9133]:   setresuid failed with EAGAIN. uid(1027) 
might be over its NPROC limit 
Nov 30 12:29:59 hm-server smbd[9133]: [2009/11/30 12:29:59, 0] 
lib/util_sec.c:assert_uid(101) 
Nov 30 12:29:59 hm-server smbd[9133]:   Failed to set uid privileges to 
(-1,1027) now set to (0,0) 
Nov 30 12:29:59 hm-server smbd[9133]: [2009/11/30 12:29:59, 0] 
lib/util.c:smb_panic(1633) 
Nov 30 12:29:59 hm-server smbd[9133]:   PANIC (pid 9133): failed to set uid 
Nov 30 12:29:59 hm-server smbd[9133]:
Nov 30 12:29:59 hm-server smbd[9133]: [2009/11/30 12:29:59, 0] 
lib/util.c:log_stack_trace(1737) 
Nov 30 12:29:59 hm-server smbd[9133]:   BACKTRACE: 21 stack frames: 
Nov 30 12:29:59 hm-server smbd[9133]:#0 
/usr/sbin/smbd(log_stack_trace+0x1c) [0x613c3c] 
Nov 30 12:29:59 hm-server smbd[9133]:#1 /usr/sbin/smbd(smb_panic+0x43) 
[0x613d23] 
Nov 30 12:29:59 hm-server smbd[9133]:#2 /usr/sbin/smbd [0x618de1] 
Nov 30 12:29:59 hm-server smbd[9133]:#3 /usr/sbin/smbd [0x4ba5de] 
Nov 30 12:29:59 hm-server smbd[9133]:#4 /usr/sbin/smbd(pop_sec_ctx+0x96) 
[0x4ba756] 
Nov 30 12:29:59 hm-server smbd[9133]:#5 /usr/sbin/smbd(unbecome_root+0x9) 
[0x4aff29] 
Nov 30 12:29:59 hm-server smbd[9133]:#6 /usr/sbin/smbd(uid_to_sid+0x171) 
[0x5d3f31] 
Nov 30 12:29:59 hm-server smbd[9133]:#7 /usr/sbin/smbd [0x4bfd6f] 
Nov 30 12:29:59 hm-server smbd[9133]:#8 /usr/sbin/smbd(get_nt_acl+0x44a) 
[0x4c438a] 
Nov 30 12:29:59 hm-server smbd[9133]:#9 
/usr/sbin/smbd(is_visible_file+0x26e) [0x46e0ce] 
Nov 30 12:29:59 hm-server smbd[9133]:#10 /usr/sbin/smbd [0x46e650] 
Nov 30 12:29:59 hm-server smbd[9133]:#11 
/usr/sbin/smbd(dptr_ReadDirName+0x54) [0x46e6c4] 
Nov 30 12:29:59 hm-server smbd[9133]:#12 /usr/sbin/smbd [0x4a5514] 
Nov 30 12:29:59 hm-server smbd[9133]:#13 /usr/sbin/smbd [0x4a8b43] 
Nov 30 12:29:59 hm-server smbd[9133]:#14 
/usr/sbin/smbd(handle_trans2+0x1be) [0x4a92de] 
Nov 30 12:29:59 hm-server smbd[9133]:#15 /usr/sbin/smbd(reply_trans2+0x6ea) 
[0x4afc9a] 
Nov 30 12:29:59 hm-server smbd[9133]:#16 /usr/sbin/smbd [0x4c880e] 
Nov 30 12:29:59 hm-server smbd[9133]:#17 /usr/sbin/smbd(smbd_process+0x7cd) 
[0x4c9eed] 
Nov 30 12:29:59 hm-server smbd[9133]:#18 /usr/sbin/smbd(main+0x8cd) 
[0x6c609d] 
Nov 30 12:29:59 hm-server smbd[9133]:#19 
/lib/libc.so.6(__libc_start_main+0xf4) [0x7f73d42951c4] 
Nov 30 12:29:59 hm-server smbd[9133]:#20 /usr/sbin/smbd [0x45a899] 
Nov 30 12:29:59 hm-server smbd[9133]: [2009/11/30 12:29:59, 0] 
lib/fault.c:dump_core(181) 
Nov 30 12:29:59 hm-server smbd[9133]:   dumping core in 
/var/log/samba/cores/smbd

-- 
Samba crashes repeatedly to assert_uid
https://bugs.launchpad.net/bugs/216358
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 489201] Re: smbd crashes when connection status changes

2009-11-30 Thread Chuck Short
Thank you for your bug report. This bug has been reported to the
developers of the software. You can track it and make comments at:

https://bugzilla.samba.org/show_bug.cgi?id=6940

** Bug watch added: Samba Bugzilla #6940
   https://bugzilla.samba.org/show_bug.cgi?id=6940

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

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

-- 
smbd crashes when connection status changes
https://bugs.launchpad.net/bugs/489201
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 489384] Re: package samba-common 2:3.4.0-3ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-11-30 Thread Chuck Short
Hi,

It looks like you had crash. I was wondering if you were still having
this problem?

Thanks
chuck

---

Relevant error:


Gdk-CRITICAL **: gdk_window_get_events: assertion `GDK_IS_WINDOW (window)' 
failed at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 122, GEN6 line 15.
GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed 
at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 122, GEN6 line 15.
GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' 
failed at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 122, GEN6 line 15.
Merging changes into the new version
dpkg: error processing samba-common (--configure)

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

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

-- 
package samba-common 2:3.4.0-3ubuntu5.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/489384
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 489275] Re: package postfix 2.6.5-3 faile d to install/upgrade: le sous-processus nouveau script p re-installation a retourné une erreur de sortie d' état 1

2009-11-30 Thread Chuck Short
Can you try removing the
/var/cache/apt/archives/postfix_2.6.5-3_i386.deb and trying again?

Thanks
chuck

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

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

-- 
package postfix 2.6.5-3 failed to install/upgrade: le sous-processus nouveau 
script pre-installation a retourné une erreur de sortie d'état 1
https://bugs.launchpad.net/bugs/489275
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

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


[Bug 489585] Re: Incorrectly messaging Starting/Stopping NTP server in ifup/ifdown scripts

2009-11-30 Thread Chuck Short
Thanks for the bug report. Ill take a look at this for lucid.

Regards
chuck

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

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

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

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


[Bug 489201] Re: smbd crashes when connection status changes

2009-11-30 Thread Chuck Short
** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=6940
   Importance: Unknown
   Status: Unknown

-- 
smbd crashes when connection status changes
https://bugs.launchpad.net/bugs/489201
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 488600] Re: MySQLi Prepared Statements Not Working Correctly With UPDATEs

2009-11-30 Thread Chuck Short
Thanks for the bug report, can you attach our php.ini as well?

Thanks
chuck

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

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

-- 
MySQLi Prepared Statements Not Working Correctly With UPDATEs
https://bugs.launchpad.net/bugs/488600
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 489215] Re: snmpd sigserv

2009-11-30 Thread Chuck Short
Can you attach your /etc/snmp/snmp.conf?

Thanks
chuck

** Changed in: net-snmp (Ubuntu)
   Importance: Undecided = Medium

** Changed in: net-snmp (Ubuntu)
   Status: New = Incomplete

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

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


[Bug 489201] Re: smbd crashes when connection status changes

2009-11-30 Thread Bug Watch Updater
** Changed in: samba
   Status: Unknown = Confirmed

-- 
smbd crashes when connection status changes
https://bugs.launchpad.net/bugs/489201
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 489071] Re: Bind9 unable to compile with DLZ due to static version request for libdb-4.2

2009-11-30 Thread Chuck Short
** Changed in: bind9 (Ubuntu)
   Importance: Undecided = Wishlist

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

-- 
Bind9 unable to compile with DLZ due to static version request for libdb-4.2
https://bugs.launchpad.net/bugs/489071
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 488963] Re: Build libvirt against libcap-ng

2009-11-30 Thread Chuck Short
** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Wishlist

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

-- 
Build libvirt against libcap-ng
https://bugs.launchpad.net/bugs/488963
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 450044] Re: euca-bundle-vol does not create essential tmpfs mounts when bundling Ubuntu images

2009-11-30 Thread Thierry Carrez
Neil: for the karmic SRU we need to cherrypick this fix. Would this be
fixed by applying the patches from rev221 + rev232, or does it depend on
other euca-bundle-vol fixes (like the make_essential_devs function
introduced in rev207) ?

-- 
euca-bundle-vol does not create essential tmpfs mounts when bundling Ubuntu 
images
https://bugs.launchpad.net/bugs/450044
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

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


[Bug 408947] Re: @reboot local crontabs do not run for likewise-open5 domain users.

2009-11-30 Thread Thierry Carrez
Please don't reopen fixed bugs.
Your issue is a new bug (introduced by upstartification of gdm), with the same 
symptoms. It needs a different fix (probably upstartification of likewise-open5 
init script). Please file a new, separate bug.

** Changed in: likewise-open5 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
@reboot local crontabs do not run for likewise-open5 domain users.
https://bugs.launchpad.net/bugs/408947
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open5 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 485361] Re: CIFS mounted drives do not allow write access to program other than nautilus, gedit or the command line

2009-11-30 Thread Duarte Molha
Anyone can help? Still having the same problem...
The volumes can be mounted and edited in gedit and on the terminal but other 
editors such as eclipse say the files as read-only...

I do not think this is a low importance bug... I did not have these
problems in 9.04 but only in 9.10 so something must have changed in the
new version to make this happen.

Best regards,

 Duarte Molha

-- 
CIFS mounted drives do not allow write access to program other than nautilus, 
gedit or the command line
https://bugs.launchpad.net/bugs/485361
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 461987] Re: Enable testsuite (and fix resulting failures)

2009-11-30 Thread Thierry Carrez
This is being worked on in Debian as part of the build system
refactoring due to a new antlr3 version... Fixing and applying this
patch would just duplicate work in Debian and increase our delta (as our
patch would not apply to the new debian version). I'll revisit this if
the debian bug doesn't get solved in time for a Lucid sync.

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

-- 
Enable testsuite (and fix resulting failures)
https://bugs.launchpad.net/bugs/461987
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to antlr3 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 329682] Re: samba lock files (also local ones)

2009-11-30 Thread Chuck Short
** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

-- 
samba lock files (also local ones)
https://bugs.launchpad.net/bugs/329682
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 420960] Re: Karmic Alpha 4 playback stops when playing media stored on samba share

2009-11-30 Thread Chuck Short
** Changed in: samba (Ubuntu)
   Status: Incomplete = Triaged

-- 
Karmic Alpha 4 playback stops when playing media stored on samba share
https://bugs.launchpad.net/bugs/420960
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 416313] Re: On samba of ubuntu-arm, large file copy fails

2009-11-30 Thread Chuck Short
Hi Salil,

I was wondering if you were still having this problem?

Regards
chuck

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

-- 
On samba of ubuntu-arm, large file copy fails 
https://bugs.launchpad.net/bugs/416313
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 485361] Re: CIFS mounted drives do not allow write access to program other than nautilus, gedit or the command line

2009-11-30 Thread Chuck Short
Duarte,

Attach the file out.txt file when you run  dmesg  out.txt from the
command line.

Thanks
chuck

-- 
CIFS mounted drives do not allow write access to program other than nautilus, 
gedit or the command line
https://bugs.launchpad.net/bugs/485361
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 482619] Re: samba often fails to download complete files

2009-11-30 Thread Chuck Short
Thanks for providing the information.

Regards
chuck

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

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

-- 
samba often fails to download complete files
https://bugs.launchpad.net/bugs/482619
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 472257] Re: package samba-common 2:3.4.0-3ubuntu5 failed to install/upgrade: - even before the upgrade the unistallation/installation didn't work. (I think I removed the directory /etc/smb/ and t

2009-11-30 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
package samba-common 2:3.4.0-3ubuntu5 failed to install/upgrade:   - even 
before the upgrade the unistallation/installation didn't work. (I think I 
removed the directory /etc/smb/  and thereafeter it is impossible to unistalll 
or reinstall the packet) 
https://bugs.launchpad.net/bugs/472257
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


Re: [Bug 489384] Re: package samba-common 2:3.4.0-3ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-11-30 Thread cliffer
Seems to be ok now. Either it was gremlins or a loose nut at the keyboard :-). 
You can close it. 
Sent from my iPhone

On Nov 30, 2009, at 7:12 AM, Chuck Short chuck.sh...@canonical.com
wrote:

Hi,

It looks like you had crash. I was wondering if you were still having
this problem?

Thanks
chuck

---

Relevant error:


Gdk-CRITICAL **: gdk_window_get_events: assertion `GDK_IS_WINDOW (window)' 
failed at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 122, GEN6 line 15.
GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed 
at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 122, GEN6 line 15.
GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' 
failed at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 122, GEN6 line 15.
Merging changes into the new version
dpkg: error processing samba-common (--configure)

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

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

-- 
package samba-common 2:3.4.0-3ubuntu5.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/489384
You received this bug notification because you are a direct subscriber
of the bug.

Status in “samba” package in Ubuntu: Incomplete

Bug description:
Binary package hint: samba

mythbuntu based on karmic installation

ProblemType: Package
Architecture: amd64
Date: Fri Nov 27 06:31:13 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Mythbuntu 9.10 Karmic Koala - Release amd64 (20091027)
Package: samba-common 2:3.4.0-3ubuntu5.1
PackageArchitecture: all
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: samba
Title: package samba-common 2:3.4.0-3ubuntu5.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
Uname: Linux 2.6.31-15-generic x86_64

-- 
package samba-common 2:3.4.0-3ubuntu5.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/489384
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 487098] Re: package quota (not installed) failed to install/upgrade: subprocess post-installation script returned error exit status 2

2009-11-30 Thread Chuck Short
It looks to me that you have some filesystem corruption:

 * Checking quotas...
quotacheck: lstat status not possible for `//home/tjack/.gvfs':
Permission denied
You should execute fsck first!
leaving...
   ...done.
 * Turning on quotas...
quotaon: Can`t locate the quota archive turned on / [/dev/sdd2] to
toggle quotas on/off.
quotaon: Can`t locate the quota archive turned on / [/dev/sdd2] to
toggle quotas on/off.

Thanks
chuck

** Changed in: quota (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
package quota (not installed) failed to install/upgrade: subprocess 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/487098
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to quota 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 286290] Re: upgrade process hangs

2009-11-30 Thread Chuck Short
** Changed in: postfix (Ubuntu)
   Status: Incomplete = Won't Fix

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

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


[Bug 490201] Re: samba fails to open shares because of fixed unknown password

2009-11-30 Thread Thierry Carrez
A little more information would be nice. Are you using Lucid on the
shares side, or on the Nautilus side ? or both ? Is it something you
experience after upgrading a (working) karmic setup, or on a new install
? Please provide information described at
https://wiki.ubuntu.com/DebuggingSamba

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

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

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

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


[Bug 240387] Re: php5-ldap TLS (start_tls) quirks

2009-11-30 Thread Chuck Short
** Changed in: php5 (Ubuntu)
   Status: Incomplete = Confirmed

-- 
php5-ldap TLS (start_tls) quirks
https://bugs.launchpad.net/bugs/240387
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 489215] Re: snmpd sigserv

2009-11-30 Thread Martin Pool
** Project changed: bzr = null

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

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


[Bug 485361] Re: CIFS mounted drives do not allow write access to program other than nautilus, gedit or the command line

2009-11-30 Thread Duarte Molha
Here is the output from dmesh

Cheers,

 Duarte Molha

** Attachment added: dmesh output
   http://launchpadlibrarian.net/36258984/out.txt

-- 
CIFS mounted drives do not allow write access to program other than nautilus, 
gedit or the command line
https://bugs.launchpad.net/bugs/485361
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


Re: [Bug 485361] Re: CIFS mounted drives do not allow write access to program other than nautilus, gedit or the command line

2009-11-30 Thread Duarte Molha
Here is my output from dmesg

Cheers,

 Duarte Molha


On Mon, Nov 30, 2009 at 13:54, Chuck Short
chuck.sh...@canonical.comwrote:

 Duarte,

 Attach the file out.txt file when you run  dmesg  out.txt from the
 command line.

 Thanks
 chuck

 --
 CIFS mounted drives do not allow write access to program other than
 nautilus, gedit or the command line
 https://bugs.launchpad.net/bugs/485361
 You received this bug notification because you are a direct subscriber
 of the bug.



** Attachment added: out.txt
   http://launchpadlibrarian.net/36259012/out.txt

-- 
CIFS mounted drives do not allow write access to program other than nautilus, 
gedit or the command line
https://bugs.launchpad.net/bugs/485361
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 417889] Re: redirect-gateway not working for openvpn 2.1_rc11

2009-11-30 Thread Chuck Short
** Changed in: openvpn (Ubuntu)
   Status: Incomplete = Confirmed

-- 
redirect-gateway not working for openvpn 2.1_rc11
https://bugs.launchpad.net/bugs/417889
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 275418] Re: Scp freezes on named pipe

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

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

-- 
Scp freezes on named pipe
https://bugs.launchpad.net/bugs/275418
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 185524] Re: ssh tunnel dies unexpectedly several times a day

2009-11-30 Thread Chuck Short
** Changed in: openssh (Ubuntu)
   Status: Incomplete = Invalid

-- 
ssh tunnel dies unexpectedly several times a day
https://bugs.launchpad.net/bugs/185524
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 485026] Re: [karmic] slapd hangs at 100% cpu and is unkillable

2009-11-30 Thread Andreas Hasenack
It also happens with openldap-2.4.20 which was just released.

-- 
[karmic] slapd hangs at 100% cpu and is unkillable
https://bugs.launchpad.net/bugs/485026
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 394570] Re: Backspace via SSH only deletes last byte of characters

2009-11-30 Thread Chuck Short
Thanks for the information.

Regards
chuck

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

-- 
Backspace via SSH only deletes last byte of characters
https://bugs.launchpad.net/bugs/394570
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 386372] Re: sshd fails to execute PAM session modules on logout.

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

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

-- 
sshd fails to execute PAM session modules on logout.
https://bugs.launchpad.net/bugs/386372
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 371659] Re: sshd segfault on login

2009-11-30 Thread Chuck Short
Thanks for the information.

Regards
chuck

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

-- 
sshd segfault on login
https://bugs.launchpad.net/bugs/371659
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 332198] Re: ssh-askpass-gnome fails to grab keyboard with gnome keyring open

2009-11-30 Thread Chuck Short
** Changed in: openssh (Ubuntu)
   Status: Incomplete = Invalid

-- 
ssh-askpass-gnome fails to grab keyboard with gnome keyring open
https://bugs.launchpad.net/bugs/332198
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 426245] Re: german only: OpenSSH gibt Angreifern zu viele Informationen preis

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

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

-- 
german only: OpenSSH gibt Angreifern zu viele Informationen preis
https://bugs.launchpad.net/bugs/426245
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 422518] Re: rt2500pci wifi driver and slow SSH connection

2009-11-30 Thread Chuck Short
I think this might be a bug in the driver.

Regards
chuck

** Package changed: openssh (Ubuntu) = linux (Ubuntu)

-- 
rt2500pci wifi driver and slow SSH connection
https://bugs.launchpad.net/bugs/422518
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 457283] Re: x86_64 images should be presented a /dev/sdb, not a /dev/sda2

2009-11-30 Thread Chris Jones
fwiw this problem seems to happen with both the x86_64 and i386 images
in the imagestore (oddly, the i386 one seems to be listed as x86_64 in
euca-describe-images).

-- 
x86_64 images should be presented a /dev/sdb, not a /dev/sda2
https://bugs.launchpad.net/bugs/457283
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 445351] Re: Console message on boot (before xsplash)

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

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

-- 
Console message on boot (before xsplash)
https://bugs.launchpad.net/bugs/445351
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 486495] Re: package slapd 2.4.15-1ubuntu3 failed to install/upgrade: subprocess pre-removal script returned error exit status 2

2009-11-30 Thread Chuck Short
Good to hear that.

Regards
chuck

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

-- 
package slapd 2.4.15-1ubuntu3 failed to install/upgrade: subprocess pre-removal 
script returned error exit status 2
https://bugs.launchpad.net/bugs/486495
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 477257] Re: package slapd 2.4.18-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-11-30 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
package slapd 2.4.18-0ubuntu1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/477257
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 450645] Re: Problem install slapd

2009-11-30 Thread Chuck Short
** Changed in: openldap (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Problem install slapd
https://bugs.launchpad.net/bugs/450645
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 321049] Re: clock skew causes ntp failure on boot

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

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

-- 
clock skew causes ntp failure on boot
https://bugs.launchpad.net/bugs/321049
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

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


[Bug 315682] Re: crashes on UPGRADE

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

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

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

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


[Bug 200549] Re: DST Not On in Gutsy After Hibernate in Eastern N. America Time Zone on March 9, 2008

2009-11-30 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
DST Not On in Gutsy After Hibernate in Eastern N. America Time Zone on March 9, 
2008
https://bugs.launchpad.net/bugs/200549
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

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


[Bug 238805] Re: ntpd doesn't work - time is not synchronized

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

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

-- 
ntpd doesn't work - time is not synchronized
https://bugs.launchpad.net/bugs/238805
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

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


[Bug 374717] Re: ntp in kubuntu jaunty does not configure

2009-11-30 Thread Chuck Short
** Changed in: ntp (Ubuntu)
   Status: Incomplete = Confirmed

-- 
ntp in kubuntu jaunty does not configure
https://bugs.launchpad.net/bugs/374717
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

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


[Bug 351980] Re: ntptrace reports wrong results

2009-11-30 Thread Chuck Short
** Changed in: ntp (Ubuntu)
   Status: Incomplete = Confirmed

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

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


[Bug 408910] Re: ntpd service brakes VPN connection

2009-11-30 Thread Chuck Short
User is no longer able to reproduce. Closing, please open when you are
able to reproduce.

Regards
chuck

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

-- 
ntpd service brakes VPN connection
https://bugs.launchpad.net/bugs/408910
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

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


[Bug 490368] [NEW] image manifest names could be more informative

2009-11-30 Thread Chris Jones
Public bug reported:

I have installed UEC in Karmic and installed both (32bt and 64bit) of
the Karmic images via the Image Store:

r...@tenshu:~# euca-describe-images
IMAGE   eki-F5B310EFimage-store-1259590351/kernel.manifest.xml  admin   
available   public  x86_64  kernel
IMAGE   eri-0A8C115Dimage-store-1259329831/ramdisk.manifest.xml admin   
available   public  x86_64  ramdisk
IMAGE   emi-DFD71079image-store-1259329831/image.manifest.xml   admin   
available   public  x86_64  machine
IMAGE   eri-0A2E115Eimage-store-1259590351/ramdisk.manifest.xml admin   
available   public  x86_64  ramdisk
IMAGE   emi-DF6A106Fimage-store-1259590351/image.manifest.xml   admin   
available   public  x86_64  machine
IMAGE   eki-F61410F2image-store-1259329831/kernel.manifest.xml  admin   
available   public  x86_64  kernel

I'm not sure which of the long numbers relates to which image - perhaps
the store could include a short, friendly name which would get used as
the bucket name? along the lines of: store-karmic-i386-123455678

** Affects: image-store-proxy (Ubuntu)
 Importance: Undecided
 Status: New

-- 
image manifest names could be more informative
https://bugs.launchpad.net/bugs/490368
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy 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 490370] [NEW] Cannot start guest when apparmor is running

2009-11-30 Thread Jacob Smith
Public bug reported:

When I try to start a Windows XP virtual machine (kvm) it fails with the
following error:

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/engine.py, line 493, in run_domain
vm.startup()
  File /usr/share/virt-manager/virtManager/domain.py, line 558, in startup
self.vm.create()
  File /usr/lib/python2.6/dist-packages/libvirt.py, line 293, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: internal error cannot parse QEMU version number in ''

If I stop AppArmor it starts fine.

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

-- 
Cannot start guest when apparmor is running
https://bugs.launchpad.net/bugs/490370
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 490370] Re: Cannot start guest when apparmor is running

2009-11-30 Thread Jacob Smith

** Attachment added: Guest XML definition file
   http://launchpadlibrarian.net/36260352/winXPpro.xml

-- 
Cannot start guest when apparmor is running
https://bugs.launchpad.net/bugs/490370
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 490370] Re: Cannot start guest when apparmor is running

2009-11-30 Thread Jacob Smith
Host:

Linux IT02 2.6.31-14-server #48-Ubuntu SMP Fri Oct 16 15:07:34 UTC 2009
x86_64 GNU/Linux

Package versions:

libvirt-bin   0.7.0-1ubuntu13.1
libvirt0   0.7.0-1ubuntu13.1
python-libvirt 0.7.0-1ubuntu13.1
python-virtinst   0.400.3-4ubuntu1
qemu-kvm 0.11.0-0ubuntu6.3
ubuntu-virt-server 1.2
virt-manager 0.7.0-3ubuntu1
virt-viewer 0.0.3-6ubuntu7.xul191.1
kvm   1:84+dfsg-0ubuntu16+0.11.0+0ubuntu6.3
qemu-kvm 0.11.0-0ubuntu6.3

-- 
Cannot start guest when apparmor is running
https://bugs.launchpad.net/bugs/490370
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 458163] Re: [regression] euca_rootwrap fixes affected eucalyptus power management (powerwake)

2009-11-30 Thread Dustin Kirkland
Okay, I can now confirm that this works well in the karmic-proposed
package.

My testing was affected by a different bug that I will file now and fix
in another SRU.

Martin, you can mark this verification-done and push to -updates.

:-Dustin

-- 
[regression] euca_rootwrap fixes affected eucalyptus power management 
(powerwake)
https://bugs.launchpad.net/bugs/458163
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 490380] [NEW] Please change the default permissions on SMB shares

2009-11-30 Thread Fabio Bossi
Public bug reported:

Binary package hint: samba

Steps to reproduce:

1) Right clicking on  a folder  in Nautilus and choose sharing options
2) Set up an SMB share with write permissions
3) Using a Windows PC, create a new file (or copy a file) into the new share
4) See how the Ubuntu user cannot access the file without becoming root from 
command line

I suggest setting the default owner of the new files in the share to the
user who created the share.

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

-- 
Please change the default permissions on SMB shares
https://bugs.launchpad.net/bugs/490380
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 490382] [NEW] eucalyptus-cc init script doesn't always clear /var/lib/eucalyptus/CC

2009-11-30 Thread Dustin Kirkland
Public bug reported:

For a currently unknown reason, /var/lib/eucalyptus/CC isn't always
cleaned out on eucalyptus restart.

I noticed this sometimes when I change the SCHEDPOLICY between POWERSAVE
and ROUNDROBIN in /etc/eucalyptus/eucalyptus.conf and restart
eucalyptus.  Sometimes the changes don't take affect because the CC
state isn't cleared.

** Affects: eucalyptus (Ubuntu)
 Importance: Medium
 Assignee: Dustin Kirkland (kirkland)
 Status: Triaged

** Affects: eucalyptus (Ubuntu Lucid)
 Importance: Medium
 Assignee: Dustin Kirkland (kirkland)
 Status: Triaged

** Affects: eucalyptus (Ubuntu Karmic)
 Importance: Medium
 Assignee: Dustin Kirkland (kirkland)
 Status: Triaged

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

** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

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

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

** Also affects: eucalyptus (Ubuntu Lucid)
   Importance: Medium
 Assignee: Dustin Kirkland (kirkland)
   Status: Triaged

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

** Changed in: eucalyptus (Ubuntu Karmic)
   Importance: Undecided = Medium

** Changed in: eucalyptus (Ubuntu Karmic)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

** Changed in: eucalyptus (Ubuntu Karmic)
Milestone: None = karmic-updates

-- 
eucalyptus-cc init script doesn't always clear /var/lib/eucalyptus/CC
https://bugs.launchpad.net/bugs/490382
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 490201] Re: samba fails to open shares because of fixed unknown password

2009-11-30 Thread Stephen Cradock
Thanks for getting back to me. Here is some additional information:

I'm using an upgraded Lucid install, trying to access the workgroup in
the same machine at this stage.

I had the same problem in (another) Karmic install, but fixed it by
installing system-config-samba and re-setting the password for my user.
I do not recall setting a password, and the password was not any that I
remember using for any purpose. I don't know what it was, but I could
reset it.

For some reason that doesn't work in Lucid. Trying to reset fails, the
old password reappears when I query again in s-c-samba.

Here is some of the information requested in the Wiki:

dpkg-query -W -f='${Package} ${Version} ${Source} ${Status}\n' grep samba
grep 2.5.4-4  install ok installed
samba 2:3.4.3-1ubuntu1  install ok installed


s...@sc-laptop:~$ smbclient //workgroup/joana-pc
Enter sc's password: 
Connection to workgroup failed (Error NT_STATUS_UNSUCCESSFUL)


s...@sc-laptop:~$ testparm -s
Load smb config files from /etc/samba/smb.conf
Processing section [printers]
Processing section [print$]
Loaded services file OK.
Server role: ROLE_STANDALONE
[global]
server string = %h server (Samba, Ubuntu)
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n 
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
username map = /etc/samba/smbusers
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d

[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
printable = Yes
browseable = No
browsable = No

[print$]
comment = Printer Drivers
path = /var/lib/samba/printers


last few errors from log.sc-laptop:

[2009/11/09 21:13:42,  0] lib/util_sock.c:539(read_fd_with_timeout)
[2009/11/09 21:13:42,  0] lib/util_sock.c:1491(get_peer_addr_internal)
  getpeername failed. Error was Transport endpoint is not connected
  read_fd_with_timeout: client 0.0.0.0 read error = Connection reset by peer.
[2009/11/27 19:04:53,  0] lib/util_sock.c:539(read_fd_with_timeout)
[2009/11/27 19:04:53,  0] lib/util_sock.c:1491(get_peer_addr_internal)
  getpeername failed. Error was Transport endpoint is not connected
  read_fd_with_timeout: client 0.0.0.0 read error = Connection reset by peer.
[2009/11/27 19:04:53,  0] lib/util_sock.c:539(read_fd_with_timeout)
[2009/11/27 19:04:53,  0] lib/util_sock.c:1491(get_peer_addr_internal)
  getpeername failed. Error was Transport endpoint is not connected
  read_fd_with_timeout: client 0.0.0.0 read error = Connection reset by peer.
[2009/11/29 16:01:25,  0] lib/util_sock.c:539(read_fd_with_timeout)
[2009/11/29 16:01:25,  0] lib/util_sock.c:1491(get_peer_addr_internal)
  getpeername failed. Error was Transport endpoint is not connected
  read_fd_with_timeout: client 0.0.0.0 read error = Connection reset by peer.
[2009/11/29 16:01:25,  0] lib/util_sock.c:539(read_fd_with_timeout)
[2009/11/29 16:01:25,  0] lib/util_sock.c:1491(get_peer_addr_internal)
  getpeername failed. Error was Transport endpoint is not connected
  read_fd_with_timeout: client 0.0.0.0 read error = Connection reset by peer.

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

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


[Bug 490370] Re: Cannot start guest when apparmor is running

2009-11-30 Thread Jamie Strandboge
Thank you for taking the time to report this bug and helping to make
Ubuntu better. To help fix the bug, please follow the instructions found
in https://wiki.ubuntu.com/DebuggingApparmor. This will greatly help us
in tracking down your problem.

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

** Changed in: libvirt (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

** Tags added: apparmor

-- 
Cannot start guest when apparmor is running
https://bugs.launchpad.net/bugs/490370
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 490201] Re: samba fails to open shares because of fixed unknown password

2009-11-30 Thread ubername
Hi

See http://ubuntuforums.org/showthread.php?t=1341141 for more info.

In a nutshell - nautilus and gnome-commander both ask for passwords when
attempting to access a workgroup from a lucid box.


Following the advice in  https://wiki.ubuntu.com/DebuggingSamba
I attach the following outputs


m...@lucidbox:~$ dpkg-query -W -f='${Package} ${Version} ${Source} ${Status}\n' 
| grep samba
gadmin-samba 0.2.7-4  deinstall ok config-files
libpam-smbpass 2:3.4.3-1ubuntu1 samba deinstall ok config-files
libsmbclient 2:3.4.3-1ubuntu1 samba install ok installed
libwbclient0 2:3.4.3-1ubuntu1 samba install ok installed
samba 2:3.4.3-1ubuntu1  install ok installed
samba-common 2:3.4.3-1ubuntu1 samba install ok installed
samba-common-bin 2:3.4.3-1ubuntu1 samba install ok installed
smbclient 2:3.4.3-1ubuntu1 samba install ok installed
smbfs 2:3.4.3-1ubuntu1 samba install ok installed
swat 2:3.4.3-1ubuntu1 samba deinstall ok config-files
system-config-samba 1.2.63-0ubuntu4  install ok installed
winbind 2:3.4.3-1ubuntu1 samba deinstall ok config-files


m...@lucidbox:~$ smbclient //remotepc/SharedDocs
Enter me's password: hit return - no password specified
Domain=[remotepc] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
smb: \ q


m...@lucidbox:~$ smbclient -L //remotepc
Enter me's password: hit return - no password specified
Domain=[remotepc] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]

Sharename   Type  Comment
-     ---

Terminal then hangs.


/var/log/samba/log.smbd (snip)
2009/11/30 15:22:31,  0] smbd/server.c:1069(main)
  smbd version 3.4.3 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2009
[2009/11/30 15:22:32,  0] printing/print_cups.c:103(cups_connect)
  Unable to connect to CUPS server localhost:631 - Connection refused
[2009/11/30 15:22:32,  0] printing/print_cups.c:103(cups_connect)
  Unable to connect to CUPS server localhost:631 - Connection refused
[2009/11/30 15:22:32,  0] smbd/server.c:457(smbd_open_one_socket)
  smbd_open_once_socket: open_socket_in: Address already in use
[2009/11/30 15:22:32,  0] smbd/server.c:457(smbd_open_one_socket)
  smbd_open_once_socket: open_socket_in: Address already in use


/var/log/samba/log.nmbd (snip)
  *
[2009/11/30 15:04:52,  0] nmbd/nmbd.c:71(terminate)
  Got SIGTERM: going down...
[2009/11/30 15:22:31,  0] nmbd/nmbd.c:854(main)
  nmbd version 3.4.3 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2009
[2009/11/30 15:22:54,  0] nmbd/nmbd_become_lmb.c:395(become_local_master_stage2)
  *
  
  Samba name server lucidbox is now a local master browser for workgroup xx 
on subnet 192.168.2.2
  
  *


m...@lucidbox:~$ smbclient -L //lucidbox/
Enter me's password: hit return - no password specified
Domain=[xx] OS=[Unix] Server=[Samba 3.4.3]

Sharename   Type  Comment
-     ---
print$  Disk  Printer Drivers
IPC$IPC   IPC Service (lucidbox server (Samba, Ubuntu))
music   Disk  
Domain=[xx] OS=[Unix] Server=[Samba 3.4.3]

Server   Comment
----
remotepclaptop
lucidboxlucidbox server (Samba, Ubuntu)

WorkgroupMaster
----
xx lucidbox


m...@lucidbox:~$  testparm -s
Load smb config files from /etc/samba/smb.conf
Processing section [printers]
Processing section [print$]
Loaded services file OK.
Server role: ROLE_STANDALONE
[global]
workgroup = xx
server string = %h server (Samba, Ubuntu)
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n 
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
username map = /etc/samba/smbusers
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d

[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
printable = Yes
browseable = No
browsable = No

[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
m...@lucidbox:~$


/etc/samba/smb.conf:
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which 
# are not shown in this example
#
# Some options that are often worth tuning have been included as
# commented-out examples in this file.
#  - When such options are commented with ;, the 

[Bug 489215] Re: snmpd sigserv

2009-11-30 Thread Anatoly Pugachev
/etc/snmp/snmpd.conf :

rocommunity public
disk /

exec echo /bin/echo hi there

com2sec paranoid  default public
com2sec readonly  default public


group MyROSystem v1paranoid
group MyROSystem v2c   paranoid
group MyROSystem usm   paranoid
group MyROGroup v1 readonly
group MyROGroup v2creadonly
group MyROGroup usmreadonly
group MyRWGroup v1 readwrite
group MyRWGroup v2creadwrite
group MyRWGroup usmreadwrite


view allincluded  .1   80
view system included  .iso.org.dod.internet.mgmt.mib-2.system


access MyROSystem  any   noauthexact  system none   none
access MyROGroup   any   noauthexact  allnone   none
access MyRWGroup   any   noauthexact  allallnone


on snmpd startup, there's a message in syslog:

$ tail /var/log/syslog
Nov 30 19:15:22 muse01 snmpd[26108]: duplicate table data attempted to be 
entered. row exists

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

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


[Bug 489215] Re: snmpd sigserv

2009-11-30 Thread Anatoly Pugachev
There's a difference in community name in my last post and first post,
I've intentionally changed community name, not to show it to the public,
but bug still arise even with different (i.e. public) RO community
name. Thanks.

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

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


[Bug 490382] Re: eucalyptus-cc init script doesn't always clear /var/lib/eucalyptus/CC

2009-11-30 Thread Thierry Carrez
Should be cleared if CLEAN=1 is passed to upstart. It's a bug if it's
not.

-- 
eucalyptus-cc init script doesn't always clear /var/lib/eucalyptus/CC
https://bugs.launchpad.net/bugs/490382
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 490370] Re: Cannot start guest when apparmor is running

2009-11-30 Thread Jacob Smith
No files in /var/log/apparmor/

Entry in kern.log:
(Repeats everytime I tried to start guest - pid/parent varied but the rest is 
identical - if more are needed let me know)

Nov 30 10:11:12 IT02 kernel: [  405.887561] type=1503
audit(1259593872.142:29): operation=exec pid=2402 parent=1933
profile=/usr/sbin/libvirtd requested_mask=x:: denied_mask=x::
fsuid=0 ouid=0 name=/etc/libvirt/qemu/kvm

-- 
Cannot start guest when apparmor is running
https://bugs.launchpad.net/bugs/490370
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


Re: [Bug 489201] Re: smbd crashes when connection status changes

2009-11-30 Thread Eric R Peterson
Hi Chuck,

I've just started using Samba and this is my first bug report so I will be 
interested to see how the process works.
My application is using Samba to provide shares to users on XP that connect 
via AD (Active Directory) credentials.
In case it was not clear from my report, smb dumps core every time a user 
connects to a share (and I think when they disconnect).
Given the core dumps, it would seem to me that the importance should be 
higher than medium.
Of course I do not have insight into what other problems need to be fixed.

Should I also make this comment on the link provided below?

Thanks,
Eric
- Original Message - 
From: Chuck Short chuck.sh...@canonical.com
To: ericrpeter...@sbcglobal.net
Sent: Monday, November 30, 2009 7:08 AM
Subject: [Bug 489201] Re: smbd crashes when connection status changes


Thank you for your bug report. This bug has been reported to the
developers of the software. You can track it and make comments at:

https://bugzilla.samba.org/show_bug.cgi?id=6940

** Bug watch added: Samba Bugzilla #6940
   https://bugzilla.samba.org/show_bug.cgi?id=6940

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

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

-- 
smbd crashes when connection status changes
https://bugs.launchpad.net/bugs/489201
You received this bug notification because you are a direct subscriber
of the bug.

Status in “samba” package in Ubuntu: Triaged

Bug description:
Binary package hint: samba

Crash and core dump occurs in smbd on server when accessing Samba share in 
XP Samba client.
Server is using AD credentials for XP users to access shares. As part of 
this pam_winbind.so modules are specified in /etc/pam.d/common-* files.

Fault appears to occur in the static routine _pam_delete_cred() which is 
located at line 2420  of the file 
./samba-3.3.2/source/nsswitch/pam_winbind.c:
out:
if (logoff.blobs) {
wbcFreeMemory(logoff.blobs);
}
It appears clear to me there are two logic paths that lead to this memory 
getting freed from a field in an uninitialized data structure (logoff).

Additional information about the system configuration is below.

e...@tedstestsvr:~$ lsb_release -rd
Description:Ubuntu 9.04
Release:9.04

e...@tedstestsvr:~$ sudo apt-cache policy samba
samba:
  Installed: 2:3.3.2-1ubuntu3.2
  Candidate: 2:3.3.2-1ubuntu3.2
  Version table:
 *** 2:3.3.2-1ubuntu3.2 0
500 http://us.archive.ubuntu.com jaunty-updates/main Packages
500 http://security.ubuntu.com jaunty-security/main Packages
100 /var/lib/dpkg/status
 2:3.3.2-1ubuntu3 0
500 http://us.archive.ubuntu.com jaunty/main Packages

===Output from /var/log/samba/log.tedstestwxp (The Samba client is 
tedstestwxp)
[2009/11/27 07:12:31,  3] smbd/sec_ctx.c:set_sec_ctx(324)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2009/11/27 07:12:31,  3] smbd/sec_ctx.c:set_sec_ctx(324)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2009/11/27 07:12:31,  3] smbd/service.c:close_cnum(1327)
  tedstestwxp (10.0.0.203) closed connection to service IPC$
[2009/11/27 07:12:31,  3] smbd/connection.c:yield_connection(31)
  Yielding connection to IPC$
[2009/11/27 07:12:31,  3] smbd/sec_ctx.c:set_sec_ctx(324)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2009/11/27 07:12:31,  3] smbd/sec_ctx.c:set_sec_ctx(324)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2009/11/27 07:12:31,  1] smbd/service.c:close_cnum(1327)
  tedstestwxp (10.0.0.203) closed connection to service klpeterson
[2009/11/27 07:12:31,  3] smbd/connection.c:yield_connection(31)
  Yielding connection to klpeterson
[2009/11/27 07:12:31,  3] smbd/sec_ctx.c:set_sec_ctx(324)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2009/11/27 07:12:32,  0] lib/fault.c:fault_report(40)
  ===
[2009/11/27 07:12:32,  0] lib/fault.c:fault_report(41)
  INTERNAL ERROR: Signal 6 in pid 3080 (3.3.2)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2009/11/27 07:12:32,  0] lib/fault.c:fault_report(43)

  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2009/11/27 07:12:32,  0] lib/fault.c:fault_report(44)
  ===
[2009/11/27 07:12:32,  0] lib/util.c:smb_panic(1673)
  PANIC (pid 3080): internal error
[2009/11/27 07:12:32,  0] lib/util.c:log_stack_trace(1777)
  BACKTRACE: 22 stack frames:
   #0 /usr/sbin/smbd(log_stack_trace+0x2d) [0xb7bac25c]
   #1 /usr/sbin/smbd(smb_panic+0x80) [0xb7bac3b9]
   #2 /usr/sbin/smbd [0xb7b97d5e]
   #3 [0xb79df400]
   #4 /lib/tls/i686/cmov/libc.so.6(abort+0x188) [0xb759c098]
   #5 /usr/lib/libtalloc.so.1(talloc_free+0x22d) [0xb76e35dd]
   #6 /usr/lib/libwbclient.so.0(wbcFreeMemory+0x21) [0xb76d3d93]
   #7 /lib/security/pam_winbind.so(pam_sm_setcred+0x3cb) [0xb7267092]
   #8 /lib/libpam.so.0 [0xb773b3b1]
   #9 /lib/libpam.so.0(pam_setcred+0x3f) [0xb773ab4f]
   #10 /usr/sbin/smbd [0xb7bf98f6]
   

[Bug 460089] Re: network state is lost if the cluster controller (CC) is stopped

2009-11-30 Thread Thierry Carrez
The fix introduced a small regression, bug 490382

** Tags added: verification-failed
** Tags removed: uec verification-done

-- 
network state is lost if the cluster controller (CC) is stopped
https://bugs.launchpad.net/bugs/460089
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 460089] Re: network state is lost if the cluster controller (CC) is stopped

2009-11-30 Thread Thierry Carrez
Also fix should also implement start eucalyptus CLEAN=1, so it's
incomplete.

-- 
network state is lost if the cluster controller (CC) is stopped
https://bugs.launchpad.net/bugs/460089
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 490370] Re: Cannot start guest when apparmor is running

2009-11-30 Thread Jamie Strandboge
What is /etc/libvirt/qemu/kvm? This is not a proper location for an
executable and doesn't seem to be a part of the default installation.

-- 
Cannot start guest when apparmor is running
https://bugs.launchpad.net/bugs/490370
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 490201] Re: samba fails to open shares because of fixed unknown password

2009-11-30 Thread ubername
just noticed this in /var/log/samba/log.lucidbox

[2009/11/30 16:01:23,  0] smbd/map_username.c:140(map_username)
  can't open username map /etc/samba/smbusers. Error No such file or directory

which is true - there is no smbusers file in etc/samba although a list
of users appears in system-config-samba:

m...@lucidbox:/etc/samba$ ls -l
total 20
-rw-r--r-- 1 root root 8 2009-11-26 19:58 gdbcommands
-rw-r--r-- 1 root root 12455 2009-11-29 10:25 smb.conf
m...@lucidbox:/etc/samba$ 

I haven't deleted it - this is how samba install from synaptic left it.

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

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


[Bug 175689] Re: Share Folder in right-click menu does not share ntfs drive folders

2009-11-30 Thread Martin Olsson
Why is NTFS drives mounted with root as the owner of all the files?
When I connect a drive with my Files I want them to be owned by me, not
root?

-- 
Share Folder in right-click menu does not share ntfs drive folders
https://bugs.launchpad.net/bugs/175689
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 458163] Re: [regression] euca_rootwrap fixes affected eucalyptus power management (powerwake)

2009-11-30 Thread Martin Pitt
** Tags added: verification-done
** Tags removed: verification-needed

-- 
[regression] euca_rootwrap fixes affected eucalyptus power management 
(powerwake)
https://bugs.launchpad.net/bugs/458163
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 477776] Re: Query string authentication does not work in some cases

2009-11-30 Thread Neil Soman
Further testing reveals that the committed fix handles most but not all
cases. We still need the replace( , +).

Revno 1082 adds this.

-- 
Query string authentication does not work in some cases
https://bugs.launchpad.net/bugs/46
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 490466] Re: [armel] unrecognizable insn with -mthumb

2009-11-30 Thread Matthias Klose

** Attachment added: preprocessed source
   http://launchpadlibrarian.net/36265195/mi_check.i.gz

** Tags added: armel
** Tags removed: armell

** Also affects: mysql-dfsg-5.1 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
[armel] unrecognizable insn with -mthumb
https://bugs.launchpad.net/bugs/490466
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 488600] Re: MySQLi Prepared Statements Not Working Correctly With UPDATEs

2009-11-30 Thread m00dawg
Sure can! Attached!

Keep in mind, this my.cnf is the same used for 9.04 and 9.10. I am also
using MariaDB (via ourdelta.org). Same version on both 9.04 and 9.10.

** Attachment added: MySQL configuration used for both 9.04 and 9.10 running 
MariaDB 5.1.39 (ourdelta.org)
   http://launchpadlibrarian.net/36265500/my.cnf

-- 
MySQLi Prepared Statements Not Working Correctly With UPDATEs
https://bugs.launchpad.net/bugs/488600
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 490484] [NEW] running 64bit client in 64bit host with intel crashes

2009-11-30 Thread Šarūnas
Public bug reported:

Binary package hint: qemu-kvm

running windows 7 VM halts on early boot with

kvm: unhandled exit 8021
kvm_run returned -22

ProblemType: Bug
Architecture: amd64
Date: Mon Nov 30 21:28:54 2009
DistroRelease: Ubuntu 9.10
KvmCmdLine: Error: command ['ps', '-C', 'kvm', '-F'] failed with exit code 1: 
UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
MachineType: System manufacturer P5Q-PRO
NonfreeKernelModules: fglrx
Package: kvm (not installed)
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.31-14-generic 
root=UUID=17a8e181-fac7-461e-8cad-8aea97be2536 ro quiet splash
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: qemu-kvm
Uname: Linux 2.6.31-14-generic x86_64
dmi.bios.date: 07/10/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1004
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5Q-PRO
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd07/10/2008:svnSystemmanufacturer:pnP5Q-PRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5Q-PRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: P5Q-PRO
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug

-- 
running 64bit client in 64bit host with intel crashes
https://bugs.launchpad.net/bugs/490484
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 490484] Re: running 64bit client in 64bit host with intel crashes

2009-11-30 Thread Šarūnas

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

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

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

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

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

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

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

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

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

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

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

-- 
running 64bit client in 64bit host with intel crashes
https://bugs.launchpad.net/bugs/490484
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 489418] Re: Strange behavior of libkrb5 since karmic ...

2009-11-30 Thread Bug Watch Updater
** Changed in: krb5 (Debian)
   Status: New = Fix Released

-- 
Strange behavior of libkrb5 since karmic ...
https://bugs.launchpad.net/bugs/489418
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 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 119660] Re: Autofs should be reloaded when state of network interface changes

2009-11-30 Thread msp3k
I can confirm that this is an issue for Karmic.

This is marked as a low-importance bug.  For stand-alone systems I can
see how this would be the case.  But for an integrated environment that
relies on LDAP and AutoFS to provide user support, this bug prevents
users from being able to log in on their workstation.

-- 
Autofs should be reloaded when state of network interface changes
https://bugs.launchpad.net/bugs/119660
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 490370] Re: Cannot start guest when apparmor is running

2009-11-30 Thread Jacob Smith
That is where the XML definitions resides on my system...

r...@it02:/home/jsmith# ls /etc/libvirt/
libvirtd.conf  qemu  qemu.conf  storage
r...@it02:/home/jsmith# ls /etc/libvirt/qemu
autostart  KarmicBeta1.xml  kvm  networks  winXPpro.xml
r...@it02:/home/jsmith# 


A bit of history (and maybe my problem isn't apparmor's problem specifically...)

The host system is an upgrade from 9.04.  When it was 9.04 I uninstalled
the distribution installs of kvm, libvirt, and virt manager and compiled
and installed them from source to get some of the newer features
available.  I later removed the compiled versions and re-installed the
distribution version.  All of this was done before upgrading to 9.10.
Maybe this caused some of the issue(s)?

-- 
Cannot start guest when apparmor is running
https://bugs.launchpad.net/bugs/490370
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 490370] Re: Cannot start guest when apparmor is running

2009-11-30 Thread Jacob Smith
Whoops that isn't correct - thats not where my XML resides.  And I
figured out what it is.

I was trying to get auto-connect USB recognition to work (back when it
was 9.04) and the instructions here (http://david.wragg.org/blog/2009/03
/usb-pass-through-with-libvirt-and-kvm.html) said to make this script
up:

$ cat /etc/libvirt/qemu/kvm

#!/bin/sh
exec /usr/bin/kvm `echo $* | sed 's|-usbdevice host:\([^ ]*\)|-usbdevice 
host:auto:*.*:\1|g'`

and (direct quote from afore mentioned website)

Save the script as /etc/libvirt/qemu/qemu-kvm, and make it executable.
With that in place, you need to tell libvirt to use it instead of the
real KVM binary. Do that by editing the VM XML description as described
in my previous post. You need to edit the //domain/devices/emulator
entry to refer to the wrapper script, e.g.

domain type='kvm'
  namewindowsxp/name
  …
  devices
emulator/etc/libvirt/qemu/qemu-kvm/emulator
…
  /devices
/domain

Restart the relevant VMs, and USB pass-through with autoconnect should
now work.

So now I realize it's not a bug really... now to figure out whether or
not I really need the wrapper at all...

Sorry to have filed this without finding out it was my customization in
the first place!

-- 
Cannot start guest when apparmor is running
https://bugs.launchpad.net/bugs/490370
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 480885] Re: Eucalyptus avahi publication jobs failed to restart if avahi-daemon is restarted

2009-11-30 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6~bzr931-0ubuntu7.3

---
eucalyptus (1.6~bzr931-0ubuntu7.3) karmic-proposed; urgency=low

  * debian/eucalyptus-cc.postinst: restart avahi daemon so that it uses
eucalyptus specific configuration file (LP: #458904).
  * debian/eucalyptus-cc.eucalyptus-cc-publication{,-ip}.upstart: Respawn
avahi publication jobs if they die (LP: #480885).

eucalyptus (1.6~bzr931-0ubuntu7.2) karmic-proposed; urgency=low

  [ Dustin Kirkland ]
  * cluster/handlers.c: euca_rootwrap rework did not whitelist powerwake;
however, powerwake does *not* need root privs, drop euca_rootwrap wrapper
(LP: #458163)
  * debian/rules, debian/euclayptus-cc.install: install the avahi-daemon.conf
in /etc/eucalyptus, (LP: #458904).

  [ Thierry Carrez ]
  * 
clc/modules/www/src/main/java/edu/ucsb/eucalyptus/admin/public/EucalyptusWebInterface.html:
Fix HTML title in the web UI for more consistency in naming (LP: #455293)
  * debian/eucalyptus-common.eucalyptus.upstart: Add -l to eucalyptus-cloud
options so that cloud-output.log is affected by LOGLEVEL (LP: #458001)

  [ Mathias Gug ]
  * cluster/handlers.c: Fix the networkIndex returned by describeInstances.
(LP: #454405 - upstream revno 933).
  * debian/eucalyptus-cc.eucalyptus-cc-publication{,-ip}.upstart: add an
upstart job to explicitly publish the IP/CC hostname mapping via avahi
instead of publishing the CC IP address via the service name (LP: #458904).
  * debian/avahi-daemon.conf: ship a specific avahi-daemon configuration file
that doesn't publish IP addresses by default. (LP: #458904).
  * debian/eucalyptus-cloud.postinst: Fix postfix configuration to accept
confirmation emails sent by eucalyptus (LP: #459101)
  * debian/eucalyptus-cc.upstart: Don't clean the CC network state when the CC 
is
stopped by default (LP: #460089).
 -- Mathias Gug math...@ubuntu.com   Wed, 11 Nov 2009 15:15:48 -0500

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

-- 
Eucalyptus avahi publication jobs failed to restart if avahi-daemon is restarted
https://bugs.launchpad.net/bugs/480885
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 460089] Re: network state is lost if the cluster controller (CC) is stopped

2009-11-30 Thread Martin Pitt
The 1 vs. 1 turned out to be a red herring, and it's just the same
race condition as in the final version. (Discussed with Dustin). So this
should be good to go.

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

-- 
network state is lost if the cluster controller (CC) is stopped
https://bugs.launchpad.net/bugs/460089
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 459101] Re: Relay denied from eucalyptus registration emails - source address is wrong.

2009-11-30 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6~bzr931-0ubuntu7.3

---
eucalyptus (1.6~bzr931-0ubuntu7.3) karmic-proposed; urgency=low

  * debian/eucalyptus-cc.postinst: restart avahi daemon so that it uses
eucalyptus specific configuration file (LP: #458904).
  * debian/eucalyptus-cc.eucalyptus-cc-publication{,-ip}.upstart: Respawn
avahi publication jobs if they die (LP: #480885).

eucalyptus (1.6~bzr931-0ubuntu7.2) karmic-proposed; urgency=low

  [ Dustin Kirkland ]
  * cluster/handlers.c: euca_rootwrap rework did not whitelist powerwake;
however, powerwake does *not* need root privs, drop euca_rootwrap wrapper
(LP: #458163)
  * debian/rules, debian/euclayptus-cc.install: install the avahi-daemon.conf
in /etc/eucalyptus, (LP: #458904).

  [ Thierry Carrez ]
  * 
clc/modules/www/src/main/java/edu/ucsb/eucalyptus/admin/public/EucalyptusWebInterface.html:
Fix HTML title in the web UI for more consistency in naming (LP: #455293)
  * debian/eucalyptus-common.eucalyptus.upstart: Add -l to eucalyptus-cloud
options so that cloud-output.log is affected by LOGLEVEL (LP: #458001)

  [ Mathias Gug ]
  * cluster/handlers.c: Fix the networkIndex returned by describeInstances.
(LP: #454405 - upstream revno 933).
  * debian/eucalyptus-cc.eucalyptus-cc-publication{,-ip}.upstart: add an
upstart job to explicitly publish the IP/CC hostname mapping via avahi
instead of publishing the CC IP address via the service name (LP: #458904).
  * debian/avahi-daemon.conf: ship a specific avahi-daemon configuration file
that doesn't publish IP addresses by default. (LP: #458904).
  * debian/eucalyptus-cloud.postinst: Fix postfix configuration to accept
confirmation emails sent by eucalyptus (LP: #459101)
  * debian/eucalyptus-cc.upstart: Don't clean the CC network state when the CC 
is
stopped by default (LP: #460089).
 -- Mathias Gug math...@ubuntu.com   Wed, 11 Nov 2009 15:15:48 -0500

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

-- 
Relay denied from eucalyptus registration emails - source address is wrong.
https://bugs.launchpad.net/bugs/459101
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 458163] Re: [regression] euca_rootwrap fixes affected eucalyptus power management (powerwake)

2009-11-30 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6~bzr931-0ubuntu7.3

---
eucalyptus (1.6~bzr931-0ubuntu7.3) karmic-proposed; urgency=low

  * debian/eucalyptus-cc.postinst: restart avahi daemon so that it uses
eucalyptus specific configuration file (LP: #458904).
  * debian/eucalyptus-cc.eucalyptus-cc-publication{,-ip}.upstart: Respawn
avahi publication jobs if they die (LP: #480885).

eucalyptus (1.6~bzr931-0ubuntu7.2) karmic-proposed; urgency=low

  [ Dustin Kirkland ]
  * cluster/handlers.c: euca_rootwrap rework did not whitelist powerwake;
however, powerwake does *not* need root privs, drop euca_rootwrap wrapper
(LP: #458163)
  * debian/rules, debian/euclayptus-cc.install: install the avahi-daemon.conf
in /etc/eucalyptus, (LP: #458904).

  [ Thierry Carrez ]
  * 
clc/modules/www/src/main/java/edu/ucsb/eucalyptus/admin/public/EucalyptusWebInterface.html:
Fix HTML title in the web UI for more consistency in naming (LP: #455293)
  * debian/eucalyptus-common.eucalyptus.upstart: Add -l to eucalyptus-cloud
options so that cloud-output.log is affected by LOGLEVEL (LP: #458001)

  [ Mathias Gug ]
  * cluster/handlers.c: Fix the networkIndex returned by describeInstances.
(LP: #454405 - upstream revno 933).
  * debian/eucalyptus-cc.eucalyptus-cc-publication{,-ip}.upstart: add an
upstart job to explicitly publish the IP/CC hostname mapping via avahi
instead of publishing the CC IP address via the service name (LP: #458904).
  * debian/avahi-daemon.conf: ship a specific avahi-daemon configuration file
that doesn't publish IP addresses by default. (LP: #458904).
  * debian/eucalyptus-cloud.postinst: Fix postfix configuration to accept
confirmation emails sent by eucalyptus (LP: #459101)
  * debian/eucalyptus-cc.upstart: Don't clean the CC network state when the CC 
is
stopped by default (LP: #460089).
 -- Mathias Gug math...@ubuntu.com   Wed, 11 Nov 2009 15:15:48 -0500

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

-- 
[regression] euca_rootwrap fixes affected eucalyptus power management 
(powerwake)
https://bugs.launchpad.net/bugs/458163
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 458904] Re: When installing a node, euca_find_cluster fails to locate the cluster controller if instances are running

2009-11-30 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6~bzr931-0ubuntu7.3

---
eucalyptus (1.6~bzr931-0ubuntu7.3) karmic-proposed; urgency=low

  * debian/eucalyptus-cc.postinst: restart avahi daemon so that it uses
eucalyptus specific configuration file (LP: #458904).
  * debian/eucalyptus-cc.eucalyptus-cc-publication{,-ip}.upstart: Respawn
avahi publication jobs if they die (LP: #480885).

eucalyptus (1.6~bzr931-0ubuntu7.2) karmic-proposed; urgency=low

  [ Dustin Kirkland ]
  * cluster/handlers.c: euca_rootwrap rework did not whitelist powerwake;
however, powerwake does *not* need root privs, drop euca_rootwrap wrapper
(LP: #458163)
  * debian/rules, debian/euclayptus-cc.install: install the avahi-daemon.conf
in /etc/eucalyptus, (LP: #458904).

  [ Thierry Carrez ]
  * 
clc/modules/www/src/main/java/edu/ucsb/eucalyptus/admin/public/EucalyptusWebInterface.html:
Fix HTML title in the web UI for more consistency in naming (LP: #455293)
  * debian/eucalyptus-common.eucalyptus.upstart: Add -l to eucalyptus-cloud
options so that cloud-output.log is affected by LOGLEVEL (LP: #458001)

  [ Mathias Gug ]
  * cluster/handlers.c: Fix the networkIndex returned by describeInstances.
(LP: #454405 - upstream revno 933).
  * debian/eucalyptus-cc.eucalyptus-cc-publication{,-ip}.upstart: add an
upstart job to explicitly publish the IP/CC hostname mapping via avahi
instead of publishing the CC IP address via the service name (LP: #458904).
  * debian/avahi-daemon.conf: ship a specific avahi-daemon configuration file
that doesn't publish IP addresses by default. (LP: #458904).
  * debian/eucalyptus-cloud.postinst: Fix postfix configuration to accept
confirmation emails sent by eucalyptus (LP: #459101)
  * debian/eucalyptus-cc.upstart: Don't clean the CC network state when the CC 
is
stopped by default (LP: #460089).
 -- Mathias Gug math...@ubuntu.com   Wed, 11 Nov 2009 15:15:48 -0500

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

-- 
When installing a node, euca_find_cluster fails to locate the cluster 
controller if instances are running
https://bugs.launchpad.net/bugs/458904
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 455293] Re: UEC management interface still has Eucalyptus as title

2009-11-30 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6~bzr931-0ubuntu7.3

---
eucalyptus (1.6~bzr931-0ubuntu7.3) karmic-proposed; urgency=low

  * debian/eucalyptus-cc.postinst: restart avahi daemon so that it uses
eucalyptus specific configuration file (LP: #458904).
  * debian/eucalyptus-cc.eucalyptus-cc-publication{,-ip}.upstart: Respawn
avahi publication jobs if they die (LP: #480885).

eucalyptus (1.6~bzr931-0ubuntu7.2) karmic-proposed; urgency=low

  [ Dustin Kirkland ]
  * cluster/handlers.c: euca_rootwrap rework did not whitelist powerwake;
however, powerwake does *not* need root privs, drop euca_rootwrap wrapper
(LP: #458163)
  * debian/rules, debian/euclayptus-cc.install: install the avahi-daemon.conf
in /etc/eucalyptus, (LP: #458904).

  [ Thierry Carrez ]
  * 
clc/modules/www/src/main/java/edu/ucsb/eucalyptus/admin/public/EucalyptusWebInterface.html:
Fix HTML title in the web UI for more consistency in naming (LP: #455293)
  * debian/eucalyptus-common.eucalyptus.upstart: Add -l to eucalyptus-cloud
options so that cloud-output.log is affected by LOGLEVEL (LP: #458001)

  [ Mathias Gug ]
  * cluster/handlers.c: Fix the networkIndex returned by describeInstances.
(LP: #454405 - upstream revno 933).
  * debian/eucalyptus-cc.eucalyptus-cc-publication{,-ip}.upstart: add an
upstart job to explicitly publish the IP/CC hostname mapping via avahi
instead of publishing the CC IP address via the service name (LP: #458904).
  * debian/avahi-daemon.conf: ship a specific avahi-daemon configuration file
that doesn't publish IP addresses by default. (LP: #458904).
  * debian/eucalyptus-cloud.postinst: Fix postfix configuration to accept
confirmation emails sent by eucalyptus (LP: #459101)
  * debian/eucalyptus-cc.upstart: Don't clean the CC network state when the CC 
is
stopped by default (LP: #460089).
 -- Mathias Gug math...@ubuntu.com   Wed, 11 Nov 2009 15:15:48 -0500

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

-- 
UEC management interface still has Eucalyptus as title
https://bugs.launchpad.net/bugs/455293
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 454405] Re: the CC is returning incorrect networkIndex values on describeInstances

2009-11-30 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6~bzr931-0ubuntu7.3

---
eucalyptus (1.6~bzr931-0ubuntu7.3) karmic-proposed; urgency=low

  * debian/eucalyptus-cc.postinst: restart avahi daemon so that it uses
eucalyptus specific configuration file (LP: #458904).
  * debian/eucalyptus-cc.eucalyptus-cc-publication{,-ip}.upstart: Respawn
avahi publication jobs if they die (LP: #480885).

eucalyptus (1.6~bzr931-0ubuntu7.2) karmic-proposed; urgency=low

  [ Dustin Kirkland ]
  * cluster/handlers.c: euca_rootwrap rework did not whitelist powerwake;
however, powerwake does *not* need root privs, drop euca_rootwrap wrapper
(LP: #458163)
  * debian/rules, debian/euclayptus-cc.install: install the avahi-daemon.conf
in /etc/eucalyptus, (LP: #458904).

  [ Thierry Carrez ]
  * 
clc/modules/www/src/main/java/edu/ucsb/eucalyptus/admin/public/EucalyptusWebInterface.html:
Fix HTML title in the web UI for more consistency in naming (LP: #455293)
  * debian/eucalyptus-common.eucalyptus.upstart: Add -l to eucalyptus-cloud
options so that cloud-output.log is affected by LOGLEVEL (LP: #458001)

  [ Mathias Gug ]
  * cluster/handlers.c: Fix the networkIndex returned by describeInstances.
(LP: #454405 - upstream revno 933).
  * debian/eucalyptus-cc.eucalyptus-cc-publication{,-ip}.upstart: add an
upstart job to explicitly publish the IP/CC hostname mapping via avahi
instead of publishing the CC IP address via the service name (LP: #458904).
  * debian/avahi-daemon.conf: ship a specific avahi-daemon configuration file
that doesn't publish IP addresses by default. (LP: #458904).
  * debian/eucalyptus-cloud.postinst: Fix postfix configuration to accept
confirmation emails sent by eucalyptus (LP: #459101)
  * debian/eucalyptus-cc.upstart: Don't clean the CC network state when the CC 
is
stopped by default (LP: #460089).
 -- Mathias Gug math...@ubuntu.com   Wed, 11 Nov 2009 15:15:48 -0500

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

-- 
the CC is returning incorrect networkIndex values on describeInstances
https://bugs.launchpad.net/bugs/454405
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


Re: [Bug 489418] Re: Strange behavior of libkrb5 since karmic ...

2009-11-30 Thread Sam Hartman
I released 1.7+dfsg-3 to Debian unstable.  That includes a fix to this
bug.  I'd recommend that Ubuntu sync that version into a karmic update
once it hits squeeze in order to address this issue.  The code changes
between what's in karmic now and 1.7+dfsg-3 are all reasonably
important bug fixes including a number of user visible memory leak
fixes, fixes to the lockout problem and fixes to some rare crashes.
There were no code changes between 1.7 beta3 and 1.7; I have hand
picked patches that resolve important problems people were having for
any code changes since the version in karmic.

I understand you try to be conservative about what you accept in an
update, although I think it will probably be easier to evaluate the
debian diff than to subset the changes I've made.  I've tried to show
what all is involved below so you can estimate whether my proposal is
a viable option.  Specific patches are all in the debian krb5 git repo
if you do want to subset.


The diffs to the code are reasonably small and
address specific bug fixes:

2   3   src/appl/gssftp/ftpd/ftpd.c
7   0   src/lib/gssapi/spnego/spnego_mech.c
17  13  src/lib/kadm5/srv/server_acl.c
16  25  src/lib/kdb/kdb_default.c
1   1   src/lib/krb5/krb/chpw.c
1   2   src/lib/krb5/krb/get_in_tkt.c
1   1   src/lib/krb5/krb/kerrs.c
3   1   src/lib/krb5/krb/pac.c
2   0   src/lib/krb5/krb/t_pac.c
8   2   src/lib/krb5/rcache/rc_none.c
3   3   src/patchlevel.h
7   0   src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
14  14  src/util/profile/prof_file.c
3   0   src/util/profile/prof_int.h
2   7   src/util/profile/prof_tree.c

Here are the fixes that involve code changes:
  * Several fixes applied after the 1.7 release:
  - 6506: correctly handle keytab vs stash file
- 6508: kadmind ACL parsing could reference uninitialized memory
- 6509: kadmind can reference null pointer on ACL error
- 6511: uninitialized memory passed to krb5_free_error in change
password client path
- 6514: none replay cache memory leak
- 6515: profile library mutex performance improvements
- 6541: memory leak in PAC verify code
- 6542: Check for null characters in pkinit certs
- 6543: login vs user order in ftpd sometimes wrong
- 6551: Memory leak in spnego accept_sec_context error path
  *  Avoid locking out accounts on PREAUTH_FAILED, Closes: #557979, (LP:
#489418)

If you do not choose to accept the full Debian version, I strongly
recommend you take at least the fix to the lockout bug, 6543 (can
cause people to be unable to log into ftpd), 6542 (security concern
about accepting bogus certificates for authentication), and all the
memory leaks.

In addition to the code changes, this version includes:


* autoconf was rerun as part of transition from 1.7beta3 to 1.7
9   9   src/appl/libpty/configure
9   9   src/appl/telnet/configure
10  10  src/configure
9   9   src/appl/bsd/configure
9   9   src/appl/gssftp/configure

The following documentation updates were pulled in moving from
1.7.dfsg~beta3 to 1.7.  You probably don't strictly need these, but it
should be fairly easy to see they are harmless.
77  25  README
22  3   doc/CHANGES
1021939 doc/admin-guide.ps
83  2   doc/copyright.texinfo
873 792 doc/install-guide.ps
65  2   doc/krb5-admin.html
165 105 doc/krb5-admin.info
65  2   doc/krb5-install.html
152 92  doc/krb5-install.info
65  2   doc/krb5-user.html
98  38  doc/krb5-user.info
882 801 doc/user-guide.ps

In addition, the following packaging changes were made:

42  0   debian/changelog
2   2   debian/control # fix LP #472080
3   4   debian/prepsource # my  script not called by build process
1   1   debian/rules # work around change in dh_makeshlibs
1   1   debian/watch #new URI for upstream sources

-- 
Strange behavior of libkrb5 since karmic ...
https://bugs.launchpad.net/bugs/489418
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 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 489418] Re: Strange behavior of libkrb5 since karmic ...

2009-11-30 Thread Evan Broder
This shouldn't be a problem. We're still in sync phase for Ubuntu
Lucid, so the new krb5 package will get automatically pulled in when
it hits Debian testing.

On Mon, Nov 30, 2009 at 3:25 PM, Sam Hartman hartm...@debian.org wrote:
 I released 1.7+dfsg-3 to Debian unstable.  That includes a fix to this
 bug.  I'd recommend that Ubuntu sync that version into a karmic update
 once it hits squeeze in order to address this issue.  The code changes
 between what's in karmic now and 1.7+dfsg-3 are all reasonably
 important bug fixes including a number of user visible memory leak
 fixes, fixes to the lockout problem and fixes to some rare crashes.
 There were no code changes between 1.7 beta3 and 1.7; I have hand
 picked patches that resolve important problems people were having for
 any code changes since the version in karmic.

 I understand you try to be conservative about what you accept in an
 update, although I think it will probably be easier to evaluate the
 debian diff than to subset the changes I've made.  I've tried to show
 what all is involved below so you can estimate whether my proposal is
 a viable option.  Specific patches are all in the debian krb5 git repo
 if you do want to subset.


 The diffs to the code are reasonably small and
 address specific bug fixes:

 2       3       src/appl/gssftp/ftpd/ftpd.c
 7       0       src/lib/gssapi/spnego/spnego_mech.c
 17      13      src/lib/kadm5/srv/server_acl.c
 16      25      src/lib/kdb/kdb_default.c
 1       1       src/lib/krb5/krb/chpw.c
 1       2       src/lib/krb5/krb/get_in_tkt.c
 1       1       src/lib/krb5/krb/kerrs.c
 3       1       src/lib/krb5/krb/pac.c
 2       0       src/lib/krb5/krb/t_pac.c
 8       2       src/lib/krb5/rcache/rc_none.c
 3       3       src/patchlevel.h
 7       0       src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
 14      14      src/util/profile/prof_file.c
 3       0       src/util/profile/prof_int.h
 2       7       src/util/profile/prof_tree.c

 Here are the fixes that involve code changes:
  * Several fixes applied after the 1.7 release:
      - 6506: correctly handle keytab vs stash file
    - 6508: kadmind ACL parsing could reference uninitialized memory
    - 6509: kadmind can reference null pointer on ACL error
    - 6511: uninitialized memory passed to krb5_free_error in change
    password client path
    - 6514: none replay cache memory leak
    - 6515: profile library mutex performance improvements
    - 6541: memory leak in PAC verify code
    - 6542: Check for null characters in pkinit certs
    - 6543: login vs user order in ftpd sometimes wrong
    - 6551: Memory leak in spnego accept_sec_context error path
  *  Avoid locking out accounts on PREAUTH_FAILED, Closes: #557979, (LP:
    #489418)

 If you do not choose to accept the full Debian version, I strongly
 recommend you take at least the fix to the lockout bug, 6543 (can
 cause people to be unable to log into ftpd), 6542 (security concern
 about accepting bogus certificates for authentication), and all the
 memory leaks.

 In addition to the code changes, this version includes:


 * autoconf was rerun as part of transition from 1.7beta3 to 1.7
 9       9       src/appl/libpty/configure
 9       9       src/appl/telnet/configure
 10      10      src/configure
 9       9       src/appl/bsd/configure
 9       9       src/appl/gssftp/configure

 The following documentation updates were pulled in moving from
 1.7.dfsg~beta3 to 1.7.  You probably don't strictly need these, but it
 should be fairly easy to see they are harmless.
 77      25      README
 22      3       doc/CHANGES
 1021    939     doc/admin-guide.ps
 83      2       doc/copyright.texinfo
 873     792     doc/install-guide.ps
 65      2       doc/krb5-admin.html
 165     105     doc/krb5-admin.info
 65      2       doc/krb5-install.html
 152     92      doc/krb5-install.info
 65      2       doc/krb5-user.html
 98      38      doc/krb5-user.info
 882     801     doc/user-guide.ps

 In addition, the following packaging changes were made:

 42      0       debian/changelog
 2       2       debian/control # fix LP #472080
 3       4       debian/prepsource # my  script not called by build process
 1       1       debian/rules # work around change in dh_makeshlibs
 1       1       debian/watch #new URI for upstream sources

 --
 Strange behavior of libkrb5 since karmic ...
 https://bugs.launchpad.net/bugs/489418
 You received this bug notification because you are subscribed to krb5 in
 ubuntu.


-- 
Strange behavior of libkrb5 since karmic ...
https://bugs.launchpad.net/bugs/489418
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 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 489418] Re: Strange behavior of libkrb5 since karmic ...

2009-11-30 Thread Philipp Kaluza
I think Sam was proposing to pull this new version as an update into karmic. 
The SRU guidelines state that this should hit lucid first, before we ask for an 
SRU. (Since this bug is a bit high-profile, it might make sense to speed up 
this process by uploading a dedicated bugfix package to lucid in any case.)
The changes sure look reasonable enough, debdiff attached (except that you have 
to wade through a lot of .ps diff lines). 


** Attachment added: debdiff from krb5-1.7dfsg~beta3 to krb5-1.7+dfsg, most of 
which is a diffed postscript file
   http://launchpadlibrarian.net/36269050/krb5_1.7%2Bdfsg-3.debdiff

-- 
Strange behavior of libkrb5 since karmic ...
https://bugs.launchpad.net/bugs/489418
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 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 489418] Re: Strange behavior of libkrb5 since karmic ...

2009-11-30 Thread Sam Hartman
 Evan == Evan Broder bro...@mit.edu writes:

Evan This shouldn't be a problem. We're still in sync phase for
Evan Ubuntu Lucid, so the new krb5 package will get automatically
Evan pulled in when it hits Debian testing.

I understand that.  The user proposed and I agree at least that this
bug and I believe a number of the other bugs are worth a karmic
update.

-- 
Strange behavior of libkrb5 since karmic ...
https://bugs.launchpad.net/bugs/489418
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 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 436041] Re: Access Denied but TSC confirms it should not be.

2009-11-30 Thread DrC
OK - but log.smbclient is 618.8 Mb.I have grep-ed it down to show
that there is no match in the log for the file names that were not
backed up.  The upload includes the 200 lines preceding the occurrence
of each file that was backed up from the directory in question.  If 200
isn't enough I can easily extend it.

Notes about the files in the tgz:
pdrive-backup shows what most of the other files are (They all accumulate 
history - you are probably only interested in the tail ends of these)
extractor is run to cut the log.smbclient down to size, and makes extracts.

-- 
Access Denied but TSC confirms it should not be.
https://bugs.launchpad.net/bugs/436041
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


  1   2   3   4   5   6   7   8   9   10   >