[Bug 917906] Re: Can't determine shared folders

2012-08-13 Thread frodo99
This bug still exists in Ubuntu 12.10 alpha 3 with Nautilus 3.5.5

Will it be fixed?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 917906] Re: Can't determine shared folders

2012-05-21 Thread masteryoda
** Changed in: nautilus-share (Debian)
   Status: New = Unknown

** Changed in: nautilus-share (Debian)
   Status: Unknown = New

** Changed in: nautilus-share (Debian)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 917906] Re: Can't determine shared folders

2012-05-16 Thread Chow Loong Jin
On 11/05/2012 21:48, masteryoda wrote:
 Does anyone know where to find to code for nautilus-share?
 
 We got a problem here:
 https://bugzilla.gnome.org/show_bug.cgi?id=675450#c13
 

git clone git://git.gnome.org/nautilus-share

-- 
Kind regards,
Loong Jin

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 917906] Re: Can't determine shared folders

2012-05-11 Thread masteryoda
Does anyone know where to find to code for nautilus-share?

We got a problem here:
https://bugzilla.gnome.org/show_bug.cgi?id=675450#c13

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 917906] Re: Can't determine shared folders

2012-05-04 Thread masteryoda
Creating usershares:

gnomeuser@gnomeuser:~/Desktop/test$ mkdir
/home/gnomeuser/Desktop/test/{bb,gg,pp}
gnomeuser@gnomeuser:~/Desktop/test$ net usershare add cc
'/home/gnomeuser/Desktop/test/bb' 

gnomeuser@gnomeuser:~/Desktop/test$ net usershare info
[cc]
path=/home/gnomeuser/Desktop/test/bb
comment=
usershare_acl=Everyone:R,
guest_ok=n

gnomeuser@gnomeuser:~/Desktop/test$ net usershare add ww
'/home/gnomeuser/Desktop/test/gg'
gnomeuser@gnomeuser:~/Desktop/test$ net usershare add ff
'/home/gnomeuser/Desktop/test/pp'
gnomeuser@gnomeuser:~/Desktop/test$ net usershare info
[ff]
path=/home/gnomeuser/Desktop/test/pp
comment=
usershare_acl=Everyone:R,
guest_ok=n

[cc]
path=/home/gnomeuser/Desktop/test/bb
comment=
usershare_acl=Everyone:R,
guest_ok=n

[ww]
path=/home/gnomeuser/Desktop/test/gg
comment=
usershare_acl=Everyone:R,
guest_ok=n

When creating usershares like this (via terminal), the sharing icons won't
appear until nautilus is restarted (respectively a specific command, which I
don't know, is executed)


gnomeuser@gnomeuser:~/Desktop/test$ ls
bb  gg  pp

gnomeuser@gnomeuser:~/Desktop/test$ mv gg ggg
gnomeuser@gnomeuser:~/Desktop/test$ ls
bb  ggg  pp

gnomeuser@gnomeuser:~/Desktop/test$ net usershare info
[ff]
path=/home/gnomeuser/Desktop/test/pp
comment=
usershare_acl=Everyone:R,
guest_ok=n

[cc]
path=/home/gnomeuser/Desktop/test/bb
comment=
usershare_acl=Everyone:R,
guest_ok=n

info_fn: file /var/lib/samba/usershares/ww is not a well formed usershare file.
info_fn: Error was Path is not a directory.

After restarting nautilus, all sharing icons will disappear.

The sharing definition is still there:

gnomeuser@gnomeuser:/var/lib/samba/usershares$ cat ww
#VERSION 2
path=/home/gnomeuser/Desktop/test/gg
comment=
usershare_acl=S-1-1-0:R
guest_ok=n

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 917906] Re: Can't determine shared folders

2012-05-04 Thread masteryoda
Quote from bugziall.samba
(https://bugzilla.samba.org/show_bug.cgi?id=8852#c6)

Ok. This is a nautilus problem. The last step printing the error message prints
that error to stderr, the valid shares are listed on stdout. Again, I think
Samba just behaves correctly. Just tested this.

Regarding the disappearing icons: Samba does print out a list of the remaining
valid shares. Why nautilus does not display them is up to nautilus. I also
tested smbclient -L against the different situations: smbd lists the valid
shares even when there are invalid ones.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 917906] Re: Can't determine shared folders

2012-05-04 Thread masteryoda
samba works correctly regarding this matter

The problem is with nautilus, respectively the handeling of the sharing
icons by nautilus.

** Changed in: samba (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: nautilus-share (Ubuntu)
   Status: Triaged = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 917906] Re: Can't determine shared folders

