Questions tagged [debugging]

Finding problems in a program and trying to solve these.

202 questions
0
votes
1 answer

tracking down a bash process for a df command

I’m using the tips on this SO thread. ps -awux|grep df root 15826 0.0 0.0 0 0 ? I< May22 0:00 [cifs-dfscache] myuser 3086246 0.0 0.0 216860 3212 ? Ss 16:06 0:02 bash -c while [ -d /proc/$PPID ]; do sleep…
RobbieTheK
  • 400
  • 6
  • 18
-1
votes
1 answer

Tons of 500 errors like - fcgid:warn Bad file descriptor: client mod_fcgid: ap_pass_brigade failed in handle_request_ipc function

I copied a site over to GoDaddy from LiquidWeb because LW experts were unhelpful even if more knowledgeable. GD is hit or miss. On the Godaddy hosting I get 500 errors constantly when in admin panel of WordPress and click on various items:…
-1
votes
2 answers

Querying a webserver as if request came from a certain remote IP?

I am having trouble with my Apache web server configuration since a number of remote clients receive 404s, while the majority of clients (me, locally, included) do not have any trouble (status 200). Hence, for the sake of debugging, I'd like to send…
MRA
  • 307
  • 1
  • 2
  • 8
-1
votes
0 answers

Windows 10: Find out the exact reason for an unresponsive application

I am recently facing randomly unresponsive applications. I would like to exactly pinpoint / debug the reason that causes the application to hang. CPU utilization is low, memory usage is normal. So I assume it must be some kind of I/O wait, but how…
Philipp F
  • 111
  • 6
-2
votes
1 answer

Investigate why user has access to a folder

How can I understand why a particular user has access to a particular shared folder? Security tab of the folder contains a long list of groups groups and the user is not a direct member of any of those groups so there must be some intermediary…
-2
votes
1 answer

How to log a single-board computer events?

I have a single-board computer, I want to knows whats going on when it boot up and start up because i never get access to its BIOS, can I log the events/activities happening on the board when it get started? EDIT 1 the logging im trying to achieve…
-4
votes
3 answers

How to debug and prevent flaky unreliable IT environment?

I am not an IT admin, I'm a software developer (microsoft stack) and I'm trying to understand what is wrong with the IT environment of one of our customers. We have deployed our client\server solution to a medium sized business. The problem is, the…
1 2 3
13
14