Development issues regarding the cerowrt test router project
 help / color / mirror / Atom feed
* [Cerowrt-devel] freezing cerowrt-3.3
@ 2012-05-01  8:19 Dave Taht
  2012-05-01 11:48 ` Maciej Soltysiak
  0 siblings, 1 reply; 8+ messages in thread
From: Dave Taht @ 2012-05-01  8:19 UTC (permalink / raw)
  To: cerowrt-devel

Based on the sudden interest in building cerowrt, and my threats to freeze
'later this week', I figured I'd freeze tonight just to keep you on your toes.

While some dig the 'branch' facility in git - I do use it myself - I think it's
saner to have a separate repo name for each major branch. So I renamed
several repos tonight. After a linux 3.4 or 3.5 (there isn't anything in 3.4 we
need so...) process starts up, we'll start a 'next' set of repos.

I'm certainly open to discussion as to how
and what to do with development moving forward, but I'd really like to
have something stable enough for your mom and dad to use day to day,
and move on to focusing on some narrow problems like aqm development
rather than "tracking and fixing the whole universe".

So... *my* intent is to only push major bugs fixes and fixes for
CVEs (security violations) into these repos,

For a while, anyway.

you will need to edit your .git/config for your copy of the
cerowrt-luci and ceropackages repos to append a -3.3 to
point to the right renamed repos on github.

I have also frozen the copy of the openwrt package database:

git clone git://github.com/dtaht/cerowrt-packages-3.3.git

You will want to edit your feeds.conf to point to that rather than 'packages'.

As freezes go, this is still kind of a dairy queen kind of soft freeze,
there's a couple things left to land.

I have pushed out the current patch set for 3.3.4-4. While I continue to
battle bug #379 I'm pretty happy with it under normal use.

-- 
Dave Täht
SKYPE: davetaht
US Tel: 1-239-829-5608
http://www.bufferbloat.net

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Cerowrt-devel] freezing cerowrt-3.3
  2012-05-01  8:19 [Cerowrt-devel] freezing cerowrt-3.3 Dave Taht
@ 2012-05-01 11:48 ` Maciej Soltysiak
  2012-05-01 12:24   ` Ketan Kulkarni
  2012-05-01 12:25   ` Dave Taht
  0 siblings, 2 replies; 8+ messages in thread
From: Maciej Soltysiak @ 2012-05-01 11:48 UTC (permalink / raw)
  To: Dave Taht; +Cc: cerowrt-devel

