Debian :: Start Mono Program At Boot?

May 19, 2011

I've got a relatively simple question. I'm trying to start a program that must be run with mono when my system boots. It's a webserver (McMyAdmin if that helps) so I'd also like to start it as a specific user

View 6 Replies


ADVERTISEMENT

Debian :: Run A .NET Program With Mono - Parser Error Message: Assembly ActiveReports.HtmlExport

Jun 7, 2010

I am trying to run a .NET program with mono. I got the following:

Code:

Parser Error Message: Assembly ActiveReports.HtmlExport, Version=3.3.0.1999, Culture=neutral, PublicKeyToken=cc4967777c49a3ff not found
This means it requires ActiveReports, but could not find any Linux version of that software. So, is there any Linux alternative for it?

My system is Debian/sid (unstable).

View 1 Replies View Related

Ubuntu :: Running Program With Mono?

Feb 20, 2011

I want to use a program, that runs windows and "linux with mono". I run Kubuntu 10.10.

Quote:

koen@Koen-Kubuntu:~/Documents/Software/SuperOneClick_1_6_5$ mono SuperOneClick.exe
** (SuperOneClick.exe:4191): WARNING **: The following assembly referenced from /home/koen/Documents/Software/SuperOneClick_1_6_5/SuperOneClick.exe could not be loaded:

[Code]....

View 1 Replies View Related

Software :: What Program Used To Convert Stereo MP3 To Mono

Jun 1, 2010

I tried soundkonverter, but it doesn't work. I don't know why, it just doesn't make MP3s mono. Linux Mint 9.

View 1 Replies View Related

Ubuntu Installation :: Wine Program Requires Mono For Windows?

Feb 8, 2011

I am trying to install a program named "Ntrip" with wine, running Linux Mint 10 64bit (based on Ubuntu 10.04) I installed the software without problems, when I try to start it I get the following error:

Code:

fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly>
wine: Install the Windows version of Mono to run .NET executables

As far as I know, mono is by default on every Ubuntu 10.04 installation, however as per the error message, I installed the Windows version of Mono via Wine successfully. Trying to start the program again, still coming up with above error.

View 2 Replies View Related

Ubuntu :: Mono Fails To Start .exe?

Apr 13, 2010

Ubuntu 9.10 Mono 2.4.2.3 On running; $ mone /path/to/.exe following warning popup:

Code:
Fatal Error System.ArgumentOutOfRangeException. Argument is out of range Parameter name: index at System Collections Generic List`1 [System String] get_item (int32 index) [0x00000] at Verse_of_the_Day.MainForm.ctor () [0x00000] at (wrapper remoting-invoke_with-check) Verse of the_Day.MainForm.ctor () at Verse_of_the_Day.English.ReadWrite () [0x0000] I have been searching around and could not find a solution.

View 1 Replies View Related

OpenSUSE :: Way To Set Program To Start On Boot?

Jun 29, 2011

I know there's a bunch of ways to start a program on boot, but I'm wondering if there's pluses/minuses to the ways and what they are.My req's:1. I want it to be started as the user I log in as (NOT root)

View 4 Replies View Related

OpenSUSE :: Start A Program At Boot Time?

Jul 2, 2010

I do this every time.

Code:
ifup dsl0
How can i set this to start at boot time?

View 9 Replies View Related

Software :: Mono 1.1.12 - Install Older Mono To Co-exist With Current Version

Feb 28, 2010

I would like to know if anyone has run more than one version of mono concurrently. I want to host a Battlefield 2 server with bf2ccd that requires mono 1.1.12. CentOS 5.3 repos provide mono 1.2.4 which is neither new enough nor old enough to support bf2ccd. I have considered compiling a newer version or an older version to accommodate this but I think that the only fully supported version is the 1.1.12 and I want to have the newer mono for other projects. I have used Slackware exclusively up to now and am not familiar with CentOS yet so I would like to avoid compiling if I can. The server is an unmanaged dedicated server so I'm not certain of all of the details. AFAIK it is a standard CentOS 5.3 install.

View 4 Replies View Related

Ubuntu :: Mono Fails To Install / Uninstall - Start Fresh?

Jan 13, 2011

Specifically, libgtk2.0-cil, seems to be giving me a world of trouble.
I tried to install mono so that I could use an application. When it went to install libgtk2.0-cil, everything broke. I've tried to reinstall, purge, remove, and each time it fails. I've gone through a few iterations of trying to get things to remove cleanly to start fresh, so there are a few packages that are dependent on libgtk2.0-cil causing issues as well.. but thats to be expected. code...

I tried, and cannot locate the files it notes; `/usr/share/cli-common/packages.d/policy.2.6.gtk-dotnet.installcligac. I tried to create them real quick with touch, it removes what I make but still does not uninstall and still gives the err.

