[Bug 154742] Re: Samba shares cannot contain quotes

2013-06-14 Thread poltora
Problem is exists.

See screenshot nautilus, one panel - local files, other panel - shares
to same location.

https://dl.dropboxusercontent.com/u/4924943/Screenshot%20-%2006142013%20-%2010%3A47%3A41%20AM.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/154742

Title:
  Samba shares cannot contain quotes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/154742/+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 1190901] [NEW] package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2013-06-14 Thread Szabo Bogdan
Public bug reported:

...

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: php5-xmlrpc 5.4.9-4ubuntu2.1
ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
Uname: Linux 3.8.0-23-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
AptOrdering:
 flashplugin-installer: Install
 telepathy-gabble: Install
 php5-xmlrpc: Configure
 flashplugin-installer: Configure
 telepathy-gabble: Configure
Architecture: amd64
Date: Fri Jun 14 10:54:09 2013
DuplicateSignature: package:php5-xmlrpc:5.4.9-4ubuntu2.1:subprocess installed 
post-installation script returned error exit status 2
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
MarkForUpload: True
SourcePackage: php5
Title: package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package raring

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

Title:
  package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1190901/+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 1190901] Re: package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2013-06-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1190901/+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 1188788] Re: Meta bug for tracking Openstack 2013.1.2 Stable Update

2013-06-14 Thread Jamie Strandboge
FYI, keystone 1:2013.1.1-0ubuntu2.1 hit raring in
http://www.ubuntu.com/usn/usn-1875-1/.

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

Title:
  Meta bug for tracking Openstack 2013.1.2 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1188788/+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 1091780] [NEW] nova-network - iptables-restore v1.4.12: host/network `None' not found

2013-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

1- In Precise nova-network crashes because it cannot apply iptables
rules when trying to apply vpn rules. nova-network tries to set VPN
iptables rules for openvpn access:

2012-12-17 07:17:24 TRACE nova Stderr: iptables-restore v1.4.12:
host/network `None' not found\nError occurred at line: 23\nTry
`iptables-restore -h' or 'iptables-restore --help' for more
information.\n

2- How reproducible?

Not clear. The configuration I used with juju seems to create an
environment that causes this problem. When this problem is present the
issue reproduces every time.

3- How to reproduce:

When the issue is present just starting up nova-network causes the
problem to reproduce. Nova-network exits in the end and dies because of
the error on iptables-restore

4- I added debugging in nova.conf with --debug=true and added extra
debugging in

/usr/lib/python2.7/dist-packages/nova/utils.py

which showed the full iptables rules that were to be restored by
iptables-restore:

2012-12-17 07:17:24 DEBUG nova.utils [req-391688fd-3b99-4b1c-8b46-fb4f64e64246 
None None] process input: 
# Generated by iptables-save v1.4.12 on Mon Dec 17 07:17:21 2012
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:nova-api-FORWARD - [0:0]
:nova-api-INPUT - [0:0]
:nova-api-OUTPUT - [0:0]
:nova-api-local - [0:0]
:nova-network-FORWARD - [0:0]
:nova-network-INPUT - [0:0]
:nova-network-local - [0:0]
:nova-network-OUTPUT - [0:0]
:nova-filter-top - [0:0]
-A FORWARD -j nova-filter-top
-A OUTPUT -j nova-filter-top
-A nova-filter-top -j nova-network-local
-A INPUT -j nova-network-INPUT
-A OUTPUT -j nova-network-OUTPUT
-A FORWARD -j nova-network-FORWARD
-A nova-network-FORWARD --in-interface br100 -j ACCEPT
-A nova-network-FORWARD --out-interface br100 -j ACCEPT
-A nova-network-FORWARD -d None -p udp --dport 1194 -j ACCEPT
-A INPUT -j nova-api-INPUT
-A INPUT -i virbr0 -p udp -m udp --dport 53 -j ACCEPT
-A INPUT -i virbr0 -p tcp -m tcp --dport 53 -j ACCEPT
-A INPUT -i virbr0 -p udp -m udp --dport 67 -j ACCEPT
-A INPUT -i virbr0 -p tcp -m tcp --dport 67 -j ACCEPT
-A FORWARD -j nova-api-FORWARD
-A FORWARD -d 192.168.122.0/24 -o virbr0 -m state --state RELATED,ESTABLISHED 
-j ACCEPT
-A FORWARD -s 192.168.122.0/24 -i virbr0 -j ACCEPT
-A FORWARD -i virbr0 -o virbr0 -j ACCEPT
-A FORWARD -o virbr0 -j REJECT --reject-with icmp-port-unreachable
-A FORWARD -i virbr0 -j REJECT --reject-with icmp-port-unreachable
-A OUTPUT -j nova-api-OUTPUT
-A nova-api-INPUT -d 192.168.124.150/32 -p tcp -m tcp --dport 8775 -j ACCEPT
-A nova-filter-top -j nova-api-local
COMMIT


4.1- Among the rules above we have:

-A nova-network-FORWARD -d None -p udp --dport 1194 -j ACCEPT

which is responsible for the fault in iptables-restore.

5- These are the error messages:

2012-12-17 07:17:24 DEBUG nova.utils [req-391688fd-3b99-4b1c-8b46-fb4f64e64246 
None None] Result was 2 from (pid=14699) execute 
/usr/lib/python2.7/dist-packages/nova/utils.py:237
2012-12-17 07:17:24 CRITICAL nova [-] Unexpected error while running command.
Command: sudo nova-rootwrap iptables-restore
Exit code: 2
Stdout: ''

Stderr: iptables-restore v1.4.12: host/network `None' not found\nError 
occurred at line: 23\nTry `iptables-restore -h' or 'iptables-restore --help' 
for more information.\n
2012-12-17 07:17:24 TRACE nova Traceback (most recent call last):
2012-12-17 07:17:24 TRACE nova   File /usr/bin/nova-network, line 49, in 
module
2012-12-17 07:17:24 TRACE nova service.wait()
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 413, in wait
2012-12-17 07:17:24 TRACE nova _launcher.wait()
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 131, in wait
2012-12-17 07:17:24 TRACE nova service.wait()
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 166, in wait
2012-12-17 07:17:24 TRACE nova return self._exit_event.wait()
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/eventlet/event.py, line 116, in wait
2012-12-17 07:17:24 TRACE nova return hubs.get_hub().switch()
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py, line 177, in switch
2012-12-17 07:17:24 TRACE nova return self.greenlet.switch()
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 192, in main
2012-12-17 07:17:24 TRACE nova result = function(*args, **kwargs)
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 101, in run_server
2012-12-17 07:17:24 TRACE nova server.start()
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 162, in start
2012-12-17 07:17:24 TRACE nova self.manager.init_host()
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/network/manager.py, line 1766, in 
init_host
2012-12-17 

[Bug 1091780] Re: nova-network - iptables-restore v1.4.12: host/network `None' not found

