LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Konqueror->smb://<IP>/<share>->HANG! (https://www.linuxquestions.org/questions/linux-general-1/konqueror-smb-ip-share-hang-43274/)

kierl 01-29-2003 05:03 PM

Konqueror->smb://<IP>/<share>->HANG!
 
Alrighty, I open up konqueror to access the shares on the Windows XP/2k computers on my network... I input 'smb://192.168.0.<comp specific 1-21>' I get the shares OK but when I try to access them konqueror hangs... It doesn't freeze... I can still stop it from trying to access the share... and the gear Icon is still moving... but nothing happens... no matter how big or small the share I'm trying to access is. What's wrong here? LISA is running... Samba too... in fact all the Win comps can access my Samba shares... but I can't access the Win shares...

tied2 01-29-2003 07:55 PM

I believe you need to be running a fat32 file system on your Win box to be able to access your Win files from Konq. If your running a NTFS file system on your Win box you need to add a NTFS module to konq.

kierl 01-31-2003 03:52 PM

Ok... Where do I get that?

marsonist 02-01-2003 07:35 AM

I could be very wrong, but my understanding of the SMB protocol was that it was platform and format type independant. I can access fat32, NTFS, ext3, and reiserFS all from konq using SMB://<IP Address>

As for your problem, are you sure that you have the latest versions of the samba client and or the kio_samba package for KDE? If so, is your samba set up to use encrypted passwords. By default samba tries to use unencrypted passwords, while windows, by default, encrypts them.

Write back with what you find :-)

Steve

kierl 02-11-2003 05:46 PM

Sorry, was away for a little bit. Up Ok here's the deal. I cannot access ANY shares on the network, FAT32, NTFS, Anything. Shmeg, I can't even access the shares on the Quantum Snap Server we've got here, I mean, even the Macintrash can access those... but yeah, konqueror just hangs. I have the packages that came with RH8 and the Win XP/2K Comps can all access my Samba shares but not the other way around... the samba config file says that it's using password encryption.... Is there somewhere else I need to check... Oh, this is is off the topic but as a side note... KDE has been popping up these annoying little boxes asking me what to do with a certain internet address.... How do I make it stop doing that...

marsonist 02-12-2003 08:08 AM

Have you tried mounting samba shares outside of KDE?

should go something like this :

open root console
'mkdir /mnt/myshare'
'mount -t smbfs -u username=foo,password=bar //windowsbox/sharename /mnt/myshare'

now you can copy to and from /mnt/myshare. If it doesn't work try using the ip address of your windows box: 'mount -t smbfs -u username=foo,password=bar //192.168.0.1/sharename /mnt/myshare'

You would obviously want to replace the username and password with something valid. Let me know how it goes.

--Steve

kierl 02-12-2003 05:34 PM

FINALLY! Thank-you my friend. Oh, the part "-u username=foo,password=bar" doesn't work. mount doesn't recognize the argument. Instead I remove that line and it asks me for a password after I run the command.

marsonist 02-12-2003 05:48 PM

