General :: FATAL: Error Inserting Ip_tables When Try To Create New Iptable
Jun 16, 2010
So I am new to ubuntu and am trying to work with "iptables". I have ubuntu version 10.04, in the terminal I try to create a new iptable by writing: iptables -N chain but the response is: FATAL: Error inserting ip_tables......... also it says "you must be root", what does root mean?
View 2 Replies
ADVERTISEMENT
Jul 2, 2010
I've just install qemu-kvm from [URL]
I run modprobe kvm and modprobe kvm-intel to load the modules, but the second command won't work.
It gives the following error -
Code:
root@mika:/home/mika# modprobe kvm-intel
FATAL: Error inserting kvm_intel (/lib/modules/2.6.33.4/kernel/arch/x86/kvm/kvm-intel.ko): Operation not supported
View 10 Replies
View Related
Jun 25, 2009
I updated the latest kernel and other new maintenance tonight and started getting this error at boot...doesn't appear to be hindering anything. My encrypted partitions (luks, ext4) still open and are accessible.
modprobe: FATAL: Error inserting padlock_sha (/lib/modules/2.6.29.5-191.fc11.i586/kernel/drivers/crypto/padlock-sha.ko): No such device
See similar errors reported on ubuntu forums... with various recommended workarounds... update/add an alias, blacklist a module, fresh install
View 13 Replies
View Related
Jun 5, 2010
I took some pictures tonight and plugged in my flash card reader (via usb) as always. Only this time, the device isn't assigned a proper location (like "sdc3").
A little research later and I *think* I need the module "usb-storage", which I can't get to load. It's been a *long* time since I had to mess with modules and I'd like some fresh eyes on what the problem might be.
This is my lsmod output:
Code:
I also ran modprobe with -n -v:
Code:
I have run depmod -a and tried the modprobe again...
Code:
If I drill down to the /lib/modules/<kernel -r>/drivers/usb/storage/ where the .ko file is and say:
Code:
So.... since I haven't changed anything that I can think of since the last time I took pictures...what happened? How do I fix this?
View 3 Replies
View Related
Jul 20, 2010
I am running ubuntu 10.04 I am trying to access the tty's
When I hit Ctrl + Alt + F1 I get a screen that says: FATAL: Error inserting uvesafb (/lib/modules/2.6.32-23-generic/kernel/drivers/video/uvesafb.ko): unknown symbol in module, or unknown parameter (see dmesg)
Ctrl + Alt + F2-F6 all I get is a flashing cursor that won't do anything
View 1 Replies
View Related
Apr 17, 2011
(Opensuse 11.4, nvidia, core2) PROBLEM: cpu goes into C3 powersaving state even on full load (even when disabled from bios) (acpi=off prevents this). opensuse 11.4 kernel ignores boot option processor.max_cstate=2 (option has no effect). cpufreq util should be able to change governor policy to performance, however acpi-cpufreq driver doesn't load: modprobe acpi-cpufreq -> FATAL: error inserting acpi_cpufreq (/lib.../acpi-cpufreq.ko): No such device
View 7 Replies
View Related
Jan 10, 2010
I have a problem with loading the powersaving kernel module p4-clockmod.ko. When I try inserting the module (via modprobe or insmod) I get FATAL: Error inserting p4_clockmod (/lib/modules/2.6.31.8-mediaserver/extra/p4-clockmod.ko): Invalid module format The module has been compiled together with the kernel. Other modules load with no problem at all. I've tried recompiling the kernel (after re-installing the sources, make xconfig from scratch) - no avail. There's only one kernel source package installed. Searching the forum and google didn't yield a helping answer.
View 9 Replies
View Related
Jul 31, 2011
I recently started having this odd behaviour while using and loading cpufrequtils on boot, I don't know if it is happening to someone else.During boot I'm getting( when /etc/init.d/cpufrequtils invokes /etc/init.d/loadcpufreq to load the proper module):
Loading cpufreq kernel modules...FATAL: Error inserting speedstep_centrino (/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq/speedstep-centrino.ko): No such device
FATAL: Error inserting pcc_cpufreq (/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq/pcc-cpufreq.ko): No such device
[code]....
View 2 Replies
View Related
Mar 15, 2010
I'm trying to install the nvidia drivers but it is not working.
lspci | grep VGA
02:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX - nForce GPU] (rev a3)
My xorg.conf looks like this:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
[code]...
And after that my X is not working. And when i try sudo modprobe nvidia I get this:
FATAL: Error inserting nvidia (/lib/modules/2.6.26-2-686/nvidia/nvidia.ko): No such device
View 2 Replies
View Related
May 3, 2010
I want to turn an old (2004) compaq computer into a webserver using debian. 2.8ghz celeron, 756mb ram, 80gb IDE HD.I installed debian through the first DVD, without laptop and desktop environments, and did a guided partition.This is the second time this problem has occurred, at first i thought i would try re-installing, but no avail.
As soon as i turn the computer on, i get a grub loader screen with two options, Debian or single user debian. Both choices present same issue. Once i select either one, it seems to load then says "fatal: error inserting fan: no such device." Continues to load, and then "fatal: error inserting thermal, unknown symbol in module"Continues to load then "volume group ***** not found, volume group ***** not found" "enter pass phrase to unlock disk" I enter the pass phrase. "Successful" then a bunch of stuff loads and hangs at "end trace de8............" And it won't let me type anything or do anything except hit the power button.
View 4 Replies
View Related
Jan 15, 2011
I have installed torcs (using sbopkg) and the dependencies plib, OpenAL, and freealut. On running it I get
Quote:
GLUT: Fatal Error in torcs-bin: failed to create OpenGL rendering context.
I am not sure if it is relevant but this is xorg.conf
Quote:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder62) Tue Jul 28 19:48:57 PDT 2009
Section "ServerLayout"
[code]....
View 9 Replies
View Related
Sep 3, 2009
I'm trying to install the ip_tables module on a xen vps without success.This is what I've done and the error message I'm receiving:
[peter@sql0 ~]$ uname -a
Linux sql0 2.6.18-128.4.1.el5xen #1 SMP Tue Aug 4 20:51:12 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
View 1 Replies
View Related
Jan 31, 2011
I am having a problem while inserting a particular module.
Following are some prints :-
I am using STLinux-2.4 Distribution, kernel 2.6
I have changed the access permissions on all the .ko as rwx. Still I am getting the problem.
View 2 Replies
View Related
Sep 1, 2011
I need help creating an iptable rule. The iptables are installed on my router. My router also connects to a "hide my a**" vpn account
at 79.142.65.5:443 The goal is to somehow force the traffic to go through the vpn, because what sometimes happens is, the vpn connection drops (for what ever reason) and my real ip becomes exposed. Basically, I want to block "myself" from accessing the Internet when not connected to the vpn because of privacy concerns.
Below is my iptables. It has the 3 default chains and it also has many custom user chains. I need to know what kind of a rule to add, What interface to apply it to (lo,tun0,br-lan,eth1) and the correct chain to insert into.For example, you could tell me something like:
Quote:
FORWARD chain, change rule 1 to
iptables -R FORWARD 1 -j zone_wan_MSSFIX -p tcp --destination-port 443 -i eth1
Obviously, That was just a guess, I need someone that knows iptables to help me.
Code:
Chain INPUT (Policy: ACCEPT)
Rule # Traffic Target Prot In Out Source Destination Options
Rule 1 72.95 KB DROP all * * 0.0.0.0/0 0.0.0.0/0 state INVALID
Rule 2 1.11 GB ACCEPT all * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
[code].....
View 3 Replies
View Related
May 31, 2011
Ive been messing around on a Solaris box, installing precompiled lib/programs from the repos by extracting them and placing them in my home dir. It seems everything ive tried sofar works, except for irssi. I get the following error:
$ ~/bin/irssi
ld.so.1: irssi: fatal: relocation error: file /export/home0/leem2/bin/irssi: symbol boot_DynaLoader: referenced symbol not found
Killed
I have run:
$ ldd /export/home0/leem2/bin/irssi
and it has no missing libs
View 1 Replies
View Related
Mar 27, 2011
when installing Wine I got the message 'Fatal error loading rundll32.exe'. keep it simple, I'm a newbie.
View 1 Replies
View Related
Jun 29, 2010
I am developing palm in my ubuntu 10.04 . unfortunately i have install a empty palm file. now i can not remove it or remove the virtual box. because it gives this error
View 3 Replies
View Related
Feb 19, 2011
I am trying to upgrade my NAS with anew toolchain, gcc-4.5.2. The NAS have been "hacked" fonz_plug, that contain a gcc version 4.1.3 with uClibc. I have download all needed tar files and done the following.My goal is to upgrade the gcc to 4.5.2 and replace the ucLibc on the system with a GNU libc.
# Pass one
#
# binutils
./configure --prefix=/ffp --libdir=/ffp/lib --includedir=/ffp/include --with-gmp=/ffp --with-mpfr=/ffp
But when I try to compile the gcc with
../configure --prefix=/ffp --libdir=/ffp/lib --includedir=/ffp/include --enable-__cxa_atexit --with-float=soft --enable-languages=c,c++ --with-build-sysroot=/ffp --with-build-time-tools=/ffp/bin --with-system-zlib --enable-threads=posix --disable-bootstrap
[Code]...
View 6 Replies
View Related
Apr 3, 2010
I'm trying to run backtrack from a usb drive on my netbook. Upon loading it, i get "Fatal server error: no screens found".
View 1 Replies
View Related
Jun 24, 2011
I just installed Red Hat Linux Professional 8.0 in my VMWare, but I do not know how to start X Windows. I have tried to type "startx" on "RUN", but I get error message: Fatal Server error Server already active for display 0. If this server is no longer running, remove tmp/.X0-lock and start again.
View 1 Replies
View Related
Nov 2, 2010
I am trying to change the IP address of the traffic that has been stored. I have tried different commands:
[code]...
however, either from these two commands end up with a following error:
[code]...
when I searched for a solution and generic commands I used those two websites: website1 website2 Commands have been tested using a casual user account as well as a privileged one (root).
View 1 Replies
View Related
Jan 1, 2011
I have this old box that I used at school that I wanted to re-purpose and use. So i decided to that I wanted to run xp, ubuntu studio and slackware so I can learn about linux and do some other things with xp. I think I got through the installatiosa all fine and dandy, and I installed grub for my boot loader, I can boot into studio and xp, but I cant get into slackware. the grub boot menu is sorta funky too, it shows a generic and recovery mode for studio which is fine, and then another option for xp, some memory test boot option, but then for slackware it shows "Slackware Linux (Slackware 13.1.0) (on /dev/sda4) four times in a row. If I select any of them they all end up with some error; the third SW [slackware] option down the list of the repeated 4 allows me to sign into root, but when I type "startx" i get :
(EE) intel(0): No kernel modesetting driver detected
(EE) Screen(s) found, but none have a usable configuration
Fatal server error: no screens found
but thats with a lot of other text above that. if you need any more details, please dont hesitate to request for them. I'm going to take some time and cool down. I'm trying to get these three OSes running from one HD. I've partitioned the 80 gig drive as follows
Primary 40 G NTSF for XP
Primary 2G Linux Swap
Primary 16G Slackware
Primary 18 U Studio
Primary
View 21 Replies
View Related
Mar 4, 2011
Im sure that this issue is pretty old and you get some results from forums when you google it, but I cant seem to find the solution : When I boot my system ( its duel boot , win7 / Slackware 13.1 ) the message : L 99 99 99 pops up. I know this has to do with the MBR, When I looked online this is what people were told to do:
[Code]///
View 6 Replies
View Related
Mar 24, 2011
I am running Red Hat with 2.6.18-194.8.1.el5PAE kernel version. I am trying to run encryptfs to encrypt a partition on my hard drive. One of the kernel modules necessary is the md5.ko. I noticed it wasn't loaded in when doing an lsmod. I tried running modprobe md5 and it fails to load:
[root@ ~]# /sbin/modprobe -v md5
insmod /lib/modules/2.6.18-194.8.1.el5PAE/kernel/crypto/md5.ko
FATAL: Error inserting md5 (/lib/modules/2.6.18-194.8.1.el5PAE/kernel/crypto/md5.ko): Invalid argument
I ran dmesg and grepped for md5, but I didn't see anything in there.
View 1 Replies
View Related
Apr 15, 2011
I am tiring to insert a parallel port module into the kernel when i received this error.
[root@localhost paralelport]# ls
a.out light.c Module.markers parlelport.c parlelport.mod.c parlelport.o
light Makefile Module.symvers parlelport.ko parlelport.mod.o
[root@localhost paralelport]# make
make -C /lib/modules/2.6.18-128.el5/build M=/home/backup/parallal/paralelport modules
make[1]: Entering directory `/usr/src/kernels/2.6.18-128.el5-i686'
[Code]...
View 1 Replies
View Related
May 22, 2009
I've upgraded my raid array, and to make it boot I had to regenerate the initrd image (the root was on the raid drive)using
mkinitrd <img file> <kernel version>
after that at boot i always receive this error:
error inserting /lib/raid456.ko: -1 file exists
View 1 Replies
View Related
May 27, 2009
Just installed Fedora 10 and am wondering about iptables. I had ip6tables on and I removed it. When browsing the modules for iptables.......I can find iptables_nat and ptables_mangle, but I cannot find iptables_filter or ip_tables
View 5 Replies
View Related
Jun 5, 2011
1)NOT USING MMCONFIG
2)insmod Error inserting `/lib/raid456.ko` -1 File Exist
Dell PowerEdge T110 with 4sata Controllers with Centos2.6.18-238.9.1.el5xen installed .
Code:
/boot on /dev/md0
/ on /dev/md1 Regards
View 7 Replies
View Related
Jan 16, 2010
insmod: error inserting 'kernel.ko': -1 Invalid parametersI am getting this error when i am try to insert kernel.ko into kernelMy systemfedora 12 with gcc 4.4.2insmod kernel.koinsmod: error inserting 'kernel.ko': -1 Invalid parametersmy program
__________________kernel.c________________________ ___________
#include <linux/module.h> /* Needed by all modules */
#include <linux/kernel.h> /* Needed for KERN_INFO */
[code].....
View 4 Replies
View Related
Jun 29, 2011
When I am trying to run the Xserver using the command startx I am getting the below mentioned error
xauth: creating new authority file /oracle/oracle10g/.serverauth.22555
Fatal server error:PAM authentication failed, cannot start X server. Perhaps you do not have console ownership?
[code]....
View 2 Replies
View Related