Jag hade tänkt försöka få detta att rulla på en Qnap NAS TS-110. Men jag lyckas inte starta den enligt readme-filen. Så här ser det ut (sudo ska inte behövas då jag som admin har motsvarande rättigheter):
Code: Select all
[/Qmultimedia/SwitchKing/bin] # mono SwitchKing.exe terminal 192.168.1.66 8080 8800
** (SwitchKing.exe:24369): WARNING **: The following assembly referenced from /share/HDA_DATA/Qmultimedia/SwitchKing/bin/SwitchKing.exe could not be loaded:
Assembly: System.ServiceModel.Web (assemblyref_index=1)
Version: 3.5.0.0
Public Key: 31bf3856ad364e35
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/share/HDA_DATA/Qmultimedia/SwitchKing/bin/).
** (SwitchKing.exe:24369): WARNING **: Could not load file or assembly 'System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
File name: 'System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Code: Select all
[/Qmultimedia/SwitchKing/bin] # mono -V
Mono JIT compiler version 2.4 (tarball Tue Nov 30 04:48:32 UTC 2010)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
TLS: normal
GC: Included Boehm (with typed GC)
SIGSEGV: normal
Notifications: epoll
Architecture: armel,vfp
Disabled: none
/Simon