Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Problem Removing Mono

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
edwaldspurger
Posts: 1
Joined: 2006-03-16 18:32

Problem Removing Mono

#1 Post by edwaldspurger »

I had installed mono and mod-mono for apache2 on my system. I have decided not to use them and am having trouble removing them.

The system has mod-mono-server.exe listed as running.

Code: Select all

www:~# ps -ef | grep mono
root     10033     1  0  2005 ?        00:03:24 mono mod-mono-server.exe --nonstop
root     10034 10033  0  2005 ?        00:00:00 mono mod-mono-server.exe --nonstop
root     10035 10034  0  2005 ?        1-19:20:16 mono mod-mono-server.exe --nonstop
root     10036 10034  0  2005 ?        00:01:08 mono mod-mono-server.exe --nonstop
root     10037 10034  0  2005 ?        00:00:00 mono mod-mono-server.exe --nonstop
root      5396  5314  0 13:43 pts/1    00:00:00 grep mono
I searched for this file using find and could not find it. Also, apt-file does not return anything either. How can I stop this from running?

Also, I used dpkg to find any packages containing mono

Code: Select all

www:~# dpkg -S mono | sort | more
libapache2-mod-mono: /etc/apache2/mod_mono.conf
libapache2-mod-mono: /etc/apache2/mods-available/mod_mono.conf
libapache2-mod-mono: /etc/apache2/mods-available/mod_mono.load
mono-apache-server: /etc/default/mono-apache-server
mono-apache-server: /etc/mono-server
When I try to remove these, however, it says that they are not installed.

Code: Select all

www:~# apt-get --simulate remove libapache2-mod-mono
Reading Package Lists... Done
Building Dependency Tree... Done
Package libapache2-mod-mono is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
How can I tell what parts of mono are actually installed, and how can I remove them?

Thanks

Post Reply