Questions tagged [debug]
64 questions
4
votes
4 answers
High CPU from httpd process
I am currently getting high CPU on a server that is just running a couple of sites with very low traffic. One of the sites is in still development going live soon. However, this site is very very slow...When browsing through its pages I can see that…

KHWeb
- 39
- 1
- 1
- 2
4
votes
2 answers
How do I debug an IIS problem where the requests queued suddenly ramps up and the server can't respond?
I have an IIS 6 server serving an application using a mix of classic ASP and ASP.NET.
I'm increasingly getting problems where the number of requests in the ASP.NET requests queue (observed using the ASP.NET\Requests Queued counter) starts to…

Robin M
- 453
- 2
- 8
- 14
4
votes
1 answer
centos 8: debuginfo-install can't find kernel-debuginfo package
I have a machine with CentOS-8 installed, kernel shipped with it is 4.18.0. I need to install debiginfo package:
% sudo dnf debuginfo-install kernel-4.18.0-193.19.1.el8_2.x86_64
enabling epel-modular-debuginfo repository
enabling epel-debuginfo…

Mark
- 249
- 1
- 5
- 13
3
votes
1 answer
ISC DHCPD memory leak solutions and or workarounds
Background:
I have recently been put in charge of finding the root of and/or fixing a memory leak with an ISC DHCPD (4.2.5-P1) installation on a Debian (Lenny) Unix server.
I have been researching the problem for over a week now and have retrieved a…

Dodzi Dzakuma
- 169
- 2
- 8
3
votes
1 answer
How to debug Ansible dict for failed ports with wait_for module?
I have written the below playbook to fetch the failed port status.
- name: Check port status
wait_for:
host: 127.0.0.1
port: "{{ item }}"
timeout: 2
state: started
ignore_errors: yes
with_items:
- 80
-…

Kamal
- 31
- 2
2
votes
1 answer
Where are the available debug tokens for the Net-SNMP tools listed?
In snmpcmd(1), under "Generic Options", it says,
-D[TOKEN[,...]]
Turn on debugging output for the given TOKEN(s). Try ALL for
extremely verbose output.
What tokens could I use besides ALL? What do the tokens mean?…

neirbowj
- 338
- 2
- 10
2
votes
2 answers
How to see PHP error stack trace/dump?
Currently my web application can print error when host on my local machine.
When I host it on Amazon EC2 server. The error page is empty/blank.
I want to see the error stack trace when run on EC2, how can I do that?
I'm using Ubuntu Natty 11.04 and…

Nam G VU
- 287
- 2
- 5
- 15
2
votes
1 answer
Vista cmd shell thinks it's Windows Server 2008 DEBUG
Never seen this before - My vista cmd shell started displaying everything in yellow and outputs the following as soon as I start it:
Setting SDK relative to C:/Program Files/Microsoft SDK/Windows/v6.1
.
Targeting Windows Server 2008 x86 DEBUG
Any…

JohnIdol
- 445
- 4
- 10
- 18
2
votes
2 answers
Help trying to figure out why IIS7 is crashing / locking up / denying connections
I've got a pretty busy website that is running on a single web front end machine, on W2K8 + IIS7.
Every now and then - eg. maybe monday at 3am or something, then a few days later .. some early morning time .. then nothing for 2 weeks ... etc - the…

Pure.Krome
- 6,508
- 18
- 73
- 87
1
vote
1 answer
How do I use ISDN debug on a Cisco router to troubleshoot PRI phone issues?
We have a Cisco 2811 with UCM E 7.0 running our phone system. It is connected to the PSTN by a VWIC2-1MFT-T1/E1 card connected to a PRI from the phone company.
From time to time of late, we are experiencing fast-busy signals when trying to make…

atroon
- 508
- 3
- 10
- 23
1
vote
0 answers
deep debug/monitoring LSI RAID cotroller
I happen to be I stile use LSI RAID controller for Lustre file system in Centos 5. Sometimes Lustre have file system have failure. In my opinion it can be connected with working LSI RAID controller 9260. But in logs I cant saw some failures. May be…

Black S.
- 35
- 3
1
vote
1 answer
Using ftrace to spy on files being created?
We are in this scenario: https://stackoverflow.com/questions/7304826/how-to-debug-a-multithreaded-hung-process-in-linux
When we try to look at a rogue process (which is consuming 100% CPU) then it's in this state:
ls -l /proc/XXXX/fd
lrwx------ 1…

Patrick Rynhart
- 190
- 1
- 11
1
vote
0 answers
ProFTPD options: how to debug
Within a Red Hat Enterprise Linux Server release 7.6 (Maipo) I would like to use the module mod_ban in order to set a ClientConnectRate event.
The service is started as: systemctl start proftpd
Service is configured as below:
[root@lclftpcrb001blq…

EBAH
- 11
- 4
1
vote
1 answer
Crash utility exit with error in Rhel6.6
Crash utility fails with below error.
crash /usr/lib/debug/lib/modules/2.6.32-504.el6.x86_64.debug/vmlinux vmcore
crash 6.1.0-5.el6
Copyright (C) 2002-2012 Red Hat, Inc.
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
Copyright (C) 1999-2006 …

Paul Jany Godwin
- 81
- 1
- 1
- 8
1
vote
1 answer
Enabling javax.net.debug=all on Tomcat 8 breaks HTTPS with "EC AlgorithmParameters not available"
In troubleshooting an issue with my Tomcat servlet I decided to enable network debugging by editing /var/apache-tomcat-8.5.5/bin/setenv.sh and changing the line export JAVA_OPTS="-Xms512m -Xmx1536m -XX:MaxPermSize=256m" to export JAVA_OPTS="-Xms512m…

Jordan Rieger
- 388
- 1
- 6
- 18