[Bug 742307] [NEW] Winbindd 2:3.4.7~dfsg-1ubuntu3.5 panic affter run cron daily

2011-03-25 Thread sense
Public bug reported:

Binary package hint: samba

Ubuntu version: 10.04
Samba version: 2:3.4.7~dfsg-1ubuntu3.5
After runing the program in /etc/cron.daily (System default) about 1 hour, The 
Winbindd will panic and quit.
Folow is what in /etc/cron.daily:
apt
aptitude
bsdmainutils
checkupdatetime
dpkg
logrotate
man-db
mlocate
popularity-contest
samba
standard

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

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

Title:
  Winbindd 2:3.4.7~dfsg-1ubuntu3.5 panic affter run cron daily

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


[Bug 50385] Re: samba does not support private dir option (qemu related)

2011-03-25 Thread hamish
Hi,

work-around for user accounts you trust as administrators, if you don't
want to run everything as root, but are not so insane as to use `chmod
a+rw`:

essentially just give the user permission to the files in the
/var/lib/samba dir as noted by others earlier.


(as root)
# disable samba startup at boot: (so only qemu's one will be running)
update-rc.d -f samba remove
adduser $YOU adm
chgrp adm /var/lib/samba/*.tdb
chmod g+rw /var/lib/samba/*.tdb

I also applied that to /var/lib/samba/perfmon and the parent dir but I
don't know if that is really necessary.


note that
cd /tmp/qemu-smb.1234-0
/usr/sbin/smbd -i -s smb.conf
ends with:

...
Failed to open group mapping ldb '/var/lib/samba/group_mapping.ldb' - '(null)'
...
Abnormal server exit: open_sockets_smbd() failed
BACKTRACE: ...
...


but
C:\ net use e: \\10.0.2.4\qemu

in the WinXP guest works. shrug.


tested in Debian/squeeze + samba 2:3.5.6~dfsg-3squeeze2


:-/

Hamish

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

Title:
  samba does not support private dir option (qemu related)

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


[Bug 657972] Re: Panic or segfault in Samba

2011-03-25 Thread Edson Manners
I have the same problem:

The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for PID 1293 (/usr/sbin/smbd).

This means there was a problem with the program, such as a segfault.
Below is a backtrace for this process generated with gdb, which shows
the state of the program at the time the error occurred.  The Samba log
files may contain additional information about the problem.

If the problem persists, you are encouraged to first install the
samba-dbg package, which contains the debugging symbols for the Samba
binaries.  Then submit the provided information as a bug report to
Ubuntu by visiting this link:
https://launchpad.net/ubuntu/+source/samba/+filebug

[Thread debugging using libthread_db enabled]
0x7fd406b8edee in waitpid () from /lib/libc.so.6
#0  0x7fd406b8edee in waitpid () from /lib/libc.so.6
#1  0x7fd406b26a79 in ?? () from /lib/libc.so.6
#2  0x7fd409a639b4 in smb_panic (why=value optimized out) at 
lib/util.c:1471
#3  0x7fd409a5328d in fault_report (sig=11) at lib/fault.c:52
#4  sig_fault (sig=11) at lib/fault.c:75
#5  signal handler called
#6  0x7fd406b67e52 in ?? () from /lib/libc.so.6
#7  0x7fd409a3981e in rep_strlcpy (d=0x7fff647ecd38 , s=0x0, bufsize=256) 
at ../lib/replace/replace.c:69
#8  0x7fd409a70494 in connections_fetch_entry (mem_ctx=0x0, 
conn=0x7fd40adb5220, name=0x0) at lib/conn_tdb.c:65
#9  0x7fd4097ed666 in yield_connection (conn=0x7fd40adb5220, name=0x0) at 
smbd/connection.c:33
#10 0x7fd40985b496 in close_cnum (conn=0x7fd40adb5220, vuid=101) at 
smbd/service.c:1256
#11 0x7fd4097f4d1c in conn_close_all (sconn=value optimized out) at 
smbd/conn.c:185
#12 0x7fd409d5ed25 in exit_server_common (how=SERVER_EXIT_NORMAL, 
reason=0x7fd409d89047 failed to receive smb request) at smbd/server.c:852
#13 0x7fd409d5ef4e in exit_server_cleanly (explanation=0x0) at 
smbd/server.c:931
#14 0x7fd40985a8ab in smbd_server_connection_read_handler (ev=value 
optimized out, fde=value optimized out, flags=value optimized out, 
private_data=value optimized out) at smbd/process.c:2115
#15 smbd_server_connection_handler (ev=value optimized out, fde=value 
optimized out, flags=value optimized out, private_data=value optimized 
out) at smbd/process.c:2137
#16 0x7fd409a73422 in run_events (ev=0x7fd40acfc430, selrtn=1, 
read_fds=0x7fff647ed130, write_fds=0x7fff647ed0b0) at lib/events.c:156
#17 0x7fd4098595f0 in smbd_server_connection_loop_once () at 
smbd/process.c:840
#18 smbd_process () at smbd/process.c:2451
#19 0x7fd409d5f1ee in smbd_accept_connection (ev=value optimized out, 
fde=value optimized out, flags=value optimized out, private_data=value 
optimized out) at smbd/server.c:438
#20 0x7fd409a73422 in run_events (ev=0x7fd40acfc430, selrtn=1, 
read_fds=0x7fff647ed440, write_fds=0x7fff647ed3c0) at lib/events.c:156
#21 0x7fd409a736e1 in s3_event_loop_once (ev=0x7fd40acfc430, 
location=value optimized out) at lib/events.c:219
#22 0x7fd409a73ac0 in _tevent_loop_once (ev=0x7fd40acfc430, 
location=0x7fd409f65658 smbd/server.c:726) at ../lib/tevent/tevent.c:497
#23 0x7fd409d5fed3 in smbd_parent_loop (argc=value optimized out, 
argv=0x7fff647ed7c0) at smbd/server.c:726
#24 main (argc=value optimized out, argv=0x7fff647ed7c0) at smbd/server.c:1316
A debugging session is active.

Inferior 1 [process 1293] will be detached.

Quit anyway? (y or n) [answered Y; input not from terminal]

# uname -a
Linux htpc 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 
GNU/Linux

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.10
Release:10.10
Codename:   maverick


# dpkg --list | grep -i samba
ii  libpam-smbpass   2:3.5.4~dfsg-1ubuntu8.3
   pluggable authentication module for Samba
ii  libwbclient0   2:3.5.4~dfsg-1ubuntu8.3  
 Samba winbind client library
ii  nautilus-share   0.7.2-13.1 
   Nautilus extension to share folder using Samba
ii  python-smbc 1.0.8-0ubuntu1  
  Python bindings for Samba clients (libsmbclient)
ii  samba  2:3.5.4~dfsg-1ubuntu8.3  
 SMB/CIFS file, print, and login server for Unix
ii  samba-common2:3.5.4~dfsg-1ubuntu8.3 
  common files used by both the Samba server and client
ii  samba-common-bin 2:3.5.4~dfsg-1ubuntu8.3
   common files used by both the Samba server and client
ii  samba-dbg  2:3.5.4~dfsg-1ubuntu8.3  
 Samba debugging symbols

Is there any other info that might help?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to 

[Bug 742104] Re: OpenLDAP remote DoS: CVE-2011-1081

2011-03-25 Thread Jamie Strandboge
Thank you for using Ubuntu and reporting a bug. Packages are already
being prepared to address this vulnerability.

** Visibility changed to: Public

** Changed in: openldap (Ubuntu)
   Status: New = In Progress

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

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

Title:
  OpenLDAP remote DoS: CVE-2011-1081

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


[Bug 742421] [NEW] package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2011-03-25 Thread Albena
Public bug reported:

Binary package hint: postfix

Albena TargBG should not be in this directory and I don't know how to
remove it

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: postfix 2.7.0-1
ProcVersionSignature: Ubuntu 2.6.32-30.59-generic 2.6.32.29+drm33.13
Uname: Linux 2.6.32-30-generic i686
Architecture: i386
Date: Fri Mar 25 14:24:54 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 75
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: postfix
Title: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75

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


** Tags: apport-package i386 lucid

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

Title:
  package postfix 2.7.0-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 75

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


[Bug 742421] Re: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2011-03-25 Thread Albena
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/742421

Title:
  package postfix 2.7.0-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 75

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


[Bug 742431] [NEW] package drbd8-source 2:8.3.7-1ubuntu2.1 failed to install/upgrade: drbd8 kernel module failed to build

2011-03-25 Thread hiep5876
Public bug reported:

drbd8 fail to install every time try to install virtual box in ubuntu
10.04 lts

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: drbd8-source 2:8.3.7-1ubuntu2.1
ProcVersionSignature: Ubuntu 2.6.35-25.44~lucid1-virtual 2.6.35.10
Uname: Linux 2.6.35-25-virtual i686
Architecture: i386
Date: Fri Mar 25 05:52:16 2011
ErrorMessage: drbd8 kernel module failed to build
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
PackageArchitecture: all
PackageVersion: 2:8.3.7-1ubuntu2.1
SourcePackage: drbd8
Title: package drbd8-source 2:8.3.7-1ubuntu2.1 failed to install/upgrade: drbd8 
kernel module failed to build

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


** Tags: apport-package i386 lucid

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

Title:
  package drbd8-source 2:8.3.7-1ubuntu2.1 failed to install/upgrade:
  drbd8 kernel module failed to build

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


[Bug 742431] Re: package drbd8-source 2:8.3.7-1ubuntu2.1 failed to install/upgrade: drbd8 kernel module failed to build

2011-03-25 Thread hiep5876
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/742431

Title:
  package drbd8-source 2:8.3.7-1ubuntu2.1 failed to install/upgrade:
  drbd8 kernel module failed to build

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


[Bug 742421] Re: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2011-03-25 Thread Scott Kitterman
** Changed in: postfix (Ubuntu)
   Status: New = Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/postfix/+question/150406

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

Title:
  package postfix 2.7.0-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 75

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


[Bug 710114] Re: kvm/qemu server freeze

2011-03-25 Thread Serge Hallyn
Hi,

can you look under /var/crash for the info collected by apport-collect?
If you can log in on terminal (after a reboot if need be) and do

  apport-bug /var/crash/_qemu-kvm..crash

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

Title:
  kvm/qemu server freeze

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


[Bug 742443] [NEW] cc looses database information after restart

2011-03-25 Thread Christoph Martin
Public bug reported:

When doing

restart eucalyptus-cc

(not 'restart eucalyptus-cc CLEAN=1') the cc database information are
lost.

iptables-save does not show anymore the forwarding/nat rules for the
vm's

also the file //var/run/eucalyptus/net/euca-dhcp.conf does not anymore
include the dhcp information for the vm's

I know that there existed an old bug, but it was reported as fixed some
time ago.

I tried version 2.0+bzr1241-0ubuntu4.1 from maverick and
2.0.1+bzr1256-0ubuntu2 from natty.

The problem persists in both versions.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: eucalyptus-cc 2.0.1+bzr1256-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-27.48-server 2.6.35.11
Uname: Linux 2.6.35-27-server x86_64
.etc.eucalyptus.eucalyptus.cc.conf: CC_NAME=cluster1
Architecture: amd64
Date: Fri Mar 25 14:10:45 2011
InstallationMedia: Ubuntu-Server 10.10 Maverick Meerkat - Release amd64 
(20101007)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: eucalyptus

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


** Tags: amd64 apport-bug maverick

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

Title:
  cc looses database information after restart

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


[Bug 742443] Re: cc looses database information after restart

2011-03-25 Thread Christoph Martin
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/742443

Title:
  cc looses database information after restart

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


[Bug 668368] Re: Default [homes] share template uses incorrect %S macro.

2011-03-25 Thread Marc Deslauriers
Thanks for reporting this issue and attaching a patch. The best way for
us to fix this in Ubuntu is to get it fixed in the upstream Debian
package. Could you please file a bug in the upstream Debian bug tracker
and link the upstream bug report here? (http://www.debian.org/Bugs/)

Thanks!


** Also affects: samba (Debian)
   Importance: Undecided
   Status: New

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

Title:
  Default [homes] share template uses incorrect %S macro.

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


[Bug 742307] Re: Winbindd 2:3.4.7~dfsg-1ubuntu3.5 panic affter run cron daily

2011-03-25 Thread sense
Maybe the same bug with 
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/736757

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

Title:
  Winbindd 2:3.4.7~dfsg-1ubuntu3.5 panic affter run cron daily

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


[Bug 742501] [NEW] Apparmor profile prevents read/write from /tmp

2011-03-25 Thread Necrolyte2
Public bug reported:

Need to add 
/home/tmp/*.MY* rw,

to the usr.sbin.mysqld apparmor profile

Affected package: mysql-5.1

Kern.log entries of interest
[17480.475541] type=1400 audit(1301059398.713:35): apparmor=DENIED 
operation=mknod parent=1 profile=/usr/sbin/mysqld 
name=/home/tmp/#sql_f07_0.MYI pid=4538 comm=mysqld requested_mask=c 
denied_mask=c fsuid=115 ouid=115
[19694.473134] type=1400 audit(1301061612.712:369): apparmor=DENIED 
operation=mknod parent=1 profile=/usr/sbin/mysqld 
name=/home/tmp/#sql_1772_0.MYD pid=6010 comm=mysqld requested_mask=c 
denied_mask=c fsuid=115 ouid=115
[19598.298780] type=1400 audit(1301061516.536:336): apparmor=DENIED 
operation=mknod parent=1 profile=/usr/sbin/mysqld name=/home/tmp/ibm6SIim 
pid=6002 comm=mysqld requested_mask=c denied_mask=c fsuid=115 ouid=115

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: mysql-server-5.1 5.1.49-1ubuntu8.1
ProcVersionSignature: Ubuntu 2.6.35-27.48-generic 2.6.35.11
Uname: Linux 2.6.35-27-generic i686
Architecture: i386
Date: Fri Mar 25 21:15:46 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: mysql-5.1

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


** Tags: apparmor apport-bug i386 maverick mysql-5.1 mysqld

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

Title:
  Apparmor profile prevents read/write from /tmp

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


[Bug 742501] Re: Apparmor profile prevents read/write from /tmp

2011-03-25 Thread Necrolyte2
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/742501

Title:
  Apparmor profile prevents read/write from /tmp

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


[Bug 738968] Re: Can't See Parts of DFS CIFS Share

2011-03-25 Thread James Page
Hi Larry

Thanks for all of the additional information that you provided.

I've setup a basic DFS on Samba configuration across two Samba servers
(Natty release).  I've tried accessing the DFS based paths from both
Maverick and Lucid installations using smbclient and as long as I have
exactly the same username/password on both Samba servers it works just
fine.

Is it possible that the server providing the share linked from the DFS
root is expecting different credentials? Please could you try to confirm
this by directly accessing the server/share that the DFS link refers to
using smbclient.

Thanks

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

Title:
  Can't See Parts of DFS CIFS Share

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


[Bug 741887] Re: virsh snapshot-create too slow (kvm, qcow2, savevm)

2011-03-25 Thread Serge Hallyn
The current upstream qemu.git from git://git.savannah.nongnu.org/qemu.git
also has the slow savevm.  However, it's loadvm takes only a few seconds.


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

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

Title:
  virsh snapshot-create too slow (kvm, qcow2, savevm)

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


[Bug 738968] Re: Can't See Parts of DFS CIFS Share

2011-03-25 Thread Larry Reid
James: I downloaded the source for Samba 3.5.8, built it, and confirmed
that it had the same problem. So I've been tracing the code. What I see
is that in the function cli_dfs_get_referal in libsmb/clidfs.c two
components of the path are returned: one that doesn't end in a \, and
the other that doesn't start with a \. When the two paths are put
together in the function cli_resolve_path (in the same source file), no
\ is put between the components, which leads to smbclient not finding
the directory.

I haven't had time to trace below cli_dfs_get_referral, but I believe
that the path components are being returned by the server. I'm guessing
(stress guessing) that there may be a difference in the EMC CIFS or DFS
implementation, and EMC is returning a string without a trailing \ when
other implementations return a trailing \.

Give me the weekend to see if I confirm my guesses. I'm pretty sure I
have a patch that would work for me, but I have no resources to be able
to test other cases to make sure my patch doesn't break anything else.
Also, I think we have a case that this is indeed a case that Samba
should handle. My limited experience upstreaming bugs from Ubuntu is
that they never get addressed. My gut says the Samba team will be more
responsive. What do you think the chances are that we can get the Samba
team's attention for this?

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

Title:
  Can't See Parts of DFS CIFS Share

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


[Bug 738968] Re: Can't See Parts of DFS CIFS Share

2011-03-25 Thread Larry Reid
My fix for my issue works. As I said, I can't test it against other
servers. Let me know how we should guide this through the Samba team.
Thanks for your help so far!

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

Title:
  Can't See Parts of DFS CIFS Share

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


[Bug 738968] Re: Can't See Parts of DFS CIFS Share

2011-03-25 Thread Chuck Short
Please attach a patch and we can do the appropriate actions.

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

Title:
  Can't See Parts of DFS CIFS Share

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


[Bug 741887] Re: virsh snapshot-create too slow (kvm, qcow2, savevm)

2011-03-25 Thread Michael Tokarev
savevm _is_ slow, because it's writing to a qcow2 file with full
(meta)data allocation which is terrible slow since 0.13 (and 0.12.5)
unless you use cache=unsafe.  It's the same slowdown as observed with
default cache mode when performing an operating system install into a
freshly created qcow2 - it may take several hours.  To verify, run
`iostat -dkx 5' and see how busy (the last column) your disk is during
the save - I suspect it'll be about 100%.

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

Title:
  virsh snapshot-create too slow (kvm, qcow2, savevm)

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


[Bug 710114] Re: kvm/qemu server freeze

2011-03-25 Thread Serge Hallyn
Am installing a winxp sp2 VM right now on a lucid host to test with.

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

Title:
  kvm/qemu server freeze

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


[Bug 572410] Re: [SRU] nmbd doesn't start because of missing testparm

2011-03-25 Thread Wolfram Fischer
On maverick with static IP addressing the following helped:

Exchange testparm to testparm.samba3 in /etc/init/nmbd.conf.

NMBD_DISABLED=`testparm.samba3 -s --parameter-name='disable netbios'
2/dev/null`

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

Title:
  [SRU] nmbd doesn't start because of missing testparm

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


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

2011-03-25 Thread Clint Byrum
Please keep the discussion centered around how to effectively reproduce
the bug. Otherwise developers will have no idea how to help with this
issue. Workarounds are fine, but should not be the focus of the
discussion other than to provide insight into what is causing the issue.

To recap where we seem to be at:

* Windows 7 clearly works for some users as a file sharing client of SAMBA.
* Windows 7 clearly works for some users as a file sharing server for Ubuntu.
* There may have been configuration issues that led to Windows 7 *not* being 
accessible, since restoring a Windows 7 machine that was affected to its 
original install settings alleviated the problem.

So given that, if you are still affected by this, please provide a clear
set of steps users can perform to try and confirm that this bug exists.
It sounds like this may be the steps:

1. share a directory on your windows 7 machine
2. browse the windows 7 machine from an Ubuntu 10.10 machine using nautilus

expected result: see the shares
actual result: see nothing

Leaving bug status as Incomplete pending response from an affected user
regarding the steps to reproduce.

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

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

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


[Bug 741887] Re: virsh snapshot-create too slow (kvm, qcow2, savevm)

2011-03-25 Thread Serge Hallyn
Confirmed that doing


  kvm -drive file=lucid.img,cache=unsafe,index=0,boot=on -m 512M -smp 2 -vnc :1 
-monitor stdio

and doing 'savevm savevm5'

takes about 2 seconds.

So, for fast savevm, 'cache=unsafe' is the workaround.  Shoudl this bug
then be marked invalid, or 'wontfix'?

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

Title:
  virsh snapshot-create too slow (kvm, qcow2, savevm)

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


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

2011-03-25 Thread kwagga
Hi Clint,

Unfortunately reproducing the error, isn't so easy, since I spoke to a
friend of mine, and he is having no issues, I even took his smb.conf
file, overwrote mine, and the errors are still the same.

What I can do, is create a video, upload to youtube, and then you can
see step by step what is and isn't working - I know that's not the
proper way, but this Samba reinstall has dumbfounded me. Other than
that, I can only keep uploaded the same log files, and config files.

As much as I didn't like André's solution (thought I appreciate it),
it's beginning to look like a worthwhile attempt, even though I created
a virtual installation of windows 7 with bridged networking, that also
didn't help.

If someone could paste their working samba config here, which I could
try, that would be appreciated.

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

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

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


[Bug 735351] Re: package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-25 Thread Marc Deslauriers
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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


[Bug 636195] Re: Autofs for LDAP doesn't contain ldif file

2011-03-25 Thread Jamie Brewer
Re-opening this because the info asked for was provided but the auto-
close got it.

I'm trying to get automount going on a test server with the provided
ldif schema, currently.  will report back.

** Changed in: autofs5 (Ubuntu)
   Status: Expired = New

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

Title:
  Autofs for LDAP doesn't contain ldif file

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


[Bug 734316] [NEW] plymouth made SSL pass phrase dialog can't read input

2011-03-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

System:
Ubuntu Server 10.10

Packages:
apache plymouth

Description:
If you configure apache to use a password-protected SSL key. when apache 
booting with the system, it will ask you for a password. But the pass phrase 
dialog can't read the password from console. You must login on tty2, kill 
apache manually,then start it.

Solutions:
I find three way to fix it.

1)The first is in Bug #582963, I don't think this bug is because of apache.
   Adding stty sane to /etc/init.d/apache2.
   sed -e '/^ENV=/i stty sane' /etc/init.d/apache2|sudo tee /etc/init.d/apache2

2) and 3)will make plymouth can't start when the system is booting.

2)add init=/sbin/init at kernel boot command line

3)Stop self-starting plymouth (I can't uninstall it because of the dependencies)
   sudo cd /etc/init
   sudo tar -czvf initbak.tar.gz /etc/init
   sudo rm /init/plymouth*

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


** Tags: apache plymouth
-- 
plymouth made SSL pass phrase dialog can't read input
https://bugs.launchpad.net/bugs/734316
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to apache2 in Ubuntu.

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


[Bug 734316] Re: plymouth made SSL pass phrase dialog can't read input

2011-03-25 Thread Steve Langasek
** Package changed: plymouth (Ubuntu) = apache2 (Ubuntu)

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

Title:
  plymouth made SSL pass phrase dialog can't read input

-- 
Ubuntu-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 731976] SAMBA - Can't access Windows 7 computer via SAMBA

2011-03-25 Thread André Madureira
Hello kwagga,

My sharing problem was solved with the problematic machine through a 
Windows 7 OS Image restore via Norton Ghost 15 (although I know this is 
not a solution, nor workaround for the problem), which leads me to think 
that this is a Windows configuration problem... Since I don't have the 
problem anymore, I can place my smb.conf file like you asked, but I 
doubt this would help in the solution of your problem...

Steps to Reproduce the Problem (like Clint Byrum model):

   1. Configured a path to be shared in Windows 7 Ultimate
   2. Tried to access it with both Nautilus and Dolphin and both showed
  the error: Can't enter the remote machine CONCE-CPU (without
  asking for the authentication to access the machine)

PS: The error persisted in my virtualized Windows XP Professional SP3 in 
my Linux via Virtual Box Puel (latest version)

PS²: This problem is not related to the Windows 7 SP1 installation 
because I tested the access of NAUTILUS to Windows 7 Ultimate Server 
with and without SP1 installed, and it could access it in both cases...

PS³: I'm sending an image of the configuration of my Windows 7 OS 
related to sharing options (these printscreens were taken in a Windows 7 
Ultimate Build 7601 with SP1 PT-BR)... The computer from which I'm 
sending the configuration don't have any problem related to remote file 
share (server) or access (client), so we can have a clue of what 
configurations can be applied without affecting Ubuntu (client) access 
of Windows 7 (server) remote files... This PC uses BITDEFENDER TOTAL 
SECURITY 2010 WITH FIREWALL AND ANTIVIRUS ENABLED ; Malware Anti-Malware 
Bytes 1.50 ; Windows Firewall Disabled ; Windows Defender Disabled ; 
Secunia PSI 2.0 and other program that are in a printscreen...

PS: All PC's in my WORKGROUP are configured for a Domestic Network (lets 
files to be shared and accessed) and *NOT PUBLIC NETWORK*...

I'll later send more printscreens of other PC's in my WORKGROUP for you 
to analyze too...

Thanks for your help and I hope I could help in the solution or 
reproduction of the problem,

André Madureira


** Attachment added: smb.conf
   https://bugs.launchpad.net/bugs/731976/+attachment/1940985/+files/smb.conf

** Attachment added: PrintScreen 1.PNG
   
https://bugs.launchpad.net/bugs/731976/+attachment/1940986/+files/PrintScreen%201.PNG

** Attachment added: PrintScreen 2.PNG
   
https://bugs.launchpad.net/bugs/731976/+attachment/1940987/+files/PrintScreen%202.PNG

** Attachment added: PrintScreen 3.PNG
   
https://bugs.launchpad.net/bugs/731976/+attachment/1940988/+files/PrintScreen%203.PNG

** Attachment added: PrintScreen 4.PNG
   
https://bugs.launchpad.net/bugs/731976/+attachment/1940989/+files/PrintScreen%204.PNG

** Attachment added: PrintScreen 5.PNG
   
https://bugs.launchpad.net/bugs/731976/+attachment/1940990/+files/PrintScreen%205.PNG

** Attachment added: PrintScreen 6.PNG
   
https://bugs.launchpad.net/bugs/731976/+attachment/1940991/+files/PrintScreen%206.PNG

** Attachment added: PrintScreen 7.PNG
   
https://bugs.launchpad.net/bugs/731976/+attachment/1940992/+files/PrintScreen%207.PNG

** Attachment added: PrintScreen 8.PNG
   
https://bugs.launchpad.net/bugs/731976/+attachment/1940993/+files/PrintScreen%208.PNG

** Attachment added: PrintScreen 9.PNG
   
https://bugs.launchpad.net/bugs/731976/+attachment/1940994/+files/PrintScreen%209.PNG

** Attachment added: PrintScreen 10.PNG
   
https://bugs.launchpad.net/bugs/731976/+attachment/1940995/+files/PrintScreen%2010.PNG

** Attachment added: PrintScreen (What Firewall is in Use - BITDEFENDER 
FIREWALL).PNG
   
https://bugs.launchpad.net/bugs/731976/+attachment/1940996/+files/PrintScreen%20%28What%20Firewall%20is%20in%20Use%20-%20BITDEFENDER%20FIREWALL%29.PNG

** Attachment added: PrintScreen (What Firewall is in Use - BITDEFENDER 
FIREWALL) 2.PNG
   
https://bugs.launchpad.net/bugs/731976/+attachment/1940997/+files/PrintScreen%20%28What%20Firewall%20is%20in%20Use%20-%20BITDEFENDER%20FIREWALL%29%202.PNG

** Attachment added: PrintScreen (What Firewall is in Use - BITDEFENDER 
FIREWALL) 3.PNG
   
https://bugs.launchpad.net/bugs/731976/+attachment/1940998/+files/PrintScreen%20%28What%20Firewall%20is%20in%20Use%20-%20BITDEFENDER%20FIREWALL%29%203.PNG

** Attachment added: PrintScreen (what PROGRAMS I'm Using in the 
Backgroud).PNG
   
https://bugs.launchpad.net/bugs/731976/+attachment/1940999/+files/PrintScreen%20%28what%20PROGRAMS%20I%27m%20Using%20in%20the%20Backgroud%29.PNG

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

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

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


[Bug 684816] Re: Node Controller (NC) fail to register

2011-03-25 Thread Teej
Hi Brian,
There doesn't seem to have been any updates on this bug report for a while. Can 
you tell us if this is still an issue in the latest version of Ubuntu (10.10)? 
Thank you.

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

Title:
  Node Controller (NC) fail to register

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


[Bug 734316] Re: plymouth made SSL pass phrase dialog can't read input

2011-03-25 Thread Clint Byrum
*** This bug is a duplicate of bug 582963 ***
https://bugs.launchpad.net/bugs/582963

Hi meshway, thanks for taking the time to file this bug report so we can
make Ubuntu better!

I believe this is an exact duplicate of bug #582963 , which has been
fixed, albeit not perfectly, in Natty by using plymouth's ask for
password facilities.

We probably won't backport that to Maverick or prior releases, because
it potentially halts the bootup. This needs to be documented in some
release notes before we do it so we don't accidentally leave a time-bomb
on somebody's remotely managed system for the next reboot.

As you note, the only real answer is to start apache2 manually when you
have a pass phrase.

This is noted in the maverick release notes:

https://wiki.ubuntu.com/MaverickMeerkat/ReleaseNotes#Known Issues

Marking duplicate of bug #582963

** This bug has been marked a duplicate of bug 582963
   SSL pass phrase dialog can't read input
 * You can subscribe to bug 582963 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/582963/+subscribe

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

Title:
  plymouth made SSL pass phrase dialog can't read input

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


[Bug 582963] Re: SSL pass phrase dialog can't read input

2011-03-25 Thread Clint Byrum
Release team, I've subscribed you because I think this also needs a note
in the Natty release notes. The potential halting of the boot to ask for
a password is a new behavior that people should be aware of on upgrade
to Natty.

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

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

Title:
  SSL pass phrase dialog can't read input

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


[Bug 742501] Re: Apparmor profile prevents read/write from /tmp

2011-03-25 Thread Clint Byrum
Necrolyte, thanks for taking the time to file this  bug report and help
us make Ubuntu better.

I'm not sure why we would add /home/tmp to the default apparmor profile
for mysqld, when it is not the default tmpdir for the package. Can you
explain your reasoning for that?

If you want to put tmp on /home/tmp, you most certainly can, but you
will need to also modify the apparmor profile (which will subsequently
be re-loaded when mysql is stopped and started again.)

Closing as Invalid. If I have misunderstood the issue, please feel free
to change the status back to New, or file a new report.

** Changed in: mysql-5.1 (Ubuntu)
   Status: New = Invalid

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

Title:
  Apparmor profile prevents read/write from /tmp

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


[Bug 735351] Re: package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-25 Thread Clint Byrum
*** This bug is a duplicate of bug 729288 ***
https://bugs.launchpad.net/bugs/729288

** This bug has been marked a duplicate of bug 729288
   squid failed to restart after update to squid 2.7.STABLE7-1ubuntu12.2
 * You can subscribe to bug 729288 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/729288/+subscribe

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

Title:
  package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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


[Bug 729288] Re: squid failed to restart after update to squid 2.7.STABLE7-1ubuntu12.2

2011-03-25 Thread Clint Byrum
jdiasn, in that case you actually have an error in your squid.conf.. you
need to fix that or squid won't be able to start.

Could all those affected check their /var/log/squid/cache.log and make
sure its not just a config problem?

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

Title:
  squid failed to restart after update to squid 2.7.STABLE7-1ubuntu12.2

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


[Bug 741887] Re: virsh snapshot-create too slow (kvm, qcow2, savevm)

2011-03-25 Thread mkopta
I confirm that without 'cache' option, I have got from iostat those
result while doing 'savevm'

Device: sda
rrqm/s: 0.00
wrqm/s: 316.00
r/s: 0.00
w/s: 94.80
rkB/s: 0.00
wkB/s: 1541.60
avgrq-sz: 32.52
avgqu-sz: 0.98
await: 10.32
svctm: 10.10
%util: 95.76

I also confirm, that when option 'cache=unsafe' is used, snapshot (from
qemu monitor) is done as quickly as it should (few seconds).

I am not sure if this is a solution or workaround or just a closer
description of a bug.

http://libvirt.org/formatdomain.html#elementsDisks describes option
'cache'. When I use that (cache=none) it spits out:

error: Failed to create domain from vm.xml
error: internal error process exited while connecting to monitor: kvm: -drive 
file=/home/dum8d0g/vms/deb.qcow2,if=none,id=drive-ide0-0-0,boot=on,format=qcow2,cache=none:
 could not open disk image /home/dum8d0g/vms/deb.qcow2: Invalid argument

When that option is removed, domain is created successfuly. I guess I
have another bugreport to fill.

So, for me, the issue is somehow solved from the qemu side. I think,
this could be marked as wontfix.

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

Title:
  virsh snapshot-create too slow (kvm, qcow2, savevm)

-- 
Ubuntu-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 582963] Re: SSL pass phrase dialog can't read input

2011-03-25 Thread Steve Langasek
On Fri, Mar 25, 2011 at 08:07:15PM -, Clint Byrum wrote:
 Release team, I've subscribed you because I think this also needs a note
 in the Natty release notes.

Please open a task on the 'ubuntu-release-notes' project rather than
subscribing ubuntu-release for this.

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

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

Title:
  SSL pass phrase dialog can't read input

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


[Bug 742748] [NEW] package backuppc 3.2.0-3ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2011-03-25 Thread Pancho Cornejos
Public bug reported:

Binary package hint: backuppc

i just ran apt-get install backuppc. :(

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: backuppc 3.2.0-3ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38
Uname: Linux 2.6.38-7-generic x86_64
NonfreeKernelModules: wl nvidia
Architecture: amd64
Date: Fri Mar 25 17:03:34 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
SourcePackage: backuppc
Title: package backuppc 3.2.0-3ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2
UpgradeStatus: Upgraded to natty on 2011-03-24 (1 days ago)

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


** Tags: amd64 apport-package natty

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

Title:
  package backuppc 3.2.0-3ubuntu3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

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


[Bug 742748] Re: package backuppc 3.2.0-3ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2011-03-25 Thread Pancho Cornejos
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc in Ubuntu.
https://bugs.launchpad.net/bugs/742748

Title:
  package backuppc 3.2.0-3ubuntu3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

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


[Bug 729288] Re: squid failed to restart after update to squid 2.7.STABLE7-1ubuntu12.2

2011-03-25 Thread jdiasn
Clint Byrum, how fix I this problem? 
Can you help me?

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

Title:
  squid failed to restart after update to squid 2.7.STABLE7-1ubuntu12.2

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


[Bug 234901] Re: Please apply upstream patch for dpkg-buildsource

2011-03-25 Thread Raphaël Hertzog
Upstream doesn't impose anything. ubuntu has made the choice to keep
that setting via the Dpkg::Vendor infrastructure. Thus marking it as
wontfix for dpkg.

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

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

Title:
  Please apply upstream patch for dpkg-buildsource

-- 
Ubuntu-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 582963] Re: SSL pass phrase dialog can't read input

2011-03-25 Thread Clint Byrum
Note that it already had a task, which was fixed in the maverick notes.

I cannot change that task back to New or create a task for the Natty
series.

I will open a new bug report against ubuntu-release-notes and provide a
link to this bug report.

On Fri, 2011-03-25 at 20:20 +, Steve Langasek wrote:
 On Fri, Mar 25, 2011 at 08:07:15PM -, Clint Byrum wrote:
  Release team, I've subscribed you because I think this also needs a note
  in the Natty release notes.
 
 Please open a task on the 'ubuntu-release-notes' project rather than
 subscribing ubuntu-release for this.
 
 -- 
 Steve Langasek   Give me a lever long enough and a Free OS
 Debian Developer   to set it on, and I can move the world.
 Ubuntu Developerhttp://www.debian.org/
 slanga...@ubuntu.com vor...@debian.org


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

Title:
  SSL pass phrase dialog can't read input

-- 
Ubuntu-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 582963] Re: SSL pass phrase dialog can't read input

2011-03-25 Thread Steve Langasek
On Fri, Mar 25, 2011 at 09:42:49PM -, Clint Byrum wrote:
 Note that it already had a task, which was fixed in the maverick notes.

 I cannot change that task back to New or create a task for the Natty
 series.

oh, oops. :-)

 I will open a new bug report against ubuntu-release-notes and provide a
 link to this bug report.

Or I could reopen the release-notes task on this bug, whichever you
prefer.

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

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

Title:
  SSL pass phrase dialog can't read input

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


[Bug 710114] Re: kvm/qemu server freeze

2011-03-25 Thread Serge Hallyn
Hm, qemu-kvm 0.12.3+noroms-0ubuntu9.4 and kernel 2.6.32-30-generic
#59-Ubuntu, I was not able to reproduce.  Although I was doing it over
vnc.  Let me try over ssh -X.

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

Title:
  kvm/qemu server freeze

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


[Bug 710114] Re: kvm/qemu server freeze

2011-03-25 Thread Serge Hallyn
Still could not reproduce.

Since KSM shows up in the stack trace, could you try disabling KSM by
doing

echo 0  /sys/kernel/mm/ksm/run

and then try again?

Please also append your /etc/default/qemu-kvm and the result of

   virsh dumpxml (winxp_vm_name)

to this report.

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

Title:
  kvm/qemu server freeze

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


[Bug 710114] Re: kvm/qemu server freeze

2011-03-25 Thread slu
Hi,

don't look so good:
root@vmhost:/var/crash# ls -la
insgesamt 8
drwxrwxrwt  2 root root 4096 2010-04-13 22:52 .
drwxr-xr-x 14 root root 4096 2010-06-04 01:37 ..
root@vmhost:/var/crash#

Linux vmhost 2.6.32-30-server #59-Ubuntu SMP Tue Mar 1 22:46:09 UTC 2011 x86_64 
GNU/Linux
qemu-kvm 0.12.3+noroms-0ubuntu9.4

I have the server kernel, you test with the generic, maybe there is a 
difference? 
The server work without problems for the last 6 weeks, maybe we have a hardware 
problem?

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

Title:
  kvm/qemu server freeze

-- 
Ubuntu-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 710114] Re: kvm/qemu server freeze

2011-03-25 Thread Serge Hallyn
Quoting slu (710...@bugs.launchpad.net):
 Hi,
 
 don't look so good:
 root@vmhost:/var/crash# ls -la
 insgesamt 8
 drwxrwxrwt  2 root root 4096 2010-04-13 22:52 .
 drwxr-xr-x 14 root root 4096 2010-06-04 01:37 ..
 root@vmhost:/var/crash#
 
 Linux vmhost 2.6.32-30-server #59-Ubuntu SMP Tue Mar 1 22:46:09 UTC 2011 
 x86_64 GNU/Linux
 qemu-kvm 0.12.3+noroms-0ubuntu9.4
 
 I have the server kernel, you test with the generic, maybe there is a 
 difference? 

Good thinking.  I can pursue reproducing that.

 The server work without problems for the last 6 weeks, maybe we have a
hardware problem?

That certainly is possible.

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

Title:
  kvm/qemu server freeze

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


[Bug 742501] Re: Apparmor profile prevents read/write from /tmp

2011-03-25 Thread Necrolyte2
/tmp is a symbolic link to /home/tmp

I didn't do it so I'm assuming it was done during the install

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

Title:
  Apparmor profile prevents read/write from /tmp

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


[Bug 721649] Re: package rabbitmq-server 2.3.1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-25 Thread Curtis Hovey
*** This bug is a duplicate of bug 653405 ***
https://bugs.launchpad.net/bugs/653405

I fixed this by making my hostname resolvable. I think connman was to
blame. Another machine that had this same issue spontaneously fixed
itself when I switched to nm.

** This bug has been marked a duplicate of bug 653405
   rabbitmq-server fails to start if hostname is unresolvable or has changed 
since first starting
 * You can subscribe to bug 653405 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/653405/+subscribe

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

Title:
  package rabbitmq-server 2.3.1-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 653405] Re: rabbitmq-server fails to start if hostname is unresolvable or has changed since first starting

2011-03-25 Thread Curtis Hovey
This bug also affects package upgrade scripts.

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

Title:
  rabbitmq-server fails to start if hostname is unresolvable or has
  changed since first starting

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


[Bug 736757] Re: PANIC (pid 18442): internal error in winbindd

2011-03-25 Thread sense
Same problem happen to me
ubuntu version: 10.04.2 x86_64
winbind version: 2:3.4.7~dfsg-1ubuntu3.5
And have the similar thread debugging message: 

[Thread debugging using libthread_db enabled]
0x7fb594f32f7e in waitpid () from /lib/libc.so.6
#0  0x7fb594f32f7e in waitpid () from /lib/libc.so.6
#1  0x7fb594eca7e9 in ?? () from /lib/libc.so.6
#2  0x7fb597373264 in smb_panic (why=value optimized out)
at lib/util.c:1486
#3  0x7fb59736284d in fault_report (sig=11) at lib/fault.c:52
#4  sig_fault (sig=11) at lib/fault.c:75
#5  signal handler called
#6  rpc_pipe_np_smb_conn (p=0x0) at rpc_client/rpc_transport_np.c:402
#7  0x7fb59744e048 in rpccli_set_timeout (rpc_cli=0x0, timeout=35000)
at rpc_client/cli_pipe.c:2956
#8  0x7fb5972e87a1 in winbindd_lookup_sids (mem_ctx=0x7fb597fb2b50, 
domain=value optimized out, num_sids=value optimized out, 
sids=value optimized out, domains=0x7fff2af6f1c0, names=0x7fff2af6f1d0, 
types=0x7fff2af6f1c8) at winbindd/winbindd_rpc.c:1221
#9  0x7fb5972eb092 in lookup_groupmem (domain=0x7fb598041950, 
mem_ctx=0x7fb597fe8950, group_sid=0x7fb598084a90, 
num_names=0x7fff2af6f50c, sid_mem=value optimized out, 
names=value optimized out, name_types=0x7fff2af6f4d8)
at winbindd/winbindd_ads.c:1124
#10 0x7fb5972d2503 in lookup_groupmem (domain=value optimized out, 
mem_ctx=value optimized out, group_sid=value optimized out, 
num_names=0x7fff2af6f50c, sid_mem=0x7fff2af6f4c8, names=0x7fff2af6f4d0, 
name_types=0x7fff2af6f4d8) at winbindd/winbindd_cache.c:2211
#11 0x7fb5972c55e7 in expand_groups (domain=0x7fb598041950, 
state=value optimized out, group_sid=value optimized out, 
group_name_type=SID_NAME_DOM_GRP, num_gr_mem=value optimized out, 
gr_mem=value optimized out, gr_mem_len=0x7fff2af6f898)
at winbindd/winbindd_group.c:468
#12 fill_grent_mem (domain=0x7fb598041950, state=value optimized out, 
group_sid=value optimized out, group_name_type=SID_NAME_DOM_GRP, 
num_gr_mem=value optimized out, gr_mem=value optimized out, 
gr_mem_len=0x7fff2af6f898) at winbindd/winbindd_group.c:604
#13 0x7fb5972c6a9f in getgrsid_sid2gid_recv (private_data=0x7fb597fd0200, 
success=value optimized out, gid=11610) at winbindd/winbindd_group.c:866
#14 0x7fb5972bfba0 in process_loop (argc=value optimized out, 
argv=value optimized out, envp=value optimized out)
at winbindd/winbindd.c:1115
#15 main (argc=value optimized out, argv=value optimized out, 
envp=value optimized out) at winbindd/winbindd.c:1440
A debugging session is active.

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

Title:
   PANIC (pid 18442): internal error in winbindd

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