Changes between Version 3 and Version 4 of Faq
- Timestamp:
- 01/13/15 22:30:12 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Faq
v3 v4 33 33 34 34 A: Run (as root) the following command: 'package remove Vuurmuur'. This will uninstall Vuurmuur but it leaves your configuration on the system. This will have to removed manually. 35 36 === Q: NFS mounts are hung when the system boots, how do I fix this? === 37 38 A: Make sure your `netfs` service starts after `vuurmuur`. For example, on !RedHat/CentOS you can do this by renaming the startup script `/etc/rc3.d/S25netfs` to `/etc/rc3.d/S92netfs`. Since these scripts are loaded alphabetically, renaming it should place it after the `S91vuurmuur` script.