আমি ভার্চুয়ালবক্স 4.04-তে অতিথি সংযোজনগুলি ইনস্টল করার চেষ্টা করছি। হোস্ট ওএস হ'ল উবুন্টু ডেস্কটপ 11.04 64 বিট, অতিথি ওএস হলেন উবুন্টু সার্ভার 11.10 64 বিট।
$ sudo ./VBoxLinuxAdditions.run
কিছু আউটপুট পরে এই লাইনটি মুদ্রিত হয়:
The headers for the current running kernel were not found.
কিন্তু হেডার হয় ইনস্টল, অন্তত সেই অনুযায়ী dpkg
:
$ dpkg --get-selections | grep linux-headers
linux-headers-3.0.0-12 install
linux-headers-3.0.0-12-server install
linux-headers-server install
চলমান কার্নেলটি হ'ল:
$ uname -a
Linux foobar 3.0.0-12-server #20-Ubuntu SMP Fri Oct 7 16:36:30 UTC 2011 x86_64 x86_64 X86_64 GNU/Linux
কীভাবে আমি জিনিসগুলি ঠিক করব যাতে অতিথি সংযোজন ইনস্টলকারী কার্নেল শিরোনামগুলি সন্ধান করতে সক্ষম হয়?
আপডেট: সম্পূর্ণ আউটপুট যুক্ত।
The headers for the current running kernel were not found. If the module compilation fails then this could be the reason.
Building the main Guest Additions module ...done.
Building the shared folder support module ...fail!
(Look at /var/log/vboxadd-install.log to find out what went wrong)
Installing the Window System drivers ...fails!
(Could not find the X.Org or XFree86 Window System).
আমি ব্যর্থ # 2 এর জন্য যত্ন নেই, কারণ এটি একটি সার্ভার এবং আমার এক্স সার্ভারের প্রয়োজন নেই। তবে আমার ভাগ করা ফোল্ডার সমর্থন দরকার।
আরও কিছু বিশদ:
$ tail /val/log/vboxadd-install.log
..........
cc1: some warnings being treated as errors
make[2]: *** [/tmp/vbox.0/vfsmod.o] Error 1
make[1]: *** [_module_/tmp/vbox.0] Error 2
make: *** [vboxsf] Error 2