user-added planet script

2008-05-08 Thread seth vidal
Hey folks, I'm working on a script to collect blog/name/hackergotchi entries from users homedirs on fedorapeople.org and assemble them into a config file for planet to use. All the bits about grabbing the files are clearly simple. My only question is this: - Should I just have the user put on

Re: user-added planet script

2008-05-08 Thread Bill Nottingham
seth vidal ([EMAIL PROTECTED]) said: > Hey folks, >I'm working on a script to collect blog/name/hackergotchi entries > from users homedirs on fedorapeople.org and assemble them into a config > file for planet to use. All the bits about grabbing the files are > clearly simple. My only question

Re: user-added planet script

2008-05-08 Thread seth vidal
On Thu, 2008-05-08 at 11:50 -0400, Bill Nottingham wrote: > seth vidal ([EMAIL PROTECTED]) said: > > Hey folks, > >I'm working on a script to collect blog/name/hackergotchi entries > > from users homedirs on fedorapeople.org and assemble them into a config > > file for planet to use. All the

Re: user-added planet script

2008-05-08 Thread Jeffrey Tadlock
On Thu, May 8, 2008 at 11:57 AM, seth vidal <[EMAIL PROTECTED]> wrote: > > Should I just have the user put one (or more) planet config stanzas > > in a file in their homedir or have them list just the blog feed url, the > > hackergotchi url and their name and try to parse that out? > > > > I'm incl

Re: user-added planet script

2008-05-08 Thread Nicu Buculei
seth vidal wrote: On Thu, 2008-05-08 at 11:50 -0400, Bill Nottingham wrote: seth vidal ([EMAIL PROTECTED]) said: Hey folks, I'm working on a script to collect blog/name/hackergotchi entries from users homedirs on fedorapeople.org and assemble them into a config file for planet to use. All t

Re: user-added planet script

2008-05-08 Thread seth vidal
On Thu, 2008-05-08 at 19:20 +0300, Nicu Buculei wrote: > Add here probably a "language" for when/if we will have language based > sub-planets. It is possible to have multiple values, like > language = english, french > for the case when someone blogs about half the time in one language and > hal

mod_wsgi vs cherrypy

2008-05-08 Thread Mike McGrath
As many of you have seen we've started getting timeouts with fasClient against the accounts system. After some probing I decided to look at alternate deployment methods. Bottom line... python threading blows. So here's the scoop. Right now we use cherrypy + supervisor to deploy each turbogears

xen5 change request

2008-05-08 Thread Dennis Gilmore
prior to the network maintenance outage, we had puppet disbaled on xen5 and iptables stopped. as an interim measure i would like to return to that state so that backups will run again. longer term, we need to adjust iptables. But for right now just wanting to do the minimum to have backups fu

Re: xen5 change request

2008-05-08 Thread seth vidal
On Thu, 2008-05-08 at 11:58 -0500, Dennis Gilmore wrote: > prior to the network maintenance outage, we had puppet disbaled on xen5 and > iptables stopped. as an interim measure i would like to return to that state > so that backups will run again. longer term, we need to adjust iptables. > >

Re: xen5 change request

2008-05-08 Thread Dennis Gilmore
On Thursday 08 May 2008, seth vidal wrote: > On Thu, 2008-05-08 at 11:58 -0500, Dennis Gilmore wrote: > > prior to the network maintenance outage, we had puppet disbaled on xen5 > > and iptables stopped. as an interim measure i would like to return to > > that state so that backups will run again.

Re: xen5 change request

2008-05-08 Thread seth vidal
On Thu, 2008-05-08 at 12:33 -0500, Dennis Gilmore wrote: > On Thursday 08 May 2008, seth vidal wrote: > > On Thu, 2008-05-08 at 11:58 -0500, Dennis Gilmore wrote: > > > prior to the network maintenance outage, we had puppet disbaled on xen5 > > > and iptables stopped. as an interim measure i would

Re: xen5 change request

2008-05-08 Thread Dennis Gilmore
On Thursday 08 May 2008, seth vidal wrote: > On Thu, 2008-05-08 at 12:33 -0500, Dennis Gilmore wrote: > > On Thursday 08 May 2008, seth vidal wrote: > > > On Thu, 2008-05-08 at 11:58 -0500, Dennis Gilmore wrote: > > > > prior to the network maintenance outage, we had puppet disbaled on > > > > xen5

Re: Change Request: Setup Awstats for download.fp.o (and fix the torrent.fp.o one)

2008-05-08 Thread Ricky Zhou
On 2008-05-05 01:23:13 AM, Ricky Zhou wrote: > Oh wow, yet another good point. It looks like everything I was > interested in is at http://torrent.fedoraproject.org:6969/. Whoops, I take that back - it doesn't seem to give a downloads vs. time like awstats did. Still, I'll ask around sometime aft

Meeting Log - 2008-05-08

2008-05-08 Thread Ricky Zhou
16:01 -!- mmcgrath changed the topic of #fedora-meeting to: Infrastructure -- Who's here? 16:01 * lmacken 16:01 -!- TheorEPhysicist [EMAIL PROTECTED] has joined #fedora-meeting 16:01 < skvidal> I still miss the days when warren and jeremy would fall off 16:01 < TheorEPhysicist> Hello, I have a q

Cron <[EMAIL PROTECTED]> /bin/sleep $(($RANDOM/90)); /usr/bin/fasClient -i (fwd)

2008-05-08 Thread Mike McGrath
Ok, we know whats wrong we even know how to fix it. not worth the risk right now... mind if I > /dev/null this cron job in the meantime? +1? -Mike -- Forwarded message -- Date: Fri, 9 May 2008 00:33:08 GMT From: Cron Daemon <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sub

Re: Cron <[EMAIL PROTECTED]> /bin/sleep $(($RANDOM/90)); /usr/bin/fasClient -i (fwd)

2008-05-08 Thread seth vidal
On Thu, 2008-05-08 at 20:06 -0500, Mike McGrath wrote: > Ok, we know whats wrong > > we even know how to fix it. > > not worth the risk right now... mind if I > /dev/null this cron job in the > meantime? > > +1? I think I'd rather keep it around, if only so we don't forget it and so we aren't m

Re: user-added planet script

2008-05-08 Thread Nicu Buculei
seth vidal wrote: I'm inclined to the former. So a user could just have a .planet file that has: [http://skvidal.wordpress.com/feed/] name = Seth Vidal face = http://skvidal.fedorapeople.org/skvidal.png which I could read in using configparser, throw out errors about any duplicates and also ba