Questions tagged [debian-squeeze]

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

472 questions
0
votes
1 answer

Wake up a remote computer connected behind a router

I want to switch on a remote computer running debian linux connected behind a wireless router through LAN with my laptop which is connected to the router over a wireless connection. I have wakeonlan installed it gives Support Wake-on as "pumbg" and…
SanketR
  • 101
  • 2
0
votes
1 answer

ext4 production ready on kernel 2.6.32 (debian6)?

I've to maintain a production system on debian6 (kernel version 2.6.32). I'd like to use ext4 on a ssd disk (and generally hope to improve performance upgrading from ext3). I can't find any reference about the ext4 state on that…
Fabio Bonfante
  • 346
  • 2
  • 5
0
votes
2 answers

bash script to create user then create ssh keys

Please note I am a total linux newbie, please bare that in mind when answering this question as I have very limited knowledge of linux. OS: Debian Squeeze I am using ZSH and have created a function called webuseradd it looks like this: function…
George Reith
  • 673
  • 2
  • 12
  • 22
0
votes
1 answer

XEN configuration on dedicated server at 1&1

I am just trying to install first time VPS on my dedicated server from 1&1 (12HT CPU, 30 GB RAM). The dom0 is using DHCP to get it's network configuration with ip 87.106.73.113 on eth0. I have also bought extra ip 87.106.230.211 which firstly I was…
Marek
  • 113
  • 1
  • 1
  • 6
0
votes
1 answer

A lot of services do not start on boot

It worked before, but now it does not. A few services (like varnishd, memcached, apache2) get started on boot, but many others do not, like: nginx, php-fpm, vz. I don't know where to look at. There is no problem in /var/log/messages or in each…
jcisio
  • 588
  • 1
  • 9
  • 22
0
votes
2 answers

how to enable TLSv1.1 and TLSv1.2 on nginx Debian squeeze?

For security I have to setup a nginx server with TLSv1.1 or TLS v1.2. By default, nginx configuresTLSv1. Reading the documentation I see that nginx has to set the following directive: ssl_protocols TLSv1.1…
Gon
  • 91
  • 1
  • 2
  • 8
0
votes
1 answer

Configure postfix to deliver faster when a mail got greylisted

Where do I configure the time postfix waits until it tries to resend an email from the queue if an email was grey-listed on the recipient side? I would like to configure it, so my server tries to resend the email after 2 Minutes if it was…
rubo77
  • 2,469
  • 4
  • 34
  • 66
0
votes
1 answer

Why does the mysql backup grow if a table is crashed?

I use this backup script on my debian squeeze server to create a backup of all mysqltables: #!/bin/sh BACKUP_DIR=/var/backups/mysql/ DATE=$(date +%Y-%m-%d) for i in /var/lib/mysql/*/; do dbname=`basename "$i"` mysqldump "$dbname" | gzip >…
rubo77
  • 2,469
  • 4
  • 34
  • 66
0
votes
1 answer

Create image from VMWare Linux guest

I have a Debian Linux installed as a VMWare guest. I want to create an .iso (or .img) from this installation, from which I can create a server installation. How can I achieve this?
Adrian Rosca
  • 103
  • 4
0
votes
1 answer

Refusing connection to POP3 server on Debian 6

I have installed Postfix and Courier on my VPS server based on Debian Squeeze. My server uses MySQL database. Every daemon works properly, but I cannot login to my account using neither POP3 nor IMAP. IceDove (Thunderbird) on my desktop says:…
0
votes
3 answers

Listing usernames that are actually computers in Debian

I have inherited about 6 servers (all Debian based), and part of my project over the next year is consolidate everything into one server. There are 6 "domains" running from Samba3 installations, and I'd like to merge them all into the one new server…
Canadian Luke
  • 885
  • 15
  • 44
0
votes
2 answers

ProFTPd create different virtual hosts for different users

I'm totally new to ProFTPd server and I really can't find out how to configure what I need. I'd like to have some explanations on Virtual Servers and Per-directory rules. I'm running Debian Debian Linux 6.0.7 (Squeeze) and ProFTPd version 1.33. What…
tobia.zanarella
  • 419
  • 3
  • 6
  • 11
0
votes
1 answer

Fixing a failed grub upgrade on RAID

We just upgraded out dedicated server from Debian Lenny (5.0) to Debian Squeeze (6.0). In the process, the grub upgrade failed. I (perhaps foolishly) followed the advice at https://askubuntu.com/a/39697/41567, and grub successfully uninstalled, and…
naught101
  • 893
  • 8
  • 11
0
votes
1 answer

How can I synchronize users in a master-slave server setup on debian squeeze?

I'm currently setting up a 1:1 replication of a linux server. To simplify the process of updating users and groups I considered changing the uids and gids on the slave server to have them all like on the master server, so that if a new user is added…
mryvlin
  • 153
  • 6
0
votes
1 answer

Postfix using LDAP lookup works for virtual_mailbox_maps, but fails for virtual_mailbox_domains

I'm setting up a Postfix/Dovecot/LDAP server on Debian Squeeze with all virtual mailboxes (as opposed to aliases). I've successfully setup Dovecot, and have Postfix correctly looking to ldap for virtual_mailbox_maps, but once I connect up…
jaydisc
  • 489
  • 1
  • 7
  • 19