Displaying 20 results from an estimated 25 matches for "destlen".
Did you mean:
dest_len
2010 Nov 01
5
[PATCH 03/10] staging: hv: Convert camel cased struct fields in hv.h to lower cases
From: Haiyang Zhang <haiyangz at microsoft.com>
Convert camel cased struct fields in hv.h to lower cases
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/hv.c | 95 +++++++++++++++++++++++---------------------
drivers/staging/hv/hv.h | 20 +++++-----
drivers/staging/hv/vmbus.c |
2010 Nov 01
5
[PATCH 03/10] staging: hv: Convert camel cased struct fields in hv.h to lower cases
From: Haiyang Zhang <haiyangz at microsoft.com>
Convert camel cased struct fields in hv.h to lower cases
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/hv.c | 95 +++++++++++++++++++++++---------------------
drivers/staging/hv/hv.h | 20 +++++-----
drivers/staging/hv/vmbus.c |
2017 Aug 10
2
cannot join windows 7 samba4-ad-dc fresh install, get NT_STATUS_INTERNAL_ERROR
...ent started (version 4.6.0).
Enter SAMDOM\Administrator's password:
Sharename Type Comment
--------- ---- -------
netlogon Disk
sysvol Disk
IPC$ IPC IPC Service (Samba 4.6.0)
E2BIG: convert_string(UTF-8,CP850): srclen=27 destlen=16 - 'DC1.SAMDOM.EXAMPLE.COM'
Connecting to 192.168.0.2 at port 139
got OID=1.2.840.48018.1.2.2
Server Comment
--------- -------
Workgroup Master
--------- -------
I have libnss_winbind setup on the DC, do you ?
Or to put it another way...
2004 Nov 07
0
3.0.8pre2 and convert_string
...nd = 1 requires_resume_key = 1 level = 0x104, max_data_bytes = 16384
[2004/11/07 16:51:50, 3] smbd/dir.c:dptr_create(491)
creating new dirptr 256 for path ./, expect_close = 1
[2004/11/07 16:51:50, 3] lib/charcnv.c:convert_string_internal(236)
E2BIG: convert_string(ISO8859-1,UTF-16LE): srclen=2 destlen=2 - '???.txt'
[2004/11/07 16:51:50, 3] lib/charcnv.c:convert_string_internal(236)
E2BIG: convert_string(ISO8859-1,UTF-16LE): srclen=2 destlen=2 - '?.txt'
This was:
Creating a new text file and renaming it to ???.txt. I don't understand, why the last log entry shows '?.txt...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...This function is equivalent to inflateEnd followed by inflateInit,
but does not free and reallocate all the internal decompression state.
@@ -603,8 +606,8 @@
utility functions can easily be modified if you need special options.
*/
-extern int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
- const Bytef *source, uLong sourceLen));
+ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
+ const Bytef *source, uLong sourceLen));
/*
Compresses the source buffer into the destination buffer. sourceLen is...
2017 Dec 01
3
Intermittent failure of net ads join command with error "The transport connection is now disconnected"
...e"
no entry for PDC.DOMAIN.COM#20 found.
resolve_hosts: Attempting host lookup for name PDC.DOMAIN.COM<0x20>
namecache_store: storing 1 address for PDC.DOMAIN.COM#20: <AD Controller IP>
Connecting to <AD Controller IP> at port 445
E2BIG: convert_string(UTF-8,CP850): srclen=26 destlen=16 - 'PDC.DOMAIN.COM'
Connecting to <AD Controller IP> at port 139
Socket options:
SO_KEEPALIVE = 0
SO_REUSEADDR = 0
SO_BROADCAST = 0
TCP_NODELAY = 1
TCP_KEEPCNT = 9
TCP_KEEPIDLE = 7200
TCP_KEEPINTVL = 75
IPTOS_LOWDELAY =...
2017 Mar 13
0
smbpasswd port 139
...: Opening cache file /var/cache/samba/gencache.tdb read-only.
Opening cache file at /var/run/samba/gencache_notrans.tdb
...
internal_resolve_name: returning 1 addresses: <ip of otherdomain dc>
Connecting to <ip of otherdomain dc> at port 445
E2BIG: convert_string(UTF-8,CP850): srclen=22 destlen=16 - '<name of
otherdomain dc>'
Connecting to <ip of otherdomain dc> at port 139
Unable to connect to SMB server on machine <name of otherdomain dc> Error
was : NT_STATUS_CONNECTION_REFUSED.
echo "hello" | telnet <ip of otherdomain dc> 139
Trying <ip...
2017 Aug 11
0
cannot join windows 7 samba4-ad-dc fresh install, get NT_STATUS_INTERNAL_ERROR
...'s password:
>
> Sharename Type Comment
> --------- ---- -------
> netlogon Disk
> sysvol Disk
> IPC$ IPC IPC Service (Samba 4.6.0)
> E2BIG: convert_string(UTF-8,CP850): srclen=27 destlen=16 - '
> DC1.SAMDOM.EXAMPLE.COM'
> Connecting to 192.168.0.2 at port 139
> got OID=1.2.840.48018.1.2.2
>
> Server Comment
> --------- -------
>
> Workgroup Master
> --------- -------
&g...
2010 Nov 01
24
[PATCH 01/10] staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower cases
From: Haiyang Zhang <haiyangz at microsoft.com>
Convert camel cased struct fields in channel_mgmt.h to lower cases
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c | 302 ++++++++++++++++++------------------
drivers/staging/hv/channel_mgmt.c | 186 ++++++++++++------------
2010 Nov 01
24
[PATCH 01/10] staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower cases
From: Haiyang Zhang <haiyangz at microsoft.com>
Convert camel cased struct fields in channel_mgmt.h to lower cases
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c | 302 ++++++++++++++++++------------------
drivers/staging/hv/channel_mgmt.c | 186 ++++++++++++------------
2017 Dec 12
2
Intermittent failure of net ads join command with error "The transport connection is now disconnected"
...ttempting host lookup for name PDC.DOMAIN.COM<0x20>
> >> namecache_store: storing 1 address for PDC.DOMAIN.COM#20:
> <AD Controller
> >> IP>
> >> Connecting to <AD Controller IP> at port 445
> >> E2BIG: convert_string(UTF-8,CP850): srclen=26 destlen=16 - '
> >> PDC.DOMAIN.COM'
> >> Connecting to <AD Controller IP> at port 139
> >> Socket options:
> >> SO_KEEPALIVE = 0
> >> SO_REUSEADDR = 0
> >> SO_BROADCAST = 0
> >> TCP_NODELAY = 1
>...
2017 Dec 06
0
Intermittent failure of net ads join command with error "The transport connection is now disconnected"
...DOMAIN.COM#20 found.
> resolve_hosts: Attempting host lookup for name PDC.DOMAIN.COM<0x20>
> namecache_store: storing 1 address for PDC.DOMAIN.COM#20: <AD Controller
> IP>
> Connecting to <AD Controller IP> at port 445
> E2BIG: convert_string(UTF-8,CP850): srclen=26 destlen=16 - 'PDC.DOMAIN.COM
> '
> Connecting to <AD Controller IP> at port 139
> Socket options:
> SO_KEEPALIVE = 0
> SO_REUSEADDR = 0
> SO_BROADCAST = 0
> TCP_NODELAY = 1
> TCP_KEEPCNT = 9
> TCP_KEEPIDLE = 7200
>...
2016 Feb 25
0
Samba 4.2.7 - winbind very high cpu load
...th 0
sitename_fetch: Returning sitename for ARRI.DE: "MuenchenTuerkenstrasse"
name hv3KArch.Berlin.als2#20 found.
check_negative_conn_cache returning result 0 for domain ALS2 server
hv3KArch.Berlin.als2
Connecting to 192.168.200.9 at port 445
E2BIG: convert_string(UTF-8,CP850): srclen=21 destlen=16 -
'HV3KARCH.BERLIN.ALS2'
Connecting to 192.168.200.9 at port 139
accepted socket 22
[16738]: request interface version (version = 27)
[16738]: request location of privileged pipe
closing socket 22, client exited
accepted socket 22
[16738]: domain_info [ALS2]
add_failed_connection_entry:...
2017 Aug 10
4
cannot join windows 7 samba4-ad-dc fresh install, get NT_STATUS_INTERNAL_ERROR
On Thu, 10 Aug 2017 08:14:33 +0700
Vladimir Frelikh via samba <samba at lists.samba.org> wrote:
> > >>
> > >> <https://mail.google.com/mail/u/0/?ui=2&ik=7f6f030913&view=
> > att&th=15dc2ba7d7a63129&attid=0.1&disp=safe&realattid=f_j63tfts50&zw>
> > >>
> > >>
> > >> --
> > >> Best
2017 Feb 01
15
[PATCH 00/14] hyperv: vmbus related patches
This is a rebase/resend of earlier patches. I skipped the pure
cosmetic patches for now. Mostly this is consolidation earlier
changes, removing dead code etc. The important part is the
change for allowing a vmbus channel to get callback directly
in interrupt mode; this is necessary for NAPI support.
Stephen Hemminger (14):
vmbus: use kernel bitops for traversing interrupt mask
vmbus: drop
2017 Feb 01
15
[PATCH 00/14] hyperv: vmbus related patches
This is a rebase/resend of earlier patches. I skipped the pure
cosmetic patches for now. Mostly this is consolidation earlier
changes, removing dead code etc. The important part is the
change for allowing a vmbus channel to get callback directly
in interrupt mode; this is necessary for NAPI support.
Stephen Hemminger (14):
vmbus: use kernel bitops for traversing interrupt mask
vmbus: drop
2016 Apr 16
7
After Update to 4.2, Samba is unusuable as member server / No user and goup resolution
Hello everybody,
I've bin running Samba as a AD member server for ages (Debian stable).
After the last update to 4.2, I just can't get it to work.
Symptoms: unable to map AD user / groups.
After two days of successlessly fiddling (and moving all data to another
server with still Samba 3.6, which I will definitely NOT update at the
moment), I decided to purge my Installation and start
2012 Feb 13
10
[RFB] add LZ4 compression method to btrfs
Hi,
so here it is, LZ4 compression method inside btrfs. The patchset is based on
top of current Chris'' for-linus + Andi''s snappy implementation + the fixes from
Li Zefan. Passes xfstests and stresstests.
I haven''t measured performance on wide range of hardware or workloads, rather
wanted to publish the patches before I get distracted again. I''d like to ask
2014 Apr 02
0
Failed to join domain: failed to connect to AD: No logon servers
...Attempting host lookup for name
WIN-1LSRCE1UUM6.srv2008r2-1.esxi.soliton.local<0x20>
namecache_store: storing 2 addresses for
WIN-1LSRCE1UUM6.srv2008r2-1.esxi.soliton.local#20:
192.168.11.184,192.168.1.184
Connecting to 192.168.11.184 at port 445
E2BIG: convert_string(UTF-8,CP932): srclen=47 destlen=16 -
'WIN-1LSRCE1UUM6.SRV2008R2-1.ESXI.SOLITON.LOCAL'
Connecting to 192.168.11.184 at port 139
Connecting to 192.168.1.184 at port 445
Socket options:
SO_KEEPALIVE = 0
SO_REUSEADDR = 0
SO_BROADCAST = 0
TCP_NODELAY = 1
TCP_KEEPCNT = 9
TCP_KEEPI...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello,
the following patches should get multidisk access working.
The syntax accepted is the following:
(hdx,y)/path/to/file
where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk.
the other accepted syntax is using MBR's 32 bits disk signature so for example:
(mbr:0x12345678,2)/foo/bar
would address