Displaying 10 results from an estimated 10 matches for "sendbuf".
Did you mean:
send_buf
2000 Mar 05
1
The passwd sync chat doesn't seem to work OK.
...Invoking '/usr/bin/passwd papa' as password change program.
[2000/03/04 21:58:22, 100] smbd/chgpasswd.c:talktochild(263)
talktochild: chatbuf=[*] responsebuf=[Changing password for user papa
New UNIX password: ]
[2000/03/04 21:58:22, 100] smbd/chgpasswd.c:talktochild(276)
talktochild: sendbuf=[1q2w3e4r
]
[2000/03/04 21:58:22, 100] smbd/chgpasswd.c:talktochild(263)
talktochild: chatbuf=[*password: ] responsebuf=[
Retype new UNIX password: ]
[2000/03/04 21:58:22, 100] smbd/chgpasswd.c:talktochild(276)
talktochild: sendbuf=[1q2w3e4r
]
Everything goes fine until here!!!!
[2000/0...
1998 Mar 28
4
unix password sync problems!
...chat = *Changing*for* . *New*password* %n\n *password* %n\n
*done*
The last few lines of the log file (debug level = 100, compiled with
DEBUG_PASSWORD enabled) are:
pty: opened /dev/ptyp7
Dochild for user grg (uid=0,gid=0)
chatbuf=[*Changing*for*] responsebuf=[Changing local password for grg.
]
sendbuf=[.]
chatbuf=[*New*password*] responsebuf=[New password:]
sendbuf=[222222
]
chatbuf=[*password*] responsebuf=[
Retype new password:]
sendbuf=[222222
]
chatbuf=[*done*] responsebuf=[
passwd: updating the database...
passwd: done]
sendbuf=[.]
chatbuf=[.] responsebuf=[
passwd: updating the database......
1999 Oct 20
2
Samba - Unix password sync
...0] smbd/chgpasswd.c:dochild(189)
Invoking '/bin/passwd web' as password change program.
[1999/10/20 17:46:25, 100] smbd/chgpasswd.c:talktochild(263)
talktochild: chatbuf=[*password*] responsebuf=[New password: ]
[1999/10/20 17:46:25, 100] smbd/chgpasswd.c:talktochild(276)
talktochild: sendbuf=[fisch
]
[1999/10/20 17:46:25, 100] smbd/chgpasswd.c:talktochild(263)
talktochild: chatbuf=[*password*] responsebuf=[
New password (again): ]
[1999/10/20 17:46:25, 100] smbd/chgpasswd.c:talktochild(276)
talktochild: sendbuf=[fisch
]
[1999/10/20 17:46:29, 10] lib/util_sock.c:read_with_time...
1998 Oct 08
0
"unix password sync" and RedHat 5.1
...arth2
get_smbpwd_entry: returning passwd entry for user barth2, uid 500
Password change for user: barth2pty: try to open ptya0, line was /dev/ptyXX
pty: opened /dev/ptya0
Dochild for user barth2 (uid=0,gid=0)
talktochild: chatbuf=[*New*password*] responsebuf=[New UNIX password: ]
talktochild: sendbuf=[xxxxxxxxxx
]
talktochild: chatbuf=[*new*password*] responsebuf=[
Retype new UNIX password: ]
talktochild: sendbuf=[xxxxxxxxxx
]
talktochild: chatbuf=[*updated*] responsebuf=[
passwd: all authentication tokens updated successfully
]
The process exited while we were waiting
size=59
(xxxx...
1998 Nov 14
0
Sync passwd and smbpasswd
...in/passwd %u
passwd chat = *New*password: %n\n *Re-enter*new*password: %n\n
passwd chat debug = True
---
$SAMBAHOME/var/log.<machinename>
---
Password change for user: goober
Dochild for user goober (uid=0,gid=0)
talktochild: chatbuf=[*New*password:] responsebuf=[New password:]
talktochild: sendbuf=[foo123
]
talktochild: chatbuf=[*Re-enter*new*password:] responsebuf=[
Re-enter new password:]
talktochild: sendbuf=[foo123
]
The process exited while we were waiting
---
Truss output of the running smbd
---
# truss -aep 8595
psargs: /opt/samba/bin/smbd -D -d 100
poll(0xEFFFC648, 1, -1) (...
1999 Aug 01
0
Problem with Password sync
...zlr
get_smbpwd_entry: returning passwd entry for user bhaezlr, uid 501
Password change for user: bhaezlr
pty: try to open ptya0, line was /dev/ptyXX
pty: opened /dev/ptya0
Dochild for user bhaezlr (uid=0,gid=0)
talktochild: chatbuf=[New UNIX password*] responsebuf=[New UNIX password: ]
talktochild: sendbuf=[soon2000!
]
talktochild: chatbuf=[*Retype new UNIX password*] responsebuf=[
Retype new UNIX password: ]
talktochild: sendbuf=[soon2000!
]
The process exited while we were waiting
1999 Aug 27
0
Unix password sync: Any hints?
...d/chgpasswd.c:dochild(189)
Invoking '/usr/bin/passwd' as password change program.
[1999/08/27 10:23:39, 100] smbd/chgpasswd.c:talktochild(263)
talktochild: chatbuf=[*password*] responsebuf=[New UNIX
password: ]
[1999/08/27 10:23:39, 100] smbd/chgpasswd.c:talktochild(276)
talktochild: sendbuf=[h@mh0ck
]
[1999/08/27 10:23:39, 100] smbd/chgpasswd.c:talktochild(263)
talktochild: chatbuf=[*password*] responsebuf=[
Retype new UNIX password: ]
[1999/08/27 10:23:39, 100] smbd/chgpasswd.c:talktochild(276)
talktochild: sendbuf=[h@mh0ck
]
[1999/08/27 10:23:43, 10] lib/util_sock.c:read_w...
2004 Mar 12
1
Sustainable transfer rate with Samba
We have a customer who requires us to use SAMBA to transfer large amount
of data with sustainable transfer rate of 30Mbits/s.
Both server and client is Linux machine. We already tried to set the
SENDBUF and RECVBUF to 64K and IPTOS_LOWDELAY but the best we could get
is about 5Mbits/s.
After reviewing the Ethereal trace, it is clear that the client only
request 4096 byte of data per read request throughout the test period.
Does anyone know how to tune the Linux samba client to improve
throughput?...
2003 Nov 18
1
Supporting multiple clients -- per machine/os config?
...server is FreeBSD 4.9, with Samba 2.2.8 (compiled from the ports
collection). I have fiddled with smb.conf and figured out this pattern:
Client 1: WinXP. Best RCV/SNDBUF = 8192.
Client 2: PocketPC over 802.11b. Likes the same settings as WinXP.
Client 3: Mac OS X 10.3 over 802.11g, Best with RCV/SENDBUF left out of
config. (what is the default anyway?)
Client 4: Xbox (which USED to work and now it is very slow -- go figure...)
Note 1: I have determined that TCP_NODELAY and IPTOS_LOWDELAY at least
cause no harm, and they are always set.
Note 2: The wireless is not a factor, I have conducted tes...
2004 Mar 09
0
Samba performance on FreeBSD and other platforms in a 'Normal' world.
...em but over all real people with a moderate
understanding of networks and pc's can make it function well.
I have as previously stated tweaked, recompiled, adjusted. read dozens of
performance tips for getting the most out of Samba and it's just not
happening. I've adjusted read size, Sendbuf and Recvbuf values, MTU, MSS,
lowday, no delay blah blah blah. I've watched for collisions. (None) I've
watched for NACKS ACKS and the last episode of The Tick. But I can't get
much better than I already have out of these machines.
If I'm missing something obvious please tell me....