Questions tagged [debian-stretch]

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

174 questions
2
votes
2 answers

How to Configure 2 IP Address on Same Network Interface to Allow Specific Ports to be Accessed by Specific IP?

I have 2 IP addresses on the same network interface: 192.168.1.100 & 192.168.1.101. I want to be able to access SSH via 192.168.1.100 and HTTP via 192.168.1.101. I'm using Debian 9.8 and firewalld to control the firewall. Below are current zone…
AlGallaf
  • 121
  • 3
2
votes
3 answers

How to get DRBD to automatically start after reboot, mount volume, start service, and configure primary/secondary

I have a great working version of DRBD across two Debian Stretch servers which I created by following this awesome guide: https://www.howtoforge.com/setting-up-network-raid1-with-drbd-on-debian-squeeze-p2/ But after each reboot I have to redo a…
2
votes
1 answer

Getting info about a weird directory

Joplin desktop app (https://joplin.cozic.net/) creates a directory in /tmp that I cannot get any info about as root: While logged in as a regular user I can enter a dir, I cannot even display its attributes: regularuser@homehost /tmp % ls -ld…
LetMeSOThat4U
  • 1,371
  • 2
  • 17
  • 35
2
votes
1 answer

Active Directory sssd not Updating DNS

I have been migrating my Vm lab over to AD to centralize the auth management and im having issue with the linux VM's (Debian 8) not updating DNS records. the clients are being joined with realmd and after joining, I can auth with the domain…
Philderbeast
  • 41
  • 1
  • 3
2
votes
1 answer

cryproot-unlock with dropbear: Timeout while waiting for askpass

I installed Debian 9 on a VPS and configured the root partition to be encrypted. However, due to the installer giving me trouble when attempting to encrypt, I had to do this manually. To be able to unlock the root partition via SSH during boot I…
2
votes
2 answers

How to install NPM on Debian?

Can somebody please help with installing NPM in Debian? First I tried apt-get install npm but got this message: Unable to locate package npm. So I followed the installation steps for Debian from nodejs.org. The first command: curl -sL…
Lajdák Marek
  • 147
  • 1
  • 2
  • 7
2
votes
2 answers

duplicity: UnsupportedBackendScheme: scheme not supported in url: dpbx:///

I'm trying to use duplicity to backup a directory to DropBox in Debian Stretch. However, duplicity gives me the error: UnsupportedBackendScheme: scheme not supported in url: dpbx:/// I have verified that…
K G
  • 123
  • 7
2
votes
1 answer

unbound.conf server option "private-domain" - domain name ending in a dot nor not?

unbound.conf is used to configure Unbound, a caching DNS resolver. The documentation of version 1.6.8 says: Server Options private-domain: Allow this domain, and all its subdomains to contain private addresses. Give…
Fabian
  • 397
  • 3
  • 17
2
votes
1 answer

Debian preseed prompts disk select dispite it being seeded

In our environment we are automating deployment of Debian VMs to run workloads. Everything in our preseed file works except for the selection of the disk. This still gets prompted. Our preseed config for disks is: d-i…
kazaamjt
  • 145
  • 2
  • 15
2
votes
0 answers

TAR command exit status non 0, with the option ignore command error

I'm trying to make a tar of a logs directory, the applications are running so the logs keep changing, clearly when i run the tar command it give me the warning: "file changed as we read it", and give an exit status of 1, the problem is that the…
Emax
  • 415
  • 1
  • 4
  • 8
2
votes
1 answer

Postfix matches SASL username and not the FROM mail field with smtpd_sender_login_maps

I have already read hundreds of posts all over the internet and I couldn't find anything that solves my problem. So I decided to write this post and hope somebody can help me. First I want to apologize for my bad English I hope you understand what I…
2
votes
1 answer

Security with nginx

Intro Okay, I have quite the complicated issue (at least for me) on my soon to be new production network. I am looking for advice from more experienced users with linux, especially advice on secure ways to setup the netwerk I am about the describe.…
berend
  • 23
  • 7
2
votes
1 answer

systemd: Unknown lvalue 'ExecCondition' in section 'Service

Why systemd complains? Jul 5 09:55:33 st701a-9 systemd[1]: [/etc/systemd/system/load-xyz-modules.service:7] Unknown lvalue 'ExecCondition' in section 'Service' The service configuration…
palik
  • 150
  • 1
  • 8
2
votes
2 answers

libc6 dependency mismatch in Debian 9.12 stretch

I have the following libc6 dependency problem in Debian 9.12 stretch. sudo apt install libc6-dev Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you…
klor
  • 344
  • 4
  • 8
  • 25
1
vote
1 answer

How can I suppress the Old Runlevel warning while installing Strongswan

When I install strongswan and dependent packages using apt install, I get the following warning prompt: This inhibits me from installing strongswan through an automated unattended install script. Therefore, how can I suppress this prompt. I am…
0xF1
  • 155
  • 1
  • 5
1 2
3
11 12