Goals
by Máirín Duffy
Hi,
What goals would you like to see this group try to accomplish?
Here's one from me:
- 10 women active in Fedora syndicated on http://fedoraproject.org/people.
~m
17 years, 4 months
I/O Errors on the Fedora site...
by Erica Muxlow (TTNET)
Hello All,
I'm trying to look for more details on specific projects that I can
contribute to and am running into errors on the site. 10pm CST doesn't
seem like it would be a normal maintenance window...
Where should I report this? Does it make sense to send it to the
regular Fedora Bugzilla?
The following error messages occur when attempting to navigate to these
four links: (I've included only one example)
http://fedoraproject.org/wiki/Core/Schedule
http://fedoraproject.org/wiki/Distribution/Download
http://fedoraproject.org/wiki/Communicate
http://fedoraproject.org/wiki/Extras
Errors:
IOError[Errno 5] Input/output error
Please include this information in your bug reports!:
Python Python 2.2.3: /usr/bin/python
Linux fedora.linux.duke.edu 2.4.21-32.0.1.ELsmp #1 SMP Wed May 25
14:26:33 EDT 2005 i686
MoinMoin Release 1.3.4 [Revision 1.3.4 release]
Thu Aug 3 22:56:41 2006
A problem occurred in a Python script. Here is the sequence of function
calls leading up to the error, in the order they occurred.
/usr/lib/python2.2/site-packages/MoinMoin/request.py in
run(self=<MoinMoin.request.RequestCGI instance>)
916 else:
917 try:
918 cgitb.Hook(file=self).handle(saved_exc)
919 # was: cgitb.handler()
920 except:
cgitb = <module 'MoinMoin.support.cgitb' from
'/usr/lib/python2.2/site-packages/MoinMoin/support/cgitb.pyc'>,
cgitb.Hook = <class MoinMoin.support.cgitb.Hook>, file undefined, self =
<MoinMoin.request.RequestCGI instance>, ).handle undefined, saved_exc =
(<class exceptions.IOError>, <exceptions.IOError instance>, <traceback
object>)
/usr/lib/python2.2/site-packages/MoinMoin/Page.py in
send_page(self=<MoinMoin.Page.Page instance>,
request=<MoinMoin.request.RequestCGI instance>, msg='',
**keywords={'count_hit': 1})
924 # count hit?
925 if keywords.get('count_hit', 0):
926 eventlog.EventLog(request).add(request, 'VIEWPAGE',
{'pagename': self.page_name})
927
928 # load the text
global eventlog = <module 'MoinMoin.logfile.eventlog' from
'/usr/l...2.2/site-packages/MoinMoin/logfile/eventlog.pyc'>,
eventlog.EventLog = <class MoinMoin.logfile.eventlog.EventLog>, request
= <MoinMoin.request
17 years, 4 months
RE: Fedora-women-list Digest, Vol 2, Issue 3
by Erica Muxlow (TTNET)
Hello All,
I'm trying to look for more details on specific projects that I can
contribute to and am running into errors on the site. 10pm CST doesn't
seem like it would be a normal maintenance window...
Where should I report this? Does it make sense to send it to the
regular Fedora Bugzilla?
The following error messages occur when attempting to navigate to these
three links: (I've included only one example)
http://fedoraproject.org/wiki/Core/Schedule
http://fedoraproject.org/wiki/Distribution/Download
http://fedoraproject.org/wiki/Communicate
IOError[Errno 5] Input/output error
Please include this information in your bug reports!:
Python Python 2.2.3: /usr/bin/python
Linux fedora.linux.duke.edu 2.4.21-32.0.1.ELsmp #1 SMP Wed May 25
14:26:33 EDT 2005 i686
MoinMoin Release 1.3.4 [Revision 1.3.4 release]
Thu Aug 3 22:56:41 2006
A problem occurred in a Python script. Here is the sequence of function
calls leading up to the error, in the order they occurred.
/usr/lib/python2.2/site-packages/MoinMoin/request.py
<file:///\\usr\lib\python2.2\site-packages\MoinMoin\request.py> in
run(self=<MoinMoin.request.RequestCGI instance>)
916 else:
917 try:
918 cgitb.Hook(file=self).handle(saved_exc)
919 # was: cgitb.handler()
920 except:
cgitb = <module 'MoinMoin.support.cgitb' from
'/usr/lib/python2.2/site-packages/MoinMoin/support/cgitb.pyc'>,
cgitb.Hook = <class MoinMoin.support.cgitb.Hook>, file undefined, self =
<MoinMoin.request.RequestCGI instance>, ).handle undefined, saved_exc =
(<class exceptions.IOError>, <exceptions.IOError instance>, <traceback
object>)
/usr/lib/python2.2/site-packages/MoinMoin/Page.py
<file:///\\usr\lib\python2.2\site-packages\MoinMoin\Page.py> in
send_page(self=<MoinMoin.Page.Page instance>,
request=<MoinMoin.request.RequestCGI instance>, msg='',
**keywords={'count_hit': 1})
924 # count hit?
925 if keywords.get('count_hit', 0):
926 eventlog.EventLog(request).add(request, 'VIEWPAGE',
{'pagename': self.page_name})
927
928 # load the text
global eventlog = <module 'MoinMoin.logfile.eventlog' from
'/usr/l...2.2/site-packages/MoinMoin/logfile/eventlog.pyc'>,
eventlog.EventLog = <class MoinMoin.logfile.eventlog.EventLog>, request
= <MoinMoin.request.RequestCGI instance>, ).add undefined, self =
<MoinMoin.Page.Page instance>, self.page_name = u'Communicate'
/usr/lib/python2.2/site-packages/MoinMoin/logfile/eventlog.py
<file:///\\usr\lib\python2.2\site-packages\MoinMoin\logfile\eventlog.py>
in add(self=<MoinMoin.logfile.eventlog.EventLog instance>,
request=<MoinMoin.request.RequestCGI instance>, eventtype='VIEWPAGE',
values='pagename=Communicate&HTTP_USER_AGENT=Mozilla%2F5...hat.com%2FCon
tribute%2F&REMOTE_ADDR=65.199.113.40', add_http_info=1,
mtime_usecs=1154660200897173L)
43 # Encode values in a query string TODO: use more reaable
format
44 values = web.makeQueryString(values)
45 self._add(u"%d\t%s\t%s\n" % (mtime_usecs, eventtype,
values))
46
47 def parser(self, line):
self = <MoinMoin.logfile.eventlog.EventLog instance>, self._add = <bound
method EventLog._add of <MoinMoin.logfile.eventlog.EventLog instance>>,
mtime_usecs = 1154660200897173L, eventtype = 'VIEWPAGE', values =
'pagename=Communicate&HTTP_USER_AGENT=Mozilla%2F5...hat.com%2FContribute
%2F&REMOTE_ADDR=65.199.113.40'
/usr/lib/python2.2/site-packages/MoinMoin/logfile/logfile.py
<file:///\\usr\lib\python2.2\site-packages\MoinMoin\logfile\logfile.py>
in _add(self=<MoinMoin.logfile.eventlog.EventLog instance>,
line=u'1154660200897173\tVIEWPAGE\tpagename=Communicate&H...at.com%2FCon
tribute%2F&REMOTE_ADDR=65.199.113.40\n')
375 """
376 if line != None:
377 if line[-1] != '\n':
378 line += '\n'
379 self._output.write(line)
self = <MoinMoin.logfile.eventlog.EventLog instance>, self._output =
<open file '/srv/web/wiki/data/event-log', mode 'ab'>,
self._output.write = <bound method StreamReaderWriter.write of <open
file '/srv/web/wiki/data/event-log', mode 'ab'>>, line =
u'1154660200897173\tVIEWPAGE\tpagename=Communicate&H...at.com%2FContribu
te%2F&REMOTE_ADDR=65.199.113.40\n'
/usr/lib/python2.2/codecs.py <file:///\\usr\lib\python2.2\codecs.py>
in write(self=<open file '/srv/web/wiki/data/event-log', mode 'ab'>,
data=u'1154660200897173\tVIEWPAGE\tpagename=Communicate&H...at.com%2FCon
tribute%2F&REMOTE_ADDR=65.199.113.40\n')
336 def write(self, data):
337
338 return self.writer.write(data)
339
340 def writelines(self, list):
self = <open file '/srv/web/wiki/data/event-log', mode 'ab'>,
self.writer = <open file '/srv/web/wiki/data/event-log', mode 'ab'>,
self.writer.write = <bound method StreamWriter.write of <open file
'/srv/web/wiki/data/event-log', mode 'ab'>>, data =
u'1154660200897173\tVIEWPAGE\tpagename=Communicate&H...at.com%2FContribu
te%2F&REMOTE_ADDR=65.199.113.40\n'
/usr/lib/python2.2/codecs.py <file:///\\usr\lib\python2.2\codecs.py>
in write(self=<open file '/srv/web/wiki/data/event-log', mode 'ab'>,
object=u'1154660200897173\tVIEWPAGE\tpagename=Communicate&H...at.com%2FC
ontribute%2F&REMOTE_ADDR=65.199.113.40\n')
136 """
137 data, consumed = self.encode(object, self.errors)
138 self.stream.write(data)
139
140 def writelines(self, list):
self = <open file '/srv/web/wiki/data/event-log', mode 'ab'>,
self.stream = <open file '/srv/web/wiki/data/event-log', mode 'ab'>,
self.stream.write = <built-in method write of file object>, data =
'1154660200897173\tVIEWPAGE\tpagename=Communicate&H...at.com%2FContribut
e%2F&REMOTE_ADDR=65.199.113.40\n'
IOError: [Errno 5] Input/output error
__doc__ = 'I/O operation failed.'
__getitem__ = <bound method IOError.__getitem__ of
<exceptions.IOError instance>>
__init__ = <bound method IOError.__init__ of <exceptions.IOError
instance>>
__module__ = 'exceptions'
__str__ = <bound method IOError.__str__ of <exceptions.IOError
instance>>
args = (5, 'Input/output error')
errno = 5
filename = None
strerror = 'Input/output error'
17 years, 4 months
Re: Fedora seeks women RE: Fedora seeks women developers
by Jeanette Russo
----- Original Message ----
From: fedora-women-list-request(a)redhat.com
To: fedora-women-list(a)redhat.com
Sent: Wednesday, August 2, 2006 9:00:18 AM
Subject: Fedora-women-list Digest, Vol 2, Issue 2
Send Fedora-women-list mailing list submissions to
fedora-women-list(a)redhat.com
To subscribe or unsubscribe via the World Wide Web, visit
https://www.redhat.com/mailman/listinfo/fedora-women-list
or, via email, send a message with subject or body 'help' to
fedora-women-list-request(a)redhat.com
You can reach the person managing the list at
fedora-women-list-owner(a)redhat.com
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Fedora-women-list digest..."
I think this is a good idea to have an out front spokesperson to
represent the group.
It seems like we could use some leadership also to develop a plan
and to assign tasks
Jeanette Russo
1. Re: [Fedora-marketing-list] Fedora seeks women developers
(Greg DeKoenigsberg)
----------------------------------------------------------------------
Maybe some discussion on the fedora-women-list would be a good thing for
two reasons. One, women actually determine the purpose of the group; and
two, we can point to actual discourse. Because when I saw the Slashdot
article, I immediately went to the list to see what had been happening,
and it wasn't much.
--g
-------------------------------------------------------------
Greg DeKoenigsberg || Fedora Project || fedoraproject.org
Be an Ambassador || http://fedoraproject.org/wiki/Ambassadors
-------------------------------------------------------------
------------------------------
_______________________________________________
Fedora-women-list mailing list
Fedora-women-list(a)redhat.com
https://www.redhat.com/mailman/listinfo/fedora-women-list
End of Fedora-women-list Digest, Vol 2, Issue 2
***********************************************
17 years, 4 months
Re: [Fedora-marketing-list] Fedora seeks women developers
by Máirín Duffy
On Aug 1, 2006, at 9:41 AM, Greg DeKoenigsberg wrote:
>
> On Tue, 1 Aug 2006, Rahul wrote:
>
>> Hi
>>
>> A rather narrow interpretation and IMO misleading opinion on what the
>> project aims. We are trying to bring out the already existing
>> community
>> to encourage the awareness and the community is not limited to
>> developers or coders at all. Patrick, you might want to send a
>> response
>> back.
>>
>> http://news.zdnet.co.uk/software/developer/0,39020387,39280223,00.htm
>
> We leave ourselves open to misinterpretation when we launch a
> project with
> vague goals, and then announce it to the world.
>
> Still, I'm of the mind that any press is good press. Now we need to
> figure out how to capitalize on it.
>
> Having an actual *woman* speaking on behalf of Fedora Women might be a
> good start, in fact. And if we can't find a woman who's willing to do
> it... well, that indicates another problem, doesn't it?
I would be willing to do it, who should I talk to?
Should we discuss this on the fedora-women-list; maybe some of the
other women on the list would be like to say something in response as
well?
~m
17 years, 4 months