[Bug 614195] [NEW] Apache2 UserDir defaults to User www-data

2010-08-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: ubuntu-docs

When using UserDir directive on Apache2 on CentOS, you get access to the
directories as THAT USER, but on Ubuntu Server it is stupidly set up as
www-data.  This is completely contrary to what most people will ever
want if they actually set up UserDir, which is designed for user
specific accounts and access to public_html, not for central access.
Please fix this.  It is the wrong wrong wrong configuration default.

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

-- 
Apache2 UserDir defaults to User www-data
https://bugs.edge.launchpad.net/bugs/614195
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 614195] Re: Apache2 UserDir defaults to User www-data

2010-08-09 Thread Matthew East
** Package changed: ubuntu-docs (Ubuntu) = apache2 (Ubuntu)

-- 
Apache2 UserDir defaults to User www-data
https://bugs.launchpad.net/bugs/614195
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 614322] [NEW] libvirt not recognizing NUMA architecture

2010-08-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Ubuntu 10.04 LTS 
Kernel  2.6.32-24-server

latest updates applied

libvirt-bin  0.7.5-5ubuntu27
qemu-kvm  0.12.3+noroms-0ubuntu9.2

Hardware
HP DL360 G6 server, 2 quad core Xeons E5520, 24GB RAM

Actual Nehalem CPUs are using the NUMA architecture to allocate RAM per CPU.
I did a lot of benchmarks with KVM on these machines, and Ubuntu shows a very 
slow network throughput and i/o performance.
We suspect, that this has to do with libvirtd not recognizing the NUMA feature.

A simple virsh capabilities proves this:

  host
cpu
  archx86_64/arch
  modelcore2duo/model
  topology sockets='4' cores='4' threads='1'/
  feature name='lahf_lm'/
  feature name='rdtscp'/
  feature name='popcnt'/
  feature name='dca'/
  feature name='xtpr'/
  feature name='cx16'/
  feature name='tm2'/
  feature name='est'/
  feature name='vmx'/
  feature name='ds_cpl'/
  feature name='pbe'/
  feature name='tm'/
  feature name='ht'/
  feature name='ss'/
  feature name='acpi'/
  feature name='ds'/
/cpu
migration_features
  live/
  uri_transports
uri_transporttcp/uri_transport
  /uri_transports
/migration_features
  /host

Expected result would be (RedHat and CentOS on the same machine)

cpu
  archx86_64/arch
  modelcore2duo/model
  topology sockets='2' cores='4' threads='2'/
 --snip--
topology
  cells num='2'
cell id='0'
  cpus num='8'
cpu id='0'/
cpu id='2'/
cpu id='4'/
cpu id='6'/
cpu id='8'/
cpu id='10'/
cpu id='12'/
cpu id='14'/
  /cpus
/cell
cell id='1'
  cpus num='8'
cpu id='1'/
cpu id='3'/
cpu id='5'/
cpu id='7'/
cpu id='9'/
cpu id='11'/
cpu id='13'/
cpu id='15'/
  /cpus
/cell
  /cells
/topology
secmodel
  modelselinux/model
  doi0/doi
/secmodel
  /host

numactl --hardware:
available: 2 nodes (0-1)
node 0 cpus: 0 2 4 6 8 10 12 14
node 0 size: 12277 MB
node 0 free: 11659 MB
node 1 cpus: 1 3 5 7 9 11 13 15
node 1 size: 12287 MB
node 1 free: 11677 MB
node distances:
node   0   1 
  0:  10  20 
  1:  20  10 

numastat shows a lot of misses, when doing benchmarks in a VM:

   node0   node1
numa_hit1552715817015505
numa_miss7032982 3512950
numa_foreign 3512950 7032982
interleave_hit  80788264
local_node  1552518717006655
other_node   7034953 3521800

Also RedHat and CentOS perform a lot better.
When I get about 40-50MB/s network throughput (copying a file to an attached 
iSCSI RAID) with Ubuntu, I get 120MB/s with CentOS.
Overall performance shows the same results and differences between the systems.

This is a very big problem, which makes KVM unusable.
We had to switch to CentOS 5.5 and Xen3, which performs even better than KVM on 
CentOS.
But that's not a satisfying solution, because we rely just on Ubuntu for years 
now.

Summary
Ubuntu libvirt doesn't recognize NUMA features and shows a very slow KVM 
performance.
Other systems like CentOS recognize NUMA and perform a lot better.
Please fix it.


Additional info:

This posting (based on the experiences on our systems) gives a more detailed 
description of this case:
http://marc.info/?l=kvmm=127921447903105w=2


cat /proc/cpuinfo:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 26
model name  : Intel(R) Xeon(R) CPU   E5520  @ 2.27GHz
stepping: 5
cpu MHz : 2266.449
cache size  : 8192 KB
physical id : 0
siblings: 8
core id : 0
cpu cores   : 4
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 11
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm 
constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf 
pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 
popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips: 4532.89
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

and so on until core 15.


Cheers,
Frank

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


** Tags: kvm libvirt numa
-- 
libvirt not recognizing NUMA architecture
https://bugs.launchpad.net/bugs/614322
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list

[Bug 614322] Re: libvirt not recognizing NUMA architecture

2010-08-09 Thread Frank
** Package changed: linux (Ubuntu) = libvirt (Ubuntu)

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

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


[Bug 608239] Re: W2k3 guests freeze during restart

2010-08-09 Thread karaluh
XML of the first machine

** Attachment added: server1.xml
   http://launchpadlibrarian.net/53316527/server1.xml

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

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


[Bug 608239] Re: W2k3 guests freeze during restart

2010-08-09 Thread karaluh
XML of the second machine

** Attachment added: server2.xml
   http://launchpadlibrarian.net/53316582/server2.xml

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

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

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


[Bug 590104] Re: ace domain format not allowed for .de whois servers

2010-08-09 Thread Manuel Domke
Hi,
I don't know how much ace-conversion other whois servers do, but I'd guess most 
of the registries which support special characters in their domain names may 
also support the conversion. 

I'd just recommend to keep this whois client as simple as possible, so I'd 
remove any conversions and leave that to whois servers.
But surely it would change the behaviour for non .de domains with special 
characters.

If you like, you can also add an exception that the conversion won't be
done for .de domains.

-- 
ace domain format not allowed for .de whois servers
https://bugs.launchpad.net/bugs/590104
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois 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 614195] Re: Apache2 UserDir defaults to User www-data

2010-08-09 Thread Dave Walker
Hi Xeno,

Please can you clarify why this is an issue; is it presenting as a
problem when using dynamic content, such as PHP?

Thanks.

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

-- 
Apache2 UserDir defaults to User www-data
https://bugs.launchpad.net/bugs/614195
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 590104] Re: ace domain format not allowed for .de whois servers

2010-08-09 Thread Marco d'Itri
This is an intelligent client, if you want simple you have telnet.
And again, I do not understand what you are complaining about.

-- 
ace domain format not allowed for .de whois servers
https://bugs.launchpad.net/bugs/590104
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois 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 564920] Re: PHP5 under Apache2 on 64 bit system is not completely 64 bit

2010-08-09 Thread Thierry Carrez
** Changed in: php5 (Ubuntu)
 Assignee: Chuck Short (zulcss) = Thierry Carrez (ttx)

-- 
PHP5 under Apache2 on 64 bit system is not completely 64 bit 
https://bugs.launchpad.net/bugs/564920
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 590104] Re: ace domain format not allowed for .de whois servers

2010-08-09 Thread Manuel Domke
I'm complaining about the fact, that i'm requesting information about
müller.de, I get information about xn--mller-kva.de, which is not the
object I requested.

My already given example: 
whois -h whois.test.denic.de müller.de
This should be asking for müller.de, but actually it asks the whois server 
for xn--mller-kva.de, which is an invalid domain name.
If I really wanted to make a request for xn--mller-kva.de, I would have done..

whois -h whois.test.denic.de -T dn,ace müller.de
Asks for The domain müller.de providing the ace flag returns the correct 
output.

-- 
ace domain format not allowed for .de whois servers
https://bugs.launchpad.net/bugs/590104
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois 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 584229] Re: missing named filter/service patterns

2010-08-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~bilalakhtar/ubuntu/maverick/logwatch/fix-584229

-- 
missing named filter/service patterns
https://bugs.launchpad.net/bugs/584229
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to logwatch 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 564920] Re: PHP5 under Apache2 on 64 bit system is not completely 64 bit

2010-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.3-1ubuntu3

---
php5 (5.3.3-1ubuntu3) maverick; urgency=low

  * debian/patches/lp564920-fix-big-files.patch: Fix downloading of large
