Search results | FWCloud Forum

Search results

  1. D

    Invisible TCP flags labels

    Hello. Minor glitch: After some update TCP flags labels became invisible in Dark theme: Switching to light theme fixes it. If I had to guess - I would say the color of font matches background. Selecting text with mouse proves it.
  2. D

    docker: error with soltecsis/fwcloud-api:latest

    Hello. Please look at the previous thread: https://forum.fwcloud.net/threads/minor-update-breaks-the-installation.168/#post-648
  3. D

    Minor update breaks the installation

    Sorry to bring this in this thread and without proper research... TCP flags in the Dark theme appear to be invisible. Switching to light theme fixes it, but I am positive it was visible before. Tried Chrome and Firefox.
  4. D

    Minor update breaks the installation

    I was able to update FWCloud. The correct order (which I somehow missed yesterday) was: - Stop FWCloud services. - Update Node JS to 22.22: apt-get purge -y nodejs npm apt autoremove curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - sudo apt-get install -y nodejs...
  5. D

    Minor update breaks the installation

    Just to double check I reverted to snapshot. Standard Ubuntu 24.04 installation, fully updated: Welcome to Ubuntu 24.04.3 LTS (GNU/Linux 6.14.0-37-generic x86_64) 0 updates can be applied immediately. root@ubuntu-gui:~# apt-get update root@ubuntu-gui:~# node -v Command 'node' not found, but can...
  6. D

    Minor update breaks the installation

    On the clean system this seems to work: root@ubuntu-gui:~# sudo apt-get update root@ubuntu-gui:~# apt-get purge -y nodejs npm root@ubuntu-gui:~# apt autoremove root@ubuntu-gui:~# apt-get install -y ca-certificates curl root@ubuntu-gui:~# curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E...
  7. D

    Minor update breaks the installation

    Hello. Thanks for a quick reply. I forgot to mention it. I tried updating to v22.22. It did not help. I can try it again on 24.04 though - this combination I did not try. Currently running on: root@sec-fwcloud-srv:~# npm -v 9.2.0 root@sec-fwcloud-srv:~# node -v v18.19.1 Googling suggested...
  8. D

    Minor update breaks the installation

    Hello. Minor update breaks the installation. I installed ising install script years ago and was updating with autoupdater ever since. Everything was working perfectly fine, but last update fails. During login I tried to install minor updates as offered by UI. FWCloud-Websrv 2.0.3 2.0.4...
  9. D

    Negate position not working

    Hello. Just installed the update. "Negate position" is back. Thank you for the swift responce. Muchas grasias!
  10. D

    Negate position not working

    Meanwhile I guess I can manage it with posthook or script rule. I guess installing previous version of UI will work too?
  11. D

    Negate position not working

    Compilation gives: # RULE 5 (ID: 2969) FWCRULE2969.CH1 $IPTABLES -A FORWARD -m comment --comment 'Allow forward from local networks to internet' -s 10.100.1.0/24 -m conntrack --ctstate NEW -j $IPTABLES -A FWCRULE2969.CH1 -d 10.100.1.0/24 -j ACCEPT And I need to be able to get rule like...
  12. D

    Update fails after "FWCloud-Updater" has been updated to 2.0.0

    Hello. The auto updater seems to have some dificulties starting services after update. You can just wait, start the services manually and check for updates again.
  13. D

    Negate position not working

    Hello. I have updated my FWCloud installation. And now I am unable to use "negate position" in UI. The ones already set up are there, marked by red negative flag. But I am unable to set it anymore. "Enable position" action is present, but "disable / negate position" is not there anymore. And...
Top