Questions tagged [debian-jessie]

Debian 8.0 ("Jessie") was initially released on April 26th, 2015. Long term support is available until June 30th, 2020.

Debian 8.0 ("Jessie") was initially released on April 26th, 2015. Long term support is available from the Debian LTS team until June 30th, 2020.

298 questions
0
votes
0 answers

Debian | Broken dependencies after update with testing repository

i'm currently having a dependency problem with a debian jessie resulting from a system upgrade with a testing repository enabled. Is there a safe way to go back to my previous configuration? Not sure why the testing repository was configured…
Raumfisch
  • 1
  • 1
0
votes
1 answer

Varnish 5 seconds delay

I have a strange problem with varnish, it's in front of an API and it's caching the whole responses. It mostly works fine, but from time to time a request will take 5 seconds (or rarely 10 seconds, or 15 seconds .. always an increment of 5) more…
Ulrar
  • 387
  • 6
  • 23
0
votes
1 answer

Docker failing to start in Debian 8 (status=1/FAILURE)

i have a Linux Server that's running Debian 8 Jessie and i'm trying to install Docker following this gist on Github. I'm getting the following error returned anytime i try to start the Docker service: admin@srvr1:~$ sudo systemctl status…
Joao Serra
  • 1
  • 1
  • 2
0
votes
0 answers

Apache service not responding and hanging whole server

We have a Debian box that has Apache installed, whose job is mainly (also serves some locally hosted PHP files) serving as a reverse proxy for Tomcat based web apps that run on other servers. From time to time we either get an alert from UptimeRobot…
gvasquez
  • 153
  • 8
0
votes
3 answers

Postgresql Postfix: connect to pgsql server unix:/var/run/postgresql: could not connect to server

I am trying to use Postfix to authenticate into a postgresql database on an experimental debian 8 server. My postgresql configuration is the following: The /etc/postgresql/9.4/main/pg_hba.conf file: # Database administrative login by Unix domain…
Dimitrios Desyllas
  • 563
  • 2
  • 11
  • 30
0
votes
2 answers

Postgresq 9.5l: peer authenticate user with usermap (provided user name (^dbuser^) and authenticated user name (^sysuser^) do not match)

On my server I am trying to peer authenticate some users using usermap on the postgresql 9.5 installation. What I am trying to do is to map user mailreader as you can see: postgres=# \du List of roles Role name | …
Dimitrios Desyllas
  • 563
  • 2
  • 11
  • 30
0
votes
1 answer

NFSv4 client unable to mount export containing brackets or spaces but works on NFSv3

There is an issue with NFSv4 when you try to mount a path containing a space and or a bracket character. NFSv3 works fine using the path that uses a symbolic link to the actual folder and NFSv4 does not. I am unable to change the Dropbox…
Brad
  • 250
  • 1
  • 11
0
votes
1 answer

Suppressing PHP errors with Nginx and php-fpm

Try as I may, I can't suppress error messages from PHP (using php-fpm) being displayed. Relevant files; /etc/php5/fpm/php.ini:display_errors = Off /etc/php5/fpm/pool.d/www.conf:php_flag[display_errors] =…
Ross
  • 1
  • 3
0
votes
1 answer

Permission Issues with nginx 1.12.0 and php7.1-fpm on Debian Jessie

I have configured php-fpm, and nginx for development under a home folder, and I've been unable to resolve a permissions issue. It appears that php7.1-fpm.sock still refuses a connection, even though all permissions appear to be…
Darin Peterson
  • 157
  • 1
  • 9
0
votes
1 answer

NFS transfer delay

I adopt a bunch of webserver with a NFS storage behind the setup from an administrator who left our company. The setup consists of eight webservers and one NFS storage server which work together. The NFS storage server is mounted in the /etc/fstab…
0
votes
1 answer

How to keep orig_to with maildrop?

I have configured a personal mail server with Postfix + Maildrop and Mysql for virtual domains, mailbox and aliases. My problem is the lost of the orig_to field only when maildrop comes in action after spamassassin. Here logs when I send an email…
Totinette
  • 1
  • 3
0
votes
1 answer

Configure outgoing IP address on Debian

I have a VPS that is hosted by ovh.com and I added a new IP address. The first one is 51.254.117.162 The one I added is 46.105.47.86 I searched far and wide on the internet, but I can't find a way to set my VPS so the outgoing traffic uses the…
0
votes
1 answer

Letsencrypt: Expiration Dates of Certificate differ

I've installed Letsencrypt on my server. The certificates were issued on Feb 22nd, so it's time to renew. The documentation says, sudo certbot renew should renew my certificates. But running sudo cerbot renew gives this response: The following certs…
z80crew
  • 101
  • 2
0
votes
3 answers

configure nginx to so all domain can /phpmyadmin

I'm triyng to setup nginx so every vhost can access phpmyadmin like so example.com/phpmyadmin I tried using this configuration but no luck this is my default file server { #return 404; location /phpmyadmin { root…
phper
  • 155
  • 9
0
votes
1 answer

Unable to start vsftpd in Debia 8?

Ok my boss asked me to install and setup vsftpd in Debian 8.7 but I can not start it with service vsftpd start But I get this error, -bash: service: command not found I tried to apt-get install service but I get, E: Unable to locate package…
djangoman
  • 125
  • 4