Kevin's musings

fedora

f17 distro-sync gotchas

by on May.17, 2012, under fedora, linux

As I noted recently ( Fedora 17 and updates-testing ) In the run up to Fedora 17 release, the updates-testing repo has been disabled. If you are wanting to use ‘yum distro-sync’ to sync your pre-release machine up to stable updates/base repo packages only, there’s a few gotchas you might run into:

  • First the fftw package decided to reorg how it’s subpackages were setup. (IMHO not a great idea right before release). The version in updates-testing is one libs package, but the base version is a bunch more subpackages.
  • Next you may run into colord-gtk issues. colord grew a new colord-gtk subpackage (IMHO not a great change right before a release either).

To work around these, try:

yum shell
remove colord-gtk
remove fftw-libs-double fftw-libs-long fftw-libs-quad fftw-libs-single
downgrade colord
downgrade fftw-libs
distro-sync

I’ll try and update this post with any more of these I find… feedback welcome.

2 Comments more...

Xfce 4.10 final in Fedora

by on May.09, 2012, under fedora, linux

Xfce 4.10 was released to the world 2012-04-28 and Fedora rawhide was updated in the days right after that. (Thanks Christoph!)

Our Fedora 18 feature has been approved: https://fedoraproject.org/wiki/Features/Xfce-4.10

My side repo for existing Fedora releases has been updated also to 4.10 final, and I have also built for Fedora 16 as well now. See:
http://repos.fedorapeople.org/repos/kevin/xfce-4.10 for a repo file for your /etc/yum.conf.d/ directory.

Lots of nice new little bugfixes and additions in Xfce 4.10. Give it a try today.

Comments Off more...

Fedora 17 (prerelease) and updates-testing

by on May.09, 2012, under fedora, linux

If you have a Fedora 17 install and updated recently (since saturday), you may or may not have noticed that the updates-testing repo is now disabled.

It’s enabled for testing during most of the pre-release cycle of Fedora, but as we get close to release time (and we are), updates-testing is disabled.

So, if you are a tester/qa person/wanting to help test in the run up to release you may wish to re-enable updates-testing (a simple: ‘su -c ‘yum-config-manager –enable updates-testing” should do). You can then update and use the excellent ‘fedora-easy-karma’ tool to provide testing feedback.

If you are not interested in testing things out, and want to just have your install more or less as it will be when it’s released on the 22nd, you may want to run a ‘yum distro-sync’. This should downgrade your packages to the base versions from any you have installed from updates-testing. If you don’t do this you may run into odd problems about packages not available or mismatches when trying to install 32bit packages on a 64bit install or the like.

Comments Off more...

Xfce 4.10pre1 in Fedora

by on Apr.07, 2012, under fedora, linux

Xfce 4.10 pre1 was released on 2012-04-01 (no joke! :)

In the last week I have built and landed it in Fedora rawhide, including rebuilding all the plugins against the new libraries. The only application left I know of that has issues is xfburn. I’ll be working on that in the next few days, in the mean time you will probibly want to remove it so you can update the rest of the stack.

I’ve also setup a Fedora 17 side repo with all these packages built. You can find it at:

http://repos.fedorapeople.org/repos/kevin/xfce-4.10/

I’m running it here and it seems to be pretty stable so far. Of course it’s only a pre1, so there could well be problems. Save your work often. :) Please report bugs on these packages to the fedora-xfce list or directly to me, to avoid confusion with the normal 4.8 packages in Fedora 17.

Comments and corrections and welcome for our Fedora 18 Feature page: Xfce-4.10

Comments Off more...

Has it really been a year?

by on Apr.04, 2012, under fedora, linux

I got a little email note from the Red Hat HR folks today congratulating me on my 1 year anniversary with Red Hat. It really has gone by so quickly, so much to do, so much to learn, so much to work on. Hopefully I’ve made a difference and kept things running smoothly in Fedora Infrastructure for everyone. I hope it will continue to be a fun and satisfying trip in the years to come. ;)

1 Comment more...

rc.local in Fedora

by on Mar.30, 2012, under fedora, linux

A number of folks have asked about this in #fedora over the last few months, so I thought I would do a quick blog post about rc.local in the systemd world.

/etc/rc.d/rc.local is no longer shipped, but it still works fine once you set it up correctly:

Create /etc/rc.d/rc.local as root.
Add a “#!/bin/sh” to the top of it.
chmod 755 /etc/rc.d/rc.local

Once you do those things, systemd will see the file exists, is executable, is a shell script and will run it. No further action needed.
I do hope systemd maintainers keep this functionality around as it’s sometimes handy to run things in a simple script rather than create a new unit file for it.

Comments Off more...

Please update your links: download.fedora.redhat.com -> dl.fedoraproject.org

by on Feb.20, 2012, under fedora, linux

