Good day

This is the network configuration of the VM, I need to give myself time to install a second interface (dmz):

   source /etc/network/interfaces.d/*

   # The loopback network interface
   auto lo
   iface lo inet loopback

   # The primary network interface
   allow-hotplug ens18
   iface ens18 inet static
            address 192.168.16.33/21
            gateway 192.168.16.99
            # dns-* options are implemented by the resolvconf package,
   if installed
            dns-nameservers 8.8.8.8
            dns-search ***hidden**.com

- - - - -
first attempt, (all executed as root)

   ctdlvisor: Welcome to the Citadel System, brought to you using AppImage.
   ctdlvisor: LD_LIBRARY_PATH = /tmp/.mount_citadelDLXpp/usr/lib
   ctdlvisor: PATH = /tmp/.mount_citadelDLXpp/usr/bin
   ctdlvisor: APPDIR = /tmp/.mount_citadelDLXpp
   ctdlvisor: data directory = /usr/local/citadel
   ctdlvisor: HTTP port = 80
   ctdlvisor: HTTPS port = 443
   ctdlvisor: citserver running on pid=5216
   ctdlvisor: webcit (HTTP) running on pid=5217
   ctdlvisor: webcit (HTTPS) running on pid=5218
   ctdlvisor: executing /tmp/.mount_citadelDLXpp/usr/local/webcit/webcit
   ctdlvisor: executing
   /tmp/.mount_citadelDLXpp/usr/local/citadel/citserver with data
   directory /usr/local/citadel
   ctdlvisor: executing /tmp/.mount_citadelDLXpp/usr/local/webcit/webcit*
   ctdlvisor: pid=5216 exited, status=139, exitcode=0
   ctdlvisor: citserver exited normally - ending AppImage session
   ctdlvisor: pid=5217 exited, status=15, exitcode=0
   ctdlvisor: pid=5218 exited, status=15, exitcode=0
   ctdlvisor: pid=-1 exited, status=15, exitcode=0
   ctdlvisor: exit code 0*

second attempt,

   ctdlvisor: Welcome to the Citadel System, brought to you using AppImage.
   ctdlvisor: LD_LIBRARY_PATH = /tmp/.mount_citade5YTQho/usr/lib
   ctdlvisor:            PATH = /tmp/.mount_citade5YTQho/usr/bin
   ctdlvisor:          APPDIR = /tmp/.mount_citade5YTQho
   ctdlvisor:  data directory = /usr/local/citadel
   ctdlvisor:       HTTP port = 80
   ctdlvisor:      HTTPS port = 443
   ctdlvisor: citserver running on pid=5238
   ctdlvisor: webcit (HTTP) running on pid=5239
   ctdlvisor: webcit (HTTPS) running on pid=5240
   ctdlvisor: executing /tmp/.mount_citade5YTQho/usr/local/webcit/webcit
   ctdlvisor: executing /tmp/.mount_citade5YTQho/usr/local/webcit/webcit
   ctdlvisor: executing
   /tmp/.mount_citade5YTQho/usr/local/citadel/citserver with data
   directory /usr/local/citadel
   *ctdlvisor: pid=5238 exited, status=139, exitcode=0**
   **ctdlvisor: citserver exited normally - ending AppImage session**
   **ctdlvisor: pid=5239 exited, status=15, exitcode=0**
   **ctdlvisor: pid=5240 exited, status=15, exitcode=0**
   **ctdlvisor: pid=-1 exited, status=15, exitcode=0**
   **ctdlvisor: exit code 0*


and third attempt (after restarting the VM)

   ctdlvisor: Welcome to the Citadel System, brought to you using AppImage.
   ctdlvisor: LD_LIBRARY_PATH = /tmp/.mount_citade7DmEXm/usr/lib
   ctdlvisor:            PATH = /tmp/.mount_citade7DmEXm/usr/bin
   ctdlvisor:          APPDIR = /tmp/.mount_citade7DmEXm
   ctdlvisor:  data directory = /usr/local/citadel
   ctdlvisor:       HTTP port = 80
   ctdlvisor:      HTTPS port = 443
   ctdlvisor: citserver running on pid=424
   ctdlvisor: executing
   /tmp/.mount_citade7DmEXm/usr/local/citadel/citserver with data
   directory /usr/local/citadel
   ctdlvisor: webcit (HTTP) running on pid=425
   ctdlvisor: webcit (HTTPS) running on pid=426
   ctdlvisor: executing /tmp/.mount_citade7DmEXm/usr/local/webcit/webcit
   ctdlvisor: executing /tmp/.mount_citade7DmEXm/usr/local/webcit/webcit
   *ctdlvisor: pid=424 exited, status=139, exitcode=0
   ctdlvisor: citserver exited normally - ending AppImage session
   ctdlvisor: pid=425 exited, status=15, exitcode=0
   ctdlvisor: pid=426 exited, status=15, exitcode=0
   ctdlvisor: pid=-1 exited, status=15, exitcode=0
   ctdlvisor: exit code 0*




Regards


On 4/21/21 12:44 PM, IGnatius T Foobar wrote:
  >And yes, when trying to send messages it fails; I can send messages to
>the "admin" account itself. Damn. I did a fresh install of Debian 10, minimal with no extra software
added, on the exact virtual hardware you described in your last post.  I still
can't get it to fail.
Can you please post the output of the AppImage when it crashes? I want to
look at the exit codes to see if it's exiting on its own or crashing out from
a signal.  If it's a segfault then we'll have to find a way to get it to print
a backtrace.

Reply via email to