You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I try to setup vogl on fedora. I have modified a little bit the chroot_build.sh script to replace apt-get with yum.
Now when it enter into chroot_configure.sh I get a PAM error about authentification.
«E : Erreur PAM: Le service d'authentification n'a pas pu récupérer les informations d'authentification » French...
so I think it's "The authentication service could not retrieve the authentication informations."
What do I do now?
Running chroot_configure.sh --packages...
E : Erreur PAM: Le service d'authentification n'a pas pu récupérer les informations d'authentification
env is:
XDG_VTNR=2
XDG_SESSION_ID=1
SSH_AGENT_PID=2536
LC_MONETARY=fr_CA.utf8
HOSTNAME=localhost.localdomain
DM_CONTROL=/var/run/xdmctl
IMSETTINGS_INTEGRATE_DESKTOP=yes
GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1
VTE_VERSION=3802
SHELL=/bin/bash
TERM=xterm-256color
XDM_MANAGED=method=classic
HISTSIZE=1000
LC_NUMERIC=fr_CA.utf8
WINDOWID=65011719
QTDIR=/usr/lib64/qt-3.3
QTINC=/usr/lib64/qt-3.3/include
QT_GRAPHICSSYSTEM_CHECKED=1
IMSETTINGS_MODULE=UIM
USER=francis
LD_LIBRARY_PATH=/usr/local
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2428,unix/unix:/tmp/.ICE-unix/2428
DESKTOP_SESSION=cinnamon
MAIL=/var/spool/mail/francis
PATH=/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/sbin:/usr/sbin:/home/francis/.local/bin:/home/francis/bin:/home/francis/.local/bin:/home/francis/.local/bin
QT_IM_MODULE=uim
PWD=/home/francis/GitHub/vogl_chroot
JAVA_HOME=/usr/java/jdk1.8.0_25
XMODIFIERS=@im=uim
LANG=fr_FR.utf8
LC_MEASUREMENT=fr_CA.utf8
KDEDIRS=/usr
HISTCONTROL=ignoredups
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
SHLVL=3
HOME=/home/francis
XDG_SEAT=seat0
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
PYTHONPATH=/home/francis/pyalsa-1.0.24
LOGNAME=francis
CVS_RSH=ssh
QTLIB=/usr/lib64/qt-3.3/lib
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbusozQ5Hel1dh,guid=071fde45e6d90f3a425d313654ba8881
LESSOPEN=||/usr/bin/lesspipe.sh %s
WINDOWPATH=2
DISPLAY=:0
XDG_RUNTIME_DIR=/run/user/1000
GTK_IM_MODULE=uim
XDG_CURRENT_DESKTOP=X-Cinnamon
PAM_KWALLET_LOGIN=/tmp//francis.socket
LC_TIME=fr_CA.utf8
VDPAU_DRIVER=nvidia
XAUTHORITY=/tmp/.Xauth9oeUtc
CCACHE_HASHDIR=
ERROR: ./bin/chroot_build.sh just hit error handler.
BASH_COMMAND is "schroot --chroot ${CHROOT_NAME} -d ${SCRIPTPATH} --user root -- ./chroot_configure.sh --packages"
BASH_VERSION is 4.3.33(1)-release
pwd is "/home/francis/GitHub/vogl_chroot"
PATH is "/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/sbin:/usr/sbin:/home/francis/.local/bin:/home/francis/bin:/home/francis/.local/bin:/home/francis/.local/bin"
NOTE: If failure occured in schroot, scroll upwards for more specific error message.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I try to setup vogl on fedora. I have modified a little bit the chroot_build.sh script to replace apt-get with yum.
Now when it enter into chroot_configure.sh I get a PAM error about authentification.
give
«E : Erreur PAM: Le service d'authentification n'a pas pu récupérer les informations d'authentification » French...
so I think it's "The authentication service could not retrieve the authentication informations."
What do I do now?
Thanks.
The text was updated successfully, but these errors were encountered: