LinuxQuestions.org

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

Jeebizz 08-30-2004 03:33 PM

Lisa daemon
 
I have samba installed, because my parents are on an xp machine, with a huge hard drive, so thats where i store all my files (*grin*) , but i can't access them in Linux. I went through the control center, local network browsing, i chose the lisa daemon tab, and chose a guided setup. After that, i restarted to make sure, and tried the lan browser , but I still came up with this error message.

"The lisa daemon does not appear to be running. In order to use the LAN browser the lisa daemon must be installed and activated by the system administrator"

Ok, so I thought lisa daemon was ALREADY running, since I could configure it in the kontrol center, and i saw no option in there to make it enabled. Please help

suslik 08-30-2004 04:13 PM

Try running lisa in console (as root) you'll see some errors about "Can't load /etc/samba/smb.conf"

Also, make sure u have permission to run lisa as your user (or run as root)

Jeebizz 08-30-2004 04:52 PM

great, i opened a root konsole and typed lisa , and got this output

his 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 ! :-)

so now i can see my computer (slacker.lazy.net) and 192.168.1.3 which is my parent's pc, but when i click on it, i don't see any shares, and i made sure to enable show hidden shares in kcontrol.

by the way, how do i get lisa to start up , without having to type the lisa command each time? and how do i set it to my normal user , instead of just root?

eelriver 08-31-2004 12:17 AM

Put this in your /etc/rc.d/rc.local file:
Code:

          if  [ -x /opt/kde/bin/lisa ]; then
            echo "Starting LISa daemon..."
            /opt/kde/bin/lisa
          fi


suslik 08-31-2004 12:40 AM

edit: redundant post

Jeebizz 08-31-2004 07:13 AM

great, I can now use my LAN Browser , and I can see both pcs on my network, however I can't see the files from my parent's computer, and the shares on their machine ends with an $ which is an administrative share in windows NT.

I was expecting to see something like e$ or /192.168.1.3/e$ , but nothing.........what now?

kodon 08-31-2004 07:23 AM

double-check the windoze box and make sure it is set up for network sharing
[not just sharing between users locally]

Jeebizz 08-31-2004 03:20 PM

How am I supposed to do that? I went back in and made a conventional share , and it is still not showing up , I can't really find any other options

davidsrsb 09-01-2004 12:45 AM

I gave up with lisa and now use smb4k, which has a package on linuxpackages.net

smb has to supply a username and password that are valid on the Windows PC
The $ signs are a symtom that you have not logged in.

suslik 09-01-2004 03:38 AM

Quote:

Originally posted by davidsrsb
The $ signs are a symtom that you have not logged in.
No, he doesn't see the $'s and that may be a sign he didn't log in.

Once you get the lisa running, how do you browse the SMB network?

I usually put "smb:///" into Konquerror, which shows available workgroups. Do you at least see that? It is very strange your parent's XP machine resolves to an IP number. Supposed to be a name. A firewall on that XP may be blocking NetBUI from "advertising" itself.

If its pre-SP2 XP i think the firewall configs are Start > Control Panel > Network **** > [your network icon]+right-click > properties.

In SP2 XP i think its a separate control panel.

Jeebizz 09-01-2004 12:03 PM

Ok, I went back to the windows box, and made sure that the firewall in xp was disabled, and I still can't see any shares from the Linux side. Maybe I am using the wrong protocol in Linux? I usually prefer sharing files from windows through IPX/SPX-NetBeui , and not through TCP IP , i have unbound filesharing through TCP IP. So what should I try next?


All times are GMT -5. The time now is 10:17 AM.