A week or two back we got a bug report from someone that they were downloading Fedora from download.fedora.redhat.com via https and the ssl cert didn’t match up. Of course it wouldn’t, as download.fedora.redhat.com has pointed to our dl.fedoraproject.org servers for at least 2.5 years now.

Since no one should be using this old dns entry now, I asked for it to be removed. I probibly should have made more noise at the time, but didn’t think too many people would still be using it. :( I did make a pass at fixing anything I could see still using it in the wiki.

In any case, it’s gone now. Please take a few minutes to go and look and see if you have any docs or wiki pages or notes or anything else that refers to this old entry, and update it. Please point them to ‘dl.fedoraproject.org’ (if you want to point directly to our master mirrors) or ‘download.fedoraproject.org’ (If you want it to point to a mirrormanager mirror that contains the content you seek).

Sorry if this causes any issues for anyone, but after 2.5 years, we should really be able to move on.

Comments Off more...

Post Fudcon todo’s

by on Jan.16, 2012, under fedora, linux

After seeing Christoph’s post fudcon 2012 todo list I thought that making a post fudcon TODO list was a great idea. Here’s mine (help welcomed!):

  • Need to drop our staging git branch in puppet and merge any staging machine changes into the master branch
  • Need to work on making out applications more ‘container’ like. ie, reduce the things they depend on and make it easier to spin up an env they run in
  • Check out cloud tech and filesystems to see if any will meet our needs
  • See if we can automate spinning up a application env with all needed integration testing machines
  • Get two factor auth working for sudo for sysadmin-main and deploy. Continue adding types of auth and services once it’s solid
  • Talk to the Board about our torrent seeder.
  • Make sure the folks who want to work on reviving smolt have all the info and help they need
  • Figure out how best to deploy the new community/tagger applications to production
  • Find the time to add the nightly live compose to the rawhide/branched scripts so it happens in a totally automated way
  • Finish migrating everything to RHEL6

If there’s something I told you I would help you with/do at Fudcon and you don’t see it above, please let me know and I will add it to the list. ;)

Comments Off more...

Fudcon day 3

by on Jan.15, 2012, under fedora, linux

Day 3 started out over at Macbride hall again.

Some of us Fedora Infrastructure folks got together to hash out any issues and projects we are concerned about in the coming weeks, months or year. We may have some big challenges ahead with ARM possibly coming in as a primary arch, which will stretch our storage and networks and building code. We are going to take a harder look at torrents and see if they are still worth providing to the community. The new community packages and tagging stuff needs to move into production. Lots of high bandwith talks with involved folks in all those areas.

After a nice little lunch, and a few more discussions it was time to head out to the airport. Matt Domsch was able to take 3 of us to the airport, which was nice. At the airport, there was time to sign gpg keys and mail them out from the keysigning the other day as well as make another pass of the cacert.org assurances that I needed to enter into the system. Hopefully flights home will go smoothly.

Overall it’s been a great fudcon. Lots of things seemed to get discussed and worked out. I heard very little where people were asking for something that they were not willing to champion themselves, which I think is excellent.

Thanks to all the folks who worked so hard to put on a great event and those who attended.

Comments Off more...

Fudcon day 2

by on Jan.14, 2012, under fedora, linux

Saturday started off super early: Scheduled for a 8:30 start (although we didn’t actually start until 9am).

We had some intro and then pitching of barcamp sessions. Lots of nice sounding sessions. Then a short State of Fedora talk from our fearless Fedora Project leader.

There were tons of sessions (as you can see from looking at the wiki: Fudcon wiki page for saturday. I went to the session on making Fedora packaging easier. This was a talk to unveil a few new cool applications that can help folks with maintaining packages.

Pretty slick stuff: Community development packages and community dev tagger. It’s fast and could be very very handy for users.

Lunch was a delightful burger and beefy miracle. Good stuff.

After lunch I met up with some IRC folks to discuss some issues and ideas for improvements there. We also did some cacert.org assurances with a few folks (there’s another session just for that at 4pm, but since we had a few minutes we went ahead and did it to save time later).

Then on to the session on redoing comps and package organization given by Bill Notthingham. There are still lots of details to work out, but comps will split into distro groups (xfce, kde, base, webserver, etc) and categories (web browsers, editors, etc). distro groups will stay in the same place, but categories still need to be hashed out. Some info can come from the package tagging application I saw this morning and some from package maintainers. More info to come, but overall a good plan.

Next was the talk and show and tell on the rasberry pi arm box. It’s a pretty cute little device. I might have to pick up one after they are available.

Then, a lovely cacert event. I assured about 7 people and was in turn assured by 5 more. Then a gpg keysigning which had quite a few folks at it, but we managed to organize and run through checking fingerprints and id’s in short order.

Only a few minutes to drop things off at the hotel and then it was time for FUDPub over at the student center. Lots of food and fun. Finally some more talk back in the hotel where amusingly a wedding party was gathered.

tomorrow will be the last day and travel back home.

Comments Off more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Blogroll

A few highly recommended websites...