Skip to content

Commit

Permalink
Update STATUSERRORS.md
Browse files Browse the repository at this point in the history
added quick fix
  • Loading branch information
jullrich authored Oct 19, 2023
1 parent d66cd26 commit 2ad2779
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions STATUSERRORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,20 @@ see /var/log/dshield.log

## isc-agent running

### Quick Fix ###

```
cd /srv/isc-agent
source virtenv/bin/activate
virtualenv virtenv --no-setuptools
pip install -r requirements.txt
reboot
```

If that doesn't work, see below, or send the content of /srv/log/isc-agent.err to [email protected].

### Details ###

Check the file ```/srv/log/isc-agent.err```. It should display any startup errors. Often the issue is caused by a missing python module. For example:

```
Expand Down

0 comments on commit 2ad2779

Please sign in to comment.