[Bug 694114] Re: umountfs init job crashes with SIGSEGV when autofs is in use

2010-12-30 Thread Marcin Dylewski
I have fixed that issue by excluding autofs mounts from umounting during
shutdown. I am attaching patch to this post.


** Patch added: umountfs.patch
   
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/694114/+attachment/1779524/+files/umountfs.patch

-- 
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/694114

Title:
  umountfs init job crashes with SIGSEGV when autofs is in use

-- 
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 695697] [NEW] libvirt not working properly with overlays

2010-12-30 Thread m00dawg
Public bug reported:

It appears as though libvirt is generating improper command-line
arguments to kvm when overlays are being used. When starting a VM
associated with an overlay via virsh, the VM complains that it cannot
find the boot drive. Starting it manually, however, works:

Here is what I was able to do in order to boot the VM using an overlay:

kvm -hda /VMs/Windows7DomainTest.ovl -m 512 -vnc 127.0.0.1:0

But here is what libvirt did:

LC_ALL=C
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
QEMU_AUDIO_DRV=none /usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 1024 -smp
1,sockets=1,cores=1,threads=1 -name Windows7DomainTest -uuid a2556b35
-fe8d-303b-6cbe-fc795c647387 -nodefaults -chardev
socket,id=monitor,path=/var/lib/libvirt/qemu/Windows7DomainTest.monitor,server,nowait
-mon chardev=monitor,mode=readline -rtc base=localtime -boot c -drive
file=/VMs/Windows7DomainTest.ovl,if=none,id=drive-
ide0-0-0,boot=on,format=raw -device ide-drive,bus=ide.0,unit=0,drive
=drive-ide0-0-0,id=ide0-0-0 -device
rtl8139,vlan=0,id=net0,mac=52:54:00:88:6b:a6,bus=pci.0,addr=0x3 -net
tap,fd=35,vlan=0,name=hostnet0 -chardev pty,id=serial0 -device isa-
serial,chardev=serial0 -usb -device usb-tablet,id=input0 -vnc
127.0.0.1:0 -k en-us -vga std -device virtio-balloon-
pci,id=balloon0,bus=pci.0,addr=0x4

I was reading a few of the man pages and noticed that using the -boot
option may be an older way of doing it so I suspect that may be the
problem. However, I don't know how to make libvirt use the -hdX syntax
instead.

This is on Ubuntu 10.10 using libvirt 0.8.3.

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

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

Title:
  libvirt not working properly with overlays

-- 
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 695697] Re: libvirt not working properly with overlays

2010-12-30 Thread m00dawg
In case it is needed, here is a script I used to create my overlays:

r...@vmdawg:~# cat ovlvm.sh 
#!/bin/bash
FILE='-f /VMs/Domainator.ovl'
#DISK='--disk path=/dev/VMs/Win7Base'
#ISO='/mnt/iso/ubuntu-10.10-server-amd64.iso'
NAME='Domainator'
RAM='512'
OS='linux'
VARIANT='ubuntukarmic'
virt-install --connect qemu:///system -n $NAME -r $RAM $FILE \
--vnc --noautoconsole --accelerate --os-type $OS --os-variant $VARIANT \
--import

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

Title:
  libvirt not working properly with overlays

