Questions tagged [debian-stretch]

178 questions
2
votes
0 answers

PHP7.2 Sqlite3 extension is not being loaded - Debian 9

I tried to install php7.2-sqlite3 extension on my Debian 9, but after installation and typing php -v on terminal, shows me that it was unable to load dynamic library: Pay special attention to highlighted file reference. I tried purging my older…
2
votes
1 answer

Debian Stretch update issue

I am trying to keep updated my debian stretch on my laptop. When i run this command apt-get update && apt-get upgrade it shows following output Reading package lists... Done …
Yasir Siddiqui
  • 435
  • 7
  • 18
2
votes
2 answers

Tensorflow: AttributeError: 'NoneType' object has no attribute 'original_name_scope'

I am trying to run some python tensorflow code on a debian 9.5 stretch system on google cloud. I am Using tensorflow GPU version of this (the latest version) with the approriate CODA and cuDNN software installed. Here is my code: import…
2
votes
1 answer

set default priority for ktimersoftd in linux with RT patch

Is there a way to set the default priority for ktimersoftd/x so that it starts up with lets say a rt prio of -50 instead of doing chrt -p 49 pid of ktimersoftd/0 manually afterwards? Thanx Andy
2
votes
1 answer

Otherwise ok running code won't run under systemd

Another newbie question from my side:) I tried to look it up but I couldn't find anything that makes sense in this case. I have this code which is working fine under normal circumstances. import automationhat import bluetooth import time import…
Paolo
  • 55
  • 5
2
votes
0 answers

ALSA issue playing multiple audio using mpg123 stretch (jessie was fine!) Raspberry PI

I've been chasing this issue down for a few long (long) days and can now 100% reproduce but not sure actually whats causing the issue. This used to work 100% under jessie but not stretch (ive re-checked at I am right it works). Let me explain how to…
NiWa3836
  • 21
  • 2
2
votes
1 answer

CANBUS frames not send throught code

I have a Raspberry Pi that interface a CAN Bus though SPI. I've installed canutils and if I do a cansend the message is received by the controller and applied, but if I do it through code it doesn't. It must be something that I'm doing wrong in…
Jaques
  • 2,215
  • 1
  • 18
  • 35
2
votes
2 answers

linux script to send me an email every time a log file changes

I am looking for a simple way to constantly monitor a log file, and send me an email notification every time thhis log file has changed (new lines have been added to it). The system runs on a Raspberry Pi 2 (OS Raspbian /Debian Stretch) and the log…
2
votes
5 answers

Dropzone : Cannot upload big images to server (>5M)

I have the following settings in /etc/php/7.2/apache2/php.ini: max_execution_time = 300 max_file_uploads = 20 memory_limit = 32M post_max_size = 18M upload_max_filesize = 20M However, if I upload a file which the size is exceed 5M, I get the…
DevonDahon
  • 7,460
  • 6
  • 69
  • 114
2
votes
1 answer

Dist Upgrade to Buster failing

I currently have a Dockerfile which has started to failing (with no changes in the Dockerfile) The Dockerfile has the following contents: FROM php:apache-stretch WORKDIR /tmp # SOFTWARE REQS RUN sed -i 's/stretch/buster/g' /etc/apt/sources.list &&…
Mark Smith
  • 315
  • 2
  • 10
1
vote
1 answer

Problems installing csvtk with Docker using debian:stretch-slim

I am a newbie to Docker and I am trying to install csvtk via Docker using debian:stretch-slim. This below is my Dockerfile FROM debian:stretch-slim RUN apt-get update \ && apt-get install -y --no-install-recommends \ jq \ …
user10101904
  • 427
  • 2
  • 12
1
vote
0 answers

Plesk Mailserver - Multiply accounts for one email

Good evening to all, I currently use Plesk Obsidian 18 | Hoster edition (deb 9) and with it also the intigrated mail server. Well, it's all very good that I can now create emails, so also send and receive. But for some personal applications I would…
1
vote
1 answer

Can't log into Azure account from Debian 9

When trying to log into Azure account I get an error saying "You cannot access this right now Your sign-in was successful but does not meet the criteria to access this resource. For example, you might be signing in from a browser, app, or location…
1
vote
0 answers

Curl timeouts when using AWS cpp sdk for Google cloud

I have a Debian 9 client with aws cpp sdk installed. I am using this sdk for Google Cloud Storage. The sdk uses curl to issue requests to the cloud. I have a test program which does a bunch of PUTs to the cloud. I observed that a couple of PUTs…
1
vote
1 answer

Qt 5.7.1 / gcc 6.3.0: error: body of constexpr function 'static constexpr int QMetaTypeId2

This piece of code namespace Config { class Value { public: enum Type { Null, Integer, String, Map, List, Boolean }; Value(); Value(int v); Value(const QString &v); Value(const…
Oleg Antonyan
  • 2,943
  • 3
  • 28
  • 44
1 2
3
11 12