Ville Koskinen

Results 19 comments of Ville Koskinen

Re the LIBS issue, the workaround is wrong. After replacing `$Config{libsdirs}` with `$Config{incpth}`, the solution is: ``` $ perl Makefile.PL $ make $ patchelf --print-rpath blib/arch/auto/Devel/NYTProf/NYTProf.so /pkgs64/centos6-sysroot/lib64 $ patchelf --set-rpath...

It's an unusual setup. I have a sysroot in /pkgs64/centos6-sysroot, which is a bare CentOS 6 system. I have compiled GCC 11 using --sysroot=/pkgs64/centos6-sysroot and installed the binaries in /pkgs64/gcc/11.3.0-c6....

Showing the warning only once would be an improvement. I'm not sure I understand the current behaviour, though. If it's substituting isotopes, it will predict the same retention time for...

Yes, that's useful. I think this should be highlighted in the DeepLCModels README.md.

Attached is a log at log_level=TRACE where I tried to play test.mkv (the problem file). I selected the file from the 'normal' directory so not from #TRANSCODE#. I think E-AC3...

The 2013 instructions are a bit inaccurate when you just have the web interface available. The previous log was done by setting log_level to TRACE in UMS.conf. Finally found Create...

Thanks for the tips. For reference: - I'm just using the 'official' Docker image, which I suspect is based on this Dockerfile: #https://github.com/UniversalMediaServer/UniversalMediaServer/blob/main/src/main/external-resources/docker/Dockerfile - It indeed maps the profile directory...

I tried forcing transcoding, and no, it doesn't start playing anything. I haven't looked at the code or the protocol, but from the trace log, could it be something like:...

The error string "too much content written" is not present in UMS sources. It seems to come from org.eclipse.jetty.ee10.servlet.HttpOutput.isAllContentWritten, whose source is visible at fossies.org: https://fossies.org/dox/jetty.project-jetty-12.1.2/jetty-ee10_2jetty-ee10-servlet_2src_2main_2java_2org_2eclipse_2jetty_2ee10_2servlet_2HttpOutput_8java_source.html#l00208 UMS 15.1.0 uses jetty...