search for: slew

Displaying 20 results from an estimated 338 matches for "slew".

Did you mean: sles
2014 Mar 13
4
questions on clock catchup
In http://libvirt.org/formatdomain.html#elementsTime , we could find there are three attributes of catchup tickpolicy: limit, threshold and slew. " The catchup element has three optional attributes, each a positive integer. The attributes are threshold, slew, and limit. " The xml format likes: <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'> <catchup slew='123'...
2008 Jan 08
1
Xen clock drift
...gestion is to run this command in DomU: echo 1 > /proc/sys/xen/independent_wallclock This didn't change anything. As an experiment, I wrote a script to call ntpd -q, sleep 60, and repeat indefinitely. Here are a couple of snippets of output: goodclock# ksh ./xenclockdrift ntpd: time slew +0.001211s ntpd: time slew +0.001200s ntpd: time slew +0.001855s ntpd: time slew +0.001532s ntpd: time slew +0.001603s ntpd: time slew +0.001320s ntpd: time slew +0.001931s badclock# ksh ./xenclockdrift ntpd: time slew -0.000193s ntpd: time set -57.356377s ntpd: time slew +0.002352s ntpd: time s...
2014 Mar 13
0
Re: questions on clock catchup
On 03/13/2014 12:49 AM, Jincheng Miao wrote: > In http://libvirt.org/formatdomain.html#elementsTime , we could find there are > three attributes of catchup tickpolicy: limit, threshold and slew. > > " > The catchup element has three optional attributes, each a positive integer. > The attributes are threshold, slew, and limit. > " > The xml format likes: > <clock offset='utc'> > <timer name='rtc' tickpolicy='catchup'...
2013 Aug 17
2
[LLVMdev] [brlcad-devel] Clang vs. gcc for building BRL-CAD
...> I'll see if I can try it with gcc 4.7 soon. >> > I haven't been able to build gcc 4.7.3 yet (prereq ppl build problems--I think that's why I stopped building gcc some time ago), but I did have success with building gcc-4.8.1 (ppl no longer required). That has uncovered a slew of errors not caught with gcc 4.4.5 or clang 3.3. Note that the clang trunk bug I reported has been fixed so it will be interesting to see if clang picks up the same (or other errors). I need to convert to a debug build so I can get through all the errors--will attach a list when complete. Best...
2006 Apr 06
3
Rails 1.1.1: Fixing a slew of minors (but you must still freeze Typo)
Rails 1.1 was a big upgrade with a lot of new features and we''ve been working hard since its release to polish off the kinks revealed after it was deployed to the masses. Rails 1.1.1 contains fixes for things like Prototype memory leaks in IE 6, Oracle adapter runnings, and a number of compatibility tweaks to make most older applications work. This release still doesn''t work
2013 Aug 17
0
[LLVMdev] [brlcad-devel] Clang vs. gcc for building BRL-CAD
...pl no longer required). > > Sorry for a bit of a false alarm: I forgot a BRL-CAD release build has -Werror turned on, so I'm not yet sure if that affects clang or not with the way I configured the CMake build (I merely changed the paths to the C and C++ compilers) . That has uncovered a slew of errors not caught with gcc 4.4.5 or > I should have said: That has uncovered a slew of warnings not caught with gcc 4.4.5 or clang 3.3. Best, -Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/2013...
2008 Oct 09
2
Firefox3 for CentOS4 -- dependency on evolution28 packages?
I'd been putting off installing the FX3 packages because of some extensions I use that don't have upgrades. [*] However, when FX1.5 crashed on me today I decided to finally go ahead. Fired up yum and I'm told I have to install a slew of evolution28 library packages in order to install the firefox package. Why? I removed evolution from my system for a reason, and I'd just as soon it stays gone. [*] Additional off-topic rant: Why was the API access to form history removed from Firefox? Why must I throw away my entire his...
2014 Mar 13
0
Re: questions on clock catchup
On Thu, Mar 13, 2014 at 02:49:13AM -0400, Jincheng Miao wrote: > In http://libvirt.org/formatdomain.html#elementsTime , we could find there are > three attributes of catchup tickpolicy: limit, threshold and slew. > > " > The catchup element has three optional attributes, each a positive integer. > The attributes are threshold, slew, and limit. > " > The xml format likes: > <clock offset='utc'> > <timer name='rtc' tickpolicy='catchup'&...
2018 Sep 25
2
Corrupted sam.ldb
sam.ldb on a domain seems corrupted. A fresh domain works fine so samba itself seems fine. Running the command, sudo ldbsearch -H sam.ldb '(objectclass=computer)' dn returns a slew of errors. http://paste.opensuse.org/view/simple/61443635 I need the data out of this as the server it's from is supposed to be production. Is there a way to either repair it or recover any portions of it into a new sam.ldb? I'm open to suggestions. Thanks, Torin Woltjer Grand Dial Com...
2007 Mar 07
4
Time moving backwards error
I'm running dovecot on an OpenBSD 3.7 server and after upgrading to RC25, the daemon started exiting with: Fatal: Time just moved backwards (1173221579 -> 1173221578)! This might cause a lot of problems, so I'll just kill myself now. After upgrading to RC26, I've gotten the error: Error: Time just moved backwards by 1 seconds. I'll sleep now until we're back in
2008 Sep 12
4
reading in results from system(). There must be an easier way...
Hello, I am currently using R to run an external program and then read the results the external program sends to the stdout which are tsv data. When R reads the results in it converts it to to a list of strings which I then have to maniuplate with a whole slew of commands (which, figuring out how to do was a reall challenge for a newbie like myself)--see below. Here's the code I'm using. COMMAND runs the external program. rawInput= system(COMMAND,intern=TRUE);##read in tsv values rawInput = strsplit(rawInput, split="\t");#...
2007 Oct 31
2
Sluggish throughput with htb
...parent 1: classid 1:1 htb rate 486kbit ceil 486kbit tc qdisc add dev eth0 parent 1:1 handle 10: sfq perturb 10 However, after recently updating to kernel version 2.6.15, throughput on eth0 has become sluggish and it is only by disabling the above that performance is restored. Also, I see a whole slew of the following messages in my log: qdisc_restart: Empty queue has non zero length 1 Any advice on how to approach this problem would be greatly appreciated. Thanks, - Andrew Kraslavsky P.S. If I go back to my 2.4.20 kernel, throughput is restored. ___________________________________________...
2006 Feb 09
2
Polymorphic Associations
If anybody on edge familiar with this could help, that would be "great" :) I have different types of things I want to be "reviewable". So, instead of having a slew of HABTM... this new Polymorphic Associations schtick seemed like the best solution. I have everything setup as I thought it should be (so I think)... but it doesn''t appear to be working correctly. Here is my setup: User (table Clients: basic user stuff belonging to a functiona...
2015 Aug 26
5
please block user
...s spam, which i now have going to my Junk folder. > > so, to all of you, i pass along a much more loving 'love' link; > > http://lovehearts.com > > enjoy. > > If you look at the SPF record for loverhearts.com (where they are coming from for me) there are a whole slew of servers permitted to send on their behalf. So I took all those IP addresses specified and added them to my blacklist, it appears spammers are learning that SPF records can be a path to filter avoidance. Maybe I'll start blocking any server with an SPF record that includes more than 5 I...
2008 Dec 11
3
URGENT: libdvdcss install hosed /var
...nstalled, and I was trying to copy a DVD earlier this morning, but k3b said it couldn't read encrypted DVDs. So, I installed libdvdcss from rpmforge and restarted k3b. It hung the system. I rebooted, and / had been damaged. After running e2fsck from the repair prompt, I rebooted and a whole slew of errors revolving around various /var directories that did not ecist occurred. I have been trying to repair /var, and so far with a fair modicum of success, but I've hit an interesting wall - two, actually. 1) The gdm refuses to come up. It claims that "Server Authorization directory...
2011 Jun 28
2
Problem running a program that uses .NET 2.0 SP1
There's a program I'm trying to run called UOCartographer, which is a mapping tool for an online game I play. I use wine 1.2.2 under Slackware 13.37 64 bit (multilib). I of course installed the .NET component with Winetricks, but it gave a slew of error messages. After poking around online and looking at similar errors, I installed jet40 and gdiplus, which cut down most of the errors. But there's still an error, and I can't get past this one. This is the terminal output when I start the program: Code: me at mycomputer:~/.wine/...
2011 Jul 18
2
Problem compiling in extra/xdr
...c 2.14. I get this error: In file included from xdr.c:61:0: ./rpc/types.h:63:14: error: conflicting types for 'malloc' make[4]: *** [xdr.o] Error 1 I can make the build proceed some by commenting out the declaration "extern char *malloc();" in xdr/rpc/types.h, but then I get a slew of other errors: xdr_float.c: In function 'xdr_float': xdr_float.c:119:21: error: storage size of 'is' isn't known xdr_float.c:120:20: error: storage size of 'vs' isn't known and so on. config.log is rather big to post here; I'm putting it at http://www.wfu.ed...
2011 Jul 18
2
Problem compiling in extra/xdr
...c 2.14. I get this error: In file included from xdr.c:61:0: ./rpc/types.h:63:14: error: conflicting types for 'malloc' make[4]: *** [xdr.o] Error 1 I can make the build proceed some by commenting out the declaration "extern char *malloc();" in xdr/rpc/types.h, but then I get a slew of other errors: xdr_float.c: In function 'xdr_float': xdr_float.c:119:21: error: storage size of 'is' isn't known xdr_float.c:120:20: error: storage size of 'vs' isn't known and so on. config.log is rather big to post here; I'm putting it at http://www.wfu.ed...
2012 Jun 11
0
[LLVMdev] Windows strategy?
On Mon, Jun 11, 2012 at 12:39 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote: > Besides, there's the patent issues with supporting the Microsoft C++ ABI > (I posted links to some reverse engineering articles on Microsoft C++ and > they listed a whole slew of Microsoft patents in the area). Please refrain from discussing patents, reverse engineering, or other specific legal issues on public LLVM and Clang mailing lists. Such conversations are better had with a lawyer. -------------- next part -------------- An HTML attachment was scrubbed... URL: &...
2013 Mar 13
0
[LLVMdev] Different results using -emit-llvm and llc together than just using -S?
...his: > > clang -S -emit-llvm sample.c -o sample.ll > llc sample.ll -o sample.s > > then if I did this: > > clang -S sample.c -o sample.s For one example, 'llc' defaults to -O2 but clang defaults to -O0. In general, clang sets up the equivalent of an opt|llc run with a slew of flags passed in. Also, note that clang -O0 is not the same as clang -O2 -mllvm -disable-llvm-optzns, as clang chooses to emit more code which may prove useful to the optimizer, but would only waste time at -O0. Nick