Stretch is the code name of Debian 9.0 release expected in the mid of 2017
Questions tagged [debian-stretch]
174 questions
1
vote
1 answer
Gluster Mount via Systemd
I need to get a gluster volume to mount on boot. Placing it in /etc/fstab does not produce reliable results.
I setup the following systemd service:
[Unit]
Description=Gluster Mount
[Service]
Type=oneshot
ExecStart=/bin/mount…

Aaron A
- 239
- 2
- 14
1
vote
0 answers
Postfix is unable to resolve IP addresses when running in chroot on Debian Stretch
I was trying to setup my own mailserver and for some reason or another postfix is unable to resolve names or IP addresses when running in chroot. I tested this on a vanilla Debian Stretch/postfix installation.
My postfix conf:
# postconf…

TylerDurden
- 191
- 1
- 3
- 14
1
vote
1 answer
Let systemd use kexec as default reboot method
On debian stretch with systemd, it is possible to reboot using the systemd command systemctl kexec.
Also, systemd handles all reboots:
# ls -l $(which reboot)
lrwxrwxrwx 1 root root 14 Jul 5 2017 /sbin/reboot -> /bin/systemctl
Because a reboot…

Zulakis
- 4,153
- 14
- 48
- 76
1
vote
1 answer
Boot over an Debian Router from an PXE SERVER in an other Network
i´ll need your help.
I set up an Network with Debian 9.3.0.
The target of this project is that i can boot Clients in the Network B.
So i set up an Router with 2 NICs configured them to
Network A:--------------DebianRouter:-------Network…

Nils Schöffel
- 23
- 6
1
vote
2 answers
Running systemd units in user space in debian
I'm trying to setup a unit to run on Debian Stretch under a regular user. I connect to it over ssh.
I first did this as root (username being the user in question):
# loginctl enable-linger username
And then when I run:
# systemctl --user
I…

Tomasz Rakowski
- 111
- 3
1
vote
2 answers
occasional SSL errors on nginx 1.13.8 with let's encrypt cert
I'm using a self compiled nginx/1.13.8 with the additional modules brotli and headers-more-nginx-module but my bug occurs independently from activating brotli or not. Server is running Debian 9. Most of the time everything works but sometimes one or…

phip1611
- 111
- 5
1
vote
1 answer
ProFTP DefaultRoot setting on different ports
I have had ProFTP 1.3.2 and configured it to run for the same user on different ports with different root directories. Basically, the configuration was:
Port 1
AuthAliasOnly on
UserAlias xxx yyy
DefaultRoot…

Thomas Weller
- 135
- 11
1
vote
0 answers
Implement suppression list in Exim for some senders only
I have an Exim router that for some senders delivers mail via a smarthost:
send_via_ses:
driver = manualroute
domains = ! +local_domains
transport = ses_smtp
route_list = * email-smtp.eu-west-1.amazonaws.com;
senders =…

Jarle Hammen Knudsen
- 111
- 1
1
vote
1 answer
How to reattach Fibre channel drive when server reboots
I have two servers connected via point-to-point Fibre Channel (QLogic cards).
The file server is running FreeBSD and has the iSCSI Target
The other is running Debian and is the Initiator.
The target from the fileserver shows up as /dev/sdb on the…

dwilliss
- 139
- 5
1
vote
1 answer
virt-install - Couldn't find hvm kernel for Red Hat Enterprise Linux tree
I'm trying install virtual machine (KVM) with Cisco ISE 2.1 on Debian 9 via CLI.
Here is my script
virt-install --arch=x86_64 --name=ise21 --disk path=/var/lib/libvirt/images/ise/ise21.qcow2 --ram=6144 --cpu=host --os-type=linux --hvm…

SpriteCZ
- 31
- 1
- 6
1
vote
2 answers
Cannot connect to Azure AD Domains Service LDAPS using ldapsearch
I'm having some issues trying to connect to ldapsearch to azure ad domains service. From various SO links and how-to's, we've found some commands to try, but none seem to be working.
The bind/base DNs that we're using are apparently correct…

Reverend Tim
- 879
- 8
- 14
1
vote
0 answers
Debian 9 automated install (OpenVZ) hangs on two different dialog screens
After redoing the installation by hand, I have more information, so therefor I am editing my post completely so it's better readable and hopefully someone can provide a workable solution or workaround for this issue.
I am using an OpenVZ container…

HudsonHawk
- 103
- 2
- 14
1
vote
1 answer
Icingaweb2 mysql-ido setup warning: safe to proceed?
I'm doing a test run of Icinga2 as a replacement for my shop's Nagios system, but like many others I've run into some trouble with the set-up of the web ui.
It's at the database setup, which seems to be especially troublesome if you're running…

pyansharp
- 111
- 3
1
vote
3 answers
Able to ping two linux machines but cannot mount nfs share from one to another
Okay so I'm new to all this stuff. I've never worked on Linux servers before. I have an Ubuntu server and Debian stretch ver 9. I installed nfs server on Ubuntu and nfs client on Debian. The machines are able to ping one another but the problem is…

Chirag
- 11
- 1
- 2
1
vote
0 answers
systemd unit doesn't start on boot on Debian 9, but starts fine when started manually after boot and on boot on Debian 8
I have a systemd unit intended to establish a SSH tunnel between two servers. The server which has the unit runs Debian 9. This is what the .service file looks like, except for a few Documentation directives which I have elided here for brevity…

user
- 4,335
- 4
- 34
- 71