Line 1,308:
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