Forums

rasitha
rasitha
Offline
Resolved
0 votes
To disable ClearOS 6.2 GUI/Local UI

Plz make a copy of the original file

edit the file
 /etc/init/clearos-console.conf 


Comment the line
exec /usr/bin/openvt -fwc 1 -- /bin/login -f clearconsole


put the following line

exec /sbin/mingetty tty1


save & restart


my file looks like this after the modification
start on stopped rc RUNLEVEL=[2345]
stop on runlevel [016]

respawn
instance tty1
#exec /usr/bin/openvt -fwc 1 -- /bin/login -f clearconsole
exec /sbin/mingetty tty1



it works for me plz let me know it works for anyone els
Friday, May 25 2012, 08:53 AM
Like
1
Share this post:
Responses (3)
  • Accepted Answer

    philipz
    philipz
    Offline
    Friday, January 22 2016, 04:18 PM - #Permalink
    Resolved
    0 votes
    This trick still works even on ClearOS 6.7 Community. Thank you rasitha
    The reply is currently minimized Show
  • Accepted Answer

    unix4linux
    unix4linux
    Offline
    Wednesday, September 02 2015, 12:52 PM - #Permalink
    Resolved
    0 votes
    After making the changes above, how do you apply the changes without restarting the server?
    The reply is currently minimized Show
  • Accepted Answer

    Hans
    Hans
    Offline
    Friday, March 13 2015, 10:11 AM - #Permalink
    Resolved
    0 votes
    This trick still works on ClearOS 6.6 Community
    The reply is currently minimized Show
Your Reply