Saturday, July 30, 2005

First Gentoo council election

As the polls are about to open for the election of the first Gentoo council, I
thought I'd take the opportunity to share my thoughts about the council. Since
I'm one of the election officials, I need to remain impartial, but at the same
time I'm the person who created the blasted thing, so I feel like I should also
state my opinions about what I think the council should be.


My hope is that the soon-to-be-elected council will represent the best of
Gentoo. These people should be wise in the ways of Gentoo, first and foremost.
It is the council who will set gentoo-wide policy, and thus hard-earned
knowledge of what works, what doesn't, and why things do or don't work seems
essential.


The new council members should be trusted and respected by a large swath of the
community. The council sets policy, but policy is useless if devs refuse to
follow it, which is likely if the council members are not trusted by the devs
to know what they're doing. A trusted and respected council, on the other hand,
will have the "moral authority" of having been elected by their peers to enact
sane and essential policies. Presumably such trust and respect comes from
having a track record of significant accomplishments within Gentoo.


Besides being accomplished, the new council members also need to be dedicated.
Although I don't expect serving on the council to be an immense amount of work,
it does require that the council members hold at least one open meeting per
month, and all council members are expected to attend (or provide a proxy).
That's really the minimum requirement, though. The real measure of a council is
going to be the council's ability to keep Gentoo moving on track. Right now a
number of projects are stalled because they require cross-project decisions to
be made, and that desperately needs to end.


The new council members need to have vision. As members of the first Gentoo
council, these members will set the tone for councils to come. To a significant
extent, the success or failure of this new metastrucure depends on the
accomplishments (or lack thereof) of this new council.


Best of luck to all of the nominees.


Running a condorcet election

Here's a quick write-up on what needs to be done (from a technical standpoint)
to run one of the Gentoo Condorcet elections. Since these elections are ones
that only involve Gentoo devs, we handle authentication by the simple process
of running the election on dev.gentoo.org, collecting and counting the ballots
that eligible devs create and store in their home directories on that machine.


We use agriffis's code to handle ballot distribution and vote collection and
counting, and that code lives in ~agriffis on d.g.o. The necessary code is
~agriffis/votify (which uses ~agriffis/elections/Votify.pm) and
~agriffis/countify. An election needs three files to run: ballot-$name
(where $name is the name of the election--"council2005" in the most recent
case), a randomized version of which will be distributed to voters,
officials-$name which lists the voting officials (specifically the Gentoo
usernames of the officials, one per line), and voters-$name which lists
eligible voters (again listing the usernames of the voters, one per line). This
last list is generally obtained from devrel, although for a gentoo-wide vote
getent passwd | cut -d: -f1 > voters-$name suffices. One also needs to
touch the files start-$name and stop-$name with the start and stop
dates (and times) for the election. Currently all of these files must reside
in ~agriffis/elections, but that will hopefully change when somebody has a
bit of time to put into doing some recoding. All of this is done before the
polls open, and infra copies or links /usr/local/bin/votify from
~agriffis/votify (if the link doesn't already exist), but nothing needs to
be done to officially "open" or "close" the polls, since that's what the
start-$name and stop-$name files are for.


After the polls close, somebody from infra runs (as root on d.g.o) perl
~agriffis/countify --collect $name
to collect all of the ballots. Then each
official runs perl ~agriffis/countify --rank $name to count the ballots.
Not only are the results reported (of course), but the master ballot (which
resides in the officials' results-$name directory as master-$name) is
mailed out. Also, voting confirmation e-mails are mailed out, which agriffis
has done using the following one-liner from the results-$name directory:



while read num user; do grep -q "confirmation $num" master-$name
|| continue; (echo "To: $user@gentoo.org"; sed
"s/^INSERT.*/Your confirmation number is $num./" email; )
| /usr/lib/sendmail -oi $user@gentoo.org; done < confs-$name

So far I've spent about five minutes getting this upcoming election ready to
go. Thanks, agriffis!


Saturday, May 21, 2005

Taking a break

Well, we have signed copyright and trademark transfer agreements now, but
I don't know if we've managed to resolve the issue about the copyright
assignment forms that some devs signed. Time will tell, I'm sure.


Meanwhile, in my roles as trustee and ombudsman it seems that I'm doing
a pretty good job of irritating all sides of a number of disputes while
actually accomplishing essentially zip. so I think it's time for a break.


Back in a week or so.


Wednesday, April 13, 2005

Foundation stuff

Every now and then I remember that I'm a Gentoo Foundation trustee, and I do
some actual work to that effect. We now have an actual bank account with
money in it, and I even have a debit card from the bank. Unfortunately, it
seems that our bank and PayPal don't play well together. Worse, our bank
requires a US social security number for anybody who can access the account,
which is not exactly helpful for our non-US trustees. So, if anybody has a
favorite bank that can easily be accessed online, allows read-only (or other
limited) access, and works well across national borders, please do let us
know.


I've also been pushing to get some sort of membership policy for the
Foundation. We need to hold elections for a new board of trustees within a
month after the Foundation's date of incorporation, and that means by
mid-June. To elect a new board we really need to have members. So that begs
the question, who should be a member? There's a straw poll being taken now,
and we'll see what it has to say.


In my spare time, I've been working on getting a copyright transfer agreement
put together so that Gentoo Technologies, Inc can transfer copyrights (and
also some trademarks, some equipment, and a smattering of domain names for
good measure) to the Gentoo Foundation, Inc (the non-profit). It looks like
we're reaching a consensus there between the trustees and Gentoo Technologies.
I don't suggest holding one's breath, but I think we're almost there.


Thursday, March 31, 2005

1 April 2005

Yes, it's 1 April. No, whatever you're reading probably isn't true.


Monday, March 14, 2005

Differences between Sourcemage and Gentoo

Thanks to ferringb's blog post
(http://dev.gentoo.org/~ferringb/blog/archives/2005-03.html#e2005-03-14T18_03_31.txt"),
I just finished reading the page on the Sourcemage wiki that describes the
differences
between Sourcemage and Gentoo. It certainly makes for interesting
reading. I opened a bug
("http://bugs.gentoo.org/show_bug.cgi?id=1184") almost exactly
three years ago suggesting that we should implement some of the better ideas
from Sorcerer Linux, some of which are still lacking in portage. It's quite
clear that Sorcerer and its decendants have some quite good ideas.
It seems a shame that the Sourcemage Gentoo diffs page seems to be a bit
biased, since I would be very interested in an objective comparison of the
distros.


Thursday, March 10, 2005

GLEP overreaction

Yes, I definitely overreacted
to obz's
(http://dev.gentoo.org/~obz/blog/archives/2005-03-11T00_32_59.html)
post. Mike, I apologize profusely.


We're due to have a real discussion about GLEPs. I'll get it started on the
-dev mailing list shortly.


Contributors

Label Cloud