Can anyone offer assistance on removing this so that I can start fresh?

View 2 Replies View Related

Ubuntu :: Make A Program Start On Boot, But Not Under Root?

Jul 7, 2010

I need to make my website autostart after reboot. I may just add it to rc.local but i don't want it to start under root

View 1 Replies View Related

General :: Why Is Ubuntu Trying To Open Mono App With Wine Instead Of Mono

Aug 24, 2010

So, I have compiled a C# program on Linux using MonoDevelop. When I try to execute the resulting binary, my system tries and fails to run it as a windows executable, with wine. Wine gives me the following message:

$ ~/bin/MyMonoApp
wine: Install the Windows version of Mono to run .NET executables
~/bin/MyMonoApp: command not found

I can only convince it to run by explicitly calling mono:

$ mono ~/bin/MyMonoApp

So, how can I make this the default, so I don't have to explicitly call mono every time?

View 1 Replies View Related

Debian Configuration :: Aptitude-gtk - How To Install And Start The Program

Mar 4, 2011

I have downloaded the package but i dont know how to install and start the program.

View 10 Replies View Related

Debian :: Automatically Start Graphical (SDL) Program As Root On Non-graphical Debian?

Mar 3, 2009

I'm not a Linux noob, but I am far from guru. I'm running a single board computer with a slightly customized Debian Etch (customized by the SBC vendor). No Gnome/KDE/X installed. My application is a control application which uses SDL (Simple DirectMedia Layer) to paint some basic graphics on the VGA. I need to run it as root because the application calls iopl() to access an IO port.If I run my application manually from the command line, life is sweet. From Googling around, I found http://www.debian-administration.org/articles/28, and hence I:1) Created a script in /etc/init.d2) Executed "update-rc.d scriptName defaults" to link the script into the boot sequenceAll very straightforward. My application starts at boot. But when I try to SSH/SFTP into the SBC, I get "Connection refused". So I can't manage the SBC anymore, and this is a big problem. I am not sure if it's relevant, but my application starts before the SSH daemon.My script looked like:

case "$1" in
start)
echo "Starting my application"

[code]...

View 1 Replies View Related

Debian :: Cannot Paste Into Terminal (only) From KeePass (using Mono)

Jun 12, 2010

I'm using KeePass 2.10 (with mono) and I am able to copy a password from KeePass (Ctrl+C) and paste into ALL applications except for the GNOME Terminal. When I copy something, I am not able to paste into the terminal, and find the Paste menu item in the edit menu disabled. However, if I paste into another application and cut from there, I can paste into the terminal.

(if it is a bug) which project I should report a bug to (gnome or KeePass?).

View 5 Replies View Related

Debian :: How To Remove Mono From Squeeze Gnome

Sep 6, 2010

i am interested how to remove mono from my Debian Squeeze Gnome.

View 14 Replies View Related

Debian :: Music Player Like Banshee But Do Not Want Mono

Apr 27, 2011

I am looking for music player like banshee but do not want mono . Banshee unfortunately requires mono

[Code]...

Obviously have not given all all the deps, but the last 7 odd ones tell you what I mean. If anybody knows of any good music player which has similar functionality as banshee lemme know. Look for two things:-

a. Should be able to play all and any music format (have all the plugins)
b. Should be able to close it and have it in the system tray playing in the background.

View 6 Replies View Related

Debian :: Message After Losing Gnome After Installing Mono

Aug 10, 2015