[-- Attachment #1: Type: text/plain, Size: 2582 bytes --]

Dave,

While we're on the subject of freezing. I'm trying to build after the
latest changes and it "freezes" on babeld after this:
 make[3] -C feeds/cero/net/aqm-scripts compile
 make[3] -C feeds/cero/net/babelz compile

~src/cerowrt/wndr3700v2/tmp/babeld-20111019 is empty and when I ctrl+c that
and make V=99, then it shows that it can't wget babeld-20111019.tar.gz from
mirror2.openwrt.org (rightly so, as it's babeld-1.3.1.tar.gz there) and
tries to git clone it from some .fr site.
But the git clone command hangs.

Question, how/where do I update from babeld-20111019 to babeld-1.3.1 ?

Regards,
Maciej

On Tue, May 1, 2012 at 10:19 AM, Dave Taht <dave.taht@gmail.com> wrote:

> Based on the sudden interest in building cerowrt, and my threats to freeze
> 'later this week', I figured I'd freeze tonight just to keep you on your
> toes.
>
> While some dig the 'branch' facility in git - I do use it myself - I think
> it's
> saner to have a separate repo name for each major branch. So I renamed
> several repos tonight. After a linux 3.4 or 3.5 (there isn't anything in
> 3.4 we
> need so...) process starts up, we'll start a 'next' set of repos.
>
> I'm certainly open to discussion as to how
> and what to do with development moving forward, but I'd really like to
> have something stable enough for your mom and dad to use day to day,
> and move on to focusing on some narrow problems like aqm development
> rather than "tracking and fixing the whole universe".
>
> So... *my* intent is to only push major bugs fixes and fixes for
> CVEs (security violations) into these repos,
>
> For a while, anyway.
>
> you will need to edit your .git/config for your copy of the
> cerowrt-luci and ceropackages repos to append a -3.3 to
> point to the right renamed repos on github.
>
> I have also frozen the copy of the openwrt package database:
>
> git clone git://github.com/dtaht/cerowrt-packages-3.3.git
>
> You will want to edit your feeds.conf to point to that rather than
> 'packages'.
>
> As freezes go, this is still kind of a dairy queen kind of soft freeze,
> there's a couple things left to land.
>
> I have pushed out the current patch set for 3.3.4-4. While I continue to
> battle bug #379 I'm pretty happy with it under normal use.
>
> --
> Dave Täht
> SKYPE: davetaht
> US Tel: 1-239-829-5608
> http://www.bufferbloat.net
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>

[-- Attachment #2: Type: text/html, Size: 3483 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Cerowrt-devel] freezing cerowrt-3.3
  2012-05-01 11:48 ` Maciej Soltysiak
@ 2012-05-01 12:24   ` Ketan Kulkarni
  2012-05-01 12:25   ` Dave Taht
  1 sibling, 0 replies; 8+ messages in thread
From: Ketan Kulkarni @ 2012-05-01 12:24 UTC (permalink / raw)
  To: Maciej Soltysiak; +Cc: cerowrt-devel

[-- Attachment #1: Type: text/plain, Size: 3213 bytes --]

Hi Maciej,
I had the same issue while building cerowrt.
Can you please try changing the babelz version to 1.3.1?

in net/babelz/Makefile change PKG_VERSION to 1.3.1

11c11
< PKG_VERSION:=1.3.1
---
> PKG_VERSION:=20111019


It did work for me.

Regards,
Ketan

On Tue, May 1, 2012 at 5:18 PM, Maciej Soltysiak <maciej@soltysiak.com>wrote:

> Dave,
>
> While we're on the subject of freezing. I'm trying to build after the
> latest changes and it "freezes" on babeld after this:
>  make[3] -C feeds/cero/net/aqm-scripts compile
>  make[3] -C feeds/cero/net/babelz compile
>
> ~src/cerowrt/wndr3700v2/tmp/babeld-20111019 is empty and when I ctrl+c
> that and make V=99, then it shows that it can't wget babeld-20111019.tar.gz
> from mirror2.openwrt.org (rightly so, as it's babeld-1.3.1.tar.gz there)
> and tries to git clone it from some .fr site.
> But the git clone command hangs.
>
> Question, how/where do I update from babeld-20111019 to babeld-1.3.1 ?
>
> Regards,
> Maciej
>
>
> On Tue, May 1, 2012 at 10:19 AM, Dave Taht <dave.taht@gmail.com> wrote:
>
>> Based on the sudden interest in building cerowrt, and my threats to freeze
>> 'later this week', I figured I'd freeze tonight just to keep you on your
>> toes.
>>
>> While some dig the 'branch' facility in git - I do use it myself - I
>> think it's
>> saner to have a separate repo name for each major branch. So I renamed
>> several repos tonight. After a linux 3.4 or 3.5 (there isn't anything in
>> 3.4 we
>> need so...) process starts up, we'll start a 'next' set of repos.
>>
>> I'm certainly open to discussion as to how
>> and what to do with development moving forward, but I'd really like to
>> have something stable enough for your mom and dad to use day to day,
>> and move on to focusing on some narrow problems like aqm development
>> rather than "tracking and fixing the whole universe".
>>
>> So... *my* intent is to only push major bugs fixes and fixes for
>> CVEs (security violations) into these repos,
>>
>> For a while, anyway.
>>
>> you will need to edit your .git/config for your copy of the
>> cerowrt-luci and ceropackages repos to append a -3.3 to
>> point to the right renamed repos on github.
>>
>> I have also frozen the copy of the openwrt package database:
>>
>> git clone git://github.com/dtaht/cerowrt-packages-3.3.git
>>
>> You will want to edit your feeds.conf to point to that rather than
>> 'packages'.
>>
>> As freezes go, this is still kind of a dairy queen kind of soft freeze,
>> there's a couple things left to land.
>>
>> I have pushed out the current patch set for 3.3.4-4. While I continue to
>> battle bug #379 I'm pretty happy with it under normal use.
>>
>> --
>> Dave Täht
>> SKYPE: davetaht
>> US Tel: 1-239-829-5608
>> http://www.bufferbloat.net
>> _______________________________________________
>> Cerowrt-devel mailing list
>> Cerowrt-devel@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>>
>
>
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>
>

[-- Attachment #2: Type: text/html, Size: 4938 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Cerowrt-devel] freezing cerowrt-3.3
  2012-05-01 11:48 ` Maciej Soltysiak
  2012-05-01 12:24   ` Ketan Kulkarni
@ 2012-05-01 12:25   ` Dave Taht
  2012-05-01 17:40     ` Maciej Soltysiak
  1 sibling, 1 reply; 8+ messages in thread
From: Dave Taht @ 2012-05-01 12:25 UTC (permalink / raw)
  To: Maciej Soltysiak; +Cc: cerowrt-devel

Heh. That's an old mistake. The diversity enabled version of babeld
got merged to head a long time ago. (well, there was a ECN patch in it
that juliusz didn't like)

Just change the .config for babelz to not do it or uninstall it.
we use the official babeld in full diversity mode instead.

On Tue, May 1, 2012 at 4:48 AM, Maciej Soltysiak <maciej@soltysiak.com> wrote:
> Dave,
>
> While we're on the subject of freezing. I'm trying to build after the latest
> changes and it "freezes" on babeld after this:
>  make[3] -C feeds/cero/net/aqm-scripts compile
>  make[3] -C feeds/cero/net/babelz compile
>
> ~src/cerowrt/wndr3700v2/tmp/babeld-20111019 is empty and when I ctrl+c that
> and make V=99, then it shows that it can't wget babeld-20111019.tar.gz from
> mirror2.openwrt.org (rightly so, as it's babeld-1.3.1.tar.gz there) and
> tries to git clone it from some .fr site.
> But the git clone command hangs.
>
> Question, how/where do I update from babeld-20111019 to babeld-1.3.1 ?
>
> Regards,
> Maciej
>
> On Tue, May 1, 2012 at 10:19 AM, Dave Taht <dave.taht@gmail.com> wrote:
>>
>> Based on the sudden interest in building cerowrt, and my threats to freeze
>> 'later this week', I figured I'd freeze tonight just to keep you on your
>> toes.
>>
>> While some dig the 'branch' facility in git - I do use it myself - I think
>> it's
>> saner to have a separate repo name for each major branch. So I renamed
>> several repos tonight. After a linux 3.4 or 3.5 (there isn't anything in
>> 3.4 we
>> need so...) process starts up, we'll start a 'next' set of repos.
>>
>> I'm certainly open to discussion as to how
>> and what to do with development moving forward, but I'd really like to
>> have something stable enough for your mom and dad to use day to day,
>> and move on to focusing on some narrow problems like aqm development
>> rather than "tracking and fixing the whole universe".
>>
>> So... *my* intent is to only push major bugs fixes and fixes for
>> CVEs (security violations) into these repos,
>>
>> For a while, anyway.
>>
>> you will need to edit your .git/config for your copy of the
>> cerowrt-luci and ceropackages repos to append a -3.3 to
>> point to the right renamed repos on github.
>>
>> I have also frozen the copy of the openwrt package database:
>>
>> git clone git://github.com/dtaht/cerowrt-packages-3.3.git
>>
>> You will want to edit your feeds.conf to point to that rather than
>> 'packages'.
>>
>> As freezes go, this is still kind of a dairy queen kind of soft freeze,
>> there's a couple things left to land.
>>
>> I have pushed out the current patch set for 3.3.4-4. While I continue to
>> battle bug #379 I'm pretty happy with it under normal use.
>>
>> --
>> Dave Täht
>> SKYPE: davetaht
>> US Tel: 1-239-829-5608
>> http://www.bufferbloat.net
>> _______________________________________________
>> Cerowrt-devel mailing list
>> Cerowrt-devel@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>
>



-- 
Dave Täht
SKYPE: davetaht
US Tel: 1-239-829-5608
http://www.bufferbloat.net

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Cerowrt-devel] freezing cerowrt-3.3
  2012-05-01 12:25   ` Dave Taht
@ 2012-05-01 17:40     ` Maciej Soltysiak
  2012-05-01 17:52       ` Dave Taht
  0 siblings, 1 reply; 8+ messages in thread
From: Maciej Soltysiak @ 2012-05-01 17:40 UTC (permalink / raw)
  To: Dave Taht; +Cc: cerowrt-devel

[-- Attachment #1: Type: text/plain, Size: 3764 bytes --]

Another breakage for me is gnugol-1.0:

Checking out files from git repository...
Cloning into 'gnugol-1.0'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

Any idea is that something caused by the git repo or keys at my end? It
asked me to accept the key and I did but it doesn't seem to go further.

Regards,
Maciej



On Tue, May 1, 2012 at 2:25 PM, Dave Taht <dave.taht@gmail.com> wrote:

> Heh. That's an old mistake. The diversity enabled version of babeld
> got merged to head a long time ago. (well, there was a ECN patch in it
> that juliusz didn't like)
>
> Just change the .config for babelz to not do it or uninstall it.
> we use the official babeld in full diversity mode instead.
>
> On Tue, May 1, 2012 at 4:48 AM, Maciej Soltysiak <maciej@soltysiak.com>
> wrote:
> > Dave,
> >
> > While we're on the subject of freezing. I'm trying to build after the
> latest
> > changes and it "freezes" on babeld after this:
> >  make[3] -C feeds/cero/net/aqm-scripts compile
> >  make[3] -C feeds/cero/net/babelz compile
> >
> > ~src/cerowrt/wndr3700v2/tmp/babeld-20111019 is empty and when I ctrl+c
> that
> > and make V=99, then it shows that it can't wget babeld-20111019.tar.gz
> from
> > mirror2.openwrt.org (rightly so, as it's babeld-1.3.1.tar.gz there) and
> > tries to git clone it from some .fr site.
> > But the git clone command hangs.
> >
> > Question, how/where do I update from babeld-20111019 to babeld-1.3.1 ?
> >
> > Regards,
> > Maciej
> >
> > On Tue, May 1, 2012 at 10:19 AM, Dave Taht <dave.taht@gmail.com> wrote:
> >>
> >> Based on the sudden interest in building cerowrt, and my threats to
> freeze
> >> 'later this week', I figured I'd freeze tonight just to keep you on your
> >> toes.
> >>
> >> While some dig the 'branch' facility in git - I do use it myself - I
> think
> >> it's
> >> saner to have a separate repo name for each major branch. So I renamed
> >> several repos tonight. After a linux 3.4 or 3.5 (there isn't anything in
> >> 3.4 we
> >> need so...) process starts up, we'll start a 'next' set of repos.
> >>
> >> I'm certainly open to discussion as to how
> >> and what to do with development moving forward, but I'd really like to
> >> have something stable enough for your mom and dad to use day to day,
> >> and move on to focusing on some narrow problems like aqm development
> >> rather than "tracking and fixing the whole universe".
> >>
> >> So... *my* intent is to only push major bugs fixes and fixes for
> >> CVEs (security violations) into these repos,
> >>
> >> For a while, anyway.
> >>
> >> you will need to edit your .git/config for your copy of the
> >> cerowrt-luci and ceropackages repos to append a -3.3 to
> >> point to the right renamed repos on github.
> >>
> >> I have also frozen the copy of the openwrt package database:
> >>
> >> git clone git://github.com/dtaht/cerowrt-packages-3.3.git
> >>
> >> You will want to edit your feeds.conf to point to that rather than
> >> 'packages'.
> >>
> >> As freezes go, this is still kind of a dairy queen kind of soft freeze,
> >> there's a couple things left to land.
> >>
> >> I have pushed out the current patch set for 3.3.4-4. While I continue to
> >> battle bug #379 I'm pretty happy with it under normal use.
> >>
> >> --
> >> Dave Täht
> >> SKYPE: davetaht
> >> US Tel: 1-239-829-5608
> >> http://www.bufferbloat.net
> >> _______________________________________________
> >> Cerowrt-devel mailing list
> >> Cerowrt-devel@lists.bufferbloat.net
> >> https://lists.bufferbloat.net/listinfo/cerowrt-devel
> >
> >
>
>
>
> --
> Dave Täht
> SKYPE: davetaht
> US Tel: 1-239-829-5608
> http://www.bufferbloat.net
>

[-- Attachment #2: Type: text/html, Size: 5309 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Cerowrt-devel] freezing cerowrt-3.3
  2012-05-01 17:40     ` Maciej Soltysiak
@ 2012-05-01 17:52       ` Dave Taht
  2012-05-01 19:11         ` Maciej Soltysiak
  0 siblings, 1 reply; 8+ messages in thread
From: Dave Taht @ 2012-05-01 17:52 UTC (permalink / raw)
  To: Maciej Soltysiak; +Cc: cerowrt-devel

On Tue, May 1, 2012 at 10:40 AM, Maciej Soltysiak <maciej@soltysiak.com> wrote:
> Another breakage for me is gnugol-1.0:
>
> Checking out files from git repository...
> Cloning into 'gnugol-1.0'...
> Permission denied (publickey).
> fatal: The remote end hung up unexpectedly
>
> Any idea is that something caused by the git repo or keys at my end? It
> asked me to accept the key and I did but it doesn't seem to go further.

My bad, the makefile for that one used the r/w repo. I've pushed that
out to ceropackages, please do a git pull, and a feeds update.

I note that I wrote gnugol a few years back, primarily to make my google
interface to emacs saner. Never really finished the .el code, but I do
find it useful
in the general case, much as I find 'ping', traceroute, and whois useful.

It also has a bing backend.

see http://gnugol.taht.net/

There's also a comprehensive man page.

It's obviously not critical to cerowrt it be in there, either!! I
wrote it, I love it, (particularly in emacs), it's really tiny, and I
wish I could work on the distributed backend for it, in some far off
day when ENOTIME is not an error I return.

example of use on a normal system (although elinks can run on the router)

gnugol -o html cerowrt  | elinks


>
> Regards,
> Maciej
>
>
>
>
> On Tue, May 1, 2012 at 2:25 PM, Dave Taht <dave.taht@gmail.com> wrote:
>>
>> Heh. That's an old mistake. The diversity enabled version of babeld
>> got merged to head a long time ago. (well, there was a ECN patch in it
>> that juliusz didn't like)
>>
>> Just change the .config for babelz to not do it or uninstall it.
>> we use the official babeld in full diversity mode instead.
>>
>> On Tue, May 1, 2012 at 4:48 AM, Maciej Soltysiak <maciej@soltysiak.com>
>> wrote:
>> > Dave,
>> >
>> > While we're on the subject of freezing. I'm trying to build after the
>> > latest
>> > changes and it "freezes" on babeld after this:
>> >  make[3] -C feeds/cero/net/aqm-scripts compile
>> >  make[3] -C feeds/cero/net/babelz compile
>> >
>> > ~src/cerowrt/wndr3700v2/tmp/babeld-20111019 is empty and when I ctrl+c
>> > that
>> > and make V=99, then it shows that it can't wget babeld-20111019.tar.gz
>> > from
>> > mirror2.openwrt.org (rightly so, as it's babeld-1.3.1.tar.gz there) and
>> > tries to git clone it from some .fr site.
>> > But the git clone command hangs.
>> >
>> > Question, how/where do I update from babeld-20111019 to babeld-1.3.1 ?
>> >
>> > Regards,
>> > Maciej
>> >
>> > On Tue, May 1, 2012 at 10:19 AM, Dave Taht <dave.taht@gmail.com> wrote:
>> >>
>> >> Based on the sudden interest in building cerowrt, and my threats to
>> >> freeze
>> >> 'later this week', I figured I'd freeze tonight just to keep you on
>> >> your
>> >> toes.
>> >>
>> >> While some dig the 'branch' facility in git - I do use it myself - I
>> >> think
>> >> it's
>> >> saner to have a separate repo name for each major branch. So I renamed
>> >> several repos tonight. After a linux 3.4 or 3.5 (there isn't anything
>> >> in
>> >> 3.4 we
>> >> need so...) process starts up, we'll start a 'next' set of repos.
>> >>
>> >> I'm certainly open to discussion as to how
>> >> and what to do with development moving forward, but I'd really like to
>> >> have something stable enough for your mom and dad to use day to day,
>> >> and move on to focusing on some narrow problems like aqm development
>> >> rather than "tracking and fixing the whole universe".
>> >>
>> >> So... *my* intent is to only push major bugs fixes and fixes for
>> >> CVEs (security violations) into these repos,
>> >>
>> >> For a while, anyway.
>> >>
>> >> you will need to edit your .git/config for your copy of the
>> >> cerowrt-luci and ceropackages repos to append a -3.3 to
>> >> point to the right renamed repos on github.
>> >>
>> >> I have also frozen the copy of the openwrt package database:
>> >>
>> >> git clone git://github.com/dtaht/cerowrt-packages-3.3.git
>> >>
>> >> You will want to edit your feeds.conf to point to that rather than
>> >> 'packages'.
>> >>
>> >> As freezes go, this is still kind of a dairy queen kind of soft freeze,
>> >> there's a couple things left to land.
>> >>
>> >> I have pushed out the current patch set for 3.3.4-4. While I continue
>> >> to
>> >> battle bug #379 I'm pretty happy with it under normal use.
>> >>
>> >> --
>> >> Dave Täht
>> >> SKYPE: davetaht
>> >> US Tel: 1-239-829-5608
>> >> http://www.bufferbloat.net
>> >> _______________________________________________
>> >> Cerowrt-devel mailing list
>> >> Cerowrt-devel@lists.bufferbloat.net
>> >> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>> >
>> >
>>
>>
>>
>> --
>> Dave Täht
>> SKYPE: davetaht
>> US Tel: 1-239-829-5608
>> http://www.bufferbloat.net
>
>



-- 
Dave Täht
SKYPE: davetaht
US Tel: 1-239-829-5608
http://www.bufferbloat.net

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Cerowrt-devel] freezing cerowrt-3.3
  2012-05-01 17:52       ` Dave Taht
@ 2012-05-01 19:11         ` Maciej Soltysiak
  2012-05-01 21:50           ` Dave Taht
  0 siblings, 1 reply; 8+ messages in thread
From: Maciej Soltysiak @ 2012-05-01 19:11 UTC (permalink / raw)
  To: Dave Taht; +Cc: cerowrt-devel

[-- Attachment #1: Type: text/plain, Size: 1559 bytes --]

On Tue, May 1, 2012 at 7:52 PM, Dave Taht <dave.taht@gmail.com> wrote:

> On Tue, May 1, 2012 at 10:40 AM, Maciej Soltysiak <maciej@soltysiak.com>
> wrote:
> > Another breakage for me is gnugol-1.0:
> >
> > Checking out files from git repository...
> > Cloning into 'gnugol-1.0'...
> > Permission denied (publickey).
> > fatal: The remote end hung up unexpectedly
> >
> > Any idea is that something caused by the git repo or keys at my end? It
> > asked me to accept the key and I did but it doesn't seem to go further.
>
> My bad, the makefile for that one used the r/w repo. I've pushed that
> out to ceropackages, please do a git pull, and a feeds update.
>
> It worked, thanks.
It got stuck again with polipo. Had to change from 1.0.5.0 to 1.0.4.1.


> I note that I wrote gnugol a few years back, primarily to make my google
> interface to emacs saner. Never really finished the .el code, but I do
> find it useful
> in the general case, much as I find 'ping', traceroute, and whois useful.
>
> It also has a bing backend.
>
> see http://gnugol.taht.net/
>
> Yeah, I've seen it, didn't test it yet, will check it out :)


> There's also a comprehensive man page.
>
> It's obviously not critical to cerowrt it be in there, either!!

True, but what the hell :)

> I
> wrote it, I love it, (particularly in emacs), it's really tiny, and I
> wish I could work on the distributed backend for it, in some far off
> day when ENOTIME is not an error I return.
>
> Hm, has anyone who started throwing ENOTIME ever recovered? I wish you
luck! ;-)

Regards,
Maciej

[-- Attachment #2: Type: text/html, Size: 2500 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Cerowrt-devel] freezing cerowrt-3.3
  2012-05-01 19:11         ` Maciej Soltysiak
@ 2012-05-01 21:50           ` Dave Taht
  0 siblings, 0 replies; 8+ messages in thread
From: Dave Taht @ 2012-05-01 21:50 UTC (permalink / raw)
  To: Maciej Soltysiak; +Cc: cerowrt-devel

On Tue, May 1, 2012 at 12:11 PM, Maciej Soltysiak <maciej@soltysiak.com> wrote:
> On Tue, May 1, 2012 at 7:52 PM, Dave Taht <dave.taht@gmail.com> wrote:
>>
>> On Tue, May 1, 2012 at 10:40 AM, Maciej Soltysiak <maciej@soltysiak.com>
>> wrote:
>> > Another breakage for me is gnugol-1.0:
>> >
>> > Checking out files from git repository...
>> > Cloning into 'gnugol-1.0'...
>> > Permission denied (publickey).
>> > fatal: The remote end hung up unexpectedly
>> >
>> > Any idea is that something caused by the git repo or keys at my end? It
>> > asked me to accept the key and I did but it doesn't seem to go further.
>>
>> My bad, the makefile for that one used the r/w repo. I've pushed that
>> out to ceropackages, please do a git pull, and a feeds update.
>>
> It worked, thanks.
> It got stuck again with polipo. Had to change from 1.0.5.0 to 1.0.4.1.

The git repo that was in is down.I have updated ceropackages to point
at the github mirror. It builds.

So far as I know pulling from git head fixed

http://www.bufferbloat.net/issues/268

But haven't confirmed of late.

Thanks for building!

>
>>
>> I note that I wrote gnugol a few years back, primarily to make my google
>> interface to emacs saner. Never really finished the .el code, but I do
>> find it useful
>> in the general case, much as I find 'ping', traceroute, and whois useful.
>>
>> It also has a bing backend.
>>
>> see http://gnugol.taht.net/
>>
> Yeah, I've seen it, didn't test it yet, will check it out :)
>
>>
>> There's also a comprehensive man page.

I LOVED writing that man page.

>> It's obviously not critical to cerowrt it be in there, either!!
>
> True, but what the hell :)
>>
>> I
>> wrote it, I love it, (particularly in emacs), it's really tiny, and I
>> wish I could work on the distributed backend for it, in some far off
>> day when ENOTIME is not an error I return.
>>
> Hm, has anyone who started throwing ENOTIME ever recovered? I wish you luck!
> ;-)

been throwing ENEEDSURF a lot lately.

>
> Regards,
> Maciej



-- 
Dave Täht
SKYPE: davetaht
US Tel: 1-239-829-5608
http://www.bufferbloat.net

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-05-01 21:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-01  8:19 [Cerowrt-devel] freezing cerowrt-3.3 Dave Taht
2012-05-01 11:48 ` Maciej Soltysiak
2012-05-01 12:24   ` Ketan Kulkarni
2012-05-01 12:25   ` Dave Taht
2012-05-01 17:40     ` Maciej Soltysiak
2012-05-01 17:52       ` Dave Taht
2012-05-01 19:11         ` Maciej Soltysiak
2012-05-01 21:50           ` Dave Taht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox