Re: [smartos-discuss] granular control using RBAC/LDAP

2014-07-30 Thread Coy Hile via smartos-discuss
On Jul 30, 2014, at 3:15 AM, Lloyd Parkes ll...@must-have-coffee.gen.nz wrote: The solution I've used the past is really quite heavyweight, so apologies in advance. I used Oracle Virtual Directory to create the LDAP entries on the fly based on information in backend LDAP (or other) systems.

[smartos-discuss] smartos networking - kvm - public bridge

2014-07-30 Thread Philip Brown via smartos-discuss
Hello, I want to assign an IP address to my virtual machines and make them accessible from my local network as outlined here: http://www.linux-kvm.org/page/Networking#public_bridge Could somebody please direct me to documentaion for smartos in regards to this. kind regards, Philip

Re: [smartos-discuss] smartos networking - kvm - public bridge

2014-07-30 Thread John Croix via smartos-discuss
If you control the router, use the MAC address of the VM to tell the router to give it a fixed IP address. The VM uses DHCP to acquire the IP address, and the router gives it the same address every time. John On Jul 30, 2014, at 2:24 PM, Philip Brown via smartos-discuss

[smartos-discuss] debian-7 20140729 image now available

2014-07-30 Thread Christopher Horrell via smartos-discuss
Hi everyone, We just released the debian-7 20140729 to images.joyent.com. This is a Debian 7.6 image and addresses an issue where cdrom sources were included in /etc/apt/sources.list Documentation and release notes can be found here: http://wiki.joyent.com/jpc2/Debian Regards, --

[smartos-discuss] Re: smartos networking - kvm - public bridge

2014-07-30 Thread Philip Brown via smartos-discuss
Thanks for the replies. It is a private box in-house but these pointers should get me started. Philip On 30/07/2014 9:24 PM, Philip Brown philipbrown...@gmail.com wrote: Hello, I want to assign an IP address to my virtual machines and make them accessible from my local network as outlined

[smartos-discuss] epoll_ctl and epoll_wait on SmartOS

2014-07-30 Thread Youzhong Yang via smartos-discuss
Hi All, The man page of epoll_ctl says: The data field specifies the datum to be associated with the event and will be returned via epoll_wait(3C). The events field denotes both the desired events (when specified via epoll_ctl()) and the events that have

Re: [smartos-discuss] epoll_ctl and epoll_wait on SmartOS

2014-07-30 Thread Bryan Cantrill via smartos-discuss
Seems like a bug, but not sure I entirely understand: there may be some edge conditions where data specified in the data field of the epoll_event structure via epoll_ctl() is not properly returned, but it's not true that SmartOS simply ignores it. Take, for example, the following program: