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

proftp server gives "No such file or directory" upon ;login even though directory exists

I setup a new proftp instance on a new and updated Debian Jessie 8.7 following https://www.howtoforge.com/tutorial/proftpd-installation-on-debian-and-ubuntu/ but the new user gets disconnected again (any user - even root e=when allowed) after…
Rainer
  • 129
  • 1
  • 5
1
vote
1 answer

Nginx - Setup subdomain doesn't work correctly

At beginning, I created a conf file that work correctly when I want to access to http://www.domain.com : server { listen 80; listen [::]:80; root /var/www/domain; index index.html server_name domain.com www.domain.com; } Then I…
zronn
  • 113
  • 3
1
vote
2 answers

Installing Debian Stretch testing and switching to stretch stable on release

I want to set up a personal Server where i am hosting all kind of services for myself (mainly gitlab, nextcloud, NAS, and some others). I currently go with the strategie of installing a small debian on the server and pushing all services into…
mac.1
  • 149
  • 2
  • 5
  • 10
1
vote
1 answer

Deny exim4 to receive all emails

I have a fresh exim4 install without any tweaks on a Debian 8.6 machine. I use it to send emails from PHP: ; /etc/php5/fpm/conf.d/mail.ini [mail function] sendmail_path = /usr/sbin/exim4 -t mail.add_x_header = On mail.log = syslog Recently we…
1
vote
1 answer

Postfix alias - catch-all not working as expected

I have a problem with my configuration of postfix. I wanted to set up a catch-all email address for a domain. I have my virtual mailboxes and aliases saved in a postgresql database. Queries defined in files vdomains.cf, vmailbox.cf and valias.cf are…
j0hny
  • 175
  • 1
  • 2
  • 9
1
vote
1 answer

RabbtiMQ cluster: Node reported as down when checking on other nodes

After joining a RabbitMQ node to the cluster, we noticed that other nodes in the cluster marked it as down, under alarms: root@rabbit2:# rabbitmqctl cluster_status Cluster status of node 'rabbit@rabbit2'…
kazaamjt
  • 145
  • 2
  • 15
1
vote
0 answers

Etcd: machines can't connect to cluster

I reconfigurated my etcd cluster for working with certificates and now when i trying to start i'm getting First machine: Nov 05 16:24:43 Dm3Ch-Server-Node1 etcd[13999]: 21b9ef35413b514 received vote from 21b9ef35413b514 at term 493 Nov 05 16:24:43…
Dm3Ch
  • 111
  • 1
1
vote
1 answer

Setting Up nginx 1.10.1 on Debian 8.6 Virtual Machine - Server Block (vhost) Issue

Hello and greetings everyone. First and foremost thank you for taking the time out of your day to review and possibly respond to my question. It is greatly appreciated. More or less I'm getting everything setup on a new virtual machine (Google Cloud…
Gary
  • 11
  • 2
1
vote
1 answer

Prioritizing I/O in LXC on Debian (without LXD)

I had a couple machines where I used OpenVZ and recently, on newer versions of Debian (Jessie), I've been using LXC. I need a way of giving one container priority on host I/O resources, I could do this on OpenVZ and I find that I can do this with…
gtbono
  • 237
  • 3
  • 8
1
vote
1 answer

Upgrade nginx from source

On debian Jessie, I installed nginx via apt-get. Now I want to upgrade to the latest nginx to take advantage of http2. I was unable to add it to the source.list file because it's a Raspberry PI. I downloaded, compiled it no problem, but it installed…
alanj
  • 113
  • 5
1
vote
1 answer

Modprobe doesn't create nbd device

I am running a server with Debian 8, and after running modprobe nbd, the program runs just fine. However, the device is not created since /dev/nbd0 does not exist. What should I do to get modprobe to run properly?
1
vote
1 answer

Upgrade Debian release 7.11 (wheezy) to 8.5 (jessie)

I have a Debian system (virtual development box, not reachable from the internet) which has not been updated for a while. Now I'd like to make up for this, but it seems the sources are not available any more: $ sudo -s > LANG=C apt-get…
Tobias
  • 165
  • 1
  • 9
1
vote
2 answers

Get access to services outside VPN while tunneling OpenVPN Access Server

I have two VPS with one on which I installed OpenVPN Access Server and vpn client on the second one. When I connect the client to the OpenVPN AS, I can't get access to apache which is installed on the client, from its public IP address. My wish is…
1
vote
1 answer

How can I check that the firewall is disabled for a TUN/TAP interface?

while trying to diagnose a UDP multcast issue on an OpenVPN client configuration and I've come across this block in the config file: # Use the same setting as you are using on # the server. # On most systems, the VPN will not function # unless you…
Louis Thibault
  • 117
  • 2
  • 6
1
vote
0 answers

Debian iptables load fail

I Have Debian 8 Jessie and I have installed iptables, but it's not correctly. I can add rule just like: iptables -A OUTPUT -s 212.50.128.0/19 -j DROP but it's not working. iptables -L command works correctly. I tried reinstalling iptables but that…
T0niiiiii
  • 11
  • 1
  • 2