-- 
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 695719] [NEW] package samba-common (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-30 Thread rpwiz
Public bug reported:

Binary package hint: samba

installing samba from ubuntu software center...

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: samba-common (not installed)
ProcVersionSignature: Ubuntu 2.6.32-26.48-generic 2.6.32.24+drm33.11
Uname: Linux 2.6.32-26-generic i686
Architecture: i386
Date: Thu Dec 30 08:38:16 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
SourcePackage: samba
Title: package samba-common (not installed) failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

** Affects: samba (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 samba in ubuntu.
https://bugs.launchpad.net/bugs/695719

Title:
  package samba-common (not installed) 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 695719] Re: package samba-common (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-30 Thread rpwiz


-- 
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/695719

Title:
  package samba-common (not installed) 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 695718] [NEW] squid SIGABRT on bad url_rewriter

2010-12-30 Thread crypt
Public bug reported:

Binary package hint: squid

While tried to implement videocache (http://cachevideos.com) I faced a
following bug. If /etc/squid/squid.conf includes following line:

url_rewrite_program /usr/bin/python /my_path_to/videocache/videocache.py

squid failed to start:

sympho build # squid -DN
Aborted (core dumped)

I rebuilded package without striping and got following backtrace:

(gdb) run -DN
Starting program: /usr/sbin/squid -DN
[Thread debugging using libthread_db enabled]

Program received signal SIGABRT, Aborted.
0x76e85a75 in *__GI_raise (sig=value optimized out) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
64  ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
 in ../nptl/sysdeps/unix/sysv/linux/raise.c
(gdb) bt
#0  0x76e85a75 in *__GI_raise (sig=value optimized out) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0x76e895c0 in *__GI_abort () at abort.c:92
#2  0x77f89205 in fatal (message=0x782da9e0 The url_rewriter 
helpers are crashing too rapidly, need help!\n) at tools.c:405
#3  0x77f89312 in fatalvf (fmt=value optimized out) at tools.c:436
#4  fatalf (fmt=value optimized out) at tools.c:425
#5  0x77f45141 in helperServerFree (fd=14, data=value optimized out) 
at helper.c:655
#6  0x77f26e4a in commCallCloseHandlers (fd=14) at comm.c:636
#7  0x77f27b83 in comm_close (fd=14) at comm.c:788
#8  0x77f44e38 in helperHandleRead (fd=14, data=0x783eaba8) at 
helper.c:731
#9  0x77f2a9fb in comm_call_handlers (msec=value optimized out) at 
comm_generic.c:264
#10 do_comm_select (msec=value optimized out) at comm_epoll.c:195
#11 comm_select (msec=value optimized out) at comm_generic.c:390
#12 0x77f5c6fc in main (argc=value optimized out, argv=value 
optimized out) at main.c:883
(gdb) s r
No symbol r in current context.
(gdb) i r
rax0x0  0
rbx0x782da9e0   140737357130208
rcx0x   -1
rdx0x6  6
rsi0x772c   30508
rdi0x772c   30508
rbp0x783e1bc8   0x783e1bc8
rsp0x7fffde28   0x7fffde28
r8 0x1  1
r9 0x0  0
r100x8  8
r110x202514
r120x783a30a0   140737357951136
r130x783a3080   140737357951104
r140xe  14
r150x8  8
rip0x76e85a75   0x76e85a75 *__GI_raise+53
eflags 0x202[ IF ]
cs 0x33 51
ss 0x2b 43
ds 0x0  0
es 0x0  0
fs 0x0  0
gs 0x0  0
(gdb) quit
A debugging session is active.

 Inferior 1 [process 30508] will be killed.

Quit anyway? (y or n) y

I believe that videocache helper is misconfigured but squid must handle
this situation correctly.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: squid 2.7.STABLE7-1ubuntu12
ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
Uname: Linux 2.6.32-27-generic x86_64
Architecture: amd64
Date: Thu Dec 30 21:28:31 2010
EcryptfsInUse: Yes
ProcEnviron:
 LC_TIME=C
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LC_MESSAGES=C
 SHELL=/bin/bash
SourcePackage: squid

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


** Tags: amd64 apport-bug lucid

-- 
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/695718

Title:
  squid SIGABRT on bad url_rewriter

-- 
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 695718] Re: squid SIGABRT on bad url_rewriter

2010-12-30 Thread crypt

