The message says that the command/binary “ffprobe” doesn’t exist in the environment of pict-rs. You have to install “ffmpeg” there.
Rinderkennzeichnungsfleischetikettierungsüberwachungsaufgabenübertragungsgesetz
thank mr skeltal
A convention artist (?)
(I understand the joke, please don’t explain it)
Do you have a firewall on 192.168.43.87
that may be blocking external connections?
It’s from Last Week Tonight with John Oliver S11E13
The show is called “Detroiters” on Comedy Central https://en.m.wikipedia.org/wiki/Detroiters
as @walden already mentioned, the files in Lemmy’s documentation are the wrong ones. The correct file seems to be in https://github.com/LemmyNet/lemmy/blob/main/docker/docker-compose.yml.
The documentation won’t help you if you don’t want to use Ansible.
The Samba service is normally run by root either way. Samba uses the logged in user’s uid to access the files. To be able to see the files, the user needs to have permissions for the directory and the contained files. The mnt folder currently only has root permissions, which is why the user can’t see the files.
You need to change the permissions of the NTFS mount. I’m not sure what the uid of user
is, but you can find that out by executing id user
. The numbers are the ids you need.
In fstab, you need to add the user’s uid and gid by adding uid={},gid={}
to the line.
Assuming the uid and gid are 1000, it would look like this:
/dev/disk/by-uuid/2666EE3966EE097F /mnt/2666EE3966EE097F auto nosuid,nodev,nofail,uid=1000,gid=1000,x-gvfs-show 0 0
(you need to remount the partition after the change). You can check if the permissions changed in your file manager.
This will change the mount’s permissions to the user you want to access it from, but this also means that no other user (except root) will be able to. The link below has the answer if you want it to be accessible by all users.
I used this answer on Superuser, so it’s possible that this will not fully work, but I don’t have the devices to test it out currently.
You need to put the bommon line /dev/disk/by-uuid/2666EE3966EE097F /mnt/2666EE3966EE097F auto nosuid,nodev,nofail,x-gvfs-show 0 0
onto the computer with the NTFS partition.
The top line //192.168.0.30/share /mnt/2666EE3966EE097F auto cifs username=user,password=1 0 0
is for mounting the Samba share on another device.
I don’t fully understand this setup. Did I misunderstand something?
You have a Fedora PC with an NTFS partition mounted to /run/media/user/share
.
The Fedora computer shares a directory /mnt/2666EE3966EE097F
over Samba.
Fedora and another computer connect to /mnt/2666EE3966EE097F/
over Samba, but they show no content.
Did you perhaps forget to remount your NTFS partition to /mnt/2666EE3966EE097F/
? Otherwise I don’t see a way to access the content with your current configuration.
Lemmyor*
Whenever money is involved, greedy people and content farms start appearing. That would not benefit the Fediverse in any way.
Integrating it into the client apps means that fake apps will start appearing to steal wallet keys. That already happens with normal wallet apps.
The Fediverse is supposed to be free and volunteer run. Tipping is normally implemented by the instance admins on their website and not everyone wants to deal with wallet keys and conversion/selling of cryptocurrency. Such a thing shouldn’t be a part of the Fediverse, but a decision every instance makes for themselves.