similar to: Registered program foibles

Displaying 20 results from an estimated 6000 matches similar to: "Registered program foibles"

2017 Mar 03
1
Trouble installing packages when history mechanism is modified by user profile
I tried installing the 'ks' package from my interactive R session, it failed with the following Erreur dans .External2(C_loadhistory, file) : aucun m?canisme d'historique des commandes disponible Calls: <Anonymous> Ex?cution arr?t?e second line is french for "no command history mechanism available", fouth is "execution stopped". This does not happen when I
2006 Apr 17
1
interaction terms in formula of lm or glm
I would like to include pairwise interaction terms for lm(). For example, I want to include the quadratic term of variable "V3". > my.formula y ~ 1 + V1 + V3 + V3:V3 > my.data y V1 V2 V3 1 31 1 42 140 2 32 0 43 120 3 33 0 57 150 4 34 0 55 132 > foo <- lm(my.formula, data = my.data) > foo$coefficients (Intercept) V1 V3 29.47368421 -2.15789474
2006 Feb 13
1
FXDialogBox and the destroy and close methods
Hi everyone! I constructed a FXDialogBox instance. When I call the TXTopWindow?s close() method or the FXWindow?s destroy() method, the FXMainWindow becomes unavailable for use. It becomes inoperative. What can I do to solve this problem? Very thanks, Waiting for answer. ----------------------------------------- Ronaldo Rodrigues Ferreira rrferreira at inf.ufrgs.br
2017 Jul 12
2
ThinLTO and the C API
Our ThinLTO testing was inoperative for a while, and now that it's running again, we're seeing the linker step reporting "Expected a single module." Note that our linker is using the C API to read bitcode. It looks like the ThinLTO writer now emits two modules, but AFAICT most of the APIs in BitcodeReader.cpp expect to see only one. Is this just an oversight in supporting
2006 Oct 08
1
autoprobe for nVidia 6200 broken
I have the same problem on the install disks and on the Live CD: The computer locks as soon as the Xserver starts. I end up with a blank screen (color varies) with a moving mouse cursor. Nothing else. Nothing appears on the screen. Keyboard and mouse are inoperative. Even Alt-SysRq-R doesn't work. Only way out is the reset button (or maybe SSH, but I don't have another machine handy
2016 May 05
6
Resuming the discussion of establishing an LLVM code of conduct
I won't disagree about a level of professionalism or what the community does or doesn't need. However, I'd say that pragmatically if profanity was an issue in the workplace, for a large development community, that LKML would have run afoul a long time ago. My view - I'm only replying because the reality is that in the workplace sometimes a full lexicon of words are spoken. I
2004 Aug 22
0
[LLVMdev] conditionally reduced intrinsics (llvm.syscall)
Hi, > Oh, I suppose I should mention what I was working on. I made a syscall > intrinsic with codegen for linux/x86. It seemed a missing peice in > having a pure llvm compiled userland (mostly, being able to have a full > bytecode glibc). This sounds like a good and useful thing. Are you coordinating your work with John Criswell? > Well, the complexity only occurs on x86,
2010 May 27
1
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
Just to be clear, nothing in the MS TCRs require that you use a certain compiler - it does, however, require that you link with the 360-specific C runtime libraries. That being said, I still believe that direct binary generation is not a feasible option, and the ObjC => C route is preferred. Kevin, hate to be asking this but do you have access to the XDK or are you just "aiming" for
2004 Jul 01
3
AIX lssrc command error after installed OpenSSH
Hi, We compiled and successfully installed OpenSSH 3.8.1p1 (or earlier version), but has false respond from lssrc -a command. Example error message as: openssh daemon itself - "opensshd tcpip inoperative" or other daemon - "0513-001 The System Resource Controller daemon is not active" We've installed the following filesets on several AIX servers
2008 Feb 29
1
Re : How about this replacement of WINE.
----- Message d'origine ---- > De : David Baron <d_baron at 012.net.il> > ? : wine-users at winehq.org > Envoy? le : Jeudi, 28 F?vrier 2008, 18h53mn 08s > Objet : Re: [Wine] How about this replacement of WINE. > > > However, it's a great, great project IMO. It was about time something > > > like that should've been made. Redirecting calls is simply
2018 Jan 09
1
resolving a names conflict
The survival package uses a generalized cholesky decompostition throughout.? If A is a symmetric matrix A= LDL' where L is lower triangular with 1s on the diagonal, D is diagonal, and D[i,i] =0 if column i of A is redundant.? Being able to read the rank and dependencies directly off of D is very handy. The bdsmatrix package uses the same, but exposes it to the user as gchol and solve
2006 Mar 08
4
Latest on Debian Sid Always Gives Error (resend)
wine: Unhandled page fault on read access to 0x409ffd80 at address 0x4000ba7c (thread 0009), starting debugger... err:seh:start_debugger Couldn't start debugger ("winedbg --auto 8 32") (2) Read the Wine Developers Guide on how to set up winedbg or another debugger This happens on everything I try run. Note: Still a problem with latest upgrade. It may have more sideeffects than
2011 Aug 30
8
Program No Longer Can Save
Last week, Jammer Pro6 (a midi music program) could save its files just fine. Today, I get that "program closing" wine errorbox and that's that. What might be causing this? Running Debian Sid.
2013 Sep 05
0
CentOS-6 on Toshiba Toughbook CF-31
I am contemplating getting a couple of these for company use. However, I am also trying to wean our entire company away from MicroSoft (and from Apple for that matter). So, I would like to use one of these systems to try out CentOS as an alternative OS. Does anyone here have any experience with running CentOS-6 (RHEL6) on this computer? Is any of the hardware rendered inoperative or otherwise
2001 May 09
2
running sshd under AIX 4.3.3 ?
Hi, If anyone has managed to get sshd to run as a subsystem in the System Resource Controller under AIX 4.3.3 (a la mkssys), then please let me know how you did it... I can mkssys and startsrc it, but it dies immediately, leaving a child sshd running with another PID than startsrc reported, and lssrc reports sshd inoperative. Is sshd a process that should stay in foreground, not forking? Or does
2012 Oct 16
2
Licensing concerns in porting S-Plus code to R libraries
I used S-Plus for many years, and developed lots of code for my research. When I switched to R a few years ago, I ported most of my S-Plus code over to R for my own use. Now that some of this code is quite polished, I would like to make it available as an R package on CRAN. Some of my S-Plus code, however, was based on Insightful S-Plus functions; for instance, I took a Trellis function, and
2017 Feb 09
0
[PATCH] virtio: Try to untangle DMA coherency
On Wed, Feb 08, 2017 at 01:58:10PM +0100, Alexander Graf wrote: > On 02/01/2017 08:19 PM, Michael S. Tsirkin wrote: > > On Wed, Feb 01, 2017 at 06:27:09PM +0000, Will Deacon wrote: > > > On Wed, Feb 01, 2017 at 08:09:21PM +0200, Michael S. Tsirkin wrote: > > > > On Wed, Feb 01, 2017 at 12:25:57PM +0000, Robin Murphy wrote: > > > > > diff --git
2013 Jun 06
1
Lockups ENGT430 (NVc0), failed to unbind.
Twice in a little over a week, nouveau has locked up on my system with an Asus ENGT430 that is "Detected [as] an NVc0 generation card (0x0c1080a1)" at boot time. OS is Mageia 2, kernel 3.4.45-server-1.mga2. At the time of both lockups, I had a couple dozen Firefox windows plus several other miscellaneous windows open. Here are the some snippets from /var/log/messages a few days before
2003 Mar 10
4
terms.formula
I'm in the very initial stage of expanding the formula processing in my quantile regression function rq() to handle additive nonparametric components, say qss(x), or qss(x,z). I need some advice about strategy for formula processing. My initial foray was to use: terms(formula,specials="qss") and then modify the components of the resulting terms.object. But in changing formula
1996 Sep 19
0
CERT Advisory CA-96.21 - TCP SYN Flooding and IP Spoofing Attacks
-----BEGIN PGP SIGNED MESSAGE----- ============================================================================= CERT(sm) Advisory CA-96.21 Original issue date: September 19, 1996 Last revised: -- Topic: TCP SYN Flooding and IP Spoofing Attacks - ----------------------------------------------------------------------------- *** This advisory supersedes CA-95:01. *** Two