9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] central list of bugs
@ 2008-10-27  8:39 Rudolf Sykora
  2008-10-27 11:13 ` hiro
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Rudolf Sykora @ 2008-10-27  8:39 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello,

is there any central place, where there is a list of known
bugs/potential bugs that sould be corrected/thought about?

During my short play with plan9 I encountered several bugs/bug-like
cases. They were marginally discussed in this forum, too, amongs those
are:

-- an obvious bug with selecting an already closed hiden window in a rio menu
-- questionable behaviour of acme/sam not scrolling in the case 'Edit
/old/c/new/'

Maybe some others.
For me it'd be interesting to see such a list.

Ruda



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

* Re: [9fans] central list of bugs
  2008-10-27  8:39 [9fans] central list of bugs Rudolf Sykora
@ 2008-10-27 11:13 ` hiro
  2008-10-27 12:20 ` Steve Simon
  2008-10-30 15:51 ` [9fans] central list of bugs Enrico Weigelt
  2 siblings, 0 replies; 11+ messages in thread
From: hiro @ 2008-10-27 11:13 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

i think it was something like /dev/null :D

On Mon, Oct 27, 2008 at 9:39 AM, Rudolf Sykora <rudolf.sykora@gmail.com> wrote:
> Hello,
>
> is there any central place, where there is a list of known
> bugs/potential bugs that sould be corrected/thought about?
>
> During my short play with plan9 I encountered several bugs/bug-like
> cases. They were marginally discussed in this forum, too, amongs those
> are:
>
> -- an obvious bug with selecting an already closed hiden window in a rio menu
> -- questionable behaviour of acme/sam not scrolling in the case 'Edit
> /old/c/new/'
>
> Maybe some others.
> For me it'd be interesting to see such a list.
>
> Ruda
>
>



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

* Re: [9fans] central list of bugs
  2008-10-27  8:39 [9fans] central list of bugs Rudolf Sykora
  2008-10-27 11:13 ` hiro
@ 2008-10-27 12:20 ` Steve Simon
  2008-10-27 13:26   ` [9fans] central list of bugs [replica] erik quanstrom
  2008-10-30 15:51 ` [9fans] central list of bugs Enrico Weigelt
  2 siblings, 1 reply; 11+ messages in thread
From: Steve Simon @ 2008-10-27 12:20 UTC (permalink / raw)
  To: 9fans

There is an errata page on the wiki, however
I doubt there is anyone looking at this and fixing
the bugs.

The bottom line is if you discover a bug, and it anoys you,
fix it (you have the source). If you are feeling friendly
submit a patch.

Sorry if this seems harsh, but there is no support team behind
Plan9. I am sure we would all be delighted if somone was willing
to spend their time doing arbitary plan9 bug fixes, but I don't
know of such a person.

-Steve



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

* Re: [9fans] central list of bugs [replica]
  2008-10-27 12:20 ` Steve Simon
@ 2008-10-27 13:26   ` erik quanstrom
  0 siblings, 0 replies; 11+ messages in thread
From: erik quanstrom @ 2008-10-27 13:26 UTC (permalink / raw)
  To: 9fans

about the replica bug

> There is an errata page on the wiki, however
> I doubt there is anyone looking at this and fixing
> the bugs.
>
> The bottom line is if you discover a bug, and it anoys you,
> fix it (you have the source). If you are feeling friendly
> submit a patch.

in order to pull the history from the old 32-bit fileserver at
Coraid to the new 64-bit diskless one, i fixed the problem
with replica mentioned on the errata page.  there are also
a few bonus go-fast tricks, including copying only the tail
of append-only files.  the old fs was quite slow.  the source
code is in /n/sources/contrib/quanstro/src/replica and the
note how how i migrated history is here
http://www.quanstro.net/plan9/history.pdf

in addition to cphist, i modified applylog and friends to
deal with directories changing to files and a few other
wierd corner cases that a 5-year-old fs with many users
grows.

the go-fast tricks (which were necessary — the migration
still took two weeks) are the reason cphist is not in the
distribution.

- erik




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

* Re: [9fans] central list of bugs
  2008-10-27  8:39 [9fans] central list of bugs Rudolf Sykora
  2008-10-27 11:13 ` hiro
  2008-10-27 12:20 ` Steve Simon
