It can not run applications CumulusMX on Raspberry Pi 2
Posted: Thu 01 Oct 2015 12:05 pm
It can not run applications CumulusMX on Raspberry Pi 2 (Wheezy)
When installing I proceeded as follows:
[code]apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list.d/mono-xamarin.list
apt-get update
apt-get upgrade
apt-get install mono-devel
apt-get install mono-complete
mono -V
cd srv
wget http://....../CumulusMXDist3031.zip
unzip CumulusMXDist3031.zip
[/code]
After attempting to run the command: [code]mono /srv/CumulusMX/CumulusMX.exe -lang cs-CZ[/code]
Abandoning this error:
[code]Current culture: Czech (Czech Republic)
Serial: 2D2679D4D8F209DBD325483107FDF27C
System.IO.DirectoryNotFoundException: Directory 'MXdiags' not found.
at System.IO.Directory.ValidateDirectoryListing (System.String path, System.String searchPattern, System.Boolean& stop) [0x00000] in <filename unknown>:0
at System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) [0x00000] in <filename unknown>:0
at System.IO.Directory.GetFiles (System.String path, System.String searchPattern) [0x00000] in <filename unknown>:0
at System.IO.Directory.GetFiles (System.String path) [0x00000] in <filename unknown>:0
at CumulusMX.Cumulus. (System.String ) [0x00000] in <filename unknown>:0
at CumulusMX.Cumulus..ctor (Int32 HTTPport, Int32 WSport) [0x00000] in <filename unknown>:0
at .Main (System.String[] args) [0x00000] in <filename unknown>:0
**** An error has occurred - please zip up the MXdiags folder and post it in the forum ****
Press Enter to terminate[/code]
When installing I proceeded as follows:
[code]apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list.d/mono-xamarin.list
apt-get update
apt-get upgrade
apt-get install mono-devel
apt-get install mono-complete
mono -V
cd srv
wget http://....../CumulusMXDist3031.zip
unzip CumulusMXDist3031.zip
[/code]
After attempting to run the command: [code]mono /srv/CumulusMX/CumulusMX.exe -lang cs-CZ[/code]
Abandoning this error:
[code]Current culture: Czech (Czech Republic)
Serial: 2D2679D4D8F209DBD325483107FDF27C
System.IO.DirectoryNotFoundException: Directory 'MXdiags' not found.
at System.IO.Directory.ValidateDirectoryListing (System.String path, System.String searchPattern, System.Boolean& stop) [0x00000] in <filename unknown>:0
at System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) [0x00000] in <filename unknown>:0
at System.IO.Directory.GetFiles (System.String path, System.String searchPattern) [0x00000] in <filename unknown>:0
at System.IO.Directory.GetFiles (System.String path) [0x00000] in <filename unknown>:0
at CumulusMX.Cumulus. (System.String ) [0x00000] in <filename unknown>:0
at CumulusMX.Cumulus..ctor (Int32 HTTPport, Int32 WSport) [0x00000] in <filename unknown>:0
at .Main (System.String[] args) [0x00000] in <filename unknown>:0
**** An error has occurred - please zip up the MXdiags folder and post it in the forum ****
Press Enter to terminate[/code]