https://bugzilla.novell.com/show_bug.cgi?id=410032 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=410032#c1 --- Comment #1 from Mike Fabian <mfabian@novell.com> 2008-07-17 10:25:29 MDT --- First of all, racoond failed to start: mike@nozomi:~$ sudo rcracoond restart Shutting down IPsec IKE daemon (racoon) done Setting up IPsec policies done Starting IPsec IKE daemon (racoon) done mike@nozomi:~$ racoon: failed to parse configuration file. mike@nozomi:~$ ps aux | grep racoon mike 4837 0.0 0.1 9248 900 pts/2 R+ 18:19 0:00 grep racoon mike@nozomi:~$ Trying to find out why not, I found: mike@nozomi:~$ sudo /usr/sbin/racoon -F -v -d -d -f /etc/racoon/racoon.conf [...] 2008-07-17 18:21:54: DEBUG2: pre-shared key(1) 2008-07-17 18:21:54: DEBUG2: 2008-07-17 18:21:54: DEBUG: hmac(modp768) 2008-07-17 18:21:54: ERROR: Not supported. 2008-07-17 18:21:54: ERROR: /etc/racoon/racoon.conf:143: ";" algorithm DES not supported by the kernel (missing module?) 2008-07-17 18:21:54: ERROR: fatal parse failure (1 errors) racoon: failed to parse configuration file. mike@nozomi:~$ I found that the 32bit machine had the following module loaded mike@linux:~$ lsmod | grep des des_generic 20992 0 mike@linux:~$ but the 64bit machine didn’t have this module loaded. I have no idea why. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.