PHP Warning: Module 'SQLite' Already Loaded In Unknown On Line

Jun 16, 2008

[16-Jun-2008 17:13:17] PHP Warning: Module 'SQLite' already loaded in Unknown on line 0
[16-Jun-2008 17:13:17] PHP Warning: Module 'pdo_mysql' already loaded in Unknown on line 0

I'm getting this a lot lately on some of my websites with DB in use

Using a cpanel/centos box with mysql 5 and php 5

View 2 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Module IonCube Loader Already Loaded In Unknown On Line 0

Sep 2, 2014

After successful upgrade PHP, and not successful with ioncube i get:

Failed loading /usr/lib/php/modules/ioncube_loader_lin_5.4.so: /usr/lib/php/modules/ioncube_loader_lin_5.4.so: cannot open shared object file: No such file or directory
PHP Warning: Module 'ionCube Loader' already loaded in Unknown on line 0
The ionCube PHP Loader is disabled because of startup problems.
PHP Warning: Module 'ionCube Loader' already loaded in Unknown on line 0
The ionCube PHP Loader is disabled because of startup problems.
PHP 5.4.32 (cli) (built: Aug 21 2014 07:33:35)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
with the ionCube PHP Loader v4.6.1, Copyright (c) 2002-2014, by ionCube Ltd., andClick to expand...

View 4 Replies View Related

Warning: Unknown: Failed To Open Stream: Permission Denied In Unknown On Line

May 8, 2009

I have set up my Virtual Private Server and uploaded all my site's files to /var/www folder. Before that, there was an old simple 'index.html' file

Code:
<html>
<head>
<title>INDEX</title>
</head>
<body>
<h1>IT WORKS!!!!</h1>
</body>
</html>
and when I typed the address www.mydomain.com it displayed correctly. Then I deleted this html and uploaded my files through FTP and now the browser says :

Code:
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0

Fatal error: Unknown: Failed opening required '/var/www/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0

View 13 Replies View Related

Warning: Unknown Iptable Module: Ipt_owner, Skipped

Jul 25, 2007

