RealTehreal

Results 8 comments of RealTehreal

Same here. But project seems to be dead?

Same for me. Mine got version number 1.33, the current script version.

If I understand the above comments, it's all about Arch Linux. Is there a way to make it work under Ubuntu?

Could be something on your end. After mounting the volume, without mounting the fs, typing `mount -t ntfs3 /dev/mapper/veracrypt1 /where/ever` actually mounts it for me. Ubuntu 20.04 LTS VeraCrypt 1.24-update7

First, you should make sure, that your drive isn't failing, causing the errors. _Doing the offline fs check:_ After mounting the volume, unmount the filesystem again. This way, the volume...

Have you tried, using it on the cli? I installed the GUI version and can also use it on the cli. I'm still on VeraCrypt 1.24-Update7, though. Maybe a version...

Same here. I followed NVIDIA's installation guide ([https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#nvidia-drivers](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#nvidia-drivers)). `/etc/apt/sources.list.d/nvidia-docker.list` includes ``` deb https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/$(ARCH) / #deb https://nvidia.github.io/libnvidia-container/experimental/ubuntu18.04/$(ARCH) / deb https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/$(ARCH) / #deb https://nvidia.github.io/nvidia-container-runtime/experimental/ubuntu18.04/$(ARCH) / deb https://nvidia.github.io/nvidia-docker/ubuntu18.04/$(ARCH) / ``` trying to install...

For all those Python-unaware people out there (like I am), here on how to exactly make it work: `pip install --upgrade sqlalchemy==1.4` Now, the error should be gone. You're welcome.