friendica (DFRN) - Link zum Originalbeitrag

!Friendica Support I just did a "git pull" of de dev version. The info says now

Diese Friendica-Instanz verwendet die Version 2024.06-dev, sie ist unter der folgenden Adresse im Web zu finden fedica.ch. Die Datenbankversion ist 1560/1560 und die Post-Update-Version 1550/1550.

But should the DB version not be 1565/1565? Why does this stay on 1560?

Friendica Support hat dies geteilt.

Als Antwort auf Tin

@Tin da ich sehen kann das deine Instanz auf 2024.03-dev läuft nehme ich mal, das du das Update via git meinst und duein Update von 2024.03-dev auf 2024.03 machen willst. In dem Fall musst du auch die git Branche wechslen ( was in der Anleitung nicht mit angegeben ist.

cd path/to/friendica
git fetch
git checkout stable
git pull
bin/composer.phar install --no-dev
cd path/to/friendica/addon
git fetch
git checkout stable
git pull
@Tin
Als Antwort auf xy..

@xy..

Sie sind ja eigentlich nicht wirklich gross...

]+----------------------+-----------+
| Table                | Size (MB) |
+----------------------+-----------+
| apcontact            |       386 |
| post-user            |       284 |
| post-content         |       259 |
| storage              |       201 |
| item-uri             |       185 |
| contact              |       170 |
| post-tag             |       105 |
| post-thread-user     |        73 |
| post-media           |        68 |
| post                 |        57 |
| inbox-status         |        40 |
| endpoint             |        22 |
| post-history         |        16 |
| post-thread          |        14 |
| tag                  |        11 |
| parsed_url           |        11 |
| contact-relation     |         9 |
| diaspora-interaction |         7 |
| account-user         |         6 |
| post-counts          |         6 |
+----------------------+-----------+
20 rows in set (0.024 sec)
@xy..

Friendica Support hat dies geteilt.

Als Antwort auf Tin

Hm, mir hat der Provider auch mitgeteilt, dass es ab und zu Unregelmäßigkeiten mit meinen täglichen Backups gibt.
Ich habe es erklärt und vorgeschlagen, dass sie das automatische Backup bei mir abschalten sollen. Wäre ok für mich.

Daraufhin der Provider: Nee, wir schalten nur die Warnmails des Prozesses ab, die wir normalerweise bekommen und lassen es ansonsten einfach weiter laufen.
So haste zumindest ab und zu vollständige Backups, denn einige davon sind ja in Ordnung.

Friendica Support hat dies geteilt.

friendica (DFRN) - Link zum Originalbeitrag

!Friendica Support Very very slow. My #Friendica instance is very very slow - it is a private instance with only one active account, running about 8 months. There must be a severe problem with the database - it is not really big (as I learned yesterday)

Calling the "network" page:
Datenbank: 36.89/0, Netzwerk: 0, Darstellung: 0.94, Sitzung: 0, I/O: 0.02, Sonstiges: 0.1, Gesamt: 37.94

Friendica Support hat dies geteilt.

Als Antwort auf Michael 🇺🇦

@Michael Vogel
See the thread yesterday 😄
fedica.ch/display/6ad7505f-896…


!Friendica Support Mein Provider meldet sich u.a. auch wegen zu grosser Datenbank. Diese Friendica Instanz ist 8 Monate alt, hat einen aktiven User mit ca, 100 Kontakten. Die Haltezeit der Posts ist auf 90 Tage gesetzt. Die Datenbank ist 3.4 GB gross. Bug or Feature?

Friendica Support hat dies geteilt.

Als Antwort auf xy..

I also tried shared-hosting with this provider and can not recommend that: Installation didn't work at all via ("git clone" and) "composer" - since then I install and update via the archives. And s far as i remember, there were other issues with unsupported functions while running the instance. Don't remember details.
Same with two other providers, as long as you i tried shared-hosting.

@xy.. php-friends sounds interesting. What offer did you book there?

@xy..

Friendica Support hat dies geteilt.

Als Antwort auf Tin

Das hatte ich vor Jahren auch auf meiner Instanz. Ursache war, das die Worker für einige sehr anspruchsvolle Jobs zu lange brauchten.
In dieser Hinsicht kritische Jobs haben gerne mal mit Abgleich von Kontakten über mehrere Kontakstufen zu tun. Das braucht Zeit und viel Speicher.
Folgende Optionen haben bei mir geholfen:

  • Zusammensuchen neuer Kontakte anhand bereits vorhandener Kontakte ausschalten
    Admin > Site > Auto Discover Contact Directory > none
  • Das Caching von Avataren abschalten
    Admin > Site > Performance > Cache contact avatars > off
Dieser Beitrag wurde bearbeitet. (1 Jahr her)
Als Antwort auf Schaf (fka Bionk)

About one year ago, we had the same issue here in support-forum.

  • Even the .sem-files are placed in the temp-path, which explains, why they can't be released after use.
  • ipcs -s shows the amount of 'existing' semaphores, ipcs -l shows the limit and ipcrm -s $id deletes them manually.
  • In this thread @Montag presented a script to delete all existing semaphores at once, after setting the correct path.
Dieser Beitrag wurde bearbeitet. (1 Jahr her)

Friendica Support hat dies geteilt.

Als Antwort auf Tin

As far as I remember, the maximum allowed number of semaphores has been reached. The reason is that semaphores are created but not released again. In my case, there has been a wrong path set in
Settings > Site > Advanced > Temp path
If this setting ist correct, there should appear several files in the temp-path.

The command 'ipcs -s' shows up all created sepaphores, 'ipcs -l' shows the maximum allowed.
'ipcrm -s $id' deletes semaphores one by one, while $id is the id of the semaphore to be deleted.

Read more in this thread (german language).

Dieser Beitrag wurde bearbeitet. (1 Jahr her)

Friendica Support hat dies geteilt.

Als Antwort auf Tin

The thread ist restricted for anonymous users, so copy the link into the seach-field while you are logged in. It should be visible for you then.

I had the same problem (and the same error-message) about 18 months ago and asked the support of my provider (which is uberspace).
They answered: "Tatsächlich ist die Meldung hier etwas verwirrend. Plattenspeicher ist ausreichend vorhanden, die knappe Ressource sind Semaphoren, wenn davon zu wenige zur Verfügung stehen wird leider ebenfalls ein “no space left on device” gemeldet. [...]" which means "the error message is misleading. [...] there is enough disk space, the limited ressouce are semaphores [...]".

Setting the correct tmp-path solved this problem for me and for @Montag

Friendica Support hat dies geteilt.

friendica (DFRN) - Link zum Originalbeitrag

!Friendica Support
Wollte auf Friendica develop Version upgraden - bekomme eine Fehlermeldung:

Fehler 1064 beim Update der Datenbank aufgetreten
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-type\' = \'community\' and \'manually-approve\' = false instead'' at line 1

Friendica Support hat dies geteilt.

friendica (DFRN) - Link zum Originalbeitrag
!Wandern und Trekking Bitte mehr Rücksicht auf die Natur - Übernachtung im Naturschutzgebiet geht gar nicht.
#schweiz #wandern
srf.ch/news/schweiz/zelten-ueb…

Wandern und Trekking hat dies geteilt.

friendica (DFRN) - Link zum Originalbeitrag
Mastodon ist ein soziales Netzwerk


Nein, das ist falsch. Das Soziale Netzwerk ist das #Fediverse. Mastodon ist eine Software, die eine Microblogging Instanz aufzieht, die mit dem Protokoll #ActivityPub am dezentralen Netzwerk teilnimmt und so mit den anderen Instanzen verbunden ist.

teilten dies erneut