Search:

Type: Posts; User: swerdna; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    12
    Views
    2,453

    [ubuntu] Re: Net Usershare Returned Error 255

    Glad to hear.
  2. [ubuntu] Re: Can not connect with windows pc on the network

    This is wrong:
    name resolve order = lmhosts hosts wins bcastit should be like this:
    name resolve order = bcast host lmhosts wins
    That's all the info we have to go on, so ohter things might be...
  3. Thread: Samba

    by swerdna
    Replies
    2
    Views
    597

    [xubuntu] Re: Samba

    And if it's an external drive, it's 99% sure to have a windows format, fat32 or ntfs, so check that it's mounted drwxrwxrwx to allow guests to write to it over the network.
  4. [ubuntu] Re: How to allow guest access to samba share in Jaunty using nautilus

    I'm delighted by your happiness
  5. Replies
    22
    Views
    1,659

    [ubuntu] Re: Samba client problem

    Could be this is the problem:
    Is it set up to require 2008 server authentication and access?
  6. Replies
    22
    Views
    1,659

    [ubuntu] Re: Samba client problem

    Three things you might check:

    the workgroup names are the same on all machines
    run
    sudo /etc/init.d/samba statusand see if you get a response that smbd and nmbd are running
    check there...
  7. Replies
    5
    Views
    17,566

    [ubuntu] Re: List my shared folders

    run this command:
    ls -l /var/lib/samba/usersharesall the shares created in Nautilus will be listed by that command. Suppose one of them is "billymusic". To get the path for the share called...
  8. Replies
    6
    Views
    697

    [SOLVED] Re: changing owner of drive

    Phil Hansen: be wary of this advice. It does not change ownership IIRC.

    And -- regarding this:

    Follow ukripper's advice to discover the mount directory (or just use the command 'df -Th')
  9. Replies
    6
    Views
    697

    [SOLVED] Re: changing owner of drive

    If it's mounted in directory "mount_dir" at /path_to/mount_dir, run this command:
    sudo chown phil:phil /path_to/mount_dirand it will change ownership to user=phil, group=phil.

    That's for ext3.
    ...
  10. Replies
    4
    Views
    627

    [ubuntu] Re: Samba share frustrations

    Just for your interest: "public = yes" is a duplicate of "guest ok = yes".

    Guests should be able to mount because access for guests is allowed. -- unless there's a problem in the [global] stanza....
  11. [ubuntu] Re: Can we have a "Sticky" for SAMBA config and issues?

    Certainly your problem is the samba naming daemon nmbd. I haven't installed Karmic. You should report this as a bug. Under "Processes" surely there's something about file sharing or network sharing?...
  12. [ubuntu] Re: Can we have a "Sticky" for SAMBA config and issues?

    Well the worst thing is that nmbd isn't working, So check in System --> Administration --> Services that samba is turned on (file sharing it's called iirc).

    If it is already on, then check that...
  13. [ubuntu] Re: Can we have a "Sticky" for SAMBA config and issues?

    Just want to check some things you said in yr bug dialogue & post #3. Can you post here the results of these commands:

    ls -l /var/lib/samba/usershares
    testparm -s
    sudo ufw status
    sudo...
  14. Replies
    2
    Views
    1,375

    [SOLVED] Re: Ubuntu-Mac shared folder

    You can only add users who pre-exist as Ubuntu users, was that it?
  15. Replies
    9
    Views
    793

    [SOLVED] Re: GRUB problems with triple boot

    Because I get paid to use it and my kdz need to be educated
  16. Replies
    5
    Views
    1,063

    [ubuntu] Re: I hate samba!!!

    If you can finger the specific problem, we can give focused advice.


    Meanwhile, while you're buying a replacement screen:P, these might be worth a read:
    The segment: Setting up a Samba Server...
  17. Replies
    5
    Views
    756

    [ubuntu] Re: 9.04 will not detect all hard drives

    You can test that partition like this:

    make a folder to test it in:
    sudo mkdir /mnt/sda9
    test mount it:
    ntfs-3g /dev/sda9 /mnt/sda9

    There might be an error about the dirty bit being set....
  18. Replies
    3
    Views
    467

    [ubuntu] Re: Help with SAMBA Permissions

    Hard to get the mind around all those things.
    How about you define a user for ease of admin of the media share, any name you like, e.g. "admin". Create the Linux user admin.

    Chown the directory...
  19. Replies
    5
    Views
    756

    [ubuntu] Re: 9.04 will not detect all hard drives

    Do you mean if open Nautilus and click Computer on the top bar and select a drive icon -- or what do you mean?

    I looked at the list of 22 (?) partitions from fdisk: which one is causing you grief?
  20. Replies
    3
    Views
    467

    [ubuntu] Re: Help with SAMBA Permissions

    Can you post the results of this command: testparm -s
    That will give us a condensed look at your configuration file.

    Please point out which [stanza] pertains to the "media share".

    I also need...
  21. Replies
    6
    Views
    726

    [ubuntu] Re: Weird file permissions problem

    The problem likely lies in the disparity between:

    the owner and group for the file update.txt (which is consulting+consulting)
    the owner and group for a user accessing the file (which is...
  22. [ubuntu] Re: File Permissions Wrong from Network Computer (Samba)

    And therein lies the issue. Remember this:

    You have group=matthew, owner=server
  23. Replies
    6
    Views
    8,166

    [all variants] Re: Apt-get in Suse?

    If zypper throws you, try the GUI at Yast --> Software --> Softyware management
  24. Replies
    9
    Views
    1,407

    [ubuntu] Re: Automount HDs on Startup

    If you want a fat32 drive to mount at startup, put a line defining the mount in the file fstab (located at /etc/fstab). Here's an example of syntax:
    UUID=AD74-85CA /path_to/mount_point vfat...
  25. Replies
    3
    Views
    604

    [kubuntu] Re: Filesharing between kubuntu and XP

    In vista, enable netbios over tcpip


    In Kubuntu, temporarily disable the Ubuntu firewall with this command:
    sudo ufw disable

    FFI on firewall: Opening the UFW Firewall for Samba

    Then see...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4