[Bug 1473905] Re: libvirt vm try to access /dev/shm, /sys/devices/ /var/lib/nova/instances/ and fails

2015-07-13 Thread gustavo panizzo
i found that the problem comes after using upstream ceph packages, sorry for the noise please close this bug, or reassign to ceph project ** Changed in: libvirt (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1473905] [NEW] libvirt vm try to access /dev/shm, /sys/devices/ /var/lib/nova/instances/ and fails

2015-07-13 Thread gustavo panizzo
Public bug reported: very similar than https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1432644 i cannot use trusty hosts to host openstack vm [250637.705531] type=1400 audit(1436778928.243:809): apparmor="DENIED" operation="open" profile="libvirt-73964773-5a95-4650-b258-d4277d930629" na

[Bug 1425619] Re: Migration fails between QEMU 1.5 and QEMU 2.0

2015-06-24 Thread gustavo panizzo
qemu 2.0.0+dfsg-2ubuntu1.13 does NOT have the patch to live migrate from 1.5. qemu 2.0.0+dfsg-2ubuntu1.14 in -proposed has the patch i just moved vm to an hypervisor using 2.0.0+dfsg-2ubuntu1.14 and it works fine, 2.0.0+dfsg-2ubuntu1.12 worked fine in my environment before. i will comment if .1

[Bug 1450563] Re: python-nova is missing gettextutils.py breaking nova-compute-flex

2015-06-04 Thread gustavo panizzo
works on juno, does not work on kilo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1450563 Title: python-nova is missing gettextutils.py breaking nova-compute-flex To manage notifica

[Bug 1425619] Re: Migration fails between QEMU 1.5 and QEMU 2.0

2015-05-07 Thread gustavo panizzo
@serge-hallyn, #1262641 has been verified and released, will you push this one? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1425619 Title: Migration fails between QEMU 1.5 and QEMU

[Bug 1352102] Re: users are unable to create ports on provider networks

2014-10-07 Thread gustavo panizzo
** Branch linked: lp:~ubuntu-server-dev/nova/icehouse -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1352102 Title: users are unable to create ports on provider networks To manage not

[Bug 1352102] Re: users are unable to create ports on provider networks

2014-08-04 Thread gustavo panizzo
** Also affects: nova (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1352102 Title: users are unable to create ports on provider ne

[Bug 1352102] [NEW] users are unable to create ports on provider networks

2014-08-03 Thread gustavo panizzo
Public bug reported: after commit da66d50010d5b1ba1d7fc9c3d59d81b6c01bb0b0 my users are unable to boot vm attached to provider networks, this is a serious regression for me as we mostly use provider networks. bug which originated the commit https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1284

[Bug 1284718] Re: interface-attach to external network a) works and b) results in undeletable instances

2014-08-03 Thread gustavo panizzo
i've filled a bug for the regression, https://bugs.launchpad.net/nova/+bug/1352102 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1284718 Title: interface-attach to external network a)

[Bug 1284718] Re: interface-attach to external network a) works and b) results in undeletable instances

2014-08-03 Thread gustavo panizzo
this breaks provider networks, now my users are unable to boot vm using provider networks. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1284718 Title: interface-attach to external ne

[Bug 1318366] Re: jujud on state server panic misses transaction in queue

2014-07-30 Thread Gustavo Niemeyer
Alright, the guess last night was correct, and the candidate fix as well. I've managed to reproduce the problem by stressing out the scenario described with 4 concurrent runners running the following two operations, meanwhile the chaos mechanism injects random slowdowns in various critical points:

[Bug 1318366] Re: jujud on state server panic misses transaction in queue

2014-07-30 Thread Gustavo Niemeyer
As posted in juju-dev last night: Okay, I couldn't resist investigating a bit. I've been looking at the database dump from earlier today and it's smelling like a simpler bug in the txn package, and I might have found the cause already. Here is a quick walkthrough while debugging the problem, to a

[Bug 1318366] Re: jujud on state server panic misses transaction in queue

2014-07-24 Thread Gustavo Niemeyer
Looking at the logs from Adam that Nate forwarded to me, I can see the database is being terminated and restarted over and over and over, every few seconds. Looking at logs around it, looks like at least rsyslogd is also being re-freshed on the same cadence. By itself, this should not be an issue,

