search for: 12s

Displaying 20 results from an estimated 47 matches for "12s".

Did you mean: 12
2001 Oct 18
0
Security Update: [CSSA-2001-036.0] Linux - Several Linux Kernel Security Problems
...Package ----------------------------------------------------------- OpenLinux 2.3 All packages previous to linux-2.2.10-13 OpenLinux eServer 2.3.1 All packages previous to and OpenLinux eBuilder linux-2.2.14-12S OpenLinux eDesktop 2.4 All packages previous to linux-2.2.14-8 OpenLinux Server 3.1 All packages previous to linux-2.4.2-13S OpenLinux Workstation 3.1 All packages pr...
2014 Mar 28
2
Re: ANNOUNCE: libguestfs 1.26 released
On Fri, Mar 28, 2014 at 09:42:52AM +0100, Olaf Hering wrote: > On Thu, Mar 27, Richard W.M. Jones wrote: > > > I'm pleased to announce libguestfs 1.26, a library and set of tools > > This fails to link at least in sles11sp3, 1.25.37 was still ok: > > ... > [ 288s] virt_index_validate-index-validate.o: In function `main': > [ 288s]
2013 Aug 14
2
Using freeswitch and Icecast
Thanks for your answer, well I changed this parameters on icecast.xml and the the delay reduce from 20s to 12s <burst-on-connect>0</burst-on-connect> <burst-size>4096</burst-size> Well I was trying to reproduce mp3 and ogg but both have 12 s of delay. How can I reduce to maybe 1 or 2 seconds. -------------- next part -------------- An HTML attachment was scrubbed.....
2007 Aug 01
0
[PATCH] prevent negative "time left" values with --progress when file grows
...RCS file: /cvsroot/rsync/progress.c,v retrieving revision 1.23 diff -u -r1.23 progress.c --- progress.c 10 Jul 2007 13:55:49 -0000 1.23 +++ progress.c 1 Aug 2007 12:43:33 -0000 @@ -104,9 +104,16 @@ stats.num_files); } else strlcpy(eol, "\r", sizeof eol); - rprintf(FCLIENT, "%12s %3d%% %7.2f%s %4d:%02d:%02d%s", - human_num(ofs), pct, rate, units, - remain_h, remain_m, remain_s, eol); + if (remain < 0) + /* file size increased on sending side during xfer */ + /* so prevent negative times like 0:-1:-49 */ + rprintf(FCLIENT, "%12s %3d%% %7.2f%s ??:?...
2011 Feb 07
2
circular
Hi, I'm new to R. I'm trying to plot my data into a circle. my data sort of looks like 12,12,4,5,6,5,11,10,3,9,9,9,12,12,2 total of 15 numbers. I'm trying to add all the same numbers, such that, there are 4 of 12s,1 of 11, 1 of 10, 3 of 9s, and such.... so the circle plot would have 4 parts of 12, 1 part of 11, 1 part of 10, 3 part of 9, and such... I tried >plot(circular(maxday[,2]*2*pi/12)) ##where maxday[,2] looks like the data above. but the only thing came out was dots, and they over wrote on each o...
2012 May 23
11
Xen vs VMWare comparison paper
One of my customers handed me a copy of this paper and asked why are we using xen if it is so slow... http://morse.colorado.edu/~tlen5710/12s/VMware.pdf which is a fairly damning report of performance under Xen in comparison to VMWare, citing worse than 50% overhead of Xen in comparison to physical. Has anyone seen this paper before? James
2013 Aug 14
0
Icecast Digest, Vol 111, Issue 5
Thanks for your answer, well I changed this parameters on icecast.xml and the the delay reduce from 20s to 12s <burst-on-connect>0</burst-on-connect> <burst-size>4096</burst-size> Well I was trying to reproduce mp3 and ogg but both have 12 s of delay. How can I reduce to maybe 1 or 2 seconds. 2013/8/7 <icecast-request at xiph.org> > Send Icecast mailing...
2013 Aug 06
2
Using freeswitch and Icecast
Hi I am trying to use icecast to broadcast a realtime conference from freeswitch. But I am having a delay like 20 seconds then I reduced it to 12s. But I don't know if somebody can help me how to reduce it as lower as possible. Thanks Jorge -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20130806/619a6b24/attachment.htm
2015 Mar 03
2
openssh-SNAP-20150304 issues
...num(const char *file, int line, const char *a1, const char *a2, const BIGNUM *aa1, const BIGNUM *aa2, enum test_predicate pred) { int r = BN_cmp(aa1, aa2); TEST_CHECK_INT(r, pred); test_header(file, line, a1, a2, "BIGNUM", pred); fprintf(stderr, "%12s = 0x%s\n", a1, BN_bn2hex(aa1)); fprintf(stderr, "%12s = 0x%s\n", a2, BN_bn2hex(aa2)); test_die(); } void assert_string(const char *file, int line, const char *a1, const char *a2, const char *aa1, const char *aa2, enum test_predicate pred) { int r;...
2010 Feb 11
3
[PATCH node] remove ipv4 validation for ntp and rely on actual ntp verification
--- scripts/ovirt-config-networking | 13 ++++++------- scripts/ovirt-functions | 16 ++++++++++++++++ 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/scripts/ovirt-config-networking b/scripts/ovirt-config-networking index ec154c2..40a2d2c 100755 --- a/scripts/ovirt-config-networking +++ b/scripts/ovirt-config-networking @@ -414,12 +414,7 @@ function configure_ntp
2006 Nov 03
1
question of one matrix column being treated as list rather than vector
...[10,] 33 212.9412 when I tried to get each.uaa.data[,2], it gave me a list, when I expect a vector so that I can find the max(each.uaa.data[,2]), this max() failed. I have checked is.matrix (each.uaa.data) and it is TRUE. I have a created a = matrix (12, 12, 2), a[,2] give me a vector of 12 of 12s which is what I have expected. Can someone help as how to prevent it becomes a list? I am new and thanks much for the help. Browse[1]> (each.uaa.data[,2]) [[1]] [1] 152.3530 [[2]] [1] 264.7059 [[3]] [1] 583.3333 [[4]] [1] 323.3333 [[5]] [1] 292.549 [[6]] [1] 300 [[7]] [1] 104.1176 [[8]...
2008 Oct 29
1
Possibly OT: intermittently long response times, when connecting to host
...e a CentOS 5.2 server running Apache 2.2.3 (yum installed) and >> > drupal 6.5 on ESX 3.5. We're using Name Based Virtual Hosting on it - >> > 2 hosts. The problem is that when I pull up a web page after not >> > having accessed it for ~15+ minutes it takes between 10-12s to load >> > fully. The 2nd page, 3rd page - and sometimes more than that - take >> > between 8-12 second. After that - decent performance, though not great >> > (0.3s to 2s). Wait ~15 minutes, maybe more, maybe less, and it goes >> > back to slow. While it's...
2014 Sep 29
2
NUT Installation failing under Debian Jessie
...the command `systemctl status nut-monitor.service` returns: nut-monitor.service - Network UPS Tools - power device monitor and shutdown controller Loaded: loaded (/lib/systemd/system/nut-monitor.service; disabled) Active: failed (Result: exit-code) since Mon 2014-09-29 10:07:58 CDT; 2min 12s ago Process: 15831 ExecStart=/sbin/upsmon (code=exited, status=1/FAILURE) Sep 29 10:07:58 RAID-Server upsmon[15831]: fopen /var/run/nut/upsmon.pid: No such file or directory Sep 29 10:07:58 RAID-Server upsmon[15831]: Using power down flag file /etc/killpower Sep 29 10:07:58 RAID-Server upsmon...
2014 May 13
0
package compositions removed CRAN. Explain please the output?
...halanobis 8.573 0.016 8.619 replot 7.078 0.012 7.113 * checking for unstated dependencies in tests ... OK * checking tests ... Running ?AitchisonTest.R? Running ?CheckGeometry.R? [38s/38s] Running ?RobustTest.R? Running ?TestMissing.R? [39s/40s] Running ?TestSimp.R? [12s/12s] Running ?acheck.R? Running ?geostat.R? Running ?missings.R? Running ?quickcheck.R? OK * checking PDF version of manual ... OK WARNING: There was 1 warning. NOTE: There was 1 note. See ?/tmp/compositions.Rcheck/00check.log? for details. -- Paul E. Johnson Professor, Political...
2007 Jan 10
13
[DTrace] how to get socket read size
Hi i''m trying to write my first dtrace script apparently i bit off a bit more than i can chew, i want to track io over sockets, i found your socketsize.d that gave me how to track writes, but i''m at a loss how to track reads, frankly i don''t see how your write tracker works because it uses a probe in a function that only takes two arguments but you grab size of write
2008 Sep 12
3
Help: A copy of ModelSecurity has been removed from the module tree but is still active!
...here), but that doesn''t work either -- it causes "reload!" to fail with: NameError: uninitialized constant ActiveRecord::Base Admittedly this isn''t a huge problem (it only affects script/console) but it is annoying because quitting and re-running script/console takes ~12s on my system. Cheers Dave. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubsc...
2008 Oct 28
1
Possibly OT: intermittently long response times when connecting to host
I have a CentOS 5.2 server running Apache 2.2.3 (yum installed) and drupal 6.5 on ESX 3.5. We're using Name Based Virtual Hosting on it - 2 hosts. The problem is that when I pull up a web page after not having accessed it for ~15+ minutes it takes between 10-12s to load fully. The 2nd page, 3rd page - and sometimes more than that - take between 8-12 second. After that - decent performance, though not great (0.3s to 2s). Wait ~15 minutes, maybe more, maybe less, and it goes back to slow. While it's been most apparent with httpd, I've noticed similar...
2013 Aug 07
1
Using freeswitch and Icecast
what-he-said On 08/07/2013 06:48 AM, Basil Mohamed Gohar wrote: > On 08/06/2013 07:40 PM, Jorge N??ez wrote: >> Hi I am trying to use icecast to broadcast a realtime conference from >> freeswitch. But I am having a delay like 20 seconds then I reduced it to >> 12s. But I don't know if somebody can help me how to reduce it as lower >> as possible. >> >> Thanks >> >> Jorge > Jorge, first I'd like to know what you did to reduce the delay from 20 > to 12 seconds. > > Secondly, the delay can also be related to the...
2010 Oct 14
1
KVM instance keep crashing
...have one KVM instance (centos 5) that keeps crashing and i see the message log with the following: Oct 14 16:24:48 localhost kernel: psmouse.c: Explorer Mouse at isa0060/serio1/input0 lost synchronization, throwing 1 bytes away. Oct 14 16:24:49 localhost kernel: BUG: soft lockup - CPU#0 stuck for 12s! [ntpd:2363] Oct 14 16:24:49 localhost kernel: CPU 0: Oct 14 16:24:49 localhost kernel: Modules linked in: backupdriver(PU) ipv6 xfrm_nalgo crypto_api autofs4 hidp rfcomm l2cap bluetooth lockd sunrpc talpa_pedevice(U) dm_mirror dm_multipath scsi_dh video backlight sbs power_meter hwmon i2c_ec dell_...
2014 Oct 08
0
NUT Installation failing under Debian Jessie
...atus nut-monitor.service` returns: > > nut-monitor.service - Network UPS Tools - power device monitor and > shutdown controller > Loaded: loaded (/lib/systemd/system/nut-monitor.service; disabled) > Active: failed (Result: exit-code) since Mon 2014-09-29 10:07:58 CDT; > 2min 12s ago > Process: 15831 ExecStart=/sbin/upsmon (code=exited, status=1/FAILURE) > > Sep 29 10:07:58 RAID-Server upsmon[15831]: fopen /var/run/nut/upsmon.pid: > No such file or directory > Sep 29 10:07:58 RAID-Server upsmon[15831]: Using power down flag file > /etc/killpower > Sep...