Questions tagged [debian-stretch]

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

176 questions
4
votes
1 answer

debian 9.1 boot failed to connect to lvmetad. amd64

I keep seeing this on a new debian 9.1 install. There is only a slight delay during boot, but the following scan works fine. Small but annoying thing. Anything I need to fix? I tried searching through logs but could not find the event: :~# dmesg |…
gene
  • 41
  • 1
  • 5
3
votes
1 answer

NFS - Very slow performance with small files (Also with CIFS)

I am having very bad performance with NFS between two debian stretch machines, and I can't find a solution. I am using rsync at the server side in the exports file and tcp,hard,intr,rsize=32768,wsize=32768 at the client side as options when…
LincolnP
  • 207
  • 2
  • 7
3
votes
1 answer

How to serve PHP from root dir and userdir?

I tried multiple combinations but I must be missing something. Closer I got is with the following config file, I get static content in /var/www/html and /home/user/www, but php only works in the server root, I get 404 on userdir. server { …
user512558
3
votes
1 answer

Unable to schedule unattended upgrades in Debian Stretch

I am running Debian 9 Stretch. I have the following package installed. unattended-upgrades/stable,now 0.93.1+nmu1 all [installed] My 20auto-upgrades file looks like : # cat /etc/apt/apt.conf.d/20auto-upgrades APT::Periodic::Update-Package-Lists…
Jason Stanley
  • 185
  • 1
  • 11
3
votes
1 answer

Why does my PostgresQL 11 database cluster instantly shutdown after being started via systemctl?

I have installed PostgresQL 11 via apt-get on Debian 9. After installation I deleted the default database cluster and removed all services auto-starting that cluster. I've now ran initdb to initialize a new cluster in a custom location and written…
3
votes
2 answers

systemd : get status of target's sub jobs

TLDR How do I get a view of the status of all services on a target ? something like : # obviously, 'systemctl status' does not have this output : $ systemctl --user status service.target service.target: inactive (dead) ├── backend.service: …
LeGEC
  • 183
  • 7
3
votes
2 answers

NFSv4 mapping UID and GID on Debian Stretch

I use the following setup: NFS Server (Ubuntu 16.04 LTS) nfs-common 1:1.2.8-6ubuntu1.2 nfs-kernel-server 1:1.2.8-6ubuntu1.2 user: test (uid=1300) NFS Client nfs-common 1:1.3.4-2.1 user: testmf (uid=1350) On the client side, the user test exists…
3
votes
0 answers

Boot issue with Debian Stretch 9.4 (amd64) on Dell R710

I'm hoping someone has seen this and can assist. This is more of an annoyance than a true issue. I have a Dell R710 stacked with Debian 9.4 (amd64). The physical unit has the following characteristics: 2x Xeon X5550 32GB RAM Perc 6/i RAID…
Dave G
  • 146
  • 6
3
votes
2 answers

sendmail not sending [stat=Deferred: Connection timed out with ...]

novice trying to use sendmail for the first time. only issue mails never arrive (not even in spam) I have the following logs: mail.err is empty mail.log shows accepted for delivery but I also get stat=Deferred: Connection timed out with…
jotyhista
  • 57
  • 1
  • 1
  • 6
2
votes
1 answer

Nftables cannot process any commands

After updating from Stretch to Buster and moving from iptables to nftables, the nft command doesn't process any given command except for list, which doesn't print anything. The input nft flush ruleset prints: Error: Could not process rule: Invalid…
2
votes
0 answers

Clean OpenVPN3 on Debian 9 fails

I've just created a fresh Debian 9 with OpenVPN3 installed. I'm getting the following error: openvpn3 session-start --config server.conf Using configuration profile from file: server.conf Session path:…
Alfred Balle
  • 399
  • 2
  • 6
  • 22
2
votes
1 answer

Debian Stretch IPv6 prioritization

I have a Debian Stretch system with both IPv4 and IPv6 addresses and default gateway. IPv4 and IPv6 addresses in the internet are reachable. When I start a ping to a domain which has an A and AAAA DNS record the system pings the IPv4 address from…
PietH896
  • 21
  • 1
2
votes
0 answers

How do I get notified of automatic "apt-get update" errors?

On a Debian Stretch server, APT ist configured via /etc/apt/apt.conf.d/10periodic to automatically update itself every day. Hadn't I run "apt-get update" manually by chance, I wouldn't have noticed this error: W: Failed to fetch…
Larsen
  • 305
  • 2
  • 14
2
votes
1 answer

mod_rewrite on Debian Stretch breaks php7.0-fpm with AH01071: Got error 'Primary script unknown\n'

We've just built a new Debian 9.8 server to replace our 8.11 server in order to test and upgrade to php7. We've installed apache2, php7.0-fpm and brought over out existing virtual host config, which has this in it:
jaydisc
  • 459
  • 1
  • 7
  • 19
2
votes
1 answer

Push works but no changes to the Remote Repository

I am hosting a git server on my Debian Stretch server in the /var/www/example.com/html directory. I am able to push files to this server on my local computer if I first clone the git repo by doing this on my windows 10 local…
DebianNoob
  • 23
  • 2
1
2
3
11 12