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
0
votes
1 answer

Drop all connections for a specific IP that aren't from a single source in iptables on EC2

I'm using amazon EC2 and looking to set up some firewall rules for my scenario. EC2 is strange - in case you aren't familiar with EC2 - amazon offers elastic IP addresses that resolve to private IP addresses - there is no such thing as a truly…
Sam Levin
  • 510
  • 1
  • 5
  • 11
0
votes
1 answer

bond interface without link on boot

After a server reboot, bond0 has not been started since one of its slave ethernets (eth2) had no link, I had to manually set it with: ip link set dev eth2 up Server has one bond to the LAN (with bridge for KVM) and another bond for drbd to another…
Lluís
  • 425
  • 1
  • 4
  • 22
0
votes
1 answer

libdovecot-sieve.so.0 undefined symbol: i_debug

After upgrading dovecot from 1.2 to 2.1.7 (while upgrading squeeze to wheezy) sieve no longer does it's job. (And breaks mail delivery) apt-purging all dovecot packages and reinstalling did not improve the situation, i still get the same error…
hubert
  • 1
  • 1
0
votes
2 answers

How can I sync servers configurations

I'm looking for a way for 1 server lcoated in Switzerland (acting as a web/db server) to share/sync files like deny.hosts and iptables rules to my other server (dns/mail) located in North America in a secure way. Is that possible? I hope that doing…
Jeremy Dicaire
  • 165
  • 1
  • 5
  • 15
0
votes
1 answer

install mdadm without user input in wheezy

I am switching to debian from ubuntu and setting up RAID0 on my AWS boxes using user-data. Things were working fine on ubuntu but on wheezy apt-get -y install mdadm --no-install-recommends throws a user input box If the system's root file system…
APZ
  • 954
  • 2
  • 12
  • 25
0
votes
0 answers

ethernet RX/TX drops to zero, is it normal? No problems at all discovered

I am using Debian Wheezy 7.1 [3.2.0-4-amd64 #1 SMP Debian 3.2.46-1+deb7u1 x86_64 GNU/Linux] and when monitoring eth0 via Slurm or built-in System monitor I am getting: Current RX Speed: 1883.11 KB/s Current TX Speed: 9123.94 KB/s and…
Wiggler Jtag
  • 251
  • 5
  • 17
0
votes
1 answer

Installing gcovr on debian 7

On ubuntu 13.10 I can install gcovr just fine: sudo apt-get install gcovr But on debian 7 I get: # apt-get install gcovr Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package…
u123
  • 267
  • 1
  • 8
  • 24
0
votes
1 answer

working mail system (real users) switch to virtual users Postfix+Dovecot+Roundcube Debian Wheezy

I have a working configuration on a Debian Wheezy VPS of: postfix 2.9.6 dovecot 2.1.7 (imap and pop3 but only use imap) roundcube 0.9.5 This is using real mailboxes (i.e. my linux users/passwords) and TLS encryption (SASL is the package for that,…
warspite
  • 117
  • 1
0
votes
2 answers

Starting tomcat by init.d works, but it doesn't by service

Tomcat 7 from repository and Debian Wheezy. If I try to start Tomcat by service it does not work service tomcat7 start [FAIL] no JDK found - please set JAVA_HOME ... failed! But the variable is there /var/lib/tomcat7/conf# echo…
elect
  • 203
  • 4
  • 17
0
votes
1 answer

Postfix (delivery temporarily suspended: conversation with mydomain.net [private/lmtp] timed out while receiving the initial server greeting)

I'm running Debian 7.1, Postfix version 2.9.6, Dovecot Version 2.1.7 To set it up I followed mostly this (without the spamass-clamav-greylist bit) I have also got setup smart host relaying via gmail postconf -n reveals: alias_database =…
Paul
  • 159
  • 1
  • 2
  • 12
0
votes
0 answers

MySQL from Deb changing configuration after installing perl packages?

This will sound silly, I'm sure. Here goes. I have a new installation of Debian Wheezy (Debian7). Instead of going with the aptitude installation of MySQL that right now holds v5.5.31 I went with the deb-package from MySQL to get the latest stable…
Adergaard
  • 101
  • 1
0
votes
1 answer

Mounting a RAID array on Debian Wheezy

I've got a pair of 1TB drives on my Debian fileserver set to RAID 1 using a PCI controller, but it doesn't want to mount them. If I do a blkid the drive doesn't show up, but I know (from using cfdisk /dev/sdb to create a partition) that the drives…
Grim...
  • 381
  • 1
  • 2
  • 9
0
votes
3 answers

Linux: Using bonding to connect two servers for faster file transfer

My setup is two Dell R720 servers which are connected over 4 gigbit ports each to a Cisco WS-C2960S-24TS-L switch which in turn is connected to the Internet via 100MBit. The servers are running Wheezy with an openvz (redhad)…
Scheintod
  • 391
  • 1
  • 5
  • 17
0
votes
1 answer

MariaDB doesn't upgrade, 2 versions are installed

I have a server running on Debian wheezy with MaraiDB and OwnCloud. Few days ago, I wanted to update the packages because of the OwnCloud updates but something went wrong. Usually in this case I'd probably try to remove and again install the…
peter
  • 135
  • 1
  • 11
0
votes
1 answer

Debian Wheezy PHP downgrading/upgrading questions

Hello serverfault guys, I have a Debian Wheezy (7.2) server and it came with PHP 5.4 by default, I was installing Ensignia Mail which is a PHP 5.3 only application and it gave me a lot of errors, so I tried to downgrade the PHP version to 5.3 by…
gtbono
  • 237
  • 3
  • 8