similar to: New feature: calling all bug marshals

Displaying 20 results from an estimated 2000 matches similar to: "New feature: calling all bug marshals"

2007 Dec 05
2
New feature: calling all bug marshals
> Hi. > > I wanted to write a "popcorn" app for myself, both to learn how to > script in extensions.conf, but also because it was something handy. > > Along the way, I found myself doing something like: > > [popcorn] > exten => s,1,Set(FUTURETIME=$[${EPOCH} + 10]) > ... > exten => s,n,While(${EPOCH} < ${FUTURETIME}) > exten =>
2006 Jun 26
0
[klibc 35/43] sparc support for klibc
The parts of klibc specific to the sparc architecture. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit 1b5c93603ed3460ed1fba9e5d453a6fa54d0ccce tree 7fb0a134b3add408c02b470616d440ad398d86d3 parent 94473ed85b00ec45ff8ee6cac62f60a368ff4534 author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:47 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2020 Aug 30
5
BUG: complete misunterstanding of the MS-ABI
Objects compiled for the MS-ABI don't conform to it! Data types beyond 64 bit MUST BE returned by the callee via the hidden first argument allocated by the caller, NOT in XMM0! Demo/proof: from this source --- llvm-bug.c --- #ifndef __clang__ typedef struct { unsigned __int64 low; unsigned __int64 high; } __uint128_t; #else __attribute__((ms_abi)) #endif __uint128_t
2014 Oct 02
0
[PATCH] drm/nouveau: gk20a: Fix type of dividend in do_div()
From: Thierry Reding <treding at nvidia.com> The semantics of do_div() are (see include/asm-generic/div64.h): uint32_t do_div(uint64_t *n, uint32_t base) Using a different type will therefore cause the following warning (as seen on xtensa/allmodconfig): CC [M] drivers/gpu/drm/nouveau/core/subdev/clock/gk20a.o In file included from arch/xtensa/include/generated/asm/div64.h:1:0,
2009 Apr 27
1
Extract one element from yahooKeystats data
I am trying to extract one particular piece of data(Float) from all the data returned by yahooKeystats, but thus far I'm having no luck. This is what I've got so far: > library(fImport) Loading required package: timeSeries Loading required package: timeDate > data<-yahooKeystats("IBM") trying URL 'http://finance.yahoo.com/q/ks?s=IBM' Content type 'text/html;
2008 Oct 02
1
RBloomberg to get dividend
I try to use RBloomberg to get the dividend for IBM. However, blpGetData(conn, "IBM EQUITY", field="EQY_DVD_HIST_ALL", start=as.chron("1980-01-01")) doesn't work. It returns EQY_DVD_HIST_ALL (10/02/08 14:46:36) NA I have to used blpGetData(conn, "IBM EQUITY", "EQY_DVD_SH_12M_NET",
2007 Mar 22
2
[LLVMdev] a question about constant fold for fdiv
Reid Spencer wrote: > On Thu, 2007-03-22 at 15:50 -0700, leo han wrote: > >> Hello, I have a question about the constant folding for fdiv instructions. >> For the instruction "fdiv double 0.0, 0.0", the folded result is inf. I >> think this should be nan. Can anyone tell me why it is not nan? >> > > I think the specification says that it is
2006 Nov 14
5
SSH Console access
I''ve been playing around with this, but have yet to be successful. I am trying to figure out how to SSH to my Dom0 IP and some static port and then redirect the "xm console <domU>" into the SSH session. Has anyone been successful in doing this? Really the only option I''ve seen is using "screen" on the /dev/pts/[1-x] console device, but that seems overly
2007 Mar 22
0
[LLVMdev] a question about constant fold for fdiv
Jeff Cohen wrote: > Reid Spencer wrote: >> On Thu, 2007-03-22 at 15:50 -0700, leo han wrote: >> >>> Hello, I have a question about the constant folding for fdiv instructions. >>> For the instruction "fdiv double 0.0, 0.0", the folded result is inf. I >>> think this should be nan. Can anyone tell me why it is not nan? >>>
2015 Sep 24
0
decode http hack attempt?
In article <e4bd3a73fc95477064436043eb8a37ed.squirrel at webmail.harte-lyne.ca>, James B. Byrne <byrnejb at harte-lyne.ca> wrote: > Can anyone de-cypher the second entry for me? > > --------------------- httpd Begin ------------------------ > > > Requests with error response codes > 403 Forbidden > /: 9 Time(s) >
2016 May 19
0
ipmitool and CentOS 7
In article <9cf631373071c5bea4449327175be454.squirrel at host290.hostmonster.com>, <m.roth at 5-cent.us> wrote: > > A side note, for the person who suggested uname -s - that produces Linux. > -n produces the FQDN. That was I, but I wasn't suggesting $(uname -s), rather $(hostname -s) Cheers Tony -- Tony Mountifield Work: tony at softins.co.uk -
2017 Jan 31
0
[Fwd: The CentOS list]
In article <37213.128.135.52.6.1485815997.squirrel at cosmo.uchicago.edu>, Valeri Galtsev <galtsev at kicp.uchicago.edu> wrote: > Dear All, > > Mark has problem sending mail to centos at centos.org list... He has trouble > with flash plugin on CentOS 6, please, take a look at his e-mail below. > I'll try to see what I can do to help, but what I can do definitely is
2017 Oct 25
0
[OT] Bash help
In article <b5215baacd93a6e85efc59947f9b8ed9.squirrel at host290.hostmonster.com>, <m.roth at 5-cent.us> wrote: > Warren Young wrote: > > On Oct 25, 2017, at 10:02 AM, Mark Haney <mark.haney at neonova.net> wrote: > >> > >> I have a file with two columns 'email' and 'total' like this: > >> > >> me at example.com 20
2019 Jan 07
1
Upgrade CentOS 7.4 to 7.5 and don't want to upgrade it to 7.6
In article <68ce2ebfe8545ef4eda869657c72b9be.squirrel at webmail.bi.invoca.ch>, Simon Matter via CentOS <centos at centos.org> wrote: > > On Mon, Jan 7, 2019 at 5:49 PM Kenneth Porter <shiva at sewingwitch.com> > > wrote: > > > >> On 1/6/2019 10:51 PM, Kaushal Shriyan wrote: > >> > the product does not support the latest CentOS Linux >
2001 Feb 01
1
constructing a vector from a dataframe and another vector
Hi All, I have a dataframe, divs, that looks like this: > divs date ticker dividend 263 20010322 ADBE 0.025 264 20010628 ADBE 0.025 265 20010927 ADBE 0.025 4308 20010212 ED 0.550 4309 20010514 ED 0.410 5416 20010330 GE 0.137 5417 20010629 GE 0.137 5418 20010928
2007 Mar 22
2
[LLVMdev] a question about constant fold for fdiv
Jeff Cohen wrote: > Jeff Cohen wrote: >> Reid Spencer wrote: >>> On Thu, 2007-03-22 at 15:50 -0700, leo han wrote: >>> >>>> Hello, I have a question about the constant folding for fdiv instructions. >>>> For the instruction "fdiv double 0.0, 0.0", the folded result is inf. I >>>> think this should be nan. Can anyone tell
2006 Jan 23
1
Testing List (JUST A TEST)
Sorry, I haven't received a message in a few hours, just testing to see if it is alive.
2009 Dec 09
2
Problem with if statement
I am trying to use the value of an ID variable in an if statement and not getting the results I expected. # ID values for two school districts > with(rf, tapply(DistrictID, DistrictName, min) ) Aberdeen School Dist. # 58 Buhl Joint School District 59340 53409 This creates DNAME as I expected ...
2007 Jun 14
1
ISOLINUX: Updating ISOLINUX.CFG Q
I have a non-bug related question, which has been giving me fits for a while. Can ISOLINUX.CFG be updated on a multi-session disc ? It seems not, as I make m/s CDs all the time and can change every other file on the disc, exc ISOLINUX.CFG. My best guess at this point is that ISOLINUX.BIN can't access secondary sessions on the disc, pos related to the boot-info-table patch. Whether
2019 Feb 27
0
performance issue with UID SEARCH
Without FTS, dovecot needs to open *each* and *every* email when doing text searches, which is understandably rather slow process. Aki On 27.2.2019 10.43, Marc Roos wrote: > > > I am not sure if this any help. From what I understand of maildir it has > lots of separate files, thus uid/gid lookups. Try running something like > nscd, that will cache these lookups? > > >