[Bug 1318366] Re: jujud on state server panic misses transaction in queue

2014-07-24 Thread Gustavo Niemeyer
@John, it's definitely a bad idea to have transactions in a capped collection for that sort of reason, but as far as I can see the _txns_ collection, the one holding the transactions themselves, is not capped. Having missing logs for a transaction would not cause this issue. -- You received this

[Bug 1318366] Re: jujud on state server panic misses transaction in queue

2014-07-24 Thread Gustavo Niemeyer
This error should never happen on a healthy database. The only case I've debugged with such an issue was on a system that had a corrupted database due to an out-of-space situation. The reason why this should never happen is clear in the code of the txn package: before anything is ever done with re

[Bug 1267393] Re: [MIR] juju-core, juju-mongodb, gccgo-go, gccgo-4.9, golang

2014-03-28 Thread Gustavo Niemeyer
Sorry, it's late here.. > neither the Go community nor the Go core development team (most important in this case) is not hostile to dynamic linking. This should read: > note that neither the Go community nor the Go core development team (most important in this case) are hostile to dynamic linkin

[Bug 1267393] Re: [MIR] juju-core, juju-mongodb, gccgo-go, gccgo-4.9, golang

2014-03-28 Thread Gustavo Niemeyer
We've had extensive conversations on this topic elsewhere, and these were pretty much entirely covered in Jamie's comment #27, which does an excellent job describing the various perspectives for the same problems. Thanks for that Jamie. Just a couple of points that might be useful to add: [Jamie]

[Bug 956000] Re: 'juju bootstrap' with no arguments gives confusing message

2012-06-26 Thread Gustavo Niemeyer
I don't feel like this is a huge issue, but please note that if this is changed, the message should only be touched in the very specific case where "juju" is executed without any other arguments. It is really an error to interrupt whatever juju was going to do and stop to print that message. -- Y

[Bug 959647] Re: smbd crashed with SIGABRT in dom_sid_compare()

2012-03-19 Thread Gustavo Guedes
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/959647 Title: smbd crashed with SIGABRT in dom_sid_compare() To manage notifications about this bug go

[Bug 721801] Re: llseek bug in amd64 host

2011-02-22 Thread Gustavo Niemeyer
That's awesome, thanks Peter. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. https://bugs.launchpad.net/bugs/721801 Title: llseek bug in amd64 host -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ub

[Bug 721801] Re: llseek bug in amd64 host

2011-02-19 Thread Gustavo Niemeyer
There are packages available for testing in my PPA: sudo add-apt-repository ppa:niemeyer/ppa sudo apt-get upgrade -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. https://bugs.launchpad.net/bugs/721801 Title: llse

[Bug 721801] Re: llseek bug in amd64 host

2011-02-19 Thread Gustavo Niemeyer
** Summary changed: - lseek bug in amd64 host + llseek bug in amd64 host -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. https://bugs.launchpad.net/bugs/721801 Title: llseek bug in amd64 host -- Ubuntu-server-b

[Bug 721801] Re: lseek bug in amd64 host

2011-02-19 Thread Gustavo Niemeyer
** Description changed: Binary package hint: qemu-kvm - It's been reported in the Go mailing list that lseek is failing on an + It's been reported in the Go mailing list that llseek is failing on an amd64 host when emulating arm. The attached patch was recommended as a possible fix for

[Bug 721801] Re: lseek bug in amd64 host

2011-02-19 Thread Gustavo Niemeyer
** Patch added: "Patch suggested in the list to fix the problem" https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/721801/+attachment/1859926/+files/x86-64-llseek.patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm

[Bug 721801] [NEW] lseek bug in amd64 host

2011-02-19 Thread Gustavo Niemeyer
Public bug reported: Binary package hint: qemu-kvm It's been reported in the Go mailing list that lseek is failing on an amd64 host when emulating arm. The attached patch was recommended as a possible fix for the problem. The full conversation may found in the following thread: http://groups.g

RE: [Bug 692838] Re: package bind9 1:9.7.0 .dfsg.P1-1ubuntu0.1 failed to install/upgrade: el subproceso script post-installation instalado devolvi ó el código de salida de error 1

