LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   LIsa on slack10, cant make it work (https://www.linuxquestions.org/questions/slackware-14/lisa-on-slack10-cant-make-it-work-278143/)

alek66 01-15-2005 02:04 PM

LIsa on slack10, cant make it work
 
howdy partners!
Need some help setting up, lisa, so I can get running samba on slack 10.
I found the samba.conf, and it is installed, cause I can make `smdb` on a console and works. Anyhow, can anyone pass me some wisdom please.
Alex

gnashley 01-16-2005 08:59 AM

You might check for docs from College Linux, which uses lisa.

H2O-linux 01-16-2005 09:28 AM

in terminal type "lisa" ? no?

Franklin 01-16-2005 11:36 AM

Lisa is not needed to run samba.

That being said, lisa needs to be started at boot. To do this add the following to /etc/rc.d/rc.local :
Code:

#!/bin/sh
#
# /etc/rc.d/rc.local:  Local system initialization script.
#
# Put any local setup commands in here:

/opt/kde/bin/lisa

This should result in the following message at boot:

Code:

This is the LAN Information Server LISa 0.2.3
It is free software according the GNU General Public License
Copyright (c) 2000-2003 by Alexander Neundorf
email: neundorf@kde.org


running on port 7741
Have fun ! :-)

Use the KDE Lisa configuration module in the Control Panel to set up Lisa afterward.

HTH


All times are GMT -5. The time now is 01:49 PM.