[strongSwan] allocating SPI failed: Unknown error (524)?

2017-02-24 Thread hb
Another (stupid) question, after authenticating to the server I get allocating SPI failed: Unknown error (524) unable to get SPI allocating SPI from kernel failed # ipsec version Linux strongSwan U5.5.1/K4.7.9-64 Institute for Internet Technologies and Applications University of Applied Sciences

Re: [strongSwan] allocating SPI failed: Unknown error (524)?

2017-02-24 Thread Noel Kuntze
Forgot to include a (P)RNG? On 24.02.2017 15:05, hb wrote: > Another (stupid) question, after authenticating to the server I get > > allocating SPI failed: Unknown error (524) > unable to get SPI > allocating SPI from kernel failed > > # ipsec version > Linux strongSwan U5.5.1/K4.7.9-64 > Instit

Re: [strongSwan] allocating SPI failed: Unknown error (524)?

2017-02-24 Thread hb
When configuring the kernel? One of these? # grep -i rng /boot/config-4.7.9-64 CONFIG_ATH9K_HWRNG=y # CONFIG_CARL9170_HWRNG is not set CONFIG_B43_HWRNG=y CONFIG_B43LEGACY_HWRNG=y CONFIG_CRYPTO_RNG=y CONFIG_CRYPTO_RNG2=y CONFIG_CRYPTO_RNG_DEFAULT=y CONFIG_CRYPTO_ANSI_CPRNG=y CONFIG_CRYPTO_USER_API_

Re: [strongSwan] allocating SPI failed: Unknown error (524)?

2017-02-24 Thread Noel Kuntze
Could be. Did you look in the kernel log when that error appeared? On 24.02.2017 20:57, hb wrote: > When configuring the kernel? One of these? > > # grep -i rng /boot/config-4.7.9-64 > CONFIG_ATH9K_HWRNG=y > # CONFIG_CARL9170_HWRNG is not set > CONFIG_B43_HWRNG=y > CONFIG_B43LEGACY_HWRNG=y > CONFI

Re: [strongSwan] allocating SPI failed: Unknown error (524)?

2017-02-27 Thread hb
Sure, I did. Nothing in there. On the other hand, if the error is ENOTSUPP, why should the kernel log anything. On 02/25/2017 12:17 AM, Noel Kuntze wrote: > Could be. Did you look in the kernel log when that error appeared? > On 24.02.2017 20:57, hb wrote: >> When configuring the kernel? One of th