@ 2008-10-30 15:51 ` Enrico Weigelt
  2008-10-31  4:42   ` Uriel
  2008-10-31 12:53   ` Eric Van Hensbergen
  2 siblings, 2 replies; 11+ messages in thread
From: Enrico Weigelt @ 2008-10-30 15:51 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

* Rudolf Sykora <rudolf.sykora@gmail.com> wrote:

Hi folks,

> is there any central place, where there is a list of known
> bugs/potential bugs that sould be corrected/thought about?

A bug tracker would be fine.
If the community's interested, I could setup some issue tracker
(bugzilla ? trac ?)


cu
--
----------------------------------------------------------------------
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 cellphone: +49 174 7066481   email: info@metux.de   skype: nekrad666
----------------------------------------------------------------------
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
----------------------------------------------------------------------



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

* Re: [9fans] central list of bugs
  2008-10-30 15:51 ` [9fans] central list of bugs Enrico Weigelt
@ 2008-10-31  4:42   ` Uriel
  2008-10-31  9:24     ` Rudolf Sykora
  2008-10-31 12:53   ` Eric Van Hensbergen
  1 sibling, 1 reply; 11+ messages in thread
From: Uriel @ 2008-10-31  4:42 UTC (permalink / raw)
  To: weigelt, Fans of the OS Plan 9 from Bell Labs

The 'community' (whatever that is) is not interested.

uriel

On Thu, Oct 30, 2008 at 4:51 PM, Enrico Weigelt <weigelt@metux.de> wrote:
> * Rudolf Sykora <rudolf.sykora@gmail.com> wrote:
>
> Hi folks,
>
>> is there any central place, where there is a list of known
>> bugs/potential bugs that sould be corrected/thought about?
>
> A bug tracker would be fine.
> If the community's interested, I could setup some issue tracker
> (bugzilla ? trac ?)
>
>
> cu
> --
> ----------------------------------------------------------------------
>  Enrico Weigelt, metux IT service -- http://www.metux.de/
>
>  cellphone: +49 174 7066481   email: info@metux.de   skype: nekrad666
> ----------------------------------------------------------------------
>  Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
> ----------------------------------------------------------------------
>
>



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

* Re: [9fans] central list of bugs
  2008-10-31  4:42   ` Uriel
@ 2008-10-31  9:24     ` Rudolf Sykora
  2008-10-31 11:04       ` Laurent Malvert
  0 siblings, 1 reply; 11+ messages in thread
From: Rudolf Sykora @ 2008-10-31  9:24 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> The 'community' (whatever that is) is not interested.
>
> uriel

How can this man talk for others?!
Ruda

I have a strong believe that without some central bug-tracking (so
that anybody can know about where there is a bug) this project will
only stay where it is.



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

* Re: [9fans] central list of bugs
  2008-10-31  9:24     ` Rudolf Sykora
@ 2008-10-31 11:04       ` Laurent Malvert
  0 siblings, 0 replies; 11+ messages in thread
From: Laurent Malvert @ 2008-10-31 11:04 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Fri, Oct 31, 2008 at 21:24, Rudolf Sykora <rudolf.sykora@gmail.com> wrote:
>> The 'community' (whatever that is) is not interested.
>>
>> uriel
>
> How can this man talk for others?!

it's a tradition.
Or he might be making an attempt at a (bad) joke, pretending to be the only
member of the community. Or he was just grumpy. having not had his
morning coffee. Go figure.


> I have a strong believe that without some central bug-tracking (so
> that anybody can know about where there is a bug) this project will
> only stay where it is.

unfortunately, I am afraid you might most probably be right.

My recommendation would be that if you want to do it, then just do it.
Fire up the issue tracker, and give the link to the tracker here.
If some people use it, then it's great. If they don't, at least you tried.

Plan 9 fans are either really reactive and enthusiastic, or really dull and
annoying. (sorry folks. Though I rarely interact on this list, I used to
have a great time reading it. But the past year has seen it be crippled by
useless and childish bashing, shadowing half of the interesting threads.
my hats off to the people who are helpful around here, and not only by
means of their technical expertise).
Just don't let the latter take your motivation away, and don't hold your
breath when you expect a reaction.

Thanks for suggesting something constructive.

--
Laurent Malvert [laurent.malvert@gmail.com]



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

* Re: [9fans] central list of bugs
  2008-10-30 15:51 ` [9fans] central list of bugs Enrico Weigelt
  2008-10-31  4:42   ` Uriel
@ 2008-10-31 12:53   ` Eric Van Hensbergen
  2008-11-01 18:57     ` Enrico Weigelt
  1 sibling, 1 reply; 11+ messages in thread
