Personal tools
You are here: Home daMaestro Topics fedora

fedora

Dec 28, 2008

Fedora Unity Systems Update

Filed Under:

We have completed the restoration of our systems. Everything should now be working as it was before.

If you happen to find something that doesn't work or you receive any errors, please file a bug.

Dec 19, 2008

Fedora Unity Back Online

Filed Under:

The Fedora Unity server is now back online! There are still a few things that will need to be enabled, such as caching and the pastebin, but we are working towards restoration of all services.

Apologies from all of us at Fedora Unity. We had a hardware failure on our primary dedicated server and have now restored most services. We are going to be populating the server with the Re-Spin in testing (watch the Test-Team list for updates) and should have the pastebin back up over the weekend. Spread logging still needs to be setup again and a few other things are needing to be finished. Please file bugs for any services you notice that are still not working. Thanks!

Nov 09, 2008

Unity Sites Updates

Filed Under:

Fedora Unity has been updating systems on and off this weekend. Please forgive the random downtime. These changes will help to improve user experiences and response times.

We here at Fedora Unity have been updating a few of our systems. Included in those systems are our Plone based sites and our TurboGears based pastebin. A few changes arn't too important, rather just maintenance and updates. However there have been some changes that will be more noticeable. Feedback welcome.

Fedora Branded Pastebin

Our pastebin has been in "development" for some time now. Apologies for that, however we have made some good progress on the system this weekend. The most noticeable changes are going to be the minor CSS updates. We are hoping that the backend changes make the site run much, much faster but not everyone notices things like that. We are still working to move the instance to mod_wsgi but that might not happen this weekend. We have changed the backend SQL store to MySQL so we can actually do multi-threading (previously we were using sqlite.) This change alone should speed things up, but we also made a change to serve all static content via apache rather then cherrypy. This change should free up requests to cherrypy and increase the number of requests we can process a second. The following ProxyPass config for Apache might help others at some point:

Alias /static /var/www/fpaste/stickum/static
ProxyPass /static ! 
ProxyPass / http://127.0.0.1:7278/
ProxyPassReverse / http://127.0.0.1:7278/

This configuration basically proxies all requests that do not match /static to a cherrypy server running on port 7278 and also translates any links returned from the cherrypy server from 127.0.0.1:7278 to the ServerName directive in the config.

Plone Sites

Some minor plone updates, the most important being a hack for <pre> element rendering in FF3. If anyone out there knows how to fix this properly, please get in contact with us. For now we have added "white-space: pre-wrap;" to our <pre> elements to prevent the ugly horizontal scrolling we have had when a <pre> is larger then the screen. This fix not only doesn't acheive the same behavour as in FF2 (the <pre> element would scroll content) but it also doesn't fix the issue in IE. If more details are needed, get in contact with us in #fedora-unity

on FreeNode.

Additonally, we have added the F10 and FUDCon portlets! Join us at FUDConF11and let's make this the best FUDCon yet!

 

Jun 14, 2008

FUDCon F10

Filed Under:

FUDCon approaches and I work to get everything I need ready. I look forward to seeing everyone again, and meeting all the new contributors!

As FUDCon F10 approaches, I find myself divided between wanting to go as a developer and presenting a barcamp item for the projects I have going and then just going as a Fedora user. I don't think I would ever be able to go to a FUDCon/Redhat Summit as just a user anymore and thus I've been working on sorting out what it is I would like to submit as a barcamp item. As I did last FUDCon, I'm leaning more towards going the route of presenting along side Jeroen again and then just being available to discuss any of my projects ad-hoc rather then a formal barcamp item. However, I think I need more feedback from the community regarding pyJigdo and where I should focus my limited number of Fedora development hours. If anyone is interested in pyJigdo and making it work right, please let me know. I don't want to waste a barcamp session, my time or anyone elses. A pyJigdo session will likely be very technical and might be better suited for a hackfest session over a presentation slot. Anywho, let us (Fedora Unity) know. I'll need a little time to do up some slides and other "best practices" for presenting otherwise I end up just putting code up on the projector and giving an overview of what it does and why and then asking for feedback on the concepts.

FUDCon F10 is going to be one of the best FUDcons so far. It looks like we are going to have a large precense of Fedora community members. I'm also looking forward to making myself available to Redhat Summit attendees that show up for the FOSS track. If you are still undecided about going, go. FUDCon is an amazing way to meet the people you interact with every day on mailing lists, irc and otherwise (such as SCM commits.) It's also where The Next Great Thing(tm) is discussed, designed and developed. Maybe someone with more time then myself will be able to count LOC changed during the duration of FUDCon and the Redhat Summit. It would be an interesting metric.

 

Apr 09, 2008

Shell History Meme

Filed Under:

There seems to be an interesting meme going on via the Fedora Planet feed. I've decided to join in. It's interesting to see what everyone has been working on, including myself.

What is a 'meme'?

Well, I had to look it up for myself: http://en.wikipedia.org/wiki/Meme

My Results:

[jon@damaestro ~]$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -nr|head
221 ./pyjigdo.py
126 vi
98 git
91 dig
60 ll
45 cd
41 rpmbuild
36 mock
31 rm
23 rpm
[jon@damaestrojr ~]$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -nr|head
118 ll
114 vi
84 ssh
83 ./transit-schedule-scrape.py
77 cd
70 git
68 dig
67 exit
38 sudo
29 rm

Feb 25, 2008

Fedora Sites Search - Online

Filed Under:

The Fedora Sites Search portal is finally back online. We hope to get feedback from Fedora Community members on how to make it better and much more useful.

After a long time of being offline...

We here at Fedora Unity have finally found the time to revive the long lost Fedora Sites Search portal. We need feedback and feature requests to make the system worth-while and functional. The basic concept is back online and will be improving more and more over time.

Read about this system here.

I want to try it!

Give it a try: http://searchfedora.org/

 

 

 

Log in


Forgot your password?
Recent Comments
Awesome (jon)