Server :: Error - Iptables: Unknown Error 18446744073709551615

Feb 9, 2010

When i try to add value 150 on portflood section of csf,i get following error:

iptables: Unknown error 18446744073709551615 PORTFLOOD tcp opt -- in !lo out * 0.0.0.0/0 -> 0.0.0.0/0 tcp dpt:80 state NEW recent: UPDATE seconds: 5 hit_count: 150 name: 80 side: source

Error: iptables command [/sbin/iptables -v -A INPUT -i ! lo -p tcp --dport 80 -m state --state NEW -m recent --update --seconds 5 --hitcount 150 --name 80 -j PORTFLOOD] failed, at line 996

how is limitation with ip_recent where highest value for hit_count is 20,and how i need to modify and recompile ip_recent.But i was not able find anything about either modify or recompiling that module.I have cent os 5.4 64 bit,iptables are installed over yum.Also i have 4 servers with completely identical configuration,yet on two servers portflood works while on other two it reporting that error.Maybe it was different install cd which caused this,but again i dont know why this doesnt work since iptables version are indetical.

View 1 Replies


ADVERTISEMENT

Networking :: Iptable Rule Don't Work - Error "18446744073709551615"

Apr 11, 2010

I have problems with iptables :

[root@server7 ~]# iptables -I INPUT -p tcp --syn -m recent --set
[root@server7 ~]# iptables -I INPUT -p tcp --syn -m recent --update --seconds 10 --hitcount 30 -j DROP
iptables: Unknown error 18446744073709551615
[root@server7 ~]#

I need stopping a SYN ddos attack... but iptable rule don't work...

View 9 Replies View Related

Server :: Host Unknown Error:Sendmail / Stat=Host Unknown (Name Server: Def-fgh.com.: Host Not Found)?

Sep 8, 2009

Many of mails sent from my mail server that are in Queue;The main reason is deffered by domains like yahoo,aol,etc.but there is one more error that i keep getting and that is Host Unknown,Below is an example from mail log,The catch is,test mail sent on the same email id sent from my personal mail from the same server i.e. url was deliveredHowever,another mail containing client information sent from customercare@mycompanysdomain ended up in queue.

There are more examples of the same,around 20 domain have the same problem.

Sep 7 14:33:46 server2 sendmail[24591]: n8793jiC024589: to=<abc@xyz.fi>, delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=163672, relay=xyz.fi., dsn=5.1.2, stat=Host unknown (Name server: xyz.fi.: host not found)

Sep 7 22:09:42 server2 sendmail[6407]: n87Gdffa006403: to=<abc@def-fgh.com>, delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=152474, relay=def-fgh.com., dsn=5.1.2, stat=Host unknown (Name server: def-fgh.com.: host not found)

View 2 Replies View Related

Ubuntu :: Error - The Configuration Could Not Be Saved - An Unknown Error Occurred

Oct 4, 2010

Whenever I try to change a user full name, through System / Administration / Users and Groups, I get the following error: The configuration could not be saved - An unknown error occurred. Running Ubuntu 10.04.1 LTS 64 bit, freshly installed.

View 2 Replies View Related

CentOS 5 Server :: Unknown User Error With Postfix?

Mar 22, 2011

why no matter what email I send to a user I get this error relay1 postfix/local[4023]: 75941291D4: to=<username@domainname.com>, relay=local, delay=0.14, delays=0.07/0.02/0/0.05, dsn=5.1.1, status=bounced (unknown user: "username")

View 2 Replies View Related

Fedora :: Evolution - Error While Sending Message. Failed To Append To : Unknown Error Appending To Local 'Sent' Folder Instead

Jan 28, 2011

When I send mail via Evoultion it does seem to send ok but still the following error message comes up: Error while sending message. Failed to append to : Unknown error Appending to local 'Sent' folder instead. Not sure what's up with that but thought I would mention it.

View 3 Replies View Related

Fedora :: IPtables Creates An Error During Startup - Applying Firewall Rules: Iptables-restore: Line 21 Failed

