Questions tagged [debian-stretch]

Stretch is the code name of Debian 9.0 release expected in the mid of 2017

174 questions
1
vote
2 answers

Debian 9 Stretch LAMP Setup With Sandboxed Users using FPM

I'm trying to set up Apache and FPM on Debian 9 the way we had previously done with Debian 7 and 8. Due to, I believe, the deprecation of mod_fastcgi in favor of mod_proxy_fcgi in Apache 2.4 and the subsequent removal of it from the Debian 9 apt…
Josh
  • 143
  • 2
  • 11
1
vote
1 answer

Upgrade to debian 9 but keep package from debian 8?

We're using a custom repository to install a full-http2 compliant patched version of nginx that is available for jessie.The repository is called dotdeb, and I can't find any reference to debian 9 strech. (http://packages.dotdeb.org/dists/) Can I…
Tristan
  • 498
  • 2
  • 9
  • 27
1
vote
1 answer

Correct symbolic link to load ssl module on compiled apache 2.2

I'm trying to replicate a server configuration for an old system, which uses old apache and php versions, specifically apache 2.2.4, in order to compile this version of apache, I had to install openssl 0.9.7 (to avoid an error while compiling…
1
vote
1 answer

Upgrading Debian Jessie to Stretch

I followed this tutorial but failed. I got a lot of PHP not found found errors after update/upgrade commands, but I continued hoping Stretch would replace the PHP stuff. Now sudo apt-get update gives following errors: W: There is no public key…
Anarkie
  • 111
  • 6
1
vote
0 answers

Modsecurity...Host header is a numeric IP address Cannot serve directory no matching directoryindex

my system is Debian 9 Apache2 php-fpm i am experiencing an error with one of the websites on my webserver. I have tried adding an index.html file into the public_html directory (and disabling htaccess and wordpress index.php), however it appears to…
adam
  • 11
  • 3
1
vote
1 answer

dovecot socket not found running as service

I got a strange problem concerning dovecot. My dovecot was working flawlessly on my cubietruck until yesterday, when I upgraded from debian/jessie to debian/stretch (armhf). /var is symlinked to another mounted drive (mountpoint /extended): /var ->…
SirFartALot
  • 111
  • 1
  • 4
0
votes
0 answers

blocked In-Bound Registration for ejabberd-18.12.1-2 because Spam

On my debian stretch vps I have a xmpp server ejabberd-18.12.1-2 ~ bpo9 + 1. The anti spam precautions I took are: registration_timeout: 2600 A captcha to protect IBR (in-bound registration) which I thought was a nuisance necessary for users who…
Gab
  • 1
0
votes
0 answers

Apache child process does not exit and is not terminated

I am running a web application with Debian 9, Apache 2.4, mod_wsgi 4.5, django 1.11 and python 2.7. My apache conf is ServerTokens Prod ServerSignature Off FileETag MTime Size Header set X-Frame-Options SAMEORIGIN
0
votes
1 answer

Permission error while configure Chrome Remote Desktop to use Xfce by default

I'm trying to setting up Chrome Remote Desktop on my VM instance (Debian GNU/Linux, 9 (stretch), amd64) on Google cloud. I tried to install Xfce as desktop environment. I installed Xfce component successfully with these command. sudo…
0
votes
0 answers

docker phpmyadmin container exporting DBs as html instead of sql

My phpmyadmin container is exporting sql databases as html files when explicitly set to export as a sql file. I've already updated the php.ini file to max_input_vars = 10000 and max_allowed_packet=500M in my.cnf
user532391
0
votes
1 answer

After upgrade debian 9 (stretch) to debian 10 (buster) command 'apt upgrade' fail because a driver

I can not install or remove any package using apt. Gnome desktop environment does not work either. root@debian:~# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: …
0
votes
2 answers

Postfix Delivery failure

I have a problem with my mail server (Postfix+Dovecot) which can receive but sadly can not deliver mails! For information, the server is running on Debian 9 and is hosted by OVH. Here are the /var/log/mail.log entries of whats happening when I try…
GreenK
  • 3
  • 4
0
votes
1 answer

ls and find hangs on a folder. What to do?

I have a proxmox cluster with two nodes (s1 and s2). On s2 listing a certain directory hangs forever (like in this question): $> strace -vf ls -l /etc/pve/nodes/s2 [...] open("/etc/pve/nodes/s2", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) =…
Nicu Tofan
  • 101
  • 4
0
votes
1 answer

pam_radius_auth : DEBUG : getservbyname(radius,udp) returned -1217119556 on DEBIAN 9.6

I have two debian servers connected. I set FreeRADIUS on a Debian Server (10.10.10.20). And I'd like the another Debian Server (10.10.10.10) can login locally using the users listed on RADIUS Server. I use libpam-radius-auth. But when I try to login…
0
votes
1 answer

Why can't set bin log for MariaDB in Debian 9?

It is simple to set bin log for mysql in centos,just uncomment the line in /etc/my.cnf. Before uncomment in my.cnf. #log_bin = /var/log/mysql/mysql-bin.log Uncomment it in my.cnf. log_bin = /var/log/mysql/mysql-bin.log No /etc/my.cnf in…
showkey
  • 115
  • 1
  • 4
  • 19