2013-06-14 Thread Jamie Strandboge
** Package changed: iptables (Ubuntu) = nova (Ubuntu)

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

Title:
  nova-network - iptables-restore v1.4.12: host/network `None' not
  found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1091780/+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 1190977] [NEW] package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2013-06-14 Thread jourdan
Public bug reported:

10.04 lucid on powermac

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: tftpd-hpa 5.0-11ubuntu2.1
ProcVersionSignature: Ubuntu 2.6.32-48.110-powerpc 2.6.32.60+drm33.26
Uname: Linux 2.6.32-48-powerpc ppc
Architecture: powerpc
Date: Fri Jun 14 13:23:14 2013
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
SourcePackage: tftp-hpa
Title: package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1

** Affects: tftp-hpa (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package lucid powerpc

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

Title:
  package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/1190977/+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 1190901] Re: package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2013-06-14 Thread Robie Basak
Thank you for your report.

This looks like a local configuration problem, rather than a bug in
Ubuntu, so I'm marking this bug as Invalid.

Specifically, /etc/php5/mods-available/xmlrpc.ini is supplied by the
package but it is removed on your system.

You can find pointers to get help for this sort of problem here:
http://www.ubuntu.com/support/community

If you believe that this is really a bug, then you may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug rather than a problem specific to
your system, and then change the bug status back to New.

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

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

Title:
  package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1190901/+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 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2013-06-14 Thread William Reade
** Changed in: juju-core
   Status: New = Invalid

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

Title:
  1 MAC Address, two IPs - DNS is out of sync with DHCP leases
  databases, I think...

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1069570/+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 1190977] Re: package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2013-06-14 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

It looks like your tftp system account has had an expiry date set, which
has since expired. Since this account doesn't typically have an expiry
date set automatically, I think it's more likely than not that this is
due to a local configuration change.

If this is indeed a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug rather than a problem specific to
your system, provide steps to reproduce the problem and then change the
bug status back to New.

** Changed in: tftp-hpa (Ubuntu)
   Status: New = Incomplete

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

Title:
  package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/1190977/+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 1190977] Re: package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2013-06-14 Thread Robie Basak
From log:

Paramétrage de tftpd-hpa (5.0-11ubuntu2.1) ...
Votre compte a expiré. Contactez votre administrateur système
chfn : échec de la méthode d'authentification PAM
adduser: `/usr/bin/chfn -f tftp daemon tftp' a retourné le code d'erreur 1. 
Abandon.
dpkg : erreur de traitement de tftpd-hpa (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
Traitement des actions différées (« triggers ») pour « python-central »...

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

Title:
  package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/1190977/+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 1190901] Re: package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2013-06-14 Thread Robie Basak
