Debian is a popular Linux distribution. Squeeze is also known as version 6.0.
Questions tagged [debian-squeeze]
472 questions
0
votes
2 answers
What are the Linux (64-bit) repositories can I use to get HAProxy 1.4.19?
What are the Linux (64-bit) repositories can I use to get HAProxy 1.4.19?
I keep getting 1.4.8 as the latest version for Debian Squeeze AMD64. There are a lot of fixes on the latest version and I want to get it.
I have the following repositories in…

Ianthe the Duke of Nukem
- 464
- 3
- 8
- 21
0
votes
1 answer
pfsense long ping to google
I have a pfsense box set up. What happens is I set a rule so I can't hit the admin interface 192.168.3.1 from the box.
With the rule enabled
--- www.l.google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time…

atrueresistance
- 132
- 1
- 2
- 9
0
votes
1 answer
The server is losing connection. Is it a hardware issue or a software issue?
I have a proxy server (with Squid3) setup in an old machine.
Recently, while downloading, I lose the connection. At that time, I can't even SSH into the proxy. When I press a key in the keyboard (of the proxy server) the connection comes back! I…

THpubs
- 1,695
- 7
- 26
- 43
0
votes
3 answers
Debian Squeeze: how to find out if RabbitMQ is installed?
According to the RabbitMQ docs, the RabbitMQ server is already installed on Debian 6 Squeeze.
rabbitmq-server is included in Debian since 6.0 (squeeze) and in Ubuntu since 9.04.
I tried to start it via SSH and invoke-rc.d rabbitmq-server start but…

alpjaeno
- 3
- 2
0
votes
1 answer
MySQL unable to connect to database
I am unsure what happened to my MySQL database. I woke up and found that it's down and I tried restarting it but I get this error message: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111). I…

Strawberry
- 1,132
- 4
- 15
- 27
0
votes
1 answer
dpkg: error processing <..>
# dpkg -i /var/cache/apt/archives/pve-firmware_1.0-14_all.deb
(Reading database ... 39867 files and directories currently installed.)
Unpacking pve-firmware (from .../pve-firmware_1.0-14_all.deb) ...
dpkg: error processing…

artem
- 596
- 2
- 10
- 28
0
votes
2 answers
ERROR: Can't find the archive-keyring
I'm trying to upgrade my Debian Lenny to Squeeze. I've replaced the word lenny to squeeze in sources.list and ran
apt-get clean
apt-get update
apt-get dist-upgrade
But after a while, I get this error
Preconfiguring packages ...
Setting up…

23tux
- 101
- 1
- 4
0
votes
1 answer
Redirecting IP traffic to tun0 using iptables
I want to forward all packet coming from internet to tun0. Quick scheme:
internet <-> eth0 (10.68.195.23) <-> tun0 (10.68.195.78) <-> local program.
Currently I am using ROUTE target for acheiving this.>
iptables -A PREROUTING -t mangle -p tcp -s…
Johnnie
0
votes
1 answer
Unable to compile latest Varnish on Debian 6
I just cloned the latest varnish git-repository to try and apply an enhancement (from git://github.com/varnish/Varnish-Cache.git)
All the dependencies listed on the website have been installed.
I run the following commands:
./autogen.sh -> works…

Kenny
- 143
- 2
- 15
0
votes
1 answer
pv_ops Kernel ignoring cpu hotplug under Xen 4 DomU
I have a Xen 4.0.1 DomU running Debian Squeeze with the stock 2.6.32-5 Kernel. When I add CPUs via xm-vcpu-set they correctly show up in
/sys/devices/system/cpu
but are not set online and therefore are not available to the system until I manually…

gnump
- 41
- 3
0
votes
2 answers
libvirtError: operation failed: could not query memory balloon allocation
Trying to install kvm vm with virt-manager and I've got this error. This machine has 16gb of memory and I entered 4096MB. What's the problem in here?
Unable to complete install ' operation failed: could not query…

holms
- 1,524
- 7
- 20
- 37
0
votes
2 answers
Pipe all incoming mail to a command (exim4)
How can I setup Exim to pipe all incoming mail to a command (PHP)? and never reject an email?
I'm using Debain squeeze, and Exim4

Petah
- 650
- 2
- 13
- 24
0
votes
1 answer
Default subfolders for dovecot
For new accounts, dovecot only has a single default folder, the inbox.
Is there a way to specify a default set of subfolders, preferably immutable, that exist for each inbox?
Ideally, I want each account to have a Sent, Trash, and Drafts folder,…

Abraham Vegh
- 1,045
- 5
- 17
- 26
0
votes
2 answers
Install ruby 1.9.2 on debian production server
I have a problem install ruby 1.9.2 on debian using rvm.
The install goes fine, and when i type
rvm use 1.9.2
then it says:
Using /usr/local/rvm/gems/ruby-1.9.2-p180
but when I type
ruby -v
I get
ruby 1.8.7 (2010-08-16 patchlevel 302)…

jonepatr
- 405
- 1
- 4
- 7
0
votes
2 answers
postgres fallback to standby server, switching ip address, clear ARP cache
I'm using a hot standby server for my postgres database. I've assigned a virtual ip address to the server. In case of a failure I'm switching the virtual ip from the master to the hot standby server. The problem is, that clients accessing the db,…

markus
- 1,080
- 5
- 18
- 38