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

Redis 3.0.5 on Debian Jessie hangs on shutdown when database not in /var/lib/redis. Any ideas?

I am trying to configure redis 3.0.5 (DotDeb build) on Debian Jessie to dump the database in another directory instead of the default /var/lib/redis. I know how to do this, and in my wheezy server this same version of redis works flawlessly in…
Erion
  • 155
  • 5
1
vote
1 answer

io error on no-match glob within cifs OSX -> debian jessie mount

Using a wildcard/glob (at least * and ?) in bash causes an input/output error when there are no matches on a samaba cifs mount in Debain Jessie 8.2. On other filesystems, the expected No such file error is given. The same samaba mount point on an…
Will
  • 161
  • 1
  • 5
1
vote
0 answers

Debian Dist-Upgrade to Jessie (8) - still init.d?

I dist-upgraded my debian-box and now I mention some strange behavior: If I try to start services using systemctl I'm getting this error: Failed to get D-Bus connection: Unknown error -1 If I try to install systemd and systemd-sysv system tells me…
MyFault
  • 913
  • 3
  • 15
  • 36
1
vote
1 answer

Configure bond using mode=4 (802.3ad)

I have a Debian 8 system with two NICs I want to bond. My managed switch is already configured to link aggregate the two ports I'm using. On the linux box, I have installed ifenslave. In /etc/network/interfaces, I have: auto eth0 iface eth0 inet…
user2087262
  • 11
  • 1
  • 3
1
vote
2 answers

Debian KVM network setup

I have a server with 4 ethernet ports. I want to use two ports for link aggregation to be used for KVM (virtual guests). How can I go about setting this up properly? Create the link agg first then the bridge? /etc/network/interfaces auto bond0 iface…
1
vote
1 answer

SElinux on Debian Jessie missing default policy

I want to enable SElinux on Debian Jessie. In order to do this, I followed the guide on https://wiki.debian.org/SELinux/Setup. However, when I run the apt-get command, the selinux-policy-default package appears to be missing. Package…
jornane
  • 1,166
  • 1
  • 9
  • 26
1
vote
1 answer

Apache 2.4 on Debian issue - "Forbidden" after upgrading virtual host

I have tried many suggestions I can find via Google to make my virtual host work properly after upgrading from Debian to Jessie (upgrade from Apach 2.2 to 2.4). I have mod_rewrite and mod_access_compat, which is why it seems to work fine when I use…
desierto
  • 151
  • 2
1
vote
1 answer

ssl with apache2 using multisites

Im testing startssl certificates to use inside apache2 with different sites. I am using a simple config with virtualhosts (all really standard) inside apache2. Two domains tested are defined inside /etc/apache/sites-avaliable for…
deconya
  • 135
  • 3
  • 8
1
vote
0 answers

Unable to query services with systemctl is-enabled

On a Debian Jessie, systemd looks working quite fine: $ sudo systemctl enable shibd.service Synchronizing state for shibd.service with sysvinit using update-rc.d... Executing /usr/sbin/update-rc.d shibd defaults Executing /usr/sbin/update-rc.d…
1
vote
1 answer

Add file with puppet and remove it after a run

I want to add a file with puppet that should only exist while puppet runs. The file should be there to prevent apt from starting any services (which fails) during my puppet run. This is the class I have so far that doesn't work since there is a…
Frederik
  • 3,359
  • 3
  • 32
  • 46
1
vote
1 answer

puppet ignoring configuration

I've set up a puppet (3.7.2) master server on a Debian 8 Jessie box, but somehow the config directives I've written get ignored: [14:24:43|root@puppetmaster:~] cat /etc/puppet/puppet.conf [master] server=puppetmaster This is a very basic config,…
J.F.Gratton
  • 75
  • 1
  • 10
1
vote
0 answers

spamassassin fails start due to no rules, sa-update does nothing?

After upgrading my server to Debian Jessie, spamassassin no longer starts. Logs and such below: Invoke spamassassin using systemctl $ sudo systemctl status spamassassin ● spamassassin.service - Perl-based spam filter using text analysis Loaded:…
Dutch Gecko
  • 11
  • 1
  • 3
1
vote
0 answers

Console-Setup does not configure

I want to upgrade debian wheezy to jessie. But the program console-setup has problems with its configuration script. I cancelled the upgrade process and started the configuration manual: dpkg --configure -D2 console-setup console-setup (1.123) wird…
leet
  • 13
  • 4
1
vote
1 answer

Upgrading Debian Jessie to Stretch

I followed this tutorial but failed. I got a lot of PHP not found found errors after update/upgrade commands, but I continued hoping Stretch would replace the PHP stuff. Now sudo apt-get update gives following errors: W: There is no public key…
Anarkie
  • 111
  • 6
1
vote
2 answers

Can't install docker on Debian 8 Jessie anymore

I installed docker on Debian 8 Jessie before, following this instruction: apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D echo "deb https://apt.dockerproject.org/repo debian-jessie…
dice2011
  • 111
  • 1
  • 3