Re: [one-users] Setting filesystem type for new disk crashes GlusterFS

2015-01-26 Thread Wilma Hermann
age. The commad to change is 'dd' from those > scripts. For example, for 'mkfs': > > exec_and_log "$DD if=/dev/zero of=$DST bs=1 count=1 seek=${SIZE}M" \ > "Could not create image $DST" > > to > > exec_and_log "$DD if=/de

[one-users] Setting filesystem type for new disk crashes GlusterFS

2015-01-17 Thread Wilma Hermann
Hi, Our OpenNebula setup uses GlusterFS to share /var/lib/one among all machines. Yesterday a customer created a new volatile disk for a VM. But this image creation crashed the gluster client on the host the VM was running on. I assume it has something to do with the fact that the customer entered

Re: [one-users] ubuntu 14.04 as image - no network on first boot

2014-08-06 Thread Wilma Hermann
Hi, Just stumbled on a curious case today: Using the new context packages under Ubuntu 14.04 killed my loopback NIC since it was left it without an IP (so 127.0.0.1 was not set). I changed the script to call '/sbin/ifquery -X lo -la' to leave the loopback device as is. Furthermore, under Ubuntu 1

Re: [one-users] Bug in 4.6,2?

2014-07-08 Thread Wilma Hermann
Hi, What can I do to fix this in a database that is already at 4.6.2? I do not really want to go back to my 4.4 backup... Greetings Wilma 2014-07-03 11:09 GMT+02:00 Carlos Martín Sánchez : > Hi, > > On Thu, Jul 3, 2014 at 2:04 AM, Grzegorz Kocur wrote: > >> Hi, >> >> Last night I upgraded ope

Re: [one-users] VM monitoring information do not get deleted

2014-05-14 Thread Wilma Hermann
Hi, Thanks for the confirmation. I'm using the SQL-command "DELETE FROM `vm_monitoring` WHERE UNIX_TIMESTAMP() - last_poll > 14400" to delete everything but the last 4 hours. I don't know if "UNIX_TIMESTAMP()" is available when using SQLite, but for MySQL this works as workaround. Greetings Wilma

[one-users] VM monitoring information do not get deleted

2014-05-14 Thread Wilma Hermann
Hi, I observed a problem with two OpenNebula setups, that I set up with version 4.4 and which I upgraded to 4.6 some weeks ago: The VM monitoring information does not seem to be deleted from the database (MySQL) after VM_MONITORING_EXPIRATION_TIME has expired. I have a sandbox for testing issues:

Re: [one-users] noVNC problem in sunstone after restarting oned.

2014-05-10 Thread Wilma Hermann
The message "SecurityError: The operation is insecure." is usually related to a Same-Origin-Policy problem. Are you using secure websockets for VNC? If you have Sunstone TLS secured and try to connect to an insecure websocket for VNC, Firefox blocks that. For Firefox, you need to have both connecti

Re: [one-users] Special characters in VM's names

2014-05-10 Thread Wilma Hermann
In the XML output, the name is correct: $ onevm list -x | grep 'text ö text ö text $ onevm show -x 0 | grep 'text ö text ö text Greetings Wilma 2014-05-08 15:42 GMT+02:00 Carlos Martín Sánchez : > Hi Wilma, > > On Tue, May 6, 2014 at 2:06 PM, Wilma Hermann wrot

[one-users] Special characters in VM's names

2014-05-06 Thread Wilma Hermann
Hi everyone, There seems to be a bug in 4.6 regarding special characters in VM's names (at least this holds for german umlauts): - If I set a VM to have the name "text ö text", the machine is displayed as "ö text". - If I change the name to "text ö text ö text", the machine is displayed

Re: [one-users] Assigning limited admin rights

2014-04-14 Thread Wilma Hermann
ly basis), but I would have expected that Sunstone offers me all views that are defined for all groups that I am (primary or secondary) member of. Greetings Wilma 2014-04-10 16:48 GMT+02:00 Carlos Martín Sánchez : > Hi, > > On Wed, Apr 9, 2014 at 5:27 PM, Wilma Hermann wrote: > >>

Re: [one-users] Assigning limited admin rights

2014-04-09 Thread Wilma Hermann
014-04-07 13:35 GMT+02:00 Wilma Hermann : > Hi, > > Thanks for the info, it was very useful. I'm still having two issues: > > >1. The default group of a new user is the same as the creating user's >one. I would like to have new users in the "users" gro

Re: [one-users] Assigning limited admin rights

2014-04-07 Thread Wilma Hermann
t; oneacl create "# USER/* CREATE" >> oneacl create "# USER/* USE+MANAGE+ADMIN" >> >> Take a look to the ACL guide for more info: >> >> >> http://docs.opennebula.org/4.4/administration/users_and_groups/manage_acl.html >> >> Cheers >> >&

