Questions tagged [debian-wheezy]

Debian is a popular Linux distribution. The codename Wheezy stands for version 7.0 which is now EOL. It was released on 2013-05-04.

is a popular Linux distribution. The codename Wheezy stands for version 7.0 which is now EOL. It was released on 2013-05-04.

390 questions
4
votes
1 answer

Dovecot Sieve does not run?

I'm quite new to Dovecot but it has worked out for me pretty good so far for me. I run dovecot with postfix and amavis and spamassassin and it works out all fine, mails get tagged as junk, sending, receiving, all fine. Now I wanted to add the sieve…
invalid
  • 41
  • 1
  • 2
4
votes
2 answers

Google Chrome says my SSL uses outdated security settings but other site tests disagree

I installed StartSSL on my web server which is running Linux Apache on CentOS 6.5. shaaaaaaaaaaaaa.com said Nice. example.com has a verifiable certificate chain signed with SHA-2. However Google Chrome on Debian 7.8 said The connection is…
OtagoHarbour
  • 187
  • 3
  • 10
4
votes
0 answers

Meaning of postgresql log "using stale statistics instead of current ones because stats collector is not responding"

I have a Postgresql 9.1+134wheezy4 running on Debian 7 Wheezy. From 2015-02-07 on (I guess it has been backported then, see below) I regularly see the following line in /var/log/postgresql/postgresql-9.1-main.log: 2015-02-07 11:08:33 CET LOG: using…
sebix
  • 4,313
  • 2
  • 29
  • 47
4
votes
2 answers

debian wheezy, heartbleed, openssl refuses to update

I am having a strange problem, my system is exposed to heartbleed, and I am trying to fix it by using: apt-get clean, apt-get update and apt-get upgrade openssl but the response is: Reading package lists... Done Building dependency tree Reading…
Wazime
  • 451
  • 5
  • 10
4
votes
2 answers

How do I force my Debian system to update GnuTLS?

After the news broke that GnuTLS is broken hacker news | arstechnica I would like to know how to find out if my system(s) Debian 7.1 Stable & Debian 7.1 Testing are safe and more specifically how to update & upgrade them. There are many tools that…
denjello
  • 143
  • 1
  • 6
4
votes
1 answer

Restrict SMB user from changing password

On a server running Debian Wheezy and Samba ver 3 with a tdb backend, how do I restrict a single user from changing the password? This account is one of 2 generic accounts, one for students and one for Teachers on Call (TOC). The users are created,…
Canadian Luke
  • 885
  • 15
  • 44
4
votes
4 answers

Setting up Debian 7 static IP address range

I have a Debian 7 server and a usable IP address range from xx.xx.xx.90 to 93. While working on setting up the usable addresses via /etc/network/interfaces I have the following: # This file describes the network interfaces available on your system #…
gts
  • 141
  • 1
  • 4
4
votes
1 answer

Upgrade issue from Debian Server Squeeze 6 to Wheezy 7 - still on kernel 2.6

I upgraded from Debian Squeeze 6 to Wheezy 7 but it seems i am using the old kernel. # uname -r 2.6.32-042stab072.10 But i have the newer kernel installed # dpkg --get-selections | grep linux-image linux-image-2.6-amd64 …
Christos Baziotis
  • 313
  • 1
  • 4
  • 14
4
votes
3 answers

why apt is not installing dependencies on Wheezy?

if I run # apt-get install sendmail Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are…
Lluís
  • 425
  • 1
  • 4
  • 22
4
votes
3 answers

OpenSSL issues in Debian Wheezy

I don't know what is exactly going on but I noticed that curl couldn't get secure pages without adding extra switches. ~# curl -v https://api.dreamhost.com * About to connect() to api.dreamhost.com port 443 (#0) * Trying 75.119.208.14... *…
Rodrigo
  • 267
  • 3
  • 12
4
votes
0 answers

ip6tables port redirect with TPROXY on IPv6 only

Our server is IPv6 only connected and an applications listen to port 8080 at private network, but we need port 80 at public Internet. On purpose of testing, when opening the firewall for port 8080, accessing IPv6:8080 address works fine (no…
Achim
  • 283
  • 3
  • 13
4
votes
5 answers

Make PHP-FPM Listen at 'IPAddress:Port' Instead of '/var/run/php5-fpm.sock;'

As I was load testing my site today (using blitz.io); despite lots of RAM (more than 50%) and CPU power (over 70%) available, results showed that my site started timing out at a certain number of concurrent users per second. Nginx error log for my…
its_me
  • 225
  • 1
  • 7
  • 23
4
votes
2 answers

How to enable IPv6 glue records (AAAA) in PowerDNS

I'm running a PowerDNS 3.1 on a Debian Wheezy Beta 4 system. The zone data is accessed through a PostgreSQL database, the server answers to both IPv4 and IPv6 queries. If the DNS-Server knows the A record for one of the name servers referenced by NS…
aef
  • 1,745
  • 4
  • 25
  • 43
4
votes
2 answers

Debian Wheezy IPv6 isn't configured with ifup post-up hook

We recently set up a server on Debian Wheezy Beta 3 (x86_64) which has a native IPv6 connection. We configured the eth0 interface to get the IPv6 configuration through some post-up hook commands in /etc/network/interfaces. The result is, that after…
aef
  • 1,745
  • 4
  • 25
  • 43
4
votes
1 answer

ldap-authentication without sambaSamAccount on linux smb/cifs server (e.g. samba)

i'm currently running samba-3.5.6 on a debian/wheezy host to act as the fileserver for our department's w32-clients. authentication is done via OpenLDAP, where each user-dn has an objectclass:sambaSamAccount that holds the smb-credentials and an…
umläute
  • 499
  • 1
  • 7
  • 26