[Bug 1775227] Re: "Create Role" and "Delete Role" buttons are missing for a domain admin user

2024-06-04 Thread Gui Maluf Balzana
** Changed in: horizon (Ubuntu) Status: In Progress => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1775227 Title: "Create Role" and "Delete Role" buttons are missing for a domain

[Openstack] [monasca] Ubuntu Cloud Archive Packaging

2016-07-27 Thread Gui Maluf
Hi everyone, I'm interested in Openstack Monasca packages and AFAIK there is no package available. I would like to help on this, so who are the team responsible for creating and maintaining Ubuntu Cloud Archive? There is any guideline or good practice for building Openstack packages? Regards

Re: [openstack-dev] [puppet] mascot/logo ideas

2016-07-27 Thread Gui Maluf
Wolf? it's so overrated +1 for tardigrade On Wed, Jul 27, 2016 at 12:39 PM, Emilien Macchi wrote: > On Wed, Jul 27, 2016 at 10:55 AM, David Moreau Simard > wrote: > > What's even the relation between a wolf and puppet ? > > >

Re: [openstack-dev] [puppet][swift] Applying security recommendations within puppet-swift

2015-09-24 Thread Gui Maluf
I think we should follow bug 1458915 principles and remove any POSIX user/group control. So all modules are consistent among which other This hardening actions should be reported to specific package mantainers. On Wed, Sep 23, 2015 at 6:10 PM, Alex Schultz wrote: > On

Re: [openstack-dev] [puppet] hosting developer documentation on http://docs.openstack.org/developer/

2015-09-03 Thread Gui Maluf
On Thu, Sep 3, 2015 at 4:00 PM, Emilien Macchi wrote: > puppet-openstack-doc +1 -- *guilherme* \n \t *maluf* __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

Re: [openstack-dev] [puppet] hosting developer documentation on http://docs.openstack.org/developer/

2015-09-02 Thread Gui Maluf
I loved the idea. This could also aim the good practices of puppet workflow development, like setting up an rspec environment, using beaker to deploy an test it's own code, an stuff like this. +1 On Wed, Sep 2, 2015 at 3:13 PM, Iury Gregory wrote: > I liked the idea (+1)

[openstack-dev] [puppet] Swift_{account, container, object, proxy}_config resources ordering

2015-07-23 Thread Gui Maluf
While implementing my composition module, I've realized that Swift_${type}_config resources should be applied AFTER Concat['/etc/swift/${type}-server.conf'], otherwise the content defined in the resource is overwritten by concat::fragment template. It's my first time contributing and I still have

Re: [openstack-dev] [puppet] naming of the project

2015-04-15 Thread Gui Maluf
if Puppet isn't possible, *Silhouette* looks very charming to me :) On Wed, Apr 15, 2015 at 10:44 AM, Richard Raseley rich...@raseley.com wrote: Emilien Macchi wrote: Hi all, I sent a patch to openstack/governance to move our project under the big tent, and it came up [1] that we should

[Openstack-operators] Swift-Proxy + Keystone with HAProxy and SSL

2015-02-10 Thread Gui Maluf
hey guy, my production environment is down for two days and I can't fixit. I had 3 keystone+swiftproxy nodes, balanced with DNS-RR and endpoints pointing to DNS; keystone running on 5000/35357 and swift on 443, both with self-signed certificate and native ssl; Then I've changed the swiftproxy to

Re: [Openstack-operators] Swift-Proxy + Keystone with HAProxy and SSL

2015-02-10 Thread Gui Maluf
http://paste.openstack.org/show/171017/ On Tue, Feb 10, 2015 at 8:33 PM, Kris G. Lindgren klindg...@godaddy.com wrote: Can you post your haproxy config file? Kris Lindgren Senior Linux Systems Engineer GoDaddy, LLC. From: Gui Maluf guimal

[Bug 1389680] [NEW] Update gvpe precise package to 2.25

2014-11-05 Thread Gui Maluf
Public bug reported: I would like to request an upgrade to gvpe-2.25 on precise repository. ** Affects: gvpe (Ubuntu) Importance: Undecided Status: New ** Tags: upgrade-software-version -- You received this bug notification because you are a member of Ubuntu Bugs, which is

Re: [Openstack] [Openstack-operators] [swift] How to encrypt account/container/object data that travels through storage nodes?

2014-10-17 Thread Gui Maluf
Exactly. This is a big issue. I'm wondering how globally distributed handle this type of issue. How storages replicate between two countrys, like Brazil and China, in a secure manner? On Wed, Oct 15, 2014 at 3:06 PM, Pete Zaitcev zait...@redhat.com wrote: On Wed, 17 Sep 2014 15:16:22 -0300 Gui