From: Eric Van Hensbergen @ 2008-10-31 12:53 UTC (permalink / raw)
  To: weigelt, Fans of the OS Plan 9 from Bell Labs

On Thu, Oct 30, 2008 at 10:51 AM, Enrico Weigelt <weigelt@metux.de> wrote:
> * Rudolf Sykora <rudolf.sykora@gmail.com> wrote:
>
> Hi folks,
>
>> is there any central place, where there is a list of known
>> bugs/potential bugs that sould be corrected/thought about?
>
> A bug tracker would be fine.
> If the community's interested, I could setup some issue tracker
> (bugzilla ? trac ?)
>

I think its a great idea.  Folks seem to make good use of the
inferno-os bug tracker.  I took the initiative and setup a google code
project to serve this purpose:

         http://code.google.com/p/plan9-os

             -eric



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

* Re: [9fans] central list of bugs
  2008-10-31 12:53   ` Eric Van Hensbergen
@ 2008-11-01 18:57     ` Enrico Weigelt
  2008-11-01 19:35       ` Eric Van Hensbergen
  0 siblings, 1 reply; 11+ messages in thread
From: Enrico Weigelt @ 2008-11-01 18:57 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

* Eric Van Hensbergen <ericvh@gmail.com> wrote:

> I think its a great idea.  Folks seem to make good use of the
> inferno-os bug tracker.  I took the initiative and setup a google code
> project to serve this purpose:
>
>          http://code.google.com/p/plan9-os

Great. Perhaps you could add separate categories for several
projects, eg. v9fs, libmixp, etc.

For some strange reason, I can't create tickets - it always wants
me to re-login endlessly (even I am already logged-in) :(


cu
--
----------------------------------------------------------------------
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 cellphone: +49 174 7066481   email: info@metux.de   skype: nekrad666
----------------------------------------------------------------------
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
----------------------------------------------------------------------



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

* Re: [9fans] central list of bugs
  2008-11-01 18:57     ` Enrico Weigelt
@ 2008-11-01 19:35       ` Eric Van Hensbergen
  0 siblings, 0 replies; 11+ messages in thread
From: Eric Van Hensbergen @ 2008-11-01 19:35 UTC (permalink / raw)
  To: weigelt, Fans of the OS Plan 9 from Bell Labs

On Sat, Nov 1, 2008 at 1:57 PM, Enrico Weigelt <weigelt@metux.de> wrote:
> * Eric Van Hensbergen <ericvh@gmail.com> wrote:
>
>> I think its a great idea.  Folks seem to make good use of the
>> inferno-os bug tracker.  I took the initiative and setup a google code
>> project to serve this purpose:
>>
>>          http://code.google.com/p/plan9-os
>
> Great. Perhaps you could add separate categories for several
> projects, eg. v9fs, libmixp, etc.
>

Ah - well, that's sort of a different topic.  v9fs for instance, has
its own bug-tracking as part of kernel.org.  I'm uncertain of whether
the various server/client implementations maintain their own tracker.
It does make some sense to have some sort of central repository for
such bugs as in many cases the symptom of the problem can't be
isolated to a component (v9fs versus the server for instance) very
easily.  I'm less sure of how to deal with this in an appropriate
fashion though...  Suggestions welcome, I suppose we could include a
category for such outside tools in plan9-os, but I was thinking it was
more of a Plan 9 proper bug reporting facility.

> For some strange reason, I can't create tickets - it always wants
> me to re-login endlessly (even I am already logged-in) :(

Weird, I didn't have a problem -- I'll verify that permissions are
setup to let anyone post issues.  Anyone wanting access to the project
just email me and I'll be happy to add you.

        -eric



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

end of thread, other threads:[~2008-11-01 19:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-27  8:39 [9fans] central list of bugs Rudolf Sykora
2008-10-27 11:13 ` hiro
2008-10-27 12:20 ` Steve Simon
2008-10-27 13:26   ` [9fans] central list of bugs [replica] erik quanstrom
2008-10-30 15:51 ` [9fans] central list of bugs Enrico Weigelt
2008-10-31  4:42   ` Uriel
2008-10-31  9:24     ` Rudolf Sykora
2008-10-31 11:04       ` Laurent Malvert
2008-10-31 12:53   ` Eric Van Hensbergen
2008-11-01 18:57     ` Enrico Weigelt
2008-11-01 19:35       ` Eric Van Hensbergen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).