HotCloud '11 Submission Deadline Extended

2011-03-02 Thread Lionel Garth Jones
The submission deadline for the 3rd USENIX Workshop on Hot Topics in Cloud Computing (HotCloud '11) has been extended to accommodate the HotOS XIII schedule. Please submit your work by March 14, 2011, at 11:59 p.m. EDT. http://papers.usenix.org/hotcrp/hotcloud11/ HotCloud brings together research

Re: Detecting listening servers in multi-ip jails

2011-03-02 Thread Bjoern A. Zeeb
On Tue, 15 Feb 2011, Dirk Engling wrote: Hello, until jails could be bound to several ip addresses, my convenience feature in ezjail to check for and warn about listening services in the host system and other jails worked simply by asking: listeners_ip=`sockstat -4 -l | grep "${ip}:[[:digit:]]

Re: libdispatch don't build on 8.2-RELEASE amd64

2011-03-02 Thread Dimitry Andric
On 2011-03-02 16:40, Kostik Belousov wrote: Rather, it is binutils 2.15 silently creating broken library. 2.21 refuses to do it. Some object used to create the final dso was not built with -fPIC. This is actually a problem of clang, in combination with libdispatch's configure script. It tries

Re: libdispatch don't build on 8.2-RELEASE amd64

2011-03-02 Thread Kostik Belousov
On Wed, Mar 02, 2011 at 12:19:01PM -0300, Danilo Egea wrote: > The problem is the binutils version, the port try to use the > binutils-2.21. With the binutils-2.15 (native of the system) works fine. Rather, it is binutils 2.15 silently creating broken library. 2.21 refuses to do it. Some object u

Re: libdispatch don't build on 8.2-RELEASE amd64

2011-03-02 Thread Danilo Egea
The problem is the binutils version, the port try to use the binutils-2.21. With the binutils-2.15 (native of the system) works fine. On 2/27/11 2:37 PM, Danilo Egea wrote: Worked with GCC, but support blocks is disabled... :( On 2/27/11 1:42 AM, Danilo Egea wrote: Hi guys, Anyone know what'

Re: listing all modules compiled into a kernel instance

2011-03-02 Thread John Baldwin
On Tuesday, March 01, 2011 3:01:48 pm Carl wrote: > On 2011-03-01 3:20 AM, Maxim Khitrov wrote: > > kldstat provides information about components that were loaded > > dynamically. If your kernel was built with INCLUDE_CONFIG_FILE option > > (enabled by default in GENERIC), then you can see the stat

AES-GCM in FreeBSD

2011-03-02 Thread Riaan Kruger
We wish to implement AES-GCM in the FreeBSD OCF whith the main aim of using it in IPsec [a]. I have a number of questions: 1. What mailing list is the most appropriate for questions and comments related to this subject? 2. What is the best way to share any work done? (pacthes to mailing list?) 3.