Bootstrap נכשל עם קוד יציאה 128

do i perform step 5 in isolation, or do i need to do the previous steps again?

אני אעבור על כל זה ואבדוק.

לייק 1

In this topic, I think the real issue was the deprecated plugin. I probably won’t go through DigitalOcean’s procedure, but someone else can. :slightly_smiling_face:

בנייה מחדש ללא החלפה אינה נעימה ומסוכנת.

גם עם 8GB של זיכרון RAM

you will likely get away with it, but it’s good practice to have some “run-off”

לייק 1

cp /etc/fstab /etc/fstab.bak אבל עדיין

root@ubuntu:~# free -h
              total        used        free      shared  buff/cache   available
Mem:           7.7Gi       1.8Gi       5.0Gi        83Mi       964Mi       5.6Gi
Swap:             0B          0B          0B

אחרי reboot

those are the lines that make the swap persist between boots.

the first adds it to /etc/fstab, the last makes the swappiness get sset at every boot.

לייק 1

the single-session output on running your lines is

Last login: Wed Jul 23 13:16:35 2025
root@ubuntu:~# echo "/swapfile       swap    swap    auto      0       0" | tee                                                                                                                                                                              -a /etc/fstab
/swapfile       swap    swap    auto      0       0
root@ubuntu:~# sysctl -w vm.swappiness=10
vm.swappiness = 10
root@ubuntu:~# echo 'vm.swappiness = 10' > /etc/sysctl.d/30-discourse-swap.conf
root@ubuntu:~# free -h
               total        used        free      shared  buff/cache   available
Mem:           7.7Gi       3.0Gi       389Mi       671Mi       4.3Gi       3.7Gi
Swap:             0B          0B          0B
root@ubuntu:~#

i then ran reboot in a VNC, and free -h returned the desired 2GB of Swap space :slightly_smiling_face:

נתקלתי בזה. לא ציפיתי שהגיבוי ייכשל. תודה על הנושא הזה ועל הפלאגין.

שינוי קטן בתקשורת דרך ADMIN יהיה טוב או לפחות בדיקה על ביצוע ./launcher rebuild app, עם פלט SOTP עם הפסקה של כן/לא בטרמינל להמשך.

בסופו של דבר נאלצתי להסיר את הפלאגין discotoc כדי לגרום לזה לעבוד כאן, אבל לא בטוח שזה הוזכר בפלאגינים שהם ליבה.

Really appreciate that, thanks! I’ve been learning as I go too — glad some of my posts have helped others along the way.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.