search for: _update

Displaying 14 results from an estimated 14 matches for "_update".

Did you mean: update
2010 Aug 17
2
SEL_UPDATE not responsive
I have read what I could about SEL_UPDATE and I understand that the block(s) that get called "from" SEL_UPDATE only get called when "there is no more work to do". I took the splitter.rb example that comes with FXRuby. I put in a "puts" in one of the SEL_UPDATE blocks and I get about 4 a second. Not awful ....
2006 May 02
1
Called NTLMSSP after state machine was 'done'
...g fine except that the browser every now and then asks for the username and password. I have done some basic samba tests, like wbinfo -t, wbinfo -u and wbinfo -g, and everthing worked ok. Looking at squid?s cache.log, I found the following error: [2006/05/02 11:33:00, 1] libsmb/ntlmssp.c:ntlmssp _update(231) Called NTLMSSP after state machine was 'done' Have anyone run into this yet? Thanks in advance,
2014 Mar 21
0
[PATCH RFC V2 4/4] tools: virtio: add a top-like utility for displaying vhost satistics
This patch adds simple python to display vhost satistics of vhost, the codes were based on kvm_stat script from qemu. As work function has been recored, filters could be used to distinguish which kinds of work are being executed or queued: vhost statistics vhost_virtio_update_used_idx 1215215 0 vhost_virtio_get_vq_desc 1215215 0 vhost_work_queue_wakeup 986808 0 vhost_virtio_signal 811601 0 vhost_net_tx 611457 0 vhost_net_rx...
2012 Apr 10
3
[PATCH 0/2] adding tracepoints to vhost
To help in vhost analyzing, the following series adding basic tracepoints to vhost. Operations of both virtqueues and vhost works were traced in current implementation, net code were untouched. A top-like satistics displaying script were introduced to help the troubleshooting. TODO: - net specific tracepoints? --- Jason Wang (2): vhost: basic tracepoints tools: virtio: add a
2012 Apr 10
3
[PATCH 0/2] adding tracepoints to vhost
To help in vhost analyzing, the following series adding basic tracepoints to vhost. Operations of both virtqueues and vhost works were traced in current implementation, net code were untouched. A top-like satistics displaying script were introduced to help the troubleshooting. TODO: - net specific tracepoints? --- Jason Wang (2): vhost: basic tracepoints tools: virtio: add a
2007 Jul 02
0
[ANNOUNCE] Release conntrack-tools 0.9.4
...ecksum facilities - fix silly bug in build_network_message: out of bound memset - remove useless backlog parameter in multicast sockets - remove reminiscents of delay destroy message and relax transitions - remove confusing StripNAT parameter: NAT support enabled by default - relax event tracking: *_update callbacks use cache_update_force - use wraparound-aware functions after/before/between - commit phase: if conntrack exists, update it - local requests return EXIT_FAILURE if it can't connect to the daemon - remove several debug statements - fork when internal/external dump and commit requests a...
2014 Mar 21
5
[PATCH RFC V2 0/4] Adding tracepoints to vhost/net
...n vhost{net} debugging and performance analyzing, the following series adding basic tracepoints to vhost. Operations of both vhost and vhost_net were traced in current implementation. A top-like satistics displaying script were introduced to help the troubleshooting: vhost statistics vhost_virtio_update_used_idx 1215215 0 vhost_virtio_get_vq_desc 1215215 0 vhost_work_queue_wakeup 986808 0 vhost_virtio_signal 811601 0 vhost_net_tx 611457 0 vhost_net_rx...
2014 Mar 21
5
[PATCH RFC V2 0/4] Adding tracepoints to vhost/net
...n vhost{net} debugging and performance analyzing, the following series adding basic tracepoints to vhost. Operations of both vhost and vhost_net were traced in current implementation. A top-like satistics displaying script were introduced to help the troubleshooting: vhost statistics vhost_virtio_update_used_idx 1215215 0 vhost_virtio_get_vq_desc 1215215 0 vhost_work_queue_wakeup 986808 0 vhost_virtio_signal 811601 0 vhost_net_tx 611457 0 vhost_net_rx...
2013 Jul 18
2
Puppetlabs Apt module: dependency cycle
.../Stage[main]//Package[python-virtualenv]/require: requires Package [python-pip]←[0m ←[0;37mdebug: /Stage[main]//Package[python-virtualenv]/require: requires Package [python-setuptools]←[0m ←[0;37mdebug: /Stage[main]/Apt/File[configure-apt-proxy]/notify: subscribes to E xec[apt_update]←[0m ←[0;37mdebug: /Stage[main]/Apt/Anchor[apt::update]/require: requires Class[Apt:: Update]←[0m ←[0;37mdebug: /Stage[main]/Apt/File[sources.list.d]/notify: subscribes to Exec[a pt_update]←[0m ←[0;37mdebug: /Stage[main]//Package[python-pip]/require: requires Exec[apt-get u...
2009 Apr 03
2
Problem with spacing
...ct> <object class="sizeritem"> <option>0</option> <flag>wxALL</flag> <border>5</border> <object class="wxButton" name="updateButton"> <label>_Update Contact</label> <default>0</default> </object> </object> <object class="sizeritem"> <option>0</option> <flag>wxALL</flag> <border>5</borde...
2002 Oct 17
0
Upgraded to latest cygwin this morning, and ssh refuses to enter binmode. Help! (fwd)
...Cygwin registry name: CYGWIN.DLL setup Program options name: Program Options Cygwin mount registry name: b15.0 Build date: Thu Dec 3 20:39:18 PST 1998 CVS taggnu-win32-b20-branch: Shared id: cygwinS1 Cygwin Package Information Package Version _update-info-dir 00073-1 ash 20020731-1 autoconf 2.53b-1 autoconf-devel 2.53a-1 autoconf-stable 2.13-4 automake 1.6.2-1 automake-devel 1.6.2-1 automake-stable 1.4p5-5 base-files 1.0-1 base-passwd 1.0-1 bash 2.05b-5 b...
2007 Jan 04
6
after_update attributes problem
Hey guys, I''m having a hard time w/ the after_update callback on rails... As far as I can tell, when I define a after_update callback on a model, the attributes of the object have the same values that they had *before* Base.save was called. I''m probably wrong so here''s the code: UNIT TEST: def test_register_item_adjusts_account_...
2003 May 30
3
Rsync / SSH / Cygwin .. permission problems..
I am attempting to use rsync to "mirror" data between several windows 2000 and windows XP systems. I am a UNIX person by nature, so decided the easiest way to go about doing this would be to use Cygwin with cron and ssh running as services, then run the rsync connection nightly through cron. Cygwin is installed on both systems and works perfectly. OpenSSH is installed and running,
2003 Jun 27
5
Cygwin Rsync 2.5.6 over SSH hangs on Win2k->Win2k
...18 09:20:11 EST 2003 CVS tag: dontuse-21 Shared id: cygwin1S3 Cygwin Package Information Last downloaded files to: C:\WINNT\Profiles\webmaster\Desktop\http%3a%2f%2fmirror.averse.net%2fcygwin Last downloaded files from: http://mirror.averse.net/cygwin Package Version _update-info-dir 00168-1 ash 20020731-1 base-files 1.3-1 base-passwd 1.1-1 bash 2.05b-9 binutils 20030307-1 bzip2 1.0.2-2 clear 1.0-1 crypt 1.0-1 cygrunsrv 0.96-1 cygutils...