Difference between revisions of "Althea"

From Stadm
Jump to navigationJump to search
(initial edit)
 
Line 13: Line 13:
 
==Troubleshooting Steps==
 
==Troubleshooting Steps==
 
During the time of this writing, althea's graphical desktop does not work. Here are the steps I've taken so far:
 
During the time of this writing, althea's graphical desktop does not work. Here are the steps I've taken so far:
# Installed Fedora Workstation.
+
1. Installed Fedora Workstation.
 
  dnf -y group install "Fedora Workstation"
 
  dnf -y group install "Fedora Workstation"
 
Let's get the defaults up and running before configuring it further.
 
Let's get the defaults up and running before configuring it further.
# Changed default target from multi-user back to graphical.
+
2. Changed default target from multi-user back to graphical.
 
  systemctl set-default graphical.target
 
  systemctl set-default graphical.target
# Restarted the machine.
+
3. Restarted the machine.
 
  shutdown -r now
 
  shutdown -r now
  
 +
... still not working as of 10:53am Friday 2/6
  
... still not working as of 10:53am Friday 2/6
+
*Started booting up, no gui in sight.
 +
*tried manually starting it up with startx by logging into tty2. Got this error message:
 +
-- kchan: /home/kchan: change directory failed: Permission denied
 +
Logging in with home = "/".
 +
*tried chmodding home to 711, no good. Tried 755, still nope.
 +
*verified that /home/kchan is default directory in /etc/passwd

Revision as of 11:30, 5 February 2016

Progress on Althea

Basic Information

  • Hostname: althea
  • Address: althea.eri.ucsb.edu
    • MAC: 78:2b:cb:a7:bd:75
    • IP: 128.111.101.143
  • Installed OS: Fedora 23

Althea is (going to be) Kenneth's primary desktop computer.


Troubleshooting Steps

During the time of this writing, althea's graphical desktop does not work. Here are the steps I've taken so far: 1. Installed Fedora Workstation.

dnf -y group install "Fedora Workstation"

Let's get the defaults up and running before configuring it further. 2. Changed default target from multi-user back to graphical.

systemctl set-default graphical.target

3. Restarted the machine.

shutdown -r now

... still not working as of 10:53am Friday 2/6

  • Started booting up, no gui in sight.
  • tried manually starting it up with startx by logging into tty2. Got this error message:
-- kchan: /home/kchan: change directory failed: Permission denied
Logging in with home = "/".
  • tried chmodding home to 711, no good. Tried 755, still nope.
  • verified that /home/kchan is default directory in /etc/passwd