[10:27:54]
<isAAAc> there is a WIP issue on the last version kanboard_ynh: https://github.com/YunoHost-Apps/kanboard_ynh/issues/233
perhaps you should install the previous version ?
[11:18:56]
<DSteve> I'd try that, thanks! What's the recommended way to install earlier version of an app?
[13:58:32]
<xabih> Can I ask why is Pixelfed is marked as obsolete? I hope is temporary.
[14:37:11]
<orhtej2> > <@xabih:matrix.org> Can I ask why is Pixelfed is marked as obsolete? I hope is temporary.
It's broken on CI not obsolete
[14:37:11]
<orhtej2> some wtf issue with upgrade script
[14:37:13]
<xabih> Another question, is planned to soon upgrade FFmpeg to v8.1.2+? I assume you're aware of the serious vulnerability.
[16:18:52]
<m606> in Pixelfed? Debian package is used, so it should be aligned with latest ffmpeg version available in Debian repos for Bookworm or Trixie, depending on your YNH version and provided you do apply system upgrade
[16:44:24]
<zenigata> Hi there!
I have installed the app My Webapp yesterday, and since then Jellyfin won't start. I have a connexion refused in the logs.
[16:45:26]
<zenigata> I can't find the issue yet. But I suspect the My Webapp installation to have messed with the Jellyfin (why only it though?).
[16:46:41]
<zenigata> For example, is it OK to have /var/www/jellyfin under my_webapp:my_webapp? I can't find any jellyfin user.
[17:06:45]
<otm33> No, it is not... So `id -u jellyfin` says this user doesn't exist and you cannot chown `/var/www/jellyfin`?
[17:10:24]
<zenigata> Moreover, /var/log/jellyfin doesn't exist, but /var/www/jellyfin is still there. I used the service 2 days ago...
[17:10:55]
<zenigata> no such user
[17:15:25]
<otm33> Can you check this
`ls /var/log/yunohost/operations | grep jellyfin`
and share the output of
`stat /var/www/jellyfin` ?
And maybe also the my_webapp install log...
[17:19:16]
<zenigata> 20260411-125911-app_install-jellyfin.log
20260411-125911-app_install-jellyfin.yml
20260427-111709-app_upgrade-jellyfin.log
20260427-111709-app_upgrade-jellyfin.yml
20260527-230823-app_upgrade-jellyfin.log
20260527-230823-app_upgrade-jellyfin.yml
20260612-214059-app_upgrade-jellyfin.log
20260612-214059-app_upgrade-jellyfin.yml
[17:20:24]
<zenigata> File: /var/www//jellyfin/
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: 8,3 Inode: 98701615 Links: 8
Access: (0750/drwxr-x---) Uid: ( 33/www-data) Gid: ( 33/www-data)
Access: 2026-06-25 17:00:57.288289206 +0000
Modify: 2026-06-12 21:42:49.611871495 +0000
Change: 2026-06-25 16:51:21.313016929 +0000
Birth: 2026-04-11 13:06:43.630835402 +0000
[17:21:44]
<zenigata> Where can I find the my_webapp install log?
[17:27:46]
<otm33> Via the webadmin>tools>logs
Or in `ls /var/log/yunohost/operations | grep my_webapp`
And `yunohost log share log_name`
[17:31:45]
<otm33> I guess you changed jellyfin install_dir ownership at 16:51?
[17:35:43]
<otm33> ~You can try 'force upgrading' jellyfin app (via webadmin).~
[17:41:00]
<zenigata> Yeah, I think so.
[17:45:27]
<zenigata> Oh! In webadmin>tools>logs I can find things. For example, I installed my_webapp with two tries because i haven't set up a database password the first time. When I'm looking to the first try rollbacking my_webapp: https://paste.yunohost.org/raw/esiwakecax
[17:46:04]
<zenigata> The following packages will be REMOVED: jellyfin-ffmpeg7* jellyfin-server* jellyfin-web*
[17:49:18]
<zenigata> How can i recover?
[17:52:01]
<otm33> Argh
[17:55:52]
<otm33> I think you can try this:
'force upgrading' jellyfin app (via webadmin)
[18:01:21]
<otm33> > The following packages will be REMOVED: jellyfin-ffmpeg7* jellyfin-server* jellyfin-web*
WTF?
[20:47:27]
<miro5001> Can you share the log of the install of my_webapp
[20:48:23]
<zenigata> I did share a log of the uninstall of my_webapp that I think caused the issue.
[20:59:30]
<miro5001> The remove log looks incomplete
[21:03:33]
<zenigata> That's the uninstall part. Here is the first try https://paste.yunohost.org/raw/luxujusike and the second one https://paste.yunohost.org/raw/osudiqecap
[21:26:29]
<otm33> zenigata: Do you remember how and when you installed jellyfish ?
[21:27:29]
<zenigata> Two or three months ago, I think.
[21:43:48]
<otm33> How can apt autoremove remove jellyfin packages ? 😵💫
[21:58:57]
<miro5001> I think it's better to have the details in a forum post. It's hard (for me at least) to scroll and try to find what is related to what
[21:59:56]
<miro5001> And I also remember having seen a post in the forum reporting that the user jellyfin had disappeared although the app was there
[22:04:39]
<otm33> argh (bis) jellyfin 10.11.6
```
dpkg -l | grep -i jellyfin
ii jellyfin-ffmpeg7 7.1.3-1-bookworm amd64 Tools for transcoding, streaming and playing of multimedia files
ii jellyfin-server 10.11.6+deb12 amd64 Jellyfin is the Free Software Media System.
ii jellyfin-web 10.11.6+deb12 all Jellyfin is the Free Software Media System.
ii jellyfin-ynh-deps 10.11.6~ynh1 all Fake package for jellyfin (YunoHost app) dependencies
```
```
apt-cache depends jellyfin-ynh-deps
jellyfin-ynh-deps
Depends: jellyfin-web
Depends: jellyfin-ffmpeg7
Depends: jellyfin-server
```
```
apt autoremove --simulate
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 76 not upgraded.
```
Jellyfin 10.11.11
```
dpkg -l | grep -i jellyfin
ii jellyfin-ffmpeg7 7.1.3-1-bookworm amd64 Tools for transcoding, streaming and playing of multimedia files
ii jellyfin-server 10.11.6+deb12 amd64 Jellyfin is the Free Software Media System.
ii jellyfin-web 10.11.6+deb12 all Jellyfin is the Free Software Media System.
ii jellyfin-ynh-deps 10.11.11~ynh1 all Fake package for jellyfin (YunoHost app) dependencies
```
```
apt autoremove --simulate
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
jellyfin-ffmpeg7 jellyfin-server jellyfin-web
0 upgraded, 0 newly installed, 3 to remove and 76 not upgraded.
Remv jellyfin-ffmpeg7 [7.1.3-1-bookworm]
Remv jellyfin-server [10.11.6+deb12]
Remv jellyfin-web [10.11.6+deb12]
```
cause
```
apt-cache depends jellyfin-ynh-deps
jellyfin-ynh-deps
Depends: sqlite3
```
[22:33:20]
<otm33> zenigata: Did you try the force upgrade ?
[22:49:14]
<otm33> argh (bis) jellyfin 10.11.6
```
dpkg -l | grep -i jellyfin
ii jellyfin-ffmpeg7 7.1.3-1-bookworm amd64 Tools for transcoding, streaming and playing of multimedia files
ii jellyfin-server 10.11.6+deb12 amd64 Jellyfin is the Free Software Media System.
ii jellyfin-web 10.11.6+deb12 all Jellyfin is the Free Software Media System.
ii jellyfin-ynh-deps 10.11.6~ynh1 all Fake package for jellyfin (YunoHost app) dependencies
```
```
apt-cache depends jellyfin-ynh-deps
jellyfin-ynh-deps
Depends: jellyfin-web
Depends: jellyfin-ffmpeg7
Depends: jellyfin-server
```
```
apt autoremove --simulate
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 76 not upgraded.
```
Jellyfin 10.11.11
```
dpkg -l | grep -i jellyfin
ii jellyfin-ffmpeg7 7.1.3-1-bookworm amd64 Tools for transcoding, streaming and playing of multimedia files
ii jellyfin-server 10.11.6+deb12 amd64 Jellyfin is the Free Software Media System.
ii jellyfin-web 10.11.6+deb12 all Jellyfin is the Free Software Media System.
ii jellyfin-ynh-deps 10.11.11~ynh1 all Fake package for jellyfin (YunoHost app) dependencies
```
```
apt autoremove --simulate
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
jellyfin-ffmpeg7 jellyfin-server jellyfin-web
0 upgraded, 0 newly installed, 3 to remove and 76 not upgraded.
Remv jellyfin-ffmpeg7 [7.1.3-1-bookworm]
Remv jellyfin-server [10.11.6+deb12]
Remv jellyfin-web [10.11.6+deb12]
```
[22:50:13]
<miro5001> Because https://github.com/YunoHost-Apps/jellyfin_ynh/blob/b8a67354fa2de5ec75847eefa554eb4ffa8cf0cc/manifest.toml#L124
And ffmpeg is not part of apt ressources anymore
[22:54:00]
<otm33> miro5001: the jellyfin packages were set to 'automatically installed' on my v10.11.6.