Skip to content
Snippets Groups Projects
Unverified Commit d2635f0d authored by Wolfgang Merkt's avatar Wolfgang Merkt Committed by GitHub
Browse files

README: Copy-pasteable command to fix TRANSIENT segfault

parent cd2e6a4d
No related branches found
No related tags found
No related merge requests found
...@@ -216,8 +216,8 @@ ps -C omniNames -o pid,args ...@@ -216,8 +216,8 @@ ps -C omniNames -o pid,args
If the process is not running, delete omniNames related log and backup files in `/var/lib/omniorb`. They may have different names on your computer, but most likely, something like: If the process is not running, delete omniNames related log and backup files in `/var/lib/omniorb`. They may have different names on your computer, but most likely, something like:
```bash ```bash
rm /var/lib/omniORB/omninames-<computer_name>.log sudo rm /var/lib/omniORB/omninames-`hostname`.log
rm /var/lib/omniORB/omninames-<computer_name>.bak sudo rm /var/lib/omniORB/omninames-`hostname`.bak
``` ```
then restart the server: then restart the server:
```bash ```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment