Looking for GSoC Mentors
by Toshio Kuratomi
Greetings all,
At today's infrastructure meeting we talked briefly about what projects we
might be able to do for GSoC. Unfortunately we quickkly ran into the hard
reality of not having any core team members with the time to mentor for GSoC
at the meeting. So we're asking the list -- is there anyone here that has
the time to mentor GSoC students? Doing so is a commitment to help refine
the project initially, to review the applications to all of Fedora to select
the best ones, to answer questions that the student has, to keep track of
the student's progress (at least enough to give them a pass fail at the
midterm and final), to help the student figure out what features they can
cut if a project goes to long or let them know if they are falling behind.
We do have some interested candidates -- so please, register your interest
in mentoring and what general area of Fedora you'd be willing to mentor for.
Then students can start working with you to come up with a good project that
can help everyone.
Thanks,
-Toshio
10 years, 8 months
comments on mentoring
by Jerzy Różański
First I think that mentoring mentioned by Toshio requires a structured
knowledge about projects fedora in the past.
Second need some experience in the implementation of environmental
objectives for the open source Google.
3rd assessment alone is not enough.
My attention, it is also a need for some kind of consultancy services.
In my case it is not, for example, python, but C / C + + - are still
opportunities to write additional modules etc.
Thank you for using the interview after the meeting: nirik, joelcox
Jerzy Rozanski (jerzyr)
10 years, 8 months
Plan for tomorrow's Fedora Infrastructure meeting (2013-03-28)
by Kevin Fenzi
The infrastructure team will be having it's weekly meeting tomorrow,
2013-03-28 at 19:00 UTC in #fedora-meeting on the freenode network.
Suggested topics:
#topic New folks introductions and Apprentice tasks.
If any new folks want to give a quick one line bio or any apprentices
would like to ask general questions, they can do so in this part of the
meeting. Don't be shy!
#topic Applications status / discussion
Check in on status of our applications: pkgdb, fas, bodhi, koji,
community, voting, tagger, packager, dpsearch, etc.
If there's new releases, bugs we need to work around or things to note.
#topic Sysadmin status / discussion
Here we talk about sysadmin related happenings from the previous week,
or things that are upcoming.
#topic Private Cloud status update / discussion
#topic Upcoming Tasks/Items
#info 2013-03-19 to 2013-03-26 - koji update
#info 2013-03-29 - spring holiday.
#info 2013-04-02 to 2013-04-16 ALPHA infrastructure freeze
#info 2013-04-15 - remove legacy-openid
#info 2013-04-16 F19 alpha release
#info 2013-05-07 to 2013-05-21 BETA infrastructure freeze
#info 2013-05-21 F19 beta release
#info 2013-05-31 end of 1st quarter
#info 2013-06-11 to 2013-06-25 FINAL infrastructure freeze.
#info 2013-06-25 F19 FINAL release
#topic Open Floor
Submit your agenda items, as tickets in the trac instance and send a
note replying to this thread.
More info here:
https://fedoraproject.org/wiki/Infrastructure/Meetings#Meetings
Thanks
kevin
10 years, 8 months
Plan for tomorrow's Fedora Infrastructure meeting (2013-03-21)
by Kevin Fenzi
The infrastructure team will be having it's weekly meeting tomorrow,
2013-03-21 at 19:00 UTC in #fedora-meeting on the freenode network.
Suggested topics:
#topic New folks introductions and Apprentice tasks.
If any new folks want to give a quick one line bio or any apprentices
would like to ask general questions, they can do so in this part of the
meeting. Don't be shy!
#topic Applications status / discussion
Check in on status of our applications: pkgdb, fas, bodhi, koji,
community, voting, tagger, packager, dpsearch, etc.
If there's new releases, bugs we need to work around or things to note.
#topic Sysadmin status / discussion
Here we talk about sysadmin related happenings from the previous week,
or things that are upcoming.
#topic Private Cloud status update / discussion
#topic Upcoming Tasks/Items
#info 2013-03-19 to 2013-03-26 - koji update
#info 2013-03-29 - spring holiday.
#info 2013-04-02 to 2013-04-16 ALPHA infrastructure freeze
#info 2013-04-15 - remove legacy-openid
#info 2013-04-16 F19 alpha release
#info 2013-05-07 to 2013-05-21 BETA infrastructure freeze
#info 2013-05-21 F19 beta release
#info 2013-05-31 end of 1st quarter
#info 2013-06-11 to 2013-06-25 FINAL infrastructure freeze.
#info 2013-06-25 F19 FINAL release
#topic Open Floor
Submit your agenda items, as tickets in the trac instance and send a
note replying to this thread.
More info here:
https://fedoraproject.org/wiki/Infrastructure/Meetings#Meetings
Thanks
kevin
10 years, 8 months
backups
by Seth Vidal
After a super-fun-time debacle restoring a single file today I'd like
to talk about our backups a bit.
Right now our backups are:
- bacula to a few central servers and then off to tape.
That seems like it is not scaling super-duper well for our size of disk
storage. It also seems like it is a wee bit cumbersome to use. :)
In the best of all possible infinite-money worlds I'd love to have
enough disk space to offer multiple snapshots of every filesystem
and/or a complete disk-to-disk copy with deduping (obnam) or with
reverse diffs (rdiff-backup). But let's assume that world is not likely
to exist and figure a few things out:
1. where are we backing up that we don't need to?
2. are there places that we can backup that really would benefit from
being a warmer-backup always available in a filesystem somewhere
3. Is there any good way to couple snapshots with our tape system to
make our backups a little simpler to deal with?
4. What level of bare metal-disaster-recovery do we actually HAVE with
our existing system and have we ever tested any of those cases?
I do not know when I will get the time to put into fixing any of these
things up - but after today it is clearly on my list of things to think
about.
-sv
10 years, 8 months
[PATCH 1/2] Fix SELinux AVCs due to restorecond and shadow.db
by Mahrud Sayrafi
From: Mahrud Sayrafi <dinovirus(a)gmail.com>
Sample AVC:
Mar 14 04:49:33 bastion01.phx2.fedoraproject.org tag_audit_log: node=10.5.126.12 type=AVC msg=audit(1363236565.099:97140): avc: denied { relabelfrom } for pid=3979 comm="restorecond" name="shadow.db" dev=dm-0 ino=1055216 scontext=system_u:system_r:restorecond_t:s0 tcontext=system_u:object_r:shadow_t:s0 tclass=file
---
configs/system/selinux/modules/fedora.te | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configs/system/selinux/modules/fedora.te b/configs/system/selinux/modules/fedora.te
index b9031f3..00d3fba 100644
--- a/configs/system/selinux/modules/fedora.te
+++ b/configs/system/selinux/modules/fedora.te
@@ -37,6 +37,7 @@ allow domain initrc_t:fifo_file write;
# This will be fixed once we fix the fasClient
auth_read_shadow(restorecond_t)
auth_relabelto_shadow(restorecond_t)
+auth_relabelfrom_shadow(restorecond_t)
allow system_mail_t httpd_sys_content_t:dir search;
dontaudit system_mail_t httpd_t:file read;
--
1.7.2.1
10 years, 8 months
Meeting Agenda Item: Introduction Uditha Bandara Wijerathna
by Uditha Bandara Wijerathna
Hello Everyone,
I'm Uditha Bandara Wijerathna from Kurunegala, Sri Lanka. I'm currently an
Ambassador, Bugzapper and Freemedia member. As an ambassador, I've done so
many events all around Sri Lanka. Also I've participated FUDCon 2012 KL as
a speaker and gave some talks including 'Fedora security best practices'.
I'm using linux for almost 12 years and Also I'm a part-time linux system
engineer. Also I'm certified as RHCE (Currently working on RHCSS and RHCDS)
and I'm pretty familiar with Mail servers, Web servers, Linux security and
Networking. I have thorough idea about Linux Kernel and Linux diver
development and done some device driver hacking :)
In development areas, I'm good at C/C++/Python and little bit Java. On free
time, I'm enjoying helping people in #fedora IRC channel.
I would like to learn more about the various technologies used in the
infrastructure. I would
Contact details are stated within the signature ;)
--
- Uditha Bandara Wijerathna -
- Fedora Project Ambassador for Sri Lanka -
- Fedora Bugs -
IRC: udinnet | Fedora Profile<https://fedoraproject.org/wiki/User:Udinnet>
| Email: udinnet(a)fedoraproject.org
Twitter: https://twitter.com/udinnet | Blog:
http://www.pageshack.com/shacks/uditha
163A 40C6 9C00 5B8B 6CC1 BA45 1F26 F4C3 76D7 B582
10 years, 8 months
Plan for tomorrow's Fedora Infrastructure meeting (2013-03-14)
by Kevin Fenzi
The infrastructure team will be having it's weekly meeting tomorrow,
2013-03-14 at 19:00 UTC in #fedora-meeting on the freenode network.
Suggested topics:
#topic New folks introductions and Apprentice tasks.
If any new folks want to give a quick one line bio or any apprentices
would like to ask general questions, they can do so in this part of the
meeting. Don't be shy!
#topic Applications status / discussion
Check in on status of our applications: pkgdb, fas, bodhi, koji,
community, voting, tagger, packager, dpsearch, etc.
If there's new releases, bugs we need to work around or things to note.
#topic Sysadmin status / discussion
Here we talk about sysadmin related happenings from the previous week,
or things that are upcoming.
#topic Private Cloud status update / discussion
#topic Upcoming Tasks/Items
#info 2013-03-12 to 2013-03-21 pycon
#info 2013-03-19 to 2013-03-26 - koji update
#info 2013-03-29 - spring holiday.
#info 2013-04-02 to 2013-04-16 ALPHA infrastructure freeze
#info 2013-04-15 - remove legacy-openid
#info 2013-04-16 F19 alpha release
#info 2013-05-07 to 2013-05-21 BETA infrastructure freeze
#info 2013-05-21 F19 beta release
#info 2013-05-31 end of 1st quarter
#info 2013-06-11 to 2013-06-25 FINAL infrastructure freeze.
#info 2013-06-25 F19 FINAL release
#topic Open Floor
Submit your agenda items, as tickets in the trac instance and send a
note replying to this thread.
More info here:
https://fedoraproject.org/wiki/Infrastructure/Meetings#Meetings
Thanks
kevin
10 years, 8 months
Meeting Agenda Item: Introduction Harish Ved
by Harish Ved
Hello,
I am Harish Ved and I am an undergraduate student from India.
I am very interested in working with Fedora community and I intend to
undertake the project of 'Deploying GitLab for fedorahosted.org' as my GSOC
project.
I have had some past non-open-source project experience in php, javascript
and ruby. I can work with C, C++, java. I would like to join the
infrastructure team and since I don't have any past experience of working
with fedora, I would appreciate any help that would allow me to contribute
to fedora.
Regards,
Harish Ved.
10 years, 8 months