+ Post New Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 26
*nix Thread, Net Use in Technical; Have an odd problem, what im trying to do is relatively simple but it just doesnt want to play. When ...
  1. #1
    apeo's Avatar
    Join Date
    Sep 2005
    Location
    Lost
    Posts
    1,610
    Thank Post
    95
    Thanked 115 Times in 111 Posts
    Rep Power
    39

    Net Use

    Have an odd problem, what im trying to do is relatively simple but it just doesnt want to play. When I use a network boot disk and try to net use to my ubuntu server it give me 'Error 53: The Computer Name specified in the Network path cannot be located.' I know the path exists because I can use the same command in windows to map to it so im not sure why it wont map it when using a network boot disk.

  2. IDG Tech News
  3. #2

    plexer's Avatar
    Join Date
    Dec 2005
    Location
    Norfolk
    Posts
    11,298
    Thank Post
    414
    Thanked 1,159 Times in 1,050 Posts
    Rep Power
    263

    Re: Net Use

    Are you trying to map it via name or ip address?

    Ben

  4. #3
    apeo's Avatar
    Join Date
    Sep 2005
    Location
    Lost
    Posts
    1,610
    Thank Post
    95
    Thanked 115 Times in 111 Posts
    Rep Power
    39

    Re: Net Use

    Name ie

    Code:
    net use z: \\servername\share
    Did try ip address too for good measure but the result is the same.

  5. #4

    Ric_'s Avatar
    Join Date
    Jun 2005
    Location
    London
    Posts
    7,839
    Thank Post
    99
    Thanked 750 Times in 585 Posts
    Rep Power
    176

    Re: Net Use

    I assume that pinging the address works?

  6. #5
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,732
    Blog Entries
    1
    Thank Post
    107
    Thanked 542 Times in 476 Posts
    Rep Power
    134

    Re: Net Use

    DNS problem.

  7. #6
    apeo's Avatar
    Join Date
    Sep 2005
    Location
    Lost
    Posts
    1,610
    Thank Post
    95
    Thanked 115 Times in 111 Posts
    Rep Power
    39

    Re: Net Use

    Yes pinging works both for ip address and servername.

    @Geoff: If it is a DNS Issue, what do i do? Ive had a look and there's a Host record for the server with no conflicting info as far as i know. What should i be looking for? Also why can I map the drive in xp but not in dos.

  8. #7

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,331
    Blog Entries
    2
    Thank Post
    604
    Thanked 900 Times in 630 Posts
    Rep Power
    296

    Re: Net Use

    Does the share require any authentication and if so, is the DOS disk supplying it correctly?

  9. #8
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,732
    Blog Entries
    1
    Thank Post
    107
    Thanked 542 Times in 476 Posts
    Rep Power
    134

    Re: Net Use

    If it is a DNS Issue, what do i do? Ive had a look and there's a Host record for the server with no conflicting info as far as i know. What should i be looking for?
    Is your /etc/resolve.conf setup correctly?

    Also why can I map the drive in xp but not in dos.
    Dos?

  10. #9
    apeo's Avatar
    Join Date
    Sep 2005
    Location
    Lost
    Posts
    1,610
    Thank Post
    95
    Thanked 115 Times in 111 Posts
    Rep Power
    39

    Re: Net Use

    @webman: Yes (the ubuntu server is connected to the domain as a member server using samba) and it doesnt get that far (best i can tell)

    @geoff: resolve.conf? DNS is on Windows 2003 (sorry if i didnt mention it b4). and yes DOS.. its a DOS Network Bootdisk.

  11. #10
    budgester's Avatar
    Join Date
    Jan 2006
    Location
    Enfield, Middlesex
    Posts
    463
    Thank Post
    3
    Thanked 31 Times in 28 Posts
    Rep Power
    20

    Re: Net Use

    Quote Originally Posted by apeo
    @webman: Yes (the ubuntu server is connected to the domain as a member server using samba) and it doesnt get that far (best i can tell)

    @geoff: resolve.conf? DNS is on Windows 2003 (sorry if i didnt mention it b4). and yes DOS.. its a DOS Network Bootdisk.
    resolve.conf is the file that you enter the dhcp servers that you use.

    So enter the ip address of the Windows 2003 dns server.

    Only really need if you don't use dhcp on this box.

  12. #11
    apeo's Avatar
    Join Date
    Sep 2005
    Location
    Lost
    Posts
    1,610
    Thank Post
    95
    Thanked 115 Times in 111 Posts
    Rep Power
    39

    Re: Net Use

    Ah yes remember now but i fail to see how setting this will help with my client (Dos client) to map to the Ubuntu server as its the client that cant connect to the server not the other way round. Well i set it anyway and its still dont work.

  13. #12
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,732
    Blog Entries
    1
    Thank Post
    107
    Thanked 542 Times in 476 Posts
    Rep Power
    134

    Re: Net Use

    Oh I see. I thought you were trying to map from the Ubuntu machine.

    Simple answer now anyway, you'll have to run WINS.

  14. #13


    Join Date
    Jan 2006
    Posts
    7,764
    Thank Post
    422
    Thanked 961 Times in 747 Posts
    Rep Power
    307

    Re: Net Use

    I think dos needs netbios ? (apologies if this is not the case, its been a long time)
    do you have
    Code:
    disable netbios = yes
    in your smb.conf ?

  15. #14
    apeo's Avatar
    Join Date
    Sep 2005
    Location
    Lost
    Posts
    1,610
    Thank Post
    95
    Thanked 115 Times in 111 Posts
    Rep Power
    39

    Re: Net Use

    @Geoff: Thanks for that, ive now got the client to resolve to the share but now guess what... i have access issues. Dos Error 5 and in samba log states:

    Code:
    [2007/01/17 10:24:03, 0] auth/pampass.c:smb_pam_account(573)
      smb_pam_account: PAM: UNKNOWN PAM ERROR (9) during Account Management for User: Domain\user
    [2007/01/17 10:24:03, 0] auth/pampass.c:smb_pam_accountcheck(781)
      smb_pam_accountcheck: PAM: Account Validation Failed - Rejecting User Domain\user!
    Funny I didnt think you would get error messages that dont actually tell you what the error is in linux. Im guessing theres a config error regarding pam but what i have no idea. BTW i get the same error if i try and connect using an ip address instead of host name in xp ie

    Code:
    \\1.2.3.4\Data
    @CyberNerd: No thats not configured but thanks anyway.

  16. #15
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,732
    Blog Entries
    1
    Thank Post
    107
    Thanked 542 Times in 476 Posts
    Rep Power
    134

    Re: Net Use

    What is your samba servers security model?

SHARE:
+ Post New Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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