Re: [Openstack-operators] [swift] How to encrypt account/container/object data that travels through storage nodes?

2014-10-17 Thread Gui Maluf
Exactly. This is a big issue. I'm wondering how globally distributed handle this type of issue. How storages replicate between two countrys, like Brazil and China, in a secure manner? On Wed, Oct 15, 2014 at 3:06 PM, Pete Zaitcev zait...@redhat.com wrote: On Wed, 17 Sep 2014 15:16:22 -0300 Gui

Re: [Openstack] [swift] How to encrypt account/container/object data that travels through storage nodes?

2014-09-18 Thread Gui Maluf
...@gmail.com wrote: Hi, The objects are replicated using rsync. You can use rsync via SSH tunnels. rsync -az /file/path user@host:/dest/path Does that answer your question? -- Y On 17 September 2014 18:16, Gui Maluf guimal...@gmail.com wrote: I've a globally distributed swift infrastructure

Re: [Openstack-operators] [Openstack] [swift] How to encrypt account/container/object data that travels through storage nodes?

2014-09-18 Thread Gui Maluf
...@gmail.com wrote: Hi, The objects are replicated using rsync. You can use rsync via SSH tunnels. rsync -az /file/path user@host:/dest/path Does that answer your question? -- Y On 17 September 2014 18:16, Gui Maluf guimal...@gmail.com wrote: I've a globally distributed swift infrastructure

[Openstack] [swift] How to encrypt account/container/object data that travels through storage nodes?

2014-09-17 Thread Gui Maluf
I've a globally distributed swift infrastructure with many nodes in different zones across the my whole country. In order to replicate a/c/o, data travels through Internet so replicas goes to it place. Replicas are copied between storage nodes and swift presume all storage nodes are running in a

Re: [Openstack] Implement swift service-list in python-swiftclient

2014-09-17 Thread Gui Maluf
swift-init all status swift-init may give you at least the current status of the running services. On Tue, Sep 16, 2014 at 12:54 PM, Pete Zaitcev zait...@redhat.com wrote: On Tue, 9 Sep 2014 15:36:03 +0530 Ashish Chandra mail.ashishchan...@gmail.com wrote: 1) Do we have plans to include

[Openstack-operators] [swift] How to encrypt account/container/object data that travels through storage nodes?

2014-09-17 Thread Gui Maluf
I've a globally distributed swift infrastructure with many nodes in different zones across the my whole country. In order to replicate a/c/o, data travels through Internet so replicas goes to it place. Replicas are copied between storage nodes and swift presume all storage nodes are running in a

Re: [Openstack] Fwd: Documentation for openstack-java-sdk

2013-07-11 Thread Gui Maluf
Surely Luis can help you, I've used openstack-java-sdk in one of my projects, and this is the example Luis gave to me private static final File TEST_FILE = new File(pom.xml); private static final String KEYSTONE_AUTH_URL = https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0;; private

Re: [Openstack] Fwd: Documentation for openstack-java-sdk

2013-07-11 Thread Gui Maluf
Raju George jobin...@gmail.comwrote: Thanks a log, Gui! This helps but would be more useful if you could point me to some *ceilometer-specific *guides/examples. On Thu, Jul 11, 2013 at 8:25 PM, Gui Maluf guimal...@gmail.com wrote: Surely Luis can help you, I've used openstack-java-sdk in one

Re: [Openstack] Openstack Metadata Service

2013-03-18 Thread Gui Maluf
From what I understood, without the retrieval of the metadata from the server, the keys are not downloaded to the VM, is this correct? Yes. This is correct. AFAIK in Essex, the metadata service was pointed out through iptables. So there was a rule that DNAT the metadata service to the CC

Re: [Openstack] [Swift] Administration Interfaces/Tools for Swift

2013-01-30 Thread Gui Maluf
| @pandemicsyn http://about.me/pandemicsyn On Tuesday, January 29, 2013 at 12:16 PM, Dieter Plaetinck wrote: On Tue, 29 Jan 2013 15:24:31 -0200 Gui Maluf guimal...@gmail.com wrote: Hi guys, I'm searching for a Swift Interface that integrates Administration and maybe monitoring. I've checked

[Openstack] [Swift] Administration Interfaces/Tools for Swift

2013-01-29 Thread Gui Maluf
Hi guys, I'm searching for a Swift Interface that integrates Administration and maybe monitoring. I've checked SwiftStack http://swiftstack.com/ and Gladinethttp://gladinet.blogspot.com.br/2012/06/basic-layer-on-top-of-openstack-swift.html, but both are not opensource and require money to be used.