** Description changed:

  Binary package hint: squid
  
  While tried to implement videocache (http://cachevideos.com) I faced a
  following bug. If /etc/squid/squid.conf includes following line:
  
  url_rewrite_program /usr/bin/python /my_path_to/videocache/videocache.py
  
  squid failed to start:
  
  sympho build # squid -DN
  Aborted (core dumped)
  
- I rebuilded package without stripping and get following backtrace:
- 
+ I rebuilded package without striping and got following backtrace:
  
  (gdb) run -DN
  Starting program: /usr/sbin/squid -DN
  [Thread debugging using libthread_db enabled]
  
  Program received signal SIGABRT, Aborted.
  0x76e85a75 in *__GI_raise (sig=value optimized out) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
  64../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
-   in ../nptl/sysdeps/unix/sysv/linux/raise.c
+  in ../nptl/sysdeps/unix/sysv/linux/raise.c
  (gdb) bt
  #0  0x76e85a75 in *__GI_raise (sig=value optimized out) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
  #1  0x76e895c0 in *__GI_abort () at abort.c:92
  #2  0x77f89205 in fatal (message=0x782da9e0 The url_rewriter 
helpers are crashing too rapidly, need help!\n) at tools.c:405
  #3  0x77f89312 in fatalvf (fmt=value optimized out) at tools.c:436
  #4  fatalf (fmt=value optimized out) at tools.c:425
  #5  0x77f45141 in helperServerFree (fd=14, data=value optimized 
out) at helper.c:655
  #6  0x77f26e4a in commCallCloseHandlers (fd=14) at comm.c:636
  #7  0x77f27b83 in comm_close (fd=14) at comm.c:788
  #8  0x77f44e38 in helperHandleRead (fd=14, data=0x783eaba8) at 
helper.c:731
  #9  0x77f2a9fb in comm_call_handlers (msec=value optimized out) at 
comm_generic.c:264
  #10 do_comm_select (msec=value optimized out) at comm_epoll.c:195
  #11 comm_select (msec=value optimized out) at comm_generic.c:390
  #12 0x77f5c6fc in main (argc=value optimized out, argv=value 
optimized out) at main.c:883
  (gdb) s r
  No symbol r in current context.
  (gdb) i r
  rax0x00
  rbx0x782da9e0 140737357130208
  rcx0x -1
  rdx0x66
  rsi0x772c 30508
  rdi0x772c 30508
  rbp0x783e1bc8 0x783e1bc8
  rsp0x7fffde28 0x7fffde28
  r8 0x11
  r9 0x00
  r100x88
  r110x202  514
  r120x783a30a0 140737357951136
  r130x783a3080 140737357951104
  r140xe14
  r150x88
  rip0x76e85a75 0x76e85a75 *__GI_raise+53
  eflags 0x202  [ IF ]
  cs 0x33   51
  ss 0x2b   43
  ds 0x00
  es 0x00
  fs 0x00
  gs 0x00
  (gdb) quit
  A debugging session is active.
  
- Inferior 1 [process 30508] will be killed.
+  Inferior 1 [process 30508] will be killed.
  
  Quit anyway? (y or n) y
  
  I believe that videocache helper is misconfigured but squid must handle
  this situation correctly.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: squid 2.7.STABLE7-1ubuntu12
  ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
  Uname: Linux 2.6.32-27-generic x86_64
  Architecture: amd64
  Date: Thu Dec 30 21:28:31 2010
  EcryptfsInUse: Yes
  ProcEnviron:
-  LC_TIME=C
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  LC_MESSAGES=C
-  SHELL=/bin/bash
+  LC_TIME=C
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  LC_MESSAGES=C
+  SHELL=/bin/bash
  SourcePackage: squid

-- 
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/695718

Title:
  squid SIGABRT on bad url_rewriter

-- 
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 695719] Re: package samba-common (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-30 Thread ElPasmo
Open a terminal from ApplicationsAccessoriesTerminal there type the
following

$ sudo apt-get clean; sudo apt-get update; sudo apt-get upgrade

After that, try to install samba again. Did it work?

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

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

Title:
  package samba-common (not installed) 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 694114] Re: umountfs init job crashes with SIGSEGV when autofs is in use

2010-12-30 Thread Brian Murray
** Tags added: patch

-- 
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/694114