2010-12-22 Thread Gustavo Pimentel
i hope this is helpful thanks again "We Must Be Over The Rainbow" > Date: Wed, 22 Dec 2010 19:30:51 + > From: 692...@bugs.launchpad.net > To: gustavo...@hotmail.com > Subject: [Bug 692838] Re: package bind9 1:9.7.0.dfsg.P1-1ubuntu0.1 failed to > install/upgrade

[Bug 692838] Re: package bind9 1:9.7.0.dfs g.P1-1ubuntu0.1 failed to install/upgrade: el subpro ceso script post-installation instalado devolvió el c ódigo de salida de error 1

2010-12-20 Thread Gustavo Pimentel
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in ubuntu. https://bugs.launchpad.net/bugs/692838 Title: package bind9 1:9.7.0.dfsg.P1-1ubuntu0.1 failed to install/upgrade: el subproceso script post-installation instalado dev

[Bug 692838] [NEW] package bind9 1:9.7.0.d fsg.P1-1ubuntu0.1 failed to install/upgrade: el subp roceso script post-installation instalado devolvió el código de salida de error 1

2010-12-20 Thread Gustavo Pimentel
Public bug reported: Binary package hint: bind9 UBuntu lucid. Everytime i install or upgrade i get this error message from this package i would like to know how to fix it, i didnt use to happen so i guess it ain't normal . ProblemType: Package DistroRelease: Ubuntu 10.04 Package: bind9 1:9.7.0

[Bug 689152] Re: package bind9 1:9.7.0.dfs g.P1-1ubuntu0.1 failed to install/upgrade: el subpro ceso script post-installation instalado devolvió el c ódigo de salida de error 1

2010-12-11 Thread Gustavo Pimentel
bind9 and pdns-recursor seems to be the problem everytime i install something, or use the terminal to update or upgrade, i would like your advise to fix this since it didnt happen before , for the record the only thing that i did , that could posibly be related with this is that i installed dnsmasq

[Bug 689152] Re: package bind9 1:9.7.0.dfs g.P1-1ubuntu0.1 failed to install/upgrade: el subpro ceso script post-installation instalado devolvió el c ódigo de salida de error 1

2010-12-11 Thread Gustavo Pimentel
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in ubuntu. https://bugs.launchpad.net/bugs/689152 Title: package bind9 1:9.7.0.dfsg.P1-1ubuntu0.1 failed to install/upgrade: el subproceso script post-installation instalado dev

[Bug 689152] [NEW] package bind9 1:9.7.0.d fsg.P1-1ubuntu0.1 failed to install/upgrade: el subp roceso script post-installation instalado devolvió el código de salida de error 1

2010-12-11 Thread Gustavo Pimentel
Public bug reported: Binary package hint: bind9 ubuntu lucid bind9 If you could help me with this problem suddenly it just starte to hapen when i install something at the end it says error with bind and pdns-recursor packages error de salida 1 . apparently noting bad is going on the programs go

[Bug 684367] Re: package bind9 1:9.7.0.dfs g.P1-1ubuntu0.1 failed to install/upgrade: el subpro ceso script post-installation instalado devolvió el c ódigo de salida de error 1

2010-12-02 Thread Gustavo Pimentel
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in ubuntu. https://bugs.launchpad.net/bugs/684367 Title: package bind9 1:9.7.0.dfsg.P1-1ubuntu0.1 failed to install/upgrade: el subproceso script post-installation instalado dev

[Bug 684367] [NEW] package bind9 1:9.7.0.d fsg.P1-1ubuntu0.1 failed to install/upgrade: el subp roceso script post-installation instalado devolvió el código de salida de error 1

2010-12-02 Thread Gustavo Pimentel
Public bug reported: Binary package hint: bind9 Está usando ubuntu 10.04 LTS - la versión Lucid Lynx - publicada en abril de 2010 y soportada hasta abril de 2013 Instalados: 1:9.7.0.dfsg.P1-1ubuntu0.1 Candidato: 1:9.7.0.dfsg.P1-1ubuntu0.1 Tabla de versión: *** 1:9.7.0.dfsg.P1-1ubuntu0.1 0

[Bug 640320] Re: package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade

2010-09-16 Thread Gustavo Guidorizzi
** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/640320/+attachment/1592618/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bugs.launchpad.net/bugs/640320/+attachment/1592619/+files/Df.txt ** Attachment added: "Dmesg.txt" https://bugs.launchpad.net/

