Licence
Creative Commons License

This work by Stephane KATTOOR is licensed under a Creative Commons Attribution 3.0 Unported License.
Feeling like tipping ?
If you find this blog useful, you might consider sending a few bitcoins to support it : 1BTtsC3beGJ6ysd8DhrXjdo6jVw5WD9mvY
RSS
 
RSS Feed
Follow me !
Tech@Sakana on Facebook
Search this site

Newsletter

Get latest posts by email (No spam, only posts):

Enter your email address:

Delivered by FeedBurner

Categories
Monthly archives
May 2012
M T W T F S S
« Apr    
 123456
78910111213
14151617181920
21222324252627
28293031  
Gentoo : Managing software packages - November 9, 2008 by Stephane Kattoor

In this post I’ll cover the basics one needs to know to install, upgrade and remove packages on a Gentoo linux system. read this entry »

Gentoo : First thoughts after the switch - October 5, 2008 by Stephane Kattoor

I’ve recently switched to the Gentoo Linux distribution (mostly to experiment with this Linux distro) and I don’t regret it so far. This post is about my first impressions about Gentoo.

read this entry »

Ubuntu 8.04.1 : Xen 3.2 package broken ? - August 17, 2008 by Stephane Kattoor

I’m trying to install xen on Ubuntu 8.04.1 and here is what I get :

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
spaghetti% sudo apt-get install ubuntu-xen-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ubuntu-xen-server: Depends: python-xen-3.2 but it is not going to be installed
Depends: xen-utils-3.2 but it is not going to be installed
E: Broken packages
spaghetti%

I’ve tried to follow the package dependencies but without success. As for now I’m growing tired of Ubuntu and I’m considering moving away to a more robust distribution … I’d be glad to hear your point of view about that too.

Linux : find out the kernel command line - July 31, 2008 by Stephane Kattoor

If you have multiple linux kernels with differents options in the command line in your bootloader (grub, lilo or other) and you wonder which one was used to boot, you can find out by looking in /proc/cmdline. Ex :
[root@picolo:~]# cat /proc/cmdline
ro root=LABEL=/
[root@picolo:~]#

NFS : see what’s exported from an NFS server - July 27, 2008 by Stephane Kattoor

To know what directories are exported by a NFS server, you can use the showmount -e nfs_server from a NFS client.

[root@client:~]# showmount -e server
Export list for server:
/data/dir1 (everyone)
/data/dir2 client1 client2 client3

(The /data/dir2 is exported only to specified clients)

Backups : a personnal implementation - July 5, 2008 by Stephane Kattoor

If you’ve been following my blog for a while, you might have seen posts about SSH, RSYNC, ZFS Snapshots and so on. This article aims at describing the big picture, and to explain how I’ve been using those tools and technologies to build my own home backup system.

read this entry »

Securing automated rsync over SSH - May 7, 2008 by Stephane Kattoor

Quoting the RSYNC homepage : “rsync is an open source utility that provides fast incremental file transfer.”

To make rsync both secure and automated (i.e : non-interactive), you can use SSH as the transport and set up a key pair. This is what will be discussed in this post, along with a few improvements.

read this entry »

SSH slow to connect to a Solaris 10 host - May 4, 2008 by Stephane Kattoor

If you experience a slow SSH connection to a Solaris 10 host while after connection everything works fine, then read on !
read this entry »

Ubuntu 8.04 + IBM T40 = No sound - May 2, 2008 by Stephane Kattoor

If you upgraded your Ubuntu on an IBM T40 Laptop only to find out that there is no sound anymore, you’re not alone in this ;-)

Follow the bug report for more information !

Edit 2008-05-11 : As of today I don’t have this problem anymore … update your machine if you haven’t yet !

Edit 2008-06-22 : Sound vanished again … I really need to look into this before this drives me crazy !!

Sound seems to come back and vanish unpredictably reboot after reboot …

CFEngine : Checking for processes - April 3, 2008 by Stephane Kattoor

GearsCFEngine can do wonders to keep a cluster in shape, but it can be very useful for a single server as well. Here is a configuration sample to monitor a few common services and restart them should they fail.

read this entry »

« old entrysnew entrys »
Who am I ?
Ads