Report this

What is the reason for this report?

How to install submin on nginx server

Posted on July 12, 2014

Hi I want to install a submin package in my ubuntu 14 droplet.

But i’m getting this error:

root@miargin:/etc/apt# sudo apt-get install submin2                                                                                                                
Reading package lists... Done                                                                                                                                      
Building dependency tree                                                                                                                                           
Reading state information... Done                                                                                                                                  
Some packages could not be installed. This may mean that you have                                                                                                  
requested an impossible situation or if you are using the unstable                                                                                                 
distribution that some required packages have not yet been created                                                                                                 
or been moved out of Incoming.                                                                                                                                     
The following information may help to resolve the situation:                                                                                                       
                                                                                                                                                                   
The following packages have unmet dependencies:                                                                                                                    
 submin2 : Depends: submin2-full but it is not going to be installed                                                                                               
E: Unable to correct problems, you have held broken packages.                                                                                                      
root@miargin:/etc/apt# sudo apt-get install submin                                                                                                                 
Reading package lists... Done                                                                                                                                      
Building dependency tree                                                                                                                                           
Reading state information... Done                                                                                                                                  
E: Unable to locate package submin                                                                                                                                 
root@miargin:/etc/apt# cd /sources.listsd  

Anyone can help me?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi, i’m creating a new virtual host to finish install submin package but i didn’t get to work fine.

I’m not an webserver expert… so i need help with this.

The steps to install submin are this: https://ssl.supermind.nl/collab/projects/submin/browser/INSTALL

I’m at step: “Configure NGINX”

Many thanks for your help.

Are you getting any errors when starting nginx? What’s the output of nginx -t?

Hi Kamal.

Here is the **nginx -t **output:

/etc/nginx/sites-available$ nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful

At sites-available i’m had a submin file that contains:

server {
   listen 80;
   server_name submin.miargin.com.ar;
                                                                                                                                                                  
   include /var/lib/submin/conf/nginx-webui-wsgi.conf;
                                                                                                                                                                  
   access_log /var/log/nginx/access_submin.log;
   error_log /var/log/nginx/error_submin.log;
 }         

And i’m had a symbolic link at sites-enabled called submin that reffers to submin file at sites-available.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.