<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-595967728053047874</id><updated>2012-02-13T16:09:06.766+01:00</updated><category term='xorg'/><category term='gPXE'/><category term='spanish'/><category term='VoIP'/><category term='sysadmin'/><category term='desktop'/><category term='python'/><category term='English'/><category term='GNU/Linux'/><category term='vmware'/><category term='grub2'/><category term='ubuntu'/><category term='shell/bash'/><category term='pdf'/><title type='text'>hmontoliu</title><subtitle type='html'>~&lt;br&gt;
~&lt;br&gt;
:wq</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>25</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-6358078933438113188</id><published>2012-02-01T17:34:00.003+01:00</published><updated>2012-02-01T18:00:36.600+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='desktop'/><category scheme='http://www.blogger.com/atom/ns#' term='xorg'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='English'/><title type='text'>Touchpad freezes sometimes in Ubuntu 11.10. Workaround</title><summary type='text'>


Randomly and fortunately not too often (maybe two or three times in the last 5 months) the mouse cursor freezes on my laptop (Ubuntu 11.10 64Bits). This usually happens when using thunderbird, however I don't have a test-case to report to launchpad yet.
This is quite annoying and what I did in the previous occasions was to hit CTRL-ALT-F1 and restart lightdm.
However It has just happened once </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/6358078933438113188/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2012/02/touchpad-freezes-sometimes-in-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/6358078933438113188'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/6358078933438113188'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2012/02/touchpad-freezes-sometimes-in-ubuntu.html' title='Touchpad freezes sometimes in Ubuntu 11.10. Workaround'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-6543239200942232934</id><published>2012-01-05T13:35:00.001+01:00</published><updated>2012-01-05T13:38:06.722+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='shell/bash'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='English'/><title type='text'>Quick check of services status</title><summary type='text'>


This is just quick and dirty post.
A oneliner to check if all your server services have started rightly after a reboot. This first attempt is aimed for Debian and derivatives:

checkservices () { for service in /etc/rc2.d/S*; do STATUS=$(/etc/init.d/$(ls -l $service | awk '{print $NF}') status 2&gt;/dev/null); [ "$STATUS" != "" ] &amp;&amp; printf "Status of ${service##*/}:\t$STATUS\n"; done; }

Example:</summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/6543239200942232934/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2012/01/debian-quick-check-of-services-status.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/6543239200942232934'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/6543239200942232934'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2012/01/debian-quick-check-of-services-status.html' title='Quick check of services status'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-88734661413803927</id><published>2011-11-06T11:04:00.008+01:00</published><updated>2011-11-06T12:20:39.855+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='spanish'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Unity's "about:config" doesn't work in Ubuntu 11.10 Oneirc Ocelot</title><summary type='text'>Custumization of Unity in Ubuntu 11.10; about:config doesn't work

 spanish version  -  all english posts 


Unity probably due to a misguided Ubuntu's "zero-config" policy cannot be customized by the end user. At least by default.
Theroetically by pressing alt-F2 and typing in the laucher "about:config" the configuration/personalization utility of Unity should appear... but although the icon of </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/88734661413803927/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2011/11/unitys-aboutconfig-doesnt-work-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/88734661413803927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/88734661413803927'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2011/11/unitys-aboutconfig-doesnt-work-in.html' title='Unity&apos;s &quot;about:config&quot; doesn&apos;t work in Ubuntu 11.10 Oneirc Ocelot'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-8070844788952915854</id><published>2011-11-06T09:52:00.006+01:00</published><updated>2011-11-06T12:23:23.097+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='spanish'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Unity "about:config" no funciona en Ubuntu 11.10 Oneiric Ocelot</title><summary type='text'>Personalización de Unity en Ubuntu 11.10; about:config no funciona

 english version  -  all spanish posts 