Title:
  umountfs init job crashes with SIGSEGV when autofs is in use

-- 
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 695825] [NEW] Ubuntu KVM error with guest memory 4gb ram

2010-12-30 Thread Neil Hunt
Public bug reported:

Binary package hint: qemu-kvm

1. Ubuntu 10.10 Maverick
2. qemu-kvm 12.5
3. We are supposed to be able to run guests on a 64-bit Linux at up to 512gb of 
ram, and I am only trying to run it with 8gb of ram and it is failing.

When I'm trying to launch a VM with more than 4gb RAM, I receive the
error message:

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/engine.py, line 814, in run_domain
vm.startup()
  File /usr/share/virt-manager/virtManager/domain.py, line 1296, in startup
self._backend.create()
  File /usr/lib/python2.6/dist-packages/libvirt.py, line 333, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: internal error process exited while connecting to monitor: char 
device redirected to /dev/pts/5
qemu: without kvm support at most 4095 MB RAM can be simulated

I have the packages qemu-kvm, libvirt-bin, and virt-manager installed
from apt.

I see something about a patch being applied to qemu 12.0 that addresses this 
exact message, but the Ubuntu package qemu-kvm is 12.5 so it should be fixed?
http://www.spinics.net/lists/kvm/msg30336.html

** Affects: qemu-kvm (Ubuntu)
 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/695825

Title:
  Ubuntu KVM error with guest memory 4gb ram

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


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

2010-12-30 Thread Howard Chu
For completeness' sake, another bug tracker with the same issue

https://bugs.g10code.com/gnupg/issue1181

** Bug watch added: GnuPG Bugs #1181
   https://bugs.g10code.com/gnupg/issue1181

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

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

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


[Bug 573171] Re: vmbuilder sometimes ignores --raw option

2010-12-30 Thread Jamie Jamison
I've had similar problems using --raw. Here is the vmbuilder debug
output from attempting to create an ubuntu guest using kvm and libvirt
on a system running 10.04. First I create a 22Gb qcow2 file with the
preallocation=metadata option, which preallocates the entire file.

r...@xx:/opt/virtual-machines# mkdir dev-6
r...@xx:/opt/virtual-machines# qemu-img create -f qcow2 -o 
preallocation=metadata ./dev-6/dev-6.qcow2 22G
Formatting 'dev-6.qcow2', fmt=qcow2 size=23622320128 encryption=off 
cluster_size=0 preallocation='metadata' 
r...@xx:/opt/virtual-machines# ls -al ./dev-6/dev-6.qcow2 
-rw-r--r-- 1 root root 23626186752 2010-12-30 17:18 ./dev-6/dev-6.qcow2
r...@xx:/opt/virtual-machines# file ./dev-6/dev-6.qcow2 
./dev-6/dev-6.qcow2: Qemu Image, Format: Qcow , Version: 2

This is the partition file that I use in vmbuilder.

r...@xx:/opt/virtual-machines# cat config/default.partition 
root 20480
swap 1024
---

This is the vmbuilder command I use to create the guest.

r...@xx:/opt/virtual-machines# vmbuilder kvm ubuntu -v --debug \
 --raw=/opt/virtual-machines/dev-6/dev-6.qcow2 \
 --part /opt/virtual-machines/config/default.partition --user=ubuntu 
--pass=ubuntu \
 --arch amd64 --suite lucid --flavour=virtual --mirror 
http://nas01.example.com/ubuntu/ \
 --timezone 'America/Los_Angeles' --mem 1024 --hostname dev-6 --domain 
example.com \
 --ip 192.168.1.75 --mask 255.255.255.0 --gw 192.168.1.1 --dns 192.168.1.5 \
--libvirt=qemu:///system --bridge=veth1 --addpkg=acpid --addpkg=openssh-server 
--addpkg=wget

The output from vmbuilder with the --debug and -v switch is attached.

As Curt reported the --raw option is ignored. vmbuilder created a new
directory called ubuntu-kvm and created two qcow2 files in it.

