SOLVED Linux: ping: socket: Operation not permitted
Posted: Tue Apr 12, 2022 7:19 am
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 :
Therefore I have the follwong questions:
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 :
Code: Select all
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 value based on the canonical name
INFO 2022-04-11 18:50:09.236 [pool-4-thread-1] Renderer 58PUS7805/12 found on address: 10.10.1.133
DEBUG 2022-04-11 18:50:09.237 [pool-4-thread-1] Starting ping -c 5 -s 512 10.10.1.133
DEBUG 2022-04-11 18:50:09.238 [pool-4-thread-1] Unix process ID (ping): 704386
DEBUG 2022-04-11 18:50:09.238 [ping-2-2] ping: socket: Operation not permitted
INFO 2022-04-11 18:50:09.238 [pool-4-thread-1] Process ping has a return code of 2! Maybe an error occurred... check the log file
DEBUG 2022-04-11 18:50:09.238 [pool-4-thread-1] Starting ping -c 5 -s 1476 10.10.1.133
DEBUG 2022-04-11 18:50:09.239 [pool-4-thread-1] Unix process ID (ping): 704390
DEBUG 2022-04-11 18:50:09.239 [ping-3-2] ping: socket: Operation not permitted
INFO 2022-04-11 18:50:09.239 [pool-4-thread-1] Process ping has a return code of 2! Maybe an error occurred... check the log file
DEBUG 2022-04-11 18:50:09.240 [pool-4-thread-1] Starting ping -c 5 -s 9100 10.10.1.133
DEBUG 2022-04-11 18:50:09.240 [pool-4-thread-1] Unix process ID (ping): 704394
DEBUG 2022-04-11 18:50:09.240 [ping-4-2] ping: socket: Operation not permitted
INFO 2022-04-11 18:50:09.241 [pool-4-thread-1] Process ping has a return code of 2! Maybe an error occurred... check the log file
DEBUG 2022-04-11 18:50:09.241 [pool-4-thread-1] Starting ping -c 5 -s 32000 10.10.1.133
DEBUG 2022-04-11 18:50:09.241 [pool-4-thread-1] Unix process ID (ping): 704398
DEBUG 2022-04-11 18:50:09.242 [ping-5-2] ping: socket: Operation not permitted
- Is ist a good idea at all to run UMSD as a non-root user ?
- Is the error relevant at all ?
- How can the error be prevented ?