Posted on 2010-07-06, 21:24, by uk, under
Debian.
This article is about puppet or puppetmaster, a newish tool for “data center automation and configuration management”. If you have to administrate more then one server, you probably end up repeating the same tasks over and over again on multiple machines, deploying the same configurations (maybe with minor changes) to your systems and spend and [...]
One of our mail servers has recently reached the lastly set max IMAP connection limits and i had to increase the login_max_processes_count value again (see here). However, upon restart i go this error: IMAP/POP3 mail server: dovecotWarning: fd limit 1024 is lower than what Dovecot can use under full load (more than 1512). Either grow [...]
Recently, i stumbled across this great new document store database called MongoDB. It is really easy to setup and maintain in Debian and i use it in a recent project of mine. However, after having hear me praising this great DB, an office colleague, who is also hosted at our company liked to play with [...]
I am developing a new mail server anti spam solution called decency. It is a one-in-all solution attempt implementing a policy server (postfix policies), a content filter and a log parser. All three of them run in separate servers but are designed to communicate with each other to improve the spam detection rate a lot. [...]
Yet another blog about setting up LXC (Linux Containers). The article is focused on the current testing of debian called squeeze. (Cause some day it gotta be released!) Setup network with bridging. Network setup. Install LXC. Create your very first Container. Usage of container templates. Limiting ressources for containers (including: get the memory controller working)
This article is about a strange network problem occuring when used bridging in a XEN environment. Symptoms Some DomU is not reachable from the network anymore. The problem persists after restarting the DomU (all: reboot, shutdown+create, destroy+create). Possible: The DomU still has a virtual NIC, if pings are send from DomU via console only arp-requests [...]
This article is about setting up Endian 2.3 on a XEN machine without hardware virtualization (hvm). We work in a shared office space. It’s none of those big anonymous spaces where you can rent in on a monthly basis, but it does not belong to us alone. We share it with p4930 (architects) and control-b [...]
This article is about how to setup a fallback connection to reach your network if your NAT fails (eg your primary router with NAT dies and your failover without NAT comes up). A week ago, our internet provider (T-Online, Deutsche Telekom) in the office decided to cut our connection – or at least he could’nt [...]
Posted on 2009-09-22, 01:19, by uk, under
Debian.
I’d like to play with s3 via s3fs on fuse, but couldn’t find any debian package. Normally this means a lot of work writing a couple of build and rules files and this scares me off – but i thought: just give it a try. And so i did and it was so easy, have [...]
Posted on 2009-07-09, 14:36, by uk, under
Debian.
Recently we ran into some storage issues on our office NAS. We have a Raid5 (Software, MDADM) with 4 Disks (+1 Hot Spare), about 1,2 TB net space and some users decided to store their “non workstuff” there also. Because of my latest studies about ZFS (a post will follow soon) i was very aware [...]