Re: Error Message - No Service is operating at the destination network

From: Jeff Cummings (jeffc_at_ltis.net)
Date: 07/27/04

  • Next message: m.marien: "Re: Help - I'm in a soup !!"
    Date: Mon, 26 Jul 2004 18:19:34 -0400
    
    

    My name Was messed up in my last post.

    This is my smb.conf file. I does not work.

    [global]
    workgroup = home
    server string = jefflinux2 samba server
    net bios name = jefflinux2
    security = share
    log file = /var/log/samba/%m.log

    # ====================== /share directory ========================
    [Share]
    comment = jefflinux2/share
    path = /share
    browsable = yes
    writable = yes
    public = yes
    printable = no

    # ======================== /public directory =====================
    [Public]
    comment = jefflinux2/public
    path = /public
    browsable = yes
    writable = yes
    public = yes
    printable = no

    I see the jefflinux2 machine but I don't see the shares

    When I do a "net view" from the win2k prof, I see the following.

    \\JEFFLINUX2 jefflinux2 samba server

    If I try to access \\jefflinux2\\share I see the following
    System error 53 has occurred.
    The network path cannot be found.

    If I try to access \\jefflinux2\ I see the following
    System error 67 has occurred.
    The network name cannot be found.

    --------------------------------
    Do I have to do something on the windows machine.
    Please help!!!

    -- 
    -- 
    Jeff Cummings
    "Sandgroper" <steveray@KNICKERSiinet.net.au> wrote in message
    news:40fce63b$0$1266$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
    >
    > "Jeff Cummings" <jeffc@ltis.net> wrote in message
    > news:11da6b19.0407191934.990fae@posting.google.com...
    > > I get this error at when I try to connect to a samba share from
    > > windows.
    > >
    > > \\MACHINENAME is not accessable. You might not have permission to use
    > > this network resiurce. Contact the
    > > administrator of this server to find out if you have access
    > > permission.
    > >
    > > No Service is operating at the destination network endpoint on the
    > > remote system.
    > >
    > > My smb.conf file is
    > >
    > > [global]
    > >         workgroup = home
    > > [sambashare]
    > >         comment = testshare Directory
    > >         path = /sambashare
    > >         guest ok = yes
    > >
    > >
    > >
    > >
    > > My permissioning of the /sambashare is 777
    > > The "winbindd", "smbd" and "nmbd" processes in running on the linux
    > > machine.
    > >
    > > what is the problem?
    >
    > You have missed quite a bit out in the smb.conf file , if you still have
    the
    > original smb.conf file that was installed by default , then have a look at
    > it , it is setup so that you can just uncomment sections to configure the
    > file to your own situation.
    >
    > Here is an example of a  simple smb.conf file that I use  , it works well
    > and is just plain and simple for  2 networked computers  , I have yet to
    get
    > around to adding a printer.
    >
    > You can also read up on samba in the man pages by using
    > man samba
    > man smb.conf
    > man -k samba
    >
    > --
    > Sandgroper
    > ----------------------------------
    > Remove KNICKERS to Email
    > steveray@KNICKERSiinet.net.au
    >
    >
    > /etc/samba/smb.conf
    > -------------------------------------------------------------------
    > # File /etc/samba/smb.conf
    > # Author Steve *******
    > # Created 16/5/04
    > # Updated 19/7/04
    > # Purpose The configuration file to emulate a Window NT server
    > # Original smb.conf file has been renamed to /etc/samba/smb.conf.old
    > # ===============================================================
    > [global]
    > workgroup = emubitter
    > server string = Panther Samba Server
    > net bios name = panther
    > security = share
    > log file = /var/log/samba/%m.log
    >
    > # ====================== /share directory ========================
    > [Share]
    > comment = panther/share
    > path = /share
    > browsable = yes
    > writable = yes
    > public = yes
    > printable = no
    >
    > # ======================== /public directory =====================
    > [Public]
    > comment = panther/public
    > path = /public
    > browsable = yes
    > writable = yes
    > public = yes
    > printable = no
    >
    > --------------------------------------------------------------------------
    -
    >
    >
    >
    

  • Next message: m.marien: "Re: Help - I'm in a soup !!"