Pkgupdate hangs on haaS-proxy

I currently face the issue that I am not able to upgrade anymore. Whenever the update runs automatically or I start it manually it seems to hang on a specific routine. I am not sure what the issue is.
I tried to leave it running for hours but nothing happened. When I CTRL+C/reboot/retry the same thing happens again. Current version should be 3.10.1 - I thought it might be a package problem with 3.10.2 but the issue persists.

This is what I see on the console:

INFO:Detected existing journal. Trying to recover it.
INFO:Running post-install and post-rm scripts
Output from foris-common.postinst:

  • [ -n ]
  • [ -f /www2/forris.pyc ]
  • /etc/init.d/lighttpd enable
  • /etc/init.d/lighttpd restart
    Output from foris-config.postinst:
  • [ -n ]
  • /etc/init.d/lighttpd restart
    Output from foris-wizard.postinst:
  • [ -n ]
  • /etc/init.d/lighttpd restart
    Output from foris-diagnostics-plugin.postinst:
  • [ -n ]
  • /etc/init.d/lighttpd restart
    Output from foris-l10n-de.postinst:
  • [ -n ]
  • /etc/init.d/lighttpd restart
    Output from foris-diagnostics-plugin-l10n-de.postinst:
  • [ -n ]
  • /etc/init.d/lighttpd restart
    Output from foris-openvpn-plugin.postinst:
  • [ -n ]
  • /etc/init.d/openvpn enable
  • /etc/init.d/lighttpd restart
    grep: /proc/11701/cmdline: No such file or directory
    Output from foris-openvpn-plugin-l10n-de.postinst:
  • [ -n ]
  • /etc/init.d/lighttpd restart
    Output from foris-controller-storage-module.postinst:
  • [ -z ]
  • /etc/init.d/foris-controller restart
  • /etc/init.d/srv enable
  • mkdir -p /srv

When I use the DBG switch on pkgupdate I get the following last lines:

DEBUG:backend.lua:986 (script_run):Running postinst of foris-controller-storage-module
DEBUG:src/lib/interpreter.c:319 (lua_run_generic):Command: /usr/lib/opkg/info//foris-controller-storage-module.postinst configure
DEBUG:backend.lua:989 (Globals):Terminated: TERMINATED
DEBUG:backend.lua:998 (script_run):+ [ -z ]

  • /etc/init.d/foris-controller restart
  • /etc/init.d/srv enable
  • mkdir -p /srv

Output from foris-controller-storage-module.postinst:

  • [ -z ]
  • /etc/init.d/foris-controller restart
  • /etc/init.d/srv enable
  • mkdir -p /srv
    DEBUG:backend.lua:986 (script_run):Running postinst of haas-proxy
    DEBUG:src/lib/interpreter.c:319 (lua_run_generic):Command: /usr/lib/opkg/info//haas-proxy.postinst configure

EDIT:
Nevermind, I somehow managed to upgrade by uninstalling haas-proxy and doing other stuff like disabling services and reenable them afterwards.
Kind of weird but it seems to work now when I reinstalled everything as beforeā€¦