Unity debido probablemente a la política mal entendida de "zero-config" de Ubuntu no se puede modificar y personalizar por defecto.
Teóricamente pulsando alt-F2 y escribiendo en el lanzador "about:config" debería lanzarse la utilidad de configuración de Unity... pero aunque aparece el </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/8070844788952915854/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2011/11/unity-aboutconfig-no-funciona-en-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/8070844788952915854'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/8070844788952915854'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2011/11/unity-aboutconfig-no-funciona-en-ubuntu.html' title='Unity &quot;about:config&quot; no funciona en Ubuntu 11.10 Oneiric Ocelot'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-4651697031026296867</id><published>2011-10-17T17:30:00.006+02:00</published><updated>2011-11-06T12:24:21.764+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='spanish'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Deshabilitar la cuenta de invitado en Ubuntu 11.10 (Oneiric Ocelot)</title><summary type='text'> english version -  all spanish posts 



¿cómo quitar el acceso de invitado en ubuntu 11.10?

Ubuntu a partir de la versión 11.10 (Oneiric Ocelot) usa como display manager por defecto lightDM. Es bastante más atractivo que el viejo GDM pero incorpora "de serie" una sesión de invitado sin ningún tipo de restricción por contraseña. Es una decisión de los desarrolladores de Ubuntu cuanto menos </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/4651697031026296867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2011/10/deshabilitar-la-cuenta-de-invitado-en.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/4651697031026296867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/4651697031026296867'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2011/10/deshabilitar-la-cuenta-de-invitado-en.html' title='Deshabilitar la cuenta de invitado en Ubuntu 11.10 (Oneiric Ocelot)'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-6385379057402143092</id><published>2011-10-16T15:17:00.003+02:00</published><updated>2011-11-06T12:24:40.659+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='English'/><title type='text'>Disable guest session in Ubuntu 11.10 (oneiric ocelot)</title><summary type='text'> spanish version -  all english posts 

How to disable the guest account in Ubuntu 11.10?

Ubuntu 11.10 uses lightDM as the default display manager. Certainly it looks cooler than the old GDM, but by default it comes (in the ubuntu package) with a guest session enabled which is at least an arguable decision from many points of view (utility, security, etc). 

To disable that guest login account </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/6385379057402143092/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2011/10/disable-guest-sesson-in-ubuntu-1110.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/6385379057402143092'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/6385379057402143092'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2011/10/disable-guest-sesson-in-ubuntu-1110.html' title='Disable guest session in Ubuntu 11.10 (oneiric ocelot)'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-112238551323562788</id><published>2011-10-12T19:45:00.003+02:00</published><updated>2011-10-12T19:47:34.072+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='English'/><title type='text'>I sign it too!</title><summary type='text'>X11 - No words :-)




This applies to almost every aspect of GNU/Linux nowadays</summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/112238551323562788/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2011/10/i-sign-it-too.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/112238551323562788'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/112238551323562788'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2011/10/i-sign-it-too.html' title='I sign it too!'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-5991650472575947557</id><published>2011-04-17T14:08:00.012+02:00</published><updated>2011-11-06T12:47:08.221+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='shell/bash'/><category scheme='http://www.blogger.com/atom/ns#' term='sysadmin'/><category scheme='http://www.blogger.com/atom/ns#' term='English'/><title type='text'>Set UUID on reiserfs partitions (fun with bash)</title><summary type='text'> spanish version - all english posts  

I've just realized that the reiserfs partitions of an old PC are not associated with their corresponding UUID in /etc/fstab. I usually use UUIDs in fstab to avoid problems when adding/removing disks.
This particular PC has several partitions with reiserfs filesystem. Many years ago I preferentially used reiserfs instead of ext2 for obvious reasons. With the</summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/5991650472575947557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2011/04/set-uuid-on-reiserfs-partitions-fun.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/5991650472575947557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/5991650472575947557'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2011/04/set-uuid-on-reiserfs-partitions-fun.html' title='Set UUID on reiserfs partitions (fun with bash)'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-718638978713054603</id><published>2011-04-17T14:04:00.014+02:00</published><updated>2011-11-06T12:48:11.688+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='shell/bash'/><category scheme='http://www.blogger.com/atom/ns#' term='spanish'/><category scheme='http://www.blogger.com/atom/ns#' term='sysadmin'/><title type='text'>Establecer el UUID a particiones reiserfs. Jugando con bash</title><summary type='text'> english version  -  all spanish posts 

