View previous topic :: View next topic |
Author |
Message |
lcsavb n00b


Joined: 11 Jun 2020 Posts: 46 Location: Sao Paulo / Brasil
|
Posted: Thu Jun 18, 2020 1:31 pm Post subject: Steam Library on ZFS |
|
|
To continue my ZFS saga (https://forums.gentoo.org/viewtopic-t-1115094.html and https://forums.gentoo.org/viewtopic-t-1115042.html) - or maybe obsession - now I'm trying to move my SteamLibrary to a ZFS pool.
Unfortnately, when I open steam's settings it doesn't even show the mounted zpool. Creating a symbolic link doesn't work either because Steam doesn't launch. I've installed it using flatpak to keep my system "clean" and other flatpak's applications work without any issues on zfs using a symbolic link.
I've googled a lot and found little information about that issue. Can anyone shed a light on that? Thanks! |
|
Back to top |
|
 |
ali3nx l33t


Joined: 21 Sep 2003 Posts: 689 Location: Winnipeg, Canada
|
Posted: Thu Jun 18, 2020 3:02 pm Post subject: |
|
|
Did you get your rpool booted?
The older issues with steam and zfs were resolved in zfs 0.7.3 iirc where zfs was incompatible with 32bit binaries. i've had steam working with zfs and gentoo for perhaps over a year IF i used aync's steam overlay to install steam.
using flatpak, snaps, docker or other containerized solutions likely does what they are intended to. isolate the container from the host system.
People may want to use these sealed jam jar container software solutions but your largely just making things more difficult for yourself as a result.
https://wiki.gentoo.org/wiki/Steam#eselect-repository
personal recommendation to preserve your sanity enable abi_32 globally in make.conf
_________________ Compiling Gentoo since version 1.4
Thousands of Gentoo Installs Completed
Emerged on every continent but Antarctica
Compile long and Prosper!
Last edited by ali3nx on Thu Jun 18, 2020 3:21 pm; edited 3 times in total |
|
Back to top |
|
 |
Naib Watchman


Joined: 21 May 2004 Posts: 5881 Location: Removed by Neddy
|
Posted: Thu Jun 18, 2020 3:03 pm Post subject: |
|
|
ali3nx wrote: | Did you get your rpool booted?
The older issues with steam and zfs were resolved in zfs 0.7.3 iirc where zfs was incompatible with 32bit binaries. i've had steam working with zfs and gentoo for perhaps over a year IF i used aync's steam overlay to install steam.
using flatpak, snaps, docker or other containerized solutions likely does what they are intended to. isolate the container from the host system. | wait, how can a filesystem be incompatible with how data is executed? _________________ https://www.otw20.com/ Where you can talk |
|
Back to top |
|
 |
ali3nx l33t


Joined: 21 Sep 2003 Posts: 689 Location: Winnipeg, Canada
|
Posted: Thu Jun 18, 2020 3:04 pm Post subject: |
|
|
Naib wrote: | ali3nx wrote: | Did you get your rpool booted?
The older issues with steam and zfs were resolved in zfs 0.7.3 iirc where zfs was incompatible with 32bit binaries. i've had steam working with zfs and gentoo for perhaps over a year IF i used aync's steam overlay to install steam.
using flatpak, snaps, docker or other containerized solutions likely does what they are intended to. isolate the container from the host system. | wait, how can a filesystem be incompatible with how data is executed? |
https://github.com/openzfs/zfs/issues/136
https://github.com/openzfs/zfs/pull/7937
This since fixed bug in zfs also affected 64bit multilib being able to use 32bit binaries or applications stored on zfs pool datasets. using steam with zfs datasets previous to this having been fixed was very irritating or impossible. _________________ Compiling Gentoo since version 1.4
Thousands of Gentoo Installs Completed
Emerged on every continent but Antarctica
Compile long and Prosper! |
|
Back to top |
|
 |
|