From log:

Setting up php5-xmlrpc (5.4.9-4ubuntu2.1) ...
Not replacing deleted config file /etc/php5/mods-available/xmlrpc.ini
ERROR: /etc/php5/mods-available/xmlrpc.ini does not exist
dpkg: error processing php5-xmlrpc (--configure):
 subprocess installed post-installation script returned error exit status 2

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

Title:
  package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1190901/+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 1078213] Re: juju-machine-agent.log/logs are not logrotated

2013-06-14 Thread William Reade
We clearly should rotate logs, but the urgency has gone down since we
made some changes to what we log in the course of initial juju-core
scale testing.

** Changed in: juju-core
   Status: New = Triaged

** Changed in: juju-core
   Importance: Undecided = Medium

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

Title:
  juju-machine-agent.log/logs are not logrotated

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1078213/+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 660460] Re: Need option to not launch server on boot

2013-06-14 Thread mlissner
@Clint, yeah that works for me, but since I still have it installed
(deliberately), I got this error:

sudo update-rc.d rabbitmq-server remove
update-rc.d: /etc/init.d/rabbitmq-server exists during rc.d purge (use -f to 
force)

And needed to run:

08:22:11::mlissner@turquoise::/etc/init.d  
↪ sudo update-rc.d -f rabbitmq-server remove
 Removing any system startup links for /etc/init.d/rabbitmq-server ...
   /etc/rc0.d/K20rabbitmq-server
   /etc/rc1.d/K20rabbitmq-server
   /etc/rc2.d/S20rabbitmq-server
   /etc/rc3.d/S20rabbitmq-server
   /etc/rc4.d/S20rabbitmq-server
   /etc/rc5.d/S20rabbitmq-server
   /etc/rc6.d/K20rabbitmq-server

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

Title:
  Need option to not launch server on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/660460/+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 590843] Re: bind9 with dlz-mysql doesn't start at boot

2013-06-14 Thread Jean Claveau
Let's vote for
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/316283 (request for
a package with dlz-mysql enabled)

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

Title:
  bind9 with dlz-mysql doesn't start at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/590843/+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 316283] Re: bind9-dlz-mysql - Please make a package with this option turned on

2013-06-14 Thread Jean Claveau
Related bug :
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/590843

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

Title:
  bind9-dlz-mysql - Please make a package with this option turned on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/316283/+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 1189926] Re: data corruption in storage attached to VM using KVM

2013-06-14 Thread Chris J Arges
Please do NOT promote this package, there is a better fix that can be
used and it currently being tested. I'll attach the new debdiff here
soon.

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

Title:
  data corruption in storage attached to VM using KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1189926/+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


[Blueprint topic-s-servercloud-overview] Overview of Ubuntu Server Saucy Blueprints

2013-06-14 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Name: topic-saucy-servercloud-overview = topic-s-servercloud-overview

-- 
Overview of Ubuntu Server Saucy Blueprints
https://blueprints.launchpad.net/ubuntu/+spec/topic-s-servercloud-overview

-- 
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 1189926] Re: data corruption in storage attached to VM using KVM

2013-06-14 Thread Chris J Arges
This patch contains the proper solution to this issue.

** Patch added: lp1189926_precise_v2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1189926/+attachment/3703739/+files/lp1189926_precise_v2.debdiff

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

Title:
  data corruption in storage attached to VM using KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1189926/+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 1191180] [NEW] Please upgrade tgt to 1.0.37

2013-06-14 Thread Daniel Letzeisen
Public bug reported:

Hi,

Just wondering if there's a specific reason why the Ubuntu package is
still using source from 2011 when there have been several updates to
this software since.

I personally am interested in v 1.0.35 released on Feb 27th 2013 as it
includes support specifically for using Ceph RBD as a storage back-end.

Is this ever likely to be upgraded or is it no longer maintained as an
Ubuntu package?

Sorry if I've posted this request to the wrong place/people.

Adrian

** Affects: tgt (Ubuntu)
 Importance: Wishlist
 Status: Triaged


** Tags: saucy upgrade-software-version

** Tags added: saucy upgrade-software-version

** Changed in: tgt (Ubuntu)
   Importance: Undecided = Wishlist

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

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

Title:
  Please upgrade tgt to 1.0.37

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1191180/+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 1189926] Re: data corruption in storage attached to VM using KVM

2013-06-14 Thread Serge Hallyn
Hi Chris,

Do you mind if the patch comment gets updated to something like:

While searching for available clusters, if we detect an ongoing AIO
write request, then we restart after the other has completed.  By not
re-setting i to 0, we fail to re-check clusters which may no longer be
available.

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

Title:
  data corruption in storage attached to VM using KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1189926/+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