Cool, (that's what command lines are for :-) It would still be great to know why the kio-server for samba is locking up on you, as I find it more user friendly. I'll give it some thought once I get off of work and get back with you.

--Steve

zidour 03-10-2003 04:33 AM

I have similar problem as mentioned above... When I try smb://computer in Konqueror, it shows me the list of available shares, that's ok. But when I try to enter ANY share on any computer on our LAN, Konqueror just rotates its gear wheel and shows nothing. However, smbmount works perfectly, but I wanted comfort! Please help if you can. Thanks

kierl 03-10-2003 06:11 PM

Here's a solution. Since fstab doesn't seem to like mounting anything if there is a space in it's name, just create a script to mount all the shares you need. I've kind of gone in the direction of windows on this one. I have a directory on my desktop labeled 'My Network' and under that I have a directory for every computer and in those dirs I have a dir for their respective shares. I can simply run my script to mount all the shares to their respective folders in there. The only problem is that I can't write to any of the mounts here's a line that I use in my script:

mount -t smbfs -o username=<user>,password=<pass> '//<IP>/<Share>' '//home/Daniel/Desktop/My Netowrk/<Comp>/<Share>'

works but I can't write to the share...

zidour 03-10-2003 06:24 PM

Yes, this solution came to my mind too. There is only one problem: what if I know the name of the computer (or IP) but I don't know the name of the share? Yes, i know about the "smbclient -L", but I wanted a little bit complex solution...

Does anybody has the same problem except two of us? Do you think it's a bug or just a bad configuration?

kierl 03-10-2003 06:43 PM

look at the computer that the share is on. or get on a windoze comp.. it'll give you the names of the shares in Networking Neighborhood...

dvogel 03-28-2003 12:00 PM

libsmbclient
 
Install libsmbclient, if it isn't already installed. That fixed the smb:// issue for me.

zidour 03-28-2003 12:29 PM

I am sorry, libsmbclient is installed.

dvogel 03-28-2003 02:46 PM

Other issues
 
Have you tried running konqueror from a konsole to see what error messages are printed out?

Atmchicago 04-08-2003 06:10 PM

I have the same problem too. Seems that there is a problem with konqueror - running Nautilus within KDE worked, and so did using the command line to browse.

I also tried your idea of running within the command line, no error messages.

kierl 04-08-2003 06:37 PM

You ARE talking about browsing a network... Right??? How do you browse a network share from the command line w/out first mounting it???

Atmchicago 04-09-2003 05:47 PM

Yeah, I am talking about browsing a network. It may be possible that somewhere in smb.conf it says to mount something... I forget.

But anyhow, I can browse the network and see the laptop running win98. Nautilus browses it fine, the command prompt does too, but Konqueror hangs up trying to get within a folder on the laptop.

kierl 04-10-2003 01:38 PM

Yeah... Konq isn't really that great of a program... I much prefer nautilus... actually the one I'm really beginning to like is the XFce borwsing system... it's actually several different programs, but they work really well together and it is a lot faster than Naut. or Konq... I've actually been using their network prog(xfsamba) to browse my network and it works really well...

diaz8 05-01-2003 07:06 AM

Hi,

I have the same problem, i have tried to launch Konqueror from Terminal and here is the log it have show me.

ASSERT: "dir" in konq_treeviewwidget.cc (197)
QDict: Cannot insert null item
ASSERT: "dir" in konq_treeviewwidget.cc (197)
QDict: Cannot insert null item

I have succesfully browsed folders from Nautilus, Terminal, etc without changing any configuration or installing any package. I'm quite sure the problem is in Konqueror.

I 'll try to get the new release.( I have Red Hat 9.0 distribution, Konqueror 3.1-12 running over KDE 3.1-10).

Reckless 05-01-2003 08:59 AM

Lisa working 100%
 
Read the Handbook :study:
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 :D

philippme 05-15-2003 06:06 PM

Re: Lisa working 100%
 
Quote:

Originally posted by Reckless
Read the Handbook :study:
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 :D

how does this work. i think my lisarc is configured fine, but konqueror still does not work. so, what else can i do??

ripat 08-23-2003 05:41 AM

I have also the exact same problem. I'm running Mandrake 9.1 and I can mount samba shares using the commandline, and I can browse them using xsmbrowser or nautilus, but konqueror just hangs when I try to open a shared directory.

Has anyone found a solution?

Atmchicago 08-23-2003 10:33 AM

I updated my KDE to the latest version and I think that fixed the problem. If you have done that and still have the problem then I don't know.

ripat 08-23-2003 10:59 AM

ok. Thanks. I guess I wait until Mandrake 9.2 is released before I update.

If there are a fix without upgrading KDE and anyone knows about it I would be pleased to hear about it.


All times are GMT -5. The time now is 04:42 AM.