[Bug 640320] [NEW] package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade

2010-09-16 Thread Gustavo Guidorizzi
Public bug reported: Binary package hint: samba 1) Description:Ubuntu maverick (development branch) Release:10.10 2) Instalado: 2:3.5.4~dfsg-1ubuntu6 Candidato: 2:3.5.4~dfsg-1ubuntu6 Tabela de versão: *** 2:3.5.4~dfsg-1ubuntu6 0 500 http://archive.ubuntu.com/ubuntu/ mav

[Bug 572317] Re: image-store does not support images without a ramdisk

2010-08-25 Thread Gustavo Niemeyer
** Changed in: image-store-proxy (Ubuntu Maverick) Assignee: Gustavo Niemeyer (niemeyer) => (unassigned) -- image-store does not support images without a ramdisk https://bugs.launchpad.net/bugs/572317 You received this bug notification because you are a member of Ubuntu Server Team, wh

[Bug 572317] Re: image-store does not support images without a ramdisk

2010-07-29 Thread Gustavo Niemeyer
Oh, there's another one which I missed: 5) Provide a ramdisk and kernel to images installed via the store. This would be pretty easy from an Image Store perspective, of course. -- image-store does not support images without a ramdisk https://bugs.launchpad.net/bugs/572317 You received this bug

[Bug 572317] Re: image-store does not support images without a ramdisk

2010-07-29 Thread Gustavo Niemeyer
I have discussed this with Scott over the phone a while ago, but didn't write anything in the bug about it. Sorry about that. So here are the possible outcomes with this bug: 1) I fix the problem myself 2) I guide someone else to fixing the problem 3) The feature is removed from the Image Store 4

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

2010-07-05 Thread Gustavo
Hey guys... Any update on this bug? It's set to high, but it still unassigned. I'm certain a lot of people out there trying to make EC2 images are stuck :) Is there any workaround for this? Thanks all g. -- vmbuilder doesn't recognize --ec2 flag https://bugs.launchpad.net/bugs/576501 You recei

[Bug 586442] Re: package libmysqlclient16 (not i nstalled) failed to install/upgrade: intentando sobree scribir «/usr/lib/libmysqlclient.so.16.0.0 », que está también en el paquete mysql-c luster-clie

2010-05-27 Thread Gustavo Plottier
** Attachment added: "AptOrdering.txt" http://launchpadlibrarian.net/49216411/AptOrdering.txt ** Attachment added: "Df.txt" http://launchpadlibrarian.net/49216412/Df.txt ** Attachment added: "Dmesg.txt" http://launchpadlibrarian.net/49216413/Dmesg.txt ** Attachment added: "DpkgTerminal

[Bug 586442] [NEW] package libmysqlclient16 (n ot installed) failed to install/upgrade: intentando so breescribir «/usr/lib/libmysqlclient.so.16.0. 0», que está también en el paquete mysql- cluster-cl

