Page 3 of 3

Re: Gigolo problem

Posted: 5. Sep 2011, 03:35
by lmello
Ok, I got SAMBA working... on other linux boxes :(

My father's got a notebook with

here's my smb.conf:

Code: Select all

[global]
        workgroup = WORKGROUP
        netbios name = GAUSS
        server string = Samba Server
        security = SHARE
        hosts allow = 192.168.1.0/24, 127.0.0.1
        hosts deny = 0.0.0.0/0
        lanman auth = Yes
        client lanman auth = Yes
        max log size = 50

[tmp]
        comment = Temporary file space
        path = /tmp
        browseable = Yes
        writeable = Yes
        guest ok = Yes
I can run "smbclient //gauss/tmp" without problems in my other linux box, but Vista refuses to see the share! :x

Re: Gigolo problem

Posted: 5. Sep 2011, 12:03
by laprjns
gapan wrote:OK, after a reboot with dconf installed, I try to mount one ssh share with gigolo, it does it right (after prompting me for the keyring password) and any other attempt to mount another share, or even the same share after I unmount it first results to the same message you get. I think it's the same problem, so it's not only particular to samba shares.
I having the same problem with my ssh & smb shares although they may mount a few times but eventually I get this error:

Image
Once I get the first error on a service (i.e ssh or smb) I cannot mount any shares of the same service type, although the more I test it the more it is inconsistent.

Running gigolo from the command line and then closing down a connected share using the x button on the file browser box, I get this error in the terminal

Code: Select all

ich[~]$ gigolo 

** (gigolo:12463): WARNING **: Unmounting of "music on slugo_server" failed: DBus error org.freedesktop.DBus.Error.UnknownMethod: Method "Unmount" with signature "sou" on interface "org.gtk.vfs.Mount" doesn't exist

gvfs-open: smb://rich@slugo_server/music/: error opening location: DBus error org.freedesktop.DBus.Error.UnknownMethod: Method "QueryInfo" with signature "aysus" on interface "org.gtk.vfs.Mount" doesn't exist

Re: Gigolo problem

Posted: 7. Sep 2011, 00:47
by lmello
laprjns wrote:
gapan wrote:OK, after a reboot with dconf installed, I try to mount one ssh share with gigolo, it does it right (after prompting me for the keyring password) and any other attempt to mount another share, or even the same share after I unmount it first results to the same message you get. I think it's the same problem, so it's not only particular to samba shares.
I having the same problem with my ssh & smb shares although they may mount a few times but eventually I get this error:

Image
Once I get the first error on a service (i.e ssh or smb) I cannot mount any shares of the same service type, although the more I test it the more it is inconsistent.

Running gigolo from the command line and then closing down a connected share using the x button on the file browser box, I get this error in the terminal

Code: Select all

ich[~]$ gigolo 

** (gigolo:12463): WARNING **: Unmounting of "music on slugo_server" failed: DBus error org.freedesktop.DBus.Error.UnknownMethod: Method "Unmount" with signature "sou" on interface "org.gtk.vfs.Mount" doesn't exist

gvfs-open: smb://rich@slugo_server/music/: error opening location: DBus error org.freedesktop.DBus.Error.UnknownMethod: Method "QueryInfo" with signature "aysus" on interface "org.gtk.vfs.Mount" doesn't exist
Strange, I got this error message ONCE when trying to unmount an Windows Share, but I was able to re-mount and re-unmount the share afterwards.