Recently I had updated the kernel but afterwards I can't run virtualbox because the kernel modules aren't loaded.
Virtual box: 3.1.4 r57640 OpenSuse110-x86_64 Open Suse 11.0 running kernel-default-2.6.25.20-0.7
When I try to start vboxdrv manually I can find the message: kernel: warning: `VirtualBox' uses deprecated v2 capabilities in a way that may be insecure.
After I installed the older kernel-default-2.6.25.20-0.6 version I can start virtualbox.
But, much to my suprise, I also get this message with this kernel level. But still, the kerneldrivers are loaded and I can run virtualbox.
I have problems to get Virtualbox 3.2.8 under openSuse 11.3 (2.6.34.7-0.2-desktop, x86-64) running. I tried both the VirtualBox-3.2-3.2.8_64453_openSUSE113-1.x86_64 package from Virtualbox and self-compiled drivers as well as the newest RPM packages from openSuse(backports). I mostly get the following error during the vboxdrv load:
[ 269.095562] vboxdrv: Trying to deactivate the NMI watchdog permanently... [ 269.095562] vboxdrv: Successfully done. [ 269.095562] vboxdrv: Found 6 processor cores.
[code]....
However I already tried different combinations of previous kernels and virtualbox versions and the error persists. This is somewhat strange. Sometimes I was able to get proper drivers when reinstalling the whole stuff under failsafe mode a couple of times. But still not cleary reproducable.
I am having trouble compiling CineFX. These are the errors I get:
linux-q69k:/home/dmbmagic/CineFX # cd jahwidgets linux-q69k:/home/dmbmagic/CineFX/jahwidgets # make list='src'; for subdir in $list; do make -C $subdir all || exit 1;
I have installed Virtualbox PUEL in 64-bit 11.3. This is a fresh install. My computer has an onboard nvidia 8300GS graphics card. I do not think this is related to the issue. I added the virtualbox repository and installed the program via yast. when I type "VirtualBox" in the terminal I get the following output:
This is completely baffling me..I have a Lenovo Thinkpad X301, which has been running OpenSUSE 11.1 for a while, with vanilla kernels from kernel.org, built and installed in the standard (i.e. not SUSE) way.
A week ago, I dupped to 11.2, and also installed kernel 2.6.38.4 . This was compiled with the gcc-4.3 available under 11.2. Everything worked fine (after the necessary messing around to get X working again).
This weekend, I dupped to 11.4 (via 11.3, of course). After more messing around to get X working again, things were working ok - using the same 2.6.38.4 kernel I'd built under 11.2. I then re-built the kernel. It appears to compile and install ok, and I haven't changed the configuration or the grub configuration. However, it doesn't load. Normally, I just get a blank screen after grub starts it loading. If I boot in basic VGA mode 0, then I get a few lines of messages before it hangs - it hangs complaining about APIC not connected to io bios, and if I boot noapic, it gets a few lines further before hanging after some message I don't know about (allocating 4 HET). I don't suppose that's relevant, anyway.
I've tried three different gcc versions, and two different linux versions (2.31 as well), and the same thing happens. This sounds like something going badly wrong with ld or as or something - but I don't see how anything could have happened that wouldn't have been noticed by thousands of others.
1. Added myself to vboxusers 2. Installed dkms 3. Ran the "sudo /etc/init.d/vboxdrv setup" command.
When I run "/etc/init.d/vboxdrv setup" it gives me the error: modprobe vboxdrv failed. use 'dmesg' to find out why
Code: The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing '/etc/init.d/vboxdrv setup'
as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary. One other thing, I looked in the file system and there is no "/dev/vboxdrv". Is this correct?
I heva Debian "Lenny" 5.0 with a 2.6.31.3 kernel. I've got some trouble with VirtualBox.When I start virtualbox I get such outbut:
Quote:
[sergey@localhost:~]$ virtualbox WARNING: The character device /dev/vboxdrv does not exist. install the virtualbox-ose-modules package for your kernel and load the module named vboxdrv into your system. You will not be able to start VMs until this problem is fixed.
But when I do 'insmod vboxdrv.ko' (or even w/o '.ko', 'modprobe vboxdrv') it says that there is no vboxdrv.ko.What have I to do to run virtual-machines? (NOTE: Kernel 2.6.31.3 I've compiled manually, and there is no virtualbox-ose-modules package for kernel 2.6.31.3 in repository)
I'm having a weird issue, I have Virtualbox 3.1 installed on the Fedora 12 and everytime I restart the "/dev/vboxdrv" gets deleted so every time I need to run "/etc/init.d/vboxdrv setup".
I installed VirtualBox-OSE and VirtualBox-Kernel from the Slackbuilds at slackbuilds.org.When I start VirtualBox I get the following message on the CLI: Code: WARNING: The vboxdrv kernel module is not loaded.Either there is no module available for the current kernel (2.6.33.4-smp) or it failed to load.Please recompile the kernel module and install it by sudo /etc/init.d/vboxdrv setup.You will not be able to start VMs until this problem is fixed.I gave /etc/rc.d/rc.vboxdrv executable permissions, and then ran.The only issue is, I have to do this each time that I reboot, should I add 'modprobe vboxdrv' to one of the startup scripts or is something else wrong?
from the commend line i went to compile the c program by giving the commend "gcc first.c -o first" but the commend line showing gcc is not found. iam using fedora 13 what can i do to compile the program . the program i used to compile is below
#include<stdio.h> main() { printf("hello word "); }
unable to compile a simple C++ programme (.cpp file), on compiling the file with gcc or g++ the following error is displayed, but the above command works in Redhat EL. the error message is:"fatal error: iostream.h: No such file or directorycompilation terminated."an anybody suggest to compile a C++ programme in Fedora 14.
I've tried compiling C++ programs with extension .cc and .cpp. I've tried compiling with gcc, g++ and even cc (with .cc extension files). Earlier (as g++ wasn't installed) i tried installing g++ (sudo apt-get install g++) for which i got the message "g++ has no installation candidate". Later from Synaptic i found it as g++-2.95 and installed it. I've also installed pentium-builder
Whenever i've tried to install "build-essential" (using apt-get and aptitude) i've got messages along the line of "no installation candidate". I've searched many posts and not got the answer for this. I've treid update and upgrade before installation, no use. I have all the repositories checked in software sources and the server as "main server". Now, the main problem is: (when trying to compile a .cpp file)
user@dell-desktop:~$ g++ hello.cpp Unable to exec g++.real: No such file or directory ser@dell-desktop:~$ gcc hello.cpp
I thought I would try bitcoin but I am unable to compile the latest bitcoin client (bitcoin-0.3.24).I'm using 32-bit Slackware 13.1.0. When I initially attempted to compile I got errors related to wxWidgets being missing. This was resolved by compiling and installing wxWidgets. However I still get the following error:
Code: g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DUSE_UPNP=0 -I/usr/local/lib/wx/include/gtk2-unicode-2.9 -I/usr/loal/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DGUI -o obj/util.o util.cpp In file included from main.h:11,
My new guy has created several functioning webpages on his machine with TOMCAT 6 with Sun JDK, yet our machines use TOMCAT 5.5 with Open JDK, which his webpages don't show. Do you have any idea how to make them work? The error showing in a browser:
Code: HTTP Status 500 - type Exception report message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception org.apache.jasper.JasperException: Unable to compile class for JSP:
I work on Fedora 9 and I'm unable to compile my c++ program using the make in the terminal as well as in the IDE-Anjuta.although 'make' works fine with C programs,I get an error that g++ command is not found whenever I try it with C++ programs.
since last days I am trying to run a simple c / cpp program using eclipse in my newly installed fedora 13, but every time it says either "program file not specified" or "binary error"
I couldn't compile gammu-1.28 on my Fedora 13 when running ./configure.To make sure what i'm doing, i was install cmake from fedora repository directly using "yum install cmake" and completed. And then to make sure again, i was update my gcc using "yum update gcc". But there was still errors during running ./configure. Finally, i decided to update all needed inside my fedora using "yum update" to make sure again.
I'm trying to compile some code [URL], which uses Glib. I have the libglib2.0-dev package installed, but running ./configure reports that Glib is not installed. Is the autoconfig script wrong or out of date, or do I need something else installed?
i was trying to install kernel 2.6.29.1 on fedora 14 but it is giving error. First download a package with kernel and i saved in home/user/linux. Afterwards i can extract this package.
ERROR: modinfo: could not find module ip6t_REJECT ERROR: modinfo: could not find module nf_conntrack_ipv6 ERROR: modinfo: could not find module ip6table_filter ERROR: modinfo: could not find module ip6_tables ERROR: modinfo: could not find module ipv6 ERROR: modinfo: could not find module fuse
however it gives initramfs,vmlinuz-2.6.29.1 and System.map-2.6.29.1 in /boot folder and menu.lst in /boot/grub is updating according to new kernel. when i reboot my machine and selects the kernel 2.6.29.1 it shows FATAL:kernel too old [1.591633] Kernel panic-not syncing:Attempted to kill init
I am trying to install a DR rootkit into ubuntu for an assignment, im using vm ware but can only get as far as extracting the rootkit and not being able to compile the source code.. when i use the ./configure command it says there is no such file or directory and when i use the make command it keeps getting errors.
I am having a problem I have never encountered before. When I try to install programs, I get a failure to compile error in configure. I have tried to install Prozilla, Prozgui, and Aria2, but I get the same message for each. The message follows code...
I am new to CENTOS (5.2) and more importantly new to linux. Any time I try to gcc compile something, it always throws random errors. I yum installed development-tools which is what I have seen other threads suggest but that did not solve the issue. I still get the same errors. I cannot find a common error among the many things I have attempted to compile.
Here is my most recent file for an example made when trying to compile up-imapproxy : gcc -g -O2 -I. -I./include -c -o src/icc.o src/icc.c gcc -g -O2 -I. -I./include -c -o src/main.o src/main.c src/main.c: In function "int main(int, char**)": src/main.c:618: error: invalid conversion from *void* to *void* (*)(void*) src/main.c:618: error: initializing argument 3 of int pthread_create(pthread_t*, const pthread_attr_t*, void* (*)(void*), void*) src/main.c:646: error: invalid conversion from int* to socklen_t* src/main.c:646: error: initializing argument 3 of int accept(int, sockaddr*,socklen_t*) src/main.c:675: error: invalid conversion from void* to void* (*)(void*) src/main.c:675: error: initializing argument 3 of int pthread_create(pthread_t*, const pthread_attr_t*, void* (*)(void*), void*) make: *** [src/main.o] Error 1
This is the make step error./tmp/cctiuwxL.s is the make temporary dirictory which is distroyed after the make process finises . The problem is how can I hold the /tmp/cctiuwxL.s dirictory .Then I can check it and find out the proiblem.
from the commend line i went to compile the c program by giving the commend "gcc first.c -o first" but the commend line showing gcc is not found. iam using fedora 13 pls tell me what can i do to compile the program. the program i used to compile is below
1. Installed a fresh 10.10 and upgraded all packages (via Ethernet). 2. Downloaded latest drivers from ASUS webiste (DPO_RT3070_LinuxSTA_V2.3.0.2_20100422) 3. Unpacked and tried to compile:
The wireless card is working with the driver rt2870sta, but I've read not all the capabilities of the device is unleash unless the native driver is used.
I have downloaded the latest gnome commander source code from the gnome commander home page. Following the instructions in the readme I have extracted it from the tar ball and changed to the top level directory of the source code. I execute ./configure and get a bunch of "checking" results.
Quote:
bash: ./configure: No such file or directory ken@ubuntu:~/Desktop/gnome-commander-1.2.8.9/src$ cd .. ken@ubuntu:~/Desktop/gnome-commander-1.2.8.9$ ./configure
[code]....
I find Makefile.am and Makefile.in present in the directory. I generally install from deb packages. Still, I don't think it should be this hard to compile a package given the seemingly simple directions provided.