search for: briefly

Displaying 20 results from an estimated 1871 matches for "briefly".

2010 Dec 17
0
HVM guests interrupt traffic briefly
Running a Xen 3.4-2 dom0 on Debian Lenny. HVM guests interrupt traffic briefly on whichever bridge they''re connected to whenever they''re restarted (5-10 sec). After a few seconds, connectivity is restored. Hoping someone here knows how I can prevent shutting down or rebooting a HVM domU from interrupting bridge traffic. Thanks! _________________________...
2019 Nov 23
2
IBM x3500 M3 and CentOS 7.*
Hello, Please can anyone help with the problem below when trying to install CentOS 7.6 on an IBM x3500 M3 from DVD or USB. CentOS 7.5 installs perfectly with no errors. CentOS 7.6 tries to boot, an error is output briefly and the workstation powers down. CentOS 7.7 displays the error briefly then continues the install with no further errors. I also tried RHEL 7.6 which installs perfectly with no errors. Any ideas? Regards, Mark Woolfson MW Consultancy Ltd Leeds LS18 4LY United Kingdom Tel: +44 113 259 1204 Mob:...
2005 May 12
0
Patch to address (PR#7853) -- tested briefly, seems to
Thank you for the patch. To clarify: this is not a bug. ?.C says The mapping of the types of R arguments to C or Fortran arguments in '.C' or '.Fortran' is R C Fortran integer int * integer numeric double * double precision - or - float * real complex Rcomplex * double complex
1999 May 24
2
Packages under windows
I just downloaded the NT version of R and cannot find anything concrete on loading packages. There is alot on how to do it under Unix. The windows FAQ briefly mentions it but does not explain it. I have donwloaded windows binaries of the package "clust.zip" and unzipped it into my c:\rw0632\library directory... So I have c:\rw0632\library\cluster Now what do I do ? Thanks in Advance Kim Horn -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2010 Jan 10
4
SNAT
Hello I will briefly draw the situation Router with one interface eth0 , to local network 10.123.0.0/16 on a local network ADSL modem with IP 10.123.10.11 I want to use 10.123.10.11 as a connection to internet . Because of that I have created default route "ip route add default via 10.123.10.11 dev eth0"...
2006 May 25
6
150 Rails Plugins
The Rails Plugin Directory now has over 150 plugins and RDoc support too: http://www.bencurtis.com/archives/2006/05/150-rails-plugins/ -- Benjamin Curtis http://www.bencurtis.com/ http://www.tesly.com/ -- Collaborative test case management http://www.agilewebdevelopment.com/ -- Resources for the Rails community
2006 Sep 02
5
Kernel-2.6.9-42.0.2EL fails to boot after upgrade to CentOS 4.4
...2006-09-02 at 07:42 -0500, Gerald Waugh wrote: We have a problem with upgrade to 4.4 When we run 'yum update' everything appears to be OK But, if we reboot the server with the new kernel, we get "kernel panic" when the new kernel attempts to load. The CentOS splash screen shows briefly, but not long enough to select the old kernel Gerald (let's try it like this ... johnny :) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <h...
2009 May 16
6
[LLVMdev] RFC: Atomics.h
Some of you may have noticed that I addedd include/llvm/System/ Atomics.h to the repository briefly, which will be used for adding support for threading in LLVM. I have tried to provided appropriate implementations of the atomic ops (currently memory fence and CAS) for platforms we care about, but my knowledge of these, and my ability to test them, is limited. So, please, if you run on...
2006 Oct 06
7
Luke does not work with Ferret indexes?
Hey, Luke doesn''t seem to be able to open a Ferret index I''ve created. Is this expected? If yes, can someone recommend another index inspection tool? Thanks, John
2003 Apr 08
3
Voicemail hangups/minimum message size
I looked in voicemail.conf and apps/app_voicemail.c (briefly), and did not see the answer to this question. We get a lot of voicemail hangups. ALL of them get recorded, and sent to users as new messages, usually about 0:02 long. Is there a way to set a MINIMUM message length, and if the message is under this length -- do not save it? This is the way we s...
2005 Jan 13
3
as.character methods
...). > getGeneric("as.character") standardGeneric for "as.character" defined from package "base" function (x) standardGeneric("as.character", .Primitive("as.character")) <environment: 0145EDC4> Methods may be defined for arguments: x So, briefly, is the documentation wrong? Am I doing something wrong? Can I create an as.character method and pass additional arguments to it as I think I should be able to? Thanks, Robert Robert McGehee Geode Capital Management, LLC 53 State Street, 5th Floor | Boston, MA | 02109 Tel: 617/392-8396 Fax:617...
2005 Jan 13
3
as.character methods
...). > getGeneric("as.character") standardGeneric for "as.character" defined from package "base" function (x) standardGeneric("as.character", .Primitive("as.character")) <environment: 0145EDC4> Methods may be defined for arguments: x So, briefly, is the documentation wrong? Am I doing something wrong? Can I create an as.character method and pass additional arguments to it as I think I should be able to? Thanks, Robert Robert McGehee Geode Capital Management, LLC 53 State Street, 5th Floor | Boston, MA | 02109 Tel: 617/392-8396 Fax:617...
2018 May 06
2
R on Ubuntu
Hi everyone, first of all, my sincerest thanks for the maintainers of this massive project. Such a compelling task! Briefly, I?m a PhD student working on Spatial Stats who loves R. Last week I decided to install and use Ubuntu (again). Consequently, I install the latest release (18.04) and tried to install R 3.5.0 as well but (un)fortunately I couldn?t. I have used R within Ubuntu and I use to follow the installation p...
2000 Sep 27
4
Irix: PRNG initialization failed
Hello all, I tried OpenSSH versions 2.1.1p4, 2.2.0p1 and the latest snapshot briefly on 64-bit Irix 6.5.7f an 6.5.9m. Both times, no matter what I do, I'll get 'PRNG initialization failed -- exiting'. This happens with ssh-keygen (the keys aren't even generated yet, ssh binary etc.) It's clear that Irix etc. don't have a proper entropy pool like *BSD and...
2020 Feb 28
3
Adding accelerator tables to existing linked DWARF files
...s DWARF is being created or linked, and then emitted using a subclass of DWARFEmitter. The only subclass if this right now that I see is one in dsymutil which ends up emitting everything using an AsmPrinter by eventually emitAppleAccelTable(...) from llvm/include/llvm/CodeGen/AccelTable.h. I spoke briefly with Shoaib on this subject and he suggested adding code to llvm-objcopy. I briefly looked through the code and from what I can tell, llvm-objcopy doesn't seem to have any DWARF abilities other than compressing DWARF sections. If we do add functionality to llvm-objcopy, are we ok pulling in Deb...
2015 Apr 24
3
[LLVMdev] Floating point atomic load and add
...c and cmpxchg. You'll probably need > to put a loop around cmpxchg instructions to emulate it. (and might > well need to cast the pointers to integer type for the cmpxchg, I know > we talked about allowing floats there but I'm not sure it's happened > yet). Hmm, ok. Can you briefly expand on how I should emulate this behavior? I don't understand what you mean by adding a loop around cmpxchg. Thanks, Tyler
2003 Nov 06
2
GDB under windows
Does anybody have some simple instructions to get me going using the GNU debugger GDB under windows with R? The R Extensions manual mentions briefly debugging under unix, but I've seen seen GDB mention in the Bloodshed Dev C++ IDE so it should be possible to use it with R? Regards, John [Using R-1.8.0 under Windows NT 4.0] ********************************************************************** This is a commercial communication from C...
2006 Nov 20
2
nfsv4 in centos?
Greetings Some time ago I briefly played with NFS. More recently with Samba. What I am wondering is if NFSv4 is already integrated into Centos 4 from upstream. Reference: http://www.linuxplanet.com/linuxplanet/reviews/6331/1/ if not, is there a timeline? Centos 5 ? and... is or can NFS be a compatible yet better replacement fo...
2006 Aug 18
2
apply least angle regression to generalized linear models
Hello list, I've been searching around trying to find whether somebody has written such a package of least angle regression on generalized linear models, like what Lasso2 package does. The extension to generalized linear models is briefly discussed in the comment by D. Madigan and G. Ridgeway. Is such a package available? Thanks, Mike [[alternative HTML version deleted]]
2009 Sep 18
2
help with $ and % symbols in R
Could someone explain to me briefly and point me to where I can find help on what the symbols $ and % mean in R? I have seen them in many others' codes, but I am still very unsure as to what they mean and what they do. Thank you very much! -- Edward Chen Email: edchen51@gmail.com Cell Phone: 510-371-4717 [[alternative HTML ve...