IPSec: Device or ressource busy

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1483
Joined: Fri Aug 29, 2003 8:39 pm

IPSec: Device or ressource busy

Post by ^rooker »

[PROBLEM]
When I tried to stop the ipsec service, I got this error message:
ipsec_setup ipsec: Device or resource busy

although I did a "ifconfig ipsec0 down" before.


[SOLUTION]
The kernel-module "ipsec" couldn't be unloaded because of encryption modules (e.g.: ipsec_aes, ipsec_sha1, ...) loaded on top of it.

Unload those modules and ipsec can be stopped cleanly.
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply