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
6
votes
4 answers

Can't upgrade libc6 on Debian Wheezy

I tried to upgrade few packages and then it's failed on libc upgrade. And now it's impossible to upgrade anything at all. here's things I've done: # apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state…
holms
  • 1,524
  • 7
  • 20
  • 37
6
votes
1 answer

High I/O latency with software RAID, LUKS encrypted and LVM partitioned KVM setup

I found out a performance problems with a Mumble server, which I described in a previous question are caused by an I/O latency problem of unknown origin. As I have no idea what is causing this and how to further debug it, I'm asking for your ideas…
aef
  • 1,745
  • 4
  • 25
  • 43
6
votes
2 answers

Dovecot starting and running, but not listening on any port

I'm in charge of a Debian GNU/Linux (Wheezy) DomU for the mail services of the company I work for. Yesterday one hard drive that was used for this particular server died. After installing Debian again, Dovecot decided to no longer listen on any…
5
votes
4 answers

PostgreSQL failed to start. unable to load private key file << server.key >> : key values mismatch

I am trying to install PostgreSQL on my Linux Debian 7.2 server but it fails. this is what I did : user ~ $ sudo apt-get install postgresql Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations…
SOf Virtual
  • 153
  • 1
  • 7
5
votes
2 answers

Up to date ClamAV on Debian Wheezy (ClamAV installation is OUTDATED log message)

I've installed ClamAV on Debian Wheezy from the offical repositories, using apt. System is up to date and I don't get any updates via apt-get upgrade, but still I get this message in the logs: Your ClamAV installation is OUTDATED! My version is: $…
Sfisioza
  • 592
  • 2
  • 8
  • 18
5
votes
1 answer

Booting a diskless Debian system using bonding, bridging, and iSCSI

I'm trying to build my personal holy grail: booting my Debian Wheezy KVM server diskless from a iSCSI target and the only configuration needed on the diskless server is the iSCSI parameters in the NIC ROM. The rest of the config should all be…
hvtilborg
  • 217
  • 1
  • 2
  • 5
5
votes
2 answers

How to check syslog.d is running

My syslog is running correctly but out of curiosity how to check that syslog daemon is running. Is there anyway I could check the status like apache root@server1:/etc# /etc/init.d/apache2 status Apache2 is running (pid 12894). I'm running Debian…
sg552
  • 409
  • 3
  • 5
  • 11
5
votes
1 answer

How to install Oracle Java on Debian Wheezy with make-jpkg and fakeroot without errors?

How to install Oracle Java on Debian Wheezy with make-jpkg and fakeroot? the manual for installing oracle java on debian wheezy is quite clear and…
c33s
  • 1,515
  • 3
  • 21
  • 39
5
votes
3 answers

Where to put project files with nginx

Looking at the /usr/share/doc/nginx/README.Debian file, we can see this warning: README for Debian ----------------- Files under /var/www/ are not supported as per Debian Policy. Please see:…
astorije
  • 183
  • 3
  • 9
4
votes
2 answers

Debian wheezy, update repository

I'm working with a Debian GNU/Linux 7.5 (wheezy) When I check the file /etc/apt/sources.list The file has this line: # Line commented out by installer because it failed to verify: #deb http://security.debian.org/ wheezy/updates main I tried to…
Benjamin RD
  • 143
  • 1
  • 2
  • 6
4
votes
1 answer

sometimes, crontab is not reloaded by cron daemon

I'm asking this question, because I couldn't find the answer here : Why is my crontab not working, and how can I troubleshoot it? Context We have several servers running debian/wheezy. One backup task requires that we deactivate the crontab of a…
LeGEC
  • 183
  • 7
4
votes
3 answers

Connect a computer through VPN with a different network

Hi, I would like to connect to a computer through a vpn in another network. My computer (Debian 7.11) is in the network 192.168.2.0/24. My gateway (192.168.2.1) is a VPN router. It connects to another VPN router 192.168.33.1. From 192.168.2.2 I can…
4
votes
1 answer

How to install Arial font or any true type font in Debian Wheezy

I have a web page deployed in server linux (Wheezy server version) and this web page generate a PDF file using a Arial font. I've looked at /usr/share/fonts/truetype/ and there is no Arial font found there.…
Fabricio
  • 203
  • 1
  • 4
  • 12
4
votes
1 answer

VRF on Linux using network namespaces

My ultimate goal is to implement Virtual Routing and Forwarding (VRF) in Linux. The method that seems to be most widely accepted is to set up different network name spaces (one for each separate routing table) and run a Quagga or BIRD daemon for…
4
votes
2 answers

Install package from oldstable (wheezy) to stable (jessie)

I want to install the package which is missing in jessie from wheezy. It is like backport the other way. I need gcc-4.7, but jessie provides only gcc-4.9. Unstable provides gcc-4.7 only for arm architecture. I plan to add wheezy repo into my surces…
1 2
3
25 26