[Bug 835901] Re: ssh-copy-id: fails to sanitize arguments

2011-08-28 Thread gpk
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/835901

Title:
  ssh-copy-id: fails to sanitize arguments

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/835901/+subscriptions

-- 
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 835901] [NEW] ssh-copy-id: fails to sanitize arguments

2011-08-28 Thread gpk
Public bug reported:

When I run ssh-copy-id with the incorrect flag, I get this failure:

$ sudo bash
# ssh-copy-id -t /root/.ssh/id_rsa.pub zzz...@koch.phon.ox.ac.uk
Pseudo-terminal will not be allocated because stdin is not a terminal.
ssh: Could not resolve hostname umask 077; test -d ~/.ssh || mkdir ~/.ssh ; cat 
 ~/.ssh/authorized_keys: Name or service not known
#

The correct flag is -i, rather than -t.

Now, ssh-copy-id is a shell script, and the last line of the error
message is line 44 of the shell script.  Apparently, $host is not set
and then the command line is passed to ssh as the address.   It's a bit
of a mess.

ssh-copy-id should make some basic checks on its argument list.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: openssh-client 1:5.8p1-1ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Sun Aug 28 09:24:55 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANGUAGE=en_GB:en
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions:
 ssh-askpass   N/A
 libpam-sshN/A
 keychain  N/A
 ssh-askpass-gnome 1:5.8p1-1ubuntu3
SSHClientVersion: OpenSSH_5.8p1 Debian-1ubuntu3, OpenSSL 0.9.8o 01 Jun 2010
SourcePackage: openssh
UpgradeStatus: Upgraded to natty on 2011-04-30 (119 days ago)
mtime.conffile..etc.ssh.ssh.config: 2010-10-18T20:51:49.940167

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


** Tags: amd64 apport-bug natty

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

Title:
  ssh-copy-id: fails to sanitize arguments

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/835901/+subscriptions

-- 
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 618633] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to remove: subprocess installed post-removal script returned error exit status 1

2011-08-28 Thread Almufadado
Apparently, exactly the same here .

The result in my portuguese version :

A instalar samba (2:3.5.8~dfsg-1ubuntu2.3) ... (trans : installing samba)
start: Job failed to start
invoke-rc.d: initscript nmbd, action start failed.
dpkg: erro ao processar samba (--configure): (trans error processing ...)
 subprocesso script post-installation instalado retornou erro do status de 
saída 1 
Foram encontrados erros enquanto processava: (trans: Errors were encountered 
while processing:)
 samba

Maybe a internationalization problem ?

I've tried to remove completly and  re-installing the samba package  ...
but the samba goes on :)

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

Title:
  package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to remove:
  subprocess installed post-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/618633/+subscriptions

-- 
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 836119] [NEW] KVM Guest gets general protection fault on two CPUs

2011-08-28 Thread Endre Stølsvik
Public bug reported:

Got the following errors (listed below) when trying to enter a KVM Guest 
running Ubuntu desktop 11.04 on top of a KVM Host running Ubuntu server 11.04 
install.
This was done from a virt-manager running on a 11.04 desktop using ssh over to 
the server.
The entering mentioned was merely to move the mouse to within the VM viewer.

I could still login to the KVM guest with ssh, though.

I tried shutting down the KVM guest from within using 'shutdown -h NOW',
but while this took down the OS, it apparently didn't properly shut down
the actual VM instance.

When trying to use virt-manager (remotely, as mentioned) to forcefully
shut it down, this didn't work out either - just hanging the GUI for a
little while, then stating that the operation timed out.

When using virsh when logged into the Host, I get:
  virsh # destroy Store
  error: Failed to destroy domain Store
  error: Timed out during operation: cannot acquire state change lock

Then, after following some ideas from..
  https://bugzilla.redhat.com/show_bug.cgi?id=676205
.. I now have a situation where virsh list doesn't even return:

