<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi again,<br>
    <br>
    I compiled the kernel accordingly. But it did not help.<br>
    I gave up on this mipsel router. My raspberry will do the job now ;)<br>
    <br>
    Anyway, thank you for your support, Teddy!<br>
    <br>
    -mxsw<br>
    <br>
    <div class="moz-cite-prefix">On 27.10.2014 23:57, <a class="moz-txt-link-abbreviated" href="mailto:mxsw@online.de">mxsw@online.de</a>
      wrote:<br>
    </div>
    <blockquote cite="mid:544ECDF3.40909@online.de" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      Hi Teddy,<br>
      <br>
      thank you so much for this information.<br>
      Seems like the is not compiled with this option.<br>
      I'll try to compile it that way and report.<br>
      <br>
      -mxsw<br>
      <br>
      <div class="moz-cite-prefix">On 24.10.2014 19:45, Teddy Hogeborn
        wrote:<br>
      </div>
      <blockquote cite="mid:87a94lqs31.fsf@tower.recompile.se"
        type="cite">
        <pre wrap=""><a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:mxsw@go4more.de">mxsw@go4more.de</a> writes:

</pre>
        <blockquote type="cite">
          <pre wrap="">I tried to get mandos server running in a debian wheezy chroot
environment running on a mipsel router.

Using mandos 1.6.8 I get this error message:

root@192:/root# su -c 'invoke-rc.d mandos start --debug'
2014-10-13 20:01:59,588 root [3458]: WARNING: Could not load persistent state:
No such file or directory
2014-10-13 20:01:59,768 root [3458]: DEBUG: Creating client 'xxxxx'
2014-10-13 20:01:59,780 root [3458]: DEBUG:   Fingerprint:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
sem_wait: Function not implemented
sem_wait: Function not implemented
sem_wait: Function not implemented
sem_wait: Function not implemented
sem_wait: Function not implemented
Traceback (most recent call last):
  File "/usr/sbin/mandos", line 2883, in <module>
    main()
  File "/usr/sbin/mandos", line 2668, in main
    server_settings = server_settings)
  File "/usr/sbin/mandos", line 1235, in __init__
    Client.__init__(self, *args, **kwargs)
  File "/usr/sbin/mandos", line 547, in __init__
    .Condition(multiprocessing_manager
  File "/usr/lib/python2.7/multiprocessing/managers.py", line 667, in temp
    token, exp = self._create(typeid, *args, **kwds)
  File "/usr/lib/python2.7/multiprocessing/managers.py", line 565, in _create
    conn = self._Client(self._address, authkey=self._authkey)
  File "/usr/lib/python2.7/multiprocessing/connection.py", line 176, in Client
    deliver_challenge(c, authkey)
  File "/usr/lib/python2.7/multiprocessing/connection.py", line 411, in deliver_challenge
    response = connection.recv_bytes(256)        # reject large message
EOFError
Exception AttributeError: AttributeError("'ClientDBusAlternate' object has no
attribute '_locations_lock'",) in  ignored

Any ideas?
</pre>
        </blockquote>
        <pre wrap="">Is your kernel compiled with CONFIG_SHMEM=y (check /boot/config-*)?

The Mandos server uses Python's built-in "multiprocessing" module, which
uses semaphores, which uses the POSIX semaphore functions, which
apparently likes having shared memory enabled.

/Teddy Hogeborn

</pre>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
Mandos-Dev mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Mandos-Dev@recompile.se">Mandos-Dev@recompile.se</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://mail.recompile.se/cgi-bin/mailman/listinfo/mandos-dev">https://mail.recompile.se/cgi-bin/mailman/listinfo/mandos-dev</a>
</pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Mandos-Dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Mandos-Dev@recompile.se">Mandos-Dev@recompile.se</a>
<a class="moz-txt-link-freetext" href="https://mail.recompile.se/cgi-bin/mailman/listinfo/mandos-dev">https://mail.recompile.se/cgi-bin/mailman/listinfo/mandos-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>