search for: 64512

Displaying 20 results from an estimated 24 matches for "64512".

Did you mean: 6412
2001 Nov 05
4
smdb warp-around after 4 GB
...B, the resulting file will be only a little bit bigger than 4GB. When I use "truss" or "strace" on the smbd server, near the 4GB limit I get: _llseek(19, 18446744073709406208, [4294821888], SEEK_SET) = 0 write(19, "UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU"..., 64512) = 64512 _llseek(19, 18446744073709470720, [4294886400], SEEK_SET) = 0 write(19, "UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU"..., 64512) = 64512 [1] _llseek(19, 18446744073709535232, [4294950912], SEEK_SET) = 0 [2] write(19, "UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU"..., 6...
2007 Apr 23
1
Ubuntu feisty: trouble with vmware-player host-guest access...
...utty: root@host:~# tcpdump -i eth0 host guest and port ssh tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes 17:44:19.144412 IP guest.1153 > host.ssh: F 2625691448:2625691448(0) ack 2930621145 win 64512 17:44:19.144932 IP host.ssh > guest.1153: F 39:39(0) ack 1 win 5840 17:44:19.146412 IP guest.1153 > host.ssh: . ack 1 win 64512 <nop,nop,sack 1 {39:40}> 17:44:29.171327 IP guest.1154 > host.ssh: S 1530035078:1530035078(0) win 64512 <mss 1460,nop,nop,sackOK> 17:44:29.171366...
2005 Mar 11
2
Port Forwarding, followed all the forums and FAQs
...to port forward to server Port Open = 3389 (RDP) Line added for Port Forwarding:DNAT net loc:192.168.42.5 tcp 3389 Error Produced: Mar 11 06:37:40 net2allROP:IN=ppp0 OUT=eth1 SRC=64.x.x.xxx DST=192.168.42.2 LEN=48 TOS=0x00 PREC=0x00 TTL=125 ID=42157 DF PROTO=TCP SPT=58605 DPT=3389 WINDOW=64512 RES=0x00 SYN URGP=0 Shorewall restart I have no idea why the firewall isent port forwarding as stated in this line. Any ideas??? Any help is more then welcomed. Internet connectivity is fine. Rob W.
2008 May 16
2
Fetching Binary data from SQL Server
...p(fdm, CHUNKSIZE); if ((res != SQL_SUCCESS) && (res != SQL_SUCCESS_WITH_INFO)) { ast_log(LOG_WARNING, "SQL Get Data error!\n[%s]\n\n", sql); unlink(fullpath); goto free_res; } } } } close(fd); SQLFreeHandle(SQL_HANDLE_STMT, stmt); The value of colsize printed on CLI is 64512, Is there some limitation somewhere in FREETDS or ODBC. Can anyone please help me to get this fixed? Regards, Sanjay Rajdev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080517/b1928701/attachment...
2005 Dec 14
2
DNAT config not working
...is dropping packets destined for Port 21 /var/log/messages: Dec 14 00:36:39 pcp08479598pcs kernel: Shorewall:net2all:DROP:IN=eth0 OUT= MAC=00:0b:6a:3f:e6:72:00:01:5c:22:92:42:08:00 SRC=24.210.36.92 DST=68.57.216.61 LEN=48 TOS=0x00 PREC=0x00 TTL=112 ID=50625 DF PROTO=TCP SPT=8753 DPT=21 WINDOW=64512 RES=0x00 SYN URGP=0 From shorewall check : Validating rules file... Rule "DNAT net loc:192.168.1.2 tcp 21 21 " checked. Validating Actions... From iptables -L Chain net2loc (2 references) target prot opt source destination ACCEPT all -- anywhere...
2016 Mar 09
4
mkdir-dup test flapping
...ger(); 3641 DEBUG(5,("open_directory: stat struct differs for " 3642 "directory %s.\n", 3643 smb_fname_str_dbg(smb_dname))); 3644 fd_close(fsp); (gdb) p smb_dname->st $1 = {st_ex_dev = 64512, st_ex_ino = 44701075, st_ex_mode = 16877, st_ex_nlink = 2, st_ex_uid = 50133, st_ex_gid = 50133, st_ex_rdev = 0, st_ex_size = 0, st_ex_atime = {tv_sec = 1457488009, tv_nsec = 820161188}, st_ex_mtime = {tv_sec = 1457488009, tv_nsec = 820161188}, st_ex_ctime = { tv_sec = 1457488009, tv_nse...
2003 Aug 20
1
(Fwd) Lost data on FreeBSD tape (fwd)
...ram with: * * c++ -g -O2 -Wall -c tapetest.c * c++ -g -O2 -Wall tapetest.o -o tapetest * * Procedure for testing tape * ./tapetest /dev/your-tape-device * rewind * rawfill * rewind * scan * * The output will be: * * ======== * Rewound /dev/nsa0 * *Begin writing blocks of 64512 bytes. * ++++++++++++++++++++ ... * Write failed. Last block written=17294. stat=0 ERR=Unknown error: 0 * weof_dev * Wrote EOF to /dev/nsa0 * *Rewound /dev/nsa0 * *Starting scan at file 0 * 17294 blocks of 64512 bytes in file 0 * End of File mark. * End of File mark. * End of t...
2016 Mar 09
0
mkdir-dup test flapping
...DEBUG(5,("open_directory: stat struct differs for " > 3642 "directory %s.\n", > 3643 smb_fname_str_dbg(smb_dname))); > 3644 fd_close(fsp); > (gdb) p smb_dname->st > $1 = {st_ex_dev = 64512, st_ex_ino = 44701075, st_ex_mode = 16877, > st_ex_nlink = 2, st_ex_uid = 50133, st_ex_gid = 50133, st_ex_rdev = 0, > st_ex_size = 0, st_ex_atime = {tv_sec = 1457488009, tv_nsec = 820161188}, > st_ex_mtime = {tv_sec = 1457488009, tv_nsec = 820161188}, st_ex_ctime = { > tv_sec...
2003 Nov 18
3
FORWARD DROP Problem
...RC=10.48.65.32 DST=10.50.20.254 LEN=34 TOS=0x00 PREC=0x00 TTL=127 ID=26128 PROTO=UDP SPT=4558 DPT=1505 LEN=14 Nov 18 14:14:50 kshmakvsfw1 kernel: Shorewall:FORWARD:DROP:IN=eth1 OUT=eth1 SRC=10.48.65.32 DST=10.50.20.104 LEN=48 TOS=0x00 PREC=0x00 TTL=127 ID=26262 DF PROTO=TCP SPT=4559 DPT=2513 WINDOW=64512 RES=0x00 SYN URGP=0 Nov 18 14:15:28 kshmakvsfw1 kernel: Shorewall:FORWARD:DROP:IN=eth1 OUT=eth1 SRC=10.48.65.32 DST=10.50.20.1 LEN=48 TOS=0x00 PREC=0x00 TTL=127 ID=26588 DF PROTO=TCP SPT=4561 DPT=418 WINDOW=64512 RES=0x00 SYN URGP=0 Thanks in advance. Best regards Roman Anger (See attached fil...
2007 Apr 14
5
SAMBA Problem - Users take ownership
...n Admins 4096 Apr 13 13:16 . drwxrws---+ 23 root AVMAX+Domain Admins 4096 Apr 3 08:14 .. drwxrws---+ 7 root AVMAX+Domain Admins 4096 Mar 20 13:01 AALI Reserves drwxrws---+ 3 root AVMAX+Domain Admins 4096 Mar 20 13:02 Archived Documents for Reg. 1 -rwxrwx---+ 1 AVMAX+RMesheau AVMAX+Domain Admins 64512 Apr 13 12:56 LOG BOOK entry template.xls drwxrws---+ 6 root AVMAX+Domain Admins 4096 Mar 30 16:20 Logpages Monthly Templates Reports etc -rwxrwx---+ 1 AVMAX+ALee AVMAX+Domain Admins 552448 Apr 13 13:16 MOD SB Compliance Status ALEX.xls -r--rwx---+ 1 AVMAX+ALee AVMAX+Domain Admins 552448 Apr 12 1...
2007 Apr 10
4
SMB Signature verification failed when establish trust with win2003 domain
...t_wct=17 smb_vwv[ 0]= 8 (0x8) smb_vwv[ 1]=12815 (0x320F) smb_vwv[ 2]= 256 (0x100) smb_vwv[ 3]= 1024 (0x400) smb_vwv[ 4]= 17 (0x11) smb_vwv[ 5]= 0 (0x0) smb_vwv[ 6]= 256 (0x100) smb_vwv[ 7]= 0 (0x0) smb_vwv[ 8]= 0 (0x0) smb_vwv[ 9]=64768 (0xFD00) smb_vwv[10]= 499 (0x1F3) smb_vwv[11]=64512 (0xFC00) smb_vwv[12]=21932 (0x55AC) smb_vwv[13]=64563 (0xFC33) smb_vwv[14]=51062 (0xC776) smb_vwv[15]=61441 (0xF001) smb_vwv[16]= 2048 (0x800) smb_bcc=44 [2007/04/04 17:00:16, 10] lib/util.c:dump_data(2222) [000] 08 EE 0C 53 93 AD 3B 1D 58 00 41 00 4E 00 51 00 ...S..;. X.A.N.Q. [010] 41 00 4E 00...
2010 Aug 11
1
Samba 3.0.37 with Windows Server 2008
...smb_uid=0 smb_mid=0 smt_wct=17 smb_vwv[ 0]= 5 (0x5) smb_vwv[ 1]=12807 (0x3207) smb_vwv[ 2]= 256 (0x100) smb_vwv[ 3]= 1024 (0x400) smb_vwv[ 4]= 65 (0x41) smb_vwv[ 5]= 0 (0x0) smb_vwv[ 6]= 256 (0x100) smb_vwv[ 7]=24832 (0x6100) smb_vwv[ 8]= 82 (0x52) smb_vwv[ 9]=64512 (0xFC00) smb_vwv[10]= 243 (0xF3) smb_vwv[11]= 128 (0x80) smb_vwv[12]=39069 (0x989D) smb_vwv[13]=63911 (0xF9A7) smb_vwv[14]=52024 (0xCB38) smb_vwv[15]=26625 (0x6801) smb_vwv[16]= 1 (0x1) smb_bcc=104 [2010/08/10 20:05:22, 3] smbd/process.c:(1083) Transaction 1 of length 1640 [2...
2007 Dec 28
4
MOre on buring ISOs
...-2 target: -2 lun: -2 Linux sg driver version: 3.5.27 Using libscg version 'schily-0.8'. cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.83-RH '@(#)scsi-linux-sg.c 1.83 04/05/20 Copyright 1997 J. Schilling'). SCSI buffer size: 64512 atapi: 1 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'SAMSUNG ' Identifikation : 'CDRW/DVD SN-308B' Revision : 'U006' Device seems to be: Generic mmc2 DVD-ROM. Current: 0x0009 Profile: 0x0008 Profile: 0x0009 Profile: 0x000A Prof...
2016 Apr 02
0
Changes to get CD to boot on EFI System.
...total 129024 secteurs Unit?s = secteur de 1 * 512 = 512 octets Taille de secteur (logique / physique) : 512 octets / 512 octets taille d'E/S (minimale / optimale) : 512 octets / 512 octets Identifiant de disque : 0x44533712 P?riph?rique Amorce D?but Fin Blocs Id Syst?me /dev/loop1p1 * 0 129023 64512 0 Vide /dev/loop1p2 136 127111 63488 ef EFI (FAT-12/16/32) bash-4.2# ?--- I no nothing about the ISO9660 spec, but I assume that the firmware should see the EFI partition. Is that right? I also assume that the firmware can "see" the content of the EFI partition as if I mount efi.img. Rig...
2009 May 22
2
Fixing to bite the dust?
I've been getting LOTS of messages like the below in the daily log, and from all indications, it appears to all be related to the cpu; the machine is just over a year old, and was the old vortex.wa4phy;net server from the downtown co-lo site. Aside from huge log files, and lots of other fluff, numerous problems of other nature have started cropping up. Anyone have any suggestions as to
2006 Mar 06
1
Cannot join domain: "The user name could not be found"
...Z: logon home = \\%N\%U logon path = \\%N\profiles\%U logon script = %U.bat domain logons = Yes wins support = Yes os level = 34 time server = Yes printing = cups printcap name = cups show add printer wizard = No idmap backend = ldap:ldapi://%2fvar%2frun%2fopenldap%2fldapi/ idmap uid = 64512-65532 idmap gid = 64512-65532 ### winbind nested groups = Yes ### winbind use default domain = Yes enable privileges = Yes template homedir = /home/%U template shell = /usr/sbin/nologin passdb backend = ldapsam:ldapi://%2fvar%2frun%2fopenldap%2fldapi/ ldap passwd sync = Yes ldap suffix = d...
2006 Sep 18
26
[Bug 512] poptop (pptpd) will not work if ip_nat_pptp loaded
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=512 ------- Additional Comments From kaber@trash.net 2006-09-18 07:36 MET ------- There are still some problems with the PPtP helper, I'm currently trying to fix these. Can you attach a tcpdump of a failed attempt please? -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are
2005 Jan 13
0
When opening a file it takes up to half a minute!
...8 17.336031 192.168.5.151 192.168.5.90 SMB NT Create AndX Response, FID: 0x16da 239 17.336121 192.168.5.151 192.168.5.90 SMB Trans2 Response, QUERY_PATH_INFO 240 17.336163 192.168.5.90 192.168.5.151 TCP 3390 > netbios-ssn [ACK] Seq=2670 Ack=12701 Win=64512 [CHECKSUM INCORRECT] ############## Thanks for reading until here :) Would be great if s.o. would got a point for me to go on with. Thanks in advance! Toby
2016 Apr 02
3
Changes to get CD to boot on EFI System.
Hi, Ady wrote: > http://www.syslinux.org/archives/2015-October/024526.html I still have it in my mailbox: ADY4UEFI.IMG in ADY4UEFI.ZIP. The test results are the same as with Didier's partition image. Wrapped in an ISO and presented as -cdrom it reboots in cycles. Presented as -hda it boots as naked disk image and as part of a GPT enhanced ISO 9660. > the wiki page needs
2017 Jan 10
2
[PATCH] mail-storage.c: check against NULL address in strcmp() invocation
Configurations with multiple shared namespaces can trigger a bug where the first argument of strcmp() invocation is NULL. This patch adds an explicit check, analogously to how the second argument is sanitized. --- src/lib-storage/mail-storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib-storage/mail-storage.c b/src/lib-storage/mail-storage.c index