Named Down, Segmentation Fault
Jun 27, 2008
-bash-3.00# service named restart
Stopping named: [ OK ]
Starting named: /etc/init.d/named: line 46: 14206 Segmentation fault
Using Plesk 8 on a vps / linux
/var/log/messages shows no errors but zones loaded after vps reboot.
View 9 Replies
ADVERTISEMENT
Jun 29, 2009
root@server [/usr/bin]# ffmpeg -i DSCN0377.avi -vcodec libx264 -b 2048k -bt 2048k -acodec libfaac -ab 128k -f mp4 TEST1.mp4
FFmpeg version SVN-r19290, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --enable-libmp3lame --enable-libvorbis --enable-shared --enable-libx264 --enable-libxvid --enable-libfaac --enable-libfaad --enable-gpl --enable-nonfree --enable-pthreads
libavutil 50. 3. 0 / 50. 3. 0
libavcodec 52.32. 0 / 52.32. 0
libavformat 52.36. 0 / 52.36. 0
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0. 7. 1 / 0. 7. 1
built on Jun 29 2009 20:47:56, gcc: 4.1.2 20080704 (Red Hat 4.1.2-44)
Input #0, avi, from 'DSCN0377.avi': ....
View 3 Replies
View Related
Sep 10, 2009
This is regarding WHMCS
Suddenly POP piping stopped working. When I try to execute it manually from bash I get,
root@gui3 [/home/intranet/public_html]# php -q /home/intranet/public_html/pipe/pop.php
<b>POP Import Log</b><br>Date: 10/09/2009 09:52:00<hr>Host: mail.***********.br<br>Email: suporte@***********.br<br>Email Count: 845<hr>Segmentation fault
root@gui3 [/home/intranet/public_html]#
Ive tried to recompile PHP and updated it to the latest PHP cPanel version (5.2.10). But the error is the same.
Ive contacted WHMCS support and they only told me to recompile PHP.
View 14 Replies
View Related
Nov 9, 2009
Something just went wrong with my server today
login as: teddy
password: xxxxxxxx
[teddy@server1 ~]$ sudo su -
Segmentation fault
[teddy@server1 ~]$ df
Bus error
[teddy@server1 ~]$ crontab -l
Segmentation fault
My website seems to be showing me lots of PHP & SQL errors.
For example, my live-chat shows me:
Warning: session_start() [function.session-start]: open(/tmp/sess_8aa74272d583973018e8f0805a796df2, O_RDWR) failed: Read-only file system (30) in /home/polar/domains/.../auth.php on line 20
View 5 Replies
View Related
May 20, 2007
I'm getting this error message when logwatch run,
--------------------- Kernel Begin ------------------------
WARNING: Segmentation Faults in these executables
httpd : 9 Time(s)
---------------------- Kernel End ------------------------- "
Have recompile apache twice, but it doesn't help.
I'm running this,
root@host [~]# php -v
PHP 4.4.6 (cli) (built: May 15 2007 12:54:50)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.10, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v3.0.1, Copyright (c) 1998-2006, by Zend Technologies
and this is my server,
Processor: Dual Xeon E5310 Quad Core (Clovertown)
Memory: 4GB DDR Registered ECC
Hd1: Dual 73GB SCSI / Hardware Raid 1
I have had this segmentation problem since the first day I got my server.
Need advice what to do about this?
Friend of mine was talking about upgrade to php version 5, but I'm not sure thats the way to do it. Having about 40 accounts/domains and I'm not sure that web sites will work with php 5.
View 3 Replies
View Related
May 11, 2009
Trying to enable xcache on my cpanel, centos server (suphp *not* enabled)
Followed this guideline
[url]
Xcache shows up in php -m output, however I get this output as well
Code:
root@server [/tmp]# php -v
PHP 5.2.8 (cli) (built: Jan 5 2009 16:23:03)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
with the ionCube PHP Loader v3.1.34, Copyright (c) 2002-2009, by ionCube Ltd., and
with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies
Segmentation fault (core dumped)
In the /usr/local/lib/php.ini file I had this portion setup before the Zend portion...
Code:
[xcache-common]
extension = xcache.so
[xcache.admin]
xcache.admin.auth = On
xcache.admin.user = ""
xcache.admin.pass = ""
[xcache]
; ini only settings, all the values here is default unless explained
; select low level shm/allocator scheme implemenation
xcache.shm_scheme = "mmap"
; to disable: xcache.size=0
; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows
xcache.size = 128M
; set to cpu count (cat /proc/cpuinfo |grep -c processor)
xcache.count = 4
; just a hash hints, you can always store count(items) > slots
xcache.slots = 8K
; ttl of the cache item, 0=forever
xcache.ttl = 0
; interval of gc scanning expired items, 0=no scan, other values is in seconds
xcache.gc_interval = 0
; same as aboves but for variable cache
xcache.var_size = 0M
xcache.var_count = 1
xcache.var_slots = 8K
; default ttl
xcache.var_ttl = 0
xcache.var_maxttl = 0
xcache.var_gc_interval = 300
xcache.test = Off
; N/A for /dev/zero
xcache.readonly_protection = Off
; for *nix, xcache.mmap_path is a file path, not directory.
; Use something like "/tmp/xcache" if you want to turn on ReadonlyProtection
; 2 group of php won't share the same /tmp/xcache
; for win32, xcache.mmap_path=anonymous map name, not file path
xcache.mmap_path = "/dev/zero"
; leave it blank(disabled) or "/tmp/phpcore/"
; make sure it's writable by php (without checking open_basedir)
xcache.coredump_directory = ""
; per request settings
xcache.cacher = On
xcache.stat = On
xcache.optimizer = Off
[xcache.coverager]
; per request settings
; enable coverage data collecting for xcache.coveragedump_directory and xcache_coverager_start/stop/get/clean() functions (will hurt executing performance)
xcache.coverager = Off
; ini only settings
; make sure it's readable (care open_basedir) by coverage viewer script
; requires xcache.coverager=On
xcache.coveragedump_directory = ""
[Zend]
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_optimizer.version=3.3.3
extension=pdo.so
extension=pdo_sqlite.so
extension=sqlite.so
extension=pdo_mysql.so
allow_url_include = On
; Memcache Section
extension = memcache.so
memcache.allow_failover = 0
When I search for "zend_extension" this is the result:
Code:
; Directory in which the loadable extensions (modules) reside.
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20060613"
zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.2.so"
zend_extension_ts="/usr/local/IonCube/ioncube_loader_lin_5.2_ts.so"
zend_extension="/usr/local/lib/php/extensions/no-debug-non-zts-20060613/xcache.so"
If I move the xcache line to the first line, before the ioncube one, I get this error:
root@server [/usr/local/lib/php/extensions/no-debug-non-zts-20060613]# php -m
Segmentation fault (core dumped)
Quote:
root@server [/usr/local/lib/php/extensions/no-debug-non-zts-20060613]# ls -lh
total 290M
drwxr-xr-x 2 root root 4.0K May 11 11:48 ./
drwxr-xr-x 5 root root 4.0K Sep 17 2007 ../
-rw------- 1 root root 144M May 11 11:48 core.9588
-rw------- 1 root root 144M May 11 11:48 core.9592
-rwxr-xr-x 1 root root 495K Jan 5 16:34 eaccelerator.so*
-rw-r--r-- 1 root root 3.1K Jan 5 22:04 error_log
-rwxr-xr-x 1 root root 142K Sep 17 2007 mailparse.so*
-rwxr-xr-x 1 root root 313K Jan 5 20:43 memcache.so*
-rwxr-xr-x 1 root root 124K Jan 5 16:23 pdo_mysql.so*
-rwxr-xr-x 1 root root 265K Jan 5 16:23 pdo.so*
-rwxr-xr-x 1 root root 1.4M Jan 5 16:23 pdo_sqlite.so*
-rwxr-xr-x 1 root root 989K Jan 5 16:23 sqlite.so*
-rwxr-xr-x 1 root root 323K May 11 11:31 xcache.so*
My config:
PHP 5.2.8
Zend Opt 3.3.3
suphp disabled
Apache 2.2
View 2 Replies
View Related
Oct 22, 2007
We are having major problems on one of our servers.
We were running general commands like 'grep' and then this error message came up:
[root@~]# cat /etc/userdomains | grep test
Segmentation fault (core dumped)
[root@~]#
Then it went down and has not come back up online.
View 3 Replies
View Related
Sep 5, 2008
I'm transcoding videos on a web server using ffmpeg and can successfully transcode some video formats but am having a few issues.
One of them is that I get a "Segmentation Fault" when trying to transcode a video in h.264 codec. I can't find much by searching and am wondering if that's a codec issue, or something else.
any experience with ffmpeg?
View 1 Replies
View Related
May 28, 2013
I recently build an apache server in Solaris10 SRAC server and enabled the following modules.
LoadModule foo_module modules/mod_foo.so
LoadModule jk_module modules/mod_jk.so
LoadModule weblogic_module modules/mod_wl_22.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadFile "/usr/lib/libxml2.so"
LoadModule xml2enc_module modules/mod_xml2enc.so
LoadModule proxy_html_module modules/mod_proxy_html.so
Post that I tried a simple Reverse Proxy setup to confirm the apache work fine as a reverse proxy
### Proxy Setup ####
ProxyVia On
ProxyPass /console http://<apps-host>:8980/console
<Location /console>
ProxyPassReverse http://<apps-host>:8980/console
</Location>
Post these changes when I try starting apache I get the error - Segmentation Fault - core dumped
Checked the Error Logs it shows -
[Mon May 27 14:09:24 2013] [notice] child pid 29964 exit signal Segmentation fault (11)
[Mon May 27 14:09:32 2013] [notice] child pid 29963 exit signal Segmentation fault (11)
[Mon May 27 14:11:14 2013] [notice] caught SIGTERM, shutting down
[Mon May 27 14:11:19 2013] [warn] RSA server certificate CommonName (CN) `BUNTY RAY' does NOT match server name!?
[Mon May 27 14:11:19 2013] [warn] No JkLogFile defined in httpd.conf. Using default /opt/apache-2.2.24/logs/mod_jk.log
[code]....
View 2 Replies
View Related
May 31, 2009
we have little problem on our server - from some time it starts reporting some errors:
kernel: spamd[6479]: segfault at 9a16000 ip 467840ac sp bffe9b5c error 6 in libc-2.5.so[46713000+13e000]
kernel: webalizer[12318]: segfault at 81a80cc ip 080d9279 sp bff2f230 error 4 in webalizer[8048000+b2000]
kernel: spamd[6515]: segfault at 9cbb000 ip 467840ac sp bffe9b5c error 6 in libc-2.5.so[46713000+13e000]
kernel: pure-quotacheck[16285]: segfault at bf3c9ff8 ip 46769d76 sp bf3c9fec error 6 in libc-2.5.so[46713000+13e000]
kernel: php[14910]: segfault at bf727da0 ip 080b0edc sp bf727d30 error 6 in php[8048000+64d000]
errors appear 2-3 times every 10min and always in this 4 programs: webalizer, php, spamd, pure-quotacheck
and second thing there is problem with some file caching or sth - for example when we restarts named it reports:
/etc/named.conf:23564: open: /var/named/slaves/slaves.named.conf: file not found
file of course exist but funniest thing is when we remove this line from named.conf and tries restart it, error appear again, even when this line is empty in named.conf and there is no other include of this file
even after server restart (without this include in named.conf) it still reports this error
server config: C2Q Q9550, 8GB ram, 2x500GB in hw Raid1, Centos 5.3 32bit, cPanel
maybe someone have any idea what it could be, and what else we can check ?
View 0 Replies
View Related
Jan 16, 2015
Parallels Plesk autoinstaller emailed me 03:34 to confirm that Parallels Plesk was successfully updated, but ever since then /var/log/httpd/error_log has entries every 5 minutes stating 'child pid xxxxxx exit signal Segmentation fault (11)'.
How to diagnose?
View 5 Replies
View Related
Oct 26, 2009
After upcp suddently named failed and only works when I use /scripts/ulimitnamed
But now the server feel so slow because of became named-wrapper -u
How to revert back from named-wrapper -u named to /usr/sbin/named -u named?
View 0 Replies
View Related
Nov 25, 2008
I see some errors about lame servers in messages log,and i noticed that look like adress of isp surfer domain beacuse i noticed domain of my isp listed also as lame name server.Here is example:
Nov 24 03:46:55 available9 named[7562]: lame server resolving '247.100.51.72.in-addr.arpa' (in '100.51.72.in-addr.arpa'?): 205.214.192.202#53
Nov 24 03:46:55 available9 named[7562]: lame server resolving '247.100.51.72.in-addr.arpa' (in '100.51.72.in-addr.arpa'?): 205.214.192.201#53
Nov 24 03:46:56 available9 named[7562]: lame server resolving '247.100.51.72.in-addr.arpa' (in '100.51.72.in-addr.arpa'?): 205.214.192.202#53
Nov 24 03:46:56 available9 named[7562]: lame server resolving '247.100.51.72.in-addr.arpa' (in '100.51.72.in-addr.arpa'?): 205.214.192.201#53
Nov 24 07:19:51 available9 named[7562]: FORMERR resolving 'ducksimilar.com/NS/IN': 203.93.208.87#53
Nov 24 07:19:51 available9 named[7562]: FORMERR resolving 'ducksimilar.com/NS/IN': 91.208.228.150#53
Nov 24 07:19:52 available9 named[7562]: FORMERR resolving 'host1.experienceexcept.com/AAAA/IN': 203.93.208.87#53
Nov 24 07:19:52 available9 named[7562]: FORMERR resolving 'host2.experienceexcept.com/AAAA/IN': 203.93.208.87#53
Nov 24 07:19:52 available9 named[7562]: FORMERR resolving 'host1.experienceexcept.com/AAAA/IN': 91.208.228.150#53
Nov 24 07:19:52 available9 named[7562]: FORMERR resolving 'host2.experienceexcept.com/AAAA/IN': 91.208.228.150#53
Nov 24 07:19:52 available9 named[7562]: FORMERR resolving 'host1.experienceexcept.com/AAAA/IN': 203.93.208.87#53
Nov 24 07:19:52 available9 named[7562]: FORMERR resolving 'host2.experienceexcept.com/AAAA/IN': 203.93.208.87#53
Nov 24 07:19:52 available9 named[7562]: FORMERR resolving 'host1.experienceexcept.com/AAAA/IN': 91.208.228.150#53
Nov 24 07:19:52 available9 named[7562]: FORMERR resolving 'host2.experienceexcept.com/AAAA/IN': 91.208.228.150#53
View 1 Replies
View Related
Mar 2, 2008
i have adidcated server any i get anew one
and my site is rock2host.com
on the domain name i make the ns1 - ns2-ns3-ns4 of ips of the new server
but the problem that to this time there is no any account on my server is working
as i have adns error but i do not what is the problem
i made that
DNS Functions
Adding an A entry for your hostname
Bind reloading on server using rndc zone: [rock2host.com] Error reloading bind on server: rndc: get config key list: not found
DNS Functions
Cleanup Nameserver Config File
Fatal! named.conf fails named-checkconf, please repair named.conf and try again
View 14 Replies
View Related
Jun 24, 2007
just now I perform a sar -B on my dedicated server, memory usage and server load is below, but here is the output I have after perform a sar -B
I dont quite undestand the stat given, what is the fault/s means ? Is it my system having memory issue ?
Linux 2.6.9-55.EL s06/24/2007
12:00:01 AM pgpgin/s pgpgout/s fault/s majflt/s
12:10:01 AM 0.00 13.43 12322.04 0.00
12:20:01 AM 0.00 5.88 486.10 0.00
12:30:01 AM 0.00 3.07 65.81 0.00
12:40:01 AM 0.00 5.30 410.52 0.00
12:50:01 AM 0.00 5.67 413.37 0.00
01:00:01 AM 0.00 3.55 52.48 0.00
01:10:01 AM 0.00 6.36 408.92 0.00
01:20:01 AM 0.00 7.90 561.89 0.00
01:30:01 AM 0.00 3.27 73.72 0.00
01:40:01 AM 0.21 7.30 422.37 0.01
01:50:01 AM 0.56 9.62 440.75 0.02
02:00:01 AM 7.01 18.75 142.09 0.02
02:10:01 AM 0.06 8.12 535.84 0.00
02:20:01 AM 0.00 6.40 400.41 0.00
02:30:01 AM 0.00 4.73 330.87 0.00
02:40:01 AM 0.03 7.32 413.17 0.00
02:50:01 AM 0.00 7.11 407.45 0.00
03:00:02 AM 0.02 7.84 69.48 0.00
Average: 0.44 7.31 997.17 0.00
View 2 Replies
View Related
Feb 16, 2007
When I attempt to execute:
./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql
I get the following error:
configure: error: Try adding --with-zlib-dir=<DIR>. Please check config.log for more information.
View 2 Replies
View Related
Apr 5, 2008
A dedicated server client of mine was telling me that his mysql was corrupted frequently and when his admin tried to upgrade his php and mysql he faced segmentation error. His admin was saying that this was a RAM problem.
View 6 Replies
View Related
Apr 2, 2008
One of our 3Ware RAID controllers is showing a battery backup unit BBU temperature TOOHIGH error, and the status of the BBU controller is now in FAULT.
I presume the while BBU unit will need to be replaced, but what is the immediate effect or consequences of leaving the BBU in this condition?
View 2 Replies
View Related
Jun 21, 2008
On and off for a few weeks, I've been getting this showing up in logwatch. Virtually no usable information seems to be on the web about it either:
--------------------- Kernel Begin ------------------------
WARNING: Segmentation Faults in these executables
php-cgi : 3 Time(s)
WARNING: General Protection Faults in these executables
php-cgi : 4 Time(s)
---------------------- Kernel End -------------------------
View 7 Replies
View Related
Apr 12, 2007
Recently ive gone through lot's of providers, and my latest one computhings.co.uk (was recommended) has recently lost support (their license expired) and my domain is having problems!
I tried a tracert to track the problem and i get an error in resolving the domain name. My DNS servers are set to where they should be, and i can get to the servers via a web browser (ns1/ns2) but when accessing my domain i get a server not found.
Is this my fault or their fault? As if its mine i will hang on and if its theirs im moving servers today!
View 3 Replies
View Related
Mar 4, 2008
if MRGT graph to mesure BW can be config to show faulty results? like 20% more than what i am actualy using?
The reason i am wondering is because i have a server which is an image hosting and running lighttpd as webserver. The only thing consumming BW now is lighttpd for images.
While the status page of lighty show i am using about 4.2Mbytes ~ 32-34mbits then the BW graph of data center show that i am using something like close to 52mbits.
Please see the pictures below and let me know what you guys think.
The BW graph here is Past 4 Hours (1 minute average)
and lighty screenshot is real time.
View 4 Replies
View Related
Sep 7, 2007
I've been trying to use mod_forensics – [url]-- which has helped on one server track down some one causing the segmentation fault due to trying to abuse FrontPage shtml.dll, but on another server also suffering from regular segmentation faults, this tool has not helped.
What other tools are available to track down the cause(s) of Apache segmentation faults?
View 5 Replies
View Related
Oct 12, 2009
It has been a long time since I setup named, and I need some help as I'm just not getting it this time around. I'm running named on CentOS under Chroot
IP Space is; 216.201.80.96/28
Gateway is 216.201.80.97
Netmask is 255.255.255.240
Useable IP Space is 216.201.80.100 - 110
named.conf
---
key "rndckey" {
algorithm hmac-md5;
// secret is xx'ed out for this posting
secret "xxxxxxxxxxxxxx";
};
controls {
inet 127.0.0.1 allow { 127.0.0.1; } keys { "rndckey"; };
inet 216.201.80.101 allow { 216.201.80.101; } keys { "rndckey"; };
};
options {
directory "/var/named";
pid-file "/var/run/named/named.pid";
recursion yes;
allow-recursion {
127.0.0.1;
216.201.80.101;
};
listen-on {
127.0.0.1;
216.201.80.101;
};
query-source address * port 53;
version "REFUSED";
allow-query {
127.0.0.1;
216.201.80.101;
};
};
server 216.201.80.101 {
keys { rndckey; };
};
zone "." IN {
type hint;
file "named.ca";
};
zone "cheapdatamining.com" IN {
type master;
file "data/cheapdatamining.com.zone";
allow-update { none; };
};
cheapdatamining.com.zone
--------------------------
$TTL 38400
@ IN SOA ns1.cheapdatamining.com. admin.cheapdatamining.com (
2008090335 ; Serial
10800 ; Refresh after 3 hours
3600 ; Retry after 1 hour
604800 ; Expire after 1 week
86400 ) ; Minimum TTL 1 day
cheapdatamining.com.INNS ns1.cheapdatamining.com.
cheapdatamining.com.INNSns2.cheapdatamining.com.
ns1.cheapdatamining.com.IN A 216.201.80.101
ns2.cheapdatamining.com. IN A 216.201.80.102
resolv.conf on server.
--------------
search cheapdatamining.com
nameserver 216.201.80.101
nameserver 216.201.80.102
Got the domain sitting at godaddy with ns1 and ns2 pointing to 216.201.80.101/102
Everything looks good as far as I can see, local nslookup on the loopback is fine, and iptables are good.
View 0 Replies
View Related
Jun 27, 2009
Is this the correct setup?
DNS Server 1:
allow-transfer { 127.0.0.1; Server2; };
allow-recursion { 127.0.0.1; Server2; };
recursion no;
DNS Server 2:
allow-transfer { 127.0.0.1; Server1; };
allow-recursion { 127.0.0.1; Server1; };
recursion no;
BOTH hosts file:
order bind,hosts
nospoof on
spoofalert on
multi on
View 2 Replies
View Related
Jun 10, 2008
I keep getting this error when trying to start named, bind 9.3.3 installed through yum (centos 5 x64).
# service named restart
Stopping named: [FAILED]
Starting named: named: already running [FAILED]
# ls /var/run/named
#
# ls /var/lock/subsys | grep named
#
I even uninstalled bind, restarted the system, and reinstalled and it is still giving me the same error.
There aren't any related errors in dmesg/messages and I couldn't find a named related file in /var/log.
View 4 Replies
View Related
Oct 24, 2008
I Got The Installed vMware on My Dedicated Server For Create VPS Server
Anyway i Got The Installed a VPS server With centos 5
Then Got The installed cPanel On VPS
Afterward Take Set IP n NS On Name Server's IP Section Of cPanel
Then Got The Set Ns n Ip's On My Domain Panel
My NS's can Be Ping But My Domain Can Not Be Ping
So Can't be Connect to cPanel
Also I Take More eMail notification About
1- Named yourdomain.com Failed
2- Native SSL yourdomain.com Failed
3- IP Check Problems With DNS Setup on yourdomain.com failed
I THink named got the Damage
but i can't repair It
View 7 Replies
View Related
Jun 6, 2008
since this morning, I am unable to start named/bind.
_could_ it be a hardware problem or it has to be software-related?
View 2 Replies
View Related