LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Lisa Daemon? (https://www.linuxquestions.org/questions/slackware-14/lisa-daemon-230397/)

Abbaddon 09-14-2004 03:44 AM

Lisa Daemon?
 
Runnin slackware 10.0

How do i know if it's even installed on my machine? I did the full install.

gbonvehi 09-14-2004 04:06 AM

See if you have this file: /opt/kde/bin/lisa

It comes with kdenetwork package: http://www.slackware.com/pb/searchfi...isa&w=&start=2

try: ls /var/adm/packages | grep kdenetwork
if it outputs something, then you have it :)

A full install will include it, so you must have it.

Abbaddon 09-14-2004 04:12 AM

Quote:

Originally posted by gbonvehi
See if you have this file: /opt/kde/bin/lisa

It comes with kdenetwork package: http://www.slackware.com/pb/searchfi...isa&w=&start=2

try: ls /var/adm/packages | grep kdenetwork
if it outputs something, then you have it :)

A full install will include it, so you must have it.


Thanks, I tried to run it using "lisa" but I get some error msgs. How do I get it to work and configure it?

Abbaddon 09-14-2004 04:16 AM

root@Snot:/opt/kde/share/doc/HTML/en/lisa# lisa
configfile not found
use the command line option --help and
take a look at the README for more information
root@Snot:/opt/kde/share/doc/HTML/en/lisa#

gbonvehi 09-14-2004 04:55 AM

I don't know never used it, try searching the web, going to lisa's homepage. Or waiting for an answer here.

Abbaddon 09-14-2004 07:42 PM

Never saw a config file.


Bump.

sett 09-15-2004 02:12 AM

it is there
 
just put:
----------------
if [ -x /opt/kde/bin/lisa ]; then
/opt/kde/bin/lisa
fi
----------------
to /etc/rc.d/rc.local and reboot =)
I also have samba server installed, so to view my local area network I just type smb:/// in konqueror.

brenton 09-15-2004 03:02 AM

Yeah like sett said, it's in /opt/kde/bin/

It should work from the run box (as root).


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