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

How to completely (all the packages were installed) remove or disable the tasksel desktop environment?

I accidentally installed desktop environment at the debian install. Now I'm trying to remove it but no chance: tasksel remove desktop changed only i to u if tasksel --list-tasks. sudo apt-get remove task-desktop doesn't work neither: no output at…
static
  • 341
  • 2
  • 4
  • 16
3
votes
3 answers

How to configure postfix on Ubuntu to relay emails through Office 365 (SMTP) with TLS

I'm attempting to setup a postfix relay to our new Office365 setup for some internal devices on our network that require this specific setup. I've been trying various sites with configs and troubleshooting tips around the web for the better part of…
misc
  • 31
  • 1
  • 1
  • 2
3
votes
1 answer

Upgrading Squeeze to Wheezy: Unresolved Dependencies

So I upgraded from Squeeze to Wheezy and Dovecot failed to resolve dependencies: dpkg: error processing dovecot-pop3d (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: dovecot-core dovecot-gssapi …
Lucas Kauffman
  • 16,880
  • 9
  • 58
  • 93
3
votes
1 answer

2xAMD Opteron 6128 with libvirt, Physical CPU 13 doesn't exist

I need help with libvirt(?) problem. Server specs: ProLiant DL165 G7 2x AMD Opteron(tm) Processor 6128 System: Debian GNU/Linux testing (wheezy) 3.2.0-3-amd64 libvirt 0.9.12-5 kvm 1:1.1.2+dfsg-2 $ grep processor /proc/cpuinfo | wc -l 16 $ virsh…
3
votes
3 answers

RAID6 mdraid -> LVM -> EXT4 root with GRUB2?

2012-03-31 Debian Wheezy daily build in VirtualBox 4.1.2, 6 disk devices. My steps to reproduce so far: Setup one partition, using the entire disk, as a physical volume for RAID, per disk Setup a single RAID6 mdraid array out of all of those Use…
Rotonen
  • 71
  • 1
  • 9
2
votes
0 answers

Failed to get properties: No such interface ''

i try to start my new service : /etc/systemd/system/myservice.service [Unit] Description=My Desc... After=network.target [Service] User=webXX Group=clientXX ExecStart=/var/www/xxx/xxx/xxx/golang-binay…
eclaude
  • 121
  • 5
2
votes
1 answer

Linux block udp on low-level against DDOS

My server is currently under DDOS attack with nearly 500k UDP packets per second. UDP is blocked in iptables but the processor is still overloaded. Any way to block UDP on a lower level to not pass the packet through all iptables chains/modules but…
Vilial
  • 23
  • 4
2
votes
1 answer

mysqladmin not waiting for full shutdown (or debian init.d script broken?)

I'm running Percona MySQL server 5.6 (from packages) on debian wheezy (same behavior on jessie). Unfortunately I always get this: # service mysql stop [FAIL] Stopping MySQL (Percona Server): mysqld failed! I can say about my configuration…
turbophi
  • 71
  • 4
2
votes
1 answer

How to remove file handle from MySql after Dropping 1TB Mysql Table to free disk space?

On our productive System we have recently dropped a 1TB Table. After the drop was complete the Table disappeared in mysql but the file was still present in the /lib/mysql/dbname/ folder. (We use the one file per table setting) I deleted the files…
KTB
  • 123
  • 4
2
votes
0 answers

debian wheezy requiring libc6 >= 2.14

Yesterday I tried to upgrade my debian wheezy to jessie version and it was unsuccessful - server does not boot anymore. I connect to shell, tried to reverse upgrade, but unfortunately, made everything even worse. Now I am sitting with bunch of…
2
votes
0 answers

Unexpected discrepancy between write and read performance using cryptsetup 1.4.3 and 1.6.6 on Debian Wheezy (7.9) and Debian Jessie (8.2)

I have been setting up a raid1 array and have set up an encrypted medium using cryptsetup with default options. The raid arrays are supposed to use 2 drives, but for the moment, I only have 1 drive in each raid1 array, to compare the performance…
Hestben
  • 31
  • 7
2
votes
1 answer

sftp backups with duplicity fail

I'm using duplicity on debian wheezy, which comes with version 0.6.18 as standard package. I also tried version 0.6.24 from wheezy-backports. I want to use sftp as backend, but if I run: duplicity --full-if-older-than 1M --exclude /run --exclude…
markus
  • 1,080
  • 5
  • 18
  • 38
2
votes
2 answers

OpenVPN and client-connect scripts

I have an OpenVPN server (2.3.2) on Debian Wheezy operating in bridged mode. Everything's working fine in terms of the client connecting and getting access to the network(s) it needs. Im trying to add a few bells and whistles through use of the…
GeoSword
  • 1,657
  • 12
  • 16
2
votes
0 answers

Postfix fails to verify GMail's DKIM signature

I have my Debian (7.9 "wheezy") E-Mail-server (Postfix 2.9.6-2) setup to sign and verify DKIM signatures in e-mail messages using OpenDKIM (version 2.6.8-4). My server passes the DKIM test at GMail when I send a mail from my server to their service…
comfreak
  • 1,501
  • 1
  • 21
  • 33
2
votes
2 answers

Nagios not starting after boot

I have a small Nagios 4.1.1 install I just completed. It's running on a Raspberry Pi using Raspbian. Checks out okay, and when I start it manually using /etc/init.d/nagios start it works fine. I've always told my debian systems to start things on…
MagnaVis
  • 388
  • 1
  • 4
  • 13