Re: [Openstack] Question about Disk Setup of Nova Compute Node

2013-01-16 Thread Gui Maluf
Hey Sean, Did you found which is the best set up for your RAID? I'm facing the same situation here. I've 11 dell r710 servers, with 4x3TB disk each, and I'm wondering if worth it using a RAID5 or JBOD for some server that will run a compute-network-volume node. Did you got any solution? Thanks in

Re: [Openstack] OpenStack Java SDK

2013-01-10 Thread Gui Maluf
frans, you can always use devstack for a fast local OS deploy. Antonio I've interest in openstack-java-sdk, the only difference is that I'm using scala, instead of Java. I'm quite new at this and having a lot a difficulty trying to make my code connect with Keystone. I hope you can get your

Re: [Openstack] Developing with Scala/Java on OpenStack Swift

2013-01-03 Thread Gui Maluf
, ); }})).get(0).getContentType()); } } On Wed, Jan 2, 2013 at 8:01 PM, Gui Maluf guimal...@gmail.com wrote: Hey guys, I'm trying to extend a software projecthttps://github.com/VirtualCloudDrive/CloudDriveto talk with Swift. This project was developed on Scala, and my issue is: how should I

[Openstack] Developing with Scala/Java on OpenStack Swift

2013-01-02 Thread Gui Maluf
Hey guys, I'm trying to extend a software projecthttps://github.com/VirtualCloudDrive/CloudDriveto talk with Swift. This project was developed on Scala, and my issue is: how should I access Swift resource? Should I use openstack-java-sdkhttps://github.com/woorea/openstack-java-sdk/, jclouds

Re: [Openstack] Instances can't reach metadata server in network HA mode

2012-12-20 Thread Gui Maluf
Vish, if you could help. I realized that all internal route of my vms point to cloudcontroller. if I change the default route to node address everything works perfectly. How can I make the node IP the default route? Thanks for all help! On Wed, Dec 19, 2012 at 2:34 PM, Gui Maluf guimal

Re: [Openstack] Instances can't reach metadata server in network HA mode

2012-12-20 Thread Gui Maluf
Found out! I'd a /etc/dnsmasq-nova.conf file defining the default route as my controller node! now everything is working perfectly! :D On Thu, Dec 20, 2012 at 11:07 AM, Gui Maluf guimal...@gmail.com wrote: Vish, if you could help. I realized that all internal route of my vms point

[Openstack] Instances can't reach metadata server in network HA mode

2012-12-19 Thread Gui Maluf
My set up is a nova-network-hahttp://docs.openstack.org/trunk/openstack-compute/admin/content/existing-ha-networking-options.html, so each of my nodes run a nova-{api-metadata,network,compute,volume}, my controller runs all of this plus the rest of things it should run. Each of my nodes are the

Re: [Openstack] Instances can't reach metadata server in network HA mode

2012-12-19 Thread Gui Maluf
to:200.131.6.249:8775 Thanks for appearing Vish! I was wishing your help! Vish On Dec 19, 2012, at 6:39 AM, Gui Maluf guimal...@gmail.com wrote: My set up is a nova-network-hahttp://docs.openstack.org/trunk/openstack-compute/admin/content/existing-ha-networking-options.html, so each of my nodes run

Re: [Openstack] Instances can't reach metadata server in network HA mode

2012-12-19 Thread Gui Maluf
to:200.131.6.249:8775 Thanks for appearing Vish! I was wishing your help! Vish On Dec 19, 2012, at 6:39 AM, Gui Maluf guimal...@gmail.com wrote: My set up is a nova-network-hahttp://docs.openstack.org/trunk/openstack-compute/admin/content/existing-ha-networking-options.html, so each of my nodes run

[Openstack] Running crazy with Essex, multi_host, nova-network-ha, nova-api-metadata, VMs can't reach metadata nor respond through floating ip

2012-12-18 Thread Gui Maluf
Countless times I'm here trying to make my openstack runnig! So here we go again! My set up is a nova-network-hahttp://docs.openstack.org/trunk/openstack-compute/admin/content/existing-ha-networking-options.html, so each of my nodes run a nova-{api-metadata,network,compute,volume}, my controller

[Openstack] [urgent] Nova-network isn't creating floating IP iptables rules!

2012-12-14 Thread Gui Maluf
Hey guys. I think I did a stupid thing. My setup is 1 cloudcontroller + node and 2 node with FlatDHCP, mult_host, net HA. Recently I've changed the hostname of my cloudcontroller; to make things consistent I've updated the services table inside nova db to mark as deleted=1 the lines where

