Known Issues 0710

From LinuxMCE
Revision as of 17:19, 21 August 2009 by Respatix (Talk | contribs)

(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

In the i386 version USB-UIRT does not transmit on the built in IR Transmitter. The workaround is to use an IR dongle. The USB-UIRT developer has been informed of the issue and given videos showing the problem. We will do an update when we have a fix. Until then, please check out this USB-UIRT x86 Fix

Our OpenSSH implementation is generating weak SSH keys. This is not a problem in the default install since we firewall ssh. But we are working on an update that will install a fixed version of OpenSSH. A workaround is to generate your ssh key on an unaffected machine and transfer it to LinuxMCE before opening the ssh port on your firewall or upgrade to the most recent version of OpenSSH. Note: All unpatched Ubuntu and Debian releases from the last two years exhibit the weak key problem, so make sure that any such machine is updated before you generate a new key.


New reprosity URL

You need to update to old-releases.ubuntu.com in your /etc/apt/sources.list as 0710 repos have gone into post support.

1. In terminal ie Konsole under Utilities type "sudo kate /etc/apt/sources.list" then when prompted enter password.

2. In kate replace these lines and then save:

   deb http://archive.ubuntu.com/ubuntu/ gutsy  main restricted multiverse universe
   deb http://archive.ubuntu.com/ubuntu/ gutsy-security  main restricted multiverse universe
   deb http://archive.ubuntu.com/ubuntu/ gutsy-updates  main restricted multiverse universe 
  
  with
 
   deb http://old-releases.ubuntu.com/ubuntu/ gutsy  main restricted multiverse universe
   deb http://old-releases.ubuntu.com/ubuntu/ gutsy-security  main restricted multiverse universe
   deb http://old-releases.ubuntu.com/ubuntu/ gutsy-updates  main restricted multiverse universe 

Forum: [1]