Shished

Results 14 comments of Shished

Can [confirm](http://cloud-3.steampowered.com/ugc/3316078062237193333/4060D2E5B3658814738467A9545F04223F9C2746/) My system is openSUSE 13.1 x86_64 (gnome-shell) with linux 3.13.5 with nvidia GTX 660 and 334.16 driver.

Just tested it and it shows that the fan starts and stops at about 55 degrees instead of 40.

Hello. Shouldn't only .key files be set to chmod 400? PEM certs are used for verifying files signatures and it should be allowed to be performed by user?

I'm getting this on Arch with Intel Alder Lake CPU. Using Steam beta.

I'm using partuuids instead of uuids in fstab. Root and home uses uuid=d252ef93-c68c-48a8-bc79-5a59b28ed648 partition ``` PARTUUID=1e4353c1-a72f-4eef-bf02-3938159dad27 / btrfs rw,noatime,compress-force=zstd:4,ssd,space_cache=v2,subvol=/arch 0 0 PARTUUID=1e4353c1-a72f-4eef-bf02-3938159dad27 /home btrfs rw,noatime,compress-force=zstd:4,ssd,space_cache=v2,subvol=/home 0 0 # /dev/nvme0n1p1 UUID=D0D3-2D85...

I added `x-systemd.automount` to the mount options in fstab for /disk (also removed `space_cache=v2`) and after reboot bees service has started and works without problems. Thank you for your help!

``` UUID=d252ef93-c68c-48a8-bc79-5a59b28ed648 WORK_DIR=/run/bees/ MNT_DIR="$WORK_DIR/mnt/$UUID" BEESHOME="/disk/yuri/.beeshome-root" BEESSTATUS="$WORK_DIR/$UUID.status" OPTIONS="--strip-paths --no-timestamps --thread-count 12" DB_SIZE=$((1024*1024*1024)) # 1G in bytes` ```

Thanks, this edit fixed the problem. I put beeshome on other disk because docs says "The hash table trickle-writes to disk at 4GB/hour to beeshash.dat" . That partition is located...