From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [77.235.48.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 657CE3B2C4 for ; Sat, 11 Jun 2016 14:30:00 -0400 (EDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Filter: OpenDKIM Filter v2.10.3 mail2.tohojo.dk AA98240B3D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1465669797; bh=olnqLzPYhrxw1NFRwgfbR7/CYmxLBDW94VikGHLrCX4=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=Tju9qiqtlJvJfjxI7jmCOfpEuwjPCA6NgjvGAVAqj63dnaIwPVnGp0hioNhCtxYgB NumwvKdJYH0xHt3h6eZvZKTRWolomWcjwJ12NnOQUzPzMLUHkOLnSJ3ApXoXtUgeAM NL7YFuKNTDGlI5vZqJYuEut7y7jgwF0CUNw2E1oE= Sender: toke@toke.dk Received: by alrua-karlstad.karlstad.toke.dk (Postfix, from userid 1000) id 8812B76ABDC; Sat, 11 Jun 2016 20:29:56 +0200 (CEST) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Dave Taht Cc: Rich Brown , bloat References: <86DAC1A9-D218-40A4-AD48-D9C0B4B01103@gmail.com> <87twh0j5dg.fsf@toke.dk> Date: Sat, 11 Jun 2016 20:29:56 +0200 In-Reply-To: (Dave Taht's message of "Sat, 11 Jun 2016 10:58:14 -0700") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87inxfk28r.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Bloat] bufferbloat.net is sorely missed. X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2016 18:30:00 -0000 Dave Taht writes: >> Okay, updated the conversion to preserve the directory structure. >> Current version is here: https://kau.toke.dk/bufferbloat-archive. The > > I get a 404 on that right now across the board... > > https://kau.toke.dk/bufferbloat-archive/projects/codel/wiki/Benchmarking_Codel_and_FQ_Codel/ Was moving things around and hadn't set up a redirect yet. Should work now, and the server also answers to www.bufferbloat.net. I did an nsupdate, but the linode nameservers don't seem to have picked it up yet. Not sure how to poke them to do so. >> overview pages and index are somewhat lacking at the moment, but the >> wiki pages are there at the same relative URLs as on the old site. > > Having the original data available to those willing to work on fixing > it would be useful, I was reluctant to share the sql dump widely due > to passwords being in it. Can more of the sql dump land somewhere? Do > you have other conversion scripts lying around? This is all in the github repo in the export/ dir - both scripts and csv files. Did another export from the database, merging several tables with the information needed for the wiki. There's also an export of the attachments which I haven't done anything with yet. > (I used pandoc to convert from textile to markdown originally plus a > few sed scripts) Yes, mine are python scripts that also run pandoc. >> I can update the DNS to point at that server and have old links start >> working again; if no one objects, I'll do that later today. > > Well, to save on cost and improve bandwidth I'd rather it moved to the > web server lists.bufferbloat.net is on. (and ultimately a cdn). I was > reluctant to move it there because the redmine integration was > failing, but for a static web site, no problem. Have no objections to moving it once we hit something a bit more stable; but for now, having it on my own server allows me to iterate quicker. It's at my uni on a gbit link, so should be fine (famous last words). Having several mirrors and sticking all the addresses in DNS would also be a way to do things, if we can make sure they all update from git regularly. Figure these things can be sorted out once we get the conversion itself done and have it go into maintenance mode (where we actually take pull requests for the *content*). :) -Toke