Questions tagged [debian-stretch]
178 questions
55
votes
9 answers
Debian stretch repositories 404 Not Found
Today I started to get these errors messages when i run apt-get update
404 Not Found
E: The repository 'http://security.debian.org stretch/updates Release' does no longer have a Release file.
Do you know what could be the cause of it?
I have…

Luis Herrera
- 1,092
- 1
- 7
- 11
14
votes
4 answers
docker - start failed because /etc/fstab not found
I'm using Window Linux Subsystem (Debian stretch). Followed the instruction on Docker website, I installed docker-ce, but it cannot start. Here is the info:
$ sudo service docker start
grep: /etc/fstab: No such file or directory
[ ok ] Starting…

qwang07
- 1,136
- 2
- 11
- 20
12
votes
4 answers
bash: npm: command not found in Debian 9.3
I am using Debian 9.3. (stretch) I cannot run "npm" commands.
Output for node -v
bash: node: command not found
Output for nodejs -v
v4.8.2
Output for npm -v
bash: npm: command not found
I'm a newbie on Debian and I can't understand what's…

Orlando Cartagena
- 133
- 1
- 1
- 6
10
votes
2 answers
R 3.6 on debian stretch
I need to run 3.6 on debian stretch - I followed the instructions here:
https://cran.r-project.org/bin/linux/debian/
and used this repo:
http://lib.stat.cmu.edu/R/CRAN/bin/linux/debian stretch-cran35/
I was able to install it. But 2 packages I…

Larry Martell
- 3,526
- 6
- 40
- 76
7
votes
1 answer
"bash: sysctl: command not found" in debian:stretch-slim
when I pull the debian:stretch-slim from hub.docker.com, and then run a container(root), I find that bash: sysctl: command not found.
How can I use sysctl in debian:stretch-slim?
and many images are builded from debian:stretch-slim, so when I want…

Wei
- 451
- 1
- 5
- 15
7
votes
6 answers
"Failed building wheel for regex" while installing pip package
I am having issues installing a pip package on Windows 10 WSL running Debian Stretch.
While running sudo pip install invoice2data, with python3-pip installed I run into following errors.
error: command 'x86_64-linux-gnu-gcc' failed with exit status…

Sašo
- 410
- 1
- 4
- 10
6
votes
3 answers
Install Kubernetes (kubectl, kubeadm, kubelet) on debian stretch
I would like to install Kubernetes on my debian machine:
Distributor ID: Debian
Description: Debian GNU/Linux 9.5 (stretch)
Release: 9.5
Codename: stretch
Looking into google deb package archive I only find the package for…

Literadix
- 1,379
- 1
- 18
- 31
6
votes
0 answers
Debian 9, rbenv & ruby 1.9.3: openssl not available
I installed rbenv and tried to install ruby 1.9.3 on Debian 9 as instructed here https://github.com/rbenv/ruby-build/wiki
OpenSSL bindings on Debian
Because of OpenSSL incompatibility in Debian (7.5 and above), Ruby might fail to compile without…

tujuni
- 96
- 8
6
votes
2 answers
Failed to bind to CoreCLR
I'm attempting to deploy a Framwork-Dependant .Net Core app to Debian 9 Stretch, but when I launch the .net app it throws the error:
> Failed to load ▒݅, error: libunwind.so.8: cannot open shared object file: No such file or directory
> …

Menefee
- 1,475
- 1
- 17
- 26
4
votes
2 answers
How to enable SVG support for Imagemagick
I need to do some SVG manipulation, specifically create PNG thumbnails from SVG icons.
This works fine when running the site through MAMP, but not when running it through DDEV.
When running convert -list configure it justs it as --without-rsvg,…

Dion S. Jensen
- 167
- 2
- 14
4
votes
2 answers
After a reboot the DRBD comes up with Connected Diskless/Diskless status
After an unattented power loss, facing a major issue, every reboot the DBRB comes up with Connected Diskless/Diskless status.
main problems:
dump-md response: Found meta data is "unclean"
apply-al command terminated with exit code 20 with message…

Gabor Koltai
- 431
- 6
- 11
4
votes
1 answer
Missing php-redis repository in docker debian stretch image
I'm missing the repository that includes the php-redis package. Inside my debian 9/stretch docker container I run the following:
root@dcc82d674095 [19:36:46] [/var/www/html]
-> # apt-get install php-redis
Reading package lists... Done
Building…

domdambrogia
- 2,054
- 24
- 31
4
votes
0 answers
How to solve npm ERR! code ERR_INVALID_OPT_VALUE
I went to install nodejs and npm on Debian9 like this with the root account because npm is not included in the legacy debian package :
curl -sL https://deb.nodesource.com/setup_8.x | bash -
.../...
## Run `apt-get install nodejs` (as root) to…

dubis
- 378
- 1
- 7
- 22
4
votes
2 answers
C: How to link with different library versions at the same time
I produce a dynamic library (libfoo.so) requires libcrypto.so.
Which works fine in the build platform (I build it in Ubuntu 16.04). However when I move the same library to Debian Stretch 9.3, it start to complaining missing libcrypto.so.1.0.0. The…

cityzz
- 301
- 2
- 12
3
votes
1 answer
The repository 'http://apt.postgresql.org/pub/repos/apt stretch-pgdg Release' does not have a Release file?
I have an error when I am building my Docker containers. It seems that there are problems with Postgres Stretch for Debian. I saw that Debian strech was removed and no longer supported.
I found similar problem here: The repository…

bubamara
- 31
- 3