Re: [Openstack] [urgent] Nova-network isn't creating floating IP iptables rules!

2012-12-14 Thread Gui Maluf
the hostname. Update these fields too and you should be ok :) (Maybe your /etc/hosts files, keystone endpoints if you used hostnames) *Razique Mahroua** - **Nuage Co* razique.mahr...@gmail.com Tel : +33 9 72 37 94 15 Le 14 déc. 2012 à 15:43, Gui Maluf guimal...@gmail.com a écrit : Hey guys. I

Re: [Openstack] [urgent] Nova-network isn't creating floating IP iptables rules!

2012-12-14 Thread Gui Maluf
TRACE nova Stderr: 'iscsiadm: No portal found.\n' fulll nova-compute.log: http://paste.openstack.org/show/28109/ On Fri, Dec 14, 2012 at 1:45 PM, Gui Maluf guimal...@gmail.com wrote: Razique, thanks for the tip. To find out which tables has the hostname set I did this: # for i in `mysql -uroot

Re: [Openstack] nova boot errors while attaching a volume to an instance

2012-12-14 Thread Gui Maluf
I found the problem. Ubuntu MAAS iscsi images were occupying the target_num of the iscsi volumes. I just removed the iscsi disks and worked well! On Fri, Dec 14, 2012 at 3:21 PM, Gui Maluf guimal...@gmail.com wrote: I'm running the same problem! And I would be grateful if someone could help

Re: [Openstack] nova-compute not starting

2012-12-13 Thread Gui Maluf
anytime this happend with me I do the following. create a lost_instance.xml with the content below(I think it's possible to create a simpler file, with less content) just to register a VM with libvirt. Make sure to change the name/name tag. In your case domain type='kvm'

Re: [Openstack] 2 Questions: Port 5000 and 35357, glance index

2012-12-13 Thread Gui Maluf
I think 5000 is kind of public port, for external use, and 35357 a private port for internal use. But probably I'm wrong! :) Is your OS_AUTH_URL and SERVICE_ENDPOINT defined? unset one of them and try again. On Thu, Dec 13, 2012 at 12:54 AM, Hao Wang hao.1.w...@gmail.com wrote: Hi Stackers,

Re: [Openstack] Installing Openstack - Issue with Keystone

2012-12-07 Thread Gui Maluf
I ran into this problem, it's cause by two env variable defined. Try to unset the OS_TOKEN variable you are using OS_USERNAME or unset SERVICE_ENDPOINT and SERVICE_TOKEN if you are using OS_AUTH_URL On Fri, Dec 7, 2012 at 1:49 PM, Wojciech Dec wdec.i...@gmail.com wrote: Hi All, while

Re: [Openstack] 500 Internal Server error and [Errno 113] EHOSTUNREACH when adding a new node

2012-12-05 Thread Gui Maluf
Andrew, you're right. I just set up the swift + glance integration and uploaded again the image! everything worked fine! :D On Tue, Dec 4, 2012 at 1:55 PM, Gui Maluf guimal...@gmail.com wrote: I've change the default_store to file on glance-api.conf even after changin this I'm getting

[Openstack] 500 Internal Server error and [Errno 113] EHOSTUNREACH when adding a new node

2012-12-04 Thread Gui Maluf
Hy, I've a ubuntu 12.04 cloud controller + node runing essex in multi_node mode. So I'm trying to install a new node but without success. Node and controller have the same /etc/network/interface/; Node is running nova-{api-metadata,compute,network,volume}; nova.conf:

Re: [Openstack] 500 Internal Server error and [Errno 113] EHOSTUNREACH when adding a new node

2012-12-04 Thread Gui Maluf
On Tue, Dec 4, 2012 at 1:16 PM, Razique Mahroua razique.mahr...@gmail.comwrote: *Razique Mahroua** - **Nuage Co* razique.mahr...@gmail.com Tel : +33 9 72 37 94 15 Le 4 déc. 2012 à 16:01, Gui Maluf guimal...@gmail.com a écrit : Hy, I've a ubuntu 12.04 cloud controller + node runing essex

Re: [Openstack] 500 Internal Server error and [Errno 113] EHOSTUNREACH when adding a new node

2012-12-04 Thread Gui Maluf
Mahroua** - **Nuage Co* razique.mahr...@gmail.com Tel : +33 9 72 37 94 15 Le 4 déc. 2012 à 16:22, Gui Maluf guimal...@gmail.com a écrit : On Tue, Dec 4, 2012 at 1:16 PM, Razique Mahroua razique.mahr...@gmail.com wrote: *Razique Mahroua** - **Nuage Co* razique.mahr...@gmail.com Tel

Re: [Openstack] Error while enabling s3 support in swift

2012-11-28 Thread Gui Maluf
John, I installed the fujita/swift3 but I'm stuck at this point: Traceback (most recent call last): File /usr/bin/swift-proxy-server, line 22, in module run_wsgi(conf_file, 'proxy-server', default_port=8080, **options) File /usr/lib/python2.7/dist-packages/swift/common/wsgi.py, line 138,

Re: [Openstack] Error while enabling s3 support in swift

2012-11-28 Thread Gui Maluf
Thanks Alan. I did # git checkout 195e6c7 -- swift3/middleware.py # python setup.py install and proxy started fine! :) thanks On Wed, Nov 28, 2012 at 10:32 AM, Alan Pevec ape...@gmail.com wrote: 2012/11/28 Gui Maluf guimal...@gmail.com: /usr/local/lib/python2.7/dist-packages/swift3-1.0.0

Re: [Openstack] [devstack] How to purge, remove and wipe out devstack?

2012-11-20 Thread Gui Maluf
:-) -Josh From: Tong Li liton...@us.ibm.com Date: Monday, November 19, 2012 6:19 AM To: Gui Maluf guimal...@gmail.com Cc: openstack-bounces+litong01=us.ibm@lists.launchpad.net openstack-bounces+litong01=us.ibm@lists.launchpad.net, openstack@lists.launchpad.net openstack

