Hi All
After testing 1004 for a couple of weeks now, its doing very well considering its still in testing faze.
After using
Megart.vlad asterisk files and a few extra mods (just post them on
http://forum.linuxmce.org/index.php?topic=11348.msg78267#msg78267). Asterisk and security working fine.
Security alert countdown still the same as in 810, sometimes plays the alert and sometimes not. I did however notice the reason it sometimes does not play the alert is due to the alert starting just before the last 1sec file is played. and on 1004 you can't hear the MDs' after about the 13sec notification.
The biggest issue I have had so far was with my remotes (it seems ubuntu have removed HAL from their distro and therefore when you place the line "Option "AutoAddDevices" "False"" in the xorg.conf file, the keyboard stops working along with the remote.
However when I ran
xev it showed the buttons but with different event mappings, so I changed my template and its all working again using udev without the
Option "AutoAddDevices" "False" entry.
UPNP (810 and 1004)
I copied /etc/mediatomb/config.xml.dpkg-dist to /etc/mediatomb/config.xml
change the port from 49153 to 49155 on line 10
---
<port>49153</port>+++
<port>49155</port>changed line 23 in file /var/www/lmce-admin/operations/others/upnpServer.php
---
$out.='<iframe src="http://'.$_SERVER['HTTP_HOST'].':49153/" style="width:98%;height:600px;"></iframe>';+++
$out.='<iframe src="http://'.$_SERVER['HTTP_HOST'].':49155/" style="width:98%;height:600px;"></iframe>';Initial diskless boot hangs on
mounting filesystem because is trying to mount "/usr/pluto/var" which does not exist, remove that line from the /usr/pluto/diskless/$MD/etc/fstab and reboot the MD.
(192.168.80.1:/usr/pluto/var/)
I hope this helps
LMCECape