I see that `sudo ipsec status` return exit code 3. Couldn't find the significance of this exit code in the documentation. Can you help understand what exit code 3 implies?
--karuna On Wed, May 12, 2021 at 10:15 AM Noel Kuntze <[email protected]> wrote: > the strace isn't useful because starter is doing the reading and loading > of the config. "ipsec" only tells starter to do that. > Please run dos2unix on the config files on the server and check if that > helps. > > Am 12.05.21 um 18:49 schrieb Karuna Sagar Krishna: > > Ah yes, that is probably because I copied the contents of ipsec.conf > from my terminal window to notepad. I verified that on the Ubuntu nodes it > uses Unix line endings and in production scenario this file is generated by > scripts on the Ubuntu node itself. > > > > --karuna > > > > > > On Wed, May 12, 2021 at 6:58 AM Tobias Brunner <[email protected] > <mailto:[email protected]>> wrote: > > > > Hi Karuna, > > > > > @Tobias Brunner <mailto:[email protected] <mailto: > [email protected]>> do you have any inputs on > > > this issue? > > > > Make sure your config file uses Unix line endings (\n) and not > Windows > > (\r\n), which the file you sent does. > > > > Regards, > > Tobias > > > > >
