LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-21-2005, 07:45 AM   #1
dkpw
Member
 
Registered: Sep 2003
Location: Scotland
Distribution: LinuxMint16 & Ubuntu 12.0.4 LTS
Posts: 218

Rep: Reputation: 30
Lisa in rc.local


Hi,

I use KDE most of the time to browse my local network. When opening a Konquorer window and using the LAN browser I invariably get a "Lisa Demon not running" message.

I know from past experience that the command:
Code:
lisa rc start
will start the service and I can then browse successfully.

I would like to start Lisa by default and in the course of my reading thought that the way to do this would be to add the above command to the /etc/rc.local file, which is read and run at boot. Unfortunately this is not happening.

I would be most grateful for a nudge in the right direction.

Here's the contents of rc.local

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

dkpw

EDIT:

I worked out that the command needs the full path to run. So the line in rc.local now reads.

Code:
/opt/kde/bin/lisa rc start &
Apologies to the moderators for a "wasted" post

Last edited by dkpw; 06-21-2005 at 08:10 AM.
 
Old 06-22-2005, 12:59 AM   #2
DaHammer
Member
 
Registered: Oct 2003
Location: Planet Earth
Distribution: Slackware, LFS
Posts: 561

Rep: Reputation: 30
Or
Code:
# Load Lisa
if [ -x /opt/kde/bin/lisa ]; then
  echo "Starting LISa"
  /opt/kde/bin/lisa
fi
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Lisa? thejoe526 Linux - Networking 9 10-18-2006 09:41 AM
Setup local machine to allow lan machines to retrieve its local user mail. Brian1 Linux - Networking 3 03-30-2006 05:04 AM
Local webserver -- How to deny all client install their local web server--Please help b:z Linux - Networking 13 04-16-2005 07:11 PM
LISa in RH 9? daemon_14 Linux - Networking 3 07-14-2003 03:16 PM
lisa steve423 Linux - Networking 1 05-17-2002 09:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration