Skip to content

NodeBB - Upgrade v1.19.2

NodeBB
  • Neues Update raus, die lange Liste der Neuerungen und Fixe findet man hier.

    Interessant, das sich meine beiden Installationen nicht 100% gleich verhalten, obwohl ich denke das in beiden die selben Pakete installiert sind. Heute kam das

     npm notice Run npm install -g npm@8.4.1 to update!
     npm notice 
     npm ERR! code ENOTEMPTY
     npm ERR! syscall rename
     npm ERR! path /home/user_nodebb/nodebb/node_modules/nodebb-plugin-emoji
     npm ERR! dest /home/user_nodebb/nodebb/node_modules/.nodebb-plugin-emoji-sQR11zwD
     npm ERR! errno -39
     npm ERR! ENOTEMPTY: directory not empty, rename '/home/user_nodebb/nodebb/node_modules/nodebb-plugin-emoji' -> '/home/user_nodebb/nodebb/node_modules/.nodebb-plugin-emoji-sQR11zwD'
     
     npm ERR! A complete log of this run can be found in:
    

    Ok, wie ich schon oft hier geschrieben habe, ist es wichtig die Fehlermeldungen gut zu lesen. Die Lösungen stehen fast immer drin. Das entsprechende Verzeichnis umbenannt. Dann den Vorgang neu gestartet.

    ./nodebb upgrade
    

    Lief durch. Auf neuen Beitrag geklickt und rechts unten kommt ein rotes Fenster mit irgendwas " emoij nicht vorhanden..." Was jetzt?

    Im Adminbereich mal das Plugin aufgerufen

    3d66e653-d0c8-401d-9af4-284a57914458-image.png

    Auf Build Emoji Assets geklickt und gespeichert. Danach gingen die Emojis wieder.

  • Es gab da noch ein lästiges Problem -> https://github.com/NodeBB/nodebb-plugin-emoji/issues/52

    npm install nodebb-plugin-emoji@3.5.13
    

    Die Version v3.5.13 behebt das Problem.

  • Fedora 40 - Updates

    Linux
    1
    0 Stimmen
    1 Beiträge
    158 Aufrufe
    Niemand hat geantwortet
  • FrOSCon 18 - Bericht

    Linux
    2
    0 Stimmen
    2 Beiträge
    545 Aufrufe
    FrankMF

    Und man soll ja auch was mitnehmen....

    Screenshot_20230809_194620.png

    Das ist Semaphore, installiert in einer VM auf meinem Proxmox.

  • NAS 2023 - Thema Datensicherung

    Verschoben Linux
    2
    0 Stimmen
    2 Beiträge
    143 Aufrufe
    FrankMF

    Bleibt noch etwas wichtiges. Die ganzen Konfigurationsdateien vom Proxmox Host. Sinnvoll, das man sich das sichert.

    #!/bin/bash # Script um mit Restic Daten automatisiert zu sichern! # Dient zum Sichern des Ordners /etc/pve! # Was soll gesichert werden? backup_pfad=/etc/pve # Programm Start restic --password-file /root/passwd -r /mnt/pve/Restic_Backups/pve backup $backup_pfad > backup_pve_001.log restic --password-file /root/passwd -r /mnt/pve/Restic_Backups/pve forget --keep-last 3 --keep-monthly 3 --prune >> backup_pve_002.log # Testen restic --password-file /root/passwd -r /mnt/pve/Restic_Backups/pve check --read-data >> backup_pve_003.log

    Crontab eingerichtet - fertig!

  • KDE Plasma setzt auf Wayland

    Linux
    1
    0 Stimmen
    1 Beiträge
    62 Aufrufe
    Niemand hat geantwortet
  • NodeBB - Upgrade auf v1.16.0

    NodeBB
    1
    0 Stimmen
    1 Beiträge
    173 Aufrufe
    Niemand hat geantwortet
  • Cockpit

    Linux
    1
    0 Stimmen
    1 Beiträge
    234 Aufrufe
    Niemand hat geantwortet
  • Nextcloud Talk

    Nextcloud
    5
    0 Stimmen
    5 Beiträge
    820 Aufrufe
    FrankMF

    All I needed to do was setting the permissions to 744 for the archive directory and the symlinks resolved correctly after a reboot of coturn

    My turnserver installation on Debian runs as the user turnserver and not as root, nor is the user turnserver in any group owning the letsencrypt directory.
    If your turnserver does run as root, it should be fine just adding execute permissions.

    I hope this helps some of you.
    Quelle: https://help.nextcloud.com/t/lets-encrypt-symlink-breaks-coturn-configuration/70166

    Was zum Testen die Tage....

  • NVMe Firmware - Daten werden benötigt

    Linux
    1
    0 Stimmen
    1 Beiträge
    709 Aufrufe
    Niemand hat geantwortet