[Openstack] [devstack] How to purge, remove and wipe out devstack?

2012-11-19 Thread Gui Maluf
Hello, if I would like to wipe, remove and purge everything devstack installed and configured what should I do? rm -rf /opt/stack rm -rf /usr/local/bin/ what else? thanks in advance! :) -- *guilherme* \n \t *maluf* ___ Mailing list:

[Bug 1076353] Re: nova [-] Could not find driver for connection_type None

2012-11-19 Thread Gui Maluf
The only way to work for me is directly on the CLI type # nova-compute --connection_type=libvirt Even if I put connection_type inside /etc/nova/nova.conf does not work! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu.

[Bug 1020238] Re: nova client keeps asking for a keyring password

2012-11-19 Thread Gui Maluf
export OS_NO_CACHE=1 worked for me as well. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-novaclient in Ubuntu. https://bugs.launchpad.net/bugs/1020238 Title: nova client keeps asking for a keyring password To manage

[Bug 1076353] Re: nova [-] Could not find driver for connection_type None

2012-11-19 Thread Gui Maluf
The only way to work for me is directly on the CLI type # nova-compute --connection_type=libvirt Even if I put connection_type inside /etc/nova/nova.conf does not work! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1020238] Re: nova client keeps asking for a keyring password

2012-11-19 Thread Gui Maluf
export OS_NO_CACHE=1 worked for me as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1020238 Title: nova client keeps asking for a keyring password To manage notifications about this bug go

Re: [Openstack] authentication failure for glance client in the latest devstack dev environment

2012-11-13 Thread Gui Maluf
I'm getting the same error! I tried to run devstack with a simple localrc but still happening the same error. stack@cloud-controller:~/devstack$ glance image-list Request returned failure status. Invalid OpenStack Identity credentials. On Fri, Nov 9, 2012 at 8:44 AM, Lu, Lianhao

Re: [Openstack] [devstack] Malformed Documentation on stack.sh script web site

2012-11-08 Thread Gui Maluf
thanks dean, looks beautiful now! :) On Wed, Nov 7, 2012 at 4:29 PM, Dean Troyer dtro...@gmail.com wrote: On Wed, Nov 7, 2012 at 9:27 AM, Gui Maluf guimal...@gmail.com wrote: In http://devstack.org/stack.sh.html above Log Files, the whole documentation is malformed. All descriptions stop

[Openstack] [devstack] Malformed Documentation on stack.sh script web site

2012-11-07 Thread Gui Maluf
In http://devstack.org/stack.sh.html above Log Files, the whole documentation is malformed. All descriptions stop to match with the current piece of code. I don't know who to warn, so I'm sending this email here. Hope it'll be fixed! att -- *guilherme* \n \tab *maluf*

Re: [Openstack] Using nova-volumes openstack LVM group for other pourposes