ssh user don`t work i go to command center and run wget .... and vps take Warning: Unknown iptable module: ipt_owner, skipped i use of hypervm(openvz)

View 7 Replies View Related

Module 'eAccelerator' Already Loaded

Oct 28, 2009

how I can get rid of this?

Code:
[28-Oct-2009 16:01:08] PHP Warning: Module 'eAccelerator' already loaded in Unknown on line 0

View 4 Replies View Related

Unknown Iptables Module

May 28, 2009

I've bought a basic unmanaged VPS, purely to learn things from it. The best way to learn imo is to hammer the hell out of things, break it, then try to fix it. Anyway, I think I'm part way there, pretty sure I've broken something

When I start the consoleSSH I get this at the top:

Warning: Unknown iptable module: xt_NFQUEUE, skipped
Warning: Unknown iptable module: xt_mark"IPTABLES="ipt_REJECT, skipped
Warning: Unknown iptable module: xt_NFQUEUE, skipped
Warning: Unknown iptable module: xt_mark"IPTABLES="ipt_REJECT, skipped
Warning: Unknown iptable module: xt_NFQUEUE, skipped
Warning: Unknown iptable module: xt_mark, skipped

Any ideas what's causing it and how I can fix it? ..............

View 5 Replies View Related

Warning: Unknown(): Write Failed: No Space Left On Device (28)

Jun 26, 2008

Warning: Unknown(): write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
I am getting this error on my site. I have googled this error and it is telling me it relates to a /temp/ folder of some form. I am currently on a hosting plan (not a dedicated server). Is there ANY way I can access to fix this problem either from my control panel or by code?

View 4 Replies View Related

Plesk 12.x / Linux :: Command Line CLI DNS Template Changes Warning

Jul 23, 2015

I'm using this script as a cron to generate DKIM keys for the domains I have. It's an easy script. And it does it's job just OK. I have the necessary software installed and configured.

The way it works is:

The script check if the domain in queue has a record for it. If it doesn't, OpenDKIM generates a one time DKIM record for mail._domainkey that I am entering to my dns records for all the domains I have.

After creating the DKIM record, it checks and deletes mail._domainkey records if there's any. Then adds the generated DKIM to plesk dns zones and disables/enables greylisting to create the appropriate dns entry.

If it does have a DKIM recors on the hdd already, then it removes

mail._domainkey​and
TXT o=-​entries.

After that it basically adds the already generated DKIM record and it disables/enables the greylisting for each domain in order to recreate "TXT o=-"

Up till here, it works fine. I can see these entries when I check the DNS Settings. They are there.

But whenever I run this script either via cron or manually, I get an error message on my panel: (You can check the screenshot as well)

Code:

Warning: The DNS zone was modified. If you would like to apply DNS template changes to this zone, either click the 'Apply DNS Template Changes' button on this page or choose the 'Apply the changes to all zones' option in Server Administration Panel > Tools & Settings > DNS Template Settings > Apply DNS Template Changes.

And unless I manually click "Apply DNS Template Changes" for EVERY SITE it doesn't go away.

So, I was wondering, is there a way to scriptize that command? Or how to prevent it?

This is the command I use to generate DKIM and add it to Plesk database, also if any such record exists, delete and re-write it:

Code:

#!/bin/sh
ADMIN_PASS=`cat /etc/psa/.psa.shadow`
MYSQL_BIN_D=`grep MYSQL_BIN_D /etc/psa/psa.conf | awk '{print $2}'`
mysql="${MYSQL_BIN_D}/mysql -N -uadmin -p${ADMIN_PASS} psa"

query="select name from domains;"
domains=`echo $query | $mysql `
for i in ${domains}; do
echo "Processing $i"

[Code] ....

View 4 Replies View Related

Ffmpeg :: Cannot Open Shared Object File: No Such File Or Directory In Unknown On Line 0

Mar 6, 2008

Rapidly growing error logs showing the same message

$ug-non-zts-20020429/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20020429//usr/local/lib/php/extensions/no-debug-non-zts-20020429/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0

root@server [~]# ls /usr/local/lib/php/extensions/no-debug-non-zts-20020429
./ ../ eaccelerator.so*
root@server [~]# ls /usr/local/lib/php/extensions/no-debug-non-zts-20020429
./ ../ eaccelerator.so*

Using cpanel 11 / centos 4

View 1 Replies View Related

Grsec WARNING: No Module Mptscsi Found For Kernel 2.6.22.9-grsec,

Mar 27, 2008

I see the following error, while trying to compile kernel with grsec.

WARNING: No module mptscsi found for kernel 2.6.22.9-grsec, continuing anyway

how to fix this or is it ok to reboot?

More details
#################
[root@server3 linux-2.6.22.9]# make install
sh /usr/src/kernels/linux-2.6.22.9/arch/i386/boot/install.sh 2.6.22.9-grsec arch/i386/boot/bzImage System.map "/boot"
WARNING: No module mptscsi found for kernel 2.6.22.9-grsec, continuing anyway

[root@server3 linux-2.6.22.9]# lsmod
Module Size Used by
ipt_TOS 6465 14
ipt_TCPMSS 8129 1
ipt_state 5953 7
ip_conntrack_ftp 76529 0
ip_conntrack_irc 75633 0
ipt_LOG 10177 12
ipt_recent 12497 0
ipt_limit 6465 18
ip_conntrack 46085 3 ipt_state,ip_conntrack_ftp,ip_conntrack_irc
ipt_multiport 6081 0
iptable_mangle 6849 1
ipt_REJECT 10689 42
loop 20681 2
iptable_filter 6977 1
ip_tables 22721 10 ipt_TOS,ipt_TCPMSS,ipt_state,ipt_LOG,ipt_recent,ipt_limit,ipt_multiport,iptable_mangle,ipt_REJECT,iptable_filter
md5 8129 1
ipv6 243553 32
parport_pc 28033 0
lp 15661 0
parport 38025 2 parport_pc,lp
autofs4 26053 0
sunrpc 144037 1
dm_mirror 31557 0
dm_mod 67177 1 dm_mirror
joydev 14465 0
button 10705 0
battery 12997 0
ac 8901 0
ohci_hcd 24273 0
ehci_hcd 32325 0
k8_edac 19173 0
edac_mc 28297 1 k8_edac
tg3 106437 0
ext3 120137 4
jbd 60121 1 ext3
sata_svw 12229 0
libata 106141 1 sata_svw
mptscsih 5569 0
mptsas 24661 5 mptscsih
mptspi 14033 1 mptscsih
mptscsi 42449 2 mptsas,mptspi
mptbase 67361 3 mptsas,mptspi,mptscsi
sd_mod 20801 6
scsi_mod 120909 5 libata,mptsas,mptspi,mptscsi,sd_mod

[root@server3 linux-2.6.22.9]# cat /etc/modprobe.conf
alias eth0 tg3
alias eth1 tg3
alias scsi_hostadapter mptbase
alias scsi_hostadapter1 mptscsi
alias scsi_hostadapter2 mptspi
alias scsi_hostadapter3 mptsas
alias scsi_hostadapter4 mptscsih
alias scsi_hostadapter5 sata_svw
alias usb-controller ehci-hcd
alias usb-controller1 ohci-hcd

[root@server3 linux-2.6.22.9]# cat /etc/redhat-release
CentOS release 4.6 (Final)

[root@server3 linux-2.6.22.9]# uname -a
Linux server3.name 2.6.9-67.ELsmp #1 SMP Fri Nov 16 12:48:03 EST 2007 i686 athlon i386 GNU/Linux
[root@server3 linux-2.6.22.9]#

[root@server3 linux-2.6.22.9]# lspci
00:01.0 PCI bridge: Broadcom BCM5785 [HT1000] PCI/PCI-X Bridge
00:02.0 Host bridge: Broadcom BCM5785 [HT1000] Legacy South Bridge
00:02.1 IDE interface: Broadcom BCM5785 [HT1000] IDE
00:02.2 ISA bridge: Broadcom BCM5785 [HT1000] LPC
00:03.0 USB Controller: Broadcom BCM5785 [HT1000] USB (rev 01)
00:03.1 USB Controller: Broadcom BCM5785 [HT1000] USB (rev 01)
00:03.2 USB Controller: Broadcom BCM5785 [HT1000] USB (rev 01)
00:04.0 VGA compatible controller: Matrox Graphics, Inc. MGA G200e [Pilot] ServerEngines (SEP1) (rev 02)
00:06.0 PCI bridge: Broadcom HT2100 PCI-Express Bridge (rev a2)
00:07.0 PCI bridge: Broadcom HT2100 PCI-Express Bridge (rev a2)
00:08.0 PCI bridge: Broadcom HT2100 PCI-Express Bridge (rev a2)
00:09.0 PCI bridge: Broadcom HT2100 PCI-Express Bridge (rev a2)
00:0a.0 PCI bridge: Broadcom HT2100 PCI-Express Bridge (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
00:19.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:19.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:19.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:19.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:0d.0 PCI bridge: Broadcom BCM5785 [HT1000] PCI/PCI-X Bridge (rev c0)
01:0e.0 RAID bus controller: Broadcom BCM5785 [HT1000] SATA (Native SATA Mode)
02:01.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1068 PCI-X Fusion-MPT SAS (rev 01)
07:00.0 PCI bridge: Broadcom EPB PCI-Express to PCI-X Bridge (rev b5)
08:04.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5715 Gigabit Ethernet (rev a3)
08:04.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5715 Gigabit Ethernet (rev a3)
[root@server3 linux-2.6.22.9]#

View 3 Replies View Related

SQLite On Your Servers?

Apr 7, 2008

Just doing a little research to see what the support for SQLite is on standard shared hosting setups.

View 3 Replies View Related

Phpmyadmin :: SQLite: Failed To Open/create Session Database

May 12, 2008

Warning: session_start() [function.session-start]: SQLite: failed to open/create session database `/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb' - malformed database schema - unable to open a temporary database file for storing temporary tables in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/session.inc.php on line 86

Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: sqlite (path: /var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/session.inc.php on line 86

I get that error in cPanel when I click to go to phpmyadmin.

View 10 Replies View Related

Over Loaded

Mar 3, 2009

I just had a quick question.

How big of a chance is there that a server will be overloaded, leading to a unreasonable ammount of downtime?

Let's say I pay about 8 dollars for shared hosting. With unreasonable ammount of downtime, I would say that a half hour a day is really unreasonable. Actually, I would say that downtime more than 10 minutes a day is unreasonable. Is it unreasonable, or am I unreasonable? If so, how much downtime should one expect?

View 14 Replies View Related

Loaded CPU - Less RAM

May 6, 2009

I have a X3220 server with 4GB RAM.
OS is CentOS5.3 - 2.6.18-128.1.6.el5PAE

I tried to optimize system, but the RAM usage is just around 1.5GB with high CPU.

Quote:

top - 10:47:46 up 5:40, 2 users, load average: 6.39, 5.48, 5.06
Tasks: 380 total, 5 running, 374 sleeping, 0 stopped, 1 zombie
Cpu(s): 33.4%us, 7.6%sy, 0.0%ni, 58.8%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
Mem: 4151076k total, 1752388k used, 2398688k free, 73792k buffers
Swap: 2096472k total, 0k used, 2096472k free, 1315260k cached

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1875 user-name 17 0 49680 24m 7156 R 6.6 0.6 0:00.20 php
1876 user-name 17 0 44560 19m 6928 R 3.0 0.5 0:00.09 php
20324 mysql 21 6 941m 109m 4152 S 1.7 2.7 5:41.42 mysqld
1877 user-name 15 0 36840 13m 5680 R 0.7 0.3 0:00.02 php
557 nobody 22 0 9304 2800 1424 S 0.3 0.1 0:00.01 httpd
1264 root 15 0 2464 1188 796 R 0.3 0.0 0:00.13 top
16261 nobody 19 0 9304 2860 1436 S 0.3 0.1 0:00.10 httpd
18795 nobody 15 0 9304 2860 1436 S 0.3 0.1 0:00.14 httpd
18821 nobody 15 0 9304 2820 1436 S 0.3 0.1 0:00.09 httpd
23618 nobody 15 0 9304 2824 1432 S 0.3 0.1 0:00.09 httpd
24209 root 16 0 2460 1196 796 S 0.3 0.0 0:09.13 top
27777 nobody 15 0 9304 2856 1436 S 0.3 0.1 0:00.31 httpd
29758 nobody 15 0 9304 2820 1432 S 0.3 0.1 0:00.05 httpd
29798 nobody 15 0 9304 2852 1432 S 0.3 0.1 0:00.04 httpd

I wonder why system uses around 1.5GB RAM only? How to put more data into RAM? This server is serving for a high traffic site. From apache status

Quote:

CPU Usage: u13.93 s9.29 cu1832.76 cs0 - 72.2% CPU load
42.4 requests/sec - 1.1 MB/second - 27.4 kB/request
156 requests currently being processed, 68 idle workers

View 1 Replies View Related

PHP As Apache Module Vs. PHP As CGI Module

Nov 20, 2007

What are the advantages/disadvantages of running PHP as Apache module vs. running PHP as CGI module on your server?

View 5 Replies View Related

Network Scripts / Ip Not Loaded

Mar 24, 2008

After a reboot the networkscripts did not start properly. My Dc fixed/changed some things so named could start again.

Now my secondary ip has not been loaded (using directadmin btw).

What could have gone wrong, and how to fix it?

I don't really dare to reboot, because i can't get it online when named doesn't start (i have to call the dc again etc).

My logs showed this:
Directadmin log

2008:03:10-12:39:11: ioctl can't find the server's ip address for eth0 : Cannot assign requested address
2008:03:10-12:39:11: The ip of this machine () does not match the ip in the license file.<br>
Problem

Mar 10 12:34:34 apophis named[1753]: starting BIND 9.2.4 -u named -t /var/named/chroot
Mar 10 12:34:34 apophis named[1753]: using 2 CPUs
Mar 10 12:34:34 apophis named[1753]: loading configuration from '/etc/named.conf'
Mar 10 12:34:34 apophis named[1753]: ifiter_ioctl.c:236: REQUIRE(iter->pos < (unsigned int) iter->ifc.ifc_len) failed
Mar 10 12:34:34 apophis named[1753]: exiting (due to assertion failure)
Mar 10 12:34:34 apophis named: named startup failed
(temporary?)Fix by dc

Mar 10 12:39:56 apophis network: Shutting down loopback interface: succeeded
Mar 10 12:39:56 apophis sysctl: net.ipv4.ip_forward = 0
Mar 10 12:39:56 apophis sysctl: net.ipv4.conf.default.rp_filter = 1
Mar 10 12:39:56 apophis sysctl: net.ipv4.conf.default.accept_source_route = 0
Mar 10 12:39:56 apophis sysctl: kernel.sysrq = 0
Mar 10 12:39:56 apophis sysctl: kernel.core_uses_pid = 1
Mar 10 12:39:56 apophis network: Setting network parameters: succeeded
Mar 10 12:39:56 apophis network: Bringing up loopback interface: succeeded
Mar 10 12:39:57 apophis kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready
Mar 10 12:39:57 apophis kernel: e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
Mar 10 12:39:57 apophis kernel: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Mar 10 12:39:58 apophis network: Bringing up interface eth0: succeeded
Mar 10 12:40:01 apophis directadmin: directadmin startup succeeded

View 0 Replies View Related

How Can I Arrange So Stats Are Not Loaded

May 11, 2007

How can I arrange so stats are not loaded?

IMPORTANT: Do not ignore this email.
This is cPanel stats runner on server.dealsreferals.com!
While processing the log files for user stnudee, the cpu has been maxed out for more than a 6 hour period. The current load/uptime line on the server at the time of this email is
09:35:21 up 6 days, 22:32, 0 users, load average: 2.76, 19.13, 52.20
You should check the server to see why the load is so high and take steps to lower the load. If you want stats to continue to run even with a high load; Edit /var/cpanel/cpanel.config and change extracpus to a number larger then 0 (run /usr/local/cpanel/startup afterwards to pickup the changes).

View 7 Replies View Related

Zend Is Installed, Loaded , But Cant Encode Php

Jun 21, 2009

just bought a script from filerun, try to load it

[url]

but .php file cant be encoded, any help would be nice.

you can see the conf [url]

View 2 Replies View Related

Mod_geoip As Easyapache Optmod Loaded But Not Working

Apr 21, 2009

I have installed the mod_geoip as easyapache optional module [url] and its being succesfully showed as an option in the easyapache list of modules, and apparently is installed and loaded, but its not working.

The easyapache log:

! Custom opt mod 'Cpanel::Easy::ModGeoIP' is using custom opt mod tarball '/var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy/ModGeoIP.pm.tar.gz' !!

-- Begin opt 'Mod GeoIP (Custom Opt Mod)' --

-- Begin step 'Installing GeoIP C Library' --
-- End step 'Installing GeoIP C Library' --

-- Begin step 'APXSing mod_geoip into apache' -- .....

View 3 Replies View Related

Server Dies :: Loaded It With Windows 2003 And Linux

Feb 8, 2008

I have a server that keeps dying on my mysteriously. I've loaded it with Windows 2003 and Linux. Both crash about once every other day. So I'm guessing this isn't a software issue, but a hardware one.

When it crashes the screen turns blank. Only a hardware reboot will work. The power doesn't go off though.

Anybody here experience something like this before? I'm guessing it's one of the following:Power supply
CPU
Motherboard

However I'm thinking it's probably not the power supply as the server is relatively idle. I did stress test the server and it didn't crash then.

The thing is, there are no event logs from the BIOS or anything.

View 2 Replies View Related

Plesk 12.x / Linux :: Search Results Could Not Be Loaded At The Moment

Oct 25, 2014

I have the follow errors at (one) of my plesk panel:

at Applications:

Search results could not be loaded at the moment. Retry Click to expand...

View 8 Replies View Related

Plesk 12.x / Linux :: No Backups Are Created Or Loaded On FTP Backup Server

Oct 7, 2014

We use Plesk 12 with ubuntu 12.04.5 LTS ......

Plesk 12 does not create backups for Customers.

If we restarts the server, Plesk created again for 2 days backups and then again not. There are no errors present.

The backup should be loaded on a FTP backup server after the Create

This makes Plesk but only if you restarts the server. Otherwise, no backups are created or loaded on the FTP backup server.....

View 1 Replies View Related

Mail Queue Loaded With "can't Deliver Your Message"

Nov 19, 2007

any hints for EXIM reject E-mail trying to be sent to an non-existent account on a domain hosted by me? I think the default configuration is to accept the E-mails and try to deliver, then it will fail and an E-mail will be sent to the sender
but many times the sender is fake (spammer) and this message will rest on queue for some days...

I was thinking on some filter like
"if ((!exist account@domain) && (!catchall domain)) reject"

but I don't know how to set something like that on EXIM

View 2 Replies View Related

Apache :: Compiled Version Does Not Match Loaded Version

Mar 26, 2014

I am running Apache on a Windows server and it is up and running.I downloaded and installed:

Apache 2.4.9 Win32 [Apache VC11 Binary] httpd-2.4.9-win32-VC11.zip

And included ModSecurity from download: modules-2.4-win32-VC11.zip..

The version of ModSecurity is mod_security-2.7.7 . It is up and running, but I get a warning:

ModSecurity: Loaded PCRE do not match with compiled!

Here's the difference in the PCRE from the logs:

PCRE compiled version="8.33 "; loaded version="8.34 2013-12-15".

The compiled version does not match the loaded version. Is this something I should be concerned about and try to find compiled versions that match?

View 2 Replies View Related

40 GB Of Unknown Folder

May 21, 2009

I host a website on a windows server

and once in a while, i check all the root folders to find a folder that holds 40GB of folder in a folder in a folder... (i never get to the actual files)

Is there a way to prevent this?

View 3 Replies View Related

What Are Those 'unknown' Browsers

Aug 4, 2008

I was reviewing my cPanel awStats today.

The brower stats looked something like this: Firefox 42.9 %
MS Internet Explorer 21 %
Mozilla 17.3 %
Unknown 5.8 %
K-Meleon 5.4 %
Safari 3.7 %
Opera 3.1 %
Netscape 0.1 %
BonEcho (Firefox 2.0 development) 0.1 %

Anyone care to venture a guess as to what the 'unknown' browsers might be?

View 2 Replies View Related

Unknown Filesize

May 15, 2008

The thing is that my sysadmin told me that he get filesize and eta when downloading a file from my server while all of my user and myself get unknown flesize and no eta. got Web Server apache2handler centos 5.1 64bit

View 1 Replies View Related

CSF: Iptables Unknown Arg

Oct 5, 2007

I have something weird going on with CSF on a new server. When starting the firewall I get this:

Quote:

lushing chain `INPUT'
Flushing chain `FORWARD'
Flushing chain `OUTPUT'
Restarting bandmin acctboth chains for cPanel
ACCEPT all opt -- in lo out * 0.0.0.0/0 -> 0.0.0.0/0
ACCEPT all opt -- in * out lo 0.0.0.0/0 -> 0.0.0.0/0
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
LOG tcp opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *TCP_IN Blocked* '
LOG tcp opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *TCP_OUT Blocked* '
LOG udp opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *UDP_IN Blocked* '
LOG udp opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *UDP_OUT Blocked* '
LOG icmp opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *ICMP_IN Blocked* '
LOG icmp opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *ICMP_OUT Blocked* '
LOG all opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *BLOCK_LIST* '
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
INVDROP all opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 state INVALID
INVDROP tcp opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x3F/0x00
INVDROP tcp opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x3F/0x3F
INVDROP tcp opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x03/0x03
INVDROP tcp opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x06/0x06
INVDROP tcp opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x05/0x05
INVDROP tcp opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x11/0x01
INVDROP tcp opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x18/0x08
INVDROP tcp opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x30/0x20
INVDROP all opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 state INVALID
INVDROP tcp opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x3F/0x00
INVDROP tcp opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x3F/0x3F
INVDROP tcp opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x03/0x03
INVDROP tcp opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x06/0x06
INVDROP tcp opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x05/0x05
INVDROP tcp opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x11/0x01
INVDROP tcp opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x18/0x08
INVDROP tcp opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x30/0x20
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
LOGDROPIN all opt -- in eth+ out * 64.58.165.126 -> 0.0.0.0/0
LOGDROPOUT all opt -- in * out eth+ 0.0.0.0/0 -> 64.58.165.126
LOGDROPIN all opt -- in eth+ out * 216.105.216.5 -> 0.0.0.0/0
LOGDROPOUT all opt -- in * out eth+ 0.0.0.0/0 -> 216.105.216.5
LOGDROPIN all opt -- in eth+ out * 64.251.10.133 -> 0.0.0.0/0
LOGDROPOUT all opt -- in * out eth+ 0.0.0.0/0 -> 64.251.10.133
LOGDROPIN all opt -- in eth+ out * 89.149.240.26 -> 0.0.0.0/0
LOGDROPOUT all opt -- in * out eth+ 0.0.0.0/0 -> 89.149.240.26
LOGDROPIN all opt -- in eth+ out * 195.87.225.72 -> 0.0.0.0/0
LOGDROPOUT all opt -- in * out eth+ 0.0.0.0/0 -> 195.87.225.72
BLOCKDROP ...
...
SPAMHAUS all opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
Flushing chain `INPUT'
Flushing chain `FORWARD'
Flushing chain `OUTPUT'
Flushing chain `BLOCKDROP'
Flushing chain `DSHIELD'
Flushing chain `INVDROP'
Flushing chain `LOGDROPIN'
Flushing chain `LOGDROPOUT'
Flushing chain `SPAMHAUS'
Flushing chain `acctboth'
Deleting chain `BLOCKDROP'
Deleting chain `DSHIELD'
Deleting chain `INVDROP'
Deleting chain `LOGDROPIN'
Deleting chain `LOGDROPOUT'
Deleting chain `SPAMHAUS'
Deleting chain `acctboth'
Error: iptables command [/sbin/iptables -v -I OUTPUT -p tcp --dport 25 -j ] failed, at line 544

Unknown arg `-j' ? I've been Google'ing, searched WHT and the CSF forums but can't find a solution...

View 3 Replies View Related

Mails With Unknown Signature

Jun 19, 2009

When I am sending mails through my Outlook, the mails are being delivered with an unknown signature as below:

ADVERTISING
--------------------------------------------
<a href=[url]

Buy Viagra, Cialis, Levitra, Propecia, Champix, Tamiflu, Xenical, Reductil, Intrinsa, <br>
from The Best Online Pharmacy! FDA Approved. Low pricing, discounts, <br>
flawless customer support. New discounts and special offers ! <br>
</a>
[url]
--------------------------------------------

Eventhough, I did not setup any signatures. Plesk server with spamguardian running.

View 3 Replies View Related







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