<?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>x83.net &#187; Centos</title>
	<atom:link href="http://www.x83.net/tag/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x83.net</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 09:50:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install FFmpeg and FFmpeg-php on Centos 5 and Plesk</title>
		<link>http://www.x83.net/install-ffmpeg-and-ffmpeg-php-on-centos-5-and-plesk/</link>
		<comments>http://www.x83.net/install-ffmpeg-and-ffmpeg-php-on-centos-5-and-plesk/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 18:49:58 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[ffmpeg-php]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=445</guid>
		<description><![CDATA[Run :
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
yum -y install ffmpeg ffmpeg-devel mplayer mencoder flvtool2
cd /usr/src
Download http://garr.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.6.0.tbz2
tar jxvf ffmpeg-php-0.6.0.tbz2
cd ffmpeg-php-0.6.0
phpize
./configure
make
make install
Edit /etc/php.ini and add : 
extension=ffmpeg.so
and then:
service httpd restart
]]></description>
			<content:encoded><![CDATA[<p>Run :</p>
<blockquote><p>rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm<br />
yum -y install ffmpeg ffmpeg-devel mplayer mencoder flvtool2<br />
cd /usr/src<br />
Download http://garr.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.6.0.tbz2<br />
tar jxvf ffmpeg-php-0.6.0.tbz2<br />
cd ffmpeg-php-0.6.0<br />
phpize<br />
./configure<br />
make<br />
make install</p>
<p>Edit /etc/php.ini and add : </p>
<p>extension=ffmpeg.so</p>
<p>and then:</p>
<p>service httpd restart</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/install-ffmpeg-and-ffmpeg-php-on-centos-5-and-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error compiling PHP on CentOS 64 bit</title>
		<link>http://www.x83.net/error-compiling-php-on-centos-64-bit/</link>
		<comments>http://www.x83.net/error-compiling-php-on-centos-64-bit/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 18:33:42 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=411</guid>
		<description><![CDATA[In order to compile PHP on 64 bit you need to use the option --with-libdir=lib64 otherwise you will stay forever with the following error
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... no
checking for mysql_close in -lmysqlclient... no
checking for mysql_error in -lmysqlclient... no
configure: error: mysql [...]]]></description>
			<content:encoded><![CDATA[<p>In order to compile PHP on 64 bit you need to use the option <code>--with-libdir=lib64</code> otherwise you will stay forever with the following error</p>
<blockquote><p><code>checking for MySQL support... yes<br />
checking for specified location of the MySQL UNIX socket... no<br />
checking for MySQL UNIX socket location... no<br />
checking for mysql_close in -lmysqlclient... no<br />
checking for mysql_error in -lmysqlclient... no<br />
configure: error: mysql configure failed. Please check config.log for  more information.</code></p></blockquote>
<p>Other possible reasons are :<br />
1. missing the libtool-ltdl-devel package<br />
2. missing the ncurses-devel<br />
3. missing mysql-devel package</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/error-compiling-php-on-centos-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I find out Linux Disk utilization RHEL/Centos?</title>
		<link>http://www.x83.net/how-do-i-find-out-linux-disk-utilizationrhelcentos/</link>
		<comments>http://www.x83.net/how-do-i-find-out-linux-disk-utilizationrhelcentos/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 20:11:36 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[iostat]]></category>
		<category><![CDATA[rhel]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=377</guid>
		<description><![CDATA[iostat syntax for disk utilization report
iostat -d -x interval count
      -d : Display the device utilization report (d == disk)
      -x : Display extended statistics including disk utilization
      interval : It is time period in seconds between two samples . [...]]]></description>
			<content:encoded><![CDATA[<p>iostat syntax for disk utilization report</p>
<p>iostat -d -x interval count</p>
<p>      -d : Display the device utilization report (d == disk)<br />
      -x : Display extended statistics including disk utilization</p>
<p>      interval : It is time period in seconds between two samples . iostat 2 will give data at each 2 seconds interval.</p>
<p>      count : It is the number of times the data is needed . iostat 2 5 will give data at 2 seconds interval 5 times</p>
<p>Display 3 reports of extended statistics at 5 second intervals for disk</p>
<p>Type the following command:</p>
<p># iostat -d -x 5 3</p>
<p>Output:</p>
<p>[root@vari Desktop]# iostat -d -x 5 3</p>
<p>Linux 2.6.18-128.7.1.el5xen (vari.taashee.com) 08/26/2009 _i686_ (2 CPU)</p>
<p>Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util</p>
<p>sda 2.41 12.42 3.27 5.37 134.84 142.70 32.13 0.12 14.04 1.83 1.58</p>
<p>Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util</p>
<p>sda 0.00 1.60 0.00 0.40 0.00 16.00 40.00 0.00 0.00 0.00 0.00</p>
<p>Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util</p>
<p>sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00</p>
<p>Where,</p>
<p>    rrqm/s : The number of read requests merged per second that were queued to the hard disk<br />
    wrqm/s : The number of write requests merged per second that were queued to the hard disk<br />
    r/s : The number of read requests per second<br />
    w/s : The number of write requests per second<br />
    rsec/s : The number of sectors read from the hard disk per second<br />
    wsec/s : The number of sectors written to the hard disk per second<br />
    avgrq-sz : The average size (in sectors) of the requests that were issued to the device.<br />
    avgqu-sz : The average queue length of the requests that were issued to the device<br />
    await : The average time (in milliseconds) for I/O requests issued to the device to be served. This includes the time spent by the requests in queue and the time spent servicing them.</p>
<p>      svctm : The average service time (in milliseconds) for I/O requests that were issued to the device<br />
      %util : Percentage of CPU time during which I/O requests were issued to the device (bandwidth utilization for the device). Device saturation occurs when this value is close to 100%.</p>
<p>How do I interpret the output result for optimization?</p>
<p>First you need to note down following values from the iostat output:</p>
<p>   1. The average service time (svctm)<br />
   2. Percentage of CPU time during which I/O requests were issued (%util)<br />
   3. See if a hard disk reports consistently high reads/writes (r/s and w/s)</p>
<p>If any one of these are high, you need to take one of the following action:</p>
<p>      Get high speed disk and controller for file system (for example move from SATA I to SAS 15k disk)<br />
      Tune software or application or kernel or file system for better disk utilization<br />
      Use RAID array to spread the file system</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/how-do-i-find-out-linux-disk-utilizationrhelcentos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cpio and rpm2cpio howto</title>
		<link>http://www.x83.net/cpio-and-rpm2cpio-howto/</link>
		<comments>http://www.x83.net/cpio-and-rpm2cpio-howto/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 04:16:03 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cpio]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[rpm2cpio]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=255</guid>
		<description><![CDATA[ To extract a cpio file:
cpio -iv < cpio_file
To list the contents of a cpio file:
cpio -itv < cpio_file
To create a cpio file with all files in the current directory:
ls &#124; cpio -o > cpio_file
To extract all files from an RPM:
rpm2cpio RPM_file &#124; cpio -idv
To extract individual file(s) from an RPM:
rpm2cpio RPM_file &#124; cpio -id [...]]]></description>
			<content:encoded><![CDATA[<p> To extract a cpio file:</p>
<blockquote><p>cpio -iv < cpio_file</p></blockquote>
<p>To list the contents of a cpio file:</p>
<blockquote><p>cpio -itv < cpio_file</p></blockquote>
<p>To create a cpio file with all files in the current directory:</p>
<blockquote><p>ls | cpio -o > cpio_file</p></blockquote>
<p>To extract all files from an RPM:</p>
<blockquote><p>rpm2cpio RPM_file | cpio -idv</p></blockquote>
<p>To extract individual file(s) from an RPM:</p>
<blockquote><p>rpm2cpio RPM_file | cpio -id individual_file(s)</p></blockquote>
<p>e.g. Extracting libcrypto.so.0.9.7a and libssl.so.0.9.7a from openssl-0.9.7a-2.i386.rpm:</p>
<blockquote><p>rpm2cpio openssl-0.9.7a-2.i386.rpm | cpio -it egrep &#8220;libcrypto.so.0.9.7a|libssl.so.0.9.7a&#8221;</p>
<p>-rwxr-xr-x   1 root     root       992092 Feb 27 12:10 ./lib/libcrypto.so.0.9.7a<br />
-rwxr-xr-x   1 root     root       216004 Feb 27 12:10 ./lib/libssl.so.0.9.7a
</p></blockquote>
<blockquote><p>rpm2cpio openssl-0.9.7a-2.i386.rpm | cpio -idv ./lib/libssl.so.0.9.7a ./lib/libcrypto.so.0.9.7a</p></blockquote>
<p>This will extract the two files from the RPM into a ./lib subdirectory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/cpio-and-rpm2cpio-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple gcc versions</title>
		<link>http://www.x83.net/multiple-gcc-versions/</link>
		<comments>http://www.x83.net/multiple-gcc-versions/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 04:12:54 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cpio]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[rpm2cpio]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=253</guid>
		<description><![CDATA[Lets say you have this package from FC11:

[root@localhost ~]# rpm -q gcc
gcc-4.4.0-4.i586
But you have an source code that needs gcc-4.3 to compile or something lower.
So download lets say this: gcc-4.3.2-7.i386.rpm then:
mkdir newgcc &#038;&#038; cd newgcc
download http://pathtogcc/gcc-4.3.2-7.i386.rpm
rpm2cpio gcc-4.3.2-7.i386.rpm &#124; cpio -idv

Now you should have in newgcc/usr/bin/gcc.
Or download the gcc package you need from ftp://ftp.gnu.org and compile [...]]]></description>
			<content:encoded><![CDATA[<p>Lets say you have this package from FC11:</p>
<blockquote><p>
[root@localhost ~]# rpm -q gcc<br />
gcc-4.4.0-4.i586</p></blockquote>
<p>But you have an source code that needs gcc-4.3 to compile or something lower.</p>
<p>So download lets say this: gcc-4.3.2-7.i386.rpm then:</p>
<blockquote><p>mkdir newgcc &#038;&#038; cd newgcc<br />
download http://pathtogcc/gcc-4.3.2-7.i386.rpm<br />
rpm2cpio gcc-4.3.2-7.i386.rpm | cpio -idv
</p></blockquote>
<p>Now you should have in <em>newgcc/usr/bin/gcc</em>.</p>
<p>Or download the gcc package you need from ftp://ftp.gnu.org and compile it with &#8211;prefix=$HOME/newgcc</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/multiple-gcc-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download RPMs with yum</title>
		<link>http://www.x83.net/download-rpms-with-yum/</link>
		<comments>http://www.x83.net/download-rpms-with-yum/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 03:03:55 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[downloadonly]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=248</guid>
		<description><![CDATA[Under Fedora and Centos:
[root@infra ~]# yum install yum-downloadonly
Be sure /etc/yum.conf contains : plugins=1
[root@infra ~]# yum reinstall gcc &#8211;downloadonly &#8211;downloaddir=/root
Loaded plugins: downloadonly
Setting up Reinstall Process
Resolving Dependencies
&#8211;> Running transaction check
&#8212;> Package gcc.i386 0:4.1.2-33 set to be updated
&#8212;> Package gcc.i386 0:4.1.2-33 set to be erased
&#8211;> Finished Dependency Resolution
Dependencies Resolved
Installing:
 gcc         [...]]]></description>
			<content:encoded><![CDATA[<p>Under Fedora and Centos:</p>
<blockquote><p>[root@infra ~]# yum install yum-downloadonly</p></blockquote>
<p>Be sure /etc/yum.conf contains : <em>plugins=1</em></p>
<blockquote><p>[root@infra ~]# yum reinstall gcc &#8211;downloadonly &#8211;downloaddir=/root<br />
Loaded plugins: downloadonly<br />
Setting up Reinstall Process<br />
Resolving Dependencies<br />
&#8211;> Running transaction check<br />
&#8212;> Package gcc.i386 0:4.1.2-33 set to be updated<br />
&#8212;> Package gcc.i386 0:4.1.2-33 set to be erased<br />
&#8211;> Finished Dependency Resolution</p>
<p>Dependencies Resolved</p>
<p>Installing:<br />
 gcc                         i386                         4.1.2-33                          fedora                            5.2 M<br />
Removing:<br />
 gcc                         i386                         4.1.2-33                          installed                         9.6 M</p>
<p>Transaction Summary</p>
<p>Install      1 Package(s)<br />
Update       0 Package(s)<br />
Remove       1 Package(s)         </p>
<p>Total download size: 5.2 M<br />
Is this ok [y/N]: y<br />
Downloading Packages:<br />
gcc-4.1.2-33.i386.rpm                                                                                        | 5.2 MB     00:00     </p>
<p>exiting because &#8211;downloadonly specified </p></blockquote>
<p>Now /root should contain : gcc-4.1.2-33.i386.rpm</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/download-rpms-with-yum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bandwidth Monitoring with Webmin</title>
		<link>http://www.x83.net/bandwidth-monitoring-with-webmin/</link>
		<comments>http://www.x83.net/bandwidth-monitoring-with-webmin/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 03:40:47 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[perl-Net-SSLeay]]></category>
		<category><![CDATA[Webmin]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=243</guid>
		<description><![CDATA[I have Fedora 8 on this server..to install webmin:
yum -y install perl-Net-SSLeay
rpm -ihv http://superb-west.dl.sourceforge.net/sourceforge/webadmin/webmin-1.480-1.noarch.rpm
Then login to the Webmin interface: https://site.com:10000/ and enable Networking -> Bandwidth Monitoring.
It uses iptables and reads counters for IN/OUT. A good practice would be to change the port. This should work on Centos 5.2 / Centos 5.3 too. Also keep in [...]]]></description>
			<content:encoded><![CDATA[<p>I have Fedora 8 on this server..to install webmin:</p>
<blockquote><p>yum -y install perl-Net-SSLeay<br />
rpm -ihv http://superb-west.dl.sourceforge.net/sourceforge/webadmin/webmin-1.480-1.noarch.rpm</p></blockquote>
<p>Then login to the Webmin interface: https://site.com:10000/ and enable Networking -> <em>Bandwidth Monitoring</em>.<br />
It uses iptables and reads counters for IN/OUT. A good practice would be to change the port. This should work on Centos 5.2 / Centos 5.3 too. Also keep in mind that default installations of Fedora or Centos might require to <em>open</em> port 10000. On this Fedora 8 I had to :</p>
<blockquote><p>iptables -I  RH-Firewall-1-INPUT -p tcp -m state &#8211;state NEW -m tcp &#8211;dport 10000 -j ACCEPT<br />
service iptables save
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/bandwidth-monitoring-with-webmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to upgrade MySQL 5.0 to MySQL 5.1 cPanel</title>
		<link>http://www.x83.net/how-to-upgrade-mysql-5-0-to-mysql-5-1-cpanel/</link>
		<comments>http://www.x83.net/how-to-upgrade-mysql-5-0-to-mysql-5-1-cpanel/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 08:22:51 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql 5.0]]></category>
		<category><![CDATA[mysql 5.1]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=221</guid>
		<description><![CDATA[How to upgrade MySQL 5.0 to MySQL 5.1 in a cPanel server
Login as root and edit /var/cpanel/cpanel.config. 
Replace :
mysql-server=5.0 with
mysql-server=5.1
Finally run: /scripts/mysqlup
]]></description>
			<content:encoded><![CDATA[<p>How to upgrade MySQL 5.0 to MySQL 5.1 in a cPanel server</p>
<p>Login as root and edit <strong>/var/cpanel/cpanel.config. </strong></p>
<p>Replace :</p>
<p>mysql-server=5.0 with<br />
mysql-server=5.1</p>
<p>Finally run: <em>/scripts/mysqlup</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/how-to-upgrade-mysql-5-0-to-mysql-5-1-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xen howto create domU on Debian</title>
		<link>http://www.x83.net/xen-howto-create-domu-on-debian/</link>
		<comments>http://www.x83.net/xen-howto-create-domu-on-debian/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 22:16:17 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[domU]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=170</guid>
		<description><![CDATA[Centos :
xen-create-image  &#8211;lvm=lvm1 &#8211;hostname=hostname  &#8211;install-method=rinse &#8211;dist=centos-5 &#8211;arch=amd64  &#8211;ip=ip &#8211;netmask=255.255.255.0 &#8211;gateway=gw &#8211;force &#8211;size=80Gb &#8211;swap=1024Mb &#8211;memory=1024

Debian:
xen-create-image  &#8211;lvm=lvm1 &#8211;hostname=vm01  &#8211;install-method=debootstrap  &#8211;arch=amd64  &#8211;ip=ip  &#8211;netmask=255.255.255.0 &#8211;gateway=gw &#8211;force &#8211;size=80Gb &#8211;swap=1024Mb &#8211;memory=1024
]]></description>
			<content:encoded><![CDATA[<p>Centos :</p>
<blockquote><p>xen-create-image  &#8211;lvm=lvm1 &#8211;hostname=hostname  &#8211;install-method=rinse &#8211;dist=centos-5 &#8211;arch=amd64  &#8211;ip=ip &#8211;netmask=255.255.255.0 &#8211;gateway=gw &#8211;force &#8211;size=80Gb &#8211;swap=1024Mb &#8211;memory=1024
</p></blockquote>
<p>Debian:</p>
<blockquote><p>xen-create-image  &#8211;lvm=lvm1 &#8211;hostname=vm01  &#8211;install-method=debootstrap  &#8211;arch=amd64  &#8211;ip=ip  &#8211;netmask=255.255.255.0 &#8211;gateway=gw &#8211;force &#8211;size=80Gb &#8211;swap=1024Mb &#8211;memory=1024</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/xen-howto-create-domu-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
