Questions tagged [debian-jessie]

Debian 8.0 ("Jessie") was initially released on April 26th, 2015. Long term support is available until June 30th, 2020.

Debian 8.0 ("Jessie") was initially released on April 26th, 2015. Long term support is available from the Debian LTS team until June 30th, 2020.

298 questions
1
vote
1 answer

phpmyadmin works with http but forbidden with https

I have installed a new dedicated web server, and installed phpmyadmin, and it works. I have follow a tutorial that helps to secure phpmyadmin i.e. call phpmyadmin thru a subdomain like mysql.mydomain.tld + force it to HTTPS. It was working at the…
Bruno de Goyrans
  • 101
  • 1
  • 3
  • 10
1
vote
0 answers

Configure two gateways on one LAN, use one normally. But fall back to the other when the first one fails. (Linux, Debian Jessie)

I'm trying to set up a LAN so that there is a main router that routes all outbound (0.0.0.0) traffic to the internet via a DSL link and also hands out IP addresses to clients on the network via DHCP. But I also want there to be a secondary router on…
1
vote
1 answer

Does systemd-timesyncd need to listen to random UDP ports to work properly?

On Debian Jessie servers I see systemd-timesyncd listening on random UDP ports. Which is not the case on Debian Stretch hosts. By random I mean the port it listens to varies from server to server. Does it need to listen to a UDP port to work…
x-yuri
  • 2,141
  • 2
  • 24
  • 29
1
vote
1 answer

SSL routines:ssl23_write:ssl handshake failure:s23_lib.c:177:

I have an openldap master and 2 openldap slaves. Using a non self-sign CA. openldap master: name debian based on stretch slapd 2.4.44+dfsg-5+d amd64 openssl 1.1.0f-3+deb9u1 amd64 openldap slave: name debian1 based on stretch slapd…
1
vote
0 answers

booting debian image via PXE boot gives No common CD-ROM drive detected

I have created a custom debian image which should be autoinstall itself using preseed. When I load the image via Dell idrac virtual drive everything goes smoothly, however if I am trying to serve the image trough PXE network boot I after the…
zozo6015
  • 131
  • 1
  • 5
1
vote
2 answers

kipmi0 process high cpu utilization

Running top on one of our debian 8 dedicated servers and noticed process kipmi0 utilizing 100% cpu. First off...does anyone know what this process is for, what it does, or what program is using it? Is it safe to remove and if so what needs to be…
nullReference
  • 263
  • 1
  • 3
  • 11
1
vote
3 answers

Htaccess Require expr Apache 2.4 works on osx-sierra not on debian-jessie

On my development machine osx-sierra / apache 2.4.10 (from brew) I have a restriction in a VirtualHost that allow access to /api/ without password, and all others pages need the password with this code: AuthType Basic AuthName…
1
vote
1 answer

installation of Jenkins requires Java8 or later, but you are running 1.7.0

Since 2017, Jenkins dropped support for Java 7 and nowadays, using Java 8. I'm trying to install Jenkins on a Debian Jessie (docker container), and I'm using the following procedure obtained via this link: wget -q -O -…
ivanleoncz
  • 1,643
  • 6
  • 19
  • 32
1
vote
1 answer

OpenVPN server routing for client-web-traffic through VPN

I have set up OpenVPN server and client as described in the official how to, using routing/tun devices. Point to point connection works. The client correctly routes all traffic into the VPN. Nothing comes back even though I did iptables -t nat -A…
Nobody
  • 121
  • 6
1
vote
0 answers

Debian 8 unable to open port: 9042

I want to open port 9042. But unfortunately the port is still closed root@debian:/# iptables -A INPUT -p tcp --dport 9042 --j ACCEPT root@debian:/# iptables-save output of iptables -L Chain INPUT (policy ACCEPT) target prot opt source …
Gabf Hann
  • 111
  • 1
  • 2
1
vote
0 answers

perf-events not showing StackTraces on debian 8 jessie

I am trying to profile a simple C program with perf-events on debian 8 jessie. I can see symbols but I am unable to get stacktraces. The same procedure generates good stacktraces on ubuntu 16.04. I have installed linux-image-amd64-dbg and…
sha
  • 111
  • 2
1
vote
1 answer

Can't connect to Vagrant Box (Debian 8) using port forwarding

I've been banging my head against this problem since yesterday, and figured it's time to phone some friends for help. I've read other similar answers on ServerFault, but they didn't help. I and my co-workers are able to connect to the JIRA server…
MikeyE
  • 127
  • 1
  • 10
1
vote
1 answer

Is OpenHPI optional (not mandatory) to Pacemaker

I have noticed that apt-get install -t jessie-backports pacemaker on Debian Jessie 8.9 also installs package openhpid, but that systemctl status openhpid.service subsequently reports that the openhpid.service is not running, because no configuration…
rookie09
  • 623
  • 1
  • 6
  • 17
1
vote
0 answers

Debian unable to dist-upgrade not working

I'm trying to update my osmc installation with apt-get dist-upgrade and I get the following Selecting previously unselected package libmagic1:armhf. dpkg: warning: files list file for package 'libtdb1:armhf' missing; assuming package has no files…
mcs_dodo
  • 111
  • 2
1
vote
0 answers

Hiera lookup of datasource failing on new node

I'm trying to set up a new node using puppet, but it fails with an error that leads me to believe that hiera isn't finding the correct datasource: Server Error: Evaluation Error: Error while evaluating a Function Call, undefined method `empty?' for…