Debian is a popular Linux distribution. Squeeze is also known as version 6.0.
Questions tagged [debian-squeeze]
472 questions
0
votes
2 answers
Debian 6 Server Enabling Remote Desktop
I am currently running a web server on Debian 6 without a GUI. I connect to the server through SSH using putty from my Windows desktop. When managing Windows systems we use RDP to connect remotely, so how would I do the same for my Debian…

Sam
- 111
- 8
0
votes
1 answer
PAM Errors in auth.log [Debian Squeeze]
Based on the the Securing Debian article on debian.org, I added the following to /etc/pam.d/other.
auth required pam_securetty.so
auth required pam_unix_auth.so
auth required pam_warn.so
auth required …

tacotuesday
- 1,389
- 1
- 16
- 27
0
votes
2 answers
Nagios+NGiNX "Primary script unknown" Error
I'm trying to get Nagios setup on NGiNX using PHP-FPM.
I installed fcgiwrap and and I'm able to execute a Perl script from the cgi-bin folder, but when I try to access Nagios, I get the following error in the NGiNX error log:
2012/08/23 16:40:21…

tacotuesday
- 1,389
- 1
- 16
- 27
0
votes
1 answer
How to get rid of "Could not connect to database" with Linux and libnss-pgsql2?
I use libnss-pgsql2 in order to have virtual system users stored in a PostgreSQL database.
The virtual users in the database work just fine. They can log in. I can see their uid, gid, groups via the 'id' command. Example:
# id…

ervingsb
- 395
- 1
- 6
- 16
0
votes
1 answer
Can I Install ext4 via Debian 6.0.2 and update for stability?
I am installing Debian 6.0.2.1 (because that's the CD I found in my CD wallet and I don't want to wait to download a newer version [6.5 is newest at time of writing]). I am choosing ext4 for my FS; once the install is complete I will update all the…

jwbensley
- 4,202
- 11
- 58
- 90
0
votes
1 answer
Debian Squeeze 64-bit ssh cant connect and libssl error
I cant login on ssh in the VM i leaved the one that was prev connected open but i cant connect via new connection also when i try to apt-get i get this error:
/usr/bin/python: error while loading shared libraries: libssl.so.0.9.8:
cannot open…

g6line
- 1
- 1
0
votes
1 answer
how to make sure that Apache processes is chrooted?
I am using Apache 2 on Debian 6. I tried to make Apache by using following resource:
http://www.debian.org/doc/manuals/securing-debian-howto/ap-chroot-apache-env.en.html
how can i be sure that Apache is chrooted correctly?
if I delete…

Fatemeh
- 1
0
votes
1 answer
Unable to load PHP5 with a new installation of Apache?
Cannot load /usr/lib/apache2/modules/libphp5.so into server: /usr/lib/apache2/modules/libphp5.so: undefined symbol: unixd_config
I spent the last hour or so googling, and it seems that I have to create a new PHP5 after installing my new Apache…

Strawberry
- 1,132
- 4
- 15
- 27
0
votes
1 answer
Since site-available is not here, where do I put all my settings?
I noticed installing a fresh Apache (2.4.2) doesn't have the Debian structure. (sites-available, sites-enabled, (blank) httpd.conf, etc...), so if I wanted to move my virtual settings over from a Debian structured Apache, would I just append all my…

Strawberry
- 1,132
- 4
- 15
- 27
0
votes
1 answer
Optimize server for faster processing of requests
Possible Duplicate:
LAMP Server Performance Tips
I am running a web directory using WordPress which has a lot of categories, and I mean a lot. Around 26,000 to be precise. And it takes WordPress forever to finish processing certain requests. The…
0
votes
1 answer
service perl-fcgi start, unrecognized service
From http://supportex.net/2011/11/migrating-otrs-apache-nginx/
I have a file /usr/local/bin/fastcgi-wrapper.pl and /lib/systemd/system/perl-fcgi.service. perl-fcgi.service has following…

DarkLeafyGreen
- 283
- 5
- 7
- 23
0
votes
1 answer
cronjob is running 2x in a hour instead 1x
I have written a small backup script for my vserver and added its execution to my /etc/crontab
25 * * * * root /etc/cron.daily/backup.sh
This is the entry (yeah it is still located in the wrong folder right now :) )
But when I check my log I see…

soupdiver
- 807
- 2
- 9
- 26
0
votes
1 answer
supervisord failed to start nagiosapi after reboot, need to run reload manually
I have supervisord to start nagiosapi everytime the server starts. The API created a status dump file called status.dat, which will get updated periodically. The following is the conf file that starts the api.
[program:nagapi]
directory =…

Bajingan Keparat
- 3
- 2
0
votes
2 answers
update from debian lenny to squeeze
I'm trying to update from debian lenny to squeeze on my 64bit root server and did the following so far:
modifying sources.list
apt-get update
apt-get upgrade
apt-get install linux-image-2.6-amd64
The last step leads to the following…

Daniel
- 13
- 1
- 3
0
votes
1 answer
cURL newest version on Debia Squeeze
Why Debian Squeeze repositories points to cURL version 7.21.0 which is from June 2010 and not the version 7.26.0 which is from May of this year(cURL Changelog)??
I want to update to the version 7.26 to avoid NTLM bugs, can I do this or it will crash…

DontVoteMeDown
- 113
- 1
- 6