2012-10-25 Thread Gui Maluf
I think renaming the existent volume to a name that cinder/nova-volume recognize is enough. On Thu, Oct 25, 2012 at 8:48 AM, Daniel Vázquez daniel2d2...@gmail.com wrote: If we create a volume out of openstack context (it's is not created on nova database) only on system level. Can we after add

Re: [Openstack] Additional iptables when two network interfaces

2012-10-24 Thread Gui Maluf
Did you enabled ip_forwarding? Try to use nova-api-metadata on node; When I tried to do the same set up I couldnt, my solution was using multi_host = true, starting nova-api-metadata on nodes. so each vm would get metadata info through it's own host and all traffic will go through this same host.

Re: [Openstack] looking for a Nova scheduler filter plugin to boot nodes on named hosts

2012-10-16 Thread Gui Maluf
You may find what you want here: http://docs.openstack.org/trunk/openstack-compute/admin/content/ch_scheduling.html On Mon, Oct 15, 2012 at 8:45 PM, Christian Parpart tra...@gmail.com wrote: Hi all, I am looking for a (Essex) Nova scheduler plugin that parses the scheduler_hints to get a

Re: [Openstack] Multi host nova-networking and local DNS resolving

2012-10-05 Thread Gui Maluf
I think it's true. Maybe you will have to setup some external dns if you want resolution between hosts. On Thu, Oct 4, 2012 at 4:51 AM, Doude doudou...@gmail.com wrote: Hi all, I saw this question : https://answers.launchpad.net/nova/+question/197603 Is it still true ? If yes, which

Re: [Openstack] nova-manage service list does not list all nova services

2012-10-01 Thread Gui Maluf
You should give us /var/log/nova/{nova-api,nova-compute,nova-network}.log. But please, use http://paste.openstack.org/, dont fill the email with logs entry. Also paste /etc/nova/nova.conf and /etc/nova/api-paste.ini Check the user and permissions of /etc/nova and my last shot in the dark: flush

Re: [Openstack] Can't ping vm to google

2012-09-28 Thread Gui Maluf
Jon, I was facing a similar problem, the only difference was I had 2 NICs. I've tried many things to figure out what was happening, but I found nothing. What I did to fix it was use multi_host[https://lists.launchpad.net/openstack/msg16656.html] set up, then all vms was able to access internet. I

Re: [Openstack] Setup described in OpenStack Install and Deploy Manual - Ubuntu

2012-09-28 Thread Gui Maluf
I think in OpenStack, services may run in different servers, so there is no correct setup. What the manual say about network config is: This walkthrough shows network configurations for a single server. For OpenStack Compute, networking is configured on multi-node installations between the

Re: [Openstack] Please provide the step by step guide for 3 node swift instalation steps

2012-09-18 Thread Gui Maluf
it's well documented here: http://docs.openstack.org/essex/openstack-compute/install/apt/openstack-install-guide-essex.pdf On Tue, Sep 18, 2012 at 3:52 AM, John Raja john.r...@indiainfoline.com wrote: Please provide the step by step guide for 3 node swift instalation steps .

Re: [Openstack] [Horizon-Q] Horizon in Essex does not support multi Availability Zones?

2012-09-18 Thread Gui Maluf
have you checked on /etc/openstack-dashboard/local_settings.py ? maybe this lines will help you # For multiple regions uncomment this configuration, and add (endpoint, title). # AVAILABLE_REGIONS = [ # ('http://cluster1.example.com:5000/v2.0', 'cluster1'), #

Re: [Openstack] Error in Horizon or misconfiguration?

2012-09-18 Thread Gui Maluf
Are you using keystone catalog ? check if api-paste keystone configs are correct. check if nova-api is running. check if endpoint is correctly created with # keystone endpoint-list I don't have any other clue. :/ On Tue, Sep 18, 2012 at 9:21 AM, Matthias Runge mru...@matthias-runge.de wrote:

Re: [Openstack] Private instances can't access Internet

2012-09-11 Thread Gui Maluf
I'm facing the same problem and I can't solve it! Please, someone help us! Instances from cc-node can reach Internet, but the node instances can't! CC-node configs: http://paste.openstack.org/show/20861/ Node configs: http://paste.openstack.org/show/20862/ ps: i'm not using multi_host I've

Re: [Openstack] Private instances can't access Internet

2012-09-11 Thread Gui Maluf
at 11:01 PM, Gui Maluf guimal...@gmail.com wrote: I'm facing the same problem and I can't solve it! Please, someone help us! Instances from cc-node can reach Internet, but the node instances can't! CC-node configs: http://paste.openstack.org/show/20861/ Node configs: http://paste.openstack.org

Re: [Openstack] Private instances can't access Internet

2012-09-11 Thread Gui Maluf
,osapi_volume,metadata on cc-node, the same problem above happens. I'm really confuse, and spending a lot of time to put network working. I would really appreciate if someone could help; If I'd miss some information, please let me know! Thanks On Tue, Sep 11, 2012 at 3:43 PM, Gui Maluf guimal

[Bug 1005027] Re: MAAS does not add the correct IP subnet to the squid-deb-proxy ACL

2012-07-11 Thread Gui Maluf
I had the same problem and solved it adding my subnet address (e.g 200.100.3.0/24 ) in /etc/squid-deb-proxy/allowed-networks-src.acl and restarting squid-deb-proxy. service squid-dev-proxy restart -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[slack-users] Re: [Duvida] Desabilitando DHCP_Discover

2009-04-16 Thread Gui Maluf
Siga o que o pessoal ai em cima falou. e digo mais, instale o WICD, ele é um ótimo network manager :D 2009/4/15 Guilherme grlongo.irel...@gmail.com É Marcelo, dá uma lida no básico... Têm tb o Guia Foca Linux que é muito bom. Mas pra te adiantar, o arquivo de conf das eth(s) é o

[slack-users] Re: Aumentar Memoria de Video - Dell 1525

2009-04-07 Thread Gui Maluf
diferente da do resto (DVMT de até 224M ou normal de 128M geralmente, acho) e não inclui memória para texturas ou outras coisas. Onde olho então quanto de memória compartilhada a placa gráfica está usando? 2009/4/3 Gui Maluf guimal...@gmail.com: 2009/4/3 alexan...@nautae.eti.br memoria

[slack-users] Aumentar Memoria de Video - Dell 1525

2009-04-03 Thread Gui Maluf
Olá, instalei slack12.2 no meu notebook dell 1525, modifiquei o xorg pra ter aceleração gráfica, porém parece que a memoria está com apenas 8mb de video, jogos como xmoto fica bem lagado... sei que essa placa aceita até 128MB de memoria compartilhada só que não tenho a menor idéia de como

[slack-users] Re: Aumentar Memoria de Video - Dell 1525

2009-04-03 Thread Gui Maluf
2009/4/3 alexan...@nautae.eti.br memoria está com apenas 8mb de video, ?! Tentando entender o que você disse, como você sabe que apenas 8MB estão sendo usados para vídeo? De onde tirou essa informação? /var/log/Xorg.0.log (--) PCI: (0:2:1) Intel Corporation Mobile GM965/GL960 Integrated

[slack-users] Re: Aumentar Memoria de Video - Dell 1525

2009-04-03 Thread Gui Maluf
2009/4/3 alexan...@nautae.eti.br (II) intel(0): VESA VBE Total Mem: 7616 kB (II) intel(0): detected 7676 kB stolen memory. (II) intel(0): I830CheckAvailableMemory: 1955836 kB available Tá, interpretei mal. sei que essa placa aceita até 128MB de memoria compartilhada

[slack-users] Gargalo assistindo videos pela rede!

2008-04-16 Thread Gui Maluf
Bom galera, não sou de mandar duvidas, custumo pesquisar na internet mas tenho dificuldade em buscar essa solução especifica! é o seguinte aqui em casa tem 2 pcs, um que roda meu linux lindo e feliz compartilhando a partição windows e uma pasta onde eu monto o driver de cd/dvd... como um pc fica

Re: [lpi] Questão sobre Quota

2008-04-03 Thread Gui Maluf
Lembrem que os controles restritivos sempre precedem aos permissivos. isso é validop pra todos os arquivos *.allow *.deny? 2008/4/3 Bruno Diniz [EMAIL PROTECTED]: Pessoal, A política de quota é um método de controle duplo, como neste caso, o fato de uma das quotas ainda ter

Re: [lpi] Exam Question...

2008-04-03 Thread Gui Maluf
letra C :) só não sei justificar :) 2008/4/3 Paulo Takeda [EMAIL PROTECTED]: Question: You want to install a Linux-Server without keyboard. What of the following is necessary to avoid error messages during startup? a) Create an empty file /etc/nokeyb b) Load the module nokeyb.o c)

