« June 2005 | Main | August 2005 »

July 2005 posts

Monday, July 25, 2005

Thanks To Thalasar

Special thanks to Brian Despain of
Thalasar
for buying us some new hard drives.

We're using the drives as part of our extended disk array to help improve performance and do better backups. It's very cool having a terabyte of disk to play with.

Please visit thalasar.com to learn about what Brian is up to with his open-source company.

Wednesday, July 20, 2005

I fought glibc and won

This morning I woke to a few strange emails from Ask and a ticket that the Parrot TODO list was broken. The gist of it was: getprotobyname was causing our production mod_perl's to crash. (See entry from earlier today for a stacktrace.)

Obviously, not a good thing.

Continue reading "I fought glibc and won" »

CPAN Ratings posting works again

Earlier this afternoon Robert got our DBD::mysql recompiled after some mysql_config hackery so it stopped making our httpd crash.

I've made another change to the site too now so you can post a "review" without giving the distribution a rating, effectively making it a comment.  Use that to comment on other peoples reviews, please. :-)

A dozen people have started marking reviews as helpful / not helpful.  It'll be interesting to see how that data set will grow over time.

CPAN Ratings broken #2

The slightly updated version of the CPAN Ratings site is up now.

It looks the same, but inside it got a decent house cleaning; and it's now using our new beta-ish authentication server instead of the old hack (we didn't call it the "ducttape API" for nothing!).

That's the good news.  The bad news is that the httpd is coredumping on "getprotobyname".

#0  0x00d5057b in do_lookup_versioned () from /lib/ld-linux.so.2
#1  0x00d4f776 in _dl_lookup_versioned_symbol_internal () from /lib/ld-linux.so.2
#2  0x00d53473 in fixup () from /lib/ld-linux.so.2
#3  0x00d53330 in _dl_runtime_resolve () from /lib/ld-linux.so.2
#4  0x006c76d4 in _nss_files_getprotobyname_r () from /lib/libnss_files.so.2
#5  0x00203752 in getprotobyname_r@@GLIBC_2.1.2 () from /lib/tls/libc.so.6
#6  0x009945a9 in Perl_pp_gprotoent () from /pkg/packages/apache-1.3.33/libexec/libperl.so

I hacked around it in a few places to make the site appear to work (and you can vote reviews as helpful or not helpful!), but you still can't add a new review.   I'd keep hacking on it, but it's 4.30 and have things to do wednesday so I can't stay up much longer... Zzzzzz...

<b>update</b>: it's working again.

Tuesday, July 19, 2005

search.cpan.org Uploads RSS 1.0 feed

Many people have not been ablt to find the RSS feed for CPAN uploads that search has been providing for quite sometime. The only link was in the FAQ. It was also only in RSS 0.91 and did not contain much information.

Well now there is a new feed at http://search.cpan.org/uploads.rdf which is in the header of each page so discovery tools can find it. And there is a link on the recent upload page

cpanratings.perl.org broken

cpanratings.perl.org is in a bit of a mess.  Posting new reviews has been broken for a while and I just super-broke it.   I was working on a few new features and while I had a separate branch for the code I forgot to do the same for the templates.  Oops.

Instead of reverting it back I'll just press on to get the new stuff out in the next few days.  Thank you for your patience. :-)

update: almost fixed.

Thursday, July 14, 2005

Linux RAID guru wanted

Have a few minutes to help us out?

Wednesday, July 06, 2005

Subversion, RT, CVS and mail (not anymore) down

Oops. Our ancient server that's hosting SVN, CVS, RT and does our incoming mail filtering crashed.

We have plans to get Subversion and CVS moved to a dedicated box, but we haven't gotten to it yet. (Likewise for Request Tracker).

There was no output on the terminal server, so I power cycled it and it's rebooting now. Slooowly.

/home: Clearing orphaned inode 1197164 (uid=27, gid=27, mode=0100600, size=0)
/home: clean, 189065/1359872 files, 2282241/2714977 blocks
/usr: recovering journal
/usr: clean, 74363/320640 files, 388588/640591 blocks
/var: recovering journal
/var: Clearing orphaned inode 160130 (uid=101, gid=102, mode=0100744, size=16775271)
/var: clean, 2854/192000 files, 269571/383551 blocks

<-------------reiserfsck, 2001------------->
reiserfsprogs 3.x.0j
/dev/hda1: recovering journal
/dev/hda1 has gone 268 days without being checked, check forced.

update 10:05 PST: it's a minute from being back up now, whee.

Saturday, July 02, 2005

Search perl.org - help needed

Some weeks ago I made a simple page to search stuff on *.perl.org. The reason we haven't told anyone or even made a link to the page is that it's Really Ugly. See for example a search for DBI.

The template for the search is in this file, there's also a file with a few lines of extra CSS. Use your perl.org login to access those files. Patches more than welcome!

It's using the XML interface to CPAN Search for the CPAN search results and the Yahoo Search API (via Yahoo::Search). Oh, which reminds me – the search results page needs to mention it's using the yahoo search API.

Did I say that patches are welcome?