<?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/"
		>
<channel>
	<title>Commenti a: Installare openSUSE 11.1 utilizzando Sun VirtualBox</title>
	<atom:link href="http://www.anlan.com/2009/01/installare-opensuse-111-utilizzando-sun-virtualbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anlan.com/2009/01/installare-opensuse-111-utilizzando-sun-virtualbox/</link>
	<description>Un posto per scrivere quello che sento</description>
	<lastBuildDate>Thu, 29 Jul 2010 21:57:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Di: Gianni</title>
		<link>http://www.anlan.com/2009/01/installare-opensuse-111-utilizzando-sun-virtualbox/comment-page-1/#comment-3917</link>
		<dc:creator>Gianni</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.anlan.com/?p=89#comment-3917</guid>
		<description>Risolto... serve anche il pacchetto kernel-syms</description>
		<content:encoded><![CDATA[<p>Risolto&#8230; serve anche il pacchetto kernel-syms</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Gianni</title>
		<link>http://www.anlan.com/2009/01/installare-opensuse-111-utilizzando-sun-virtualbox/comment-page-1/#comment-3916</link>
		<dc:creator>Gianni</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.anlan.com/?p=89#comment-3916</guid>
		<description>Anche io stesso errore:

Installing VirtualBox 3.0.6 Guest Additions, built Wed Sep  9 19:45:07 CEST 2009

Testing the setup of the guest system

Building test kernel module vboxadd_test...

Makefile:25: Warning: using /usr/src/linux as the source directory of your Linux kernel. If this is not correct, specify KERN_DIR= and run Make again.
grep: /usr/src/linux/include/linux/version.h: No such file or directory
make KBUILD_VERBOSE=1 -C /usr/src/linux SUBDIRS=/tmp/selfgz678917767/module/test SRCROOT=/tmp/selfgz678917767/module/test modules
test -e include/linux/autoconf.h -a -e include/config/auto.conf &#124;&#124; (        \
    echo;                                \
    echo &quot;  ERROR: Kernel configuration is invalid.&quot;;        \
    echo &quot;         include/linux/autoconf.h or include/config/auto.conf are missing.&quot;;    \
    echo &quot;         Run &#039;make oldconfig &amp;&amp; make prepare&#039; on kernel src to fix it.&quot;;    \
    echo;                                \
    /bin/false)

  ERROR: Kernel configuration is invalid.
         include/linux/autoconf.h or include/config/auto.conf are missing.
         Run &#039;make oldconfig &amp;&amp; make prepare&#039; on kernel src to fix it.

mkdir -p /tmp/selfgz678917767/module/test/.tmp_versions ; rm -f /tmp/selfgz678917767/module/test/.tmp_versions/*

  WARNING: Symbol version dump /usr/src/linux-2.6.31.5-0.1/Module.symvers
           is missing; modules will have no dependencies and modversions.

make -f scripts/Makefile.build obj=/tmp/selfgz678917767/module/test
/tmp/selfgz678917767/module/test/Makefile:25: Warning: using /usr/src/linux as the source directory of your Linux kernel. If this is not correct, specify KERN_DIR= and run Make again.
grep: /usr/src/linux/include/linux/version.h: No such file or directory
  gcc -Wp,-MD,/tmp/selfgz678917767/module/test/.test.o.d  -nostdinc -isystem /usr/lib/gcc/i586-suse-linux/4.4/include -Iinclude  -I/usr/src/linux-2.6.31.5-0.1/arch/x86/include -include include/linux/autoconf.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-red-zone -mcmodel=kernel -maccumulate-outgoing-args -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -fomit-frame-pointer -I/usr/src/linux/include -I/tmp/selfgz678917767/module/test/ -I/tmp/selfgz678917767/module/test/include -I/tmp/selfgz678917767/module/test/r0drv/linux -D__KERNEL__ -DMODULE -DRT_OS_LINUX -DIN_RING0 -D_X86_ -DIN_RT_R0 -DIN_SUP_R0 -DVBGL_VBOXGUEST -DVBGL_HGCM -DVBOX_WITH_HGCM  -DMODULE -D&quot;KBUILD_STR(s)=#s&quot; -D&quot;KBUILD_BASENAME=KBUILD_STR(test)&quot;  -D&quot;KBUILD_MODNAME=KBUILD_STR(vboxadd_test)&quot;  -c -o /tmp/selfgz678917767/module/test/test.o /tmp/selfgz678917767/module/test/test.c
/tmp/selfgz678917767/module/test/test.c:1: error: code model ‘kernel’ not supported in the 32 bit mode
/tmp/selfgz678917767/module/test/test.c:1: sorry, unimplemented: 64-bit mode not compiled in
make[2]: *** [/tmp/selfgz678917767/module/test/test.o] Error 1
make[1]: *** [_module_/tmp/selfgz678917767/module/test] Error 2
make: *** [vboxadd_test] Error 2

Building the test kernel module vboxadd_test failed.
Giving up due to the problems mentioned above.</description>
		<content:encoded><![CDATA[<p>Anche io stesso errore:</p>
<p>Installing VirtualBox 3.0.6 Guest Additions, built Wed Sep  9 19:45:07 CEST 2009</p>
<p>Testing the setup of the guest system</p>
<p>Building test kernel module vboxadd_test&#8230;</p>
<p>Makefile:25: Warning: using /usr/src/linux as the source directory of your Linux kernel. If this is not correct, specify KERN_DIR= and run Make again.<br />
grep: /usr/src/linux/include/linux/version.h: No such file or directory<br />
make KBUILD_VERBOSE=1 -C /usr/src/linux SUBDIRS=/tmp/selfgz678917767/module/test SRCROOT=/tmp/selfgz678917767/module/test modules<br />
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (        \<br />
    echo;                                \<br />
    echo &#8221;  ERROR: Kernel configuration is invalid.&#8221;;        \<br />
    echo &#8221;         include/linux/autoconf.h or include/config/auto.conf are missing.&#8221;;    \<br />
    echo &#8221;         Run &#8216;make oldconfig &amp;&amp; make prepare&#8217; on kernel src to fix it.&#8221;;    \<br />
    echo;                                \<br />
    /bin/false)</p>
<p>  ERROR: Kernel configuration is invalid.<br />
         include/linux/autoconf.h or include/config/auto.conf are missing.<br />
         Run &#8216;make oldconfig &amp;&amp; make prepare&#8217; on kernel src to fix it.</p>
<p>mkdir -p /tmp/selfgz678917767/module/test/.tmp_versions ; rm -f /tmp/selfgz678917767/module/test/.tmp_versions/*</p>
<p>  WARNING: Symbol version dump /usr/src/linux-2.6.31.5-0.1/Module.symvers<br />
           is missing; modules will have no dependencies and modversions.</p>
<p>make -f scripts/Makefile.build obj=/tmp/selfgz678917767/module/test<br />
/tmp/selfgz678917767/module/test/Makefile:25: Warning: using /usr/src/linux as the source directory of your Linux kernel. If this is not correct, specify KERN_DIR= and run Make again.<br />
grep: /usr/src/linux/include/linux/version.h: No such file or directory<br />
  gcc -Wp,-MD,/tmp/selfgz678917767/module/test/.test.o.d  -nostdinc -isystem /usr/lib/gcc/i586-suse-linux/4.4/include -Iinclude  -I/usr/src/linux-2.6.31.5-0.1/arch/x86/include -include include/linux/autoconf.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-red-zone -mcmodel=kernel -maccumulate-outgoing-args -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -fomit-frame-pointer -I/usr/src/linux/include -I/tmp/selfgz678917767/module/test/ -I/tmp/selfgz678917767/module/test/include -I/tmp/selfgz678917767/module/test/r0drv/linux -D__KERNEL__ -DMODULE -DRT_OS_LINUX -DIN_RING0 -D_X86_ -DIN_RT_R0 -DIN_SUP_R0 -DVBGL_VBOXGUEST -DVBGL_HGCM -DVBOX_WITH_HGCM  -DMODULE -D&#8221;KBUILD_STR(s)=#s&#8221; -D&#8221;KBUILD_BASENAME=KBUILD_STR(test)&#8221;  -D&#8221;KBUILD_MODNAME=KBUILD_STR(vboxadd_test)&#8221;  -c -o /tmp/selfgz678917767/module/test/test.o /tmp/selfgz678917767/module/test/test.c<br />
/tmp/selfgz678917767/module/test/test.c:1: error: code model ‘kernel’ not supported in the 32 bit mode<br />
/tmp/selfgz678917767/module/test/test.c:1: sorry, unimplemented: 64-bit mode not compiled in<br />
make[2]: *** [/tmp/selfgz678917767/module/test/test.o] Error 1<br />
make[1]: *** [_module_/tmp/selfgz678917767/module/test] Error 2<br />
make: *** [vboxadd_test] Error 2</p>
<p>Building the test kernel module vboxadd_test failed.<br />
Giving up due to the problems mentioned above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Andrea Lanfranchi</title>
		<link>http://www.anlan.com/2009/01/installare-opensuse-111-utilizzando-sun-virtualbox/comment-page-1/#comment-3911</link>
		<dc:creator>Andrea Lanfranchi</dc:creator>
		<pubDate>Fri, 09 Oct 2009 08:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.anlan.com/?p=89#comment-3911</guid>
		<description>Scusa non ho capito.
Stai cercando di installare SuSE oppure Ubuntu ?</description>
		<content:encoded><![CDATA[<p>Scusa non ho capito.<br />
Stai cercando di installare SuSE oppure Ubuntu ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Mattia</title>
		<link>http://www.anlan.com/2009/01/installare-opensuse-111-utilizzando-sun-virtualbox/comment-page-1/#comment-3910</link>
		<dc:creator>Mattia</dc:creator>
		<pubDate>Thu, 08 Oct 2009 12:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.anlan.com/?p=89#comment-3910</guid>
		<description>no, è la stessa cosa mi da sempre quell&#039;errore, il comando &quot;sudo zypper install gcc make automake autoconf kernel-source&quot; già l&#039;avevo dato comunque.....non so proprio che fare....comunque non so se sia importante ma io mi trovo su ubuntu 9.04</description>
		<content:encoded><![CDATA[<p>no, è la stessa cosa mi da sempre quell&#8217;errore, il comando &#8220;sudo zypper install gcc make automake autoconf kernel-source&#8221; già l&#8217;avevo dato comunque&#8230;..non so proprio che fare&#8230;.comunque non so se sia importante ma io mi trovo su ubuntu 9.04</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Andrea Lanfranchi</title>
		<link>http://www.anlan.com/2009/01/installare-opensuse-111-utilizzando-sun-virtualbox/comment-page-1/#comment-3909</link>
		<dc:creator>Andrea Lanfranchi</dc:creator>
		<pubDate>Wed, 07 Oct 2009 13:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.anlan.com/?p=89#comment-3909</guid>
		<description>Ciao mattia,
l&#039;errore che hai rilevato è dovuto al fatto che sulla tua SuSE mancano i file necessari alla compilazione di alcuni moduli.

E&#039; molto importante aver eseguito esattamente questa riga di codice :

sudo zypper install gcc make automake autoconf kernel-source

e che non ci siano stati errori di sorta durante l&#039;esecuzione.</description>
		<content:encoded><![CDATA[<p>Ciao mattia,<br />
l&#8217;errore che hai rilevato è dovuto al fatto che sulla tua SuSE mancano i file necessari alla compilazione di alcuni moduli.</p>
<p>E&#8217; molto importante aver eseguito esattamente questa riga di codice :</p>
<p>sudo zypper install gcc make automake autoconf kernel-source</p>
<p>e che non ci siano stati errori di sorta durante l&#8217;esecuzione.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Mattia</title>
		<link>http://www.anlan.com/2009/01/installare-opensuse-111-utilizzando-sun-virtualbox/comment-page-1/#comment-3908</link>
		<dc:creator>Mattia</dc:creator>
		<pubDate>Sun, 04 Oct 2009 18:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.anlan.com/?p=89#comment-3908</guid>
		<description>allora riesci ad aiutarmi???
grazie!!!</description>
		<content:encoded><![CDATA[<p>allora riesci ad aiutarmi???<br />
grazie!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Mattia</title>
		<link>http://www.anlan.com/2009/01/installare-opensuse-111-utilizzando-sun-virtualbox/comment-page-1/#comment-3906</link>
		<dc:creator>Mattia</dc:creator>
		<pubDate>Wed, 30 Sep 2009 19:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.anlan.com/?p=89#comment-3906</guid>
		<description>Ciao,
allora l&#039;ho aperto con nano dal terminale e mi esce:

Installing VirtualBox 3.0.6 Guest Additions, built We$

Testing the setup of the guest system

Building test kernel module vboxadd_test...

Makefile:38: *** Error: unable to find the include di$

Building the test kernel module vboxadd_test failed.
Giving up due to the problems mentioned above.</description>
		<content:encoded><![CDATA[<p>Ciao,<br />
allora l&#8217;ho aperto con nano dal terminale e mi esce:</p>
<p>Installing VirtualBox 3.0.6 Guest Additions, built We$</p>
<p>Testing the setup of the guest system</p>
<p>Building test kernel module vboxadd_test&#8230;</p>
<p>Makefile:38: *** Error: unable to find the include di$</p>
<p>Building the test kernel module vboxadd_test failed.<br />
Giving up due to the problems mentioned above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Andrea Lanfranchi</title>
		<link>http://www.anlan.com/2009/01/installare-opensuse-111-utilizzando-sun-virtualbox/comment-page-1/#comment-3903</link>
		<dc:creator>Andrea Lanfranchi</dc:creator>
		<pubDate>Wed, 30 Sep 2009 08:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.anlan.com/?p=89#comment-3903</guid>
		<description>Ciao Mattia,
riesci a postare il contenuto del file /var/log/vboxadd-install.log ?</description>
		<content:encoded><![CDATA[<p>Ciao Mattia,<br />
riesci a postare il contenuto del file /var/log/vboxadd-install.log ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Mattia</title>
		<link>http://www.anlan.com/2009/01/installare-opensuse-111-utilizzando-sun-virtualbox/comment-page-1/#comment-3894</link>
		<dc:creator>Mattia</dc:creator>
		<pubDate>Tue, 29 Sep 2009 18:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.anlan.com/?p=89#comment-3894</guid>
		<description>Ciao,
ho un problema all&#039;ultima parte della guida, quando do il comando &quot;sudo sh VBoxLinuxAdditions-x86.run&quot;, mi da un errore e mi dice: 
&quot;building test kernel module failed. see the log file /var/log/vboxadd-install.log for more details.
problems were found wich would prevent the guest additions from installing.
please correct this problems and try again.&quot;

Spero che tu possa aiutarmi ne sarei felicissimo.
Ciao e grazie anticipatamente!</description>
		<content:encoded><![CDATA[<p>Ciao,<br />
ho un problema all&#8217;ultima parte della guida, quando do il comando &#8220;sudo sh VBoxLinuxAdditions-x86.run&#8221;, mi da un errore e mi dice:<br />
&#8220;building test kernel module failed. see the log file /var/log/vboxadd-install.log for more details.<br />
problems were found wich would prevent the guest additions from installing.<br />
please correct this problems and try again.&#8221;</p>
<p>Spero che tu possa aiutarmi ne sarei felicissimo.<br />
Ciao e grazie anticipatamente!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
