LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 04-08-2003, 01:13 PM   #1
aherm
Member
 
Registered: Jan 2003
Location: upNorth
Distribution: openSuSE/uBuntu
Posts: 410

Rep: Reputation: 30
Cool LISa setup for network browsing using konqueror


LISa ( post #25)

Anybody knows that Konqueror in KDE 3.1.1 can do share access graphically instead of using smbclient in command line?

For that SuSE Linux 8.1 requires: samba-client, kdenetwork3-lisa, kdenetwork3-lan, and kdebase3-samba ;-)

kdenetwork3-lisa and kdenetwork3-lan provide plug-ins for Konqueror to allow convenient access to windows shares.

Anybody try this? How to setup LISa to do this?

In SuSE 8.1 I use KDE 3.1.1 Control Center -> Local Network Browsing
After that, entering

smb://mywindowsmachine/

reveals the shared docs, printer, etc :-)


Anybody try that? This is so much better than using LinNeighborhood!



Have a lot of fun :-)
 
Old 04-09-2003, 07:29 PM   #2
KwazyWebbit
LQ Newbie
 
Registered: Apr 2003
Posts: 1

Rep: Reputation: 0
I wish I had an answer..

Ive been stuck with some things Ive seen other people are having a hard time with as well..

I want comfort sharing files, since I use this a LOT. I dont really want to go to console every time I want to use a fileshare. Now konqueror claims to do it all graphically, which would make me a VERY happy man
However, Ive so far gotten neither my own file sharing to work this way, or reaching other people's fileshares..

When I use smb://[ip adress]/ I get a list of shares.. But when I click one of them, the gear starts to turn, but nothing happens..
(ive seen another post describing the same thing)

Then there's sharing my own things, in konqueror I can rightclick on a folder and see its properties.. It has a tab called 'Local Net Sharing'.. But when I click it, it tells me:
"Error running 'filesharelist'. Check if installed and in $PATH or /usr/sbin."

And then, there's LISa, which is what this thread is about.. Looks like a wonderful solution to filesharing in a workgroup.. But It doesnt give me any fileshares.. I did get it to find some people in my group (Though they were displayed by hostname, instead of computer name, but thats not a big prob of course ).. But once again, thats where it ended.. I couldnt actually reach any of their shares..

True, LinNeighborhood will probably work, but its still a 3rd party, which I hoped wouldnt be necessary with all these nice new tools..

If you have ANY answers to any of these questions.. I would really love to hear them..

Thx in advance.

Kwazy Webbit
 
Old 04-09-2003, 11:53 PM   #3
BruceCadieux
Member
 
Registered: Apr 2002
Location: Wales MA.
Distribution: openSuSE 11.1
Posts: 409

Rep: Reputation: 32
Lisa always worked for me in redhat, I have switched to mandrake 9.1 and like it, except for the fact that I have the same problem with lisa in Mandrake.

I agree lisa is a very nice utility, I have tried everything, but haven't found much usefull information about it, other then config info. My configuration is correct as far as I know, as it always worked in redhat.

I wish someone knew why this is happening.
 
Old 05-01-2003, 03:17 AM   #4
Reckless
LQ Newbie
 
Registered: May 2003
Posts: 2

Rep: Reputation: 0
Thumbs up Lisa working 100%

First read the handbook :stundy:
http://docs.kde.org/en/3.1/kdenetwork/lisa/index.html

Edit the /etc/lisarc
Restart the lisa service

Under Lan Browser in Konqueror all the SMB's are now browse able. No more need to diddle about with smbmount
 
Old 07-14-2003, 10:23 PM   #5
Logic
LQ Newbie
 
Registered: Jul 2003
Location: U.S.
Distribution: Mandrake 9.1
Posts: 5

Rep: Reputation: 0
Question Lisa

I got lisa to working, I'm sort of a newb to Linux/Win networking, but I got samba running, and I got Lisa partially running, here's my problem.

I can browse the network from my linux box(mandrake 9.1), but when I access a shared directory, it doesn't show any of the files that are in it. any suggestions?

and anybody got an idea how to make lisa load at boot in a script?

thanks,
 
Old 07-15-2003, 12:26 AM   #6
daemon_14
Member
 
Registered: Jul 2003
Location: Mesa, AZ
Distribution: CentOS 5 (Cisco Apps), Ubuntu Server (8.10), Ubuntu Desktop (8.10)
Posts: 46

Rep: Reputation: 15
first of all...i would like to thank aherm for originally posting this beautiful thread...this has kinda helped me out with my LISa questions (see "LISa in RH 9" ...if you would please check to make sure i'm ok on that)...
second of all...Logic...you can edit LISa into the boot file...but...i think (and i might be wrong) to get ur shares up automatically is with automount...which from what i've heard...doesn't like to work all the time...

Thanks for all the help,
daemon
 
Old 10-22-2003, 08:31 AM   #7
printess
LQ Newbie
 
Registered: Oct 2003
Location: Mid West
Posts: 2

Rep: Reputation: 0
I have a computer with 2 physical HD. The boot drive is Linux RH 9.0. The secondary drive is my data drive which I would like to see from 2 other PCs with XP Pro on them.
I have followed the instructions on another thread and downloaded a RPM to mount my physical drive (NTFS Format).
My problem is, that even though I can see/browse the physical drive can not get write permission to it.
My mount point is /mnt/windows.
I have tried umask 0222 or umask 0777 or umask 0666 or umask 0000 and none has worked. I can see different combination would make a difference. However when I login as SU and launch KONQUREROR and try to change the file permissions by going to properties I get >>filesharelist<< error while there is an error displayed on the last tab about NETWORK SHARE (while in the properties).
Can someone help me. My modifications of umask are done in /etc/fstab.
Thanks for anybody's help.

Last edited by printess; 10-22-2003 at 08:35 AM.
 
Old 10-27-2003, 04:17 AM   #8
tefal
Member
 
Registered: Jul 2003
Location: S. Wales
Distribution: Fedora Core 5, SuSE 9.1 Pro
Posts: 30

Rep: Reputation: 15
NTFS has limited support due to the nature of NTFS structure.

Which also means that it is only read-only. You can re-compile your kernel to allow writing to NTFS partitions, but this can destroy your partition beyond repair.

The only other way to get your NTFS drive mounted and writable is via SAMBA from another machine.

-Tefal
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
LAN browsing - LISa & NFS kevinatkins Linux - Networking 4 05-05-2005 08:53 PM
konqueror web browsing eastsuse Linux - Software 2 05-06-2004 01:05 AM
network setup and browsing problem in linux 9 mayukhbd Linux - Networking 3 04-12-2004 01:20 AM
Browsing Network in Konqueror Elmo187 Linux - Networking 3 03-06-2004 09:31 PM
browsing windows network with konqueror silkdpmp Linux - Networking 0 03-05-2003 09:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:45 PM.

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