Good day all,
My freevo system (freevo 1.8.3 running on Mandriva 2009.0 with kernel
2.6.27.19-desktop-1mnb) keeps crashing when I try to run a command from the
commands plugin.
An example of one of the scripts I run to (re)mount my drives when my
network dies for some unexplained reason or my "server" was accidentally
turned off looks like this
#!/bin/bash
#restart network
sudo service network restart
#need to wait a few seconds for network to obtain an IP address
sleep 7
#mount remote cifs volumes
sudo mount /drives/sdb
sudo mount /drives/sdc
sudo mount /drives/sdd
sudo mount /drives/sde
sudo mount /drives/photos
this script is world readable/writable/executable and runs fine from the
shell
Another script to mount my SD card when inserted that looks like this
#!/bin/bash
sudo mount /dev/sdb1 /mnt/SD
also causes freevo to crash but runs fine from the shell
The error I get within freevo says:
Event 'MENU_SELECT' crashed:
Please take a look at the log.........
Logfile: /dev/null
and as you may suspect none of the other logs give any indication as to why
this is happening, is it possible to run scripts like this or what else
could the problem be
--
Kind Regards
Wayne Rolfe
wro...@gmail.com
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users