[one-users] Assigning limited admin rights

2014-04-03 Thread Wilma Hermann
Hi, Is it possible to assign limited admin rights to certain accounts? I would like to have a user that is allowed to do all the user management (creating users, adding users to existing groups, etc.) without adding this user to the oneadmin-group. In particular, I would like to deny this user acc

[one-users] Recycle bin for VMs

2014-03-10 Thread Wilma Hermann
Hi, Is there any mechanism in OpenNebula that deals with accidental deletions? For example, if a user deletes a VM by accident (because the user mistakes the "Shutdown and suspend"-button with the "Shutdown and delete"-button) and the VM did not use a persistent image, it would be great to have so

Re: [one-users] Sunstone noVNC with WSS support

2014-03-07 Thread Wilma Hermann
sure that the root certificate is trusted by default). If that assumption holds and you're not willing to spend a few dollars for an uninterrupted user-experience, then I question your business model... Greetings Wilma 2014-03-07 17:37 GMT+01:00 Valentin Bud : > > Hello Wilma, > > On

Re: [one-users] Using CloudInit for contextualization

2014-02-16 Thread Wilma Hermann
Feb 6, 2014 at 6:28 PM, Javier Fontan > wrote: > > If I remember correctly the file is /var/lib/cloud/instance/user-data. > > I've been also checking the log files but there's nothing interesting > > to me. > > > > In case you want to run c

Re: [one-users] Using CloudInit for contextualization

2014-02-06 Thread Wilma Hermann
> I'll try to test that image and will let you know what I can find. > > > > On Tue, Feb 4, 2014 at 1:18 PM, Wilma Hermann > wrote: > >> No, I never touched that file. It's current setting is > >> > >> DISK = [ driver = "raw" , ca

Re: [one-users] Sunstone noVNC with WSS support

2014-02-06 Thread Wilma Hermann
There is a really easy fix for that: Get a real certificate from a real CA. You should not use self-signed certs for a production environment. Greetings Wilma 2014-02-06 ML mail : > This workaround fixes that problem yes but it is not a good workaround > especially if you want to offer opennebu

Re: [one-users] Using CloudInit for contextualization

2014-02-04 Thread Wilma Hermann
ready has the driver set to qcow2 so it should work. > > On Tue, Feb 4, 2014 at 11:48 AM, Wilma Hermann > wrote: > > I also tried it with the current Alpha 2 of Ubuntu 14.04 which includes > > cloud-init 0.7.5, but it does not work either. You can find the output of >

Re: [one-users] VNC in sunstone not working on firefox 26 (one 4.4)

2014-02-04 Thread Wilma Hermann
gt; Hi Ondra, > > > > Let us know if the solution proposed by Wilma works for you. > > > > Thank you both for your feedback. > > > > On 1 February 2014 19:41, Wilma Hermann wrote: > > Hi, > > are you using a self-signed certificate? I encountered the same issue

Re: [one-users] Using CloudInit for contextualization

2014-02-04 Thread Wilma Hermann
show -x > " of one of those machines? > > On Mon, Feb 3, 2014 at 6:17 PM, Wilma Hermann > wrote: > > Hi, > > > > I'm using the release image from yesterday (02-Feb-2014 03:39) [1]. And > the > > machine uses cloud-init 0.7.3: > > > > #

Re: [one-users] Using CloudInit for contextualization

2014-02-03 Thread Wilma Hermann
er data can be specified with USER_DATA or USERDATA > parameters so your configuration seems to be OK. > > On Mon, Feb 3, 2014 at 5:54 PM, Wilma Hermann > wrote: > > Hi, > > > > Well, the core of the problem sounds logical to me. Nevertheless, I have > to > >

Re: [one-users] Using CloudInit for contextualization

2014-02-03 Thread Wilma Hermann
so the network is properly configured. > -->8-- > > [1] https://bugs.launchpad.net/cloud-init/+bug/1225922 > [2] > http://docs.opennebula.org/stable/user/virtual_machine_setup/cloud-init.html > > On Tue, Jan 28, 2014 at 1:56 PM, Wilma Hermann > wrote: &

Re: [one-users] VNC in sunstone not working on firefox 26 (one 4.4)

2014-02-01 Thread Wilma Hermann
Hi, are you using a self-signed certificate? I encountered the same issue with a snakeoil-cert, Firefox seems to store the trust to a certain certificate not only based on the domain but also on the port used. Since VNC is using a different port, this ends up in a missing trust-warning. Try openin

[one-users] Using CloudInit for contextualization

2014-01-28 Thread Wilma Hermann
Hi, I'm trying to get a Ubuntu 13.10 guest to work, which uses a official Cloud-image (http://cloud-images.ubuntu.com/saucy/) as disk. However, the VM is not integrating into the virtual network. I've double checked the virtual network settings with CentOS-VMs, the network works correctly. I've f