Displaying 6 results from an estimated 6 matches for "server_os".
2003 Oct 26
0
Patches for samba 3.0.0 client/client.c
..., &ip)) {
d_printf("Connection to %s failed\n", server_n);
return NULL;
@@ -2650,22 +2654,33 @@
if (!cli)
return 1;
+ if (*cli->server_domain) {
+ printf("Domain=[%s] OS=[%s] Server=[%s]\n",
+ cli->server_domain,cli->server_os,cli->server_type);
+ } else if (*cli->server_os || *cli->server_type){
+ printf("OS=[%s] Server=[%s]\n",
+ cli->server_os,cli->server_type);
+ } + browse_host(True);
+ /*
if (port != 139) {
-
- /* Workgroups simply don'...
2002 Oct 31
0
3000'ish Open Files - causes network connection to be reset from single machine
Samba_Version: 2.2.6
Server_OS: Mandrake 8.2
Client_OS: NT 4 workstation
There seems to be a issue on a Samba server when NT telnet sessions have
roughly
1500-1600 files open on a samba server. The client has a Clipper database
application that opens roughly 150 file handles per session. When logged
into
the NT4sp6a workstati...
2002 Dec 02
0
Win98 and Samba 2.2.3a (PR#26045)
...local disk
(error 1026).
Please help
Thanks
Valter
Simo Sorce wrote:
>Please send help requests to samba@samba.org mailing list
>
>On Thu, 2002-11-28 at 18:40, dalbo@tesco.it wrote:
>
>
>>Full_Name: Valter Dal Bo
>>Samba_Version: 2.2.3a
>>Server_OS: IRIX 6.5.17
>>Client_OS: Win98
>>
>>When trying to copy a file from a share on to a local disk I get
error 1026.
>>When trying to create new directories under share (with write access
of course)
>>I get "Access Denied".
>>Problem occo...
2003 Jan 08
0
VS: oplock_break (PR#26342)
...l: Preben S?rensen
Cc: Andrew Tridgell; Jeremy Allison; samba-bugs@samba.org
Emne: Re: oplock_break (PR#26342)
Please send help request to the users mailinglist samba@samba.org
Simo.
On Wed, 2003-01-08 at 15:38, ps@datamann.dk wrote:
> Full_Name: Preben S?rensen
> Samba_Version: 2.2.5
> Server_OS: SCO Open Server 5.0.5
> Client_OS: win98
> Submission from: (NULL) (217.157.4.170)
>
>
> After changing from VisionFS ver. 3.1 to Samba 2.2.5 on a SCO Open Server ver.
> 5.0.5, the server work very slow, sometimes the users event can't save document
> on the server. In t...
2003 Dec 01
0
No subject
...ts.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
If NT is upgraded to service pack 5 or better problem #2 below goes away.
Problem #1 doesn't appear to cause any problems, but it is different then
Windows behavior.
Any comments?
Samba_Version: 2.2.1a
Server_OS: HPUX
Client_OS: NT4 sp3
Submission from: (NULL) (156.153.255.196)
I have found two issues, it may be possible that ISSUE 1 is causing ISSUE 2.
(??)
ISSUE 1:
When I browse the domain from "Add Printer Wizard", it shows the following:
\\NTSERVER\PRINTER1
HPUXSERVER\\HPUXSERVER\PRINTER2...
2003 Dec 01
0
No subject
...ort
cnum, unsigned short pid, unsigned short mid, unsigned short vuid, int protocol
, int sec_mode, int rap_error, int privileges, array[256] of char eff_name, arra
y[256] of char desthost, array[256] of char user_name, array[256] of char domain
, array[256] of char server_type, array[256] of char server_os, array[256] of ch
ar server_domain, array[256] of char share, array[256] of char dev, struct nmb_n
ame {..} called, struct nmb_name {..} calling, array[256] of char full_dest_host
_name, struct in_addr {..} dest_ip, struct pwd_info {..} pwd, array[8] of unsign
ed char cryptkey, unsigned int sesskey...