Forgot your password?
typodupeerror
User Journal

Journal Journal: Xen 3.0.2-2 in Ubuntu Dapper (6.06)

A little reminder: Ubuntu seems to remove /var/run/xenstored on every boot; so I added some lines to /etc/init.d/xend; here is the patch:

--- /etc/init.d/xend
--- xend.old 2006-06-26 12:28:00.000000000 -0300
+++ xend 2006-06-26 12:22:18.000000000 -0300
@@ -11,6 +11,10 @@
exit 0
fi

User Journal

Journal Journal: Using menus on users' login

Recently I got into an interesting issue: I had to find a way to provide a menu when a user would log in into the machine, but without prohibit it to enter via sftp too. If I used /usr/local/bin/menu.sh as the main shell sftp would not work showing a error endind the connection. So, how to fix that? After some tests I just find out that a sftp connection is a terminal, just like any other ssh session, but with a difference: it's a dumb terminal. So, what I did was to put thi

User Journal

Journal Journal: First Post

Hi all. This is just a test. I intend to use this journal as a technical blog, saving information of my own interests just as a backup resource, anyway. I hope this post is ok :-).

And, to finish: a site/video: http://video.google.com/videoplay?docid=-6370664922950823106&q=sonic+the+hedgehog

Slashdot Top Deals

"Take that, you hostile sons-of-bitches!" -- James Coburn, in the finale of _The_President's_Analyst_

Working...