Questions tagged [debian-stretch]

178 questions
3
votes
1 answer

Enabling core dumps on Debian 9

I've noticed my Debian 9 VM doesn't create a core dump with kill -s 6 . Looked into ulimit, suid_dumpable, core_pattern - they seem OK to me. The message after kill doesn't show (core dumped), and there is no core file in either the working…
jenoola
  • 33
  • 3
3
votes
1 answer

How run a simple Java program with the client/server Nailgun (on Debian Stretch)?

I'm try to use Nailgun on Debian GNU/Linux 9 (stretch). "Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead. Programs run in the server (which is implemented in Java),…
Olivier Pirson
  • 737
  • 1
  • 5
  • 24
3
votes
0 answers

E: Unable to locate package usbmount

I've installed a debian stretch container in docker (via portainer.io) and was able to install openssh-server via apt-get install. After a successful connection with PuTTY, i'm not able to install usbmount which i need for later purpose.. i…
Paul
  • 49
  • 5
3
votes
2 answers

Composer & Plesk, encountering PHP version difficulties

Am currently attempting to get my Laravel application running behind Plesk Onyx. Now when trying to run composer install, I get the following error messages: Your requirements could not be resolved to an installable set of packages. Problem 1 …
Johnny
  • 272
  • 2
  • 15
3
votes
0 answers

Impossible to install PHP 7.1 on Debian Stretch

I'm trying to install PHP 7.1 on Debian stretch and i get this error: root@67a59862eeed:/var/www# apt install php7.1-apcu php7.1-bcmath php7.1-cli php7.1-curl php7.1-fpm php7.1-gd php7.1-intl php7.1-mcrypt php7.1-mysql php7.1-soap php7.1-xml…
wawanopoulos
  • 9,614
  • 31
  • 111
  • 166
3
votes
2 answers

Tensorflow GPU for debian

Is it possible to install tensorflow GPU in debian? I am using Nvidia GTX 1070 ti and debian 9.3.0. I have tried several tutorials for Ubuntu but failed as debian doesn't have the same PPA repository supported by Ubuntu, also saw many saying that…
Santhosh
  • 431
  • 5
  • 16
3
votes
0 answers

Can't open Mendeley Desktop on Debian Stretch QSslSocket errors

I tried opening Mendeley through my terminal and got a bunch of errors and a pop-up window that says Mendeley Desktop is already running but may not be responding. Click the Mendeley icon in the taskbar or dock to activate it. But there's…
user1153070
  • 139
  • 8
2
votes
1 answer

Can not install php7.4-soap on Debian 9

I am using Debian 9, and I recently upgraded PHP from 5.6 to 7.4. I was hit by the Class 'SoapClient' not found error when running an old PHP script, which worked very well under PHP 5.6. The phpinfo() lists "SOAP" module but it doesn't have a…
Gavin Delaney
  • 23
  • 1
  • 5
2
votes
1 answer

ssh service is not getting started after upgrading debian 8 jessie to debian 9 strech

ssh service is not getting started after upgrading debian 8 jessie to debian 9 strech ● ssh.service - OpenBSD Secure Shell server Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled) Active: failed (Result:…
Dhaval Shah
  • 144
  • 1
  • 8
2
votes
0 answers

Problem with setup specific permissions for folders/files via ACL rights under Debial Linux 9.5

please I want to ask you about setting specific permissions for files and folders via ACL rights under Linux. I have got problem with setup permissions for files. Folders works correctly. I have got folder: /test (with permissions -> chmod 777…
SED85
  • 21
  • 1
2
votes
1 answer

I have a problem with spaces in folder name

I'm using the following function, to find files with specific file extensions within a given folder and all subfolders: function FindVideoFiles($startfolder,$specificextensions){ $it = new RecursiveDirectoryIterator($startfolder); …
2
votes
2 answers

Linux: Curl installed but -bash: :curl: command not found

Running Debian Stretch on an r710. Using the non-free/contrib build for driver support. When I try to use packages that I've installed (curl, zpool, etc), I have to include the path to the package... Which is a pain when I don't always know where…
Chase Westlye
  • 381
  • 2
  • 6
  • 20
2
votes
1 answer

postgresql – No crypt function on Debian stretch

I have PostgreSQL 9.6 installation on my Debian Stretch (9). When I want to use crypt() or gen_salt() functions, it says: ERROR: function gen_salt(unknown, integer) does not exist LINE 1: select gen_salt('bf', 8) ^ HINT: No function…
jiwopene
  • 3,077
  • 17
  • 30
2
votes
1 answer

How do I properly provide arg for many *.jar files in -cp argument for compilation on Unix?

I have a git repository which pulls down .java files to a production server when a push is made to a specific branch. (Working) I'm running Debian 9 with the openJDK package. (jdk 1.8.0) I've decided to compile the new .java files on the server,…
Not Crimson
  • 73
  • 1
  • 5
2
votes
1 answer

How do I create a linux C application with a console that I can connect to remotely

I have a multi-threaded application written in C that runs under Debian (Stretch). One of the threads is a simple console that supports several commands to control the application. Normally this application is started automatically when the system…
1
2
3
11 12