Monthly Archives: April 2010

the system is down

In this case, it’s medibuntu. Or more specifically, their Ubuntu repository. As far as I can tell it’s been down for about a week now and was also down a while back for some time. For anyone who needs to utilize this pretty important resource, there seems to be mirrors out there which I wasn’t aware of. Enter Andrew’s blog post on webupd9.org:

Firstly you’ll have to find out where your Medibuntu repo is located. Run this in a terminal:
ls /etc/apt/sources.list.d/medibuntu.list

If the file exists, press ALT + F2 and enter:
gksu gedit /etc/apt/sources.list.d/medibuntu.list

If running the above command lists the medibuntu.list as not found (“ls: cannot access /etc/apt/sources.list.d/medibuntu.list: No such file or directory”), then do the following:
Press ALT + F2 and enter:
gksu gedit /etc/apt/sources.list

Then for both cases, search for the lines which point to the main Medibuntu repository, which should look something like this:
deb http://packages.medibuntu.org/ lucid free non-free
deb-src http://packages.medibuntu.org/ lucid free non-free

Of course, if you’re not using Lucid, it’s going to say “karmic” or “jaunty”, etc.
Replace these 2 lines with any of these 3 mirrors:
Mirror 1:
deb http://mirrors.ucr.ac.cr/medibuntu/ lucid free non-free
deb-src http://mirrors.ucr.ac.cr/medibuntu/ lucid free non-free

Mirror 2:
deb http://mirror.oscc.org.my/medibuntu/ lucid free non-free
deb-src http://mirror.oscc.org.my/medibuntu/ lucid free non-free

Mirror 3:
deb ftp://ftp.leg.uct.ac.za/pub/linux/medibuntu/ lucid free non-free
deb-src ftp://ftp.leg.uct.ac.za/pub/linux/medibuntu/ lucid free non-free

If you’re not using Lucid, replace “lucid” in the above lines with “karmic”, “jaunty” or whatever Ubuntu version you’re using.

Finally, a remote desktop service for linux that doesn’t require opening firewalls!

As the topics says, we finally have a remote desktop solution without the need to open ports on a firewall or do reverse tunnel trickery. I’ve been using TeamViewer for a long time now to support my Windows and Mac customers and to remotely control the same at home. Now I have one single solution for all of them.

I downloaded and tested the desktop app right away. At first I just thought it was a client. But then I noticed it was giving a key/pass for someone to connect. I said to myself … “noooo , it can’t be”. Then I connected to my laptop remotely using the teamviewer client on my iphone  over 3G.

Even better, the service is completely free for personal usage. I will be looking into buying a license since I use it often and they certainly deserve the money.

Welcome to the linux community Teamviewer!

samba, stop being so selfish!

So not long ago I noticed that some of my samba shares weren’t working properly. By that, I mean, I could access the main share, but some of the subdirectories were giving me an “access denied” error when trying to traverse them. It was one of those things where it was just an annoyance that I didn’t have time to research and fix so I was just working around it in different ways.

A little digging into my shares I narrowed down the issue to only subdirectories that I had Symlinked to other directories not within the original folder. The link was fine, the Linux permissions were fine, as were the the settings in my smb.conf. Regardless, I still couldn’t access the symlinked subdirectories.

Off to google. The second link pointed to an ubuntu forums post where others were having the same issue. One of which had traced it back to a security news post on samba’s website. Apparently the default setting:

wide links = yes

is too much of a security risk and has now been changed to “no” unless you set it manually in the smb.conf. So to get my shares working properly again, I added the above as well as:

follow symlinks = yes

unix extensions = no

A “sudo service samba restart” and all is as it should be. Yay google! 🙂

Canonical backtracks its decision

No, unfortunately, not that decision. The decision to use Yahoo has the default search engine in Mozilla Firefox in Ubuntu 10.04 has been changed back to Google. Granted, I could care less what default search engine is used in Firefox. It’s a setting that can be changed in a very easy and user friendly manner. I’ve also stopped using MemoryLeakFox in favor of a slightly less memory hog, Google Chrome. What gets me is the comment made by Rick Spencer in regard to the decision:

In this case, choosing Google will be familiar to everybody upgrading from 9.10 to 10.04

Last I checked, familiarity was not a valid or adequate reason for  basing decisions on. If familiarity has now become a good enough reason, then I know some other bugs that could use another once-over.

Songbird halts major support for linux

update: Songbird has now been forked and will keep supporting linux! The new project is now Nightingale.

As many of you know we’re hard at work on NOFX and the release is looking really good – lots of cool improvements, including video playback. Some of you have noticed that the Linux version has fallen behind, leading to some heated, but healthy debate internally about how to prioritize the development hopper.

After careful consideration, we’ve come to the painful conclusion that we should discontinue support for the Linux version of Songbird. Some of you may wonder how a company with deep roots in Open Source could drop Linux and we want you to know it isn’t without heartache.
 We have a small engineering team here at Songbird, and, more than ever, must stay very focused on a narrow set of priorities. Trying to deliver a raft of new features around all media types, and across a growing list of devices, we had to make some tough choices.

Article continued…

Songbird was usually my answer for people when they asked about iTunes on Ubuntu(linux). Good thing we have the Ubuntu One Music Store now. Maybe this was part of the reason they gave up on linux. Who knows. Such a shame when decent projects just up and throw the towel in.

Well, that settles it…


It’s official, Canonical (Ubuntu) has stopped caring about what its community actually wants and instead will go with the bad decision by it’s design team. Enough has been said about this issue so I’m not going bring up the reasons why this is a bad decision again. There are plenty of blogs, forum posts, polls, the bug report and even a website dedicated to it.

Now my dilemma is deciding if I want to continue advocating Ubuntu as a good alternate solution to Windows users.