I’m installing maya in a fedora distrobox.
When I’m trying to login into autodesk to validate my license, the program can’t access internet.
I already gave permissions on flatseal. Turned the firewall off too.
You need to start the autodesk verification service manually. I dont exactly remember the name of the daemon but it doesnt get started by Maya automatically. Try following their help page
I’m wondering, since you’ve seem to gone further than I have, how did you install Maya inside of a distrobox? I’ve been messing around with things for a bit, and for some reason, it’s just not doing anything when I launch it.
This is how I’m installing it:
distrobox create -i registry.fedoraproject.org/fedora:41 --init --additional-packages "systemd" -n Autodesk_Tools
distrobox enter Autodesk_Tools
sudo dnf update -y && sudo dnf upgrade -y
sudo dnf copr enable dioni21/compat-openssl10 -y && sudo dnf install pcre-utf16 -y && sudo dnf install compat-openssl10 -y
sudo dnf install libxkbfile.i686 pciutils-libs.i686 pcre2-utf32.i686 libpng.i686 libXpm.i686 audiofile.i686 gtk2.i686 libffi.i686 libmng.i686 libglvnd-opengl.i686 libpng15.i686 libpq.i686 libXp.i686 mesa-libGLU.i686 xcb-util-cursor.i686 xcb-util-wm.i686 xcb-util-image.i686 xcb-util-keysyms.i686 xcb-util-renderutil.i686 xorg-x11-fonts-ISO8859-1-75dpi xorg-x11-fonts-ISO8859-1-100dpi -y
sudo dnf install libxkbfile.x86_64 pciutils-libs.x86_64 pcre2-utf32.x86_64 libpng.x86_64 libXpm.x86_64 audiofile.x86_64 gtk2.x86_64 libffi.x86_64 libmng.x86_64 libglvnd-opengl.x86_64 libpng15.x86_64 libpq.x86_64 libXp.x86_64 mesa-libGLU.x86_64 xcb-util-cursor.x86_64 xcb-util-wm.x86_64 xcb-util-image.x86_64 xcb-util-keysyms.x86_64 xcb-util-renderutil.x86_64 xorg-x11-fonts-ISO8859-1-75dpi xorg-x11-fonts-ISO8859-1-100dpi -y
# Probably not the wisest idea to install it this way. You can just run the setup instead
#sudo dnf install \
#./Packages/adlmapps31-31.0.4-0.x86_64.rpm \
#./Packages/AdobeSubstance3DforMaya-3.0.3-2025-linux-x86_64.rpm \
#./Packages/adskflexnetclient-11.18.3-1.x86_64.rpm \
#./Packages/adskflexnetserverIPV6-11.19.4-1.x86_64.rpm \
#./Packages/adsklicensing14.4.0.11537-0-0.x86_64.rpm \
#./Packages/Bifrost2025-2.11.0.0-2.11.0.0-1.x86_64.rpm \
#./Packages/Maya2025_64-2025.3-2178.x86_64.rpm \
#./Packages/MayaUSD2025-202409171049-966ce2d-0.30.0-1.x86_64.rpm \
#./Packages/Licensing/adskidentitymanager1.11.12.21-1.x86_64.rpm -y
# Run the setup
./Setup
# Fixes the libtiff library missing issue
sudo ln -s /usr/lib64/libtiff.so.6 /usr/autodesk/maya2025/lib/libtiff.so.5
EDIT: Okay, so after logging into Plasma on X11 rather than Wayland, I managed to get to the activation screen after waiting a bit, but when I tried logging in, it closed Maya, and spat out a log saying that it wasn’t authorized. Is there any specific web dependencies that have to be installed to get to the login screen?
This is what that looks like (MayaCLM-14-02-2025.log):
I want to add to this, since I’ve also been trying to get Maya working. The licensing service does run, and it does have Maya registered, but it still returns an error, just like what’s already shown here. However, if you install Maya 2024 or older, it will actually work just fine. I don’t know what changed here, I thought it was because Maya wasn’t compatible with Wayland sessions, but newer versions are still broken on an X11 session. If someone here has figured out a solution or a workaround to getting Maya 2025 and above running on a container, I’d love to hear it.