bhyve - vm shutdown

2014-01-30 Thread Andrea Brancatelli
Tonight we forgot a freebsd vm in shutdown state - i mean, we run
shutdown -p now and the VM stopped at the press enter to reboot. Nobody
pressed enter because we forgot, so the bhyve process kept running, this
morning we realized that the host's CPU kept 120% all the night long, until
we just pressed enter in the vm console and the vm shut down.

It was the only VM running. 2 CPU, no -P, standard command line, usual
FreeBSD 10's plain bhyve.

Maybe it's worth checking?

p.s.:
we almost finished round 2 of tests for bhyve vs esxi, I hope today we'll
publish the results.

-- 




*Andrea BrancatelliSchema 31 S.r.l. - Socio UnicoResponsabile ITROMA -
FIRENZE - PALERMO ITALYTel: +39. 06.98.358.472*

*Cell: +39 331.2488468Fax: +39. 055.71.880.466Società del Gruppo SC31
ITALIA*
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org

Re: best way to add www to wheel

2014-01-30 Thread Aryeh Friedman
So something like this in pkg-install?

cat -  EOF  /usr/local/etc/sudoers.d/petitecloud
Cmnd_Alias PETITECLOUD = /usr/sbin/service petitecloud stop,
/usr/sbin/service petitecloud start, /usr/sbin/service petitecloud restart
www ALL=(ALL) NOPASSWD: PETITECLOUD
EOF

note this will be 0.2.4 which I am planning some other changes for also
like making the petitecloud account and /usr/local/etc/rc.d optoinal and
will need to ask (on the right list this time ;-)) how to do that best


On Thu, Jan 30, 2014 at 5:00 AM, Lars Engels lars.eng...@0x20.net wrote:

 Am 2014-01-29 23:05, schrieb Aryeh Friedman:

  Only issue with that is when I asked a few months ago how to -ports@ how
 to
 make the port edit sudoers the idea was universally shot down (then it was
 to add it to do it for the default %WHEEL NOPASSWD entry and it was before
 petitecloud was password protected [it is this criticism that lead to the
 password protection in the first place)



 You can add a new file in /usr/local/etc/sudoers.d/
 No need to edit sudoers itself.

 ___
 freebsd-virtualization@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
 To unsubscribe, send any mail to freebsd-virtualization-
 unsubscr...@freebsd.org




-- 
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


Re: best way to add www to wheel

2014-01-30 Thread Lars Engels

Am 2014-01-30 11:21, schrieb Aryeh Friedman:

So something like this in pkg-install?

cat -  EOF  /usr/local/etc/sudoers.d/petitecloud
Cmnd_Alias PETITECLOUD = /usr/sbin/service petitecloud stop,
 /usr/sbin/service petitecloud start, /usr/sbin/service petitecloud
restart
 www ALL=(ALL) NOPASSWD: PETITECLOUD
EOF

note this will be 0.2.4 which I am planning some other changes for
also like making the petitecloud account and /usr/local/etc/rc.d
optoinal and will need to ask (on the right list this time ;-)) how to
do that best




I'd rather create the file as files/petitecloud.in and manually install 
it

with the post-install: target.


___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


Re: best way to add www to wheel

2014-01-30 Thread Aryeh Friedman
It was my understanding with staging that doing stuff like that was
officially discouraged


On Thu, Jan 30, 2014 at 5:40 AM, Lars Engels lars.eng...@0x20.net wrote:

 Am 2014-01-30 11:21, schrieb Aryeh Friedman:

  So something like this in pkg-install?

 cat -  EOF  /usr/local/etc/sudoers.d/petitecloud
 Cmnd_Alias PETITECLOUD = /usr/sbin/service petitecloud stop,
  /usr/sbin/service petitecloud start, /usr/sbin/service petitecloud
 restart
  www ALL=(ALL) NOPASSWD: PETITECLOUD
 EOF

 note this will be 0.2.4 which I am planning some other changes for
 also like making the petitecloud account and /usr/local/etc/rc.d
 optoinal and will need to ask (on the right list this time ;-)) how to
 do that best



 I'd rather create the file as files/petitecloud.in and manually install it
 with the post-install: target.





-- 
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


Re: best way to add www to wheel

2014-01-30 Thread Aryeh Friedman
Speaking of stuff being officially discouraged I want to move most of whats
in pkg-install back to where it should belong (pkg-plist) but don't know
enough plist syntax to do it


On Thu, Jan 30, 2014 at 6:04 AM, Aryeh Friedman aryeh.fried...@gmail.comwrote:

 It was my understanding with staging that doing stuff like that was
 officially discouraged


 On Thu, Jan 30, 2014 at 5:40 AM, Lars Engels lars.eng...@0x20.net wrote:

 Am 2014-01-30 11:21, schrieb Aryeh Friedman:

  So something like this in pkg-install?

 cat -  EOF  /usr/local/etc/sudoers.d/petitecloud
 Cmnd_Alias PETITECLOUD = /usr/sbin/service petitecloud stop,
  /usr/sbin/service petitecloud start, /usr/sbin/service petitecloud
 restart
  www ALL=(ALL) NOPASSWD: PETITECLOUD
 EOF

 note this will be 0.2.4 which I am planning some other changes for
 also like making the petitecloud account and /usr/local/etc/rc.d
 optoinal and will need to ask (on the right list this time ;-)) how to
 do that best



 I'd rather create the file as files/petitecloud.in and manually install
 it
 with the post-install: target.





 --
 Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org




-- 
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


CFT: PetiteCloud's support for Linux running under bhyve

2014-01-30 Thread Dee Nixon
First of all what's new in 0.2.3:

* Full support for Linux as a guest on the “bhyve-linux” hypervisor

* Fixed all build system bugs we know of

* PetiteCloud.org has made a link to -virtualization@ as our
preferred support channel

* The screen shots on PetiteCloud.org have been added to,
reorganized, and more focus given to what instances can do instead
of just making them.   Note the DevStack screenshots form the core
of a forthcoming tutorial series on getting OpenStack up and running
under PetiteCloud as a way of learning OpenStack and as a study aid
for OpenStack certification.

What we need tested (see known bugs for a list of issues we already
know about):

* Which Linux distributions (if any) fail to install?

* Do all commands work in all cases?

Stuff that we would like to know if anyone is willing to help with:

* Making it so a Linux guest can start on boot (i.e. start headless)

* Making sure that more OpenStack components than just DevStack do
in fact run on PetiteCloud correctly

If you are a current user, please note that we will be changing file
formats during the next few tertiary versions.  (The new file format
will not change, though it will eventually be just one of several
standard formats to be supported in the long term.  On the other
hand, the current file format will be phased out.)



___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org