I recently activated quota on my slicehost slice and it was quite simple and fast to do. The only disadvantage is that I needed to set quota on the only filesystem I had, which is /. If there is a choice then it is advisable to set quota on non-root filesystem such as /home, /var etc. The primary reason for this is that while performing the quota check the filesystem needs to be mounted read-only temporarily by the quotacheck utility. Since the root filesystem can not be mounted read-only while the system is running we need to do a force quota check on the system which might result in in-accurate figures and can cause corruption to the quota files.
(more…)
Category: FLOSS
About Free/Libre/Open Source Software
-
Setting Filesystem Quota in linux
-
Creating VPNs with OpenVPN
Introduction
A VPN is a set of tools which allow networks at different locations to be securely connected, using a public network as the transport layer. A VPN produces a virtual “dedicated circuit” over the internet and use cryptography to secure it.
(more…) -
Upgrade to php5 in CentOS 4
Recently one of my clients requested that he needs php5 on one of his production servers. The server runs CentOS 4.7 x86_64. I had recently migrated this server from RHEL 4.7 (see Migrating RHEL 4.6 to CentOS 4.6).
(more…) -
Locale Problems in Debian and Ubuntu
Recently I have been facing some issues with locales in Debian and Ubuntu based Xen based virtual servers. These typically appear while running the
man
command andapt-get
ordpkg
commands.
(more…) -
Migrating RHEL 4.7 to CentOS 4.7
Recently I was asked by one of my clients to convert their RHEL system to CentOS after their RHEL subscription expired. At the time of migration the server was running RHEL 4 update 7. Based on the current version, I chose the target version as CentOS 4.7.
(more…)