2010-05-27 Thread Gustavo Plottier
Public bug reported: E: /var/cache/apt/archives/libmysqlclient16_5.1.41-3ubuntu12.1_i386.deb: intentando sobreescribir «/usr/lib/libmysqlclient.so.16.0.0», que está también en el paquete mysql-cluster-client-5.1 0 ProblemType: Package DistroRelease: Ubuntu 10.04 Package: libmysqlclient16 (not ins

[Bug 546677] Re: puppet should recommend etckeeper

2010-04-14 Thread Gustavo Picón
I am the one who originally reported this bug to Nicolas (I couldn't login to lp). Had this problem when the first 10.04 images were available in EC2, but I can confirm now (april 14) that it can't be reproduced in either EC2 or a local test server. So yes, puppet can be installed and runs without

Re: [Bug 251377] Re: Problems with amavisd-new: cannot start the service

2010-01-29 Thread Gustavo A . Díaz
Nope, I dont have it anymore in my current Kubuntu 9.10 server. Cheers. 2010/1/29 Alex Muntada > @Gustavo, can you confirm that this bug can we closed then? AFAICS it's > been solved, but I'd like your opinion. > > -- > Problems with amavisd-new: cannot

Re: [Bug 251377] Re: Problems with amavisd-new: cannot start the service

2010-01-27 Thread Gustavo A . Díaz
Ups.. sorry... i've replied in the wrong bug report. 2010/1/27 Gustavo A. Díaz > I still have this blacklisted as it continue with the freezes if not. > > 2010/1/27 Alex Muntada > > About the -T switch it refers to the perl -T option (Perl tainted mode), >> s

Re: [Bug 251377] Re: Problems with amavisd-new: cannot start the service

2010-01-27 Thread Gustavo A . Díaz
launchpad.net/bugs/251377 > You received this bug notification because you are a direct subscriber > of the bug. > -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar -- Problems with amavisd-new: cannot start the service https://bugs.launchpad.net/bugs/251377 You received this bug not

[Bug 436447] Re: UI freeze exception for Eucalyptus 1.6 console

2009-10-14 Thread Gustavo Niemeyer
I'm attaching an Eucalyptus patch which implements the following changes: - New services tab, with links to Canonical services - New Landscape registration option in the services tab - Moved Rightscale registration option to right after the Landscape one (was under Credentials). - Fixed the size

[Bug 445714] Re: [FFE] Image Store Proxy must handle compressed images

2009-10-09 Thread Gustavo Niemeyer
Martin, Please rest assured I understand very well all of the consequences of using one approach or the other, and opt to use one or the other depending on specific needs. In fact, if you look through the code you'll see that in some cases subprocess was used. In the case at hand I could very we

[Bug 445714] Re: [FFE] Image Store Proxy must handle compressed images

2009-10-08 Thread Gustavo Niemeyer
Oh, again, this was all unittested, and manually tested using the fake store api. -- [FFE] Image Store Proxy must handle compressed images https://bugs.launchpad.net/bugs/445714 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to image-store-p

[Bug 445714] Re: [FFE] Image Store Proxy must handle compressed images

2009-10-08 Thread Gustavo Niemeyer
Scott Moser pointed out that he wants to use .tar.gz on the published images, because using the --sparse option of tar greatly reduces the size of the resulting file in comparison to plain gzip, so I went ahead and added support for .tar.gz on the image store proxy too, in addition to .gz. This is

[Bug 445714] Re: [FFE] Image Store Proxy must handle compressed images

2009-10-08 Thread Gustavo Niemeyer
No, this is not a security issue. localPath is based on the sha256, which is checked right above for validity. -- [FFE] Image Store Proxy must handle compressed images https://bugs.launchpad.net/bugs/445714 You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 439364] Re: Internal error registering local walrus

2009-09-30 Thread Gustavo Niemeyer
** Attachment added: "eucalyptus-logs.tar.bz2" http://launchpadlibrarian.net/32747582/eucalyptus-logs.tar.bz2 -- Internal error registering local walrus https://bugs.launchpad.net/bugs/439364 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribe

[Bug 439364] [NEW] Internal error registering local walrus

2009-09-30 Thread Gustavo Niemeyer
Public bug reported: Registering a walrus on localhost fails with an internal error message: $ sudo euca_conf --register-walrus localhost Adding WALRUS host localhost Internal Error. ERROR: failed to register Walrus, please log in to the admin interface and check cloud status. This was done wit

[Bug 428010] Re: Eucalyptus cloud controller stops working suddenly

2009-09-28 Thread Gustavo Niemeyer
*** This bug is a duplicate of bug 436885 *** https://bugs.launchpad.net/bugs/436885 >From the description of bug #436885, this doesn't feel like a duplicate at least, since the deadlock condition wasn't following any significant usage. But then, the other bug is quite short on details, so i

[Bug 434185] [NEW] [FFE] Image Store Proxy needs to be finished

2009-09-21 Thread Gustavo Niemeyer
Public bug reported: The Image Store Proxy which landed last week through the Feature Freeze Exception in bug #423865 needs to be updated to version 1.0 so that it fully works. The 0.9.1 version which landed in alpha 5 still missed some features like signature checking. ** Affects: eucalyptus (U

Re: [Bug 424789] Re: PHP random segfaults on session_start();

2009-09-18 Thread Gustavo A . Díaz
Works fine for me too, thanks! 2009/9/18 Chris > Many thanks. > > I accepted the config files during the upgrades so all settings at > default and working as expected. > > :D > -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar -- PHP random segfaults on s

[Bug 425926] Re: Eucalyptus 'Store' tab requires appliance store proxy package

2009-09-16 Thread Gustavo Niemeyer
It does. It should just display a message saying that the proxy is not available. That said, considering it has so few dependencies by itself, it'd be good to have the Eucalyptus package depending on the Image Store Proxy package, so that people will benefit from the service without having to fig

[Bug 429379] [NEW] Eucalyptus returns 403 with valid credentials on image registration

2009-09-14 Thread Gustavo Niemeyer
Public bug reported: Eucalyptus was returning a 403 error during an image registration even when everything was apparently correct. The commands executed were: euca-bundle-image --user 000100729354 --image /tmp/image-store-proxy/download/http%3A%2F%2Flocalhost%3A52781%2Fimages%2Fkernel --des

[Bug 429004] [NEW] Eucalyptus hangs & euca-upload-bundle doesn't return

2009-09-13 Thread Gustavo Niemeyer
Public bug reported: Eucalyptus is hanging during an euca-upload-bundle and the command euca- upload-bundle doesn't return. The ps output: 112 8313 0.0 0.3 51496 12340 pts/0S<+ 15:16 0:00 python /usr/bin/euca-upload-bundle --manifest /tmp/tmpmObI_X/fe0859214e955a11d57d20665543bac

[Bug 428188] [NEW] Eucalyptus crashes when registering image

2009-09-11 Thread Gustavo Niemeyer
Public bug reported: Eucalyptus is returning a 500 error when trying to register a ramdisk image: Command 'euca-register' returned status code 1: Warning: failed to parse error message from AWS: :1:0: syntax error BotoServerError: 500 Internal Server Error Failure: 500 Internal Server Error Take

[Bug 428010] Re: Eucalyptus cloud controller stops working suddenly

2009-09-11 Thread Gustavo Niemeyer
I'm attaching my cloud-ouput.log file. grep -i "corrupt" there doesn't find anything, but there are several other errors. ** Attachment added: "cloud-output.log" http://launchpadlibrarian.net/31664702/cloud-output.log -- Eucalyptus cloud controller stops working suddenly https://bugs.launchp

[Bug 428010] Re: Eucalyptus cloud controller stops working suddenly

2009-09-11 Thread Gustavo Niemeyer
Potentially some times, but signals seems to be working fine now, and it happened to me today again. -- Eucalyptus cloud controller stops working suddenly https://bugs.launchpad.net/bugs/428010 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 428010] Re: Eucalyptus cloud controller stops working suddenly

2009-09-11 Thread Gustavo Niemeyer
Oops.. sorry for missing the package. Btw, this was with 1.6~bzr645-0ubuntu2. -- Eucalyptus cloud controller stops working suddenly https://bugs.launchpad.net/bugs/428010 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubunt

Re: [Bug 424789] Re: PHP random segfaults on session_start();

2009-09-11 Thread Gustavo A . Díaz
tc/php5/apache2/conf.d/suhosin.ini > > as I suggested and > > /etc/php5/conf.d/suhosin.ini > > as Gustavo suggested? > > You might need to modify both, since I've noticed that i've also got > encryption as off in both files. I probably changed the php5/conf.

[Bug 424789] Re: PHP random segfaults on session_start();

2009-09-09 Thread Gustavo A . Díaz
Hi, I also have this bug and noticed using ispCP (http://www.isp-control.net) with fcgid module of apache. I've edited this file: /etc/php5/conf.d/suhosin.ini instead of the one mentioned above and now works. -- PHP random segfaults on session_start(); https://bugs.launchpad.net/bugs/424789 Yo

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2008-07-28 Thread Gustavo A . Díaz
This what says in that line: chomp($mydomain = `head -n 1 /etc/mailname`); -- Problems with amavisd-new: cannot start the service https://bugs.launchpad.net/bugs/251377 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to amavisd-new in ubuntu

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2008-07-28 Thread Gustavo A . Díaz
Any news about this Guys? since i am having many spams if i have amavisd-new disabled... And since i didn't change anything, i suspect this is a bug from Ubuntu or that package itselft... I've googled about this and i get nothing. ** Changed in: amavisd-new (Ubuntu) Sourcepackagename: amavisd-n