aaron
Joined: 12 Sep 2003
Posts: 27
|
| Posted: Sun Sep 07, 2008 10:53 pm Post subject: |
|
|
In the meantime, this seems to override the errant behaviour:
edit /etc/modprobe.d/local (create it if it doesn't exist) and add the line:
Code: install ipv6 /bin/true
which basically tells modprobe to run /bin/true instaed of trying to actually load the module. |
|