Jul 17, 2010

IPtables creates an error during startup as well as when I try to restart it: Here's the output of:

[Code]....

View 11 Replies View Related

Debian :: Transmission 1.22 Stopped Downloading \ Get An Error Message Tracker Responded: Unknown Error (0) In The Info Window, Tracker Tab?

Nov 14, 2010

I have a problem with Transmission. After using it for over six months without a single problem, it suddenly stopped downloading. In the torrents that do no get downloaded, I get an error message Tracker responded: Unknown error (0) in the info window, tracker tab. But there are torrents with the same tracker that don'thave a problem and get downloaded fineThe logs don't give a clue about whats wrong either.I tried downloading those torrents with Vuze and I had the same problem. What could be wrong?

View 2 Replies View Related

Ubuntu Installation :: Grub Error: Unknown Filesystem And Grub Error: No Such Disc

Nov 23, 2010

I have a dual boot system with ubuntu 9.10 x64 and Windows 7. Everything has been working fine for a a long time but yesterday I tried to delete an unused partition through the Disk Utility in ubuntu (System->Adminstration->Disk Utility) and everything was messed up. I used to get the "Grub error: Unknown filesystem". I managed to create an ubuntu bootable usb and followed some tutorials for fixing grub but all i managed to do is to get another error: "Grub error: No such disc". After some experimentation i got
"Grub stage 1.5" which gave me a grub> command prompt./dev/sda is the drive containing Windows and Ubuntu.

Code:

[ Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Grub 0.97 is installed in the MBR of /dev/sda and looks on the same drive
in partition #6 for /boot/grub/stage2 and /boot/grub/menu.lst.

[code].....

View 5 Replies View Related

CentOS 5 Server :: VsFTP Iptables Wont Start Get Error - CentOS 5.5

May 11, 2011

i am currently trying to install vsFTP onto my new linux server and btw i just started using linux today this is my first time using linux so i got the ftp installed good it got downloaded and everything then i went to open a port for my server for vsFTP i used this comand to open it "-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 21 -j ACCEPT" then i closed it by pressing ESC then :wq! and it brought me back to my comand line again so now when i try to start the ip table thing with the comand "service iptables start" then when i execute that comand putty respondes with this "Applying iptables firewall rules: iptables-restore: line 1 failed [FAILED]"

The install Guide im using: [URL]

View 5 Replies View Related

Server :: Iptables Error "unrecognized Service"

Aug 3, 2011

root@linux-laptop:/home/linux# service iptables status iptables: unrecognized service

View 5 Replies View Related

Ubuntu :: 'Unknown Error: 'loadfont'

Aug 29, 2010

when I try to boot up Ubuntu, I get an error 'Unknown error: 'loadfont'

And then it restarts. I installed with Wubi, so can't boot with livecd. Any work arounds found?

View 3 Replies View Related

Ubuntu :: Error: Unknown Filesystem?

Mar 22, 2011

having a bit of a problem here. I woke up this morning, and my computer was froze. It does this from time to time, the monitor won't respond and wake up, flashing lights in the keyboard etc. Well anyways, I turned it off, then turned it back on, and it says:

Code:
error: unknown filesystem
grub rescue >

[code]....

View 8 Replies View Related

Programming :: Error: Unknown Register Name '%eax' In 'asm'?

Mar 15, 2011

An error occur when I compile my inline assemble code with a alpha/linux cross compiler.code:

Code:
#define CPU_ID(cpu_iid)
__asm__ __volatile__ (

[code]....

View 2 Replies View Related

Red Hat :: DNS Error In RHEL 5.1 - Unknown RR Type

Jul 15, 2010

I am doing the DNS configuration for the first time. Error in named configuration:

zone localdomain/IN: loaded serial 42
zone localhost/IN: loaded serial 42
zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700
file1:9: unknown RR type 'example.com.'
file1:11: unknown RR type 'red.exmple.com.'
zone example.com/IN: loading master file file1: unknown class/type
[Code]....

View 1 Replies View Related

Slackware :: JDK Error (Unknown Source) What To Do

Apr 26, 2010

I compiled and installed a new visual traceroute program on my laptop running Slackware 12.1, the program is called GTrace. After an initial ./configure attempt, the program said that I had to install the JDK package. I installed <jdk-6u11-i586-1.tgz> and reconfigured, then make and make install, (I also added a required BerkleyDB <db-2.7.7.tar.gz> file to the install directory, as per the webpage instructions). Now when I try to run the program, it attempts to start ( a window appears onscreen and then just stops and sits there). I then ran the program in the command line and this is the output:

Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/GTrace/libdb/libdb_java.so: /usr/local/GTrace/libdb/libdb_java.so: undefined symbol: __gxx_personality_v0
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.sleepycat.db.Db.load_db(Db.java:248)
at com.sleepycat.db.Db.<clinit>(Db.java:263)
at com.sleepycat.db.DbEnv.<clinit>(DbEnv.java:173)
at caida.GTrace.GTrace.initGTrace(GTrace.java:444)
at caida.GTrace.GTrace.<init>(GTrace.java:271)
at caida.GTrace.GTrace.main(GTrace.java:1597)

I searched google for this error and found one user that had a similar output in another program, but after reading the other forum, I have no idea what they were talking about or how to fix this up. How I may overcome this JDK error to be able to run the visual traceroute program.

View 2 Replies View Related

Ubuntu Installation :: Server On Microsoft Virtual Server - Error: Hypervisor Error.JPG

Sep 8, 2010

I've been trying to install Ubuntu Server onto Microsoft Virtual Server at the request of my boss, and I've been having an issue I cannot seem to work around. Now my background on Ubuntu and linux in general isnt amazing, I have configured server at home to act as a file sharing platform and a media server, but thats about it.

Now I've gone to install it on the MVS at work and once the install completes, I recieve the following error: Hypervisor error.JPG

I've tried running the install but limiting the resolution, but from what I can rememeber server doesnt install the GUI to start with, so it should just be showing me the standard CLI.

View 1 Replies View Related

Fedora :: Konqueror Unknown Host Error

Jul 25, 2011

When I open Konqueror, on Fedora 15 KDE, it opens to the default Start Page just fine. When I try to visit any other website, it gives me an Unknown Host Error. The documentation I found for KDE just said that if I get that error, it means that either the website does not exist or I am not connected to the internet, but I'm quite sure I'm connected to the internet.

View 6 Replies View Related

OpenSUSE :: Virtual Box Error - Filesystem Unknown

Mar 22, 2011

I am experiencing a problem with virtual box 4. Did an install from binary, and everything went ok and virtual box launches, but once I have created the virtual disk and the want to run it, I get an error, and the log says that it has to do with the ext4 filesystem and has a known kernel bug. How does one go about sorting this out. Here with the log from virtual box.

00:00:00.654 VirtualBox 4.0.4 r70112 linux.x86 (Feb 17 2011 17:29:29) release log
00:00:00.654 Log opened 2011-03-22T15:50:28.174435000Z
00:00:00.654 OS Product: Linux
00:00:00.654 OS Release: 2.6.34.7-0.7-desktop
00:00:00.654 OS Version: #1 SMP PREEMPT 2010-12-13 11:13:53 +0100
00:00:00.654 DMI Product Name: HP Pavilion dv6700 Notebook PC
00:00:00.654 DMI Product Version: Rev 1
00:00:00.655 Host RAM: 1988MB RAM, available: 1595MB .....

Then tried moving the vbox files to my home partition which is ext3, but it says that file system is unknown, again herewith log:
00:00:00.589 VirtualBox 4.0.4 r70112 linux.x86 (Feb 17 2011 17:29:29) release log
00:00:00.589 Log opened 2011-03-22T16:06:15.412283000Z
00:00:00.589 OS Product: Linux
00:00:00.589 OS Release: 2.6.34.7-0.7-desktop
00:00:00.589 OS Version: #1 SMP PREEMPT 2010-12-13 11:13:53 +0100
00:00:00.589 DMI Product Name: HP Pavilion dv6700 Notebook PC
00:00:00.589 DMI Product Version: Rev 1
00:00:00.590 Host RAM: 1988MB RAM, available: 1476MB .....

View 8 Replies View Related

OpenSUSE Install :: Error - Module Is Unknown - How To Fix It

Apr 20, 2010

After installing ncl 2 sp2, I restarted my computer. Now when I try to login I am getting the following error:Module is unknown. I am running openSuse 11.2 64-bit.

View 2 Replies View Related

OpenSUSE Wireless :: SIOCSIFFLAGS: Unknown Error 132

Mar 16, 2010

It's been a while since ive run any Linux OS, but after reading about Osuse, i decided to partition my drive and check it out. Just downloaded and installed OpenSUSE. I have access to internet via my hard wired lan port, but wireless has me confused. Dell D600.I have allowed all updates to install, and added my wireless connection using KDE Control module. When i hit the scan button the scan box appears but nothing is picked up. My router is linksys, and its wide open (no encryption, nor hidden).

lspci
02:03.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 02)

[code].....

View 9 Replies View Related

OpenSUSE Wireless :: RTNETLINK : Unknown Error 132

Jun 26, 2011

I have a laptop Compaq cq60 and once I installed opensuse 11.1 64 with a Atheros AR5001 wifi card (pci). It worked and connected to several wap at home and abroad with no problem. I upgrade the laptop with a clean install to OpenSuSE 11.4 (also x86_64).Now when I try to bring the interface up a strange message appears. Moreover! I had the same problem with a Netgear usb wifi dongle!A Realtek completely different chipset. Before the problems a small explanation of the setup.

The module for the Atheros is loaded with no problems.I already tested rmmod ath5k and rmmod ath and then modprobe ath5k ... no problems whatsoever.The same happens for the NetGear usb wifi dongle! It is immediately recognized as soon as the module is inserted and the module loaded.I also checked this with lsudev and lshal ... I could not see any problems there ... I do not use NetworkManager as my experience tells me it is better to first configure on cli and then move to the graphical interface when things are working conveniently.

So both internal and usb wifi cards are detected and the respective modules loaded with no problems.They are both configured in yast to be activated manually and they both have the wep key and essid. I connect to a Asuswl500g WAP with wep encryption just to start.

When I try to bring up any of those wifi interfaces I get this error :

ifup wlan0
wlan0 device: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
wlan0 starting wpa_supplicant

[code]....

View 4 Replies View Related

Ubuntu :: Error: Incorrect Format: Unknown Tag

Jan 10, 2010

I've been trying to solve this problem for DAYS now, without any progress. I've searched the forums for a long time before even starting this thread. So now I need help, PLEASE. I don't want to have to use WINDOWS in order to sync my phone with my computer, that's crap and there has to be a way. I have Ubuntu 9.10 and I'm trying to sync my LG Versa VX960V07. When I plugged it in to begin with, it was set on Auto-Sync Music, and the phone showed that it was connecting to the computer. I set it on Data-Sync and nothing happened when I plugged it in. I set it to Ask on Plug-in, and again nothing happens, and the box on my phone that says "Sync Data; Sync Music" does not pop up like it does when using windows.

First I tried installing a bunch of different music programs, Songbird, Amarok, K3B, etc and none of them work with my phone. I can't even install the MTP add-on for songbird, it's not supported under linux. Then I tried sudo apt-get install mtp-tools, which worked. Then MTP-detect, which showed no device. I also tried the command for searching for drives attached. And it did not show a USB drive attached. My computer simply does not detect my phone.

Then I tried this:

[URL]

Installing BitPim, which does not support the LG Versa, but the new 1.0.7 testing branch does. So I followed the tutorial on that page, installing Alien and trying to convert the RPM to DEB. I don't even know what these commands mean, I'm not a linux Guru, but I'm learning. I tried everything and spent like 3 hours going through this tutorial to no avail. Is it suppose to create a .deb file where the RPM is? If so it doesn't work, and it won't launch BitPim for me. I have no idea what's going on. When I try:

sudo alien -ic ~/Downloads/bitpim-1.0.7.20090805-0.i386.rpm

I get:

error: incorrect format: unknown tag
dpkg --no-force-overwrite -i bitpim_1.0.7.20090805-1_i386.deb
(Reading database ... 175361 files and directories currently installed.)
Preparing to replace bitpim 1.0.7.20090805-1 (using bitpim_1.0.7.20090805-1_i386.deb) ...
Unpacking replacement bitpim ...
Setting up bitpim (1.0.7.20090805-1) ...

The "error" I get, I don't know what it means, but either way, this isn't working. I'm getting so frustrated with this and the forums are my last hope before I install Windows again. I really don't want to admit defeat and use windblows.

View 3 Replies View Related

Ubuntu :: Grub Error :unknown Filesystem?

Feb 25, 2010

i have changed from windows xp to ubuntu 9.10 in monday but yesterday i turned my pc on and when i get in my session all get freeze, i waited for an hour and it was the same so i turned it off pressing the on/off button of the cpu, when i restarted it it saysGrub loading...Grub failed: unknown filesystemGrub rescuei dont knoe what to do.PD:i removed windows, only ubuntu is in the PC

View 3 Replies View Related

Ubuntu :: Can't Burn CDs - An Unknown Error Occurred

Apr 10, 2010

I can play CDs and DVDs but when I try to burn a music CD I get:

error while burning

an unknown error occurred

when the CD is finalising. As data has been written to the CD, but not finalised, each time I try I use another CD.

I've used Brasero and whatever the default burner in 9.10 is with the same result. If I boot in Win7 I can burn CDs.

View 9 Replies View Related

Ubuntu Installation :: Error: Unknown Filesystem - How To Fix It

Jul 14, 2010

I have a laptop with windows7 and ubuntu installed. When I installed Ubuntu it created 4 partitions (2 for swap and 2 for ubuntu). Yesterday, a friend of mine deleted one of the partitions (swap+linux) because they weren't being used (weren't even mounted) and he thought I could use the free space. I kept on using the laptop but today I had to reboot it. Instead of getting the usual grub menu I got this:

Code:

error: unknown filesystem.
grub rescue>

I tried using the solutions I found in lots of posts related with this matter but I couldn't fix it. What I tried was this:

Code:

#show you the available partitions
ls
#look for boot files on the partitions
ls (hd0,1)/boot

[code]....

The problem is that it doesn't recognise the commands 'linux', 'boot' or 'initrd'...

View 3 Replies View Related

Ubuntu :: Unknown Error When Starting Up Computer

Dec 3, 2010

Last week my computer crashed while using Adobe flashplayer, when I restarted my computer I get a black screen with an error message:

View 2 Replies View Related

Ubuntu :: Unknown Error Printing With CUPS

Feb 17, 2011

I have Ubuntu LTS 10.04.2 x86-64 running with default Cups installed. Now I am trying to print on a Canon iRC1021i network printer using a x64 PPD file. Trying to print a test page delivers a "server-error-internal-error".

After this I ran the debugging mode which delivered the troubleshooting.zip file.

View 8 Replies View Related

Ubuntu :: Error 'failed Due To Unknown User Id'

May 24, 2011

i have ubuntu 10.10 but now i have problem to access it so i boot from my live CD this what i get in checkcdfordefects.png when i select Try Ubuntu without any change to your computer that i get logo of ubuntu and take long time to load and not see desktop when press esc this error that i get GLib-WARNING **: getpwuid_r(): failed due to unknown user id (0)

remark
in bootf4.png
F4.mode

i don't have option safe Graphics Modes i need to acess Try Ubuntu but i don't know what problem?

View 2 Replies View Related

Software :: .wma In Suse - Error Of Unknown Codec

Feb 10, 2009

I want to play some tracks of .wma suffix in opensuse 11.0. But it gives me an error of unknown codec!

When I try to install the needed codec it fails.

How to play such files.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved