Wayne Rolfe wrote:
> 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
This strikes me as strange, why is your logfile /dev/null? Have you had 
a look at the troubleshooting page in the wiki? You'll need to get 
you're logging sorted and turn on debugging to track this down.

John
>
> 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 <mailto: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
>   


-- 
John Molohan
IT Manager

Griffith College Dublin
South Circular Road
Dublin 8
Ireland

Phone: +353 1 4163366
Web: www.it.gcd.ie www.gcd.ie

Disclaimer:
This E-mail is from Griffith College Dublin.
The E-mail and any files transmitted with it are confidential and may be 
privileged and are intended solely for the use of the individual or entity to 
whom they are addressed. If you are not the addressee you are prohibited from 
disclosing its content, copying it or distributing it otherwise than to the 
addressee. If you have received this e-mail in error, please immediately notify 
the sender by replying to this e-mail and delete the e-mail from your computer.

Bellerophon Ltd, trades as Griffith College (registered in Ireland No. 60469) 
with its registered address as Griffith College Campus, South Circular Road, 
Dublin 8, Ireland.


------------------------------------------------------------------------------
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

Reply via email to