I installed Mono on Debian 8 using apt-get. Specifically, I followed these instructions: [URL]..

Then suddenly, my entire machine locked up . . . I gave it a few minutes and then cold booted. It came up to a login prompt but no gnome. sigh. So, I use apt-get to uninstall all of the mono stuff and I also did apt-get clean, apt-get autoclean, apt-get autoremove . . . and rebooted . . . to a login prompt.

So, I installed gnome using apt-get install gnome-core and then after a reboot I got gnome again.

However, every time I log in, I see an "Oops" message flash briefly and then the GUI loads. Everything seems to be ok . . . but I don't like seeing that message; it says something like "something went wrong, please log out . . ."

I kind of dug around /var/logs a little and there are some error messages in kern.log files . . . how I can get my machine back to the state it was in, i.e., not flashing an Oops message when I authenticate?

View 3 Replies View Related

Debian Programming :: WebApp Crashing After Upgrading To Mono 3.0

Nov 28, 2013

I have a machine where I dabble a bit with mono and .NET in my spare time. It's running Jessie and upgraded mono to 3.0.6 from 2.x and MonoDevelop to 4.0.

Rebuilt my webapp after upping the target platform to Mono .NET 4.5 and it works fine in the debugger.

When copying the app to the production folder (on the same machine) it will no longer start and apache's error log says:

Code: Select allSystem.TypeLoadException: Could not load type 'System.Runtime.CompilerServices.ExtensionA
ttribute' from assembly 'System.Web'.
  at Mono.WebServer.VPathToHost.CreateHost (Mono.WebServer.ApplicationServer server, Mono
.WebServer.WebSource webSource) [0x00000] in <filename unknown>:0
  at Mono.WebServer.ApplicationServer.GetApplicationForPath (System.String vhost, Int32 p
ort, System.String path, Boolean defaultToRoot) [0x00000] in <filename unknown>:0
  at (wrapper remoting-invoke-with-check) Mono.WebServer.ApplicationServer:GetApplication
ForPath (string,int,string,bool)

[Code] ....

I understand from posts like this one: [URL] .....

...that Microsoft moved the ExtensionAttribute from System.Core.dll to mscorlib.dll in .NET 4.5. And that a [TypeForwardedTo] attribute is supposed to make this transparent.

I get this - but have no clue to how to make my webapp work? It does so under the debugger so it obviously does some magic.

View 2 Replies View Related

Debian Hardware :: Pulseaudio Incorrectly Recognizes Bluetooth Headset As Mono

Sep 10, 2014

Having trouble with pulseaudio (0.9.21, Debian Squeeze) failing to properly recognize a Turtle Beach X-ray headset?

My tv connects fine, playing Dolby Digital through it without issue, but my computer doesn't. (A possible side effect: Flash videos play in slow-mo when the headset is connected to the computer's bluetooth adapter, but not when the headset is disconnected.)

Is there a way to tell Pulseaudio to give the headset 6 channels?

Some info:

Code: Select all~ » pulseaudio --dump-modules                                                 
module-alsa-card                        ALSA Card
module-alsa-sink                        ALSA Sink
module-alsa-source                      ALSA Source
module-always-sink                      Always keeps at least one sink loaded even if it's a null one
module-augment-properties      Arugment the property sets of streams with additional static information
module-bluetooth-device                 Bluetooth audio sink and source

[Code] ....

View 1 Replies View Related

Fedora :: Auto Start A Program On Start Up?

Oct 9, 2009

I just installed TuxGuitar - very cool - and to get the sound to work I had to install Timidity++ as well. Before I start TuxGuitar I have to execute:timidity -iA -Osin a terminal window first, which is kind of a pain to do every time I run TuxGuitar.How do I get this line to execute on startup such that timidity is running when I start up? I tried adding that line to rc.local

View 13 Replies View Related

Debian Installation :: Boot Up The USB And Start Using?

May 2, 2011

Unfortunately I only minored in Computer Science, but I enjoyed it nonetheless and unfortunately I stopped using Linux after those classes. During this time I actually really got to like Linux (the class used Ubuntu but my friend who was majoring in it got Debian for me).