files (LP: #564920)
 -- Clint Byrum cl...@ubuntu.com   Fri, 06 Aug 2010 13:10:17 -0700

** Changed in: php5 (Ubuntu)
   Status: In Progress = Fix Released

-- 
PHP5 under Apache2 on 64 bit system is not completely 64 bit 
https://bugs.launchpad.net/bugs/564920
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


Re: [Bug 613032] Re: Install broken, won't start

2010-08-09 Thread Zash
On Mon, 2010-08-09 at 05:09 +, Clint Byrum wrote:
 Zash, on reading your 'output of apt-get install and ls text
 attachment, it contradicts what you stated in comment #10, which was
 [...]
 The ls command output clearly shows the files owned as expected, by
 mysql/root or myslq/mysql.

It was /var/lib/mysql/mysql/* which was root:root and the ls output is
the parent dir.

 Can you share the output of these commands:
 
 ls -d /var/lib
 ls -d /var
just outputs /var/lib and /var

 getent passwd | grep mysql
~$ getent passwd | grep mysql
mysql:x:110:117:MySQL Server,,,:/var/lib/mysql:/bin/false

 Also is it possible you have a locally customized file in
 /etc/init/mysql.conf or /etc/init.d/mysqld ?
Nope

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

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


[Bug 576501] Re: vmbuilder doesn't recognize --ec2 flag

2010-08-09 Thread Lykoz
** Also affects: vmbuilder
   Importance: Undecided
   Status: New

-- 
vmbuilder doesn't recognize --ec2 flag
https://bugs.launchpad.net/bugs/576501
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 556528] Re: euca2ools config file overrides environment

2010-08-09 Thread Thierry Carrez
I'm not sure it's worth diverging from upstream here. Sounds like this
should be solved by using the --config flag :

euca-describe-images --config admin.eucarc
euca-describe-images --config user.eucarc

or am I missing something ?

-- 
euca2ools config file overrides environment
https://bugs.launchpad.net/bugs/556528
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

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


[Bug 613032] Re: Install broken, won't start

2010-08-09 Thread Zash
** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete = New

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

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


[Bug 613033] Re: eucalyptus-cloud: cloud fails to start on separate install

2010-08-09 Thread Dave Walker
@chris grzegorczyk, Thanks for looking into this - do you have any
progress to report?

Thanks.

-- 
eucalyptus-cloud: cloud fails to start on separate install
https://bugs.launchpad.net/bugs/613033
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 614195] Re: Apache2 UserDir defaults to User www-data

2010-08-09 Thread Adam Conrad
UserDir is meant specifically to allow read access to ~/public_html,
which it does just fine in the Debian/Ubuntu setup.  Perhaps you're
confusing it with suEXEC?  I would consider it pretty non-intuitive to
blindly enable suEXEC (a potentially large security risk, if people
don't understand it) just because people want to serve content from
public_html.

-- 
Apache2 UserDir defaults to User www-data
https://bugs.launchpad.net/bugs/614195
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 389433] [NEW] connection to samba working locally, but remotely getting error Receiving SMB: Server stopped responding protocol negotiation failed

2010-08-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

After upgrade to Kubuntu Jaunty from Intrepid, Samba (server) stopped
working. There are multiple machines on the network, half of them Linux,
half of them Windows XP. Samba server is running Jaunty. Samba was
working correctly before the upgrade and everybody was able to connect
to the shares, now remote connections are not working.

This is the message I am getting:
Receiving SMB: Server stopped responding
protocol negotiation failed

with debug -d6 mode I am getting:
smbclient -L 192.168.1.11 -d6   
INFO: Current debug levels: 
  
  all: True/6   
  
  tdb: False/0  
  
  printdrivers: False/0 
  
  lanman: False/0   
  
  smb: False/0  
  
  rpc_parse: False/0
  
  rpc_srv: False/0  
  
  rpc_cli: False/0  
  
  passdb: False/0   
  
  sam: False/0  
  
  auth: False/0 
  
  winbind: False/0  
  
  vfs: False/0  
  
  idmap: False/0
  
  quota: False/0
  
  acls: False/0 
  
  locking: False/0  
  
  msdfs: False/0
  
  dmapi: False/0
  
  registry: False/0 
  
lp_load_ex: refreshing parameters   
  
Initialising global parameters  
  
params.c:pm_process() - Processing configuration file /etc/samba/smb.conf 
  
Processing section [global]   
  
doing parameter workgroup = WORKGROUP   
  
doing parameter server string = %h server (Samba, Ubuntu)   
  
doing parameter dns proxy = no  
  
doing parameter log file = /var/log/samba/log.%m
  
doing parameter max log size = 1000 
  
doing parameter syslog = 0  
  
doing parameter panic action = /usr/share/samba/panic-action %d 
  
doing parameter encrypt passwords = true
  
doing parameter passdb backend = tdbsam 
  
doing parameter obey pam restrictions = yes 
  
doing parameter unix password sync = yes
  
doing parameter passwd program = /usr/bin/passwd %u 
  
doing parameter passwd chat = *Enter\snew\s*\spassword:* %n\n 
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  
doing parameter pam password change = yes   
  
doing parameter map to guest = bad user  

[Bug 389433] Re: connection to samba working locally, but remotely getting error Receiving SMB: Server stopped responding protocol negotiation failed

2010-08-09 Thread Fabio Marconi
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in samba.

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://help.ubuntu.com/community/ReportingBugs.

** Package changed: ubuntu = samba (Ubuntu)

-- 
connection to samba working locally, but remotely getting error Receiving SMB: 
Server stopped responding protocol negotiation failed
https://bugs.launchpad.net/bugs/389433
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 389433] Re: connection to samba working locally, but remotely getting error Receiving SMB: Server stopped responding protocol negotiation failed

2010-08-09 Thread Fabio Marconi
Hello dusoft
can you please open a terminal and type:
apport-collect -p samba 389433

-- 
connection to samba working locally, but remotely getting error Receiving SMB: 
Server stopped responding protocol negotiation failed
https://bugs.launchpad.net/bugs/389433
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 610561] [NEW] OpenLDAP Security Fixes?

2010-08-09 Thread Launchpad Bug Tracker
*** This bug is a security vulnerability ***

You have been subscribed to a public security bug:

When will these critical fixes be applied to Ubuntu OpenLDAP packages?

http://www.openldap.org/its/index.cgi/Software%20Bugs?id=6570

The CVEs are not updated (CVE-2010-0211 CVE-2010-0212) but the
vulnerabiliity details are out and these vulnerabilities are critical.

More information:

http://www.cert.fi/en/reports/2010/vulnerability383115.html

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

-- 
OpenLDAP Security Fixes?
https://bugs.edge.launchpad.net/bugs/610561
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to openldap in ubuntu.

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


[Bug 610561] Re: OpenLDAP Security Fixes?

2010-08-09 Thread Marc Deslauriers
Updates are being worked on and will be released shortly.

** Visibility changed to: Public

** Package changed: ubuntu = openldap (Ubuntu)

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-0211

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-0212

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

** Changed in: openldap (Ubuntu)
   Importance: Undecided = High

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

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


Re: [Bug 389433] Re: connection to samba working locally, but remotely getting error Receiving SMB: Server stopped responding protocol negotiation failed

2010-08-09 Thread dusoft
Hi,

I have since reinstalled samba, deleted the config and created a new one. It
works OK now. That means, Samba had some configuration bug that must have been
introduced during update.

I am not able to reproduce it nowadays.

BR,

Daniel

Fabio Marconi wrote:
 Hello dusoft
 can you please open a terminal and type:
 apport-collect -p samba 389433


-- 
connection to samba working locally, but remotely getting error Receiving SMB: 
Server stopped responding protocol negotiation failed
https://bugs.launchpad.net/bugs/389433
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 613269] Re: package apache2.2-common 2.2 .14-5ubuntu8 failed to install/upgrade: sub-processo s cript post-installation instalado retornou estado de sa ída de erro 1

2010-08-09 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

-- 
package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 1
https://bugs.launchpad.net/bugs/613269
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 556528] Re: euca2ools config file overrides environment

2010-08-09 Thread Scott Moser
If --config works as expected, I have no objection to closing this as
'wont fix'.

-- 
euca2ools config file overrides environment
https://bugs.launchpad.net/bugs/556528
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

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


[Bug 389433] Re: connection to samba working locally, but remotely getting error Receiving SMB: Server stopped responding protocol negotiation failed

2010-08-09 Thread Fabio Marconi
This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

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

-- 
connection to samba working locally, but remotely getting error Receiving SMB: 
Server stopped responding protocol negotiation failed
https://bugs.launchpad.net/bugs/389433
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 613309]

2010-08-09 Thread Scott Moser
 Looking at 'cloud-config-misc.conf' script this only waits for the
 filesystem.  What prevents this from running prior to the cloud-init
 upstart script?

filesystem won't be fired until after cloud-init has run.  I'm not sure on
the particulars, I'm guessing all 'mounted MOUNTPOINT=' events for entries
in /etc/fstab are consumed 'filesystem' event is fired.

That said, I've never seen that fail, and this method was suggested to me
by the upstart author.

-- 
cloud-run-user-script.conf upstart script needs to run after all other 
cloud-init processes
https://bugs.launchpad.net/bugs/613309
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 615368] [NEW] Bind9 init script reports unknown status when named is stopped

2010-08-09 Thread Kornel Ecsedi
Public bug reported:

Binary package hint: bind9

ProblemType: Bug
Architecture: amd64
Date: Mon Aug  9 15:05:38 2010
Dependencies:
 adduser 3.112ubuntu1
 base-files 5.0.0ubuntu20.10.04.1
 base-passwd 3.5.22
 bind9utils 1:9.7.0.dfsg.P1-1
 coreutils 7.4-2ubuntu2
 debconf 1.5.28ubuntu4
 debconf-i18n 1.5.28ubuntu4
 debianutils 3.2.2
 dpkg 1.15.5.6ubuntu4.1
 findutils 4.4.2-1ubuntu1
 gcc-4.4-base 4.4.3-4ubuntu5
 libacl1 2.2.49-2
 libattr1 1:2.4.44-1
 libbind9-60 1:9.7.0.dfsg.P1-1
 libc-bin 2.11.1-0ubuntu7.2
 libc6 2.11.1-0ubuntu7.2
 libcap2 1:2.17-2ubuntu1
 libcomerr2 1.41.11-1ubuntu2
 libdb4.8 4.8.24-1ubuntu1
 libdns64 1:9.7.0.dfsg.P1-1
 libgcc1 1:4.4.3-4ubuntu5
 libgcrypt11 1.4.4-5ubuntu2
 libgeoip1 1.4.6.dfsg-17
 libgnutls26 2.8.5-2
 libgpg-error0 1.6-1ubuntu2
 libgssapi-krb5-2 1.8.1+dfsg-2ubuntu0.2
 libisc60 1:9.7.0.dfsg.P1-1
 libisccc60 1:9.7.0.dfsg.P1-1
 libisccfg60 1:9.7.0.dfsg.P1-1
 libk5crypto3 1.8.1+dfsg-2ubuntu0.2
 libkeyutils1 1.2-12
 libkrb5-3 1.8.1+dfsg-2ubuntu0.2
 libkrb5support0 1.8.1+dfsg-2ubuntu0.2
 libldap-2.4-2 2.4.21-0ubuntu5
 liblocale-gettext-perl 1.05-6
 liblwres60 1:9.7.0.dfsg.P1-1
 libncurses5 5.7+20090803-2ubuntu3
 libpam-modules 1.1.1-2ubuntu5
 libpam0g 1.1.1-2ubuntu5
 libsasl2-2 2.1.23.dfsg1-5ubuntu1
 libselinux1 2.0.89-4
 libssl0.9.8 0.9.8k-7ubuntu8
 libstdc++6 4.4.3-4ubuntu5
 libtasn1-3 2.4-1
 libtext-charwidth-perl 0.04-6
 libtext-iconv-perl 1.7-2
 libtext-wrapi18n-perl 0.06-7
 libxml2 2.7.6.dfsg-1ubuntu1
 lsb-base 4.0-0ubuntu8
 lzma 4.43-14ubuntu2
 ncurses-bin 5.7+20090803-2ubuntu3
 net-tools 1.60-23ubuntu2
 netbase 4.35ubuntu3
 passwd 1:4.1.4.2-1ubuntu2
 perl-base 5.10.1-8ubuntu2
 sed 4.2.1-6
 sensible-utils 0.0.1ubuntu3
 tzdata 2010j-0ubuntu0.10.04
 zlib1g 1:1.2.3.3.dfsg-15ubuntu1
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu-Server 10.04 LTS Lucid Lynx - Release amd64 
(20100427)
Package: bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum]
PackageArchitecture: amd64
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-21.32-server 2.6.32.11+drm33.2
SourcePackage: bind9
Tags: lucid
Uname: Linux 2.6.32-21-server x86_64

Symptom:

When named is stopped, the /etc/init.d/bnid9 status command always
returns 4 (unknown) instead of the correct 3 (stopped) status code. The
cause of this behavior is the missing pid file, for the lsb scripts try
to check the status by reading the process id from the pid file, and
when this is missing they report unknown status.

The status check code from the init script:
---
status)
  ret=0
  status_of_proc -p ${PIDFILE} /usr/sbin/named bind9 2/dev/null || ret=$?
  exit $ret
;;
---

The following workaround restored correct behavior:

---
status)
  ret=0
  if [ -f ${PIDFILE} ]; then
status_of_proc -p ${PIDFILE} /usr/sbin/named bind9 2/dev/null || ret=$?
  else
status_of_proc /usr/sbin/named bind9 2/dev/null || ret=$?
  fi
  exit $ret
;;
---

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

-- 
Bind9 init script reports unknown status when named is stopped
https://bugs.launchpad.net/bugs/615368
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 536942] Re: --firstboot option broken in 0.12.2-0ubuntu3

2010-08-09 Thread Yann Hamon
Can confirm --firstboot works as expected for me using 0.12.4-0ubuntu0
on lucid host.

-- 
--firstboot option broken in 0.12.2-0ubuntu3
https://bugs.launchpad.net/bugs/536942
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 602540] Re: ldapadduser adds the user and hangs

2010-08-09 Thread Dave Moore
I had the same issue and it was possible to work around by changing the 
password generation method.
In /etc/ldapscripts/ldapscripts.conf change to PASSWORDGEN=pwgen and apt-get 
install pwgen. I'm sure other methods may work.
It would seem that the default password gen 
PASSWORDGEN=cat /dev/random | LC_ALL=C tr -dc 'a-zA-Z0-9' | head -c8
causes the hang for me.

-- 
ldapadduser adds the user and hangs
https://bugs.launchpad.net/bugs/602540
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 615177] Re: mythtv schedules broken due apparmor mysql profile

2010-08-09 Thread Jamie Strandboge
** Also affects: mysql-5.1 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
mythtv schedules broken due apparmor mysql profile
https://bugs.launchpad.net/bugs/615177
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.

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


[Bug 602540] Re: ldapadduser adds the user and hangs

2010-08-09 Thread Dave Walker
Subscribing ~ubuntu-security for an 'ack'.

I imagine that on a well populated server, gaining the entropy isn't an
issue.  However, that isn't a clean default solution.

It seems to me that we have two options:
 * Use the /dev/urandom which seems less than ideal.
 * Use pwgen (main), with -s.

Security Team, can you comment on these proposed default settings?

Thanks.

** Changed in: openldap (Ubuntu)
 Assignee: (unassigned) = Dave Walker (davewalker)

-- 
ldapadduser adds the user and hangs
https://bugs.launchpad.net/bugs/602540
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 615177] Re: mythtv schedules broken due apparmor mysql profile

2010-08-09 Thread Jamie Strandboge
Thomas, can you adjust these lines in /etc/apparmor.d/abstractions/user-tmp:
  owner /var/tmp/   rw,
  owner /tmp/   rw,

to be:
  /var/tmp/   rw,
  /tmp/   rw,

Then do:
$ sudo apparmor_parser -r -T -W /etc/apparmor.d/usr.sbin.mysqld

Then restart apparmor then mysql. Rebooting would be easiest (but make
sure mysqld is still confined with 'sudo aa-status').

Please report back. I also recommend The abstraction is clearly too
strict and will be fixed in the apparmor package, but after making the
change an adjustment may still be needed for mysql.

** Changed in: apparmor (Ubuntu)
   Importance: Undecided = High

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

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

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

** Changed in: mysql-5.1 (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

-- 
mythtv schedules broken due apparmor mysql profile
https://bugs.launchpad.net/bugs/615177
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.

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


[Bug 556528] Re: euca2ools config file overrides environment

2010-08-09 Thread Thierry Carrez
** Changed in: euca2ools (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
euca2ools config file overrides environment
https://bugs.launchpad.net/bugs/556528
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

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


[Bug 615177] Re: mythtv schedules broken due apparmor mysql profile

2010-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package apparmor - 2.5.1~pre1393-0ubuntu3

---
apparmor (2.5.1~pre1393-0ubuntu3) maverick; urgency=low

  * debian/patches/0002-lp615177.patch: 'owner' match in commit 1406 too
strict for /tmp/ and /var/tmp/ (LP: #615177)
 -- Jamie Strandboge ja...@ubuntu.com   Mon, 09 Aug 2010 10:17:05 -0500

** Changed in: apparmor (Ubuntu)
   Status: In Progress = Fix Released

-- 
mythtv schedules broken due apparmor mysql profile
https://bugs.launchpad.net/bugs/615177
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.

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


[Bug 613309] Re: cloud-run-user-script.conf upstart script needs to run after all other cloud-init processes

2010-08-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/ubuntu/lucid/cloud-init/bug613309

-- 
cloud-run-user-script.conf upstart script needs to run after all other 
cloud-init processes
https://bugs.launchpad.net/bugs/613309
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 602540] Re: ldapadduser adds the user and hangs

2010-08-09 Thread Marc Deslauriers
pwgen uses urandom, so you might as well simply switch to /dev/urandom.
Although less ideal than using /dev/random, it is probably okay for
generating initial 8-character passwords.

-- 
ldapadduser adds the user and hangs
https://bugs.launchpad.net/bugs/602540
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 613309] Re: cloud-run-user-script.conf upstart script needs to run after all other cloud-init processes

2010-08-09 Thread Scott Moser
For maverick, this is fix-released.  In newer versions of cloud-init there 
are only upstart jobs:
 cloud-init
 cloud-config
 cloud-run-user-script

cloud-run-user-script runs on stopped rc RUNLEVEL=[2345] and stopped
cloud-config

** Also affects: cloud-init (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided = Medium

** Changed in: cloud-init (Ubuntu)
   Status: New = Fix Released

-- 
cloud-run-user-script.conf upstart script needs to run after all other 
cloud-init processes
https://bugs.launchpad.net/bugs/613309
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 602540] Re: ldapadduser adds the user and hangs

2010-08-09 Thread Dave Walker
** Changed in: openldap (Ubuntu)
   Status: Confirmed = Invalid

** Also affects: ldapscripts (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: ldapscripts (Ubuntu)
 Assignee: (unassigned) = Dave Walker (davewalker)

** Changed in: openldap (Ubuntu)
 Assignee: Dave Walker (davewalker) = (unassigned)

-- 
ldapadduser adds the user and hangs
https://bugs.launchpad.net/bugs/602540
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 615177] Re: mythtv schedules broken due apparmor mysql profile

2010-08-09 Thread Jamie Strandboge
Thomas, actually, if you can test after upgrading to
2.5.1~pre1393-0ubuntu3, that would be even better. Thanks!

-- 
mythtv schedules broken due apparmor mysql profile
https://bugs.launchpad.net/bugs/615177
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.

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


[Bug 536942] Re: --firstboot option broken in 0.12.2-0ubuntu3

2010-08-09 Thread Darren Worrall
** Tags added: verification-done

-- 
--firstboot option broken in 0.12.2-0ubuntu3
https://bugs.launchpad.net/bugs/536942
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 602540] Re: ldapadduser adds the user and hangs

2010-08-09 Thread Marc Deslauriers
As discussed on irc, I now recommend we use pwgen, so we don't drain the
entropy, and we make sure we have a password that has the correct
length.

-- 
ldapadduser adds the user and hangs
https://bugs.launchpad.net/bugs/602540
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 613309] Re: cloud-run-user-script.conf upstart script needs to run after all other cloud-init processes

2010-08-09 Thread Scott Moser
Pete,
  A build of the linked branch above will be available shortly in my ppa for 
lucid. https://launchpad.net/~smoser/+archive/ppa/+packages .
  I'd appreciate some test on that.  My initial test is that it functions 
correctly.
  To test:
- launch an instance with some user data and runcmd
- ssh to instance:
  sudo apt-add-repository ppa:smoser/ppa
  sudo apt-get install cloud-init
  sudo rm -Rf /var/lib/cloud
  sudo reboot
- ssh to instance
  - you should see changed ssh keys
  - verify that your user scripts run

I don't have a suggestion on a perfect way to prove that the dependencies are 
correct, but the fact that it runs generally indicates that it is good.  Ie, 
I'm fairly sure, that given the new 'start on' for cloud-run-user-script, it is 
not going to run *before* any of the other scripts.
| start on (stopped rc RUNLEVEL=[2345] \
|and stopped cloud-apt-update-upgrade \
|and stopped cloud-config-misc \
|and stopped cloud-config-mounts \
|and stopped cloud-config-puppet \
|and stopped cloud-config-ssh \
|and stopped cloud-disable-ec2-metadata )

-- 
cloud-run-user-script.conf upstart script needs to run after all other 
cloud-init processes
https://bugs.launchpad.net/bugs/613309
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 615177] Re: mythtv schedules broken due apparmor mysql profile

2010-08-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/apparmor

-- 
mythtv schedules broken due apparmor mysql profile
https://bugs.launchpad.net/bugs/615177
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.

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


[Bug 602540] Re: ldapadduser adds the user and hangs

2010-08-09 Thread Dave Walker
Attached is a debdiff for Maverick.  Submitted patch to debian.


** Bug watch added: Debian Bug tracker #592369
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592369

** Also affects: ldapscripts (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592369
   Importance: Unknown
   Status: Unknown

** Patch added: ldapscripts_1.9.0-2ubuntu1.debdiff
   http://launchpadlibrarian.net/53339656/ldapscripts_1.9.0-2ubuntu1.debdiff

-- 
ldapadduser adds the user and hangs
https://bugs.launchpad.net/bugs/602540
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 615442] [NEW] euca-describe-users fails with ImportError: No module named euca_admin.users

2010-08-09 Thread C de-Avillez
Public bug reported:

Binary package hint: euca2ools

ubu...@cempedak:~/uec-testing-scripts$ euca-describe-users
Traceback (most recent call last):
  File /usr/sbin/euca-describe-users, line 4, in module
from euca_admin.users import User
ImportError: No module named euca_admin.users
ubu...@cempedak:~/uec-testing-scripts$ euca-version
1.2-31337 2009-04-04
ubu...@cempedak:~/uec-testing-scripts$

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

-- 
euca-describe-users fails with ImportError: No module named euca_admin.users
https://bugs.launchpad.net/bugs/615442
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

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


[Bug 613309] Re: cloud-run-user-script.conf upstart script needs to run after all other cloud-init processes

2010-08-09 Thread Pete Crossley
Sure will do, I am working on this stuff right now so once the build is
done I will deploy.

-- 
cloud-run-user-script.conf upstart script needs to run after all other 
cloud-init processes
https://bugs.launchpad.net/bugs/613309
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 613832] Re: Cannot mark address as allocating[unallocated.false-allocated.true] when it is assigned.true:

2010-08-09 Thread chris grzegorczyk
Working on setting up regression test and merging the fix now.

-- 
Cannot mark address as allocating[unallocated.false-allocated.true] when it is 
assigned.true:
https://bugs.launchpad.net/bugs/613832
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 613033] Re: eucalyptus-cloud: cloud fails to start on separate install

2010-08-09 Thread chris grzegorczyk
Working on setting up regression test and merging the fix now.

-- 
eucalyptus-cloud: cloud fails to start on separate install
https://bugs.launchpad.net/bugs/613033
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 610561] Re: OpenLDAP Security Fixes?

2010-08-09 Thread Steve Beattie
Packages have been pushed to the security ppa and are undergoing
verification.

** Changed in: openldap (Ubuntu)
   Status: Confirmed = Fix Committed

** Changed in: openldap (Ubuntu)
 Assignee: (unassigned) = Steve Beattie (sbeattie)

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

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


Re: [Bug 615177] Re: mythtv schedules broken due apparmor mysql profile

2010-08-09 Thread Thomas Templin
Moin moin Jamie

2.5.1~pre1393-0ubuntu3 fixed the problem!
IMHO, bug may be closed.

regards,
thomas

-- 
mythtv schedules broken due apparmor mysql profile
https://bugs.launchpad.net/bugs/615177
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.

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


[Bug 615468] [NEW] Invalid quantifier javascript error when creating account

2010-08-09 Thread John Reuning
Public bug reported:

Using the latest update (as of 9 Aug 2010) of UEC tools and web app, I
am unable to create an account with a password containing two adjacent
asterisks (**).  The error message in firebug is:

invalid quantifier [plus some characters from the password string]
[Break on this error] function iRc(c,b){var a=(new RegExp(b)).exec(c);return 
a==null?false:c==a[0]}
https://[hostname]:8443/E1314E9CA21508A4E229BB13E2D0AF43.cache.html (line 2120)

It seems to happen with a double asterisk at the beginning, end, or in
the middle.

Steps to reproduce:

1. Go to Ubuntu cloud controller web url
2. Click on Apply to apply for account
3. Enter account information, including password with double asterisk characters
4. Click Sign up

The result is no error message in the web UI, just nothing happens.
Seeing the error message requires a js debugger.

Eucalyptus package version: 1.6.2-0ubuntu30.3

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

-- 
Invalid quantifier javascript error when creating account
https://bugs.launchpad.net/bugs/615468
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 569530] Re: vmbuilder create ubuntu-kvm directory even when using --raw

2010-08-09 Thread Whit Blauvelt
Not sure if this is a related bug, or just a lack of documentation, but:

vmbuilder kvm ubuntu --suite lucid --flavour virtual --arch amd64  -o
--libvirt qemu:///system

produces an ubuntu-kvm directory with, in this instance:

-rw-r--r-- 1 root root 396754944 2010-08-08 21:20 tmpEs8Mq4.qcow2
-rwx---r-x 1 root root67 2010-08-08 21:21 run.sh

where run.sh consists of:

#!/bin/sh

exec kvm -m 128 -smp 1 -drive file=tmpEs8Mq4.qcow2 $@

and trying to run run.sh (which AFAIK is an undocumented file here)
produces:

pci_add_option_rom: failed to find romfile pxe-rtl8139.bin
init kbd.
^CCould not open SDL display

(that last line after a control-C)

Is run.sh something that should be a final product? Or has vmbuilder got
itself into an error state and quit in the middle somewhere, leaving
that tmp*.qcow2 file and the run.sh which can't run it, and that would
disappear if vmbuilder completed its job without error?

-- 
vmbuilder create ubuntu-kvm directory even when using --raw
https://bugs.launchpad.net/bugs/569530
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 574554] Re: tgtd needs init script or upstart job

2010-08-09 Thread OlivierP
Any chance to get this into lucid backports ?

-- 
tgtd needs init script or upstart job
https://bugs.launchpad.net/bugs/574554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tgt 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 613309] Re: cloud-run-user-script.conf upstart script needs to run after all other cloud-init processes

2010-08-09 Thread Pete Crossley
Looks good Scott.  Everything seem to start and execute in the correct
order.

* I purged all packages and installed via user-data and executed custom
user run script.

Which included the following:

 - Custom apt repo
 - Custom key for repo
 - packages:
- curl
- pwgen
- pastebinit
- python-software-properties
- chef
- rubygems

 - Custom script to configure chef
- validation.pem
 role list and node id (instance-id) from meta-data service

-- 
cloud-run-user-script.conf upstart script needs to run after all other 
cloud-init processes
https://bugs.launchpad.net/bugs/613309
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 574554] Re: tgtd needs init script or upstart job

2010-08-09 Thread OlivierP
Reopening, not fixed.

Tried tgt 1.0.4-1ubuntu2  1.0.4-1ubuntu3 (on Lucid), fails with unknown job.
/etc/init/tgt.conf , post-start contains a typo:
post-start exe /usr/sbin/tgt-admin -e

Correcting:
post-start exec /usr/sbin/tgt-admin -e


** Changed in: tgt (Ubuntu Maverick)
   Status: Fix Released = In Progress

-- 
tgtd needs init script or upstart job
https://bugs.launchpad.net/bugs/574554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tgt 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 615529] [NEW] eucalyptus instance reboot fails: Guest moved used index from 0 to 2639

2010-08-09 Thread Scott Moser
Public bug reported:

Binary package hint: qemu-kvm

When booting the uec image from alpha-3 (20100803.2) with the loader that is 
present in the tarball, and eucalyptus.conf on the node controller configured 
as:
USE_VIRTIO_ROOT=1

I am unable to reboot an instance.

$ euca-run-instances --key mykey ${alpha3_amd64_loader_ami}
$ ssh 192.168.1.192
% sudo reboot
...
system does not come back up.  When I look at the libvirt log for the instance, 
I see:

Guest moved used index from 0 to 2639

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: qemu-kvm 0.12.4+noroms-0ubuntu9
ProcVersionSignature: Ubuntu 2.6.35-14.20-server 2.6.35
Uname: Linux 2.6.35-14-server x86_64
Architecture: amd64
Date: Mon Aug  9 15:44:19 2010
InstallationMedia: Ubuntu-Server 10.10 Maverick Meerkat - Alpha amd64 
(20100729)
KvmCmdLine:
 UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
 root 21885 1  1 91953 196140  1 14:50 ?00:00:40 /usr/bin/kvm 
-S -M pc-0.12 -enable-kvm -m 192 -smp 1,sockets=1,cores=1,threads=1 -name 
i-4C9C0908 -uuid 944213ac-0d9b-2f56-b5dd-a14527944a88 -nographic -nodefaults 
-chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/i-4C9C0908.monitor,server,nowait 
-mon chardev=monitor,mode=readline -rtc base=utc -boot c -kernel 
/var/lib/eucalyptus/instances//admin/i-4C9C0908/kernel -append root=/dev/vda1 
console=ttyS0 -drive 
file=/var/lib/eucalyptus/instances//admin/i-4C9C0908/disk,if=none,id=drive-virtio-disk0,boot=on
 -device 
virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0 
-device e1000,vlan=0,id=net0,mac=d0:0d:4c:9c:09:08,bus=pci.0,addr=0x5 -net 
tap,fd=37,vlan=0,name=hostnet0 -chardev 
file,id=serial0,path=/var/lib/eucalyptus/instances//admin/i-4C9C0908/console.log
 -device isa-serial,chardev=serial0 -usb -device 
virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3
 root 22824 1  4 90870 192452  1 15:34 ?00:00:30 /usr/bin/kvm 
-S -M pc-0.12 -enable-kvm -m 192 -smp 1,sockets=1,cores=1,threads=1 -name 
i-4A010879 -uuid cfecd16d-a1d0-4b90-f29f-bed50ac33d84 -nographic -nodefaults 
-chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/i-4A010879.monitor,server,nowait 
-mon chardev=monitor,mode=readline -rtc base=utc -boot ac -drive 
file=/var/lib/eucalyptus/instances//admin/i-4A010879/loader,if=none,id=drive-fdc0-0-0
 -global isa-fdc.driveA=drive-fdc0-0-0 -drive 
file=/var/lib/eucalyptus/instances//admin/i-4A010879/disk,if=none,id=drive-virtio-disk0,boot=on
 -device 
virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0 
-device e1000,vlan=0,id=net0,mac=d0:0d:4a:01:08:79,bus=pci.0,addr=0x5 -net 
tap,fd=36,vlan=0,name=hostnet0 -chardev 
file,id=serial0,path=/var/lib/eucalyptus/instances//admin/i-4A010879/console.log
 -device isa-serial,chardev=serial0 -usb -device 
virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3
Lsusb:
 Bus 002 Device 004: ID 10d5:55a4 Uni Class Technology Co., Ltd 
 Bus 002 Device 003: ID 04f3:0103 Elan Microelectronics Corp. 
 Bus 002 Device 002: ID 058f:9254 Alcor Micro Corp. Hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. Inspiron 531
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.35-14-server 
root=/dev/mapper/hostname-root ro quiet
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: qemu-kvm
dmi.bios.date: 06/15/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.0.3
dmi.board.name: 0RY206
dmi.board.vendor: Dell Inc.
dmi.board.version: ���
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.3:bd06/15/2007:svnDellInc.:pnInspiron531:pvr00:rvnDellInc.:rn0RY206:rvr:cvnDellInc.:ct3:cvrChassisVersion:
dmi.product.name: Inspiron 531
dmi.product.version: 00
dmi.sys.vendor: Dell Inc.

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

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


** Tags: amd64 apport-bug maverick uec-images

-- 
eucalyptus instance reboot fails: Guest moved used index from 0 to 2639
https://bugs.launchpad.net/bugs/615529
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 615529] Re: eucalyptus instance reboot fails: Guest moved used index from 0 to 2639

2010-08-09 Thread Scott Moser

** Attachment added: node controllers' var/log/libvirt/qemu/i-32AA0623.log
   http://launchpadlibrarian.net/53360221/libvirt-instance.log

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

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

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/53359918/Dependencies.txt

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

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

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

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

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

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

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

-- 
eucalyptus instance reboot fails: Guest moved used index from 0 to 2639
https://bugs.launchpad.net/bugs/615529
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 615529] Re: eucalyptus instance reboot fails: Guest moved used index from 0 to 2639

2010-08-09 Thread Scott Moser
Heres some more information, this is a result of work done under the
kernel-upgrades spec [1].  I had originally only used the floppy disk
boot mechanism for scsi root disk, as initial boot works fine with
'-kernel grub_loader' and virtio.  If I take change the eucalyptus
code to use a boot floppy for virtio root also, the result is working
'reboot'.

Heres a summary of what works, what doesn't:
- WORKS: -kernel with linux kernel, scsi   disk, reboot works
- WORKS: -fda floppy, grub loader,  scsi   disk, reboot works
- WORKS: -kernel with linux kernel, virtio disk, reboot works
- WORKS: -fda floppy, grub loader,  virtio disk, reboot works
- FAILS: -kernel with grub loader,  virtio disk, reboot fails
- FAILS: -kernel with grub loader,  scsi   disk, wont boot (bug 611142)

notes:
 -fda floppy means grub boot floppy that loads the same grub multiboot
  image as is booted with -kernel)

--
[1] 
https://blueprints.launchpad.net/ubuntu/+spec/server-maverick-cloud-kernel-upgrades

-- 
eucalyptus instance reboot fails: Guest moved used index from 0 to 2639
https://bugs.launchpad.net/bugs/615529
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 615529] Re: eucalyptus instance reboot fails: Guest moved used index from 0 to 2639

2010-08-09 Thread Scott Moser
I brought this up in kvm irc and found that -kernel/-initrd booting is
commonly broken, and rharper poitned me at this thread for a recent
discussion: http://lists.gnu.org/archive/html/qemu-
devel/2010-08/msg00133.html .


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

-- 
eucalyptus instance reboot fails: Guest moved used index from 0 to 2639
https://bugs.launchpad.net/bugs/615529
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 615177] Re: mythtv schedules broken due apparmor mysql profile

2010-08-09 Thread Jamie Strandboge
** Changed in: mysql-5.1 (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: mysql-5.1 (Ubuntu)
 Assignee: Jamie Strandboge (jdstrand) = (unassigned)

-- 
mythtv schedules broken due apparmor mysql profile
https://bugs.launchpad.net/bugs/615177
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.

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


[Bug 615468] Re: Invalid quantifier javascript error when creating account

2010-08-09 Thread C de-Avillez
Confirmed on Eucalyptus 2.0 (Maverick). I used a password of 'aaa**aaa',
and got (in the FireBug console):

invalid quantifier *aaa.*
[Break on this error] function yRc(c,b){var a=(new RegExp(b)).exec(c);return 
a==null?false:c==a[0]} 

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

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

-- 
Invalid quantifier javascript error when creating account
https://bugs.launchpad.net/bugs/615468
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 613309] Re: cloud-run-user-script.conf upstart script needs to run after all other cloud-init processes

2010-08-09 Thread Scott Moser
** Description changed:

  Binary package hint: cloud-init
  
  All lucid/maverick source packages,
  
  The following upstart scripts need to wait for the 'cloud-config' status
  in addition to what they currently wait for, otherwise userdata might
  not be loaded yet.
  
  cloud-apt-update-upgrade.conf
  cloud-config-misc.conf
  cloud-config-mounts.conf
  cloud-config-ssh.conf
  cloud-disable-ec2-metadata.conf
  cloud-ec2-ebs-mounts.conf
  cloud-raid.conf
  cloud-runurl.conf
  
  ~~
  most of these need to just add 'and cloud-config' but one or two need to just 
'start on cloud-config'
  
  ~~~
  cloud-run-user-script.conf
  
  needs 'start on (stopped rc RUNLEVEL=[2345] and stopped cloud-config-
  misc)'
  
  We need this package to work in ec2 as well as UEC otherwise it make
  provisioning of a new instance much harder and defeats the purpose of
  this package.  Since Lucid is LTS I would like to see a SRU for this
  issue as well since it prevent out of the box/repo use of this feature.
+ 
+  Begin SRU Justification 
+ Impact: The impact of this bug is that a popular portion of cloud-config 
syntax [1] is not easily used in the 10.04 images.  If the user specifies 
commands to run, they cannot rely on other portions of cloud-init having 
finished before those scripts run.  The big examples is that if the user 
installs a package via 'pkgs', they cannot rely on it being present in their 
'runcmd'.  The ordering is simply not guaranteed.
+ Solution: The solution is to make the upstart script that executes the user's 
commands depend on 'stopped' of each of the other upstart jobs.  In this 
manner, it will not execute until the other jobs are finished.
+ Patch: Available in branch attached to this bug [2]
+ Regression Potential: There should be low potential for regression and low 
realistic change of user expectations.  Previously, the order was 
non-deterministic, this will guarantee that jobs run after packages are 
installed.
+ 
+ TEST Case:
+  * launch ec2 instance (ubuntu-lucid-10.04-i386-server-20100427.1, such as 
ami-fd4aa494) with user data having 'packages' and 'runcmd' section.  Such as:
+ | #cloud-config
+ | packages: [ bzr, ubuntu-dev-tools, ccache, vim-nox, git-core, lftp ]
+ | runcmd:
+ |  - [ sudo, -Hu, ubuntu, sh, -c 'bzr branch 
lp:ubuntu/lucid-proposed/cloud-init  21 | tee cmd.log' ]
+  * without a fix for this bug, the ordering is indeterminable, but most 
likely, the 'bzr branch' command will run before bzr is installed.  With the 
fix, it is guaranteed to run afterwards.
+ 
+ --
+ [1] 
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/lucid/cloud-init/lucid-proposed/annotate/head%3A/doc/examples/cloud-config.txt
+ [2] 
http://bazaar.launchpad.net/~smoser/ubuntu/lucid/cloud-init/bug613309/revision/17
+  End SRU Justification =

-- 
cloud-run-user-script.conf upstart script needs to run after all other 
cloud-init processes
https://bugs.launchpad.net/bugs/613309
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 615529] Re: eucalyptus instance reboot fails: Guest moved used index from 0 to 2639

2010-08-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/ubuntu/maverick/eucalyptus/bug-615529

-- 
eucalyptus instance reboot fails: Guest moved used index from 0 to 2639
https://bugs.launchpad.net/bugs/615529
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 574554] Re: tgtd needs init script or upstart job

2010-08-09 Thread Dave Walker
Debdiff for Maverick

** Patch added: tgt_1.0.4-1ubuntu4.debdiff
   http://launchpadlibrarian.net/53388867/tgt_1.0.4-1ubuntu4.debdiff

-- 
tgtd needs init script or upstart job
https://bugs.launchpad.net/bugs/574554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tgt 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 571057] Re: slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate olcAccess lines (again)

2010-08-09 Thread Mathias Gug
I've run through the test case and confirm that the upgrade of slapd
with -proposed enabled doesn't fail.

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

-- 
slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate 
olcAccess lines (again)
https://bugs.launchpad.net/bugs/571057
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 588875] Re: Unable to get USB information

2010-08-09 Thread SoftKnight
The new version is still not available from the repository. Does the
.deb file from sourceforge.net meet to all specifications of Lucid and
it is safe to install it?

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

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


[Bug 612734] Re: linux-ec2 is no longer needed in uec images

2010-08-09 Thread Launchpad Bug Tracker
** Branch linked: lp:vmbuilder/0.11

-- 
linux-ec2 is no longer needed in uec images
https://bugs.launchpad.net/bugs/612734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 571057] Re: slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate olcAccess lines (again)

2010-08-09 Thread Steve Beattie
Unfortunately, openldap 2.4.21-0ubuntu5.2 was published in lucid-
security, and so this proposed update needs to be re-uploaded with the
fixes from 2.4.21-0ubuntu5.2 applied.

-- 
slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate 
olcAccess lines (again)
https://bugs.launchpad.net/bugs/571057
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 615642] [NEW] package bind9 1:9.7.0.dfsg.P1-1 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script returned error exit status

2010-08-09 Thread Damir Hodzic
Public bug reported:

Binary package hint: bind9

Install hangs from the first time of trying install bind. After errors
install stops on bind, and all other programs can't be installed.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum]
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
AptOrdering:
 qmailanalog-installer: Install
 bind9: Configure
 qmailanalog-installer: Configure
Architecture: i386
Date: Tue Aug 10 02:30:59 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
SourcePackage: bind9
Title: package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

-- 
package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/615642
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 615642] Re: package bind9 1:9.7.0.dfsg.P1-1 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-09 Thread Damir Hodzic

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/53391769/Dependencies.txt

** Attachment added: Df.txt
   http://launchpadlibrarian.net/53391770/Df.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/53391771/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/53391772/DpkgTerminalLog.txt

-- 
package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/615642
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 610561] Re: OpenLDAP Security Fixes?

2010-08-09 Thread Steve Beattie
This has been released as USN-965-1 and will show up at
http://www.ubuntu.com/usn/usn-965-1. Thanks!

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

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

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


[Bug 615646] [NEW] cannot attach a volume to an instance

2010-08-09 Thread C de-Avillez
Public bug reported:

ubu...@cempedak:~$ euca-run-instances -g test-g0 -k test -t m1.xlarge -z 
UEC-TEST1 emi-3D891C6C
RESERVATION r-41FB0787  admin   admin-test-g0
INSTANCEi-3AD9069B  emi-3D891C6C0.0.0.0 0.0.0.0 pending test
0   m1.xlarge   2010-08-10T00:40:42.55Z UEC-TEST1   
eki-DA752171
ubu...@cempedak:~$ euca-describe-instances
RESERVATION r-41FB0787  admin   test-g0
INSTANCEi-3AD9069B  emi-3D891C6C10.55.55.100172.19.1.2  
running test0   m1.xlarge   2010-08-10T00:40:42.55Z 
UEC-TEST1   eki-DA752171
ubu...@cempedak:~$ euca-describe-volumes
VOLUME  vol-5A280632 1  UEC-TEST1   available   
2010-08-10T00:39:22.623Z
ubu...@cempedak:~$ euca-attach-volume -i i-3AD9069B -d /dev/sdb vol-5A280632
VOLUME  vol-5A280632
ubu...@cempedak:~$ euca-describe-volumes
VOLUME  vol-5A280632 1  UEC-TEST1   available   
2010-08-10T00:39:22.623Z
ubu...@cempedak:~$ euca-describe-instances
RESERVATION r-41FB0787  admin   test-g0
INSTANCEi-3AD9069B  emi-3D891C6C10.55.55.100172.19.1.2  
running test0   m1.xlarge   2010-08-10T00:40:42.55Z 
UEC-TEST1   eki-DA752171
ubu...@cempedak:~$ euca-describe-volumes
VOLUME  vol-5A280632 1  UEC-TEST1   available   
2010-08-10T00:39:22.623Z
ubu...@cempedak:~$ euca-describe-instances
RESERVATION r-41FB0787  admin   test-g0
INSTANCEi-3AD9069B  emi-3D891C6C10.55.55.100172.19.1.2  
running test0   m1.xlarge   2010-08-10T00:40:42.55Z 
UEC-TEST1   eki-DA752171
ubu...@cempedak:~$


euca2ools 1.2-0ubuntu10  install ok installed
eucalyptus-cc 2.0~bzr1219-0ubuntu1 eucalyptus install ok installed
eucalyptus-cloud 2.0~bzr1219-0ubuntu1 eucalyptus install ok installed
eucalyptus-common 2.0~bzr1219-0ubuntu1 eucalyptus install ok installed
eucalyptus-gl 2.0~bzr1219-0ubuntu1 eucalyptus install ok installed
eucalyptus-java-common 2.0~bzr1219-0ubuntu1 eucalyptus install ok installed
eucalyptus-sc 2.0~bzr1219-0ubuntu1 eucalyptus install ok installed
eucalyptus-walrus 2.0~bzr1219-0ubuntu1 eucalyptus install ok installed
uec-component-listener 2.0~bzr1219-0ubuntu1 eucalyptus install ok installed

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

-- 
cannot attach a volume to an instance
https://bugs.launchpad.net/bugs/615646
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 615646] Re: cannot attach a volume to an instance

2010-08-09 Thread C de-Avillez
This is an all-in-one install. cloud-debug excerpt:

20:39:22 DEBUG [Context:New I/O server worker #1-5] 
:1281400762553:Context:CONTEXT_CREATE:5b2eaee5-20f1-40e8-a75b-4e22159a5962:[id: 
0x7d26c5d4, /10.55.55.2:51634 = /10.55.55.2:8773]:NioHttpDecoder.decode.129
20:39:22 DEBUG [TimedEvictionSet:New I/O server worker #1-5] Evicting previous 
entry: FMd6P2GxVBMlg7PpCHqRt1/5x6OOUaW3TQubZSzsRdQ 5940707576109
20:39:22 DEBUG [Context:New I/O server worker #1-5] 
:1281400762573:Context:CONTEXT_USER:5b2eaee5-20f1-40e8-a75b-4e22159a5962:admin:NativeMethodAccessorImpl.invoke0.-2
20:39:22 DEBUG [Context:New I/O server worker #1-5] 
:1281400762574:Context:CONTEXT_SUBJECT:5b2eaee5-20f1-40e8-a75b-4e22159a5962:[DatabaseWrappedUser
 [ user = UserEntity [ administrator = true, enabled = true, name = admin, 
password = 21232f297a57a5a743894a0e4a801fc3, queryId = 
WKy3rMzOWPouVOxK1p3Ar1C2uRBwa2FBXnCw, s
ecretKey = DteXlXLRBPjDIVWaAQQ7nWaGiPjbamP1K6FIsA, token = 
YR7SQsocoiC5JH4C7ltUOPMOdtgY36GnkbSsiXrejIFCoS9N6at9hXVMkFVdQ7bk2nWJBdTC009jFdX1Tg,
 certificates = 33908414070706 null 
LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURGVENDQWYyZ0F3SUJBZ0lHSHRicStiK3lNQTBHQ1NxR1NJYjNEUUVCRFFVQU1FRXhDekFKQmdOVkJBWVQKQWxWVE1RMHdDd1l
EVlFRS0V3UlZjMlZ5TVJNd0VRWURWUVFMRXdwRmRXTmhiSGx3ZEhWek1RNHdEQVlEVlFRRApFd1ZoWkcxcGJqQWVGdzB4TURBNE1Ea3lNekk0TkRWYUZ3MHhOVEE0TURreU16STRORFZhTUVFeEN6QUpCZ05WCkJBWVRBbFZUTVEwd0N3WURWUVFLRXdSVmMyVnlNUk13RVFZRFZRUUxFd3BGZFdOaGJIbHdkSFZ6TVE0d0RBWUQKVlFRREV3VmhaRzFwYmpDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dn
RUJBS0tvWG9pYgp6cU5FdjJ6QVNQd1BDN1JtMGpDcEl0SEd1dStObm9tQlpuKzZ0WmhGVy9CdEJFRWZEYy92aERmcm9mZ0FONDBJCkRJejE3UW8wVXVyeEFlaXN3czVadVoySHNFQnlGdUZFSHlPSnk4aXVqMVBYbmRza3BSOHRxTzZCK0JhT1RhVnAKN0dVVmtRL09hMlZvWk5TWVR2Ti9NbU5Ud2JRSklIVUl1Y2VqUXRwbGFOZDdiQzB4QW03OEVvTkhqNHVRQVdMeAp2dmFFVWZsRXV0UTAzTGlaUityekFPNTFqVjgxakhLR
HVOb0FFdTR1QTBiajFGZ0k4V25ibUhORXJrVVFGazZHCnQ0Z1FwbVlRaE9hQ3d0aDYyWVJ6UjFia0hUT0JpUjNZL25QN0hDRFJ1bm9HOFBPSXVieEhMbjJZbXlDNTdkNFMKNWYxcGFvckRnekZWd1YwQ0F3RUFBYU1UTUJFd0R3WURWUjBUQVFIL0JBVXdBd0VCL3pBTkJna3Foa2lHOXcwQgpBUTBGQUFPQ0FRRUFNTVRoekNiS0pWZmgycTRuNDQ4SHNaa2ROZlNnRGJKZzJEY0FONXVpL2dPdjRCMG1BODdxCjJxVFlaSXQza0
9zcTM5OURBUzdHRS9KcWgwODMvSjgzTWt6TjY5QURrS3NzV2Z6SmExR0JvTzRYU2Y3R1g5RUoKaEI5ZlhpUnV3ZlVBV3RCTW01aVd6UjlWbFh6a0pqT0VtTUZYUWlsTXB3cmtCeWM2Vm5DMk96LzhnczBqbjc2OApsY0xGblFlWTR6TU90WXlEZk1GMFdrWGtlL3E3dHBoNjZHY3hFMFBINXNodElpdDVRMDJkTjJYWTdxTHlFU1I1CjFPdVhFWHdTWlFjemtPdE9mekl5MFVaVmdGRHRhSHQxeCtxTndZeVBCQmxzZVROK2JVbGl
vRjgyblFTdFZxOVMKT2M3dEpBZUEvbERycm9WVm8yU2p3b0IrQ3JhODJKQjBJQT09Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K,
 eucaGroupIds = ], ], 
com.eucalyptus.auth.databasewrappedgr...@423dca93]:NativeMethodAccessorImpl.invoke0.-2
20:39:22 DEBUG [RequestQueue:RequestQueue.2] 
:1281400762600:RequestQueue:5b2eaee5-20f1-40e8-a75b-4e22159a5962:admin:MSG_RECEIVED:5b2eaee5-20f1-40e8-a75b-4e22159a5962:CreateVolumeType:NativeMethodAccessorImpl.invoke0.-2
20:39:22  INFO [VolumeManager:Volume.2] 
:1281400762711:VolumeManager:5b2eaee5-20f1-40e8-a75b-4e22159a5962:admin:VOLUME_CREATE:user=admin:volume=vol-5A280632:size=1:cluster=UEC-TEST1:snapshot=null:NativeMethodAccessorImpl.invoke0.-2
20:39:22 DEBUG [SystemUtil:pool-8-thread-1] Running command: 
///usr/lib/eucalyptus/euca_rootwrap dd if=/dev/zero 
of=//var/lib/eucalyptus/volumes/vol-5A280632 count=1 bs=1M seek=1027
20:39:22 DEBUG [ReplyQueue:ReplyQueue.2] 
:1281400762744:ReplyQueue:5b2eaee5-20f1-40e8-a75b-4e22159a5962:admin:MSG_REPLY:5b2eaee5-20f1-40e8-a75b-4e22159a5962:CreateVolumeResponseType:NativeMethodAccessorImpl.invoke0.-2
20:39:22 DEBUG [Context:ReplyQueue.2] 
:1281400762745:Context:5b2eaee5-20f1-40e8-a75b-4e22159a5962:admin:CONTEXT_EVENT:5b2eaee5-20f1-40e8-a75b-4e22159a5962:b846933f-a417-11df-aa68-ed0ec099bb84:ReplyQueue.handle.114
20:39:22 DEBUG [Context:ReplyQueue.2] 
:1281400762746:Context:5b2eaee5-20f1-40e8-a75b-4e22159a5962:admin:CONTEXT_EVENT:5b2eaee5-20f1-40e8-a75b-4e22159a5962:b846933f-a417-11df-aa68-ed0ec099bb84:ServiceSinkHandler.sendDownstreamNewEvent.174
20:39:22 DEBUG [Context:ReplyQueue.2] 
:1281400762757:Context:5b2eaee5-20f1-40e8-a75b-4e22159a5962:admin:CONTEXT_CLEAR:5b2eaee5-20f1-40e8-a75b-4e22159a5962:[id:
 0x7d26c5d4, /10.55.55.2:51634 = /10.55.55.2:8773]:ReplyQueue.handle.117
20:39:22 DEBUG [SystemUtil:pool-8-thread-1] Running command: 
///usr/lib/eucalyptus/euca_rootwrap losetup -f
20:39:22  INFO [OverlayManager:pool-8-thread-1] losetup /dev/loop0 
//var/lib/eucalyptus/volumes/vol-5A280632
20:39:22  INFO [OverlayManager:pool-8-thread-1]
20:39:22  INFO [OverlayManager:pool-8-thread-1]
20:39:22 DEBUG [SystemUtil:pool-8-thread-1] Running command: 
///usr/lib/eucalyptus/euca_rootwrap pvcreate /dev/loop0
20:39:22 DEBUG [SystemUtil:pool-8-thread-1] Running command: 
///usr/lib/eucalyptus/euca_rootwrap vgcreate vg-E1rO0g.. /dev/loop0
20:39:22 DEBUG [SystemUtil:pool-8-thread-1] Running command: 
///usr/lib/eucalyptus/euca_rootwrap lvcreate -n lv-rNkFoQ.. -l 100%FREE 
vg-E1rO0g..
20:39:23 DEBUG 

[Bug 615646] Re: cannot attach a volume to an instance

2010-08-09 Thread C de-Avillez
ubu...@cempedak:/var/log/eucalyptus$ sudo losetup -a
/dev/loop0: [6801]:3146674 (/var/lib/eucalyptus/volumes/vol-5A280632)
ubu...@cempedak:/var/log/eucalyptus$ sudo vg
vgcfgbackupvgcfgrestore   vgchange   vgck   vgconvert  
vgcreate   vgdisplay  vgexport   vgextend   vgimport   
vgimportclone  vgmergevgmknodes  vgreduce   vgremove   
vgrename   vgsvgscan vgsplit
ubu...@cempedak:/var/log/eucalyptus$ sudo vgscan
  Reading all physical volumes.  This may take a while...
  Found volume group vg-E1rO0g.. using metadata type lvm2
ubu...@cempedak:/var/log/eucalyptus$ sudo lvscan
  ACTIVE'/dev/vg-E1rO0g../lv-rNkFoQ..' [1.00 GiB] inherit
ubu...@cempedak:/var/log/eucalyptus$

-- 
cannot attach a volume to an instance
https://bugs.launchpad.net/bugs/615646
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 614322] Re: libvirt not recognizing NUMA architecture

2010-08-09 Thread Chuck Short
Thanks for the bug report.  Which version are you running on redhat and
centos?

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

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

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

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


[Bug 615642] Re: package bind9 1:9.7.0.dfsg.P1-1 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-09 Thread Chuck Short
** Package changed: bind9 (Ubuntu) = dpkg (Ubuntu)

-- 
package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/615642
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 614225] Re: package postfix 2.7.0-1 failed to install status 75 setgid_group Local only

2010-08-09 Thread Chuck Short
*** This bug is a duplicate of bug 378955 ***
https://bugs.launchpad.net/bugs/378955

** This bug has been marked a duplicate of bug 378955
   postfix installation fails on postdrop group ID

-- 
package postfix 2.7.0-1 failed to install status 75 setgid_group Local only
https://bugs.launchpad.net/bugs/614225
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

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


[Bug 614620] Re: package bacula-director-mysql 2.4.4-1ubuntu9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-09 Thread Chuck Short
Make sure that mysql is running first.

chuck

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

-- 
package bacula-director-mysql 2.4.4-1ubuntu9 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/614620
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 615368] Re: Bind9 init script reports unknown status when named is stopped

2010-08-09 Thread Chuck Short
Thanks for the workaround, it will be considered for maverick.

chuck

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

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

-- 
Bind9 init script reports unknown status when named is stopped
https://bugs.launchpad.net/bugs/615368
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 614632] Re: Ubuntu 10.4 Lucid Kernel 2.6.32-24-generic-pae No wake from USB

2010-08-09 Thread Chuck Short
** Package changed: libvirt (Ubuntu) = linux (Ubuntu)

-- 
Ubuntu 10.4 Lucid Kernel 2.6.32-24-generic-pae No wake from USB
https://bugs.launchpad.net/bugs/614632
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 614731] Re: shutdown hangs with wlan autofs/nfs mounted homedirs

2010-08-09 Thread Chuck Short
Please attach your /etc/auto.master, and your /etc/network/interfaces.

chuck

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

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

-- 
shutdown hangs with wlan autofs/nfs mounted homedirs
https://bugs.launchpad.net/bugs/614731
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs5 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 595438] Re: KVM segmentation fault, using SCSI+writeback and linux 2.4 guest

2010-08-09 Thread Serge Hallyn
** Also affects: qemu-kvm (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Fix Released

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Medium

-- 
KVM segmentation fault, using SCSI+writeback and linux 2.4 guest
https://bugs.launchpad.net/bugs/595438
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 602539] Re: qemu-system-x86_64 segfaults if using -no-kvm with -m 4096 or greater

2010-08-09 Thread Serge Hallyn
** Description changed:

  Binary package hint: qemu-kvm
  
  Latest Ubuntu 10.04 amd64.
  
  I have a FreeBSD guest I had running quite slowly with the kvm-intel
  module loaded, so I shut down the guest, and passed the -no-kvm flag to
  kvm.
  
  Much to my surprise, I experienced an immediate segmentation fault:
  $ qemu-system-x86_64 -no-kvm -vnc :0 -hda fbsd_dev -m 4096
  pci_add_option_rom: failed to find romfile pxe-rtl8139.bin
  Segmentation fault (core dumped)
  
  In contrast:
  $ qemu-system-x86_64 -no-kvm -vnc :0 -hda fbsd_dev -m 4095
  pci_add_option_rom: failed to find romfile pxe-rtl8139.bin
  [runs happily forever]
  
  I'm presuming this is some mishandled behavior of qemu having a limit of
  memory being  4096m when not using VT bits or somesuch, but it was
  quite disruptive, and it didn't occur to me to try varying the memory
  amount for most of a day.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: qemu-kvm 0.12.3+noroms-0ubuntu9
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Wed Jul  7 00:32:52 2010
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427.1)
  KvmCmdLine: Error: command ['ps', '-C', 'kvm', '-F'] failed with exit code 1: 
UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
  MachineType: Dell Inc. Precision WorkStation T5500
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic 
root=/dev/mapper/root-slash ro quiet splash
  ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: qemu-kvm
  dmi.bios.date: 04/12/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0CRH6C
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 7
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/12/2010:svnDellInc.:pnPrecisionWorkStationT5500:pvr:rvnDellInc.:rn0CRH6C:rvrA00:cvnDellInc.:ct7:cvr:
  dmi.product.name: Precision WorkStation T5500
  dmi.sys.vendor: Dell Inc.
+ 
+ IMPACT: Specifying too much memory for guest causes a segfault instead of an
+ error message.
+ 
+ FIX: A patch, taken from upstream, which detects the error condition and 
prints
+ an error message (and exits) instead of continuing and segfaulting.
+ 
+ PATCH: can be seen at
+ 
https://code.launchpad.net/~serge-hallyn/ubuntu/lucid/qemu-kvm/fix-4096/+merge/29592
+ 
+ TO REPRODUCE: see the detailed incantation above.
+ 
+ REGRESSION POTENTIAL: Only one location in the code is patched, and simply
+   catches the pathological condition.  There should be no regression.

-- 
qemu-system-x86_64 segfaults if using -no-kvm with -m 4096 or greater
https://bugs.launchpad.net/bugs/602539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 595438] Re: KVM segmentation fault, using SCSI+writeback and linux 2.4 guest

2010-08-09 Thread Steve Beattie
** Also affects: qemu-kvm (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Changed in: qemu-kvm (Ubuntu Lucid)
   Status: New = In Progress

** Changed in: qemu-kvm (Ubuntu Lucid)
   Importance: Undecided = Medium

-- 
KVM segmentation fault, using SCSI+writeback and linux 2.4 guest
https://bugs.launchpad.net/bugs/595438
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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