Changes

Jump to navigation Jump to search
Line 1,285: Line 1,285:  
  dnf install e-smith-manager  
 
  dnf install e-smith-manager  
   −
<nowiki>##</nowiki> this needs safer to  be done directly on tty, not via ssh:
+
If you then find you get an SM1 login but the login just celars the fields and does not login, then you can fix this with:<syntaxhighlight lang="shell">
 +
expand-template /etc/e-smith/web/common//cgi-bin/AuthTKT.cfg
 +
</syntaxhighlight>'''<nowiki>##</nowiki> This is safer to  be done directly on tty, not via ssh:'''
    
lget ride of Messup-Network-Manager NOW!
 
lget ride of Messup-Network-Manager NOW!
Line 1,306: Line 1,308:  
then try to configure using console
 
then try to configure using console
 
  /sbin/e-smith/console
 
  /sbin/e-smith/console
 +
To get better information from Server Manager 2 (this replaces the barfing dinosaur):<syntaxhighlight lang="shell">
 +
mkdir -p /etc/e-smith/templates-custom/usr/share/smanager/conf/srvmngr.conf/
 +
cat <<EOF > /etc/e-smith/templates-custom/usr/share/smanager/conf/srvmngr.conf/30Others
 +
    modules_dir => 'lib/SrvMngr/Controller',
 +
    webapp => 'smanager',
 +
    mode => 'development',
 +
    debug => 1,
 +
\}
 +
EOF
 +
expand-template /usr/share/smanager/conf/srvmngr.conf
 +
signal-event smanager-refresh
 +
</syntaxhighlight>
 +
 +
 
then to be sure to get sshd back
 
then to be sure to get sshd back
 
  /sbin/e-smith/db configuration setprop  sshd status enabled PermitRootLogin yes access public
 
  /sbin/e-smith/db configuration setprop  sshd status enabled PermitRootLogin yes access public
Line 1,320: Line 1,336:  
  signal-event bootstrap-console-save;
 
  signal-event bootstrap-console-save;
 
  signal-event-reboot
 
  signal-event-reboot
<nowiki>##</nowiki> end of the part better on tty than on sshd
+
'''<nowiki>##</nowiki> end of the part better on tty than on sshd'''
    
you can also tidy a little
 
you can also tidy a little

Navigation menu