Re: [smartos-discuss] Problem with netatalk, very long response times from getcwd()

2014-08-01 Thread Chris Ferebee via smartos-discuss
Hi Robert, The flame graph is here: http://fere.be/p/netatalk-flamegraph.svg with corresponding output from Ralph's Dtrace script here: http://fere.be/p/netatalk.afp.d.out The raw kernel Dtrace output of dtrace -x stackframes=100 -n 'profile-997 /arg0/ { @[stack()] = count(); }

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

2014-08-01 Thread Bryan Cantrill via smartos-discuss
Perfect -- thank you! As it turns out, this was -- as you surmised -- a bug in our epoll implementation. I have pushed the fix: https://github.com/joyent/illumos-joyent/commit/471f1f3ef02e25a84d7c36c857ed260ae2b7ac99 Thanks for taking the time for the clean test case -- and apologies for the

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

2014-08-01 Thread Youzhong Yang via smartos-discuss
Thanks very much for the quick fix. I'll build a new image and also samba, then report back after testing. -Youzhong On Fri, Aug 1, 2014 at 4:56 AM, Bryan Cantrill bryancantr...@gmail.com wrote: Perfect -- thank you! As it turns out, this was -- as you surmised -- a bug in our epoll

Re: [smartos-discuss] Problem with netatalk, very long response times from getcwd()

2014-08-01 Thread Robert Mustacchi via smartos-discuss
On 07/31/2014 11:15 PM, Chris Ferebee via smartos-discuss wrote: Hi Robert, The flame graph is here: http://fere.be/p/netatalk-flamegraph.svg with corresponding output from Ralph's Dtrace script here: http://fere.be/p/netatalk.afp.d.out The raw kernel Dtrace output of

[smartos-discuss] nodejs 14.2.0 image now available

2014-08-01 Thread Christopher Horrell via smartos-discuss
Hi everyone, We just released the nodejs 14.2.0 image to images.joyent.com. This release is built on base-14.2.0 (pkgsrc 2014Q2) and includes Node.js 0.10.30 (with npm 1.4.21) Documentation and release notes can be found here: http://wiki.joyent.com/jpc2/Node.js+Instance Regards, --

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

2014-08-01 Thread Youzhong Yang via smartos-discuss
I got my new smartos image and alos samba 4.1.10 built, it works, no more 'net ads join' crashes. Your help is absolutely appreciated. Thanks, -Youzhong On Fri, Aug 1, 2014 at 9:42 AM, Youzhong Yang youzh...@gmail.com wrote: Thanks very much for the quick fix. I'll build a new image and

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

2014-08-01 Thread Bryan Cantrill via smartos-discuss
Youzhong, Nice! Great to hear that it worked, and thanks again for getting it down to such a straightforward test case! - Bryan On Fri, Aug 1, 2014 at 11:12 AM, Youzhong Yang youzh...@gmail.com wrote: I got my new smartos image and alos samba 4.1.10 built, it works, no more 'net

[smartos-discuss] How to setup SmartOS in VirtualBox for a development environment

2014-08-01 Thread Duncan Groenewald via smartos-discuss
Hi, I am trying to figure out if I can set up a desktop based SmartOS VM for testing purposes and am not sure if I have correctly understood all the basics. Hopefully someone can point me in the right direction if I am not. Here is my understanding of how one would use SmartOS in a VM