endre@SixCore:~$ virsh
Welcome to virsh, the virtualization interactive terminal.
  ..
virsh # list
 Id Name State
--
 17 NewDisk  running
[.. hanging .. Store should have been printed here ..]


Today (the next day), I tried virsh list again, and this time it worked out, 
with Store listed as running. I then tried connecting via virt-manager, but 
when trying to go into the machine (virt-viewer?) I get Connecting to to 
graphical console for Guest, just hanging.

I then tried to forcefully kill the VM again (Force off in virt-
manager), but this yields the following traceback. Notice the
libvirtError: Timed out during operation: cannot acquire state change
lock.

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/engine.py, line 908, in 
_do_destroy_domain
vm.destroy()
  File /usr/share/virt-manager/virtManager/domain.py, line 1087, in destroy
self._backend.destroy()
  File /usr/lib/python2.7/dist-packages/libvirt.py, line 346, in destroy
if ret == -1: raise libvirtError ('virDomainDestroy() failed', dom=self)
libvirtError: Timed out during operation: cannot acquire state change lock


Aug 27 11:10:36 Store kernel: [36104.328903] general protection fault:  
[#2] SMP 
Aug 27 11:10:36 Store kernel: [36104.328915] last sysfs file: 
/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map
Aug 27 11:10:36 Store kernel: [36104.328923] CPU 1 
Aug 27 11:10:36 Store kernel: [36104.328926] Modules linked in: binfmt_misc 
parport_pc ppdev vesafb joydev psmouse virtio_balloon seri
o_raw i2c_piix4 lp parport usbhid hid virtio_net virtio_blk floppy virtio_pci 
virtio_ring virtio
Aug 27 11:10:36 Store kernel: [36104.328965] 
Aug 27 11:10:36 Store kernel: [36104.328972] Pid: 873, comm: Xorg Tainted: G
  D 2.6.38-11-generic #48-Ubuntu Bochs Bochs
Aug 27 11:10:36 Store kernel: [36104.328983] RIP: 0010:[8104ba86]  
[8104ba86] __wake_up_common+0x56/0x90
Aug 27 11:10:36 Store kernel: [36104.329002] RSP: 0018:880078701b08  
EFLAGS: 00010096
Aug 27 11:10:36 Store kernel: [36104.329008] RAX: 880053cf1c18 RBX: 
d4d5281e29fedeed RCX: 00c3
Aug 27 11:10:36 Store kernel: [36104.329014] RDX: 0001 RSI: 
0001 RDI: 880053cf1c18
Aug 27 11:10:36 Store kernel: [36104.329020] RBP: 880078701b48 R08: 
00c3 R09: 0246
Aug 27 11:10:36 Store kernel: [36104.329025] R10: 88007d00c800 R11: 
 R12: 627812c6
Aug 27 11:10:36 Store kernel: [36104.329031] R13: 880054826148 R14: 
00c3 R15: 0001
Aug 27 11:10:36 Store kernel: [36104.329052] FS:  7f55818758a0() 
GS:88007fc4() knlGS:f69a4880
Aug 27 11:10:36 Store kernel: [36104.329058] CS:  0010 DS:  ES:  CR0: 
80050033
Aug 27 11:10:36 Store kernel: [36104.329064] CR2: 7f5b0ad2aa30 CR3: 
7844d000 CR4: 06e0
Aug 27 11:10:36 Store kernel: [36104.329085] DR0:  DR1: 
 DR2: 
Aug 27 11:10:36 Store kernel: [36104.329105] DR3:  DR6: 
0ff0 DR7: 0400
Aug 27 11:10:36 Store kernel: [36104.329113] Process Xorg (pid: 873, threadinfo 
88007870, task 8800792cadc0)
Aug 27 11:10:36 Store kernel: [36104.329118] Stack:
Aug 27 11:10:36 Store kernel: [36104.329121]  880017e39f00 00010001 
880078701b28 880054826140
Aug 27 11:10:36 Store kernel: [36104.329130]  0001 0282 
0001 00c3
Aug 27 11:10:36 Store kernel: [36104.329140]  880078701b88 8104e373 
880078701b78 880054bc49c0
Aug 27 11:10:36 Store kernel: [36104.329148] Call Trace:
Aug 27 11:10:36 Store kernel: [36104.329160]  [8104e373] 
__wake_up_sync_key+0x53/0x80

[Bug 607466] Re: libvirt error starting domin: could not remove profile for

2011-08-28 Thread Sven Fischer
Hi Jamie,

I ran into exactly the same problem. My syslog output:


Aug 28 18:51:18 facitserver kernel: [ 2492.386304] device vnet0 entered 
promiscuous mode
Aug 28 18:51:18 facitserver kernel: [ 2492.387292] virbr0: topology change 
detected, propagating
Aug 28 18:51:18 facitserver kernel: [ 2492.387297] virbr0: port 1(vnet0) 
entering forwarding state
Aug 28 18:51:18 facitserver kernel: [ 2492.387299] virbr0: port 1(vnet0) 
entering forwarding state
Aug 28 18:51:18 facitserver kernel: [ 2492.445879] virbr0: port 1(vnet0) 
entering forwarding state
Aug 28 18:51:18 facitserver kernel: [ 2492.483768] device vnet0 left 
promiscuous mode
Aug 28 18:51:18 facitserver kernel: [ 2492.483772] virbr0: port 1(vnet0) 
entering disabled state
Aug 28 18:51:18 facitserver libvirtd: 18:51:18.630: 871: error : 
qemudReadLogOutput:1649 : internal error Process exited while reading console 
log output: libvir: Security Labeling error : internal error error calling 
aa_change_profile()#012
Aug 28 18:51:18 facitserver libvirtd: 18:51:18.647: 871: error : 
virRunWithHook:886 : internal error '/usr/lib/libvirt/virt-aa-helper -R -u 
libvirt-cb810e54-fa44-979b-2337-338fd9867dba' exited with non-zero status 1 and 
signal 0: virt-aa-helper: error: apparmor_parser exited with error#012
Aug 28 18:51:18 facitserver libvirtd: 18:51:18.647: 871: error : 
AppArmorRestoreSecurityAllLabel:572 : internal error could not remove profile 
for 'libvirt-cb810e54-fa44-979b-2337-338fd9867dba

In the kern.log file there is no additional output than the kernel:
lines in the syslog (for sure ;-)

The problem is: It was working before the one of the last updates for
natty came onto the server - I am sorry, but I don't know which version
exactly breaks the system, becase we rarely reboot and so it may be a
new kernel that causes the problems...

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

Title:
  libvirt error starting domin: could not remove profile for

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/607466/+subscriptions

-- 
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 781934] Re: Zenmap should launch with gksu

2011-08-28 Thread Justin Force
** Description changed:

  Binary package hint: nmap
  
- Zenmap is useless if you launch it without super user priveleges. The
- menu item should launch Zenmap with gksu so that user privileges can be
- escalated.
- 
+ The functionality of Zenmap is enhanced if run with super user privileges. 
There should be a separate menu item to launch Zenmap as root (with gksu).
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: zenmap 5.21-1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  NonfreeKernelModules: nvidia wl
  Architecture: i386
  Date: Thu May 12 15:27:59 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcEnviron:
-  LANGUAGE=en_US:en
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US:en
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: nmap
  UpgradeStatus: No upgrade log present (probably fresh install)

** Summary changed:

- Zenmap should launch with gksu
+ Zenmap package should include a separate shortcut to launch with superuser 
privileges

** Description changed:

  Binary package hint: nmap
  
- The functionality of Zenmap is enhanced if run with super user privileges. 
There should be a separate menu item to launch Zenmap as root (with gksu).
+ The functionality of Zenmap is enhanced if run with superuser
+ privileges. There should be a separate menu item to launch Zenmap as
+ superuser (with gksu).
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: zenmap 5.21-1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  NonfreeKernelModules: nvidia wl
  Architecture: i386
  Date: Thu May 12 15:27:59 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nmap
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Zenmap package should include a separate shortcut to launch with
  superuser privileges

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nmap/+bug/781934/+subscriptions