Re: [lpi] Re: Exam Question #2

2008-04-03 Thread Gui Maluf
4 partições primárias e com a partiçõe extendida vc pode adicionar outras partições 2008/4/3 sano_junker [EMAIL PROTECTED]: resposta letra D - sao quatro particoes primarias sendo da 5 ate a 16 (acho q eh isso) sao as logicas... --- Em lpi@yahoogrupos.com.br lpi%40yahoogrupos.com.br,

Re: [lpi] Sala de aula virtual para estudo LPIC1

2008-04-02 Thread Gui Maluf
podia falar poraqui mesmo não?: eu topo se for de graca :) 2008/4/2 Walber Santos [EMAIL PROTECTED]: Terá algum valor a ser cobrado? Quanto? *andre.bmarinho45 [EMAIL PROTECTED]* escreveu: Olá Pessoal, Gostaria de convidar a todos vcs para quem interessar entrar em contato comigo,

Re: [lpi] Passei na 101

2008-04-02 Thread Gui Maluf
parabens cara! espero um dia eestar no seu lugar :) 2008/4/2 Marco Miranda [EMAIL PROTECTED]: Gostaria de compartilhar minha alegria... Realizei a prova 101 no sabado pela Prometric no senac consolação em sp e passei. Segue algumas dicas que me ajudaram 1-Já trabalho com linux

