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
0 answers

Kernel panic - not syncing Attempted to kill init after mount

I have a VPS running Debian 8 at OVH. Recently I couldn't connect to the SSH because I received the message: "access denied". So I decided to reset the root password. I followed OVH indications in order to reset the root password: I connected to…
Pascut
  • 151
  • 1
  • 6
1
vote
1 answer

QNAP authenticating WebDAV over OpenLDAP works, but syslog on ldap server is flooded

We have a QNAP QTS TS-451U version 4.3.3.0.229, we have an openLDAP server running version v. 2.4.40 (on Debian 8 server). I can log in to the web interface with my LDAP user, and I can connect to the NAS using WebDAV (from windows, linux and mac),…
Sverre
  • 753
  • 2
  • 12
  • 23
1
vote
1 answer

Where is default soft limit config file debian?

I have a process running as root that is capped to 1024 ( in reality lsof shows me up to 1031 for it) open files but I don't find the file to modify this limit. Here is the output of cat /proc/PID/limits to confirm it #cat /proc/32531/limits …
1
vote
1 answer

Unable to install packages in LXC unprivileged container

I am new to the whole containers thing. I have successfully create an unprivileged wheezy container on a debian 8.8 host using lxc 2.0.7. But when I'm trying to: lxc-attach -n container1 -- apt-get install openssh-server I got this error…
1
vote
1 answer

Can't connect to VPN with Shrewsoft from Debian 8.7

I have VPN (I don't know what's the software) and I was able to connect to it from my old Debian 7.7 (amd64), with Shrewsoft client (apt-get install ike). This was working for years. Recently, I had to wipe all the data on my laptop and install…
dr.beep
  • 11
  • 3
1
vote
2 answers

Add ssh pass phrase after setup?

Can an ssh pass phrase added after ssh is already setup? I'm using Debian 8 stable Jessie 8.7. And how can you save it in Debian like in a keyring so you do not have to enter it everytime? Thanks to all for the answers.
djangoman
  • 125
  • 4
1
vote
2 answers

DNS Load-Balancing with HAPROXY

I have a net with 2 DNS servers (master & slave), but I don't want clients to ask directly to them. So, in the same net, I have a debian machine with haproxy 1.7.5 installed. I want clients to have in their /etc/resolv.conf file the IP of the proxy.…
sergio
  • 11
  • 1
  • 1
  • 2
1
vote
1 answer

Grsecurity: grant user permission to see all processes (Debian Jessie)

When Debian Jessie is compiled with grsecurity, a simple user can't see all processes. Therefore tasks carried out by Sensu client (monitoring and telemetry solution) can't see if another processes (like Apache) exists. Is there a way to grant the…
Dani
  • 531
  • 3
  • 11
  • 24
1
vote
2 answers

Dante server Pam authentication does not work

So I configured Dante 1.4.2 (compiled it from source on Debian 8.7 which runs on MS Azure) and followed their official configuration guide to run my SOCKS5 server. I created a firewall rule to accept incoming connection on port 1080 tcp. I used…
1
vote
1 answer

Linux to Linux NFS UID change

I realized this has been asked before but unfortunately I don't have enough experience or enough time to continue crawling though the mountain of pages of search results that pop up for this. This is the last step in the configuration of a new sub…
Robert DeBoer
  • 121
  • 1
  • 4
1
vote
0 answers

Clamav TCP 3310 setup Debian

I've run into this problem which is weird. I'm using Debian jessie I have setup clamav to listen also on port 3310 with the TCPSocket 3310 option. After saving the changes to the config file I restart the daemon with service clamav-daemon restart…
Fabrizio Mazzoni
  • 671
  • 1
  • 9
  • 24
1
vote
1 answer

Linux exhausted resources?

We have a Debian server which runs Tomcat, inside it, a single WAR is deployed which listens for incoming MQTT messages, processes them, and forwards the result to different third-party web services (depending on the received message). Mostly…
gvasquez
  • 153
  • 8
1
vote
1 answer

Upgrading kernel on debian 8 Jessie

I have a Debian 8 Jessie server, and I'd like to upgrade my kernel to at least version 4, in order to use overlay fs with Docker. My current kernel is: $ uname -r 3.16.0-4-amd64 I followed a guide which stated to add the backports repository to the…
BackSlash
  • 361
  • 1
  • 3
  • 12
1
vote
1 answer

keepalived BACKUP transitions to MASTER for no apparent reason

For testing purposes, I have brought up 2 Debian jessie VMs (using vagrant and virtualbox) and had them both running a mini web server and configures with keepalived. The problem is that the BACKUP server transitions a few seconds after service…
Tom Klino
  • 621
  • 1
  • 8
  • 15
1
vote
1 answer

Stop apache service if samba share offline

I'm mounting samba network shares from fstab on a debian jessie server. On those shares, I'm storing files used by an apache2 webserver. Is there a way to stop the apache2 service if the network shares go offline?
TheBrick
  • 13
  • 2