HP3000-L Archives

January 1997, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Joe Whitlock <[log in to unmask]>
Reply To:
Joe Whitlock <[log in to unmask]>
Date:
Sun, 5 Jan 1997 03:33:11 GMT
Content-Type:
text/plain
Parts/Attachments:
text/plain (134 lines)
I have downloaded Lars Samba02 port for 5.0 and have gotten it to
communicate!  Wow it's great, keep up the good work!  I'm still
learing POSIX but have gotten the HTTPD version 1.3 from jazz and
the Mark Klein port of Perl 5.002 working.  I'm going to keep
learning the dance steps of this "Samba".

I have not been able yet to connect a pc to the HP3000 samba server. :(
but I have gotten the smbclient on the HP3000 to to connect to a
a pc LAN server. :) Here is the result of that dance ...

-------------------------------------------------------------------------------
-----

POSIX /usr/local/samba/bin>ls -al
total 6845
drwxrwxrwx   2 MGR.SAMBA         0           1472 Jan  5 19:03 .
drwxrwxrwx   5 MANAGER.SYS       0           1088 Jan  5 18:17 ..
-rw-rw----   1 MGR.SAMBA         0             41 Jan  5 19:04
hostfile.txt
-rwxr-xr-x   1 MGR.SAMBA         0         485120 Jan  5 18:17 nmbd
lrwxrwxrwx   1 MGR.SAMBA         0             19 Jan  5 19:03 nmblookup
-> /SAMBA/BIN/NMBLOOKU
-rwxr-xr-x   1 MGR.SAMBA         0         374528 Jan  5 18:17
nmblookup.hld
lrwxrwxrwx   1 MGR.SAMBA         0             19 Jan  5 19:03 smbclient
-> /SAMBA/BIN/SMBCLIEN
-rwxr-xr-x   1 MGR.SAMBA         0         486912 Jan  5 18:17
smbclient.hld
lrwxrwxrwx   1 MGR.SAMBA         0             15 Jan  5 19:03 smbd ->
/SAMBA/BIN/SMBD
-rwxr-xr-x   1 MGR.SAMBA         0         597248 Jan  5 18:17 smbd.hld
-rwxr-xr-x   1 MGR.SAMBA         0         356864 Jan  5 18:17 smbpasswd
-rwxr-xr-x   1 MGR.SAMBA         0         119040 Jan  5 18:17 smbrun
-rwxr-xr-x   1 MGR.SAMBA         0         366336 Jan  5 18:17 smbstatus
-rwxr-xr-x   1 MGR.SAMBA         0         356608 Jan  5 18:17 testparm
-rwxr-xr-x   1 MGR.SAMBA         0         356608 Jan  5 18:17 testprns
POSIX /usr/local/samba/bin>smbclient \\\\srv24isq\\eswr
ESWR
Added interface ip=136.240.166.46 bcast=136.240.166.255
nmask=255.255.255.0
smb: \> cd pcdir
smb: \pcdir\> ls
  .            ???????????         D         0  Thu Dec 12 19:48:48 1996
  ..           ???????????         D         0  Thu Dec 12 19:48:48 1996
  PCFILE.TXT                          A        21  Sat Jan  4 19:03:18
1997

                38377 blocks of size 8192. 217 blocks available
smb: \pcdir\> get pcfile.txt
ERRSRV - ERRerror (Non-specific error code.) opening remote file
\pcdir\pcfile.txt
smb: \pcdir\> put hostfile.txt
putting file hostfile.txt of size 41 bytes as \pcdir\hostfile.txt
(0.204281 kb/s) (average 0.204281 kb/s)
smb: \pcdir\> ls
  .            ???????????         D         0  Thu Dec 12 19:48:48 1996
  ..           ???????????         D         0  Thu Dec 12 19:48:48 1996
  PCFILE.TXT   ???????????         A        21  Sat Jan  4 19:03:18 1997
  HOSTFILE.TXT                        A        41  Sun Jan  5 19:04:02
1997

                38377 blocks of size 8192. 216 blocks available
smb: \pcdir\> rm pcfile.txt
ERRDOS - ERRbadpath (Directory invalid.) deleting remote file
\pcdir\PCFILE.TXT   a

smb: \pcdir\> rm hostfile.txt
ERRDOS - ERRbadpath (Directory invalid.) deleting remote file
\pcdir\HOSTFILE.TXT a

smb: \pcdir\> ls
  .            ???????????         D         0  Thu Dec 12 19:48:48 1996
  ..           ???????????         D         0  Thu Dec 12 19:48:48 1996
  PCFILE.TXT   ???????????         A        21  Sat Jan  4 19:03:18 1997
  HOSTFILE.TXT                        A        41  Sun Jan  5 19:04:02
1997

                38377 blocks of size 8192. 216 blocks available
smb: \pcdir\> mkdir pcdir2
smb: \pcdir\> ls
  .            ???????????         D         0  Thu Dec 12 19:48:48 1996
  ..           ???????????         D         0  Thu Dec 12 19:48:48 1996
  PCFILE.TXT   ???????????         A        21  Sat Jan  4 19:03:18 1997
  HOSTFILE.TXT ???????????         A        41  Sun Jan  5 19:04:02 1997
  PCDIR2                              D         0  Thu Dec 12 20:23:20
1996

                38377 blocks of size 8192. 215 blocks available
smb: \pcdir\> rm pcdir2
smb: \pcdir\> ls
  .            ???????????         D         0  Thu Dec 12 19:48:48 1996
  ..           ???????????         D         0  Thu Dec 12 19:48:48 1996
  PCFILE.TXT   ???????????         A        21  Sat Jan  4 19:03:18 1997
  HOSTFILE.TXT ???????????         A        41  Sun Jan  5 19:04:02 1997
  PCDIR2                              D         0  Thu Dec 12 20:23:20
1996

                38377 blocks of size 8192. 215 blocks available
smb: \pcdir\> del pcdir2
smb: \pcdir\> ls
  .            ???????????         D         0  Thu Dec 12 19:48:48 1996
  ..           ???????????         D         0  Thu Dec 12 19:48:48 1996
  PCFILE.TXT   ???????????         A        21  Sat Jan  4 19:03:18 1997
  HOSTFILE.TXT ???????????         A        41  Sun Jan  5 19:04:02 1997
  PCDIR2                              D         0  Thu Dec 12 20:23:20
1996

                38377 blocks of size 8192. 215 blocks available
smb: \pcdir\>
-------------------------------------------------------------------------------
-----

1) Can you shed some light on how to connect a pc to a hp3000 samba
host?

2) When using the hp3000 as a client and PC as host I have a problem
   doing a get or rm from smbclient as show above.
   { By the way, I gave smbclient priv mode }

I'll keep posting what I find!  In the mean time I'll read all the
net info about SAMBA!

Thanks again Lars!!! Great work!!!

--
                                  With best intentions,
                                  Joe

  Joe Whitlock                  | Work Email: [log in to unmask]
  The Boeing Company            | Home Email: [log in to unmask]
  P.O. Box 3707                 | Tel:      206-234-1478
  MS 6C-LU                      | Fax:      206-237-7230
  Seattle, WA 98124-2207        |

ATOM RSS1 RSS2