Questions tagged [debian-stretch]
178 questions
0
votes
0 answers
Trouble installing ROS kinetic on Debian Stretch
I'm new to this forum, as well as I am new to ROS and Debian. I am trying to install ROS on my Raspberry Pi 3B+ which runs Debian Stretch. I'm currently following the tutorial linked below:…
0
votes
0 answers
How to bypass any imposed geo-location restriction on my personal server?
First of all, be patient, as this is a pretty deep issue, at least for me.
facts:
What am i trying to create?
A multi-functional personal Debian-based (9.4 x64) server with these functions:
1- A Web Server - Using NginX (with active SSL from Let's…
0
votes
1 answer
unable to create new file '/var/lib/dpkg/arch-new'
I've been trying to install steam on debian 9, I need to get the i386 architecture, but it doesn't let me do it
dpkg --print-architecture
returns
amd64
and when i use dpkg --print-foreign-architectures
it returns with i386
using sudo dpkg…

LowZaar
- 1
- 1
- 1
0
votes
2 answers
Login Citadel mail server issue on raspberry pi 3 B
I have installed Citadel mail server on my Raspberry Pi 3 running raspbian with apache2 because I am already running a nextcloud server on it.
The installation process completes without any errors.
I am able to get on the citadel's login screen with…

Stathis 1
- 3
- 1
- 2
0
votes
2 answers
Unable to use pip3 after migrating to debian Strech
After upgrading Debian, I can't use pip anymore (would like to use it to install pipenv and thus properly manage my virtualenvs…).
I installed pip3 with this command:
apt-get install python3-pip
Here is how pip3 complains:
$ pip3
Traceback (most…

user650108
- 1,009
- 1
- 9
- 18
0
votes
1 answer
Debian Stretch Problems
I was trying to install php7.2, but I could not.
Then I typed this:
lsb_release -a
And this error occurs:
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux stable-updates (sid)
Release: …

Donal Noblejas
- 1
- 2
0
votes
1 answer
Netbeans Error: Bundler "WebStart JNLP Bundler" (jnlp) failed to produce a bundle
My computer operating system is Linux-Debian 9 (stretch) and I'm running Netbeans 8.2 When I want to run any JavaFX project on Netbeans it shows following error ...
"Netbeans Error: Bundler "WebStart JNLP Bundler" (jnlp) failed to produce a…

Niloy Quazi
- 107
- 2
- 12
0
votes
1 answer
Debian 9 how to install MariaDB without MySQL nameing?
I'm going thru this instrucion, trying to keep data collected from DHT22 temperatur/humidity sensor on my RaspberryPi2 with Raspbian (Debian9) onboard.
But when it comes to install and use of the DB server, when i try to install MySQL, apt-get…

Mic
- 49
- 1
- 6
0
votes
0 answers
Nginx HTTP 403 only via external access, Ok inside the lan with a generic configuration
I'm running a fresh Debian 9 / nginx 1.10 install. The new host (poseidon) is declared in my DNS.
I've setup a very generic NGINX configuration
server {
listen 80 default_server;
listen [::]:80 default_server;
root…

Emmanuel BRUNET
- 1,286
- 3
- 19
- 46
0
votes
1 answer
Use specific IPv6 address in sendmail's outgoing smtp connections
I'm using sendmail on Debian 9 (version 8.15.2-8), and I'm trying to set sendmail to use a specific IPv6 address.
The system has several IPv6 addresses, but some of the do not have PTR records, which means that if sendmail uses these addresses, they…

prytz
- 3
- 3
0
votes
2 answers
Change Debian image disk before installing on BBB
I'm working with beaglebones black always with Debian, more time with "Debian 7.9 2015-11-12 4GB SD LXDE" but in the current time i start working with "Debian 9.2 2017-10-10 4GB SD IoT".
I would like to know if it is possible, and if so, how to do…

David Caniceiro
- 17
- 3
0
votes
1 answer
disk usage increasing indefinitely with php script
I am using the following code to create backups of the php variables.
if(file_exists(old_backup.txt))
unlink('old_backup.txt');
copy('new_backup.txt', 'old_backup.txt');
$content = serialize($some_ar);
file_put_contents('new_backup.txt',…
Krish M
0
votes
1 answer
Serve one flask app at root and another at a different path with apache2 and mod_wsgi
I am trying to serve one flask app directly at localhost, and another at localhost/menus.
When my apache configuration is like this:
ServerName localhost
# logs configuration…

Aubrey Wiedeman
- 25
- 1
- 6
0
votes
2 answers
Virtualbox fail to start a virtual machine
Virtualbox gives me the following output:
Failed to open a session for the virtual machine 8.
The VM session was closed before any attempt to power it on.
Result Code: NS_ERROR_FAILURE (0x80004005)
Component: SessionMachine
Interface: ISession…

The Jackal
- 17
- 4
0
votes
1 answer
E: Unable to locate package npm2deb
I want to uninstall npm2deb from my debian stretch .
I installed by using the command
python3 setup.py install
it is giving me error when trying to uninstall
using apt-get remove npm2deb
Reading package lists... Done
Building dependency tree …

Samuel Thomson
- 71
- 1
- 2
- 9