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:
Michael L Gueterman <[log in to unmask]>
Reply To:
Michael L Gueterman <[log in to unmask]>
Date:
Thu, 9 Jan 1997 09:02:34 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (172 lines)
I have been able to get both a Windows 95 and Windows NT 4.0 Workstation
client to connect to Lars' Samba .2 port (although it did take quite a bit of
patience and tweaking).  Windows 95 seems to have fewer problems for
me than NT at this point.  The biggest problem I'm currently having is that
the clients regularly disconnect from the 3000.  This is very noticable when
you attempt a multiple file copy to the 3000 from the client.  After each file,
you disconnect.  Windows reconnects after about a minute, and you get the
next file.  During the disconnected period, I see the lan activity light on my
router go nuts.  When the connection is reestablished, back to normal.
  I haven't played much with it for a couple days now, but I'll try to get
back to it this weekend.   I found that I needed to allow the host/client
to negotiate the protocol so I commented out the explicit protocol level
in the smb.conf file.  Another handy addition is to add the following
parameters:

preexec = callci 'TELLOP SMB connect to %S from %m at %I'
postexec = callci 'TELLOP SMB disconnected from %S from %m at %I'

Using this you can see when the clients connect and disconnect to the
various sessions on the 3000 (similiar to the more traditional LOGON and
LOGOFF console messages).

Regards,
Michael L Gueterman
Easy Does It Technologies
email: [log in to unmask]
http://www.editcorp.com
voice: (509) 943-5108
fax:   (509) 946-1170
--


----------
From:  Joe Whitlock[SMTP:[log in to unmask]]
Sent:  Saturday, January 04, 1997 7:33 PM
To:  [log in to unmask]
Subject:  [HP3000-L] Samba, a dance worth knowing!!!

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