-- 
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 836277] [NEW] open-vm-dkms doesn't detect vmxnet and vsock properly during install

2011-08-28 Thread Nate Muench
Public bug reported:

I'm in the process of getting the August release ready, but I just
wanted to get a few things out the way first.

I'm using Ubuntu Oneiric Alpha 3, and I'm using open-vm-tools from the
Main Oneiric Repo.  During the install, I get some warnings during the
DKMS install stage (It's dated but it's still there).

Loading new open-vm-tools-2011.07.19 DKMS files...
make: *** vmxnet: No such file or directory.  Stop.
make: *** vsock: No such file or directory.  Stop.
First Installation: checking all kernels...
Building only for 3.0.0-7-generic
Building for architecture i686
Building initial module for 3.0.0-7-generic
make: *** vmxnet: No such file or directory.  Stop.
make: *** vsock: No such file or directory.  Stop.

I know it's dated, but I was hoping that this was a bug in the source
packaging, but it isn't (because it's gotten worse in the August
packaging).

After using Google to find a solution (using the generic query No such
file or directory.  Stop.), I have found that this is an issue with the
3.0.0 kernel (I think, the results pointed to a kernel issue)

I'm looking for a patch for the open-vm-tools packaging.

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  open-vm-dkms doesn't detect vmxnet and vsock properly during install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/836277/+subscriptions

-- 
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 836329] [NEW] lvm volumes not listed if lvm has command_names option = 1

2011-08-28 Thread Dave Gilbert
Public bug reported:

I have an lvm vg called 'main' in which I keep images for my VMs and a
few other things in.  It's configured as a storage pool in libvirt:


sudo cat /etc/libvirt/storage/main.xml  


pool type='logical'   



  namemain/name 



  uuid507fc133-c479-ec69-fb3e-1a2693ce27c3/uuid 



  capacity0/capacity



  allocation0/allocation



  available0/available
  source
namemain/name
format type='lvm2'/
  /source
  target
path/dev/main/path
permissions
  mode0700/mode
  owner0/owner
  group0/group
/permissions
  /target
/pool

virsh vol-list main wasn't working for me, after a bit of prodding I
found the issue was that in /etc/lvm/lvm.conf I'd set

command_names = 1

in the 'log' section (having tried to debug some other lvm issues).

I'm going to say also this might be an lvm bug - I think command_names
is actually changing the output format of the lvm commands, not just
what's logged, and for an option in the log section of /etc/lvm/lvm.conf
that's probably wrong.

Dave

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: libvirt-bin 0.9.2-4ubuntu11
ProcVersionSignature: Ubuntu 3.0.0-9.14-generic 3.0.3
Uname: Linux 3.0.0-9-generic x86_64
Architecture: amd64
CheckboxSubmission: f2d10bd9f943a85b486a282e7840a570
CheckboxSystem: 0531969bcfd4f03af7405c98dc94a948
Date: Sun Aug 28 23:53:51 2011
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
ProcEnviron:
 LANGUAGE=
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: libvirt
UpgradeStatus: Upgraded to oneiric on 2011-07-31 (28 days ago)
modified.conffile..etc.libvirt.libvirtd.conf: [modified]
modified.conffile..etc.libvirt.qemu.networks.default.xml: [modified]
mtime.conffile..etc.libvirt.libvirtd.conf: 2011-08-28T23:35:06.483917
mtime.conffile..etc.libvirt.qemu.networks.default.xml: 
2010-05-16T16:51:54.363311

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

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


** Tags: amd64 apport-bug oneiric

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

Title:
  lvm volumes not listed if lvm has command_names option = 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/836329/+subscriptions

