Stretch is the code name of Debian 9.0 release expected in the mid of 2017
Questions tagged [debian-stretch]
174 questions
0
votes
1 answer
Debian stretch allow only nfs version 4.1 or higher
I am running Debian 9.0 (Stretch) with nfs-kerner-server from the repositories.
How can I restrict connections with protocol version lower then 4.1?

Philipp S.
- 103
- 2
0
votes
2 answers
radiusclient on debian 9
I have debian 9 server and want to setup a Xl2tp with radius authentication.
When I add plugin radius.so on my ppp options, it try to read /etc/radiusclient and unfortunately I don't have libfreeradius-client package on debian stretch…
0
votes
1 answer
Debian 9: Can't contact LDAP server with ldapi protocol
On my client on pam authentication (libnss-ldap and libpam-ldap packages and configuration) there is a configuration which leads me to
nss_ldap: failed to bind to LDAP server ldapi://172.16.10.174/: Can't contact LDAP server
My server is started…

Philippe Gachoud
- 1,687
- 16
- 21
0
votes
1 answer
Upgrading from Debian 8 (Jessie) to 9 (Stretch)
I am in the process of updating my Debian 8 (Jessie) machine to Debian 9 (Stretch)
Current kernel version is :
# uname -a
Linux host 4.9.0-0.bpo.6-amd64 #1 SMP Debian 4.9.88-1+deb9u1~bpo8+1 (2018-05-13) x86_64 GNU/Linux
Right now Ive made sure that…

Jason Stanley
- 185
- 1
- 1
- 11
0
votes
1 answer
nginx loads php, but not html
so, to start off with, yes, I have looked for a solution, but I can't find it. I know the issue is with my rewrite code, but I don't know enough to fix it.
I'm using nginx and php-fpm on debian 9.5.
php loads just fine, but .html doesn't work…

Tomo-Nyan
- 3
- 2
0
votes
0 answers
Why does nginx automatically restart (and fail to do so)
Once in a while, for a reason I don't understand (I'm a very amateurish admin), nginx automatically restarts, fails to do so, which results in an interruption of service. It happened this morning:
$ journalctl -u nginx
-- Logs begin at Mon…

nicoco
- 157
- 2
- 2
- 9
0
votes
1 answer
Java daemon keeps failing due to FileInputStreamException for config files outside its jar package
I want to implement a Java application as a daemon / service that runs on my Raspberry Pi with standard Debian Stretch (Kernel version 4.9).
The java application starts but then throws an exeption because it cannot read an important config file…

EliteRaceElephant
- 103
- 2
0
votes
0 answers
Debian 9.5 with MariaDB 10.1.26. Can't write into outfile in a directory if it's in /home/, works fine if it's in /var/. Dirs chowned for mysql:mysql
I'm running MariaDB on Debian 9.5. I've done the following in the Debian shell:
mkdir /home/db_out_test
chown mysql:mysql /home/db_out_test
mkdir /var/db_out_test
chown mysql:mysql /var/db_out_test
Then I log in to MariaDB and run the following…

Logan Jones
- 161
- 5
0
votes
2 answers
Others users can change root password?
I've disabled root SSH login and I wanted to change my root password for a strong one.
I was logged in with an admin user and used the following:
sudo passwd root
I expected it to ask for my root password but it asked for my admin password and then…

cyclone200
- 125
- 6
0
votes
1 answer
Postgresql wont start anymore
Debian 9.5 - postgresql cluster 9.4. It's not a fresh installation - it was a perfectly decently running system, until I tried restarting the service
all commands: /etc/init.d/postgresql start and service postgresql start and systemctl start…

RazorHail
- 165
- 1
- 9
0
votes
1 answer
Apache on Debian Stretch Keeps Getting Segmentation Faults
I have several servers running Debian Stretch and I keep running into an issue where the process will hit a segmentation fault and stop. It will not return to service until I manually run service apache2 restart. I'm trying to figure out what is…

Josh
- 143
- 2
- 11
0
votes
0 answers
RAM and CPU at 100% caused server to autorestart, why?
I am using a server at OVH. And I never had any problems until now.
Apparently the server seems to work without any problems, I mean no HW faults. We have run many HW tests for RAM, CPU and disks. Nothing pop up.
It means that for the moment the HW…

Alessandro Perucchi
- 61
- 1
- 8
0
votes
1 answer
OpenLDAP auditlog overlay module does not get loaded on Debian
I use OpenLDAP on Debian Stretch. I wanted to use the auditlog overlay module, however it does not seem to load.
I added the module auditlog to my config
# module{0}, config
dn: cn=module{0},cn=config
objectClass: olcModuleList
cn:…

TylerDurden
- 191
- 1
- 3
- 14
0
votes
0 answers
Geo restriction of nearly all advanced functions for my Multi-Functional Personal Server
First of all, be patient, as this is a pretty deep issue, at least for me.
facts:
What am i trying to create?
A multi-functional personal Debian-based (9.4 x64) server with these functions:
1- A Web Server - Using NginX (with active SSL from Let's…

JohnAntoineG
- 1
- 2
0
votes
0 answers
debian 9 script to add sudo user
I was trying to make a script to set up a sudo user .
Copy pasting one by one Debian commands work , but not running in script .
Debian9=$(lsb_release -a 2>/dev/null | grep '^Description' | awk '{print $2}')
if [[ $Debian9 == Debian ]] ; then
…

p.la
- 23
- 5