Questions tagged [linuxmint]

Linux Mint is an operating system based on the Linux distribution Ubuntu.

Linux Mint is an operating system based on the Linux distribution Ubuntu.

The purpose of Linux Mint is to produce a modern, elegant and comfortable operating system which is both powerful and easy to use.

List of features:

  • works out of the box, with full multimedia support and is extremely easy to use;
  • both free of cost and open-source;
  • community-driven;
  • based on Debian and Ubuntu, it provides about 30,000 packages and one of the best software managers;
  • safe and reliable. Thanks to a conservative approach to software updates, a unique Update Manager and the robustness of its Linux architecture, Linux Mint requires very little maintenance (no regressions, no antivirus, no anti-spyware...etc).


70 questions
1
vote
1 answer

LAMPs w/Wordpress with 3 domains. Two work as expected. One redirects to one of the others

I have Mint 19.1; Apache 2.4; PHP 7.2; phpmyadmin, Wordpress 5.1.1 successfully installed and functioning. Site 1 Works as expected Site 2 Redirects to Site 1 without warning Site 3 Works as expected The ONLY thing that appears to be different…
Aranthorne
  • 11
  • 2
1
vote
1 answer

Nginx: Wordpress: Blank Page

When I try to access my webserver, I get a blank page. It is set up to work with wordpress, but it doesn't. This is my wordpress.conf (located in conf.d): server { listen 80; #listen 443 default ssl; server_name snapecraft.ddns.net; root…
realmayus
  • 13
  • 3
1
vote
0 answers

Fedora 23 and 24 surprisingly slow with Numpy dot and other functions

This question was initially asked on stackoverflow byt was found to be off-topic, the text below has been updated from the initial post with new details. I recently acquired a new PC with an i7 processor. I installed Fedora 24 on it, along with…
Alain
  • 111
  • 1
1
vote
0 answers

Sendmail will not accept user ID / pass in SMTPAUTH

To cut down on the possibility of spam, I'm trying to set up SMTPAUTH on my Sendmail (8.14.4 on Mint MATE 17.1 x64) installation. Users can retrieve mail from the server with IMAP or POP (using Dovecot), but cannot send mail. First, the daemon…
CharlesW
  • 31
  • 5
1
vote
1 answer

Cannot access Apache 2 virtual host on localhost

I originally set my web root in /etc/apache2/sites-available/000-default.conf to point to /home/me/www. Due to the requirements of a new project, I need to be able to set /home/me/www/vendor/www as its own virtual host as any local directory cruft…
1
vote
0 answers

Docker service with upstart

On linux mint 17 docker gives the following error when trying to start it via service docker start: start: Unknown job: docker I tried 2 versions already, the old 1.1 docker.io which is in the mint repository and the latest 1.5 from the docker…
zino
  • 11
  • 1
1
vote
1 answer

Proxy is not getting disabled on my Linux Mint Server?

I have unset all the proxy environment variables and also changed the proxy to None under Network Proxy. Despite doing this whenever I am running sudo apt-get update it tries to connect to the proxy server. Where s the problem?
1
vote
1 answer

Apache webserver not starting - Not sure what's wrong

I had installed apache webserver on my local machine (Linux Mint 15) and everything was working fine until I tried to install npm/nodejs. I'm getting this error whenever I try starting apache - module.js:340 throw err; ^ Error: Cannot find…
Sterex
  • 111
  • 7
1
vote
2 answers

You don't have permission to access / on this server - changing default www to NTFS drive

i have been struggling for a couple of days about this problem. I am trying to change the default www directory for Apache/2.4.6 (Ubuntu) web-server under LinuxMint16 and making it point to a NTFS hard disk that i share with another Windows…
Yari
  • 121
  • 1
  • 4
1
vote
1 answer

"getent passwd" enumerates users, "su " fails

I have an LDAP server with two BDB backends. The user accounts are split between the two backends. Backend A has a referral object to Backend B. I have tried to setup LDAP client authentication on Linux Mint 13. getent passwd lists users between…
Carlo
  • 163
  • 1
  • 10
1
vote
0 answers

Why is index.cgi displayed as content instead of being executed?

I am trying to make a site with index.cgi, if available, served up as the content. In /etc/apache2/sites-enabled/000-default, I have: DirectoryIndex index.cgi index.html DocumentRoot /home/jonathan/mirror The DocumentRoot is given…
Christos Hayward
  • 1,162
  • 3
  • 16
  • 35
1
vote
1 answer

Recurring "agent admitted failure to sign using the key" error with passwordless SSH

One of the machines on my network (Mint 12 workstation, up to date) periodically gets into a bad state wherein all outgoing SSH connections fall back to password authentication with the error "agent admitted failure to sign using the key" instead of…
cmckendry
  • 344
  • 2
  • 9
1
vote
2 answers

PHP5 package on Linux Mint Debian wont install properly

I"m running Mint Debian 64 bit and trying to install the PHP5 package to run on apache2. After running the following apache installs and I can get to http://localhost/ sudo aptitude install apache2 Then I install PHP5 using the following and php…
Tomaszewski
  • 111
  • 3
1
vote
3 answers

The cache is getting at full level so fast

Please, the memory and the cache are getting to the full level quite quickly under my linux mint 9 - isadora system. I used Ubuntu and Debian before, and it was not causing this issue at all. At the current time i typing the following command…
1
vote
1 answer

RAID arrays failed, now will not restart; mdadm --examine shows drive healthy but --assemble fails missing two disks

This is a Mint 21.1 x64 Linux system, which has over the years had disks added to RAID arrays until we now have one array of 10 3TB and one array of 5 6TB. Four HDs dropped out of the arrays, two from each, apparently as a result of one controller…
tsc_chazz
  • 905
  • 3
  • 14