Search found 7 matches
- Thu Apr 28, 2022 10:46 pm
- Forum: Help and Support
- Topic: UMS is very picky with filenames
- Replies: 2
- Views: 2317
Re: UMS is very picky with filenames
Unfortunately I don't have the old logs , but the line I showed above was in the log. If I see the files on the linux prompt I have no Problems. Jellyfin handles them fine too, so I don't think it is a system problem. I would not mind if such a file would be just ignored but unfortunately the whole ...
- Wed Apr 27, 2022 11:31 pm
- Forum: Help and Support
- Topic: UMS is very picky with filenames
- Replies: 2
- Views: 2317
UMS is very picky with filenames
Hello all, I downloaded some videos and got errors like these: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: /mnt/video/Filme/Allgemein/La Strada - Das Lied der Stra��e-0393509000.mp4 These ugly characters above are a german 'ß' [https://en.wikipedia.or...
- Wed Apr 27, 2022 7:36 pm
- Forum: Media Renderers
- Topic: Supported Formats Tool
- Replies: 7
- Views: 16188
Re: Supported Formats Tool
I am very late to this party, i know. But upnp spy seems to habe vanished from the net. I found this interesting https://www.meshcommander.com/upnptools
- Thu Apr 14, 2022 5:36 am
- Forum: Website Issues and Suggestions
- Topic: Search function excludes the important words
- Replies: 0
- Views: 14723
Search function excludes the important words
Hello all, i think that the search function on this websites ignores some of the most important keywords, for whatever reason. Short example: I searched for the message "Player MEncoder Video isn't available" and got the following result Search found 102 matches: Player MEncoder Video isn'...
- Wed Apr 13, 2022 5:28 am
- Forum: Help and Support
- Topic: SOLVED Linux: ping: socket: Operation not permitted
- Replies: 1
- Views: 5923
Re: Linux: ping: socket: Operation not permitted
I found the solution:
Normal users are not allowed to ping..
to change this proceed as written here https://serverfault.com/a/1039895/826330
and amend /etc/sysctl.conf with the follwing line:
Normal users are not allowed to ping..
to change this proceed as written here https://serverfault.com/a/1039895/826330
and amend /etc/sysctl.conf with the follwing line:
Code: Select all
net.ipv4.ping_group_range = 0 2147483647
- Tue Apr 12, 2022 7:22 pm
- Forum: Help and Support
- Topic: What and how to Backup ?
- Replies: 1
- Views: 3125
What and how to Backup ?
Hello all, I run UMS on linux and want to do regular backups of the UMSconfiguration and metadata , NOT the media itself. The media resides on mounted volumes and its backup process is already in place. The installation of the software is done by ansible and is secured with git repository for the an...
- Tue Apr 12, 2022 7:19 am
- Forum: Help and Support
- Topic: SOLVED Linux: ping: socket: Operation not permitted
- Replies: 1
- Views: 5923
SOLVED Linux: ping: socket: Operation not permitted
Hello all, I run ums 10.19.0 under Linux as os-user 'ums' and get the above mentioned error ping: socket: Operation not permitted in the log. Context is : DEBUG 2022-04-11 18:50:09.082 [cling-8] Created upnp player for 58PUS7805/12 TRACE 2022-04-11 18:50:09.236 [pool-4-thread-1] We couldn't get the ...