search for: 8712

Displaying 20 results from an estimated 39 matches for "8712".

Did you mean: 812
2012 Jan 20
4
[Bug 8712] New: --link-dest doesn't work if target file exists (but needs updating)
https://bugzilla.samba.org/show_bug.cgi?id=8712 Summary: --link-dest doesn't work if target file exists (but needs updating) Product: rsync Version: 3.0.7 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P5 C...
2004 Apr 06
11
htb2 -> htb3 problems
Hello! I need to switch from htb2 to htb3, because of speed issues (for me, htb2 is unable to handle more then 100mbit duplex with ~550 classes), kernel profiling shows htb_dequeue_prio at 1st place with 3x isolation. So, I''ve moved from 2.4.19 to 2.4.25 kernel (hi-pac for classification/marking and htb3 for queueing), and traffic rate drop from 100 to 20mbit. What can be wrong? The
2019 Jan 17
1
[hivex PATCH] ruby: improve test functions
...by/tests/tc_120_rlenvalue.rb @@ -37,7 +37,7 @@ class TestRLenValue < MiniTest::Unit::TestCase moderate_value_value = h.node_get_value(moderate_value_node, "33Bytes") r = h.value_data_cell_offset(moderate_value_value) - assert_equal(r[:len], 37) - assert_equal(r[:off], 8712) + assert_equal(37, r[:len]) + assert_equal(8712, r[:off]) end end diff --git a/ruby/tests/tc_130_special.rb b/ruby/tests/tc_130_special.rb index 282b288..7570824 100644 --- a/ruby/tests/tc_130_special.rb +++ b/ruby/tests/tc_130_special.rb @@ -13,17 +13,17 @@ class TestRLenValue < Mini...
2011 Dec 08
0
[hivex] [PATCH 7/8] ruby: Add unit test for new RLenValue type
...A. + +# Demonstrate value_data_cell_offset by looking at the value data at +# "\$$$PROTO.HIV\ModerateValueParent\33Bytes", verified to be at file +# offset 8680 (0x21e8) of the hive rlenvalue_test_hive. The returned +# length and offset for this value cell should be 37 bytes, position +# 8712. + +require 'test/unit' +$:.unshift(File::join(File::dirname(__FILE__), "..", "lib")) +$:.unshift(File::join(File::dirname(__FILE__), "..", "ext", "hivex")) +require 'hivex' + +class TestRLenValue < Test::Unit::TestCase + def tes...
2010 Dec 16
1
DO NOT REPLY [Bug 7870] New: --link-dest=${SRC} ${SRC} ${DST} can be smarter
https://bugzilla.samba.org/show_bug.cgi?id=7870 Summary: --link-dest=${SRC} ${SRC} ${DST} can be smarter Product: rsync Version: 3.0.7 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: weerd+rsync at
2011 Dec 08
0
[hivex] [PATCH 4/8] ocaml: Add unit test for new RLenValue type
...+(* Demonstrate value_data_cell_offset by looking at the value data at + * "\$$$PROTO.HIV\ModerateValueParent\33Bytes", verified to be at file + * offset 8680 (0x21e8) of the hive rlenvalue_test_hive. The returned + * length and offset for this value cell should be 37 bytes, position + * 8712. + *) + +open Unix +open Printf +let (//) = Filename.concat + +let () = + let h = Hivex.open_file "../images/rlenvalue_test_hive" [] in + let root = Hivex.root h in + let moderate_value_node = Hivex.node_get_child h root "ModerateValueParent" in + let moderate_value_value =...
2013 Jan 14
9
Need help even generating a new app
...native extension. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb mkmf.rb can''t find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ruby.h Gem files will remain installed in /Users/aronoff/.bundler/tmp/8712/gems/json-1.7.6 for inspection. Results logged to /Users/aronoff/.bundler/tmp/8712/gems/json-1.7.6/ext/json/ext/generator/gem_make.out An error occured while installing json (1.7.6), and Bundler cannot continue. Make sure that `gem install json -v ''1.7.6''` succeeds before bundling...
2009 May 09
3
Nagios Monitoring with xentop
I am creating some custom nagios plugins and I am scraping data from xen using the nagios command: /usr/sbin/xentop -b -i 2 -d1 I am trying to get the network tx / rx data, however I think I am missing something here. NETTX(k) NETRX(k) So total network bandwidth is 1048576 k if the above header from xentop is true. So I am wondering why the output for each vm exceeds the theoretical max, Is
2004 Dec 16
1
Problem with postscript graphics device driver
...envir = envir) : Object ".PSenv" not found This did not happen in previous versions of R (i.e. 1.9). I do not get this error message when using the pdf graphics device driver. Thanks, Jeff Freedman ---------------------------------------------- Jeffrey M. Freedman TEL: (518) 437-8712 Atmospheric Information Services FAX: (518) 437-8759 Suite 296 • CESTM 255 Fuller Road Email: jmf@atmosinfo.com Albany, NY 12203 Web: www.atmosinfo.com [[alternative text/enriched version deleted]]
2010 May 03
0
CallerID problem with astribank
...line telco (hunting) everything fine until I try to feed my app with caller id. here is the log : -- Starting simple switch on 'DAHDI/15-1' [Apr 30 11:24:40] ERROR[30895]: callerid.c:562 callerid_feed: No start bit found in fsk data. [Apr 30 11:24:40] WARNING[30895]: chan_dahdi.c:8712 ss_thread: CallerID feed failed: Success [Apr 30 11:24:40] WARNING[30895]: chan_dahdi.c:8816 ss_thread: CallerID returned with error on channel 'DAHDI/15-1' Please help me.... _________________________________________________________________ NEW! Get Windows Live FREE. h...
2007 Jan 27
3
File Descriptors
I installed Squid on CentOS 4.4 and currently it seems to run fine even under the relatively heavy load of 6mbps and hundreds of users. I was told I should increase the file descriptor limit which I beleive is 1024 now. Any easy way to do that? Matt
2014 Jan 10
0
[PATCH 6/7] python: Python 3 no longer recognizes long integers
...b/python/t/120-rlenvalue.py @@ -38,5 +38,5 @@ moderate_value_node = h.node_get_child (root, "ModerateValueParent") moderate_value_value = h.node_get_value (moderate_value_node, "33Bytes") r = h.value_data_cell_offset (moderate_value_value) -assert r[0] == 37L -assert r[1] == 8712L +assert r[0] == 37 +assert r[1] == 8712 -- 1.8.5.2
2016 Nov 16
1
Mr. Turritopsis Dohrnii Teo En Ming (Zhang Enming) is Looking for Information Technology-related Job Opportunities World Wide
...es and Routers, Computer Networking, Network Operating Systems, Microsoft Windows Server 2012 R2, Active Directory, DNS Server and DHCP Server as a *hobby* at Singapore Polytechnic (information accurate as at 16 November 2016) Mobile Phone #1: +65-8692-1024 (M1 Mobile Postpaid) Mobile Phone #2: +65-8712-7323 (Singtel Mobile Prepaid) Email Address #1: teo.en.ming at gmail.com Email Address #2: turritopsis.dohrnii.teo at gmail.com Age: 38 years old 16th November 2016 Wednesday 12:30 AM Singapore Time *I am an entry level/junior/beginner Information Technology (IT) Specialist/Systems Engineer/Linux...
2011 Dec 07
8
DomU pygrub issue - OSS Xen to XCP
Hi, All I''m just new to this list, I''m started to dealing with OSS Xen to XCP migration earlier this week, seem the domUs installed via virt-install are function well, but domUs copied via dom0 are failed during bootup process, finally I realize if I could fix this on my OSS Xen will resolve all. Can I have any suggestion from you please ? *Details* *Source XenHost* OS:
2008 Dec 17
0
OpenSSH_4.6p1 - Not taking authmethod_Lookup parameter- keyboard-interactive
...tive debug2: userauth_kbdint debug2: we sent a keyboard-interactive packet, wait for reply debug2: input_userauth_info_req debug2: input_userauth_info_req: num_prompts 1 Password: Regards, Rosmi C. Jose _______________________ Nortel SSPFS Design Wipro Technologies Bangalore ESN : 6-877-8712 _______________________ Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged info...
2011 Jun 17
2
Windows XP suddenly loses access to servers
Hi, All. I hope everyone's enjoying the nice weather. I am called the system admin here, but really I just fell into the job over the past 25 years. Is there a way to search the archives? My problem is that I've suddenly got 6 WinXP desktops that can access only 1 of my 5 smb servers, 4 of which run on Linux and 1 on SCO Unix. The 1 they can access runs Linux with Samba version
2010 Apr 30
0
Caller ID on Asterisk and Astribank
...coming,${CALLERID(num)}) exten => s,n,QUEUE(${que},trkd) exten => h,1,Hangup() here is the log : -- Starting simple switch on 'DAHDI/15-1' [Apr 30 11:24:40] ERROR[30895]: callerid.c:562 callerid_feed: No start bit found in fsk data. [Apr 30 11:24:40] WARNING[30895]: chan_dahdi.c:8712 ss_thread: CallerID feed failed: Success [Apr 30 11:24:40] WARNING[30895]: chan_dahdi.c:8816 ss_thread: CallerID returned with error on channel 'DAHDI/15-1' == Starting DAHDI/15-1 at from-pstn,s,1 failed so falling back to exten 's' == Starting DAHDI/15-1 at from-pstn,s,1 still...
2004 Aug 12
2
Group management
I'm trying to add a user to the domain admins group in vain. I've tried using the windows usrgrp tool. I've tried doing 'pdbedit -u username -G S-1-5-21-2351621536-730267382-1598341932-512' I've tried 'net groupmember ADD 'Domain Admins' username. The user I'm trying to add is already in the unixgroup that's mapped to the NTgroup. Does any one know
2013 Jan 18
1
rsync - using a --files-from list to cut out scanning. How to handle deletions? (fwd)
...nitarium.net> To: rsync at lists.samba.org Subject: Re: rsync - using a --files-from list to cut out scanning. How to handle deletions? -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > If you are going to do it this way please be aware of: > https://bugzilla.samba.org/show_bug.cgi?id=8712 and > https://bugzilla.samba.org/show_bug.cgi?id=5644 > > If a file exists in the target directory when using --link-dest rsync > modifies the link rather than replacing it which means you don't have > history for files that have been replaced rather than added or deleted. Than...
2015 Jan 03
2
Samba4 Kerberos kinit does not resolve kdc hostname
...= 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/arm-linux-gnueabihf/libcom_err.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\234\17\0\0004\0\0\0"..., 512) = 512 lseek(3, 8712, SEEK_SET) = 8712 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1080) = 1080 lseek(3, 8408, SEEK_SET) = 8408 read(3, "A0\0\0\0aeabi\0\1&\0\0\0\0056\0\6\6\10\1\t\1\n\2\22\4\24\1\25"..., 49) = 49 fstat64(3, {st_mod...