2012-05-04 Thread Chow Loong Jin
On 04/05/2012 22:25, masteryoda wrote:
 samba works correctly regarding this matter
 
 The problem is with nautilus, respectively the handeling of the sharing
 icons by nautilus.
 
 ** Changed in: samba (Ubuntu)
Status: Confirmed = Invalid
 
 ** Changed in: nautilus-share (Ubuntu)
Status: Triaged = Confirmed
 

The problem here is that net usershare info does not return an exit code of 0,
indicating that something has failed somewhere. But I'm guessing from their
response that I'm supposed to parse the output from stdout anyway and ignore the
exit code.

-- 
Kind regards,
Loong Jin

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 917906] Re: Can't determine shared folders

2012-05-04 Thread masteryoda
new bugreport on bugzilla.gnome:

https://bugzilla.gnome.org/show_bug.cgi?id=675450

** Bug watch added: GNOME Bug Tracker #675450
   https://bugzilla.gnome.org/show_bug.cgi?id=675450

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 917906] Re: Can't determine shared folders

2012-05-04 Thread Chow Loong Jin
On 04/05/2012 23:18, masteryoda wrote:
 new bugreport on bugzilla.gnome:
 
 https://bugzilla.gnome.org/show_bug.cgi?id=675450
 
 ** Bug watch added: GNOME Bug Tracker #675450
https://bugzilla.gnome.org/show_bug.cgi?id=675450
 

nautilus-share is not part of nautilus. It is a plugin maintained separately
from Nautilus itself. As I'm not a developer of nautilus, I can't close the bug
myself, so you'll either have to close it yourself or wait for a nautilus
developer to mark it as RESOLVED NOTGNOME.

Nautilus-share itself doesn't seem to have a bugtracker (or I have not found
it), so this and bugs.debian.org are the only location I receive bugs from, as
both the package and upstream maintainer of nautilus-share. However, I don't
have the time to work on this bug at the moment. I would be glad to review and
commit a patch from you if you manage to fix it, though.

-- 
Kind regards,
Loong Jin

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 917906] Re: Can't determine shared folders

2012-05-04 Thread masteryoda
Regarding the issue of the disappearing icons; isn't this a direct
nautilus problem (not nautilus-share)?

As far as I know, the nautilus-share extension package only extends the
context menu and communicates with samba via net usershare (which is a
samba tool).


Unfortunaltely I only have minor programming skills, and furthermore, I'm not 
even sure what exactly the problem is (regarding the code).

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 917906] Re: Can't determine shared folders

2012-05-04 Thread Chow Loong Jin
On 05/05/2012 01:59, masteryoda wrote:
 Regarding the issue of the disappearing icons; isn't this a direct
 nautilus problem (not nautilus-share)?
 
 As far as I know, the nautilus-share extension package only extends the
 context menu and communicates with samba via net usershare (which is a
 samba tool).
 
 
 Unfortunaltely I only have minor programming skills, and furthermore, I'm not 
 even sure what exactly the problem is (regarding the code).
 


If you're talking about the share emblem that appears on shared folders, that is
handled by nautilus-share. Specifically, nautilus-share tells nautilus to put
the share emblem on folders that have been listed in the output of `net
usershare info'.

-- 
Kind regards,
Loong Jin

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 917906] Re: Can't determine shared folders

2012-04-20 Thread Jamie Strandboge
** This bug is no longer flagged as a security vulnerability

** This bug is no longer flagged as a security vulnerability

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 917906] Re: Can't determine shared folders

2012-04-20 Thread masteryoda
** Changed in: samba (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 917906] Re: Can't determine shared folders

2012-04-14 Thread masteryoda
I have opened up a bug report at bugzilla.samba.org as well.
https://bugzilla.samba.org/show_bug.cgi?id=8852

** Bug watch added: Samba Bugzilla #8852
   https://bugzilla.samba.org/show_bug.cgi?id=8852

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 917906] Re: Can't determine shared folders

2012-04-12 Thread James Page
** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 917906] Re: Can't determine shared folders

2012-04-09 Thread Chow Loong Jin
On 10/04/2012 07:09, masteryoda wrote:
 How about this for a start:
 
 Instead of just creating the error message, the net usershare command
 should at least delete the corrupt usershare definitions. Still this
 does not solve the remove/rename problem but that is not as severe as
 obsolent share definition.
 
 
 I cannot change the code myself but apart from that I am willing to help. If 
 there is something I can do please contact me: hal6...@lavabit.com
 


Well for the time being we can open a task against samba, which is where the
`net' command comes from.

  affects ubuntu/samba

-- 
Kind regards,
Loong Jin


** Also affects: samba (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/917906

Title:
  Can't determine shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/917906/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs