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
0
votes
1 answer

Linux files permissions denied on log files

I have installed nxlog to send my logs to a graylog server. It works fine, but I have a denied permission on the logs of my HIDS Ossec. My process nxlog (launched by collector-sidecar) run as root : # ps -ef | grep collector root 1869 1 0…
Sorcha
  • 1,325
  • 8
  • 11
0
votes
1 answer

Debian Jessie RAID6 recovery mdadm

I have a Debian Jessie box that lost the RAID volume that had the OS, so I booted Live USB to try to recover the attached SAS controlled external drive bay which has my data RAID6 and it sees 3 of the 4 like: >: cat /proc/mdstat Personalities : md0…
batflaps
  • 179
  • 1
  • 3
  • 10
0
votes
1 answer

Cannot mount NFS

I'd like to share a particular directory inside /home between a CentOS 7 and a Debian 8 machine. The CentOS 7 machine would work as NFS server and the debian as the client. What I've done so far: 1)On CentOS: $ mkdir /var/nfsshare $ chmod -R 755…
Paco el Cuqui
  • 199
  • 1
  • 1
  • 8
0
votes
1 answer

Install python3 using pyenv on Debian Jessie

I am trying to upgrade Python 3 to the latest version on Debian Jessie, but I would like to keep system-installed Python 2 intact. By default, python command executes Python v2, and python3 command executes Python v3. python --version Python…
0
votes
1 answer

Munin master cannot trace data from munin node

I'm new to Munin, I followed the tutorial on digital ocean to install munin master on a debian, and then a munin-node on another server also under debian 8.9. Munin master is working perfectly, from master I nmaped the munin node server on the 4949…
Yvon Huynh
  • 199
  • 1
  • 9
0
votes
1 answer

apache2 stops when I logout from SSH

I am running Debian 8 Jessie and I have Apache 2.4.25-3+deb9u3 running under my login userid. When I login via SSH to the server and then log out, apache terminates. This also happens on Debian 9 Stretch. It didn't work this way when I was…
Jim Cook
  • 1
  • 1
0
votes
2 answers

cpufrequency on Debian 8 (Jessie)

I'm running a database benchmark (TPC-H) and because of this, I need my processor not to have variable-speed. I know there are modes: Powersave Conservative Ondemand Usespace Performance On S.O. Red Hat, the command to freeze the frequency would…
0
votes
1 answer

can''t enable http2 apache on debian jessie

I have updated Apache2 on Debian Jesie using testing repository https://www.shivering-isles.com/http-2-getting-ready-on-debian-with-apache2/ now i have: Server version: Apache/2.4.27 (Debian) Server built: 2017-09-23T22:08:01 an2mod http2…
Augusto Murri
  • 39
  • 1
  • 3
  • 10
0
votes
2 answers

mariadb-server-10.0 conflicts with mysql-server-core-5.5 on debian-jessie

I have mysql up and running akd6:/etc/apt# mysql -V mysql Ver 15.1 Distrib 10.0.32-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2 akd6:/etc/apt# I have in my debian8 installed mariadb-server-core-10.0 10.0.31 and the meta-package:…
user3313834
  • 115
  • 1
  • 2
  • 7
0
votes
1 answer

Using Apache as a https reverse proxy to varnish

In debian jessie I'm trying to serve https with a varnish reverse proxy, and I found the following solution: http://davidbu.ch/mann/blog/2015-03-20/varnish-and-https-apache.html : apache manages ssl stuff on port 443, then passes to varnish on port…
Paolo Benvenuto
  • 241
  • 5
  • 13
0
votes
0 answers

Nginx 1.10.3: Alternative to upstream server max_conns

I've got a server running open source Nginx 1.10.3 with a pretty simple config: Serving static files, in case a file doesn't exist, the request is send to a backend. I need to limit the active connections to this backend. Quite easy, isn't it, using…
gxx
  • 5,591
  • 2
  • 22
  • 42
0
votes
2 answers

How many users can my server take?

I was told to switch to nginx or at least to mpm_worker. But really, how can I estimate if my server is not really overloaded even with mpm_prefork? My system is: GCP 1 CPU + 3,75GB Debian 8 Apache 2.4 with mpm_prefork Varnish cache, Memcache Some…
0
votes
2 answers

MySQL maximum possible memory usage above installed RAM

I'm using debian 8 Jessie and MariaDB. My mysqltuner seems to indicate as MariaDB can use 142% of RAM : -------- Storage Engine Statistics ------------------------------------------- [--] Status: +ARCHIVE +Aria +BLACKHOLE +CSV +FEDERATED +InnoDB…
poka
  • 135
  • 3
  • 13
0
votes
1 answer

Debian 8.5.0 netinstall ISO. Can't find. Jigdo makes is corrupted

I am trying to find the ISO for Debian 8.5.0 Netinstall, AMD-64. I found http://cdimage.debian.org/mirror/cdimage/archive/ this page which contains only a "jigdo" option to download the iso. I downloaded and installed jigdo on my ubuntu (latest…
MM PP
  • 269
  • 2
  • 6
0
votes
1 answer

Debian Jessie Kernel won't install, could be a grub2 issue?

I have an issue with one of my xen VMs that I would like resolved doing apt-get install -f shows following. Can anyone help me make sense of this? Reading package lists... Done Building dependency tree Reading state information... Done 0…
mahatmanich
  • 2,954
  • 3
  • 22
  • 23