I'm trying to get mono working from source so i can try and get some .net 4.5 website stuff working. I'm using Ubuntu Server 13.04, and I followed this:
http://stackoverflow.com/questions/13365158/installing-mono-3-0 Apart from the libgdiplus, I can get everything to compile, however, when I've installed mod_mono, I keep getting the following in the log... [Mon Jul 01 21:20:57 2013] [error] Failed to connect to mod-mono-server after several attempts to spawn the process. I enable debug on the compile and got this in the logs.. [Mon Jul 01 21:20:55 2013] [warn] getting unix socket path [Mon Jul 01 21:20:55 2013] [warn] Socket file name /tmp/mod_mono_server_GalleryLive [Mon Jul 01 21:20:55 2013] [warn] try_connect: -1 [Mon Jul 01 21:20:55 2013] [warn] After setup_socket [Mon Jul 01 21:20:55 2013] [warn] No backend found, will start a new copy. [Mon Jul 01 21:20:55 2013] [warn] Acquiring the /tmp/mod_mono_dashboard_GalleryLive_2.lock lock for backend start [Mon Jul 01 21:20:55 2013] [warn] config->servers [0]->dashboard == 0x0 [Mon Jul 01 21:20:55 2013] [warn] config->servers [1]->dashboard == 0x7F2F61407000 [Mon Jul 01 21:20:55 2013] [warn] xsp address 0x7f2f6599c6c8, dashboard 0x7f2f61407000 [Mon Jul 01 21:20:55 2013] [warn] getting unix socket path [Mon Jul 01 21:20:55 2013] [warn] Socket file name /tmp/mod_mono_server_GalleryLive [Mon Jul 01 21:20:55 2013] [warn] try_connect: -1 [Mon Jul 01 21:20:55 2013] [warn] backend cannot be connected to. [Mon Jul 01 21:20:55 2013] [warn] Starting backend for alias GalleryLive [Mon Jul 01 21:20:55 2013] [warn] Applications: /:/var/www/gallery/ [Mon Jul 01 21:20:55 2013] [warn] Config file: (null) [Mon Jul 01 21:20:55 2013] [warn] Config dir.: (null) [Mon Jul 01 21:20:55 2013] [warn] Listen port: (null) [Mon Jul 01 21:20:55 2013] [warn] Listen address: (null) [Mon Jul 01 21:20:55 2013] [warn] Started new backend, sleeping 2s to let it configure [Mon Jul 01 21:20:55 2013] [warn] child started [Mon Jul 01 21:20:55 2013] [warn] PATH: /usr/local/bin:/usr/bin:/bin [Mon Jul 01 21:20:55 2013] [warn] serverdir: /usr/bin [Mon Jul 01 21:20:55 2013] [warn] PATH after: /usr/bin:/usr/local/bin:/usr/bin:/bin [Mon Jul 01 21:20:55 2013] [warn] getting unix socket path [Mon Jul 01 21:20:55 2013] [warn] Backend socket path: /tmp/mod_mono_server_GalleryLive Warning: unparsed command line arguments: /tmp/mod_mono_server_GalleryLive /:/var/www/gallery/ It seems there there is no "/tmp/mod_mono_server_GalleryLive" socket for it to connect to, so the error makes sense, but I can't see why this is the case. I can run mod-mono-server4 from the desired directory, and it seems to run fine. I've run sites using mod-mono from the repos before, but this is the first time I've compiled from source. vhost config is (this is also copied some a server using the repos and is working): <VirtualHost *:80> ServerAdmin webmaster@localhost ServerName gallery.internal.com DocumentRoot /var/www/gallery/ MonoServerPath GalleryLive "/usr/bin/mod-mono-server4" MonoApplications GalleryLive "/:/var/www/gallery/" <Location "/"> Allow from all Order allow,deny MonoSetServerAlias GalleryLive SetHandler mono </Location> ErrorLog /var/log/apache2/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel debug CustomLog /var/log/apache2/access.log combined </VirtualHost> I'm thinking that this could be a permissions error somewhere, but I've run out of places to look. Any ideas?
_______________________________________________ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list