You are here

Linux

Intrepid upgrade: wxvlc broken

Submitted by Druss on Sat, 2008-11-01 23:18

If you, like moi, just upgraded to Intrepid Ibex, and found that your VLC doesn't work any more, this here is the fix:

  • Right click on an audio/video file and select properties.
  • Click the edit icon (spanner) to get to the options page.
  • Select VLC media player in the application list and click the edit button on the right.
  • Select the application tab on the top and look for the command wxvlc on this page.
  • Change wxvlc to just vlc. Click OK a few times to save the changes.

... and that's it.

Hope this helps :)

Skype upgrade: P2P connect failed

Submitted by Druss on Sun, 2008-10-05 21:55

If you are using Skype on Linux and run into the error message "P2P connect failed" while trying to sign in, then your configuration file is very likely corrupt. The fix is to just delete the .Skype directory from your home directory and restart Skype. If you have anything worth saving inside this directory, you can simply rename it instead or alternatively, back it up elsewhere prior to deletion.

The version of Skype on my system is 2.0.0.72 and it was installed (and upgraded) from the Medibuntu repository. I'm pretty certain that the previous version was working fine.

Unable to execute /bin/sh - Permission Denied

Submitted by Druss on Sat, 2008-05-24 22:46

If you follow the posts on this site, you'd have noticed my issues with the recent Hardy upgrade. While I thought they'd been fixed in my fstab, this was apparently not the case. When I rebooted the machine next, I couldn't even get to the shell as I encountered the message - Unable to execute /bin/sh - Permission Denied.

mount: disk already mounted or mountpoint busy

Submitted by Druss on Fri, 2008-02-01 14:32

If you run into an error message along the lines of mount: /dev/sdb2 already mounted or /media/data1 busy, and the disk has not been mounted, it usually indicates that something has locked it intentionally to prevent it from being mounted. In my case, the culprit was dmraid, a RAID management tool that I am not using any more. Uninstalling the package did the trick. (Removing the array configuration from dmraid would probably have sufficed)

hth.

dmraid: Trials and tribulations

Submitted by Druss on Fri, 2008-02-01 03:15

I have a Gigabyte board with an nForce 430 chipset that supports RAID. I was hoping to use it to create a simple RAID1 mirror using two hard drives to protect my previous MP3 collection. The system in question is an updated Kubuntu Gutsy box.

Before we start, this is the first time I am playing with RAID and the information below might very well be wrong. Please feel free to correct me :)

Pages

Subscribe to RSS - Linux