I have set up my system with a separate (RAID1) / and RAID1 /home.
These are the messages I am getting from Xine. It looks like the Media Update engine is looping, and can't recognise that /home (Device 43) is mounted under / (Device 26)
[size=10pt][/size]05 10/05/08 13:34:41.970 ^[[33;1mOpening media FAILED^[[0m <0xb6e32b90>
05 10/05/08 13:34:41.970 ^[[33;1mXine_Stream::OpenMedia failed! Aborting!^[[0m <0xb6e32b90>
05 10/05/08 13:34:41.970 ^[[33;1mXine_Player::CMD_Play_Media() Failed to open media^[[0m <0xb6e32b90>
05 10/05/08 13:34:42.972 ^[[33;1mXine_Player::CMD_Play_Media() ended for filename: /home/public/data/other/Software Raid 1 [26]/home/public/data/other/Software Raid 1 [43]/public/data/other/Software Raid 1 [26]/home/public/data/other/Software Raid 1 [43]/public/data/other/Software Raid 1 [26]/home/public/data/other/Software Raid 1 [43]//1007_20080929112700.mpg with stream 0x87413e0.^[[0m <0xb6e32b90>
Here is my mount table (the relevant bits)
rootfs on / type rootfs (rw)
...
/dev/md0 on / type ext3 (rw,data=ordered)
/dev/md0 on /dev/.static/dev type ext3 (rw,data=ordered)
...
/dev/md1 on /tmp type ext3 (rw,data=ordered)
/dev/md4 on /home type jfs (rw)
...
/dev/md4 on /mnt/device/43 type jfs (rw)
/dev/md0 on /mnt/device/26 type ext3 (rw,data=ordered)
I am about to set "ignore" on device 26 (/ filesystem) which I am hoping will stop the looping.