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

Copy an Amazon EC2 Instance to use locally

Ok, so we have a spare server I have installed Debian Wheezy on, and setup Xen on for virtual machines. It has better performance than all our ec2 instances combined, and will cost less to run (for a few various reasons) I would like to get the EC2…
Excolo
  • 63
  • 1
  • 5
2
votes
1 answer

Dom0 not forwarding to DomU

The situation: DomU: Debian SID /etc/network/interfaces auto eth0 iface eth0 inet static address x.x.x.55 gateway x.x.x.49 netmask 255.255.255.255 pointopoint x.x.x.49 Ping DomU -> x.x.x.49 (aka Dom0) PING x.x.x.49 (x.x.x.49) 56(84) bytes of…
cimnine
  • 141
  • 6
2
votes
2 answers

Adding Virtio block devices at runtime in Libvirt KVM

I'm running Debian Wheezy Beta 4 with KVM based guest systems which run the same operating system. I'm using LibVirt to manage the virtualisation. What I would like to do is to attach an LVM based block device to a running guest system through…
aef
  • 1,745
  • 4
  • 25
  • 43
2
votes
4 answers

solr php extension fails to run on newest Debian Wheezy

I'm trying to use the Solr PHP extension on the recently-upgraded Debian Wheezy. It installs both from PECL and from sources flawlessly but instead of giving me expected functionality it gives me this on every PHP run: PHP Warning: PHP Startup:…
hijarian
  • 851
  • 1
  • 10
  • 14
2
votes
1 answer

Netboot Debian (wheezy) from NFS v4

Is it possible to boot Debian Wheezy from NFS v4? Bootwing with NFS v3 works just fine. NFS v4 not. This is in my /etc/exports: /nfs 192.168.100.0/24(ro,sync,insecure,no_root_squash,no_subtree_check,fsid=0) /nfs/root…
bara
  • 121
  • 1
  • 3
2
votes
1 answer

Keyboard doesn't work after upgrade to Debian Wheezy

After upgrade from lenny to wheezy keyboard and mouse don't work in X (keyboard available before it starts). I looked over internet about this issue and found some solutions: remove xorg.conf…
Michael
  • 239
  • 1
  • 4
  • 9
1
vote
1 answer

Setting up a local mirror

Specifically for Wheezy, does anyone know if some of the existing mirror scripts still work or can point me in the right direction to start? For example, will Debmirror work with archive.debian.org? https://help.ubuntu.com/community/Debmirror I've…
Marco Shaw
  • 407
  • 3
  • 11
1
vote
1 answer

Finding a specific package

I have a very old system: # uname -a Linux [REMOVED] 3.2.0-4-amd64 #1 SMP Debian 3.2.96-2 x86_64 GNU/Linux I need to update it to the latest available kernel version. For example, I'm trying to find 3.2.101-1 or newer. Shouldn't this be the…
Marco Shaw
  • 407
  • 3
  • 11
1
vote
1 answer

How to install opendmarc on Debian Wheezy

How can I install opendmarc on Debian Wheezy? I have tried: ~ $ echo 'deb http://ftp.debian.org/debian wheezy-backports main contrib' >> /etc/apt/sources.list ~ $ apt-get update ~ $ apt-get install opendmarc But it's unable to find the…
takeshin
  • 1,471
  • 3
  • 21
  • 28
1
vote
2 answers

Extremely slow writing to external USB disk

I have measured the transfer on the following disk to be 2.75MB/s: iManufacturer 2 Seagate iProduct 3 BUP Slim SL The interface is USB2 so it should be fastered than that: bcdUSB 2.10 I've done: hdparm -W1…
LetMeSOThat4U
  • 1,371
  • 2
  • 17
  • 35
1
vote
0 answers

Socket usage with Linux

I am wondering, does anyone know if there is a setting within linux that designates the max amount of time a socket is allowed open? I ask this because for whatever reason, no matter if there is data streaming or not, my sockets close after 7200…
wuzz
  • 111
  • 2
1
vote
1 answer

Debian 7, ICMPv6: RA: ndisc_router_discovery failed to add default route

I'm running Debian 7 and trying to configure static IPv6 addresses… I'm getting this error message in /var/log/kern.log every few seconds. Apr 27 09:25:30 orion kernel: ICMPv6: RA: ndisc_router_discovery failed to add default route Apr 27 09:25:35…
Philip
  • 131
  • 6
1
vote
1 answer

Problems with compiling apache 2.4.33 on Debian Wheezy

I have problems compiling apache's latest release 2.4.33 on a Debian system. ./configure --prefix=/usr/local/apache_2.4.33 --enable-suexec --with-suexec-caller=nobody --enable-module=so --with-suexec-docroot=/httpd --enable-rewrite --enable-ssl…
Gantow
  • 11
  • 1
1
vote
1 answer

Upgrading Debian - Error processing manpages

I'm upgrading from Debian 7 (Wheezy) to 9 (Stretch). I've tried: apt-get clean apt-get update apt-get upgrade I'm getting an error as it's trying to unpack the manpages it looks like. Output: After this operation, 585 kB of additional disk space…
Matt Winer
  • 217
  • 1
  • 2
  • 6
1
vote
1 answer

Debian - Allow only one user to login from any IP via ssh

I want to configure server so only one user (git) is able to login from any IP address (using key), the other users just from specified IPs. Currenly my configuration allows to login any user from just one specified IP. Here's what I have…
Sfisioza
  • 592
  • 2
  • 8
  • 18