<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for WebSource</title>
	<atom:link href="http://blog.sviluppoweb.eu/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sviluppoweb.eu</link>
	<description>...between web and opensource</description>
	<lastBuildDate>Mon, 02 Jan 2012 11:34:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Debian 6.0 (squeeze) and Xerox Unified Driver v. 7-15 by Alessandro</title>
		<link>http://blog.sviluppoweb.eu/2011/08/09/debian-6-0-squeeze-and-xerox-unified-driver-v-7-15/#comment-792</link>
		<dc:creator><![CDATA[Alessandro]]></dc:creator>
		<pubDate>Mon, 02 Jan 2012 11:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sviluppoweb.eu/?p=230#comment-792</guid>
		<description><![CDATA[Ottimo aiuto, grazie, mi hai risparmiato almeno un&#039;ora di sclero! :)]]></description>
		<content:encoded><![CDATA[<p>Ottimo aiuto, grazie, mi hai risparmiato almeno un&#8217;ora di sclero! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fstab, boot, mount and STP: a big challenge to solve by Why fstab doesn't mount smbfs</title>
		<link>http://blog.sviluppoweb.eu/2011/12/16/mount-fstab-and-switch-stp-a-big-challenge-to-solve/#comment-784</link>
		<dc:creator><![CDATA[Why fstab doesn't mount smbfs]]></dc:creator>
		<pubDate>Fri, 16 Dec 2011 17:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sviluppoweb.eu/?p=244#comment-784</guid>
		<description><![CDATA[[...] I spent a long time to find the problem: STP - Spanning Tree Protocol. When a host is attached such as a computer, printer or server the switch port will always go into the forwarding state, albeit after a delay of about 30 seconds while it goes through the listening and learning states. Full story: fstab mount error at boot. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I spent a long time to find the problem: STP &#8211; Spanning Tree Protocol. When a host is attached such as a computer, printer or server the switch port will always go into the forwarding state, albeit after a delay of about 30 seconds while it goes through the listening and learning states. Full story: fstab mount error at boot. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fstab, boot, mount and STP: a big challenge to solve by cifs not mounting on boot - Page 2</title>
		<link>http://blog.sviluppoweb.eu/2011/12/16/mount-fstab-and-switch-stp-a-big-challenge-to-solve/#comment-783</link>
		<dc:creator><![CDATA[cifs not mounting on boot - Page 2]]></dc:creator>
		<pubDate>Fri, 16 Dec 2011 16:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sviluppoweb.eu/?p=244#comment-783</guid>
		<description><![CDATA[[...] I spent a long time to find the problem: STP - Spanning Tree Protocol. When a host is attached such as a computer, printer or server the switch port will always go into the forwarding state, albeit after a delay of about 30 seconds while it goes through the listening and learning states. Full story: fstab mount error at boot. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I spent a long time to find the problem: STP &#8211; Spanning Tree Protocol. When a host is attached such as a computer, printer or server the switch port will always go into the forwarding state, albeit after a delay of about 30 seconds while it goes through the listening and learning states. Full story: fstab mount error at boot. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debian 6.0 (squeeze) and Xerox Unified Driver v. 7-15 by francesco</title>
		<link>http://blog.sviluppoweb.eu/2011/08/09/debian-6-0-squeeze-and-xerox-unified-driver-v-7-15/#comment-782</link>
		<dc:creator><![CDATA[francesco]]></dc:creator>
		<pubDate>Sat, 10 Dec 2011 14:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sviluppoweb.eu/?p=230#comment-782</guid>
		<description><![CDATA[Grazie mille, mi hai salvato! Non riuscivo più a fare gli aggiornamenti...]]></description>
		<content:encoded><![CDATA[<p>Grazie mille, mi hai salvato! Non riuscivo più a fare gli aggiornamenti&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to convert an existing partition/disk in an image to virtualize it in linux qemu/kvm by dmc</title>
		<link>http://blog.sviluppoweb.eu/2010/07/16/how-to-convert-an-existing-partitiondisk-in-an-image-to-virtualize-it-in-linux-qemukvm/#comment-777</link>
		<dc:creator><![CDATA[dmc]]></dc:creator>
		<pubDate>Sun, 27 Nov 2011 13:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sviluppoweb.eu/?p=198#comment-777</guid>
		<description><![CDATA[Giulio, thanks again, this time for the follow up. I was able to handle the raw image as you explained. The root cause of my problem lay with dd, in my misunderstanding of block sizes (in my cases, there was no need to pass the bs or ibs/obs parameters). Fortunately the relevant disk partitions of the VM are all in one device, so I did not have to cope with the situation you mentioned.

So far so good! It&#039;s a small step that boosts my confidence and my appreciation for qemu.

-- Dennis]]></description>
		<content:encoded><![CDATA[<p>Giulio, thanks again, this time for the follow up. I was able to handle the raw image as you explained. The root cause of my problem lay with dd, in my misunderstanding of block sizes (in my cases, there was no need to pass the bs or ibs/obs parameters). Fortunately the relevant disk partitions of the VM are all in one device, so I did not have to cope with the situation you mentioned.</p>
<p>So far so good! It&#8217;s a small step that boosts my confidence and my appreciation for qemu.</p>
<p>&#8211; Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to convert an existing partition/disk in an image to virtualize it in linux qemu/kvm by Giulio Turetta</title>
		<link>http://blog.sviluppoweb.eu/2010/07/16/how-to-convert-an-existing-partitiondisk-in-an-image-to-virtualize-it-in-linux-qemukvm/#comment-776</link>
		<dc:creator><![CDATA[Giulio Turetta]]></dc:creator>
		<pubDate>Sat, 26 Nov 2011 13:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sviluppoweb.eu/?p=198#comment-776</guid>
		<description><![CDATA[Hi Dennis,
if you have a raw image you can copy it on your disk with &lt;em&gt;dd&lt;/em&gt;.
If your image is not raw you need to convert it before: &lt;em&gt;kvm-img&lt;/em&gt; it&#039;s a good tool to convert vm images.
To copy your image you need to attach your disk and find its device file (look on output of &lt;em&gt;dmesg&lt;/em&gt; after disk attach).
Be sure that you find the _right_ device file for you destination disk: if you use another device (for example another disk) you will lose all data that it contains.
Also be sure to use the disk device (ex. /dev/sda) and not a partition device (ex. /dev/sda1).
Finally you can copy your raw data on disk by &lt;em&gt;dd if=my-vm-image-file.raw of=/dev/my-disk-device&lt;/em&gt;.
After copy your system may not boot from hard-disk because of wrong partition description on boot loader: for example in your VM your virtual disk may be attached to the primary ide controller and so your bootloader (ex. grub/lilo) may point to hda(0,0) but your real disk may be attached to a secondary ide controller hda(1,0).
To fix these problems use the bootloader console (grub has it) or a live-cd distro to chrood on system. As example, you can fix grub configuration with &lt;em&gt;update-grub&lt;/em&gt;.
Tell me if you need any help ;)]]></description>
		<content:encoded><![CDATA[<p>Hi Dennis,<br />
if you have a raw image you can copy it on your disk with <em>dd</em>.<br />
If your image is not raw you need to convert it before: <em>kvm-img</em> it&#8217;s a good tool to convert vm images.<br />
To copy your image you need to attach your disk and find its device file (look on output of <em>dmesg</em> after disk attach).<br />
Be sure that you find the _right_ device file for you destination disk: if you use another device (for example another disk) you will lose all data that it contains.<br />
Also be sure to use the disk device (ex. /dev/sda) and not a partition device (ex. /dev/sda1).<br />
Finally you can copy your raw data on disk by <em>dd if=my-vm-image-file.raw of=/dev/my-disk-device</em>.<br />
After copy your system may not boot from hard-disk because of wrong partition description on boot loader: for example in your VM your virtual disk may be attached to the primary ide controller and so your bootloader (ex. grub/lilo) may point to hda(0,0) but your real disk may be attached to a secondary ide controller hda(1,0).<br />
To fix these problems use the bootloader console (grub has it) or a live-cd distro to chrood on system. As example, you can fix grub configuration with <em>update-grub</em>.<br />
Tell me if you need any help <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on undefined method `length&#8217; for Enumerable Enumerator on text_helper.rb:50:in `truncate&#8217; by Johnson</title>
		<link>http://blog.sviluppoweb.eu/2008/11/26/undefined-method-length-for-enumerableenumerator-on-text_helperrb50in-truncate/#comment-775</link>
		<dc:creator><![CDATA[Johnson]]></dc:creator>
		<pubDate>Wed, 23 Nov 2011 10:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://sviluppoweb.wordpress.com/?p=82#comment-775</guid>
		<description><![CDATA[Thank you so much..!]]></description>
		<content:encoded><![CDATA[<p>Thank you so much..!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to convert an existing partition/disk in an image to virtualize it in linux qemu/kvm by Dennis</title>
		<link>http://blog.sviluppoweb.eu/2010/07/16/how-to-convert-an-existing-partitiondisk-in-an-image-to-virtualize-it-in-linux-qemukvm/#comment-774</link>
		<dc:creator><![CDATA[Dennis]]></dc:creator>
		<pubDate>Tue, 22 Nov 2011 20:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sviluppoweb.eu/?p=198#comment-774</guid>
		<description><![CDATA[Hi, Thanks for the tutorial. 

I found my way to your post because I have a problem which is the reverse of what you&#039;ve done: given a qemu raw image file, how do I transfer this to a disk? Essentially I need to copy a bootable VM image to a desktop disk, let&#039;s say, and start up the desktop.

Any ideas? Thanks.

-- Dennis]]></description>
		<content:encoded><![CDATA[<p>Hi, Thanks for the tutorial. </p>
<p>I found my way to your post because I have a problem which is the reverse of what you&#8217;ve done: given a qemu raw image file, how do I transfer this to a disk? Essentially I need to copy a bootable VM image to a desktop disk, let&#8217;s say, and start up the desktop.</p>
<p>Any ideas? Thanks.</p>
<p>&#8211; Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debian 6.0 (squeeze) and Xerox Unified Driver v. 7-15 by Reparando problema con apt-get &#171; La Pertenencia</title>
		<link>http://blog.sviluppoweb.eu/2011/08/09/debian-6-0-squeeze-and-xerox-unified-driver-v-7-15/#comment-767</link>
		<dc:creator><![CDATA[Reparando problema con apt-get &#171; La Pertenencia]]></dc:creator>
		<pubDate>Sun, 09 Oct 2011 17:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sviluppoweb.eu/?p=230#comment-767</guid>
		<description><![CDATA[[...] update-rc.d: error: insserv rejected the script header La solución la encontré en el blog de WEBSOURCE y es la siguiente: 1) Editamos el archivo /etc/init.d/smfpd . # nano /etc/init.d/smfpd y agregamos [...]]]></description>
		<content:encoded><![CDATA[<p>[...] update-rc.d: error: insserv rejected the script header La solución la encontré en el blog de WEBSOURCE y es la siguiente: 1) Editamos el archivo /etc/init.d/smfpd . # nano /etc/init.d/smfpd y agregamos [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to Install Debian 6.0 (squeeze) Linux on HP 620 notebook by Debian Squeeze on HP 620 Notebook &#171; pseudo-scripter</title>
		<link>http://blog.sviluppoweb.eu/2011/08/05/how-to-install-debian-6-0-squeeze-linux-on-hp-620-notebook/#comment-765</link>
		<dc:creator><![CDATA[Debian Squeeze on HP 620 Notebook &#171; pseudo-scripter]]></dc:creator>
		<pubDate>Fri, 16 Sep 2011 11:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sviluppoweb.eu/?p=233#comment-765</guid>
		<description><![CDATA[[...] http://blog.sviluppoweb.eu/2011/08/05/how-to-install-debian-6-0-squeeze-linux-on-hp-620-notebook/     Categories: laptop issues Tags: configure wireless, debian, HP 620       Comments (0) Trackbacks (0) Leave a comment Trackback [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.sviluppoweb.eu/2011/08/05/how-to-install-debian-6-0-squeeze-linux-on-hp-620-notebook/" rel="nofollow">http://blog.sviluppoweb.eu/2011/08/05/how-to-install-debian-6-0-squeeze-linux-on-hp-620-notebook/</a>     Categories: laptop issues Tags: configure wireless, debian, HP 620       Comments (0) Trackbacks (0) Leave a comment Trackback [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

