|
holst.phas.ubc.ca 142.103.239.161 |
Purchase Date:
su cd /etc/pam.d cp gdm gdm.bkp vi gdm Find and comment or remove this line: auth required pam_succeed_if.so user!=root quiet save and exit cp gdm-password gdm-password.bkp vi gdm-password Find and comment or remove this line: auth required pam_succeed_if.so user!=root quiet save and exitConfigure CUPS
Make sure the following lines are in /etc/cups/cupsd.conf file
Browsing On BrowseOrder allow,deny BrowseAllow all BrowseRemoteProtocols CUPS BrowseLocalProtocols BrowsePoll print.phas.ubc.caAdd local user with particular uid
id -u phasaccount (login hyper find out the user's uid) useradd -u uid phasaccountModify /etc/fstab, add the following lines
# ariel.phas.ubc.ca:/home /home nfs defaults 0 0 ariel.phas.ubc.ca:/export/astro_lnx /ASTRO nfs defaults 0 0Move local home directory
mv /home /lhome mkdir /home mkdir /ASTRO vi /etc/passwd
Change home in the passwd file to lhome
Install nfs-utilsyum install nfs-utils service rpcbind startMount home and ASTRO
mount -aNFS Mount in fstab not mounted at boot
systemctl enable NetworkManager-wait-online.serviceEnable SSH
systemctl enable sshd.service systemctl start sshd.service system-config-firewall Enable SSH, ICMP Echo Request, ICMP Echo ReplyLogin error
Error Message:
SELinux is preventing /bin/dbus-daemon from read access on the file /lhome/beanjenn/.local/share/icc/edid-f9ebfc519dc215f92e65ac03bac714c6.icc.
Solution:
semanage fcontext -a -t icc_data_home_t '/lhome/beanjenn/.local/share/icc/edid-f9ebfc519dc215f92e65ac03bac714c6.icc' restorecon -v '/lhome/beanjenn/.local/share/icc/edid-f9ebfc519dc215f92e65ac03bac714c6.icc' or restorecon -R -v /home
| webmaster@phas.ubc.ca | [Dept. Home Page] | Last updated: |