Debian is a popular Linux distribution. Squeeze is also known as version 6.0.
Questions tagged [debian-squeeze]
472 questions
0
votes
1 answer
Logging MySQL events to file in addition to syslog on Debian
By default, Debian uses rsyslog to handle MySQL error logging. I like this behavior and do not want to change it. However, I would like rsyslog to write MySQL events to /var/log/mysqld.log in addition to the already functional /var/log/syslog. I…

Gregyski
- 205
- 1
- 3
- 8
0
votes
2 answers
compile lastest bnx2 driver on debian squeeze
I want to upgrade the bnx2 network card driver in a Dell Power Edge R410. I downloaded the latest driver version from the broadcom website. If I want to compile the driver it fails with the following errors:
make
make -C bnx2/src …

markus
- 1,080
- 5
- 18
- 38
0
votes
3 answers
Debian Nginx virtual hosts not found / unavailable
Following this tutorial and this followup I have a fresh Nginx + PHP5-FPM setup on Debian 6 (Squeeze) running on an OpenVZ VPS.
Right now the default virtual host works (Welcome to nginx! is displayed) as well as one other virtual host, on which I…

Gavin
- 1
- 2
0
votes
1 answer
LDAP backup script only send email if error
I am using this script to backup the LDAP daily via cronjob. Is it possible to modify the script to only send a email if there has been an error.
Copy of email sent daily
* Create data directory: /var/backups/ldap/ldap/2011.09/27.
* Backup…

John Magnolia
- 1,723
- 6
- 28
- 46
0
votes
1 answer
Xen NAT dom0 public IP domU port forwards
I would like to jail my services Mail, HTTP, Dev into seperated VMs using Xen. I have one public IP and would like to put all domUs in a private LAN an expose the services via port forwarding.
What is best practice in this case?
dom0 as a firewall…

OliverS
- 222
- 1
- 6
0
votes
3 answers
xen 4.0 squeeze fails to start guests with: launch_vm: SETVCPUCONTEXT failed
As Chris Benninger says over at: http://www.benninger.ca/?p=58 lots and lots of people have the problem with Squeeze and xen4.0 telling them:
launch_vm: SETVCPUCONTEXT failed (rc=-1)
but nobody seems to know what the solution is. I don't know…

mcr
- 233
- 1
- 10
0
votes
1 answer
Using Postfix+Dovecot+MySQL, enable a catch-all+forward for a domain, while still allowing authenticated outgoing access
I have a server with Debian 6 (Squeeze), running Postfix, Dovecot, and using MySQL as the backing store for virtual email accounts.
For my domain example.com, I have a ‘catch-all’ @example.com that forwards to myaccount@gmail.com.
I want to allow an…

Abraham Vegh
- 1,045
- 5
- 17
- 26
0
votes
1 answer
Trying to add another domain, but how can I debug to see what the problem is?
I am using Debian 6 and I followed the Linode guides for setting up a LAMP server. http://library.linode.com/lamp-guides/debian-6-squeeze
I have 1 working domain already, and I just added another one, and it doesn't work for some reason. I followed…

Strawberry
- 1,132
- 4
- 15
- 27
0
votes
1 answer
sources.list entry for mod_security testing release?
I have a debian "squeeze" installation, but the mod_security delivered with this release is quite old. So I'm thinking of adding an additional line to my sources.list to get the "wheezy" version (wheezy = the version after the current version…

powtac
- 639
- 2
- 6
- 19
0
votes
1 answer
Apache2 Debian Squeeze .htaccess Disabled?
I'm trying to add a .htaccess file to a directory, everything works, the path to .htpasswd is working fine.
My contents are:
AuthUserFile /root/passwords/apache2/.htpasswd
AuthGroupFile /dev/null
AuthName "VNstats"
AuthType Basic

Lucas Kauffman
- 16,880
- 9
- 58
- 93
0
votes
2 answers
LVextend with live system, make the system see the extend
Is there a way when extending an LVM of a VM, while this VM is still running, to make this virtual machine see the extension of his LVM volume without rebooting it?
Lets say I have 5 GB LVM volume with system X running on it (debian squeeze). X is…

Lucas Kauffman
- 16,880
- 9
- 58
- 93
0
votes
1 answer
KVM NIC where can I see the eth number ?
I added a NIC to a vm in kvm, but I tried "uping" eth0 to 3 but every time I get an error :
ERROR while getting interfaces flag : no such device
Where can I see the correct eth number / connected NIC's?

Lucas Kauffman
- 16,880
- 9
- 58
- 93
0
votes
2 answers
XEN server not routing traffic to DomU
I am sticking with this problem for a couple of hours now and I am just not finding the right hint.
Dom0 is a Debian Squeeze.
I setup a Xen Server on a Dom0 using apt-get.
Dom0 has the ip 178.15.15.15. Server is reachable and works fine.…

David
- 159
- 8
0
votes
3 answers
I keep getting OpenSSL Header Version not found error when compiling OpenSSH Debian Squeeze
I built Openssl1.0.0d ./config shared no-threads zlib
It installed fine to the default /usr/local/ssl
I went and downloaded OpenSSH 5.8p2 and ran ./configure
but now it keeps giving me a Openssl version header not found error even when I set…

Dustin Kingen
- 113
- 1
- 1
- 7
0
votes
2 answers
XEN VM config locations on Debian Squeeze
I have inherited a debian squeeze VM host, which is not booting anymore.
I want to export the virtual machines to another host, including config files and disk containers before killing the machine.
Question: Where are the XEN config files for the…

RobinE
- 3
- 1
- 3