Re: [lpi] Re: Oportunidade Emprego para Técnico de Suporte

2008-03-30 Thread Gui Maluf
vi muita gente reclamando do salário, por isso venho com a duvida: qual salário vcs considerariam justo?? 2008/3/29 Ricardo Miranda [EMAIL PROTECTED]: Vai aparecer um aventureiro, que tem solidos conhecimentos e acaba queimando o a imagem dos outros profissionais. Thalles Lima escreveu:

[slack-users] Re: A internet caiu... dá para saber c om shell - tentei ping mas não deu

2008-03-05 Thread Gui Maluf
' 2 ' redireciona a saida de erro On Wed, Mar 5, 2008 at 12:46 AM, Diniz Bortolotto [EMAIL PROTECTED] wrote: Ter 04 Mar 2008 18:08:44 José Caldera escreveu: oi pessoal. ... tentei fazer um shell script e o ping, mas não deu. ... alguém pode ajudar? Tente assim: :-D

Re: [Ubuntu-BR] Renomeando pendrive e cartões

2007-07-08 Thread Gui Maluf
faz um shellscript com esses comandos e poe ela pra rodar eles ;) On 7/3/07, Dorneles Treméa [EMAIL PROTECTED] wrote: Opa Waldir, Valeu pela ajuda, Dorneles! Infelizmente, ele dá um erro de permissão quando eu vou executar esses comandos echo (e eu já tentei rodar como sudo, não

Re: [Ubuntu-BR] Grupos e Permissões

2007-07-08 Thread Gui Maluf
http://focalinux.cipsga.org.br/ tem tudo ai :) On 7/4/07, duda nogueira|gmail [EMAIL PROTECTED] wrote: Seria isso? http://www.robolink.com/calculators10.htm ou vc diz os grupos do sistema que definem as permissoes de acesso ao drivers, audio, etc? Em 04/07/07, Wagner [EMAIL PROTECTED]

Re: [Ubuntu-BR] Problemas com Nvidia

2007-07-08 Thread Gui Maluf
cara uma vez qdo atualizou o kernel o x parou de subir aki tb. qual a versão do kernel de vcs? já tento sudo apt-get install linux-restricted-modules-2.6.XYZ nao lembro direito mas axo q isso resolveu o prob depois da atualização ;) On 7/4/07, Milton Bender Júnior [EMAIL PROTECTED] wrote:

Re: [Ubuntu-BR] Compiz Fusion in Ubuntu 7.10, vale a pena testar?

2007-07-02 Thread Gui Maluf
Cara eu ranquei o beryl+compiz e instalei o compizfusion seguindo esse tutorial[1] Tem mto mais coisas legais como o reflexo do cubo, escrever com fogo e tudo q já tinha no beryl e compiz reunido em 1 só lugar. Eu tenho a ligeira impressão dessa ainda não ser a versão estavel do compizfusion mas

Re: [Ubuntu-BR] formato de audio .dvf pra ...

2007-07-01 Thread Gui Maluf
http://www.mediaconverter.org/ esse site converte tudo :) On 6/29/07, Marcio Novelli [EMAIL PROTECTED] wrote: tem como converter um audio no formato .dvf ( utilizado num gravador de voz sony icd-x25) pro formato .mp3 ou .wav no linux ubuntu grato -- Interessado em aprender mais sobre o

Re: [Ubuntu-BR] Off Topic- Voluntários para o Suport e Livre

2007-07-01 Thread Gui Maluf
Minha empregada comprou esse computador do governo e pelo q eu li nas documentações vinha instalando o Conectiva e eles ofereciam suporte durante 12 meses. Boa essa iniciativa só q eu ouvi falar q mtas empresas compram o pc com linux e instalam o window$ pra conseguir vender mais facil..