Questions tagged [debian-squeeze]

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

472 questions
2
votes
1 answer

Apache WebDAV: Howto set authentication for share; w/ calendar support (Outlook, Thunderbird, Webapp)

I'm looking for a way to share a calendar for different platforms via a Linux Debian server which runs Apache 2.2.16 with WebDAV (mod_dav, mod_dav_fs) support. So far I use for the basic authentication process for directories. The problem is that…
wittich
  • 147
  • 1
  • 10
2
votes
1 answer

How to automatically re-start apache if it stops responding and socket is still in use

Apache server Debian Linux x64 serves the site mono applications in mysite.com and other sites using virtual hosting. Sometimes apache stops responding for unknow reason. Apache error_log contains: [Sat Jun 20 13:56:31 2015] [error] [client…
Andrus
  • 169
  • 4
  • 12
2
votes
2 answers

How to mitigate error "kernel: nf_conntrack: table full, dropping packet"

We recently had a problem with one of our servers (Debian Squeeze) becoming unresponsive during heavy-ish load. Looking at the kernel logs, I think this is the cause: kernel: nf_conntrack: table full, dropping packet As I understand it, this is…
UpTheCreek
  • 1,628
  • 10
  • 32
  • 48
2
votes
1 answer

how to restrict access to all .txt file in apache except robots.txt?

I am configuring apache2 on debian and would like to allow only robots.txt to be accessed for searching engines, while other .txt files are restricted, I tried to add the followings to .htaccess but no luck: Order Allow,Deny Allow…
user3162764
  • 37
  • 1
  • 5
2
votes
2 answers

mongod service not starting

I've installed mongodb in Debian Squeeze using this guide (guide here) Installed successfully. It was running well until I restarted the machine (using command "reboot"); After restart, mongodb is not able to initiate correctly. Log file…
Bruno Camarneiro
  • 123
  • 1
  • 1
  • 4
2
votes
1 answer

Apache2 + mod_fcgid + php stopped working after upgrade from Debian squeeze to wheezy

I've updated my server from Debian squeeze to Debian wheezy. On this server are several apache2 vhost which running php via mod_fcgid (I'm also using mod_suexec but this shouldn't be the problem). After the update all my php-sites are not working…
morten.c
  • 161
  • 1
  • 1
  • 8
2
votes
2 answers

Nested RAID (RAID0 in RAID1) fails on bootup

I built a RAID setup with three drives, two 1.5 TB (sdb and sdd) and one 3TB (sdc). My approach is to combine the two 1.5 TB drives into a RAID0 drive (md3), and create a RAID1 mirror (md2) with the 3TB drive (sdc) and the RAID0 array (md3). This…
emarti
  • 51
  • 4
2
votes
1 answer

Squeeze/Lenny compilation : Library Link error

I've got a problem here : I have a C++ Library ("DataTsBroad") and a C++ Test app ("DataTsBroadTest"), to test it. Actually, the Lib and the Test app are both compiled an a Debian Lenny. Now, i want to continue to compile my Test app on a Debian…
PEZ
  • 21
  • 1
2
votes
1 answer

How to see the olddir after mount --bind olddir newdir?

In my debian 7: $ pwd /home/freestyler $ mkdir old new # mount --bind old new then $ mount /dev/cciss/c0d0p9 on /home/freestyler/new type ext4(rw,noatime,nodiratime,user_xattr,barrier=1,data=ordered) I can only see the /dev/cciss/c0d0p9, which…
freestyler
  • 138
  • 4
2
votes
1 answer

Pure-ftpd: log IP adresses

I've got question about pure-ftpd server, I'm running. I want to setup it to log IP addresses instead of hostnames, but none of configuration works. I tried: Writing "yes" or "1" to /etc/pure-ftpd/conf/DontResolve (as I found somewhere) Running…
Jakuje
  • 9,715
  • 2
  • 42
  • 45
2
votes
1 answer

Can a single Apt-Cacher serve multiple Debian versions?

I have multiple machines running Debian 6 (Squeeze) and 7 (Wheezy). I set up an Apt-Cacher server on a Debian 7 box, for the Debian 7 instances to use. Can this also be used (with the same wheezy sources.list) by the Debian 6 instances? I copied…
David Lomax
  • 558
  • 4
  • 8
2
votes
1 answer

How do I install openssh v6.2 on Debian Squeeze?

I first tried the backports repository but 6.2 isn't in there. It's in the testing repository though, so I added the testing repository to /etc/apt/sources.list, did an apt-get update, then an apt-get install openssh-server openssh-client and…
Dan
  • 21
  • 1
  • 2
2
votes
1 answer

Abnormally high number of safe-upgrade packages on debian squeeze

One of our webservers which is running Debian Etch Squeeze (6.0.7) and which we regularly maintain with safe-upgrades (normally it's only a few safe-upgrade packages per week) now shows an abnormally high number of available safe-upgrade…
ToFi
  • 125
  • 6
2
votes
2 answers

apt-get hangs on download packages from our local repository

hope you guys can help me find out a solution to this problem that's causing me headache. My company has a number of front end servers based upon Debian Squeeze, we also set up a local repository into the server lan for those packages that we need…
2
votes
2 answers

Why Monit does not work with my MySQL configuration file?

I'm using a custom configuration file for mysql in /etc/mysql/conf.d/myfile.cnf The contents of the file [client] port = 3306 socket = /var/run/mysqld/mysqld.sock [mysqld_safe] socket = /var/run/mysqld/mysqld.sock nice =…
Max121
  • 343
  • 1
  • 3
  • 6