-- 
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 836329] Re: lvm volumes not listed if lvm has command_names option = 1

2011-08-28 Thread Dave Gilbert
** Also affects: lvm2 (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/836329

Title:
  lvm volumes not listed if lvm has command_names option = 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/836329/+subscriptions

-- 
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 836329] Re: lvm volumes not listed if lvm has command_names option = 1

2011-08-28 Thread Marc Deslauriers
This, and possibly other parsing issues in libvirt's
storage_backend_logical.c is causing LVM bugs with virt-manager. See bug
551432.

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

Title:
  lvm volumes not listed if lvm has command_names option = 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/836329/+subscriptions

-- 
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 750371] Re: squid causing /var to stay busy during shutdown

2011-08-28 Thread Chris Halse Rogers
Hello ryokenau, or anyone else affected,

Accepted squid into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: squid (Ubuntu Lucid)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

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

Title:
  squid causing /var to stay busy during shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/750371/+subscriptions

-- 
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 561779] Re: squid is not started on runlevel transition 1 - 2

2011-08-28 Thread Chris Halse Rogers
Hello Ernst, or anyone else affected,

Accepted squid into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: squid (Ubuntu Lucid)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

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

Title:
  squid is not started on runlevel transition 1 - 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/561779/+subscriptions

-- 
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 789229] Re: using a blacklist and a blacklist_exception section results in multipathd filtering out paths it shouldn't

2011-08-28 Thread Chris Halse Rogers
Hello Craig, or anyone else affected,

Accepted multipath-tools into lucid-proposed, the package will build now
and be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: multipath-tools (Ubuntu Lucid)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  using a blacklist and a blacklist_exception section results in
  multipathd filtering out paths it shouldn't

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/789229/+subscriptions

-- 
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 789229] Re: using a blacklist and a blacklist_exception section results in multipathd filtering out paths it shouldn't

2011-08-28 Thread Chris Halse Rogers
Hello Craig, or anyone else affected,

Accepted multipath-tools into maverick-proposed, the package will build
now and be available in a few hours. Please test and give feedback here.
See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you in advance!

** Changed in: multipath-tools (Ubuntu Maverick)
   Status: In Progress = Fix Committed

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

Title:
  using a blacklist and a blacklist_exception section results in
  multipathd filtering out paths it shouldn't

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/789229/+subscriptions

-- 
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 750371] Re: squid causing /var to stay busy during shutdown

2011-08-28 Thread Chris Halse Rogers
Hello ryokenau, or anyone else affected,

Accepted squid into maverick-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: squid (Ubuntu Maverick)
   Status: Triaged = Fix Committed

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

Title:
  squid causing /var to stay busy during shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/750371/+subscriptions

-- 
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 561779] Re: squid is not started on runlevel transition 1 - 2

2011-08-28 Thread Chris Halse Rogers
Hello Ernst, or anyone else affected,

Accepted squid into maverick-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: squid (Ubuntu Maverick)
   Status: Triaged = Fix Committed

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

Title:
  squid is not started on runlevel transition 1 - 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/561779/+subscriptions

-- 
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 789229] Re: using a blacklist and a blacklist_exception section results in multipathd filtering out paths it shouldn't

2011-08-28 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/maverick-proposed/multipath-tools

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

Title:
  using a blacklist and a blacklist_exception section results in
  multipathd filtering out paths it shouldn't

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/789229/+subscriptions

-- 
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 750371] Re: squid causing /var to stay busy during shutdown

2011-08-28 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/squid

** Branch linked: lp:ubuntu/maverick-proposed/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/750371

Title:
  squid causing /var to stay busy during shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/750371/+subscriptions

-- 
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 561779] Re: squid is not started on runlevel transition 1 - 2

2011-08-28 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/squid

** Branch linked: lp:ubuntu/maverick-proposed/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/561779

Title:
  squid is not started on runlevel transition 1 - 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/561779/+subscriptions

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