r...@xx:/opt/virtual-machines# ls -al ubuntu-kvm/
total 410848
drwxr-xr-x 2 root root  4096 2010-12-30 17:29 .
drwxr-xr-x 5 root root  4096 2010-12-30 17:25 ..
-rwx---r-x 1 root root96 2010-12-30 17:29 run.sh
-rw-r--r-- 1 libvirt-qemu kvm  420544512 2010-12-30 17:29 tmph29kxM.qcow2
-rw-r--r-- 1 libvirt-qemu kvm 393216 2010-12-30 17:29 tmpxxnl5e.qcow2

If I log into the system, after editing the XML definition with virsh to
change the disk type from raw to qcow2 so the guest will boot, this
is what df and fdisk show me.

ubu...@dev-6:~$ df
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/sda1 19684932544728  18140256   3% /
none509476   156509320   1% /dev
none511832 0511832   0% /dev/shm
none51183232511800   1% /var/run
none511832 0511832   0% /var/lock
none511832 0511832   0% /lib/init/rw
ubu...@dev-6:~$ swapon -s
FilenameTypeSizeUsedPriority
/dev/sda2   partition   999416  0   -1

ubu...@dev-6:~$ sudo fdisk /dev/sda
[sudo] password for ubuntu: 

WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
 switch off the mode (command 'c') and change display units to
 sectors (command 'u').

Command (m for help): p

Disk /dev/sda: 22.5 GB, 22549626880 bytes
4 heads, 32 sectors/track, 344080 cylinders
Units = cylinders of 128 * 512 = 65536 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000b9abb

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   1  3124851023   83  Linux
/dev/sda2  312497  328112  999424   82  Linux swap / Solaris

Command (m for help): quit

ubu...@dev-6:~$ ls -al /dev/sdb
brw-rw 1 root disk 8, 16 2010-12-30 17:49 /dev/sdb
ubu...@dev-6:~$ sudo fdisk /dev/sdb
You must set cylinders.
You can do this from the extra functions menu.

WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
 switch off the mode (command 'c') and change display units to
 sectors (command 'u').

Command (m for help): p

Disk /dev/sdb: 1 MB, 1048576 bytes
255 heads, 63 sectors/track, 0 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d3dc9

So my partition file was read, although it looks as if I should delete
the --- at the end of it as this causes a 1M /dev/sdb to be created. Am
I not understanding what --raw is supposed to do?



** Attachment added: vmbuilder output with --debug and -v flags
   
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/573171/+attachment/1780047/+files/attachment.txt

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

Title:
  vmbuilder sometimes ignores --raw option


[Bug 659400] Re: package mysql-server-5.1 5.1.41-3ubuntu12 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-12-30 Thread Launchpad Bug Tracker
[Expired for mysql-dfsg-5.1 (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package mysql-server-5.1 5.1.41-3ubuntu12 failed to install/upgrade: Package 
is in a very bad inconsistent state - you should  reinstall it before 
attempting a removal.

-- 
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 666177] Re: Not able to use Network Printer

2010-12-30 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

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

-- 
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/666177

Title:
  Not able to use Network Printer

-- 
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 659047] Re: updated to 10.10 got 'E: squid: subprocess installed post-installation script returned error exit status 1 E: gadmin-squid: dependency problems - leaving unconfigured E: gadmintools:

2010-12-30 Thread Launchpad Bug Tracker
[Expired for squid (Ubuntu) because there has been no activity for 60
days.]

** Changed in: squid (Ubuntu)
   Status: Incomplete = Expired

-- 
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/659047

Title:
  updated to 10.10 got 'E: squid: subprocess installed post-installation script 
returned error exit status 1 E: gadmin-squid: dependency problems - leaving 
unconfigured E: gadmintools: dependency problems - leaving unconfigured   '

-- 
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 656727] Re: Samba PDC breaks after recent update

2010-12-30 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

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

-- 
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/656727

Title:
  Samba PDC breaks after recent update

-- 
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