Find the answer to your Linux question:
Results 1 to 6 of 6
I had to use nautilus to trash a file from my desktop and I got this error message: cousinlucky@cousinlucky-desktop:~$ gksudo nautilus Initializing nautilus-share extension ** (nautilus:19832): WARNING **: Unable to ...
  1. #1
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575

    What does this nautlus error message mean, please?

    I had to use nautilus to trash a file from my desktop and I got this error message:

    cousinlucky@cousinlucky-desktop:~$ gksudo nautilus
    Initializing nautilus-share extension

    ** (nautilus:19832): WARNING **: Unable to add monitor: Operation not supported
    SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS SSSSSSSSSSSSSSSSSSSSSSSSNautilus-Share-Message: Called "net usershare info" but it failed: 'net usershare' returned error 255: net usershare: cannot open usershare directory /var/lib/samba/usershares. Error No such file or directory
    Please ask your system administrator to enable user sharing.

    Is it something I should be worried about?
    Linux registered user # 414321
    You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
    http://www.paynal.com
    Everything Within The Universe Is Related; We Are All Cousins!!

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    It looks like a samba error to me, or a shared network driver.......you can probably safely ignore this if you do not have a MS computer that you share files with Linux, on the other hand if you do not use samba, it might be a good idea to find out why this is happening and or disable it.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575
    What and where is samba and how do I disable it?
    Linux registered user # 414321
    You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
    http://www.paynal.com
    Everything Within The Universe Is Related; We Are All Cousins!!

  4. #4
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,072
    I don't have Ubuntu loaded, but you should be able to look at all running services somewhere in your Administration menu.

    I would disable it... It allows file-sharing between computers.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  5. #5
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    OR, in a terminal window
    Code:
    sudo update-rc.d samba remove
    This should work, if not then let us know.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  6. #6
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575
    Thanks MikeTbob,

    cousinlucky@cousinlucky-desktop:~$ sudo update-rc.d samba remove
    [sudo] password for cousinlucky:
    Removing any system startup links for /etc/init.d/samba ...
    cousinlucky@cousinlucky-desktop:~$

    I guess I have a real bad case of Microsoft vulnerability trauma that I will never quite get over.
    I read this today: Manipulate Your Way to the Root of It | Linux Journal
    Linux registered user # 414321
    You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
    http://www.paynal.com
    Everything Within The Universe Is Related; We Are All Cousins!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...