Skip to content

Commit 74ab6c9

Browse files
authored
Update README.md
1 parent c6169fa commit 74ab6c9

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# kcare-uchecker
22
A simple tool to detect outdated shared libraries
3+
4+
## Usage
5+
6+
Simple script run will looks like
7+
8+
``` bash
9+
$ curl -s -L https://kernelcare.com/uchecker | sudo python
10+
[*] Process httpd[15516] linked to the `libc-2.17.so` that is not up to date.
11+
12+
You may want to update libraries above and restart corresponding processes.
13+
14+
KernelCare+ allows to resolve such issues with no process downtime. To find
15+
out more, please, visit https://lp.kernelcare.com/kernelcare-early-access?
16+
```
17+
18+
## Troubleshooting
19+
20+
For more verbose output you can choose logging level from ERROR, WARNING, INFO and DEBUG. For example
21+
22+
``` bash
23+
$ curl -s -L https://kernelcare.com/uchecker | sudo LOGLEVEL=debug python
24+
```

0 commit comments

Comments
 (0)