Acabo de darme cuenta que en un viejo PC las particiones en el fstab no están asociadas al correspondiente UUID. Normalmente suelo asociarlas ya que así evito cualquier problema al añadir/quitar discos.
Este PC en concreto tiene la mayoría de las particiones de los usuarios (distintos /home/XXXX) con reiserfs. Hace muchos años usaba reiserfs de manera </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/718638978713054603/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2011/04/establecer-el-uuid-particiones-reiserfs.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/718638978713054603'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/718638978713054603'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2011/04/establecer-el-uuid-particiones-reiserfs.html' title='Establecer el UUID a particiones reiserfs. Jugando con bash'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-7966466375217880074</id><published>2010-12-12T16:29:00.005+01:00</published><updated>2011-11-06T12:51:31.038+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='gPXE'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='grub2'/><category scheme='http://www.blogger.com/atom/ns#' term='English'/><title type='text'>gPXE boot from Grub2</title><summary type='text'> spanish version - all english posts  


The problem that I'm facing is that I need to boot a PC in a LTSP's environment to do some debugging and testing. Unfortunately, the PXE's BIOS functionality of that PC seems to be broken.
In case you need to boot a thinclient via PXE but its firmware doesn't support that function, you can solve the problem with gPXE as long as the network card is </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/7966466375217880074/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2010/12/gpxe-boot-from-grub2.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/7966466375217880074'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/7966466375217880074'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2010/12/gpxe-boot-from-grub2.html' title='gPXE boot from Grub2'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-1465990440457127899</id><published>2010-12-12T16:04:00.009+01:00</published><updated>2011-11-06T12:52:36.383+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='spanish'/><category scheme='http://www.blogger.com/atom/ns#' term='gPXE'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='grub2'/><title type='text'>Configurar en Grub2 un arranque vía gPXE</title><summary type='text'> english version  -  all spanish posts 



