todo: thought this was a good idea
by Adam M Dutko
I think this is a great idea but haven't managed to follow the
lead. Here's mine for the week:
- finish assigned FAS tickets
- look
into the Bugzilla FAS suggestion and possible existing fixes
- poll
infrastructure members what tickets are a priority for them (nirik had a
few ideas in channel ... maybe he can respond with which?)
- have fun!
--
Take
care!
-Adam
==============================================
Oktud,
LLC
Co-Owner/Proprietor
11 years, 7 months
Re: Working on next FAS release
by Adam M Dutko
> Also the bugzilla plugin for changing the mail address there?
>
It would be really nice to have that feature.
Do you have a ticket #?
:-)
--
Take
care!
-Adam
==============================================
Oktud,
LLC
Co-Owner/Proprietor
11 years, 7 months
Working on next FAS release
by Toshio Kuratomi
Greetings, I'm going to start work on the next Fedora Account System
release targetting the couple weeks after the Fedora release. I don't know
of any blocker bugs that still need to be fixed so it may be that I'll just
be making sure that what's in the repository now is set to be translated and
then pushed out after release.
If anyone either:
* has patches that they want to get in and tested
* bugs that they think I might be able to fix before the release
* bugs that they think should be blockers to release
Please let me know (on this list or IRC).
This release is intended mostly for getting the majority of hotfixes that
are in infrastructure's puppet repository into an rpm package as well as
pulling some other features (like a more readable captcha) into production.
If anyone would like to work on additional features for the next release,
please let me know and I'll help get you up to speed.
-Toshio
11 years, 7 months
[PATCH 1/2] openvpn weeds
by Seth Vidal
From: Seth Vidal <skvidal(a)fedoraproject.org>
---
modules/epylog/files/merged/weed_local.cf | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/epylog/files/merged/weed_local.cf b/modules/epylog/files/merged/weed_local.cf
index af9b4c2..108653a 100644
--- a/modules/epylog/files/merged/weed_local.cf
+++ b/modules/epylog/files/merged/weed_local.cf
@@ -75,6 +75,8 @@ openvpn.*: TIME.*
openvpn.*: TITLE.*
openvpn.*: TUN/TAP.*
openvpn.*: Updated.*
+openvpn.*:.*Re-using SSL/TLS context.*
+openvpn.*:.*LZO compression.*
pam_unix\(.*\): account .* has password changed in future
postfix/anvil.*: statistics.*
postfix/bounce.*sender non-delivery notification.*
--
1.7.2.1
11 years, 7 months
Plan for tomorrow's Fedora Infrastructure meeting (2011-10-27)
by Kevin Fenzi
The infrastructure team will be having it's weekly meeting tomorrow
2011-10-27 at 1900 UTC in #fedora-meeting on the freenode network.
Suggested topics (suggested by whom):
* New folks introductions and Apprentice tasks.
* F16 FINAL FREEZE / tickets
#2986 F16Final: New website
#2987 F16Final: verify mirror space for final f16 release
#2988 F16Final: release day ticket
#2989 F16Final: verify permissions when content is staged
#2990 F16Final: notify RHIT about impending release
#2991 F16Final: modify wiki version template
#2992 F16Final: update log02 stats and maps for new release.
#2993 F16Final: move old releases to archive
* Upcoming Tasks/Items
2011-10-27 - send out nag about pass/keys change
2011-10-25 - 2011-11-08: Final change freeze
2011-11-01 mail fi-apprentice folks.
2011-11-08: Fedora 16 release.
2011-11-31 Flag day for password reset/new ssh keys.
* Meeting tagged tickets:
https://fedorahosted.org/fedora-infrastructure/report/10
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
11 years, 7 months
FREEZE Break: add hosted01 to backup01 backups
by Kevin Fenzi
In the past, hosted01 has rsync'd it's content to hosted02, and then
hosted02 gets backed up to backup01. However, we are currently having
an odd network issue on serverbeach05/hosted02, causing it to not have
external connectivity periodically, which means backups to backup01
fail. ;(
So, as a short term solution I'd like to just backup hosted01 directly
to backup01. This will cause it a bit more load, but I think it can
handle it these days.
Longer term of course, we are supposed to be getting new serverbeach
servers and will be migrating hosted to rhel6 on a new machine.
kevin
--
diff --git a/modules/bacula/templates/bacula-dir.conf.erb
b/modules/bacula/templates/bacula-dir.conf index bb8fbee..39f2f71 100644
--- a/modules/bacula/templates/bacula-dir.conf.erb
+++ b/modules/bacula/templates/bacula-dir.conf.erb
@@ -185,6 +185,13 @@ Job {
}
Job {
+ Name = "hosted01"
+ Client = "hosted01"
+ JobDefs = "LightJob"
+ Write Bootstrap = "/var/spool/bacula/hosted01.bsr"
+}
+
+Job {
Name = "hosted02"
Client = "hosted02"
JobDefs = "LightJob"
@@ -632,6 +639,18 @@ Client {
}
Client {
+ Name = hosted01
+ Address = hosted01.vpn.fedoraproject.org
+ FDPort = 9102
+ Catalog = backup1
+ Password = "<%= baculaPasswordDir %>"
+ File Retention = 15 days
+ Job Retention = 20 days
+ AutoPrune = Yes
+ Maximum Concurrent Jobs = 10
+}
+
+Client {
Name = hosted02
Address = hosted02.vpn.fedoraproject.org
FDPort = 9102
11 years, 7 months
Hello
by Albino Biasutti Neto
Hello,
My name is Albino Biasutti Neto, 20 year old, country Brazil, Espírito Santo
- Vila Velha.
I work as sysadmin. I want to contribute to the project infrastructure,
servers and documentation.
IRC freenode: bino
Cheers,
Albino Biasutti Neto
www.tux-es.org
www.binoinformatica.com <http://blog.binoinformatica.com/>
"A mente que se abre a uma nova idéia jamais volta ao seu tamanho original".
Albert Einstein
*Chave GPG*: 1A867107
11 years, 7 months