search for: restat

Displaying 20 results from an estimated 312 matches for "restat".

Did you mean: restart
2010 Oct 13
1
Building rpm package for Hmisc on Fedora 12
...s dependencies is 'Hmisc'. I have created a spec file for that using R2spec, but building it fails with something in building the manual pages: Warning: ./man/escapeRegex.Rd:22: unknown macro '\backslash' [similar warnings snipped] Warning: newline within quoted string at rcspline.restate.Rd:21 Warning: ./man/rcspline.restate.Rd:80: unexpected section header '\value' Warning: newline within quoted string at rcspline.restate.Rd:21 Warning: ./man/rcspline.restate.Rd:115: unknown macro '\n' Warning: newline within quoted string at rcspline.restate.Rd:21 Error in parse_...
2018 Jun 11
0
samba problem with version upgrade - restated
I am consolidating and restating this problem as thus far I have received no answer from the group as to how to correct this problem. I have two linux mint systems on my network and use samba to share data between them.  I am in the process of upgrading one of them from linux mint maya to linux mint sylvia, which also upgra...
2018 Jun 11
0
samba problem with version upgrade - restated
I am taking the unusual measure of posting before anyone responds to my post as something occurred to me and the results of testing it yields useful information relevant to my problem. It finally occurred to me that the behavior I am seeing with sylvia, specifically the fact that a file added via the share from the other system gets ownership of "nobody/nogroup", that perhaps 4.3.11
2015 Jun 30
4
boot... round 2
On Tue, Jun 30, 2015 at 4:29 PM, poma <pomidorabelisima at gmail.com> wrote: > "A real serial port that can reliably operate at 115200 8n1 may be > necessary." > > Gene, is there something special in "A real serial port" usage, compared to emulated? I should restate: A serial port that responds on BIOS IO port 3F8h that can reliably operate at 115200 8n1 may be necessary. A USB serial port that the BIOS doesn't bother setting up for IO port 3F8h is just random hardware. In order to utilize it, the serial port should not be utilized for normal use (mixin...
2007 Jul 15
2
upgrade my open ssl
..., I have centos 4.5 final and when i installed it there is a openssl version openssl-0.9.7a-43.16 .. i need to upgrade it to openssl 0.9.8 .. also when i try to uninstall it it gives me a failed dependency errror actually i did a nodeps and uninstalled openssl ver 0.9.8 but when my sendmail was restatered compalined saying libssl.so.4 missing or error actually i found that thaere was libssl.so.6 in /lib directory. if i say yum update openssl or yum install openssl it searches the repositories and says nothin to do. How can i upgrade my openssl... apprecite if u can guide me thnks and regar...
2009 May 19
2
[LLVMdev] memory lifetime and invariance
...>> >> The intention is to allow front-ends to express things like "I know >> this memory is a constant in this region" and to allow the optimizer/ >> codegen to perform more aggressive stack slot merging. > > Very nice! > > Why does @llvm.invariant.end restate the size when it already takes > the > call to @llvm.invariant.start as its first argument? Did you really > mean > to allow for the case where part of an object is still invariant and > part isn't? If so, isn't it missing an offset as well? It is basically because the...
2004 Jun 18
2
[Q] Newbie (continued.. at least I got R running allready :-)
Hi all a week ago, I posted a newbie question in data smoothing & maximum-extraction with R. I got quite a lot of response, but I'm still kinda stuck with it... I'll restate the problem : i got a datafile with 2400 measuerements (every 250msec) of a CO2 measurement device, capturing the breath of a subject. I uploaded such a sample here : http://www.psy.kuleuven.ac.be/leerpsy/data.csv now I wish to figure out where each breath expiration ceiling takes place , as sho...
2010 Jun 29
4
Can I use SGI''s kdb with a dom0 pv-ops kernel?
I asked this a few weeks ago but didn''t get a response, so at the risk of being a nag, I''ll abbreviate and restate. I know there are other Xen specific debuggers, but I want to know if there''s any reason why SGI''s kdb, http://oss.sgi.com/projects/kdb, should not be included in a dom0 pv-ops kernel? While the patches apply cleanly and build, the result is that one drops into kdb on an oops t...
2008 May 20
2
[LLVMdev] Troubling promotion of return value to Integer ...
...ection: > > The analysis I made regarding the callers knowledge of sign/zero > extension of return value is flawed. So I take it back. > > Never the less, I don't see how adding attributes would resolve this > problem either. Ok, I'm not sure what issue you mean. Can you restate? -Chris > ________________________________ > > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Alireza.Moshtaghi at microchip.com > Sent: Sunday, May 18, 2008 6:33 PM > To: llvmdev at cs.uiuc.edu > Subject: Re: [LLVMdev] Troubling...
2013 Aug 14
3
[LLVMdev] BranchInst comparison
Your question isn't clear; please restate what specifically isn't working. -Eli On Wed, Aug 14, 2013 at 11:57 AM, Rasha Omar <rasha.sala7 at gmail.com> wrote: > or like this > > %cmp4 = icmp eq i32 %rem, 0 > > br i1 %cmp4, label %if.then5, label %if.else7 > > > On 14 August 2013 20:08, Rasha Omar &l...
2014 May 27
3
[LLVMdev] Guidance on using pointers vs. references for function arguments
...lf in day-to-day development. > > If mixing pointers and references for the same type in LLVM's APIs is a serious problem in your mind, what is your concrete suggestion? What should the end state look like? I'm not really sure that we need to "solve" this problem. Can you restate exactly what the problem is? We don't all need the compiler to have perfectly identical code in every pass, for example. That said, if I were to lay down a rule, I think the right general rule would be: pointers for "classes" everywhere, references for value types, and pass by valu...
2006 Nov 21
5
Re: iptables rule not matching after stream begins
Trying again, after re-subscribing: On 11/20/06, Bob Beers <bob.beers@gmail.com> wrote: > Hello, > > I want to dynamically create DNAT rules for > RTP streams (port-mapping for a SIP proxy). > > If my proxy adds the rule before the first packet > of the RTP stream hits the port, all is well. But, if > the stream begins arriving before my rule is in > place,
2009 May 19
0
[LLVMdev] memory lifetime and invariance
...LLVMNotes/MemoryUseMarkers.txt > > The intention is to allow front-ends to express things like "I know > this memory is a constant in this region" and to allow the optimizer/ > codegen to perform more aggressive stack slot merging. Very nice! Why does @llvm.invariant.end restate the size when it already takes the call to @llvm.invariant.start as its first argument? Did you really mean to allow for the case where part of an object is still invariant and part isn't? If so, isn't it missing an offset as well? Nick
2009 May 20
0
[LLVMdev] memory lifetime and invariance
...gt; The intention is to allow front-ends to express things like "I know >>> this memory is a constant in this region" and to allow the optimizer/ >>> codegen to perform more aggressive stack slot merging. >> Very nice! >> >> Why does @llvm.invariant.end restate the size when it already takes >> the >> call to @llvm.invariant.start as its first argument? Did you really >> mean >> to allow for the case where part of an object is still invariant and >> part isn't? If so, isn't it missing an offset as well? > &gt...
2016 Nov 29
2
RFC: Constructing StringRefs at compile time
...;mehdi.amini at apple.com> wrote: > This thread started with: "There is a desire to be able to create constexpr > StringRefs to avoid static initializers for global tables of/containing > StringRefs.” > > I don’t have more information, but maybe Malcolm can elaborate? I was restating your motivation from https://reviews.llvm.org/D25639. -- Malcolm Parsons
2015 Jul 01
1
boot... round 2
On Tue, Jun 30, 2015 at 5:39 PM, H. Peter Anvin <hpa at zytor.com> wrote: > On 06/30/2015 01:52 PM, Gene Cumm via Syslinux wrote: >> >> I should restate: A serial port that responds on BIOS IO port 3F8h >> that can reliably operate at 115200 8n1 may be necessary. A USB >> serial port that the BIOS doesn't bother setting up for IO port 3F8h >> is just random hardware. >> > > A USB serial port looks completely diff...
2003 Feb 21
2
Shorewall 1.4 will require the iproute package
Subject says it all... -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://www.shorewall.net Washington USA \ teastep@shorewall.net
2016 Nov 19
1
Booting from various ISO files directly
> So I'm not sure there is a question here that relates to Syslinux, > but if there is it would be great if you could restate it. The boot parameters ?findiso?and ?iso-scan/filename? were mentioned in an article. http://www.syslinux.org/wiki/index.php?title=MEMDISK#-_Passing_ISO_parameter_to_the_kernel So I assumed that there might be more software developers or system administrators around who would like to share a bi...
2020 Jun 12
2
CentOS runs on six cores.
https://wiki.centos.org/Team Do we need an upgrade ?? - Lee
2020 Jun 14
1
CentOS runs on six cores.
Il 12/06/20 18:59, Gordon Messmer ha scritto: > On 6/12/20 2:16 AM, Thomas Stephen Lee wrote: >> Do we need an upgrade ?? > > > Can you restate your question so that it's clear what version you are > running, what hardware you are running it on, what you expect to happen, > and what is happening instead? Hi, I think that Stephen is referring about the number of developer of the core team that is of 6 members (from this "...