El problema es que necesito arrancar un PC en un entorno de LTSP. Desgraciadamente la funcionalidad de PXE propia de su BIOS no parece funcionar.
Si necesitamos un thinclient que arranque vía PXE pero el firmware no soporta dicha función podemos solventar el problema con gPXE siempre y cuando la tarjeta de red sea reconocida como PCI (no valen las PCMCIA</summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/1465990440457127899/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2010/12/configurar-en-grub2-un-arranque-via.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/1465990440457127899'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/1465990440457127899'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2010/12/configurar-en-grub2-un-arranque-via.html' title='Configurar en Grub2 un arranque vía gPXE'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-4138577407725048640</id><published>2010-04-17T16:21:00.016+02:00</published><updated>2011-11-06T12:53:41.974+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='vmware'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='English'/><title type='text'>Installing vmware-server-2.0.2 in Ubuntu Lucid Lynx 10.04 LTS</title><summary type='text'> spanish version  -  all english posts  

Howto make work wmware-server-2.0.2 in Ubuntu 10.04 LTS lucid lynx

I'm using lucid's beta for a month. Today I remembered that I had not yet tested vmware-server on 10.04 lucid; so we will see how to solve the problems that may appear.
Basically we will do the same we did for karmic:

install vmware-server
apply the ubuntugeek's patch

But since the </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/4138577407725048640/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2010/04/installing-vmware-server-202-in-ubuntu.html#comment-form' title='52 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/4138577407725048640'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/4138577407725048640'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2010/04/installing-vmware-server-202-in-ubuntu.html' title='Installing vmware-server-2.0.2 in Ubuntu Lucid Lynx 10.04 LTS'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>52</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-5571827131452684811</id><published>2010-04-17T15:45:00.017+02:00</published><updated>2011-11-06T12:54:12.093+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='spanish'/><category scheme='http://www.blogger.com/atom/ns#' term='vmware'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Hacer que funcione vmware-server-2.0.2 en ubuntu 10.04 LTS lucid lynx</title><summary type='text'> english version  -  all spanish posts 



Pasos para la instalación de wmware-server-2.0.2 en Ubuntu 10.04 LTS lucid lynx
Hace ya un mes que uso la beta de lucid. Hoy he recordado que todavía no había probado vmware-server en este servidor así que vamos a ver que problemas encontramos.
Básicamente vamos a hacer lo mismo que para karmic:

instalar vmware-server
aplicar el parche de ubuntugeek



</summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/5571827131452684811/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2010/04/hacer-que-funcione-vmware-server-202-en.html#comment-form' title='17 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/5571827131452684811'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/5571827131452684811'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2010/04/hacer-que-funcione-vmware-server-202-en.html' title='Hacer que funcione vmware-server-2.0.2 en ubuntu 10.04 LTS lucid lynx'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>17</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-6368222244140021621</id><published>2010-03-13T22:24:00.012+01:00</published><updated>2011-11-06T12:55:29.153+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VoIP'/><category scheme='http://www.blogger.com/atom/ns#' term='vmware'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='English'/><title type='text'>Installing Asterisk and FreePBX on a vmware instance of Ubuntu 10.04 (Lucid) alpha3</title><summary type='text'> spanish version  -  all english posts  

I needed to test some PBX configurations but as I don't have a PBX at hand to use I thought that it would be interesting to test, at last, Asterisk. At the same time, it would be nice to test Ubuntu 10.04 just one month and a half before its release.
For the test I've created an instance of vmware-server 2.0 where I've installed a basic Ubuntu 10.04 Lucid</summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/6368222244140021621/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2010/03/installing-asterisk-and-freepbx-on.html#comment-form' title='22 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/6368222244140021621'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/6368222244140021621'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2010/03/installing-asterisk-and-freepbx-on.html' title='Installing Asterisk and FreePBX on a vmware instance of Ubuntu 10.04 (Lucid) alpha3'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_DstDHs2qTVk/S5vwhpbvtkI/AAAAAAAAAAM/xzKP0H3eohk/s72-c/Pantallazo-FreePBX+-+Namoroka.png' height='72' width='72'/><thr:total>22</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-8691518355641805488</id><published>2010-03-13T21:03:00.010+01:00</published><updated>2011-11-06T12:56:02.911+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='spanish'/><category scheme='http://www.blogger.com/atom/ns#' term='VoIP'/><category scheme='http://www.blogger.com/atom/ns#' term='vmware'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Instalación de Asterisk y FreePBX en una instancia vmware de Ubuntu 10.04 (Lucid) alpha3</title><summary type='text'> english version  -  all spanish posts 

Necesitaba probar unas configuraciones en una centralita y como no tengo ninguna a mano que mejor que probar de una vez por todas Asterisk y aprovechar para ver que tal va Ubuntu 10.04 a falta de poco mas de un mes para su lanzamiento.
Para la prueba creo una instancia de vmware-server 2.0 donde instalo Ubuntu 10.04 Lucid alpha3 con las actualizaciones </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/8691518355641805488/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2010/03/instalacion-de-asterisk-y-freepbx-en.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/8691518355641805488'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/8691518355641805488'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2010/03/instalacion-de-asterisk-y-freepbx-en.html' title='Instalación de Asterisk y FreePBX en una instancia vmware de Ubuntu 10.04 (Lucid) alpha3'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_DstDHs2qTVk/S5vwhpbvtkI/AAAAAAAAAAM/xzKP0H3eohk/s72-c/Pantallazo-FreePBX+-+Namoroka.png' height='72' width='72'/><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-5959804365727140631</id><published>2010-02-21T12:15:00.004+01:00</published><updated>2011-11-06T12:56:32.057+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='python'/><category scheme='http://www.blogger.com/atom/ns#' term='English'/><title type='text'>Unicode and Python</title><summary type='text'> spanish version  -  all english posts  


This weekend I had in mind posting a few notes about how to correctly use unicode when programming with python. But after reviewing my bookmarks and rereading the magnificent post All About Python and Unicode I have come to the conclusion that publishing anything related to unicode would be light years behind of that wonderful tutorial.
I recommend </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/5959804365727140631/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2010/02/unicode-and-python.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/5959804365727140631'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/5959804365727140631'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2010/02/unicode-and-python.html' title='Unicode and Python'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-9055945779373031731</id><published>2010-02-21T12:12:00.004+01:00</published><updated>2011-11-06T12:57:01.071+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='spanish'/><category scheme='http://www.blogger.com/atom/ns#' term='python'/><title type='text'>Unicode y python</title><summary type='text'> english version  -  all spanish posts 

Este fin de semana tenía en mente publicar unas notas sobre cómo usar correctamente unicode al programar con python, pero tras repasar los enlaces que tengo guardados al respecto y releer el magnífico post All About Python and Unicode he llegado a la conclusión de que cualquier cosa que publique quedaría a años luz de ese estupendo tutorial.
Recomiendo a </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/9055945779373031731/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2010/02/unicode-y-python.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/9055945779373031731'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/9055945779373031731'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2010/02/unicode-y-python.html' title='Unicode y python'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-2098079981660248729</id><published>2010-02-13T23:31:00.007+01:00</published><updated>2011-11-06T12:57:36.911+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='shell/bash'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='English'/><title type='text'>Fixing picture's date</title><summary type='text'> spanish version  -  all english posts  

I have a couple of bash scripts that I created when I bought my first digital camera back in 2003 or 2004. Those scripts allow me to clasify photos by date. The scripts use the date from the exif metadata that is embedded on each photo file header. That metadata is extracted using the strings command. With that timestamp the script renames each photo as </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/2098079981660248729/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2010/02/fixing-pictures-date.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/2098079981660248729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/2098079981660248729'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2010/02/fixing-pictures-date.html' title='Fixing picture&apos;s date'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-7741176427323959880</id><published>2010-02-13T22:51:00.006+01:00</published><updated>2011-11-06T12:59:08.605+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='shell/bash'/><category scheme='http://www.blogger.com/atom/ns#' term='spanish'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><title type='text'>Rectificar la fecha en las fotografías</title><summary type='text'> english version  -  all spanish posts 

Tengo una serie de scripts en bash que creé cuando me compré la primera cámara digital, en el 2003 o 2004, que me permiten clasificar las fotos por fechas. Extraen los metadatos del encabezamiento de las fotografías mediante el comando strings. A partir de la fecha que proporcionan los metadatos exif renombran cada fotografía como AAAMMDD_HHMMSS_#.jpg (el </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/7741176427323959880/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2010/02/rectificar-la-fecha-en-las-fotografias.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/7741176427323959880'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/7741176427323959880'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2010/02/rectificar-la-fecha-en-las-fotografias.html' title='Rectificar la fecha en las fotografías'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-8023696674692380460</id><published>2010-01-26T23:04:00.007+01:00</published><updated>2011-11-06T13:00:02.832+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='shell/bash'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='English'/><title type='text'>When did the system boot</title><summary type='text'> spanish version  -  all english posts  

The most common way to find out when was the last start is using the command "uptime":

root@blogspot:~# uptime
 22:28:20 up 22 days, 12:48,  1 user,  load average: 0.11, 0.04, 0.00

However that command doesn't tell us WHEN but HOW LONG!
Hence, only for curiosity, here are a few recipes to get that WHEN:
With "who":

root@blogspot:~# who -b
         </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/8023696674692380460/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2010/01/when-did-system-boot.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/8023696674692380460'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/8023696674692380460'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2010/01/when-did-system-boot.html' title='When did the system boot'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-2571471096239015777</id><published>2010-01-26T22:50:00.007+01:00</published><updated>2011-11-06T13:00:31.831+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='shell/bash'/><category scheme='http://www.blogger.com/atom/ns#' term='spanish'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><title type='text'>Cuándo se inició el sistema</title><summary type='text'> english version  -  all spanish posts 

La forma mas habitual de averiguar cuando se produjo el último inicio del sistema es mediante el comando uptime:

root@blogspot:~# uptime
 22:28:20 up 22 days, 12:48,  1 user,  load average: 0.11, 0.04, 0.00

Pero ese comando no nos dice CUANDO sino HACE CUANTO.
Así que aunque solo sea por curiosidad aquí van unas cuantas recetas para obtener el CUANDO:
</summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/2571471096239015777/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2010/01/cuando-se-inicio-el-sistema.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/2571471096239015777'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/2571471096239015777'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2010/01/cuando-se-inicio-el-sistema.html' title='Cuándo se inició el sistema'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-2497672747609624578</id><published>2010-01-23T21:49:00.005+01:00</published><updated>2011-11-06T13:01:34.622+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='shell/bash'/><category scheme='http://www.blogger.com/atom/ns#' term='python'/><category scheme='http://www.blogger.com/atom/ns#' term='pdf'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='English'/><title type='text'>Counting pages</title><summary type='text'> spanish version  -  all english posts  

We have an application that generates PDF reports from rst formated text files. One of the requirements that the applicaction should have is the numbering of pages in the format "Page X of Y". Unfortunaltely our application is an implemetation of rst2pdf 0.11 which doesn't have shuch feature (at least in the version we have). Although it wouldn't be too </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/2497672747609624578/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2010/01/counting-pages.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/2497672747609624578'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/2497672747609624578'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2010/01/counting-pages.html' title='Counting pages'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-397705194697050733</id><published>2010-01-23T14:19:00.017+01:00</published><updated>2011-11-06T13:02:04.934+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='shell/bash'/><category scheme='http://www.blogger.com/atom/ns#' term='spanish'/><category scheme='http://www.blogger.com/atom/ns#' term='python'/><category scheme='http://www.blogger.com/atom/ns#' term='pdf'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><title type='text'>Contando páginas</title><summary type='text'> english version  -  all spanish posts 

Tenemos una aplicación que genera informes en PDFs a partir de ficheros con formato rst. Uno de los requisitos que debía tener la aplicación es la numeración de páginas de tipo "página X de Y". Lamentablemente se trata de una implementación a partir de rst2pdf 0.11 que de momento no incorpora esa característica (al menos en la versión que tenemos). Aunque </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/397705194697050733/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2010/01/contando-paginas.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/397705194697050733'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/397705194697050733'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2010/01/contando-paginas.html' title='Contando páginas'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-4108108790372460975</id><published>2010-01-17T22:54:00.005+01:00</published><updated>2011-11-06T13:03:20.317+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='vmware'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='English'/><title type='text'>vmware-server-2.0.2 in ubuntu karmic</title><summary type='text'> spanish version  -  all english posts  

Update: I've written a post about the installation of vmware-server 2.0.x in Ubuntu 10.04 Lucid Lynx

Direct installation of VMware-server-2.0.2-203138.i386.tar.gz in Ubuntu 9.10 karmic exits with error when trying to compile the vmmon module:

[...]

None of the pre-built vmmon modules for VMware Server is suitable for your
running kernel.  Do you want </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/4108108790372460975/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2010/01/vmware-server-202-in-ubuntu-karmic.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/4108108790372460975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/4108108790372460975'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2010/01/vmware-server-202-in-ubuntu-karmic.html' title='vmware-server-2.0.2 in ubuntu karmic'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-595967728053047874.post-1465534730293295707</id><published>2010-01-17T17:01:00.014+01:00</published><updated>2011-11-06T13:04:09.140+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='spanish'/><category scheme='http://www.blogger.com/atom/ns#' term='vmware'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU/Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>vmware-server-2.0.2 en ubuntu karmic</title><summary type='text'> english version  -  all spanish posts 

Actualización: he redactado un post sobre la instalación de vmware-server 2.0.x en Ubuntu 10.04 Lucid Lynx

La instalación directa del targzip VMware-server-2.0.2-203138.i386.tar.gz en ubuntu 9.10 karmic acaba con un error al tratar de compilar el módulo vmmon:

[...]

None of the pre-built vmmon modules for VMware Server is suitable for your
running </summary><link rel='replies' type='application/atom+xml' href='http://hmontoliu.blogspot.com/feeds/1465534730293295707/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hmontoliu.blogspot.com/2010/01/hacer-que-funcione-vmware-server-202-en.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/1465534730293295707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/595967728053047874/posts/default/1465534730293295707'/><link rel='alternate' type='text/html' href='http://hmontoliu.blogspot.com/2010/01/hacer-que-funcione-vmware-server-202-en.html' title='vmware-server-2.0.2 en ubuntu karmic'/><author><name>Hilario J Montoliu</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-9VyhZQ2Fi5o/AAAAAAAAAAI/AAAAAAAAACc/vSSIBUvj194/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry></feed>
