You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "Z9n2JktHlZDmlhSvqc9X2MmL3BwQG7tk (via GitHub)" <gi...@apache.org> on 2023/05/26 11:13:14 UTC

[GitHub] [druid] Z9n2JktHlZDmlhSvqc9X2MmL3BwQG7tk commented on issue #10615: SysMonitor is throwing 'SigarFileNotFoundException' in official Docker images

Z9n2JktHlZDmlhSvqc9X2MmL3BwQG7tk commented on issue #10615:
URL: https://github.com/apache/druid/issues/10615#issuecomment-1564232697

   Same problem with druid (25.0.0+) inside an LXC container.
   Seems it tries to use device files that don't exist inside the container:
   ```
   # df -h
   Filesystem      Size  Used Avail Use% Mounted on
   /dev/loop5       16G  9.8G  5.2G  66% /
   /dev/loop8       24G  8.8G   16G  37% /var/lib/druid
   
   # ls /dev/loop5 /dev/loop8
   ls: cannot access '/dev/loop5': No such file or directory
   ls: cannot access '/dev/loop8': No such file or directory
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org