Join the conversation

Sign in to join this conversation, and others like it, in the communities you care about.

Wekan

Wekan is an open-source kanban board (Trello like) which allows a card-based task and to-do management.

Wekan / General

Wekan watercooler

The Wekan watercooler

Welcome to the Wekan watercooler, a space for general chat with everyone in the community. Jump in to the conversation below or introduce yourself!

Load previous messages

November 12, 2021 at 8:21am

sigh - I have tried every combination I can think of and the same thing always happens - complaint about fibers. I guess I will have to stay on 5.17 as that still runs ok. Last thing I will do is try to re-run the build that created that image and check it still works. I guess if not then the issue must lie elsewhere

    • reply
    • like

    ok - image built from 5.17 in Pi3 and node 12.18 runs just fine but image built changing 5.17 to 5.75 in the same dockerfile fails with missing fibers error so something has broken (in my environment at least) between 5.17 and 5.75

      • reply
      • like

      November 15, 2021 at 7:51am

      Just looked in the repos and I see there is now an offical arm64 dockerfile..... that didn't exist when I began so I created my own, which is the one not working. I can see stuff relating to fibers in official so will give that a go today

        • reply
        • like

        November 15, 2021 at 10:24am

        @b3lt3r Please try current 5.75 bundle from https://releases.wekan.team/raspi3/ , I made some fixes

          • reply
          • like

          arm64 dockerfile has not been tested, I don't know does it work

            • reply
            • like

            There is currently Snap and Docker versions only for x64

              • reply
              • like

              I have not done arm64/s390x/ppl64le versions yet

                • reply
                • like

                I did also make changes to arm64 bundle build scripts https://github.com/wekan/wekan/blob/master/releases/maintainer-make-bundle-a.sh

                  • reply
                  • like

                  it does now add fibers correctly

                    • reply
                    • like

                    November 17, 2021 at 9:55am

                    I was originally using the 5.75 bundle from 12/11 and I don't see an update after that. I did try the arm64 dockerfile but that is a qemu based cross compile on amd64. It worked up to a point and then stopped with an invalid exec error which seemed due to trying to run (maybe) arm code on the amd.

                    What I'll try next is the 5.75 bundle outside of docker but my endgame is always to run in docker as that gives me more isolation. Failing that I'll try the amd64 docker compose with latest and see how that goes.

                    The dockerfile I have that works fine with 5.17 is very simple - bases on Ubuntu Groovy, adds a few utils for the OS (wget and zip), downloads and unzips Pi3 bundle, installs the node release and adds the start scripts reference which I have outside the docker so I can easily modify if required.

                    Rgds

                      Edited
                      • reply
                      • like

                      Currently Docker and Snap is amd64. I'm now trying to add arm64/s390x/ppc64le

                        • reply
                        • like

                        adding is in progress, not ready yet

                          • reply
                          • like

                          Great - my 5.17 works fine as is so I'm safe till then :-)

                            • reply
                            • like

                            December 15, 2021 at 7:26pm

                            well.... I have gone to the dark side and started migrating all my Pi apps onto an amd64 Debian host so the arm64 issue isn't one for me any more :-) As an aside - is there any exposure to the Log4J vulnerability? I can't imagine there is but definitive confirmation would be great.

                              • reply
                              • like

                              December 16, 2021 at 5:00am

                              You are the 4th that asked about Log4j. When there is no Java code in WeKan at all.

                                • reply
                                • like

                                And no Log4j at all.

                                  • reply
                                  • like

                                  December 31, 2021 at 10:27am

                                  ok - thank you, good to be certain!

                                    • reply
                                    • like

                                    Other Q. My dates all display in American m/d/y format. My browser is set to English (UK), my Linux desktop is set en_gb as is my linux server that the docker runs on. I log in with language English (UK) and always see dates is mm/dd/yyy format.....

                                      • reply
                                      • like

                                      WeKan ® Version 5.84.0 Meteor version 2.2 Node version 12.22.7 MongoDB version 4.4.10

                                        • reply
                                        • like

                                        I've used a new private browser, cleared cache but still it shows in US date format

                                          • reply
                                          • like

                                          December 31, 2021 at 1:06pm

                                          ok - just saw an issue on Github referring to mquandallemoment and when I look at my browser inspector I see this message: Loading failed for the <script> with source “http://localhost/packages/mquandalle_moment/locale/en-gb.js?=1640948758484”

                                            • reply
                                            • like

                                            so I guess that's the issue... Not a dealbreaker but jarring :-)

                                              • reply
                                              • like

                                              December 31, 2021 at 7:16pm

                                              @b3lt3r dates depend on language. English is m/d/y, English (UK) is d/m/y. You can select language at right top click your username / Language.

                                                • reply
                                                • like

                                                @b3lt3r That language stuff will change to be always set serverside, so it will work always correctly, and there will be selection of any date format.

                                                  • reply
                                                  • like