Questions tagged [debian-squeeze]

Debian is a popular Linux distribution. Squeeze is also known as version 6.0.

472 questions
3
votes
1 answer

dget complains that public key not found

I'm trying to backport a package, but dget (dscverify) says that it can't check the signature because of public key not being found: [root ~/build/openssl] dget -x…
x-yuri
  • 2,141
  • 2
  • 24
  • 29
3
votes
1 answer

L2TP VPN Connection on Debian Squeeze

I need to make an L2TP VPN connection from a Debian Squeeze server. What I have is: The server IP address Shared Key My username and password Just using these 3 parameteres I can establish the VPN connection from my Mac OSX computer right from…
Lashae
  • 183
  • 1
  • 12
3
votes
2 answers

Connection timeouts when connecting to localhost / 127.0.0.1

I have a Debian Squeeze dedicated server which hosts 4 front-end websites, and several back-office tools and APIs (which feed into the main websites). This has all been up and running since 2008 without issue - but suddenly today we're experiencing…
steve
  • 153
  • 1
  • 1
  • 9
3
votes
1 answer

How do I check if smartd and mdadm are running correctly?

I have a raid system on debian: Disk /dev/sda: 320.1 GB,... Device Boot Start End Blocks Id System /dev/sda1 * 1 2432 19535008+ fd Linux raid autodetect /dev/sda2 2433 2918 …
rubo77
  • 2,469
  • 4
  • 34
  • 66
3
votes
4 answers

Desperate: statd timed out, lockd cannot monitor / unmonitor

Since this afternoon something is wrong with the server. On the server side I see messages in dmesg as follows: statd: server rpc.statd not responding, timed out lockd: cannot unmonitor statd: server rpc.statd not responding, timed…
Markus
  • 200
  • 1
  • 2
  • 13
3
votes
1 answer

Increased memory usage for uWSGI workers / masters after moving from Debian to Ubuntu

After moving our web servers from Debian to Ubuntu we have noticed a large increase in the amount of memory (RSS) used by uWSGI master and worker processes. The version of uWSGI (1.9.13) remains the same. I've used pmap to examine the memory usage…
aychedee
  • 153
  • 1
  • 7
3
votes
3 answers

NameVirtualHost *:443 has no VirtualHosts on debian squeeze

I have an Apache 2.2 server that works but I am getting the NameVirtualHost *:443 has no VirtualHosts warnings when restarting. But I do have VirtualHosts that match *:443. The system is Debian squeeze. The ports.conf file looks like…
user35042
  • 2,681
  • 12
  • 34
  • 60
3
votes
3 answers

Is it possible to assign a nice and ionice priority to all scripts executed by cron daemon?

To be a bit more concrete: I have a Debian Squeeze Linux machine with a web application that should become available all over the planet. Until now I had a bunch of resource consuming cronjobs each night (in Europe) without much impact on regional…
Miguel ZP
  • 31
  • 1
  • 2
3
votes
4 answers

How to determine which SSL library MySQL is using?

My Debian squeeze server is running mysqld version 5.1. How do I determine if the SSL libraries it is using are OpenSSL or yaSSL? (I am pretty sure this MySQL supports SSL as the User table has the ssl_type column.)
user35042
  • 2,681
  • 12
  • 34
  • 60
3
votes
1 answer

Online resize logicaldrive on Smart Array P410i

On my HP Proliant server I have hot added 2 extra drives. To expand the current raid 1 array I used the following commands: hpacucli ctrl slot=0 logicaldrive 1 modify raid=1+0 hpacucli ctrl slot=0 ld 1 add drives=allunassigned Now the logicaldrive…
Vincent
  • 291
  • 1
  • 4
  • 10
3
votes
1 answer

debian - running unattended-upgrades on a particular day of the week

We're running unattended-upgrades on debian squeeze, and would like it to run once a week, only on a Wednesday morning. To attempt this, we have set: APT::Periodic::Unattended-Upgrade "7" in /etc/apt/apt.conf.d/50unattended-upgrades And then…
dastra
  • 305
  • 2
  • 5
3
votes
1 answer

Can't get network bridging to work

I'm trying to make network bridging to work on a Debian squeeze (I'm experimenting in order to make a QEMU/KVM virtual machine that will be visible to the outside network as if it were a distinct machine). The problem is that when I type brctl addif…
Antonis Christofides
  • 2,598
  • 2
  • 23
  • 35
3
votes
3 answers

Using a proxy with Vagrant & Puppet

I'm trying to run a puppet manifest which depends on the target machine having proxy settings to access the Internet. I haven't been able to pass http_proxy_host as Puppet suggests (I believe its a bug?). I've tried to update .bashrc on my Debian…
Drew
  • 31
  • 1
  • 2
3
votes
2 answers

How to install package version that was removed from backports?

There is only one version of the libreoffice package in Debian Squeeze Backports: apt-cache madison libreoffice libreoffice | 1:3.5.4-7~bpo60+1 | http://backports.debian.org/debian-backports/ squeeze-backports/main amd64 Packages But I need to…
3
votes
1 answer

Why Is PHP-FPM Only Using One Process?

Looking at my PHP-FPM stats page, it looks like only one process is handling all of the connections right now. My guess is that requests are being executed so quickly, thus far, that it doesn't need to use another process yet. Would this be the…
tacotuesday
  • 1,389
  • 1
  • 16
  • 27