From matt at webhaven.eu Wed Jul 7 11:11:33 2010 From: matt at webhaven.eu (Matt Hardy) Date: Wed, 7 Jul 2010 11:11:33 +0200 Subject: [Yakity-users] Installing current release Message-ID: Hey All, I just re-installed the release version of YakityChat on the demo server. All went as planned. My file dir looks like this... Software: /var/www/YakityChat-0.1.1/ Links for Roxen: (ln -s [to the pmod]) /usr/local/roxen/local/pike_modules/ lrwxrwxrwx 1 root root 38 Jul 7 10:09 MMP.pmod -> /var/www/YakityChat-0.1.1/lib/MMP.pmod lrwxrwxrwx 1 root root 41 Jul 7 10:10 Meteor.pmod -> /var/www/YakityChat-0.1.1/lib/Meteor.pmod lrwxrwxrwx 1 root root 48 Jul 7 10:09 Serialization.pmod -> /var/www/YakityChat-0.1.1/lib/Serialization.pmod lrwxrwxrwx 1 root root 41 Jul 7 10:01 Yakity.pmod -> /var/www/YakityChat-0.1.1/lib/Yakity.pmod /usr/local/roxen/local/modules/ lrwxrwxrwx 1 root root 34 Jul 7 10:02 yakity_modules -> /var/www/YakityChat-0.1.1/modules/ Added the modules in Roxen, added the mountpoint on a Normal File System, and all picked up OK. http://yakitychat.com/chat/ /Matt -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3914 bytes Desc: not available URL: From jette at nerdgirl.dk Wed Jul 7 11:52:42 2010 From: jette at nerdgirl.dk (Jette Derriche) Date: Wed, 07 Jul 2010 11:52:42 +0200 Subject: [Yakity-users] Installing current release In-Reply-To: References: Message-ID: <1278496362.2634.7.camel@localhost.localdomain> On Wed, 2010-07-07 at 11:11 +0200, Matt Hardy wrote: > Hey All, > > I just re-installed the release version of YakityChat on the demo server. > > All went as planned. > > My file dir looks like this... > > Software: > /var/www/YakityChat-0.1.1/ > > Links for Roxen: (ln -s [to the pmod]) > /usr/local/roxen/local/pike_modules/ > > lrwxrwxrwx 1 root root 38 Jul 7 10:09 MMP.pmod -> /var/www/YakityChat-0.1.1/lib/MMP.pmod > lrwxrwxrwx 1 root root 41 Jul 7 10:10 Meteor.pmod -> /var/www/YakityChat-0.1.1/lib/Meteor.pmod > lrwxrwxrwx 1 root root 48 Jul 7 10:09 Serialization.pmod -> /var/www/YakityChat-0.1.1/lib/Serialization.pmod > lrwxrwxrwx 1 root root 41 Jul 7 10:01 Yakity.pmod -> /var/www/YakityChat-0.1.1/lib/Yakity.pmod > > /usr/local/roxen/local/modules/ > lrwxrwxrwx 1 root root 34 Jul 7 10:02 yakity_modules -> /var/www/YakityChat-0.1.1/modules/ > > Added the modules in Roxen, added the mountpoint on a Normal File System, and all picked up OK. > http://yakitychat.com/chat/ > > What OS/version is the demoserver? Is it the FreeBSD 8 you mentioned earlier? /Jette From matt at webhaven.eu Wed Jul 7 12:40:10 2010 From: matt at webhaven.eu (Matt Hardy) Date: Wed, 7 Jul 2010 12:40:10 +0200 Subject: [Yakity-users] Installing current release In-Reply-To: <1278496362.2634.7.camel@localhost.localdomain> References: <1278496362.2634.7.camel@localhost.localdomain> Message-ID: <46645392-3DEE-450D-AD90-00F9F2E45116@webhaven.eu> It's a Debian Etch I did not get so far on freeBSD, due to, well, I ran out of time. But from what I could see in freeBSD, the /usr/local/appname is a common location and I presume you will also have /var/something So, assume the Pike 7.8.352 port compiles correctly, you are away. And Roxen install from source would then probably be OK, with a sym-link to the freeBSD Pike binary & libs. But the Roxen install will also install Pike, 7.8.409 which is newer... I am wondering however if a linux distribution will in fact work... I am afraid the class is out on this question, unless more time spent by me on investigating. I have posed the question to Roxen, about what is a better path to take for freeBSD - we'll see. All seems doable, but trying to find the fastest way without expert admin knowledge on installing freeBSD was the issue for me :) One question you may help with... Are there any Perfect Setup sites for installing freeBSD for newbies? My last effort left the ports dir empty! Naturally I was trying to install a slim system... But got it too slim. /matt On 7/07/2010, at 11:52 AM, Jette Derriche wrote: > On Wed, 2010-07-07 at 11:11 +0200, Matt Hardy wrote: >> Hey All, >> >> I just re-installed the release version of YakityChat on the demo server. >> >> All went as planned. >> >> My file dir looks like this... >> >> Software: >> /var/www/YakityChat-0.1.1/ >> >> Links for Roxen: (ln -s [to the pmod]) >> /usr/local/roxen/local/pike_modules/ >> >> lrwxrwxrwx 1 root root 38 Jul 7 10:09 MMP.pmod -> /var/www/YakityChat-0.1.1/lib/MMP.pmod >> lrwxrwxrwx 1 root root 41 Jul 7 10:10 Meteor.pmod -> /var/www/YakityChat-0.1.1/lib/Meteor.pmod >> lrwxrwxrwx 1 root root 48 Jul 7 10:09 Serialization.pmod -> /var/www/YakityChat-0.1.1/lib/Serialization.pmod >> lrwxrwxrwx 1 root root 41 Jul 7 10:01 Yakity.pmod -> /var/www/YakityChat-0.1.1/lib/Yakity.pmod >> >> /usr/local/roxen/local/modules/ >> lrwxrwxrwx 1 root root 34 Jul 7 10:02 yakity_modules -> /var/www/YakityChat-0.1.1/modules/ >> >> Added the modules in Roxen, added the mountpoint on a Normal File System, and all picked up OK. >> http://yakitychat.com/chat/ >> >> > > What OS/version is the demoserver? Is it the FreeBSD 8 you mentioned > earlier? > > /Jette > > > > _______________________________________________ > Yakity-users mailing list > Yakity-users at mail.yakitychat.com > http://mail.yakitychat.com/mailman/listinfo/yakity-users -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3914 bytes Desc: not available URL: From matt at webhaven.eu Wed Jul 7 12:42:16 2010 From: matt at webhaven.eu (Matt Hardy) Date: Wed, 7 Jul 2010 12:42:16 +0200 Subject: [Yakity-users] Installing current release In-Reply-To: <46645392-3DEE-450D-AD90-00F9F2E45116@webhaven.eu> References: <1278496362.2634.7.camel@localhost.localdomain> <46645392-3DEE-450D-AD90-00F9F2E45116@webhaven.eu> Message-ID: <0A4661F8-2E55-43AF-886C-8CFBB3058FE7@webhaven.eu> Correction, it's a Debian Lenny :-) Not that that changes much... On 7/07/2010, at 12:40 PM, Matt Hardy wrote: > It's a Debian Etch > > I did not get so far on freeBSD, due to, well, I ran out of time. > But from what I could see in freeBSD, the /usr/local/appname is a common location > and I presume you will also have /var/something > > So, assume the Pike 7.8.352 port compiles correctly, you are away. > And Roxen install from source would then probably be OK, with a sym-link to the freeBSD Pike binary & libs. > > But the Roxen install will also install Pike, 7.8.409 which is newer... > I am wondering however if a linux distribution will in fact work... > I am afraid the class is out on this question, unless more time spent by me on investigating. > I have posed the question to Roxen, about what is a better path to take for freeBSD - we'll see. > > All seems doable, but trying to find the fastest way without expert admin knowledge on installing freeBSD was the issue for me :) > > One question you may help with... > Are there any Perfect Setup sites for installing freeBSD for newbies? > > My last effort left the ports dir empty! > Naturally I was trying to install a slim system... But got it too slim. > > /matt > > On 7/07/2010, at 11:52 AM, Jette Derriche wrote: > >> On Wed, 2010-07-07 at 11:11 +0200, Matt Hardy wrote: >>> Hey All, >>> >>> I just re-installed the release version of YakityChat on the demo server. >>> >>> All went as planned. >>> >>> My file dir looks like this... >>> >>> Software: >>> /var/www/YakityChat-0.1.1/ >>> >>> Links for Roxen: (ln -s [to the pmod]) >>> /usr/local/roxen/local/pike_modules/ >>> >>> lrwxrwxrwx 1 root root 38 Jul 7 10:09 MMP.pmod -> /var/www/YakityChat-0.1.1/lib/MMP.pmod >>> lrwxrwxrwx 1 root root 41 Jul 7 10:10 Meteor.pmod -> /var/www/YakityChat-0.1.1/lib/Meteor.pmod >>> lrwxrwxrwx 1 root root 48 Jul 7 10:09 Serialization.pmod -> /var/www/YakityChat-0.1.1/lib/Serialization.pmod >>> lrwxrwxrwx 1 root root 41 Jul 7 10:01 Yakity.pmod -> /var/www/YakityChat-0.1.1/lib/Yakity.pmod >>> >>> /usr/local/roxen/local/modules/ >>> lrwxrwxrwx 1 root root 34 Jul 7 10:02 yakity_modules -> /var/www/YakityChat-0.1.1/modules/ >>> >>> Added the modules in Roxen, added the mountpoint on a Normal File System, and all picked up OK. >>> http://yakitychat.com/chat/ >>> >>> >> >> What OS/version is the demoserver? Is it the FreeBSD 8 you mentioned >> earlier? >> >> /Jette >> >> >> >> _______________________________________________ >> Yakity-users mailing list >> Yakity-users at mail.yakitychat.com >> http://mail.yakitychat.com/mailman/listinfo/yakity-users > > _______________________________________________ > Yakity-users mailing list > Yakity-users at mail.yakitychat.com > http://mail.yakitychat.com/mailman/listinfo/yakity-users -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3914 bytes Desc: not available URL: From jette at nerdgirl.dk Wed Jul 7 13:11:52 2010 From: jette at nerdgirl.dk (Jette Derriche) Date: Wed, 07 Jul 2010 13:11:52 +0200 Subject: [Yakity-users] Installing current release In-Reply-To: <46645392-3DEE-450D-AD90-00F9F2E45116@webhaven.eu> References: <1278496362.2634.7.camel@localhost.localdomain> <46645392-3DEE-450D-AD90-00F9F2E45116@webhaven.eu> Message-ID: <1278501112.2634.30.camel@localhost.localdomain> On Wed, 2010-07-07 at 12:40 +0200, Matt Hardy wrote: > One question you may help with... > Are there any Perfect Setup sites for installing freeBSD for newbies? > My last effort left the ports dir empty! > Naturally I was trying to install a slim system... But got it too slim. > Well, it isn't that hard... There is a comprehensive handbook which is fairly easy to understand. For example, this page explains how to get the ports collection: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html But I plan to install FreeBSD 8 in a few weeks (during "The Camp"), and I am famous for my documenting skills :-) After that, my website will be completely up-to-date on how to build a FAMP server... If everything goes smoothly, maybe I'll also get time to play with Roxen and write a complete "Perfect YakityChat Setup" for FreeBSD ;-) ... /Jette From matt at webhaven.eu Wed Jul 7 14:14:36 2010 From: matt at webhaven.eu (Matt Hardy) Date: Wed, 7 Jul 2010 14:14:36 +0200 Subject: [Yakity-users] Installing current release In-Reply-To: <1278501112.2634.30.camel@localhost.localdomain> References: <1278496362.2634.7.camel@localhost.localdomain> <46645392-3DEE-450D-AD90-00F9F2E45116@webhaven.eu> <1278501112.2634.30.camel@localhost.localdomain> Message-ID: I have heard about the camp, I wonder if that session is sold out already? I referenced that page, clearly not enough time to digest and apply it... Thanks for the link. Yes a freeBSD installation would be useful on the yakitychat.com site too. I will at some point get back to setting up the perfect FP server setup... FreeBSD+Pike :) On 7/07/2010, at 1:11 PM, Jette Derriche wrote: > On Wed, 2010-07-07 at 12:40 +0200, Matt Hardy wrote: >> One question you may help with... >> Are there any Perfect Setup sites for installing freeBSD for newbies? > >> My last effort left the ports dir empty! >> Naturally I was trying to install a slim system... But got it too slim. >> > > > Well, it isn't that hard... There is a comprehensive handbook which is > fairly easy to understand. For example, this page explains how to get > the ports collection: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html > > But I plan to install FreeBSD 8 in a few weeks (during "The Camp"), and > I am famous for my documenting skills :-) After that, my website will be > completely up-to-date on how to build a FAMP server... If everything > goes smoothly, maybe I'll also get time to play with Roxen and write a > complete "Perfect YakityChat Setup" for FreeBSD ;-) ... > > > /Jette > > > > _______________________________________________ > Yakity-users mailing list > Yakity-users at mail.yakitychat.com > http://mail.yakitychat.com/mailman/listinfo/yakity-users -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3914 bytes Desc: not available URL: From jette at nerdgirl.dk Wed Jul 7 14:44:53 2010 From: jette at nerdgirl.dk (Jette Derriche) Date: Wed, 07 Jul 2010 14:44:53 +0200 Subject: [Yakity-users] Installing current release In-Reply-To: References: <1278496362.2634.7.camel@localhost.localdomain> <46645392-3DEE-450D-AD90-00F9F2E45116@webhaven.eu> <1278501112.2634.30.camel@localhost.localdomain> Message-ID: <1278506693.2634.37.camel@localhost.localdomain> On Wed, 2010-07-07 at 14:14 +0200, Matt Hardy wrote: > I have heard about the camp, I wonder if that session is sold out already? Yes... The ticket sale starts in the middle of March, and the 45 tickets are usually sold out by the end of April. > I referenced that page, clearly not enough time to digest and apply it... Thanks for the link. > > Yes a freeBSD installation would be useful on the yakitychat.com site too. > > I will at some point get back to setting up the perfect FP server setup... > FreeBSD+Pike :) Maybe I can supply that to you in exchange of the module we talked about :-D /Jette From matt at webhaven.eu Wed Jul 7 15:19:10 2010 From: matt at webhaven.eu (Matt Hardy) Date: Wed, 7 Jul 2010 15:19:10 +0200 Subject: [Yakity-users] Installing current release In-Reply-To: <1278506693.2634.37.camel@localhost.localdomain> References: <1278496362.2634.7.camel@localhost.localdomain> <46645392-3DEE-450D-AD90-00F9F2E45116@webhaven.eu> <1278501112.2634.30.camel@localhost.localdomain> <1278506693.2634.37.camel@localhost.localdomain> Message-ID: <0792AAEF-C985-4D5E-A4ED-56F606FCE9B0@webhaven.eu> On 7/07/2010, at 2:44 PM, Jette Derriche wrote: > On Wed, 2010-07-07 at 14:14 +0200, Matt Hardy wrote: >> I have heard about the camp, I wonder if that session is sold out already? > > Yes... The ticket sale starts in the middle of March, and the 45 tickets > are usually sold out by the end of April. I have no real time to go to the camp so no major. > > >> I referenced that page, clearly not enough time to digest and apply it... Thanks for the link. >> >> Yes a freeBSD installation would be useful on the yakitychat.com site too. >> >> I will at some point get back to setting up the perfect FP server setup... >> FreeBSD+Pike :) > > Maybe I can supply that to you in exchange of the module we talked > about :-D ?:-D btw, I am away from 31/07/2010 for a week, so we should work around that for a meetup on your project. > > > /Jette > > _______________________________________________ > Yakity-users mailing list > Yakity-users at mail.yakitychat.com > http://mail.yakitychat.com/mailman/listinfo/yakity-users -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3914 bytes Desc: not available URL: From jette at nerdgirl.dk Wed Jul 7 15:27:19 2010 From: jette at nerdgirl.dk (Jette Derriche) Date: Wed, 07 Jul 2010 15:27:19 +0200 Subject: [Yakity-users] Installing current release In-Reply-To: <0792AAEF-C985-4D5E-A4ED-56F606FCE9B0@webhaven.eu> References: <1278496362.2634.7.camel@localhost.localdomain> <46645392-3DEE-450D-AD90-00F9F2E45116@webhaven.eu> <1278501112.2634.30.camel@localhost.localdomain> <1278506693.2634.37.camel@localhost.localdomain> <0792AAEF-C985-4D5E-A4ED-56F606FCE9B0@webhaven.eu> Message-ID: <1278509239.2634.42.camel@localhost.localdomain> On Wed, 2010-07-07 at 15:19 +0200, Matt Hardy wrote: > btw, I am away from 31/07/2010 for a week, so we should work around that for a meetup on your project. > Me too... My summer holiday is 25/07/2010 to 08/08/2010. So let's get in touch after that... /Jette