search for: diagnosing

Displaying 20 results from an estimated 2622 matches for "diagnosing".

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
Hello list, I want to make a large rulebased algorithm, to provide decision support for drug prescriptions. I have defined the algorithm in a function, with a for loop and many if statements. The structure should be as follows: 1. Iterate over a list of drug names. For each drug: 2. Get some drug related data (external dataset). Row of a dataframe. 3. Check if adaptions should be made to
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"?
My setup is as follows: Handset -> Sipura SPA 2000 -> Asterisk -> VoicePulse and Handset -> Sipura SPA 2000 -> Asterisk -> Digium X100P -> POTS I notice when making VoicePulse calls (but *not* POTS calls through the X100P) that there is significant "popping" and "clicking" on the line. This isn't enough to interfere seriously with the call, and
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 ?
...erver 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, Robin P. Blanchard wrote: > > > That did it.... > > > > Using latest -CURRENT sources, but backing out to > > src/lib/libc/gen/getpwent.c,v 1.81 gets NIS clients working again. > > Re-sync this in CVS ? >...
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 successfully check the package, so it must be a problem with my particular configuration but how can I track down the problem? > sessionInfo() R version 2.13.0 Under development (unstable) (2...
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
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
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 like Francis suggests. A simple semaphore
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". I have configured and reconfigured according to the guidelines in this step, to no avail and have not really been able to get an error message. The funny thing is I have another samba server th...
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
2008 Jan 21
4
Large issue - having trouble diagnosing.
Hello, I am having a lot of trouble with my deployment of Asterisk. I am running the PBX-In-a-flash turnkey of Asterisk and ever since deployment I have had many different problems. I have managed to get all issues sorted out as I go along, until this one that randomly began last week. We are using Grandstream GXP 2000 Handsets in the office, and at TE110P card to interface to our ISDN OnRamp10
2008 Jul 29
2
Most often pairs of chars across grouping variable
Hi list, is there a package or function to compute the frequencies of pairs of chars in a variable across a grouping variable? Eg: d <- data.frame(ID=gl(2,3), F=c("A","B","C","A","C","D")) > 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
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 several of these and they have been extremely stable. This one is
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...
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