muwahhid

Members
  • Posts

    79
  • Joined

  • Last visited

Everything posted by muwahhid

  1. Asrock rack b650d4u-2l2t/bcm not work fan control Can you tell me what needs to be done to make the fan control work? Indicators work, management doesn’t.
  2. Where are the folder icons in the system? I need this to send them, in messages, as notifications in telegram. I know that the container icons are here. And I also need folder icons. /usr/local/emhttp/state/plugins/dynamix.docker.manager/images
  3. ZFS is not only a raid, it can also be used on a single disk. And even in this version, for me ZFS will be preferable to XFS, BTRFS. ZFS is now available by default on popular distributions. ZFS has a lot of fans. After all, when there is a choice of what to use it is good. Some people like Parity, others like ZFS raid. It's good when you have a choice.
  4. If you add ZFS, it would be the perfect system for me.
  5. Question about docker image. My cache disk was formatted in XFS, and the image itself was in BTRFS. Now I tried the option when it's just in folders. And it now takes up twice as much space as the image of the BTRFS. Are there any other disadvantages to this option? Except that it just takes up more space. (this is a minus, but NOT sensitive for me). By the number of records, it can be seen that this option makes fewer rewrites, and this is good news. But what about performance and any other disadvantages? Can you tell me?
  6. I wonder if I need to enter the NO HEALTHCHECK parameter for all these containers? Will they work stably after that?
  7. With this option, docker takes up twice as much space with the same containers. )) The btrfs image was 30 gigabytes.
  8. Yes, I just did that. I recreated all containers from templates. I will look at the number of entries. I usually had an average of 2.000.000 million entries per day on the btrfs image. These are 74 containers
  9. Mounting the Mega cloud: rclone mount --max-read-ahead 1024k --allow-other mega: /mnt/disks/mega & In response to this 021/02/20 17:51:34 NOTICE: mega root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream What should be done?
  10. It's a pity it's so complicated. I didn't really know how to do it. I need to take three steps in docker terminal. 1. Download file: go1.15.7.linux-amd64.tar.gz 2. Unpack: tar -C /usr/local -xzf go1.15.7.linux-amd64.tar.gz 3. And export: export PATH=$PATH:/usr/local/go/bin
  11. Started studying golang, used ide vscode. How can you install a golang in a docker so that when you upgrade, it doesn't disappear?
  12. What does Blitter load mean? I only have it 0, no activity.
  13. root@Muwahhid:~# timeout -k .500 .400 intel_gpu_top -J -s 250 { "period": { "duration": 0.003470, "unit": "ms" }, "frequency": { "requested": 0.000000, "actual": 0.000000, "unit": "MHz" }, "interrupts": { "count": 0.000000, "unit": "irq/s" }, "rc6": { "value": 0.000000, "unit": "%" }, "power": { "value": 0.000000, "unit": "W" }, "imc-bandwidth": { "reads": 6771.912149, "writes": 914.647875, "unit": "MiB/s" }, "engines": { "Render/3D/0": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" }, "Blitter/0": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" }, "Video/0": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" }, "VideoEnhance/0": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" } } }, { "period": { "duration": 250.287765, "unit": "ms" }, "frequency": { "requested": 351.595293, "actual": 347.599892, "unit": "MHz" }, "interrupts": { "count": 0.000000, "unit": "irq/s" }, "rc6": { "value": 100.000000, "unit": "%" }, "power": { "value": 0.000000, "unit": "W" }, "imc-bandwidth": { "reads": 2198.192893, "writes": 534.106159, "unit": "MiB/s" }, "engines": { "Render/3D/0": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" }, "Blitter/0": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" }, "Video/0": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" }, "VideoEnhance/0": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" } }
  14. I have a 2288g xeon, the plug-in installed, everything works, shows the load. Do I need to introduce this team?
  15. Thank you for the answer. I use the original container, not the linuxserver. Through Dockerfile know how to make an image with my packages, but don't know how to set up an automatic image update in sync with the official image. I will study means in this direction.
  16. Hello. I use the official image of the Nextcloud container. But there are no ffmpeg packages or other packages, needed by me. So I install them manually, inside the container. But as you know, after updating the image, they are removed, and it is necessary to repeat everything. Is it possible to install packages, through The DockerMan settings, somehow automate? A postal argument, an extra argument for it? Please tell me. I wrote in 'Post argument': /bin/sh-c 'apt update - apt install -y ffmpeg' . Everything seems to work, but after a while the container starts to glitch on and off.
  17. I have a Compose of 18 Mailcow containers. So, in the yml file, all the latest versions, but the plugin shows that you need an update. How to get rid of it? I've tried to disable the update check in the plug-in settings, but not all containers come out there.
  18. My Authelia container also does not restart, I would like to find a solution.
  19. I created a roundcube (imap mail client) container template, can you put it in your repository? I want him to show up at the in CA. A link to an image from the official roundcube repository, unnecessary information from me is not there, only a working template and a small description. my-roundcube.xml
  20. Tell me, how can I get a certificate for one domain, but several ports? mydomain.com ports: 443, 444, 445?