I only got a C in that class because like I said, it was something I minored in. Anyways, my main question is how do I install Debian on a USB (not a FAT32) so that if I move it from home to work or something, I can just boot up the USB and start using Debian on that computer (assuming it has something else like Windows for example)?

View 12 Replies View Related

Ubuntu :: Install Mono Error "Package Mono Is Not Available But Is Referred To By Another Package"

Mar 18, 2011

i first noticed when i tried to get mono via sudo apt-get install mono i got the error

[Code]...

E: Package 'mono' has no installation candidate then i tried to get it through the software center and i noticed the software center wasn't opening.... so i tried searching to find if someone else had the proroblem, they did, one solution was to reinstall python but if i open syapitic software i get the error

[Code]...

View 6 Replies View Related

Debian Configuration :: Start VPN Connection On Boot

Jul 18, 2015

I am struggling to find out how to start the connection to my VPN on boot?

View 1 Replies View Related

Debian Configuration :: Best Way To Start Script At Boot?

Apr 29, 2010

I have a bash script that starts gammu, which I would like to start at bootup. But how do I accomplish this the best way ?

One way is to do it like this

Copy the file to /etc/init.d/
chmod +x the file
update-rc.d scriptfile start 20 2 3 4 5 . stop 20 0 1 6 .

But is there a better way ?

View 1 Replies View Related

Debian Multimedia :: How To Start Cupsd On Boot

Jul 26, 2010

I have installed ubuntu 10.04 lts -- I was wondering why it didn't start cupsd or something on boot?

I have installed the same ubuntu on another unit (same specs) with no problem on printing.... but this one (I'm swearing a lot now!) because it doesn't work... Been at this for 3 days in a span of one month -- and I started to think that this computer is hard headed GR!!

I'd like to bash it -- sorry but I'm really really annoyed -- to put it softly.

I'd like to know why it's not working as smoothly --

Currently I need to $sudo cupsd to make printing work every time I power on this computer.

View 6 Replies View Related

Debian :: Start Service At Boot Time On 4?

Mar 10, 2010

I am using Debian4 and I have apache under /home/apache/bin/apachectl How to start the apachectl service for every time system restart, Itmust be start automatically. Please tell me how todo or how to write the script, how to configure forrun level 2,3 and 5

View 6 Replies View Related

Debian :: Where To Keep A Script So That It Always Start With System Boot

Apr 18, 2010

I want to know where should I keep a script which I developed so that it always start with system boots also if some one can let me know about strace some common use scenarios.

View 4 Replies View Related

Debian :: Xfce-session Does Not Start After Boot?

Dec 15, 2010

This morning I did a minimal install of Debian to test out xfce and lxde, purely out of curiosity.I tried LXDE first. For various reasons I wasn't entirely pleased, so I removed it and installed xfce4 in a vanilla openbox session. Upon reboot, I was greeted with the CLI. I generated a new xorg.conf file to see if the transition to xfce had altered it, but was greeted with the CLI again after another reboot. I manually started X with 'startx' and noted that the xfce session manager was installed. The xdm session manager, however, was not.Installing xdm fixed the problem, kind of. I am now greeted with an xdm login screen rather than an xfce session login screen. What can I do to have xfce-session be my default login screen?

View 3 Replies View Related

Debian :: Auto Start At Boot Us The Following Lines In The /etc/rc.local?

Jun 13, 2011

I am using Deluge on my Debian server, for a simple auto start at boot I us the following lines in the /etc/rc.localsudo -u User delugedsudo -u User deluge-webDeluge is running after boot but i wane check if its running with User account and not as root.So I did a ps -aux | grep deluge and notice a line that root is trying to run the command sudo -U User deluge-web (i think its trying).

User 1735 1.5 1.0 187680 21604 ? Sl 16:30 0:04 /usr/bin/python /usr/bin/deluged
root 1736 0.0 0.0 20924 1168 ? S 16:30 0:00 sudo -u User deluge-web
User 1737 1.5 1.1 70400 24084 ? S 16:30 0:04 /usr/bin/python /usr/bin/deluge-web

The question is what does this mean? can i leave it running, is it better to kill it if so how to prevent that it happen on start-up.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved