Questions tagged [debian-stretch]

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

174 questions
0
votes
1 answer

Debian 9 - Unable to update apt

I recently installed Debian 9 and since some days ago I can't update apt. I tried to ping other PC in LAN network and it can't reach they but it can ping the router. From other PC of the LAN network I can reach the Debian PC. resolv.conf nameserver…
gobbo001
  • 1
  • 4
0
votes
1 answer

Permission error from Supervisor when full PHP path not specified

I've compiled PHP from source on Debian Stretch in a docker container. I have added this entry to my Supervisor config: command=/bin/sh -c 'QUEUE=orders/create APP_INCLUDE=/var/www/html/jobs/OrdersCreate.php php…
Asa Carter
  • 249
  • 1
  • 3
  • 15
0
votes
0 answers

iptables command , iptables: No chain/target/match by that name

So I'm trying to install and test out Github loadbalancer.For this I need to configure the proxy servers behind the loadbalancer. One of the last steps involved in configuring it is to configure iptables: sudo iptables -t raw -A INPUT -p udp -m udp…
0
votes
0 answers

Let's Encrypt SSL on Google Cloud

I am utterly failing to find a working guide for installing Let's Encrypt certificates on a single Google Cloud virtual machine. I'm pretty clearly getting the picture that just doing the Apache webserver configuration isn't enough. The information…
0
votes
1 answer

Are there special prerequisites for installing Docker inside a virtual machine running debian stretch?

I am trying to install Docker inside a virtual machine running debian stretch that i was provided access to by my company. Searching through forums i read many posts claiming this is working out-of-the-box. However when following installation guides…
user393856
  • 185
  • 3
  • 15
0
votes
0 answers

Proxmox KVM IPv6 Routed not working

I got a /48 v6 assigned by my Provider with a dedicated server, on which I did install Proxmox 5. My Issue is, that the dhcpdv6 should assign the VM a fixed ip, but it does not get the IP assigned. I also deployed a ndpd. My current network config…
Ne00n
  • 11
  • 3
0
votes
0 answers

Debian 9 Joined to Active Directory

I'm trying to configure a few Linux servers (Debian 9.5) to authenticate against our Active Directory server. I have the basics completed, following this video: https://www.youtube.com/watch?v=LSShUG75pWw I'm not doing the samba part, I just want…
0
votes
1 answer

needrestart keeps restarting some failed services

I get this message in logs: Jan 16 06:01:02 examplehost systemd[1]: xrdp-sesman.service: Unit entered failed state. This may stem from the fact that I disconnected from xrdp session without logging out. OK, so I run needrestart. It keeps restarting…
LetMeSOThat4U
  • 1,371
  • 2
  • 17
  • 35
0
votes
2 answers

Tons of OpenDKIM Issues

I for the life of me cannot get OpenDKIM to work correctly. I can send and receive messages just fine with postfix and roundcube. I have tried tons of things to get this working. At this point, I am not getting any errors, but OpenDKIM is not…
Shane Becker
  • 41
  • 1
  • 8
0
votes
1 answer

PHP 5.6 with Debian 9 -> mysql connection

I created an debian 9 machine with ISPConfig - standard stuff (after this tut: https://www.howtoforge.com/tutorial/perfect-server-debian-9-stretch-apache-bind-dovecot-ispconfig-3-1/ ). Comes with PHP 7 out of the box... I added PHP 5.6 (after this:…
Spacey
  • 3
  • 1
0
votes
0 answers

Debian 9 file system CIS-CAT hardening issues

I'm performing a CIS-CAT scan and I'm questioning the results of the scanner being poorly designed. Now I am running on Debian 9 which isn't officially supported by the scanner but I can get it to run and I've implemented 95% of their requirements…
Brad
  • 250
  • 1
  • 11
0
votes
1 answer

NGINX Calling page will download strange file + Certbot can't install certificate

Problem: Certbot returns a urn:ietf:params:acme:error:connection-error when trying to install a certificate for subdomain rainloop.example.com. EDIT: As to be seen in the "EDIT" segment below there's a way more important problem, probably the cause…
0
votes
1 answer

(Can't load main.ndb) ClamAV Deamon Virus signature DB Error

I installed ClamAV as a "normal" application and inside the daemon mode. After the installation, the daemon status says the following part. clamd[7425]: LibClamAV Error: cli_parseadd(): Problem adding signature (1b). clamd[7425]: LibClamAV Error:…
ZPascal
  • 143
  • 1
  • 1
  • 7
0
votes
1 answer

python-pyicu Sub-process /usr/bin/dpkg returned an error code

I can't remove or update python on debian Stretch /var/lib/dpkg/info/python-dnspython.postinst: 6: /var/lib/dpkg/info/python-dnspython.postinst: pycompile: not found dpkg: Fehler beim Bearbeiten des Paketes python-dnspython (--configure): …
Koda
  • 57
  • 1
  • 1
  • 6
0
votes
2 answers

Can't Execute Script Commands via SSH

I'm currently working on a project I inherited that requires me to document the process for setting up a device we use to reimage our machines and install software on them. I'm using a Raspberry Pi as the host to install the OS and software and have…