the output of “mono --version” spits out 2.0.1.
As for running the slave, I can run it as root (which I REALLY don’t want to do), but when I try to run it as a regular user, I get the following:
[code][lustre@bigtower flexlm]$ deadlineslave
** (deadlineslave:4382): WARNING **: System.Net.Sockets.SocketOptionName 0x1b is not supported at IPv6 level
Socket supports IPv6 and IPv4, but a socket that supports both could not be created because: Protocol option not supported
Deadline Slave 3.0 [v3.0.33353 R]
slave initialization beginning.
Repository time: 12/03/2008 12:01:04
Info Thread - Created.
** (deadlineslave:4382): WARNING **: System.Net.Sockets.SocketOptionName 0x1b is not supported at IPv6 level
Socket supports IPv6 and IPv4, but a socket that supports both could not be created because: Protocol option not supported
Marshaling unrealize signal
Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. —> System.InvalidProgramException: can not call Slave.Shutdown() when Slave.Mode is Initializing
at Deadline.Slaves.Slave.Shutdown () [0x00000]
at Deadline.Slaves.SlaveManager.ShutdownSlave () [0x00000]
at DeadlineSlave.SlaveMainWindow.SlaveMainWindow_Unrealized (System.Object sender, System.EventArgs e) [0x00000]
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000]
— End of inner exception stack trace —
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000]
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000]
at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000]
at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000]
at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000]
at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000]
at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000]
at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000]
at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
at Gtk.Object.gtk_object_destroy(IntPtr )
at Gtk.Object.Destroy()
at Gtk.Widget.Destroy()
at FranticXGtk.Forms.MainForm.CloseForm()
at FranticX.Applications.ApplicationManager.StartupException(System.Exception e)
at DeadlineSlave.DeadlineSlaveApp.Main(System.String[] args)
[lustre@bigtower flexlm]$
[/code]
I’ve both chmodded and chowned the deadline repo, as well as several files in the /etc/ folder, with no luck. It was giving me file access errors, but I think I got rid of them, and now it’s a mono issue (or at least it looks that way to me, but then again, I’m not a programmer).
Any suggestions?