search for: diagnose

Displaying 20 results from an estimated 2620 matches for "diagnose".

2010 Nov 19
2
intall tcl/tk
Dear Help List, I am trying to install a package (DiagnosisMed) on R (R version 2.10.1 (2009-12-14)) on Debian Lenny (architecture i386). I get the following error message: ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~ * installing *source* package ‘DiagnosisMed’ ... ** R ** data ** preparing package for lazy loading Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this
2023 Dec 18
3
Function with large nested list
...that are similar. I also use a lot of data/variabeles not included here, to try and keep things compact. But I can provide additional information if helpful. Thanks it advance for thinking along!! Kind regards, Emily The code: decision_algorithm <- function(AB_list, dataset_ab = data.frame(), diagnose = 'cystitis', diabetes_status = "nee", katheter_status = "nee", lang_QT_status = "nee", obesitas_status = "nee", zwangerschap_status = "nee", medicatie_actief = data.frame(dict[...
2014 Dec 09
2
[LLVMdev] Help diagnosing a failing hexagon bot?
It looks like my Metadata/Value split broke the hexagon bot [1], but I can't figure out why. Is there anyone that can help me diagnose the problem? [1]: http://lab.llvm.org:8011/builders/llvm-hexagon-elf/builds/13434 All the tests are crashing in the same way; looks like a double-free? (In the meantime, I'll keep trying to find the problem by inspection...)
2004 Jan 20
2
How to diagnose "pops" and "clicks"?
...and "clicking" on the line. This isn't enough to interfere seriously with the call, and the voice quality is otherwise "telephone quality." People I'm calling to don't report hearing the pops and clicks on their end. I'm looking for advice as to how to best diagnose this problem. Thanks, Peter Rukavina Charlottetown, PEI www.reinvented.net
2010 Aug 16
1
diagnosing sound problems in a particular app? Poker4Ever
I have sound in all my wine apps except for this one. Poker4Ever's poker client gives no love. How can I go about trying to diagnose and/or fix it? I've found hundreds of pages on what to do if wine has no sound, but that's not my problem ..
2003 Jul 14
1
Help diagnosing NIS breakage ?
In our implementation, the NIS server is ActiveDirectory with ServicesForUnix 3.0 :) > -----Original Message----- > From: Daniel Eischen [mailto:eischen@vigrid.com] > Sent: Monday, July 14, 2003 2:13 PM > To: Robin P. Blanchard > Cc: John De Boskey; current@freebsd.org; Jacques A. Vidrine > Subject: RE: Help diagnosing NIS breakage ? > > > On Mon, 14 Jul 2003,
2010 Dec 17
1
diagnosing a CMD check failure
I have created a quite minimal package with a simple R program in the tests subfolder. When I run CMD check, I get * checking examples ... OK * checking for unstated dependencies in tests ... OK * checking tests ...sh: : No such file or directory ERROR I don't see a way of diagnosing this. The content of tests is the program t1.R rex-bash-3.2$ cat t1.R date() On other machines I can
2008 Mar 20
0
[RFC/PATCH 10/15] kvm-s390: intercepts for diagnose instructions
From: Carsten Otte <cotte at de.ibm.com> From: Christian Borntraeger <borntraeger at de.ibm.com> This patch introduces interpretation of some diagnose instruction intercepts. Diagnose is our classic architected way of doing a hypercall. This patch features the following diagnose codes: - vm storage size, that tells the guest about its memory layout - time slice end, which is used by the guest to indicate that it waits for a lock and thus cannot...
2008 Aug 06
1
Diagnosing Documentation Issues
Mac OS X 10.5.4 intel processor R 2.7.1 MacTex - latest version (yesterday and checked for updates) I am trying to diagnose a documentation issue. I don't know TeX at all- I may have a friend who does I will find out tonight, but this is more of a procedural question. I have Read the FAQ, R package manual, etc, but can't seem to find a "how to make everything play together nicely" document- and this,...
2023 Mar 05
1
Trying to diagnose incomplete file transfer
I second Francis here. You don't need to diagnose incomplete file transfers as long as you have racing conditions as you described. This leads to strange result inevitably. NEVER start several rsync jobs manipulating the same data - especially if there are modifications to BOTH sides source and destination. You do not necessarily define a service...
2002 Jun 04
2
Diagnosing Your Samba Server
To whom it may concern, I have been trying to figure out what has been going wrong with my setup of samba server. I am configuring the package that was sent with Red Hat Linux 7.2, but have not been able to get it to work. For three days now I have been stuck on step eight of the diagnosing step and my server keeps returning the error that and "unexpected network error has occured".
2023 Mar 04
1
Trying to diagnose incomplete file transfer
Hi. On Sat, 04 Mar 2023 00:39:52 -0600 Albert Croft via rsync wrote: > The rsync commands may be launched from command-line or cron, but use > the same format and options in either case. As a result, there may be > multiple rsync processes pulling files from the same remote path to the > same local path. I think you should first prevent this to happen. If your receiving machine
2009 Aug 20
1
[PATCH libguestfs] daemon: diagnose socket write failure
On principle, we shouldn't ignore write failure: >From 56317a61bc22e935dc750cf669a164bacc12cf12 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Thu, 20 Aug 2009 12:29:46 +0200 Subject: [PATCH libguestfs] daemon: diagnose socket write failure * daemon/proto.c (send_chunk): Don't ignore socket-write error. --- daemon/proto.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/daemon/proto.c b/daemon/proto.c index 9b33902..c2dd50c 100644 --- a/daemon/proto.c +++ b/daemon/proto.c @@ -4...
2008 Jan 21
4
Large issue - having trouble diagnosing.
...rking. With all of this, i need to do everything i can to rule out the Asterisk box, so i can go back to him with confidence and clear asterisk of any wrongdoing. Has anyone here ever heard of this sort of problem, and if so did you find a solution? If not, what steps would you recommend i take to diagnose the issue and rectify it as quickly as possible? Thankyou very much, Cameron Hissey -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080121/3b081c7c/attachment.htm
2008 Jul 29
2
Most often pairs of chars across grouping variable
...)) > d ID F 1 1 A 2 1 B 3 1 C 4 2 A 5 2 C 6 2 D Now I want to summarize the frequencies of all pairs A-B, A-C, A-D, B-C, B-D, C-D across ID: A B C D A - 1 2 1 B - - 1 0 C - - - 1 here, the combination A-C is most frequent. The real problem behind that is that 'F' codes diagnoses and I search for the most often pairs of diagnoses. Thanks, Sven
2007 Apr 28
1
How to diagnose "Unable to handle kernel paging request" kernel panic?
Does anyone know how to diagnose the error "Unable to handle kernel paging request at virtual address xxxxxx"? I got this error (followed by a panic and a crash) on a server running CentOS 4.4 with the 2.6.9-42.0.8.ELsmp kernel. The machine is based on an Intel 975XBX2 motherboard (975X chipset). I have built...
2008 Feb 26
1
diagnosing broken pipe errors
I'm hoping to get some guidance diagnosing intermittent smbd errors that have been cropping up in the last 2 months. They are sporadic, difficult to reproduce, and don't reveal much of a pattern so far except that the majority are generated by a couple of clients, although several clients appear to be affected. Typical symptom on the client is a hang when attempting to look at the share
2015 Dec 03
0
diagnosing noise
On Thu, 3 Dec 2015, Michael Hennebry wrote: > Though quiet at the moment, > my desktop sometimes sometimes makes a noise that I attribute > to either a disk or a fan on its last legs. > I'm looking for suggestions for distinguishing. > > For the disk, I expect I should use either hdparm of fsck. > Even after reading the man page, I'm not sure how I would use hdparm.
2020 Apr 28
0
Diagnosing IPv6 routing
Once upon a time, Kenneth Porter <shiva at sewingwitch.com> said: > I just got 50 Mbps symmetric fiber from AT&T and it includes a /56 > of IPv6 addresses, replacing a much slower ADSL line. I never tried > to get IPv6 working on the old connection. I'm using CentOS 7 as a > gateway and it's worked great for several versions for IPv4. > > I'm not seeing any
2020 Apr 28
0
Diagnosing IPv6 routing
Once upon a time, Kenneth Porter <shiva at sewingwitch.com> said: > On 4/28/2020 3:17 PM, Chris Adams wrote: > >- gateway sends a router solicitation and gets a router advertisement > > with "stateful config" set, which tells gateway to do DHCPv6 (but > > default route comes from RA) > > I'm not seeing any outbound IPv6 traffic from my CentOS 7