From nikolai at fetissov.org Wed Jun 2 22:17:29 2010 From: nikolai at fetissov.org (Nikolai Fetissov) Date: Wed, 2 Jun 2010 22:17:29 -0400 Subject: [nycbug-talk] GDB presentation Message-ID: <31929979-7FF5-4C90-94C8-5AB4D889BAD8@fetissov.org> Folks, The presentation slides and all the silly code mentioned is online at: http://www.fetissov.org/public/gdb/ Cheers, -- Nikolai From gnn at neville-neil.com Wed Jun 16 11:19:01 2010 From: gnn at neville-neil.com (George Neville-Neil) Date: Wed, 16 Jun 2010 11:19:01 -0400 Subject: [nycbug-talk] EuroBSDCon 2010 Call for Papers... Message-ID: Howdy, Time to think about Europe in the Fall. Best, George EuroBSDCon 2010 - Call for Papers 9th European BSD Conference October 8 - 10, 2010 Karlsruhe, Germany http://2010.eurobsdcon.org/ Introduction The European BSD Community will meet again this year for the ninth conference in the EuroBSDCon series. This is a great opportunity to present new ideas to the community, inform your fellow BSD enthusiasts about the newest developments and work for the continued success of your favorite operating system. The two day conference program (October 9 - 10) will be preceeded by a tutorial day (Oct 8). Call for Papers We are inviting contributions on all areas relating to the BSD family of operating systems, e.g. applications, architecture, implementation, administration and security of *BSD operating systems ranging from embedded systems to mainframes. Investigations on economic aspects regarding the operation of BSD systems are also welcome. Prospective authors of contributions to the technical program are requested to submit an abstract via http://2010.eurobsdcon.org/. Presentations should last about 40 minutes including time for questions from the audience. Authors of accepted submissions should provide a full paper for publication in the conference proceedings and give permission to the organizers to publish the results in the printed proceedings and on the conference web site at www.eurobsdcon.org. Call for Tutorial Proposals Selected tutorials will be offered on the day before the conference. If you are interested in presenting a tutorial, please submit your suggestion on the conference website using the same mechanism as for submitting a paper. Please indicate if this would be a half- or full-day tutorial. Sponsorship Opportunities We are seeking companies or institutions to sponsor various elements of the conference in order to keep delegate fees as low as possible. Sponsorship opportunities include: paying for a speaker's travel or accommodation; providing bursaries for delegates who cannot pay the conference fee themselves; sponsoring the social event or the printing of proceedings. Please see the conference website for details. Important Dates Final abstract deadline: July 6th 2010 Final tutorial deadline: July 6th Final papers due: September 1st Tutorial day: October 8th Conference: October 9 - 10 For more, see http://2010.eurobsdcon.org/ From zippy1981 at gmail.com Wed Jun 16 19:32:22 2010 From: zippy1981 at gmail.com (Justin Dearing) Date: Wed, 16 Jun 2010 19:32:22 -0400 Subject: [nycbug-talk] "make -jN" in freebsd ports Message-ID: Hi, I'm running freebsd after a long hiatus on a vbox vm in my new 8 core i7. I was installling mongodb and I wanted to speed things up the way one normally does when running make on a multicore box "make -j4 install" (or whatever). Anyway after about half a second the port install failed. So is this just a ports collection limitation? is there some envirormental variable I can pass to make that it will pass to the actual make/scons process of the tarball being built? Regards, Justin Dearing -------------- next part -------------- An HTML attachment was scrubbed... URL: From pete at nomadlogic.org Wed Jun 16 19:55:34 2010 From: pete at nomadlogic.org (Pete Wright) Date: Wed, 16 Jun 2010 23:55:34 +0000 Subject: [nycbug-talk] "make -jN" in freebsd ports In-Reply-To: References: Message-ID: <20100616235530.GD25675@pv.nomadlogic.org> On Wed, Jun 16, 2010 at 07:32:22PM -0400, Justin Dearing wrote: > Hi, > > I'm running freebsd after a long hiatus on a vbox vm in my new 8 core i7. I > was installling mongodb and I wanted to speed things up the way one normally > does when running make on a multicore box "make -j4 install" (or whatever). > Anyway after about half a second the port install failed. > > So is this just a ports collection limitation? is there some envirormental > variable I can pass to make that it will pass to the actual make/scons > process of the tarball being built? > this is most likely expected. there has been some changes commited to /usr/ports/MK/bsd.port.mk that allow you to define this. I think this will allow ports that have been deemed safe to use the "-j" switch to be built with the amount of jobs you have defined. The variables are: # MAKE_JOBS_SAFE # MAKE_JOBS_UNSAFE # DISABLE_MAKE_JOBS # FORCE_MAKE_JOBS IIRC you would define these variables in /usr/ports/Mk/bsd.port.options.mk. The manual should be read to verify though :) HTH! -pete -- Pete Wright pete at nomadlogic.org From josh at rivels.org Wed Jun 16 22:12:04 2010 From: josh at rivels.org (Josh Rivel) Date: Wed, 16 Jun 2010 22:12:04 -0400 Subject: [nycbug-talk] Secondary DNS hosting? Message-ID: Hello list, I'm looking for a place to do secondary DNS hosting for my domain. I'm using freedns.afraid.org, but not totally pleased with them - I am open to suggestions! Thanks in advance, Josh PS - Currently my DNS is borked (cable modem got a new IP after 3 years of having the same one) so please reply to the list until my MX records re-propagate out properly. From pete at nomadlogic.org Wed Jun 16 22:17:26 2010 From: pete at nomadlogic.org (Pete Wright) Date: Thu, 17 Jun 2010 02:17:26 +0000 Subject: [nycbug-talk] Secondary DNS hosting? In-Reply-To: References: Message-ID: <20100617021722.GE25675@pv.nomadlogic.org> On Wed, Jun 16, 2010 at 10:12:04PM -0400, Josh Rivel wrote: > Hello list, > I'm looking for a place to do secondary DNS hosting for my domain. I'm using freedns.afraid.org, but not totally pleased with them - I am open to suggestions! > Thanks in advance, > Josh i'm a fan of dyndns - and they are a freebsd shop. i reckon they'd be able to do secondary dns for you. http://www.dyndns.com/services/dns/secdns/ -pete -- -- Pete Wright pete at nomadlogic.org From james at uncryptic.com Wed Jun 16 22:24:24 2010 From: james at uncryptic.com (James Polera) Date: Wed, 16 Jun 2010 22:24:24 -0400 Subject: [nycbug-talk] Secondary DNS hosting? In-Reply-To: References: Message-ID: <142314DB-4B4F-4601-B289-17B21D9C1367@uncryptic.com> You might try https://dns.he.net. I took a look at the admin interface last night (noticed it while checking out http://tunnelbroker.net). Looks pretty good. It's free, and they limit you to 25 domains. Hope that helps. - James On Jun 16, 2010, at 10:12 PM, Josh Rivel wrote: > Hello list, > I'm looking for a place to do secondary DNS hosting for my domain. I'm using freedns.afraid.org, but not totally pleased with them - I am open to suggestions! > Thanks in advance, > Josh > > PS - Currently my DNS is borked (cable modem got a new IP after 3 years of having the same one) so please reply to the list until my MX records re-propagate out properly. > > _______________________________________________ > talk mailing list > talk at lists.nycbug.org > http://lists.nycbug.org/mailman/listinfo/talk From matt at atopia.net Wed Jun 16 22:24:45 2010 From: matt at atopia.net (Matt Juszczak) Date: Wed, 16 Jun 2010 22:24:45 -0400 (EDT) Subject: [nycbug-talk] Secondary DNS hosting? In-Reply-To: <20100617021722.GE25675@pv.nomadlogic.org> References: <20100617021722.GE25675@pv.nomadlogic.org> Message-ID: http://puck.nether.net/dns On Thu, 17 Jun 2010, Pete Wright wrote: > On Wed, Jun 16, 2010 at 10:12:04PM -0400, Josh Rivel wrote: >> Hello list, >> I'm looking for a place to do secondary DNS hosting for my domain. I'm using freedns.afraid.org, but not totally pleased with them - I am open to suggestions! >> Thanks in advance, >> Josh > > i'm a fan of dyndns - and they are a freebsd shop. i reckon they'd be > able to do secondary dns for you. > > http://www.dyndns.com/services/dns/secdns/ > > > -pete > > > -- > -- > Pete Wright > pete at nomadlogic.org > > _______________________________________________ > talk mailing list > talk at lists.nycbug.org > http://lists.nycbug.org/mailman/listinfo/talk > From george at ceetonetechnology.com Wed Jun 16 22:28:35 2010 From: george at ceetonetechnology.com (George Rosamond) Date: Wed, 16 Jun 2010 22:28:35 -0400 Subject: [nycbug-talk] Secondary DNS hosting? In-Reply-To: References: <20100617021722.GE25675@pv.nomadlogic.org> Message-ID: <4C198853.3000807@ceetonetechnology.com> On 06/16/10 22:24, Matt Juszczak wrote: > http://puck.nether.net/dns > The top-posting kills the thread Matt :) I use sysmon from him. . . nice simple port/protocol networking monitoring. He develops it on an FBSD jail. He's some NANOG guy. . . cool stuff. Not surprised he offers free secondary DNS. . . g > On Thu, 17 Jun 2010, Pete Wright wrote: > >> On Wed, Jun 16, 2010 at 10:12:04PM -0400, Josh Rivel wrote: >>> Hello list, >>> I'm looking for a place to do secondary DNS hosting for my domain. >>> I'm using freedns.afraid.org, but not totally pleased with them - I >>> am open to suggestions! >>> Thanks in advance, >>> Josh >> >> i'm a fan of dyndns - and they are a freebsd shop. i reckon they'd be >> able to do secondary dns for you. >> >> http://www.dyndns.com/services/dns/secdns/ >> >> >> -pete >> >> >> -- >> -- >> Pete Wright >> pete at nomadlogic.org >> >> _______________________________________________ >> talk mailing list >> talk at lists.nycbug.org >> http://lists.nycbug.org/mailman/listinfo/talk >> > _______________________________________________ > talk mailing list > talk at lists.nycbug.org > http://lists.nycbug.org/mailman/listinfo/talk From josh at rivels.org Wed Jun 16 22:53:20 2010 From: josh at rivels.org (Josh Rivel) Date: Wed, 16 Jun 2010 22:53:20 -0400 Subject: [nycbug-talk] Secondary DNS hosting? In-Reply-To: References: <20100617021722.GE25675@pv.nomadlogic.org> Message-ID: Thanks for all the suggestions, I'm using puck.nether.net now, in addition to ns2.afraid.org and ns1.twisted4life.com. If I query puck.nether.net for my domain I get connection refused, but yet I saw the zone transfer happen. Well, I'll let it run over night, tomorrow any NS's that aren't serving up my zone info I'll just delete. Thanks!! Josh From wxs at FreeBSD.org Thu Jun 17 17:14:07 2010 From: wxs at FreeBSD.org (Wesley Shields) Date: Thu, 17 Jun 2010 17:14:07 -0400 Subject: [nycbug-talk] "make -jN" in freebsd ports In-Reply-To: <20100616235530.GD25675@pv.nomadlogic.org> References: <20100616235530.GD25675@pv.nomadlogic.org> Message-ID: <20100617211407.GA91258@atarininja.org> On Wed, Jun 16, 2010 at 11:55:34PM +0000, Pete Wright wrote: > On Wed, Jun 16, 2010 at 07:32:22PM -0400, Justin Dearing wrote: > > Hi, > > > > I'm running freebsd after a long hiatus on a vbox vm in my new 8 core i7. I > > was installling mongodb and I wanted to speed things up the way one normally > > does when running make on a multicore box "make -j4 install" (or whatever). > > Anyway after about half a second the port install failed. > > > > So is this just a ports collection limitation? is there some envirormental > > variable I can pass to make that it will pass to the actual make/scons > > process of the tarball being built? > > There are two kinds of parallel building here. We should be clear when discussing them. > this is most likely expected. there has been some changes commited to > /usr/ports/MK/bsd.port.mk that allow you to define this. I think this > will allow ports that have been deemed safe to use the "-j" switch to be > built with the amount of jobs you have defined. The variables are: > > # MAKE_JOBS_SAFE > # MAKE_JOBS_UNSAFE > # DISABLE_MAKE_JOBS > # FORCE_MAKE_JOBS These options are set on a per-port basis by the maintainer and are used to build that particular port with -j automatically. There's nothing a user needs to set at all for these. It should all be handled magically. :) The other option (cd /usr/ports/foo/bar && make -j4 install) is not supported at all. You run into all kinds of issues with dependencies and trying to rebuild the same thing on top of itself. > IIRC you would define these variables in > /usr/ports/Mk/bsd.port.options.mk. The manual should be read to verify > though :) Not quite. Please see above for clarification. -- WXS From mspitzer at gmail.com Sun Jun 20 09:22:29 2010 From: mspitzer at gmail.com (Marc Spitzer) Date: Sun, 20 Jun 2010 09:22:29 -0400 Subject: [nycbug-talk] interesting article on using dns to do service discovery Message-ID: And I quote: In this article, I will describe how existing Web technology can be leveraged to enable Service Discovery for RESTful Web services. http://www.infoq.com/articles/rest-discovery-dns marc -- Freedom is nothing but a chance to be better. --Albert Camus The problem with socialism is that eventually you run out of other people's money. --Margaret Thatcher From zippy1981 at gmail.com Sun Jun 20 09:52:44 2010 From: zippy1981 at gmail.com (Justin Dearing) Date: Sun, 20 Jun 2010 09:52:44 -0400 Subject: [nycbug-talk] interesting article on using dns to do service discovery In-Reply-To: References: Message-ID: Its good to see more uses of srv records than sip and ldap. This one is quite creative. On Jun 20, 2010 9:24 AM, "Marc Spitzer" wrote: And I quote: In this article, I will describe how existing Web technology can be leveraged to enable Service Discovery for RESTful Web services. http://www.infoq.com/articles/rest-discovery-dns marc -- Freedom is nothing but a chance to be better. --Albert Camus The problem with socialism is that eventually you run out of other people's money. --Margaret Thatcher _______________________________________________ talk mailing list talk at lists.nycbug.org http://lists.nycbug.org/mailman/listinfo/talk -------------- next part -------------- An HTML attachment was scrubbed... URL: From george at ceetonetechnology.com Sun Jun 20 10:47:31 2010 From: george at ceetonetechnology.com (George Rosamond) Date: Sun, 20 Jun 2010 10:47:31 -0400 Subject: [nycbug-talk] NYCBSDCon progress Message-ID: <4C1E2A03.9040803@ceetonetechnology.com> A few things to note. 1. Contract has been signed and sent to Cooper. Conference is on for November 12-14, 2010. Formal announce going out this week. 2. We have a mailing list setup for conference-related discussion. It's an unmoderated list, so it can be a forum for coordinating housing, transportation/car-pooling, etc. We recommend all potential attendees subscribe to the list. http://lists.nycbug.org/mailman/listinfo/nycbsdcon 3. We are planning to have an organizing meeting in mid-July, details TBA. As in years past, we want to have a broad layer of people involved in organizing and running the conference. g From submodd at gmail.com Mon Jun 21 07:02:18 2010 From: submodd at gmail.com (george magiros) Date: Mon, 21 Jun 2010 07:02:18 -0400 Subject: [nycbug-talk] summercon Message-ID: it had to be one of the best (out of the three that I've gone to and the others I heard about). More women than radio transmitters at this one. Now I got a big reading list to wade through. george 6462455704 ps. does anyone have any insights into the companies Worldwide Tech Services, EMC, VMware, BMC or CSC - or the cloud computing industry in general or in New York. I don't want to get outsourced and these are the it companies now. though I wish law firms hired people who know return oriented programming and how to take out DEP. -------------- next part -------------- An HTML attachment was scrubbed... URL: From skreuzer at exit2shell.com Tue Jun 22 14:33:40 2010 From: skreuzer at exit2shell.com (Steven Kreuzer) Date: Tue, 22 Jun 2010 14:33:40 -0400 Subject: [nycbug-talk] Does the world need another programming language? Message-ID: <1F8B4DD4-69A5-49FC-AE53-C3913C0094AB@exit2shell.com> Since Mark Chu-Carroll will be talking about Go at the July meeting, I figured this Interview with Rob Pike was worth passing along. "Rob Pike has certainly been places and done things. In the early 1980s, he worked with Brian Kernighan and Ken Thompson at Bell Labs, where he co-wrote "The Unix Programming Environment" with Kernighan and co-developed the UTF-8 character encoding standard with Thompson. Pike is now a principal engineer at Google, where he's co-developed Go, a new programming language. Pike, who will discuss Go at next month's OSCON convention, talks about Go's development and the current state of programming languages in the following interview." http://radar.oreilly.com/2010/06/does-the-world-need-yet-anothe.html -- Steven Kreuzer http://www.exit2shell.com/~skreuzer From josh at rivels.org Mon Jun 28 16:55:37 2010 From: josh at rivels.org (Josh Rivel) Date: Mon, 28 Jun 2010 16:55:37 -0400 Subject: [nycbug-talk] OpenBSD on HP DL120 with Smart Array B110i SATA RAID controller? Message-ID: Just wondering if anyone here has installed OpenBSD on a HP DL120 with the Smart Array B110i SATA RAID controller. The OpenBSD HCL lists other HP/Compaq Smart Array controllers, but not this one. We're thinking of picking up two of these HP DL120's to replace an ailing Cisco ASA and a Sun v40 something-or-other running OpenBSD/sparc64. Thanks, Josh From mark.saad at ymail.com Wed Jun 30 17:31:35 2010 From: mark.saad at ymail.com (Mark Saad) Date: Wed, 30 Jun 2010 14:31:35 -0700 (PDT) Subject: [nycbug-talk] OpenSSL 0.9.8m Issue Message-ID: <976164.15487.qm@web35301.mail.mud.yahoo.com> All I just upgraded my pkgsrc to 2010Q1 to get a newer svn binary installed and to convert to 64bit binaries. After upgrading I cant check out sources from a https subversion server. I keep getting this openssl error # svn co https://vim.svn.sourceforge.net/svnroot/vim/vim7 svn: OPTIONS of 'https://vim.svn.sourceforge.net/svnroot/vim/vim7': SSL handshake failed: SSL error: block type is not 01 (https://vim.svn.sourceforge.net) I am using the following versions neon-0.29.3 apr-1.3.9 apr-util-1.3.9 subversion-base-1.6.9nb1 openssl-0.9.8mnb2 I googled around and people are saying you need to update the cert on the subversion server. While this is find when you have access to it. In this case , and may others I do not have access. Does anyone know what the issue is and if there is client side solution ? -- Mark Saad mark.saad at ymail.com From mikel.king at olivent.com Wed Jun 30 21:20:47 2010 From: mikel.king at olivent.com (mikel king) Date: Wed, 30 Jun 2010 21:20:47 -0400 Subject: [nycbug-talk] OpenSSL 0.9.8m Issue In-Reply-To: <976164.15487.qm@web35301.mail.mud.yahoo.com> References: <976164.15487.qm@web35301.mail.mud.yahoo.com> Message-ID: On Jun 30, 2010, at 5:31 PM, Mark Saad wrote: > All > I just upgraded my pkgsrc to 2010Q1 to get a newer svn binary > installed and to > convert to 64bit binaries. > After upgrading I cant check out sources from a https subversion > server. I keep > getting this openssl error > > > # svn co https://vim.svn.sourceforge.net/svnroot/vim/vim7 > svn: OPTIONS of 'https://vim.svn.sourceforge.net/svnroot/vim/vim7': > SSL > handshake failed: SSL error: block type is not 01 > (https://vim.svn.sourceforge.net) > > > I am using the following versions > > neon-0.29.3 > apr-1.3.9 > apr-util-1.3.9 > subversion-base-1.6.9nb1 > > openssl-0.9.8mnb2 > > > I googled around and people are saying you need to update the cert > on the > subversion server. While this is find when you have access to it. In > this case , > and may others I do not have access. Does anyone know what the > issue is and if > there is client side solution ? > > > > -- > Mark Saad > mark.saad at ymail.com Mark, On my machine I get the following and was able to checkout the code. thoth:Projects mikel$ svn co https://vim.svn.sourceforge.net/svnroot/vim/vim7 Error validating server certificate for 'https://vim.svn.sourceforge.net:443' : - The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually! Certificate information: - Hostname: *.svn.sourceforge.net - Valid: from Mon, 04 Jan 2010 20:21:55 GMT until Sat, 05 Feb 2011 15:03:23 GMT - Issuer: Equifax Secure Certificate Authority, Equifax, US - Fingerprint: ea:d1:3e:01:cc:16:e9:9b:c2:ab:4b:0c:cc:26:5f:25:78:ea: 89:b4 (R)eject, accept (t)emporarily or accept (p)ermanently? t Perhaps you need to install the certificate on your machine manually? There's a section in the docs about ?Client Credentials Caching? that may help. There is also a not about forcing clients to trust a particular CA (http://svnbook.red-bean.com/en/1.5/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authn.sslcerts ). Your runtime servers file also gives you the ability to make your Subversion client automatically trust specific CAs, either globally or on a per-host basis. Simply set the ssl-authority-files variable to a semicolon-separated list of PEM-encoded CA certificates: I hope all this helps. Cheers, Mikel -------------- next part -------------- An HTML attachment was scrubbed... URL: