<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sergio Sainz &#187; Sistemas</title>
	<atom:link href="http://www.sergiosainz.com/category/sistemas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sergiosainz.com</link>
	<description>Apuntes técnicos de un administrador de sistemas</description>
	<lastBuildDate>Sat, 26 Jun 2010 17:37:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Nagios 3 with Centreon 2.1 on Debian based Distributions (Eng)</title>
		<link>http://www.sergiosainz.com/2010/06/26/nagios-3-with-centreon-2-1-on-debian-based-distributions-eng/</link>
		<comments>http://www.sergiosainz.com/2010/06/26/nagios-3-with-centreon-2-1-on-debian-based-distributions-eng/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 17:37:13 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Sistemas]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/?p=368</guid>
		<description><![CDATA[Hago un C&#38;P completo de un post de Mundonix, que me ha pasado un compi y no quiero perder About Nagios (http://www.nagios.org) Nagios is a host and service monitor designed to inform you of network problems before your clients, end-users or managers do. It has been designed to run under the Linux operating system, but [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>Hago un C&amp;P completo de un <a href="http://mundonix.wordpress.com/2010/04/28/nagios-3-with-centreon-2-1-on-debian-based-distributions-eng/" target="_blank">post de Mundonix</a>, que me ha pasado un compi y no quiero perder <img src='http://www.sergiosainz.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </div>
<div></div>
<div><strong>About Nagios  (http://www.nagios.org)</strong></div>
<div>Nagios is a host and service monitor designed to inform you of network  problems before your clients, end-users or managers do. It has been designed to  run under the Linux operating system, but works fine under most *NIX variants as  well. The monitoring daemon runs intermittent checks on hosts and services you  specify using external “plugins” which return status information to Nagios. When  problems are encountered, the daemon can send notifications out to  administrative contacts in a variety of different ways (email, instant message,  SMS, etc.). Current status information, historical logs, and reports can all be  accessed via a web browser.</div>
<div></div>
<div><strong>About Centreon  (http://www.centreon.com)</strong></div>
<div>Centreon is a network, system, applicative supervision and monitoring tool,  it is based upon the most effective Open Source monitoring engine: Nagios.  Centreon provides a new frontend and new functionalities to Nagios.</div>
<div></div>
</div>
<div>
<div><strong>Prerequisites that not covered in  this guide:</strong></div>
<div>- You will need some knowledge of basic Linux administration, in case you  will need to do troubleshooting.</div>
<div>- You will need to be familiar with Nagios architecture, and know how to  solve errors that comes from nagios config validation.</div>
<div>- You will need an MTA daemon installed &amp; configured, so nagios will  able to send notifications, good examples are sendmail, postfix,  exim.</div>
<div></div>
</div>
<div>
<div><strong>Notes before we  begin:</strong></div>
<div>- This guide is intended for Debian/Ubuntu based distributions. It was  tested on Debian 5.0 64-bit, and Ubuntu 8.10/9.04 Server 64-bit</div>
<div>- Centreon version 2.1.x is required for this gude to work, version 2.0.x  of Centreon won’t work with this article.</div>
<div>- It’s recommended to use a clean install of Debian/Ubuntu.</div>
<div>- All commands in this article must be run as root user, in Ubuntu you can  become a root user by using command “sudo -s”.</div>
<div></div>
</div>
<div>
<div><strong>Install required Ubuntu/Debian packages</strong>:</div>
<div><strong>Debian only:</strong></div>
<div># apt-get install sudo lsb-release</div>
<div></div>
<div><strong>dos2unix, Converts DOS &lt;-&gt; Unix text files, alias  tofromdos:</strong></div>
<div># apt-get install tofrodos</div>
<div></div>
<div><strong>MTA (exim by default) and mail utilities:</strong></div>
<div># apt-get install mailx</div>
<div></div>
<div><strong>Apache web server and PHP5:</strong></div>
<div># apt-get install apache2 php5 php-pear php5-mysql php5-ldap php5-snmp  php5-gd</div>
<div></div>
<div><strong>MySQL-Server:</strong></div>
<div># apt-get install mysql-server-5.0</div>
<div><em>You will be asked to specify a new password for the MySQL “root” user.  Remember it, we will use it later.</em></div>
<div><em><br />
</em></div>
<div><strong>RRDTool:</strong></div>
<div># apt-get install rrdtool librrds-perl</div>
<div></div>
<div><strong>Required Perl modules:</strong></div>
<div># apt-get install libconfig-inifiles-perl libcrypt-des-perl  libdigest-hmac-perl libdigest-sha1-perl libgd-gd2-perl</div>
<div></div>
<div><strong>SNMP daemon:</strong></div>
<div># apt-get install snmp snmpd libnet-snmp-perl libsnmp-perl</div>
<div></div>
</div>
<div><strong>Install Nagios 3 and NDOutils for MySQL:</strong></div>
<div>
<div>Type:</div>
<div># apt-get install nagios3 nagios-nrpe-plugin ndoutils-nagios3-mysql</div>
<div>When asked for “Configure database for ndoutils-mysql with  dbconfig-common?”, answer <strong>NO</strong>, Centreon installation script will  deal with it.</div>
<div>Now let’s move/backup the original Nagios configuration directory, as  Centreon will use its own structure for Nagios configuration files:</div>
<div># mv /etc/nagios3 /etc/nagios3.orig</div>
<div># mkdir /etc/nagios3</div>
<div># cp -Rt /etc/nagios3 /etc/nagios3.orig/nagios.cfg  /etc/nagios3.orig/apache2.conf /etc/nagios3.orig/stylesheets/</div>
<div># chown nagios:www-data /etc/nagios3</div>
<div># chmod ug+w /etc/nagios3</div>
<div></div>
</div>
<div>
<div><strong>Install optional packages (not required):</strong></div>
<div><strong>OpenSSH server (Every linux server must have it!):</strong></div>
<div># apt-get install ssh</div>
<div></div>
<div><strong>PHPMyAdmin – web based Mysql console:</strong></div>
<div># apt-get install phpmyadmin</div>
<div></div>
</div>
<div>
<div><strong>Install Centreon:</strong></div>
<div><strong>Note:</strong> Before beginning the  installation make sure you have an internet connection!</div>
<div>Now download the latest Centreon distribution (by the time of writing  latest version was 2.1.1):</div>
<div># cd; wget  http://download.centreon.com/centreon/centreon-2.1.1.tar.gz</div>
<div>Centreon installation script will update PEAR modules (if required). If you  are behind proxy, use following command for PEAR proxy configuration:</div>
<div># pear config-set http_proxy http://&lt;my_proxy&gt;:&lt;port&gt;/</div>
<div>Replace “&lt;my_proxy&gt;” with to your proxy address and “&lt;port&gt;”  with your proxy port.</div>
<div>Next, type following commands (remember to replace the names to Centreon  version you use):</div>
<div># tar xzf centreon-2.1.1.tar.gz</div>
<div># cd centreon-2.1.1</div>
<div># ./install.sh -i</div>
<div></div>
</div>
<div>
<div><strong>Let’s follow the installation script questions:</strong></div>
<div>Press “Enter” to read the Centreon License, then type “y” to accept  it.</div>
<div>Do you want to install : Centreon Web Front</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want to install : Centreon CentCore</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want to install : Centreon Nagios Plugins</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want to install : Centreon Snmp Traps process</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your Centreon directory?</div>
<div>default to [/usr/local/centreon]: /usr/local/centreon</div>
<div>Do you want me to create this directory ? [/usr/local/centreon]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your Centreon log directory</div>
<div>default to [/usr/local/centreon/log]: /usr/local/centreon/log</div>
<div>Do you want me to create this directory ? [/usr/local/centreon/log]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your Centreon etc directory</div>
<div>default to [/etc/centreon]: /etc/centreon</div>
<div>Do you want me to create this directory ? [/etc/centreon]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your Centreon generation_files directory?</div>
<div>default to [/usr/local/centreon]: /usr/local/centreon</div>
<div>Where is your Centreon variable library directory?</div>
<div>default to [/var/lib/centreon]: /var/lib/centreon</div>
<div>Do you want me to create this directory ? [/var/lib/centreon]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your CentPlugins Traps binary</div>
<div>default to [/usr/local/centreon/bin]: /usr/local/centreon/bin</div>
<div>Do you want me to create this directory ? [/usr/local/centreon/bin]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is the RRD perl module installed [RRDs.pm]</div>
<div>default to [/usr/lib/perl5/RRDs.pm]: /usr/lib/perl5/RRDs.pm</div>
<div>Where is PEAR [PEAR.php]</div>
<div>default to [/usr/share/php/PEAR.php]: /usr/share/php/PEAR.php</div>
<div>Where is installed Nagios ?</div>
<div>default to [/usr/local/nagios]: /usr/lib/cgi-bin/nagios3</div>
<div>Where is your nagios config directory</div>
<div>default to [/usr/local/nagios/etc]: /etc/nagios3</div>
<div>Where is your Nagios var directory ?</div>
<div>default to [/usr/local/nagios/var]: /var/lib/nagios3</div>
<div>Where is your Nagios plugins (libexec) directory ?</div>
<div>default to [/usr/local/nagios/libexec]: /usr/lib/nagios/plugins</div>
<div>Where is your Nagios image directory ?</div>
<div>default to [/usr/local/nagios/share/images/logos]:  /usr/share/nagios/htdocs/images/logos</div>
<div>Where is your NDO ndomod binary ?</div>
<div>default to [/usr/sbin/ndomod.o]: /usr/lib/ndoutils/ndomod-mysql-3x.o</div>
<div>Where is sudo configuration file</div>
<div>default to [/etc/sudoers]: /etc/sudoers</div>
<div>Do you want me to configure your sudo ? (WARNING)</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want to add Centreon Apache sub configuration file ?</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want to reload your Apache ?</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want me to install/upgrade your PEAR modules</div>
<div>[y/n], default to [y]: y</div>
<div>Where is your Centreon Run Dir directory?</div>
<div>default to [/var/run/centreon]: /var/run/centreon</div>
<div>Do you want me to create this directory ? [/var/run/centreon]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your CentStorage binary directory</div>
<div>default to [/usr/local/centreon/bin]: /usr/local/centreon/bin</div>
<div>Where is your CentStorage RRD directory</div>
<div>default to [/var/lib/centreon]: /var/lib/centreon</div>
<div>Do you want me to install CentStorage init script ?</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want me to install CentStorage run level ?</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your CentCore binary directory</div>
<div>default to [/usr/local/centreon/bin]: /usr/local/centreon/bin</div>
<div>Do you want me to install CentCore init script ?</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want me to install CentCore run level ?</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your CentPlugins lib directory</div>
<div>default to [/var/lib/centreon/centplugins]:  /var/lib/centreon/centplugins</div>
<div>Do you want me to create this directory ?  [/var/lib/centreon/centplugins]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your SNMP configuration directory</div>
<div>default to [/etc/snmp]: /etc/snmp</div>
<div>Where is your SNMPTT binaries directory</div>
<div>default to [/usr/local/centreon/bin/]: /usr/local/centreon/bin/</div>
<div></div>
</div>
<div>
<div><strong>Continue the installation with the Centreon Web  interface:</strong></div>
<div>Open in web browser: “http://&lt;yourserverip&gt;/centreon/” replace  “&lt;yourserverip&gt;” with your Centreon server ip address or hostname.</div>
<div>Follow Centreon Setup instructions:</div>
<div>- Press Start</div>
<div>- Check “I Accept” and press Next</div>
<div>- Make sure that selected “Nagios Version” is “3.x”, then press Next</div>
<div>- On next screen, make sure that all components status is “OK”, then press  Next</div>
<div>- If all components are “OK”, then press Next again</div>
<div>- Fill required DB info as follows, then press Next</div>
<div>· Root Password for MySQL: [MySQL root password which you entered during  MySQL installation]</div>
<div>· Centreon Database Name: centreon</div>
<div>· Centreon Data Storage Database Name: centstorage</div>
<div>· Database Password: centreon</div>
<div>· Confirm it: centreon</div>
<div>· MySQL Client version (Password Haching Changes): &gt;=4.1 –  PASSWORD()</div>
<div>- Press Next in the screen of DataBase Verification</div>
<div>- Fill required Admin user info, then press next (make sure that a username  is Admin)</div>
<div>- Check “No” in “LDAP Authentication” screen, then press Next</div>
<div>- Press Next again</div>
<div>- Press Next in “Creating Database” screen</div>
</div>
<div>- Press on “Click here to complete your install”</div>
<div></div>
<div>
<div><strong>NDOUtils configuration (from command line):</strong></div>
<div>In Centreon version 2.1 and newer, NDO database is configured as part of  the Centreon installation. We don’t need to configure manually. We only need to  enable NDO, in “/usr/default/ndoutils”.</div>
<div>Edit the “/usr/default/ndoutils” by typing:</div>
<div># vi /etc/default/ndoutils</div>
<div>Change “ENABLE_NDOUTILS=0″ to “ENABLE_NDOUTILS=1″</div>
<div></div>
</div>
<div>
<div><strong>Finalize Centreon configuration:</strong></div>
<div>Open in webrowser: “http://&lt;yourserverip&gt;/centreon/”, replace  “&lt;yourserverip&gt;” with your Centreon server ip address or hostname.</div>
<div>Go to: Configuration -&gt; Nagios -&gt; cgi (in sidebar), Press on  “CGI.cfg” link</div>
<div>Change settings to some options, as writed below:</div>
<div>- Physical HTML Path: /usr/share/nagios3/htdocs</div>
<div>- URL HTML Path     : /nagios3</div>
<div>- Nagios Process Check Command: /usr/lib/nagios/plugins/check_nagios  /var/cache/nagios3/status.dat 5 ‘/usr/sbin/nagios3′</div>
<div>Press Save</div>
<div>Go to: Configuration -&gt; Nagios -&gt; nagios.cfg (in sidebar), Press on  “Nagios CFG 1″ link, you should be in “Files” section of the configuration  screen.</div>
<div>Make sure to set folowing configuration values:</div>
<div>- Log File              : /var/log/nagios3/nagios.log</div>
<div>- Downtime File         : /var/lib/nagios3/downtime.dat</div>
<div>- Comment File          : /var/lib/nagios3/comment.dat</div>
<div>- Temp File             : /var/cache/nagios3/nagios.tmp</div>
<div>- P1 File               : /usr/lib/nagios3/p1.pl</div>
<div>- Lock File             : /var/run/nagios3/nagios3.pid</div>
<div>- Object Cache File     : /var/cache/nagios3/objects.cache</div>
<div>- Status File           : /var/cache/nagios3/status.dat</div>
<div>- External Command File : /var/lib/nagios3/rw/nagios.cmd</div>
<div>Now Press on “Logs Options” tab to go to “Logs Options” section.</div>
<div>Make sure to set folowing configuration values:</div>
<div>- Log Archive Path     : /var/log/nagios3/archives/</div>
<div>- State Retention File : /var/lib/nagios3/retention.dat</div>
<div>Press Save</div>
<div>Go to: Administration -&gt; Options -&gt; CentStorage (in sidebar)</div>
<div>Make sure to set folowing configuration values:</div>
<div>- Nagios current log file to parse: /var/log/nagios3/nagios.log</div>
<div>Press Save</div>
<div>Now let’s apply our changes, go to: Configuration -&gt; Nagios</div>
<div>Select as below:</div>
<div>- Generate Configuration Files</div>
<div>- Include Comments</div>
<div>- Run Nagios debug (-v)</div>
<div>- Move Export Files</div>
<div>- Restart Nagios</div>
<div>- Method: “External Command”</div>
<div>Press Export</div>
<div>This will restart Nagios &amp; apply all changes you made in Web  Interface.</div>
<div>You will do it every time you make changes, e.g. adding/modifying of hosts,  commands, contacts, services…etc…</div>
<div>The installation of Centreon is completed.</div>
<div></div>
</div>
<div>
<div><strong>Final fixes (very important):</strong></div>
<div>Go to terminal console, then…</div>
<div>In Debian/Ubuntu the user “nagios” is set to “/bin/false” shell. Because of  it “centcore” and “centstorage” daemons won’t start. A reason for that is  because those daemons use “su -c” command which requires a real shell, so the  shell for “nagios” user must be set to “/bin/sh”:</div>
<div># usermod -s /bin/sh nagios</div>
<div>Apply permissions for Web interface to be able to send “External Commands”,  perform the following commands to change directory permissions and to make the  changes permanent:</div>
<div># invoke-rc.d nagios3 stop</div>
<div># dpkg-statoverride –update –add nagios www-data 2710  /var/lib/nagios3/rw</div>
<div># dpkg-statoverride –update –add nagios nagios 751 /var/lib/nagios3</div>
<div>Add htaccess user with password “P@ssw0rd” for nagios CGI:</div>
<div># htpasswd -bc /etc/nagios3/htpasswd.users nagiosadmin P@ssw0rd</div>
<div>Allow SNMP readonly access:</div>
<div># echo “rocommunity public” &gt; /etc/snmp/snmpd.conf</div>
<div>If you want to allow SNMP access only for localhost then use this  instead:</div>
<div># echo “rocommunity public 127.0.0.1″ &gt; /etc/snmp/snmpd.conf</div>
<div>Now, restart the server</div>
<div># sync;sync;init 6</div>
<div>That’s it, after reboot, you will have a fully functional Nagios &amp;  Centreon environment.</div>
<div>Feel free to add comments/suggestions.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2010/06/26/nagios-3-with-centreon-2-1-on-debian-based-distributions-eng/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restaurar un backup de Plesk 8 en Plesk 9.*</title>
		<link>http://www.sergiosainz.com/2009/12/22/restaurar-un-backup-de-plesk-8-en-plesk-9/</link>
		<comments>http://www.sergiosainz.com/2009/12/22/restaurar-un-backup-de-plesk-8-en-plesk-9/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 01:34:39 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[PleskLinux]]></category>
		<category><![CDATA[Sistemas]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/12/22/restaurar-un-backup-de-plesk-8-en-plesk-9/</guid>
		<description><![CDATA[En Plesk 9 se ha modificado la forma de realizar los backups que se usaba desde Plesk 7.5 y se ha sustituido el formato en el que se almacenaban. Por tanto, para poder restaurar un backup de una versión antigua de Plesk, antes es necesario convertirlo a un formato que la nueva versión pueda manejar. [...]]]></description>
			<content:encoded><![CDATA[<p>En Plesk 9 se ha modificado la forma de realizar los backups que se usaba desde Plesk 7.5 y se ha sustituido el formato en el que se almacenaban.</p>
<p>Por tanto, para poder restaurar un backup de una versión antigua de Plesk, antes es necesario convertirlo a un formato que la nueva versión pueda manejar. Vamos a ello:</p>
<p>1. Sino tenemos aún el backup creado, en el servidor de origen, ejecutamos:</p>
<blockquote><p><code># /usr/local/psa/bin/pleskbackup all mibackup.psa</code></p></blockquote>
<p>En caso de no encontrarse pleskbackup instalado, hay que entrar al panel de control y en <strong><em>SERVIDOR –&gt; ACTUALIZADOR</em></strong> e instalar <strong><em>PLESK BACKUP MANAGER.</em></strong></p>
<p>2. Una vez tenemos el archivo de backup generado, lo movemos al servidor de destino y convertimos el archivo a formato Plesk 9.</p>
<blockquote><p><code># /usr/local/psa/bin/pre9-backup-convert -v convert -d /var/lib/psa/dumps/ mibackup.psa</code></p></blockquote>
<p><span style="font-family: Arial;">El directorio <code><em>/var/lib/psa/dumps </em></code>es la ubicación por defecto para almacenar los backups con Plesk 9. Ahí se creará un archivo .xml con los metadatos del backup.</span></p>
<p><code><code><span style="font-family: Arial;">3. En el panel de control, accedemos a</span></code><em><code><span style="font-family: Arial;"> <em>SERVIDOR –&gt; ADMINISTRADOR DE BACKUPS –&gt; REPOSITORIO DEL SERVIDOR.</em></span></code></em></code></p>
<p><code><code><span style="font-family: Arial;">Ahora veremos un listado de los backups disponibles, entre ellos debería aparecer el que hemos convertido, pinchamos en él y veremos las opciones y podemos empezar el proceso de restauración.</span></code></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/12/22/restaurar-un-backup-de-plesk-8-en-plesk-9/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>TIP: Resolver psa-firewall: service is disabled</title>
		<link>http://www.sergiosainz.com/2009/11/22/tip-resolver-psa-firewall-service-is-disabled/</link>
		<comments>http://www.sergiosainz.com/2009/11/22/tip-resolver-psa-firewall-service-is-disabled/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 14:52:19 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[PleskLinux]]></category>
		<category><![CDATA[Sistemas]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/11/22/tip-resolver-psa-firewall-service-is-disabled/</guid>
		<description><![CDATA[Si se da este problema al intentar levantar el firewall de Plesk /etc/init.d/psa-firewall start psa-firewall: service is disabled Prueba con esto para solucionarlo: touch /usr/local/psa/var/modules/firewall/active.flag Resultado: # /etc/init.d/psa-firewall start psa-firewall: firewall configuration successfully applied]]></description>
			<content:encoded><![CDATA[<p>Si se da este problema al intentar levantar el firewall de Plesk</p>
<blockquote><p>/etc/init.d/psa-firewall start      <br />psa-firewall: service is disabled </p>
</blockquote>
<p>Prueba con esto para solucionarlo:</p>
<blockquote><p>touch /usr/local/psa/var/modules/firewall/active.flag</p>
</blockquote>
<p><em><font color="#555555"></font></em></p>
<p><strong><font color="#555555">Resultado:</font></strong></p>
<blockquote><p># /etc/init.d/psa-firewall start      <br />psa-firewall: firewall configuration successfully applied</p>
</blockquote>
<p><em><font color="#555555"> <img src='http://www.sergiosainz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </font></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/11/22/tip-resolver-psa-firewall-service-is-disabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade existing Parallels Virtuozzo Containers 4.0 installations from Windows 2003 Service Pack 1 to Service Pack 2</title>
		<link>http://www.sergiosainz.com/2009/07/11/upgrade-existing-parallels-virtuozzo-containers-4-0-installations-from-windows-2003-service-pack-1-to-service-pack-2/</link>
		<comments>http://www.sergiosainz.com/2009/07/11/upgrade-existing-parallels-virtuozzo-containers-4-0-installations-from-windows-2003-service-pack-1-to-service-pack-2/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 18:28:05 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[PleskWindows]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/07/11/upgrade-existing-parallels-virtuozzo-containers-4-0-installations-from-windows-2003-service-pack-1-to-service-pack-2/</guid>
		<description><![CDATA[SYMPTOMS I update two nodes to Windows 2003 Server SP2 and Virtuozzo containers doesn´t start. C:\&#62;vzlist -a &#160;&#160;&#160; VEID&#160; NPROC&#160; STATUS&#160;&#160; IP_ADDR&#160;&#160;&#160;&#160;&#160;&#160;&#160; HOSTNAME &#160;&#160;&#160;&#160;&#160;&#160;&#160; 1&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; 10.89.222.125&#160; SERVICECT &#160;&#160;&#160;&#160;&#160; 101&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160;&#160; vps1 &#160;&#160;&#160;&#160;&#160; 102&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160;&#160; vps2 &#160;&#160;&#160;&#160;&#160; 103&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160; vps3 &#160;&#160;&#160;&#160;&#160; 104&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160; vps4 &#160;&#160;&#160;&#160;&#160; 105&#160;&#160;&#160;&#160; [...]]]></description>
			<content:encoded><![CDATA[<p><em>SYMPTOMS</em></p>
<p>I update two nodes to Windows 2003 Server SP2 and Virtuozzo containers doesn´t start.</p>
<blockquote><p>C:\&gt;vzlist -a</p>
<p>&#160;&#160;&#160; VEID&#160; NPROC&#160; STATUS&#160;&#160; IP_ADDR&#160;&#160;&#160;&#160;&#160;&#160;&#160; HOSTNAME     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; 10.89.222.125&#160; SERVICECT      <br />&#160;&#160;&#160;&#160;&#160; 101&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160;&#160; vps1      <br />&#160;&#160;&#160;&#160;&#160; 102&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160;&#160; vps2      <br />&#160;&#160;&#160;&#160;&#160; 103&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160; vps3      <br />&#160;&#160;&#160;&#160;&#160; 104&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160; vps4      <br />&#160;&#160;&#160;&#160;&#160; 105&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160; vps5</p>
</blockquote>
<p>I get an error when we try to start a CT:</p>
<blockquote><p>C:\&gt;vzctl &#8211;verbose start 1     <br />Starting container &#8230;      <br />INFO:&#160; Notify container 1: stopped starting      <br />INFO:&#160; start_vps_locked: container 1      <br />INFO:&#160; VpsVolumeMount() DISK_TYPE = 3 : 2      <br />INFO:&#160; VpsVolumeMount() DISK_TYPE = 3 : 2      <br />INFO: Completed successfully VzhiveMount: &quot;C:\vz\Private\1\root\vzquota&quot; &quot;C:\vz\      <br />Templates&quot; &quot;w2k3&quot;      <br />INFO: Applying patch to C:\vz\Private\1\root\WINDOWS\system32\win32k.sys&#8230;      <br />INFO: Patching security database&#8230;      <br />INFO: Done!      <br />ERROR: Error 0&#215;1 while executing script &#8216;on_vps_startup.cmd 1&#8242;      <br />INFO:&#160; Notify container 1: stopped none</p>
</blockquote>
<p>The log file shows this error:</p>
<blockquote><p>VPS 1: ISMIGRATED=      <br />VPS 1:&#160; starting gateway:&#160; nodetype: 2       <br />VPS 1:&#160;&#160; starting with gateway:&#160; domain: dnsservers:&#160; nodetype: 2&#160;&#160; <br />VPS 1: sp1_sp2 upgrade failed&#160; </p>
</blockquote>
<p>&#160;</p>
<p><strong>RESOLUTION</strong></p>
<p>1. Backup all containers for emergency.   <br />2. Run Virtuozzo autoinstaller <em>vzinstall.exe</em>, choose <em>Download only </em>mode. Once components list is fetched, please choose architecture and language you have installed on this node, click OK. Autoinstaller will download both SP1 and SP2 templates.    <br /><strong>Note:</strong> If you run <em>vzinstall.exe </em>on SP1 server it does not download SP2 template, because the tool checks SP level of the server and downloads corresponding templates only.    <br />3. Go to download folder specified on step 2 and find downloaded OS template archive: e.g. <em>w2k3en_SP2_x86.ex_     <br /></em>3. Rename it to <em>w2k3en_SP2_x86.exe </em>and run to extracte template <em>.efd</em> file. E.g. it would be <em>w2k3sp2_std_20070911_en_x86.efd     <br /></em>4. Copy extracted <em>w2k3sp2_std_20070911_en_x86.efd </em>to<em> \vz\Templates\__cache </em>folder next to the old SP1 template.    <br />5. Stop all containers, including the Service Container:</p>
<blockquote><p><code>for /F &quot;skip=2 usebackq tokens=*&quot; %i in (`cmd /c &quot;vzlist -o veid&quot;`) do vzctl stop %i</code></p>
</blockquote>
<p>6. Ensure that all containers are stopped using &quot;vzlist -a&quot; command.&#160; <br />7. Uninstall current w2k3 OS template: </p>
<blockquote><p><code>vzpkgdeploy -u w2k3 </code></p>
</blockquote>
<p>8. Ensure that <em>\vz\Templates\w2k3</em> folder is removed.    <br />9. Install w2k3 sp2 OS template: </p>
<blockquote><p><code>vzpkgdeploy -i w2k3sp2_std_20070911_en_x86</code></p>
</blockquote>
<p>Independently of complex template name it will be unpacked in <em>\vz\Templates\w2k3 </em>folder.    <br />10. Install <a href="http://technet2.microsoft.com/windowsserver/en/library/ed5382af-e819-4d33-ace0-225d31b7ab751033.mspx?mfr=true">Microsoft Windows 2003 Service Pack 2</a> on the Node.     <br />11. Reboot the Node.     <br /><strong><strong>IMPORTANT</strong>: Do not reboot the Hardware Node any time between steps 5 and 10.</strong></p>
<p><a href="http://kb.parallels.com/en/3596">http://kb.parallels.com/en/3596</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/07/11/upgrade-existing-parallels-virtuozzo-containers-4-0-installations-from-windows-2003-service-pack-1-to-service-pack-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listado de lenguajes para .NET Framework</title>
		<link>http://www.sergiosainz.com/2009/03/09/listado-de-lenguajes-para-net-framework/</link>
		<comments>http://www.sergiosainz.com/2009/03/09/listado-de-lenguajes-para-net-framework/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 17:35:25 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/03/09/listado-de-lenguajes-para-net-framework/</guid>
		<description><![CDATA[Interesante y completo listado de todos los lenguajes en los que se puede programar para .NET Framework: Ada A# (Dr. Martin C. Carlisle) Port of Ada to .NET APL Dyalog APL (Dyalog Ltd) AsmL Abstract State Machine Language (MS Research) Assembly ASM to IL (bjarke) Basic Visual Basic.NET (Microsoft) mbas (Novell (Mono Project)) bmcs (Jambunathan) [...]]]></description>
			<content:encoded><![CDATA[<p>Interesante y <strong>completo </strong>listado de todos los lenguajes en los que se puede programar para .NET Framework:</p>
<ul>
<li>Ada
<ul>
<li><a href="http://www.usafa.af.mil/dfcs/bios/mcc_html/a_sharp.html">A#</a> (Dr. Martin C. Carlisle)           <br />Port of Ada to .NET</li>
</ul>
</li>
<li>APL
<ul>
<li><a href="http://www.dyalog.com/">Dyalog APL</a> (Dyalog Ltd) </li>
</ul>
</li>
<li>AsmL
<ul>
<li><a href="http://research.microsoft.com/fse/asml/">Abstract State Machine Language </a>(MS Research) </li>
</ul>
</li>
<li>Assembly
<ul>
<li><a href="http://www.viksoe.dk/code/asmil.htm">ASM to IL</a> (bjarke) </li>
</ul>
</li>
<li>Basic
<ul>
<li><a href="http://msdn.microsoft.com/vbasic/">Visual Basic.NET</a> (Microsoft) </li>
<li><a href="http://www.go-mono.com/mbas.html">mbas</a> (Novell (Mono Project)) </li>
<li><a href="http://kjambunathan.blogspot.com/2005/01/hello-vbnet-world.html">bmcs</a> (Jambunathan) </li>
</ul>
</li>
<li>Basic Variants
<ul>
<li><a href="http://www.kidsprogramminglanguage.com/">KPL</a> (Morrison Schwartz)           <br />Kid&#8217;s Programming Language</li>
</ul>
</li>
<li>BETA
<ul>
<li><a href="http://www.daimi.au.dk/~beta/ooli/">BETA.Net</a> (University of Aarhus, Denmark) </li>
</ul>
</li>
<li>BF
<ul>
<li><a href="http://www.soulsphere.org/stuffage/bf.net/">BF.NET</a> (Simon Howard) </li>
</ul>
</li>
<li>Boo (Python inspired syntax)
<ul>
<li><a href="http://boo.sourceforge.net/">boo</a> (Rodrigo B. de Oliveira &amp;Georges Benatti) </li>
</ul>
</li>
<li>C
<ul>
<li><a href="http://www.cs.princeton.edu/software/lcc/">lcc</a> (Princeton)           <br />ANSI C</li>
<li><a href="http://www.gnu.org/projects/dotgnu/pnet.html">cscc</a> (Portable.NET)           <br />ANSI C</li>
</ul>
</li>
<li>C#
<ul>
<li><a href="http://msdn.microsoft.com/vcsharp/">C#</a> (Microsoft) </li>
<li><a href="http://www.go-mono.com/c-sharp.html">mcs</a> (Mono/Novell) </li>
<li><a href="http://www.southern-storm.com.au/portable_net.html">cscc</a> (DotGNU Portable.NET) </li>
</ul>
</li>
<li>C# Variants
<ul>
<li><a href="http://www.codeproject.com/csharp/csi.asp">CSI</a> (Steve Donovan)           <br />A Simple C# Interpreter</li>
<li><a href="http://research.microsoft.com/Comega/">Cω</a> (MS Research)           <br />Comega</li>
<li><a href="http://www.resolvecorp.com/">eXtensible C#</a> (ResolveCorp)           <br />Language Extension</li>
<li><a href="http://research.microsoft.com/SpecSharp/">Spec#</a> (MS Research) </li>
<li><a href="http://research.microsoft.com/~nick/polyphony/">Polymorphic C#</a> (MS Research)           <br />Language has merged with Comega</li>
<li><a href="http://u-pereslavl.botik.ru/~vadim/MCSharp/">MC#</a> (Yury P. Serdyuk, Vadim B.Guzev)           <br />Multiprocessor C#</li>
<li><a href="http://sky.fit.qut.edu.au/~neverov/metaphor/">Metaphor</a> (Gregory Neverov @ Queensland University of Technology) </li>
<li><a href="http://www.paxscript.net/">paxScript.NET</a> (VIRT Laboratory) </li>
<li><a href="http://www.parallelcsharp.com/">Parallel C#</a> (Parallel Language Research Project) </li>
<li><a href="http://www.knowledge-net.ru/en/index.htm">Knowledge.Net</a> (Knowledge .NET Project Team) </li>
</ul>
</li>
<li>C++
<ul>
<li><a href="http://msdn.microsoft.com/vstudio/techinfo/articles/upgrade/managedext.asp">Managed Extensions for C++</a> (Microsoft) </li>
</ul>
</li>
<li>Caml
<ul>
<li><a href="http://research.microsoft.com/projects/ilx/fsharp.aspx">F#</a> (MS Research)           <br />(ML and Caml), Abstract IL, ILX</li>
<li><a href="http://www.pps.jussieu.fr/~montela/ocamil/documentation.html">OCAMIL</a> (Emmanuel Chailloux &amp; Raphael.Montelatici) </li>
</ul>
</li>
<li>CAT
<ul>
<li><a href="http://www.artima.com/weblogs/viewpost.jsp?thread=166952">CAT</a> (Christopher Diggins) </li>
</ul>
</li>
<li>CFML
<ul>
<li><a href="http://www.newatlanta.com/products/bluedragon/index.cfm">BlueDragon</a> (New Atlanta Communications, LLC.) </li>
</ul>
</li>
<li>Clarion#
<ul>
<li><a href="http://clarionsoftware.com/ClarionNet/ClarionNET.htm">Clarion#</a> (SoftVelocity) </li>
</ul>
</li>
<li>Cobol
<ul>
<li><a href="http://www.netcobol.com/products/windows/netcobol.html">NetCOBOL</a> (Fujitsu)           <br />COBOL for .NET</li>
<li><a href="http://www.netcobol.com/products/windows/neokicks.html">NeoKicks</a> (Fujitsu) </li>
<li><a href="http://www.microfocus.com/products/netexpress/">Net Express</a> (Micro Focus) </li>
<li><a href="http://www.intensitysoftware.com/Products/KICKSforNET8482/tabid/59/Default.aspx">KICKS for .NET™</a> (Intensity Software) </li>
</ul>
</li>
<li>Cobra
<ul>
<li><a href="http://cobra-language.com/">The Cobra Programming Language</a> (Cobra Language LLC) </li>
</ul>
</li>
<li>CULE
<ul>
<li><a href="http://www.softwareperspectives.com/CULEPlace/">CULE.Net</a> (Software Perspectives) </li>
</ul>
</li>
<li>E#
<ul>
<li><a href="http://code.google.com/p/nbusiness/">E#</a> (Justin Chase) </li>
</ul>
</li>
<li>Eiffel
<ul>
<li><a href="http://www.eiffel.com/">Eiffel ENViSioN!</a> (Eiffel Software) </li>
</ul>
</li>
<li>Flash
<ul>
<li><a href="http://www.dotnetpowered.com/">csswf</a> (Robin Debreuil) </li>
</ul>
</li>
<li>Forth
<ul>
<li><a href="http://www.dataman.ro/dforth/">Delta Forth .NET</a> (Valer BOCAN) </li>
<li><a href="http://sourceforge.net/projects/mrlooseforth/">MrLoose.Forth</a> (MrLoose) </li>
</ul>
</li>
<li>Fortran
<ul>
<li><a href="http://www.lahey.com/dotnet.htm">Lahey/Fujitsu Fortran for .NET</a> (Lahey Computer Systems, Inc.) </li>
<li><a href="http://www.salfordsoftware.co.uk/compilers/ftn95/dotnet.shtml">FTN95</a> (Salford Software Ltd.)           <br />Fortran for Microsoft .NET</li>
</ul>
</li>
<li>G#
<ul>
<li><a href="http://erniebooth.name/archive/2004/12/01/162.aspx">G#</a> (Ernest Booth) </li>
</ul>
</li>
<li>Haskell
<ul>
<li><a href="http://galois.com/~sof/hugs98.net/">Hugs98 for .NET</a> (Unspecified) </li>
<li><a href="http://www.mondrian-script.org/">Haskell for .NET</a> (Nigel Perry)           <br />using Mondrain for .NET</li>
<li><a href="http://php.cin.ufpe.br/~haskell/haskelldotnet/">Haskell.net Project</a> (Unspecified) </li>
</ul>
</li>
<li>IL/MSIL
<ul>
<li><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconmicrosoftintermediatelanguagemsil.asp">MSIL</a> (Microsoft) </li>
<li><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpconmsilassemblerilasmexe.asp">ilasm</a> (Microsoft)           <br />IL Assembler</li>
<li><a href="http://go-mono.com/tutorial/html/en/tools/assembler.html">Mono Assembler</a> (Novell (Mono Project)) </li>
<li><a href="http://www.southern-storm.com.au/docs/pnettools_4.html">Portable.NET Assembler</a> (dotGNU) </li>
</ul>
</li>
<li>Java
<ul>
<li><a href="http://msdn.microsoft.com/vjsharp/">Visual J# .NET</a> (Microsoft) </li>
<li><a href="http://www.ikvm.net/">IKVM.NET</a> (Jeroen Frijters)           <br />Java VM for .NET</li>
</ul>
</li>
<li>JavaScript
<ul>
<li><a href="http://www.gotdotnet.com/team/jscript/">JScript .NET </a>(GotDotNet) </li>
<li><a href="http://janet-js.sourceforge.net/">JANET</a> (Unspecified)           <br />JavaScript-compatible language</li>
<li><a href="http://savannah.gnu.org/cgi-bin/viewcvs/dotgnu-pnet/pnetlib/JScript/">DotGnu JScript</a> (dotGNU) </li>
</ul>
</li>
<li>Lexico
<ul>
<li><a href="http://riosur.net/">Lexico </a>(Unspecified)           <br />Spanish</li>
</ul>
</li>
<li>LISP
<ul>
<li><a href="http://weblogs.asp.net/jtobler/archive/2003/10/01/30000.aspx">clisp</a> (Microsoft) </li>
<li><a href="http://www.richhickey.com/dotlisp.htm">DotLisp</a> (Rich Hickey) </li>
<li><a href="http://www.lsharp.org/">L# (L Sharp .NET) </a>(Rob Blackwell)           <br />LISP-based script language</li>
<li><a href="http://foil.sourceforge.net/">FOIL</a> (Rich Hickey and Eric Thorsen) </li>
<li><a href="http://www.weitz.de/rdnzl/">RDNZL </a>(Edi Weitz)           <br />.NET Layer for Common Lisp </li>
</ul>
</li>
<li>LISP-like
<ul>
<li><a href="http://www.meta-alternative.net/techpreview.html">MBase</a> (Meta Alternative) </li>
<li><a href="http://www.codeplex.com/IronLisp">IronLisp</a> (CodePlex Community) </li>
</ul>
</li>
<li>LOGO
<ul>
<li><a href="http://monologo.sourceforge.net/">MonoLOGO</a> (Richard Hestilow) </li>
<li><a href="http://www.mech.upatras.gr/~robgroup/logo/turtletracks/index.html">TurtleTracks.net Logo</a> (University of Patras) </li>
</ul>
</li>
<li>Lua
<ul>
<li><a href="http://www.lua.inf.puc-rio.br/luanet/">Lua.NET</a> (PUC-RIO)           <br />Integrating Lua with Rotor</li>
</ul>
</li>
<li>Mercury
<ul>
<li><a href="http://www.cs.mu.oz.au/research/mercury/dotnet.html">Mercury on .NET</a> (Unspecified) </li>
</ul>
</li>
<li>Mixal Assembly Language
<ul>
<li><a href="http://sourceforge.net/projects/mixnet/">MixNet </a>(SourceForge) </li>
</ul>
</li>
<li>Modrian
<ul>
<li><a href="http://www.mondrian-script.org/">Mondrian for .NET</a> (Nigel Perry) </li>
</ul>
</li>
<li>Modula-2
<ul>
<li><a href="http://plas.fit.qut.edu.au/gpm/online_compiler.aspx">GPM/CLR</a> (Queensland University of Technology) </li>
</ul>
</li>
<li>Nemerle
<ul>
<li><a href="http://nemerle.org/">Nemerle</a> (The University of Wroclaw) </li>
</ul>
</li>
<li>Oberon
<ul>
<li><a href="http://www.oberon.ethz.ch/oberon.net/">Active Oberon for .NET </a>(ETH Zuerich) </li>
</ul>
</li>
<li>Pan
<ul>
<li><a href="http://www.haskell.org/edsl/pansharp.html">Pan#</a> (Computer Languages for Secondary Education) </li>
</ul>
</li>
<li>Pascal
<ul>
<li><a href="http://www.tmt.com/net.htm">TMT .NET</a> (TMT)           <br />Pascal Compiler</li>
</ul>
</li>
<li>Pascal Variants
<ul>
<li><a href="http://www.chromesville.com/">Chrome </a>(RemObjects) </li>
<li><a href="http://www.borland.com/us/products/delphi/index.html">Delphi</a> (CodeGear/Borland) </li>
<li><a href="http://sourceforge.net/projects/delphinet">Delphi.NET </a>(Marcus Schmidt)           <br />Interoperability tools</li>
<li><a href="http://plas.fit.qut.edu.au/gpcp/NET.aspx">Component Pascal</a> (QUT) </li>
</ul>
</li>
<li>Perl
<ul>
<li><a href="http://aspn.activestate.com/ASPN/NET/">Perl for .NET, PerlNET</a> (ActiveState SRL.) </li>
<li><a href="http://taubz.for.net/code/perlsharp/">PerlSharp</a> (Joshua Tauberer) </li>
</ul>
</li>
<li>PHP
<ul>
<li><a href="http://php4mono.sourceforge.net/">PHP4Mono</a> (Raphael Romeikat) </li>
<li><a href="http://www.codeproject.com/csharp/php4apps.asp">PHP4Apps</a> (Daaron) </li>
<li><a href="http://www.akbkhome.com/wiki.php/Projects/PHP_Sharp">PHP Sharp</a> (Unspecified) </li>
<li><a href="http://www.php.net/~sterling/mono/">PHP Mono Extensions </a>(Sterling Hughes) </li>
<li><a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=Phalanger">Phalanger </a>(CodePlex Community) </li>
<li><a href="http://ironphp.sourceforge.net/">IronPHP</a> (Ross Girshick) </li>
</ul>
</li>
<li>Processing
<ul>
<li><a href="http://dnetprocessing.sourceforge.net/index.html">Processing.NET</a> (Jonatan Rubio, etc. @ SourceForge) </li>
</ul>
</li>
<li>Prolog
<ul>
<li><a href="http://www.dcs.ed.ac.uk/home/jjc/psharp/psharp-1.1.3/dlpsharp.html">P#</a> (Jon Cook at Univ. of Edinburgh) </li>
<li><a href="http://prolog.hodroj.net/">Prolog.NET</a> (Oregon Institute of Technology) </li>
</ul>
</li>
<li>Python
<ul>
<li><a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython">IronPython</a> (Microsoft) </li>
<li><a href="http://www.dotnetpowered.com/">KOBRA</a> (Chetan Gadgil) </li>
<li><a href="http://starship.python.net/crew/mhammond/dotnet/">Python for .NET compiler</a> (Mark Hammond) </li>
<li><a href="http://pythonnet.sourceforge.net/">Python for .NET</a> (Brian Lloyd)           <br />.NET Integration with Python </li>
<li><a href="http://www.codeplex.com/IronPython">IronPython</a> (Microsoft) </li>
</ul>
</li>
<li>RPG
<ul>
<li><a href="http://www.asna.com/index/Products/VisualRPG/">Visual RPG for .NET</a> (ASNA) </li>
</ul>
</li>
<li>Ruby
<ul>
<li><a href="http://www.ironruby.net/">IronRuby</a> (Microsoft) </li>
<li><a href="http://jaen.saul.ee/rubynet/">Mono Ruby.NET</a> (Jaen,Mono Developers) </li>
<li><a href="http://www.geocities.co.jp/SiliconValley-PaloAlto/9251/ruby/nrb.html">NetRuby</a> (arton) </li>
<li><a href="http://www.castleproject.org/index.php/Rook">Rook</a> (Castle Project) </li>
<li><a href="http://www.saltypickle.com/rubydotnet/">Ruby/.NET Bridge</a> (Ben Schroeder, John Pierce) </li>
<li><a href="http://www.rubyclr.com/">RubyCLR</a> (John Lam) </li>
<li><a href="http://www.plas.fit.qut.edu.au/rubynet/">Ruby.NET</a> (Queensland University of Technology) </li>
</ul>
</li>
<li>Scala
<ul>
<li><a href="http://scala.epfl.ch/community/index.html">Scala on Microsoft.NET</a> (Martin Odersky, LAMP at EPFL) </li>
</ul>
</li>
<li>Scheme
<ul>
<li><a href="http://www.ccs.neu.edu/home/will/Larceny/">Common Larceny </a>(Northeastern University) </li>
<li><a href="http://www.rivendell.ws/dot-scheme/">Dot-Scheme</a> (Pedro Pinto)           <br />PLT Scheme Bridge</li>
<li><a href="http://www-sop.inria.fr/mimosa/fp/Bigloo/">Bigloo</a> (Inria Sophia-Antipolis) </li>
<li><a href="http://rover.cs.northwestern.edu/~scheme/">Hotdog</a> (Northwestern University) </li>
<li><a href="http://radio.weblogs.com/0101156/stories/2002/03/19/tachy.html">Tachy</a> (Ken Rawlings) </li>
<li><a href="http://www.cs.indiana.edu/~jgrinbla/index.htm">Scheme.NET</a> (Indiana University) </li>
<li><a href="http://www.codeplex.com/IronScheme">IronScheme</a> (CodePlex Community) </li>
</ul>
</li>
<li>Smalltalk
<ul>
<li><a href="http://www.smallscript.org/">S#</a> (SmallScript LLC) </li>
<li><a href="http://www.refactory.com/Software/SharpSmalltalk/">#Smalltalk</a> (John Brant &amp; Don Roberts) </li>
<li><a href="http://vmx-net.com/">VMX Smalltalk</a> (Robowiz Corporation) </li>
<li><a href="http://www.lesser-software.com/en/content/products/lswvst/lswvst-net.htm">LSWVST.NET</a> (Lesser Software) </li>
</ul>
</li>
<li>SML
<ul>
<li><a href="http://www.cl.cam.ac.uk/Research/TSG/SMLNET/">SML.NET</a> (MS Research, University of Cambridge) </li>
</ul>
</li>
<li>Spry
<ul>
<li><a href="http://spry-lang.org/">Spry </a>(Mark Hahn) </li>
</ul>
</li>
<li>Synergy
<ul>
<li><a href="http://www.synergex.com/oll_files/Synergex-2348.asp">Synergy</a> (Synergex) </li>
</ul>
</li>
<li>Tcl/Tk
<ul>
<li><a href="http://forge.novell.com/modules/xfmod/project/?ticklesharp">TickleSharp</a> (jscottb, Novell Forge) </li>
<li><a href="http://www.mailframe.net/Products/TCL/">Jacl.Net</a> (Mailframe) </li>
</ul>
</li>
<li>Visual Objects
<ul>
<li><a href="http://www.vulcandotnet.com/">Vulcan.NET</a> (GrafX Software Development) </li>
</ul>
</li>
<li>Zoon (Pascal, Modula-2 and Oberon family)
<ul>
<li><a href="http://www.cs.inf.ethz.ch/~zueff/ZonnonProject.htm">Zonnon</a> (Eugene Zueff) </li>
</ul>
</li>
</ul>
<p>&#160;</p>
<ul></ul>
<ul></ul>
<ul></ul>
<ul></ul>
<ul>Fuente: <a title="http://www.dotnetpowered.com/languages.aspx" href="http://www.dotnetpowered.com/languages.aspx">http://www.dotnetpowered.com/languages.aspx</a></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/03/09/listado-de-lenguajes-para-net-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cliente de SSH para Windows, alternativa a Putty</title>
		<link>http://www.sergiosainz.com/2009/02/09/cliente-de-ssh-para-windows-alternativa-a-putty/</link>
		<comments>http://www.sergiosainz.com/2009/02/09/cliente-de-ssh-para-windows-alternativa-a-putty/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 11:48:19 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Sistemas]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/02/09/cliente-de-ssh-para-windows-alternativa-a-putty/</guid>
		<description><![CDATA[digg_url = "http://www.sergiosainz.com/2009/02/09/cliente-de-ssh-para-windows-alternativa-a-putty/";digg_title = "Cliente de SSH para Windows, alternativa a Putty";digg_bgcolor = "#FAFAFA";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; La mayoría de la gente que conozco utiliza Putty como cliente SSH bajo Windows. En muchos casos puede ser más que suficiente, pero cuando te es necesario acceder simultáneamente a varios [...]]]></description>
			<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:right; margin:0px; padding:0px 0px 4px 8px;"><script type="text/javascript">digg_url = "http://www.sergiosainz.com/2009/02/09/cliente-de-ssh-para-windows-alternativa-a-putty/";digg_title = "Cliente de SSH para Windows, alternativa a Putty";digg_bgcolor = "#FAFAFA";digg_skin = "normal";</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><script type="text/javascript">digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;</script></div>
<p>La mayoría de la gente que conozco utiliza Putty como cliente SSH bajo Windows. En muchos casos puede ser más que suficiente, pero cuando te es necesario acceder simultáneamente a varios servidores a la vez me parece un engorro un cliente sin TABS y tan poco flexible a la hora de personalizar el aspecto de las ventanas.</p>
<p>Por eso, desde que mi compañero Ivan Pereiro me mostró esta herramienta no he dejado de usarla desde Windows.</p>
<p>Las principales características frente a Putty son:</p>
<p>- <strong>Integración con Cygwin</strong>: Si tienes instalado Cygwin, cuando instales Poderosa este se integrará de forma que puedas abrir shells Cygwin desde poderosa.</p>
<p>- <strong>Tabs</strong>: Tener varias shells abiertas no implica ejecutar nuevas instancias de la aplicación, se integran todas ellas en la misma ventana de Poderosa y se cambia de una a otra a través de pestañas.</p>
<p>- <strong>Dividir la ventana horizontal y verticalmente tantas veces como se desee para mostrar distintas shells:</strong> En la imagen se puede ver que la ventana se divide horizontalmente, en la parte inferior se puede ver un “top” a un server mientras la parte superior muestra a su vez una división vertical en la que a la izquierda se ve una sesión local con Cygwin y a la derecha una conexión SSH2 a un servidor remoto. </p>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2009/02/image7.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.sergiosainz.com/wp-content/uploads/2009/02/image-thumb7.png" width="364" height="244" /></a>&#160;</p>
<p>Además de esto, cuenta con más mejoras y se pueden desarrollar plugins para la aplicación. Lo que me sorprende es que la última versión es de Noviembre del 2006. Pero aún así no conozco otro cliente de SSH para Windows gratuito que sea mejor que este.</p>
<p>La página oficial de la aplicación es <a title="http://en.poderosa.org/" href="http://en.poderosa.org/">http://en.poderosa.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/02/09/cliente-de-ssh-para-windows-alternativa-a-putty/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Lenguaje de SQL Server (dateformat)</title>
		<link>http://www.sergiosainz.com/2009/02/06/lenguaje-de-sql-server-dateformat/</link>
		<comments>http://www.sergiosainz.com/2009/02/06/lenguaje-de-sql-server-dateformat/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 00:35:00 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[SQL SERVER]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/02/06/lenguaje-de-sql-server-dateformat/</guid>
		<description><![CDATA[Hace poco me he enfrentado a un problema que puede suceder al migrar una base de datos a otro entorno mssql que no comparta el mismo lenguaje de instalación que el que teníamos en un principio. En este caso ha sido al restaurar una base de datos que se encontraba en un sql con lenguaje [...]]]></description>
			<content:encoded><![CDATA[<p>Hace poco me he enfrentado a un problema que puede suceder al migrar una base de datos a otro entorno mssql que no comparta el mismo lenguaje de instalación que el que teníamos en un principio.</p>
<p>En este caso ha sido al restaurar una base de datos que se encontraba en un sql con lenguaje “español” a otro que habían instalado en “us_english”. Con el primero las fechas (campos de tipo <em>datetime</em>) se muestran en formato “<em>dd/mm/yyy</em>” pero en inglés las fechas tienen el formato “<em>mm/dd/yyyy”.</em></p>
<p>Si mostramos la tabla desde el Microsoft Sql Server Managmentent Studio veremos que las fechas se muestran tal y como hemos importado, pero el problema viene cuando queremos hacer una consulta por ejemplo desde nuestra web y Sql Server nos devuelve la fecha, entonces veremos que se produce un error que esta relacionado con el formato de la fecha.</p>
<p>Puestos en situación, vamos manos a la obra.</p>
<p><strong>¿Como ver el lenguaje de Sql Server?</strong></p>
<blockquote><p><font color="#0000ff">select</font> <font color="#ff00ff">@@language</font></p>
</blockquote>
<p><font color="#555555">Si mssql ha sido instalado en inglés seguramente obtendrás <strong>us_english</strong> como resultado.</font></p>
<p><font color="#555555"><strong>¿Como ver todos los lenguajes disponibles y sus propiedades?</strong></font></p>
<blockquote><p><font color="#800000">sp_helplanguage</font></p>
</blockquote>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2009/02/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.sergiosainz.com/wp-content/uploads/2009/02/image-thumb1.png" width="364" height="202" /></a> </p>
<p><strong>¿Como establecer el lenguaje?</strong></p>
<p><font color="#000000">De esta manera establecemos el lenguaje español para todas las consultas que lancemos desde la sesión y con el usuario que estemos conectados:</font></p>
<blockquote><p><font color="#0000ff">SET LANGUAGE</font> <font color="#00ffff">Español</font></p>
</blockquote>
<p>También podemos, por ejemplo en el caso de nuestra web, antes de lanzar una consulta sql especificar el dateformat deseado en cada caso, indicando:&#160;&#160; </p>
<blockquote><p><font color="#0000ff">set dateformat</font> <font color="#00ffff">dmy</font></p>
</blockquote>
<p><strong>¿Como establecer el lenguaje predeterminado para TODAS las bases de datos del servidor?</strong></p>
<p>De esta manera conseguimos que por defecto se devuelvan las fechas en formato <em>dd/mm/yyyy</em>. Lo que debemos hacer es abrir Microsoft Sql Server Managmentent Studio, ir a las propiedades del servidor SQL y en el apartado <em>avanzado, </em>modificar la opción <em>idioma predeterminado</em> por <em>Español.</em></p>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2009/02/image2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.sergiosainz.com/wp-content/uploads/2009/02/image-thumb2.png" width="364" height="322" /></a></p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>Además hay que tener en cuenta el lenguaje por defecto de los <em>Inicios de sesión </em>que existan en el servidor, ya que los que creemos nuevos a partir de ahora lo harán con lenguaje español. Para ello:</p>
<blockquote><p><font color="#0000ff">USE <font color="#00ffff">[master]</font>        <br />GO        <br />ALTER LOGIN <font color="#00ffff">[serversql\sergiosainz]</font> WITH DEFAULT_DATABASE=<font color="#00ffff">[master]</font>, DEFAULT_LANGUAGE=<font color="#00ffff">[Spanish]         <br /></font>GO</font></p>
</blockquote>
<p>También es posible modificar el idioma por el deseado desde las propiedades del usuario.</p>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2009/02/image3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.sergiosainz.com/wp-content/uploads/2009/02/image-thumb3.png" width="364" height="323" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/02/06/lenguaje-de-sql-server-dateformat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Algunas cosas que tener en cuenta en la instalaci&#243;n de componentes Persits</title>
		<link>http://www.sergiosainz.com/2009/02/03/algunas-cosas-que-tener-en-cuenta-en-la-instalacin-de-componentes-persits/</link>
		<comments>http://www.sergiosainz.com/2009/02/03/algunas-cosas-que-tener-en-cuenta-en-la-instalacin-de-componentes-persits/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 14:10:00 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/02/03/algunas-cosas-que-tener-en-cuenta-en-la-instalacin-de-componentes-persits/</guid>
		<description><![CDATA[Estos son algunos de los problemas con los que me he encontrado al instalar componentes de Persits y que suelen ser recurrentes en la mayoría de las instalaciones. Los componentes que ofrece Persits son: AspEmail, AspUpload, AspJpeg, AspPdf, AspEncrypt, AspGrid, AspUser, Jupload, y Xupload. ¿Instalación automática o manual? La instalación automática crea por defecto un [...]]]></description>
			<content:encoded><![CDATA[<p>Estos son algunos de los problemas con los que me he encontrado al instalar componentes de Persits y que suelen ser recurrentes en la mayoría de las instalaciones.</p>
<p>Los componentes que ofrece Persits son: <strong><a href="http://www.aspemail.com/" target="_blank">AspEmail</a>, <a href="http://www.aspupload.com/" target="_blank">AspUpload</a>, <a href="http://www.aspjpeg.com/" target="_blank">AspJpeg</a>, <a href="http://www.asppdf.com/" target="_blank">AspPdf</a>, <a href="http://www.aspencrypt.com/" target="_blank">AspEncrypt</a>, <a href="http://www.aspgrid.com/" target="_blank">AspGrid</a>, <a href="http://www.aspuser.com/" target="_blank">AspUser</a>, <a href="http://www.aspupload.com/jupload.html" target="_blank">Jupload</a>, y <a href="http://xupload.aspupload.com/" target="_blank">Xupload</a>.</strong></p>
<p align="center"><a href="http://www.sergiosainz.com/wp-content/uploads/2009/02/image4.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Componentes de Persits" border="0" alt="Componentes de Persits" src="http://www.sergiosainz.com/wp-content/uploads/2009/02/image-thumb4.png" width="228" height="218" /></a> </p>
<p><strong>¿Instalación automática o manual?</strong></p>
<p>La instalación automática crea por defecto un directorio llamado <em>Persits Software</em> en <em>Archivos de programa </em>y además de extraer y registrar el&#160; componente (la .dll), extrae toda la documentación del mismo, los ejemplos…</p>
<p>En ocasiones falla la instalación o simplemente se quiere los componentes y ningún “extra” más. Para ello:</p>
<ol>
<li><strong>Copia la dll en el servidor</strong>, por ejemplo aspupload.dll. Sino tienes la .dll puedes instalar en cualquier otro equipo y hacer un copy/paste del archivo.</li>
<li><strong>Registra el componente. </strong>Para ello debes utilizar el siguiente comando:</li>
</ol>
<blockquote><p><font color="#333333">regsvr32 c:\componentesasp\aspupload.dll</font></p>
</blockquote>
<p><font color="#333333">3.&#160;&#160; <strong>Da permisos a los componentes y directorios donde estos vayan a escribir. </strong>El usuario de IIS que ejecuta el sitio necesita permisos NTFS de <em>escritura</em> en los directorios donde tenga que escribir y necesita <em>control total</em> al componente para poder crear el objeto.</font></p>
<p>La documentación de Persits recomienda Control total a todos en los directorios donde tenga que escribir y en los dll, aunque a mí me gusta ser algo más restrictivo que eso al menos en los directorios publicados con IIS.</p>
<p>4.&#160;&#160; <strong>Para todos los servicios de IIS y vuelve a levantarlos.</strong></p>
<blockquote><p><b>net stop iisadmin /y </b></p>
<p><strong><font color="#333333">iisreset /start</font></strong></p>
</blockquote>
<blockquote></blockquote>
<p align="center"><a href="http://www.sergiosainz.com/wp-content/uploads/2009/02/image5.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Reinicio de IIS" border="0" alt="Reinicio de IIS" src="http://www.sergiosainz.com/wp-content/uploads/2009/02/image-thumb5.png" width="364" height="217" /></a> </p>
<p align="left">&#160;</p>
<p align="left"><strong>¿x32 o x64, Qué versión escoger?</strong></p>
<p align="left">La duda sólo la puedes tener si tu Windows es 64 bits, sino directamente escoge la versión de los componentes en 32 bits.</p>
<p align="left">Hay que tener en cuenta que cada versión de componente es un producto diferente.</p>
<p align="left">Lo que debes hacer es verificar el modo en el que corre IIS, esto se ve en la propiedad <strong>Enable32BitAppOnWin64 </strong>de la Metabase. Si esta a True IIS lanza sus procesos en modo de emulación 32 bits y si está a False (valor por defecto) entonces está corriendo en modo 64 bits.</p>
<p align="left"><strong>¿Qué hacer si ya has adquirido la versión 64 bits y la que necesitas es la 32 bits?</strong></p>
<p align="left">No es necesario comprar la versión 32 bits del producto si sigues estos pasos:</p>
<ol>
<li>
<div align="left">Desinstala la versión de 64 bits.</div>
</li>
<li>
<div align="left">Instala la versión de 32 bits. Si lo haces de forma automática cuando te pida el key dejalo en blanco y continua, así se instala en modo trial-license.</div>
</li>
<li>
<div align="left">Abre el registro de windows y crea una nueva entrada llamada RegKey y que contenga la llave que tengas de Persits (Cambia AspEmail por el nombre del componente que corresponda):</div>
</li>
</ol>
<blockquote><p align="left">HKEY_LOCAL_MACHINE\SOFTWARE\<b>Wow6432Node</b>\Persits Software\AspEmail\RegKey</p>
</blockquote>
<p align="left"><strong>¿Qué hacer si ya has adquirido la versión 32 bits y la que necesitas es la 64 bits?</strong></p>
<p align="left">En este caso tienes 2 posibilidades:</p>
<ol>
<li>
<div align="left">Comprar la versión de 64 bits.</div>
</li>
<li>
<div align="left">Pasar IIS a funcionar en modo 32 bits.</div>
</li>
</ol>
<blockquote><p align="left">cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 True</p>
<p align="left">&#160;</p>
</blockquote>
<p align="left"><strong>Algunos errores típicos</strong></p>
<ul>
<li>
<p><b>AspPdf, AspUpload…</b></p>
</li>
</ul>
<blockquote><p>Persits.PdfManager.1 error &#8217;800a002e&#8217;      <br />Opening Output file failed: Access is denied.</p>
<p>==================================== </p>
</blockquote>
<blockquote><p>Persits.Upload.1 (0x800A0005)    <br />Access is denied. </p></blockquote>
<p><font color="#000000">La solución es dar permisos al usuario de IIS (IUSR_XXXX) sobre el directorio donde vamos a guardar los archivos generados.</font></p>
<ul>
<li><strong>AspEmail</strong></li>
</ul>
<blockquote><p>Persits.MailSender.4 error &#8217;800a0011&#8242;     <br />Access is denied.</p>
</blockquote>
<p><font color="#000000">Este es otro problema común de permisos donde el usuario de IIS necesita permisos sobre el directorio de cola de mensajes (queue).</font></p>
<blockquote><p>550 Relaying Denied </p>
</blockquote>
<p><font color="#000000">El motivo es que no se están cumpliendo las normas de envío del servidor de correo. Normalmente esto pasa por no usar un método con autenticación. Debes incluir las siguientes líneas antes de hacer el envío.</font></p>
<blockquote><p>&lt;%     <br />Mail.Username = <a href="mailto:sergiosainz@mimail.com">sergiosainz@mimail.com</a>      <br />Mail.Password = <a href="mailto:P@ssw0rd">P@ssw0rd</a>!      <br />%&gt; </p>
</blockquote>
<ul>
<li><strong><a href="http://www.aspemail.com/" target="_blank">AspEmail</a>, <a href="http://www.aspupload.com/" target="_blank">AspUpload</a>, <a href="http://www.aspjpeg.com/" target="_blank">AspJpeg</a>, <a href="http://www.asppdf.com/" target="_blank">AspPdf</a>, <a href="http://www.aspencrypt.com/" target="_blank">AspEncrypt</a>, <a href="http://www.aspgrid.com/" target="_blank">AspGrid</a>, <a href="http://www.aspuser.com/" target="_blank">AspUser</a>, <a href="http://www.aspupload.com/jupload.html" target="_blank">Jupload</a>, y <a href="http://xupload.aspupload.com/" target="_blank">Xupload</a>.</strong></li>
</ul>
<blockquote><p><font color="#000000">Server object, ASP 0178 (0&#215;80070005)        <br />The call to Server.CreateObject failed while checking permissions. Access is denied to this object.</font> </p>
</blockquote>
<p><font color="#000000">Se soluciona dando permisos Control Total a Todos a los .dll.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/02/03/algunas-cosas-que-tener-en-cuenta-en-la-instalacin-de-componentes-persits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TIP MSSQL: Recuperar una BBDD sin archivo de log</title>
		<link>http://www.sergiosainz.com/2009/02/02/tip-mssql-recuperar-una-bbdd-sin-archivo-de-log/</link>
		<comments>http://www.sergiosainz.com/2009/02/02/tip-mssql-recuperar-una-bbdd-sin-archivo-de-log/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 14:15:00 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[SQL SERVER]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/02/02/tip-mssql-recuperar-una-bbdd-sin-archivo-de-log/</guid>
		<description><![CDATA[Si por cualquier motivo no tienes el archivo de transacciones (.ldf) obtendrás un error de este tipo a la hora de intentar adjuntar una BD desde el Wizard de SQL. Suponiendo que el .mdf esté en buenas condiciones puedes adjuntar la BD y forzando la reconstrucción del archivo de transacciones. El siguiente ejemplo muestra como [...]]]></description>
			<content:encoded><![CDATA[<p>Si por cualquier motivo no tienes el archivo de transacciones (<strong>.ldf)</strong> obtendrás un error de este tipo a la hora de intentar adjuntar una BD desde el Wizard de SQL.</p>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2009/01/image2.png"><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://www.sergiosainz.com/wp-content/uploads/2009/01/image-thumb3.png" border="0" alt="image" width="364" height="124" /></a></p>
<p>Suponiendo que el <strong>.mdf</strong> esté en buenas condiciones puedes adjuntar la BD y forzando la reconstrucción del archivo de transacciones.</p>
<p>El siguiente ejemplo muestra como adjuntar la BD “sergiosainz” indicando el path a mí .mdf (sustituye esos valores por los que correspondan en tu caso):</p>
<blockquote><p>USE [master]<br />
GO<br />
CREATE DATABASE [sergiosainz] ON<br />
(FILENAME = N&#8217;C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\sergiosainz.mdf&#8217;)<br />
FOR ATTACH_REBUILD_LOG<br />
GO</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/02/02/tip-mssql-recuperar-una-bbdd-sin-archivo-de-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error &#8220;xmlrpc.php&#8221; en Windows Live Writer al publicar en WordPress</title>
		<link>http://www.sergiosainz.com/2009/02/01/error-xmlrpcphp-en-windows-live-writer-al-publicar-en-wordpress/</link>
		<comments>http://www.sergiosainz.com/2009/02/01/error-xmlrpcphp-en-windows-live-writer-al-publicar-en-wordpress/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 23:37:00 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/02/01/error-xmlrpcphp-en-windows-live-writer-al-publicar-en-wordpress/</guid>
		<description><![CDATA[Al ir a publicar un nuevo post desde Windows Live Writer me he encontrado con el siguiente error: Tratando de crearlo desde Firefox e IE no he obtenido mejores resultados, otro error&#8230; Todo, esto me ha llevado a hacer algún cambio para solucionarlo y de paso escribir un nuevo post . La solución pasa por [...]]]></description>
			<content:encoded><![CDATA[<p>Al ir a publicar un nuevo post desde <em><strong>Windows Live Writer</strong></em> me he encontrado con el siguiente error:</p>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2009/02/image.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="image" border="0" alt="image" src="http://www.sergiosainz.com/wp-content/uploads/2009/02/image-thumb.png" width="364" height="240" /></a></p>
<p>Tratando de crearlo desde <strong>Firefox</strong> e <strong>IE </strong>no he obtenido mejores resultados, otro error&#8230; </p>
<p>Todo, esto me ha llevado a hacer algún cambio para solucionarlo y de paso escribir un nuevo post <img src='http://www.sergiosainz.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>La solución pasa por editar el .htaccess e incluir lo siguiente:</p>
<blockquote><p align="left">&lt;Files xmlrpc.php&gt;     <br />SecFilterInheritance Off      <br />&lt;/Files&gt;</p>
</blockquote>
<p align="left"><font color="#555555">Por lo visto no soy el único que ha tenido este <a href="http://groups.msn.com/windowslivewriter/generaltopics.msnw?action=get_message&amp;mview=0&amp;ID_Message=786&amp;LastModified=4675590334488039596" target="_blank">problema</a>, si os pasa espero que esta solución os ayude como me ha ayudado a mí.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/02/01/error-xmlrpcphp-en-windows-live-writer-al-publicar-en-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
