search for: helplessly

Displaying 20 results from an estimated 85 matches for "helplessly".

Did you mean: helpless
2005 May 30
4
TC Java GUI
Hello, i am writing a iproute2 java gui, and i just started. I would like to make some questions, since i have been using tc as an administrator, but not developing anything to do with it. 1.- I want to display statistics, create queues, etc... are there any libraries i can use, or simply i have to use system calls from java? 2.- Does anybody thinks this is helpless, or it is helpfull? 3.-
2008 Jun 12
3
Problem with Freq function {prettyR}
Dear list, I have a problem with freq from prettyR. Please have a look at my syntax with a litte example: library(prettyR) #Version 1 test.df<-data.frame(q1=sample(1:4,8,TRUE), gender=sample(c("f","m"),8,TRUE)) test.df freq(test.df) #No error message #Version 2 test.df<-data.frame(gender=sample(c("f","m"),8,TRUE), q1=sample(1:4,8,TRUE)) test.df
2004 Sep 26
2
low level search for deleted data
Hi everyone, I lost my complete home directory and am facing the problem of retrieving some of the deleted data. I have search the web for this matter, but the only information I found is, that it's not possible for a program to do this and that I have to puzzle the files together by scanning the disk (or disk image) with tools like sleuthkit (www.sleuthkit.org) or lde (lde.sourceforge.net).
2006 Sep 29
2
problems with R and tckl/tk on Mac OS X
Dear R-help team, I am trying to run "R" on my Intel-based Mac. I have installed R, X11 and Tcl/TK (I thought), but the GUI doesn't run. My system administrator doesn't support R and therefore, I'm a little helpless. What can I do? Regards, Ingo
2007 Aug 31
4
Virtual Hosting
Dear All, Im sorry for posting this query here but was helpless.. as i am not able to subscribe to sendmail mailing list i have jus installed CentOS 5 and the following software sendmail 8.13 bind 9.3 this machine is used as a primary DNS and out mail server and is been workin perfect we jus have a new domain and i want to have virtual mail hosting on the smae machine for our new domain
2010 Aug 24
2
Finding pairs
Dear R Helpers, I am a newbie and recently got introduced to R. I have a large database containing the names of bank branch offices along-with other details. I am into Operational Risk as envisaged by BASEL II Accord.  I am trying to express my problem and I am using only an indicative data which comes in coded format. A (branch)                      B (controlled by) 144                
2016 Mar 27
3
I stopped receiving mails from the list.
On Sun, Mar 27, 2016 at 01:06:54AM +0000, Gene Cumm via Syslinux wrote: > On Sunday, March 20, 2016 11:18 PM, Patrick Masotta via Syslinux <syslinux at zytor.com> wrote: > > I stopped receiving e-mails from the list. > > is there anything I can do? > > Does this bounce? Is there a still an issue with Yahoo! or not? At least things are delivered. Just a few days ago
2017 Feb 15
4
CentOS 7, systemd, NetworkMangler, oh, my
Too much temptation to resist, I don't know which one of us is older but I have a feeling it's a "horse race". Like you, I still have a land line, WiFi is too slow and "WiFi security" seems to be an oxymoronic phrase. Why people text (or IM for that matter) anything other than a one-liner is beyond me. Now for the real issue, what happens when Network Manager
2009 Sep 23
1
[LLVMdev] How to create shared library using llvm-ld
Hi, all. I am using llvm-gcc to compile some softwares, and compile them with CFLAGS="-emit-llvm" to gernerate bitcode IR. Then I have to replace normal ld with llvm-ld. Unfortunately, llvm-ld doesn't support -shared option which is used to create a shared library. I've also noticed that llvm-ld supports an option '-link-as-library' which is used to generate
2003 Mar 29
1
Goodness of fit tests
I have a dataset which I want to model using a Poisson distribution, with a given parameter. I would like to know what is the proper way to do a ''goodness of fit'' test using R. I know the steps I''d take if I were to do it ''manually'': grouping the numbers into classes, calculating the expected frequencies using ''ppois'', then
2010 Jan 19
3
Help ~
Dear Helper: Thank you very much for your time on this question. It is a little long and complicated. Generate a clustered pattern in [0; 1]2 as follows: (a) Generate n, say 20, independent cluster centers (which can be called parents) that are distributed i.i.d. uniformly in the unit square; (b) then m,say 100, daughters are assigned i.i.d. uniformly to these parents and such that each
2006 Mar 18
1
Information Window - Warning Message
Hi all, this might be a very stupid question, but I tried for several hours now and I'm helpless. I'm running windows and R 2-2-1. Recently, every time when I have an error in my code a message box pops up telling me the error message. The code won't continue before I click ok in the box. Before I changed to 2-2-1 the code was just running through and I could check within the command
2001 Oct 16
2
lvs & samba
Could you help a poor helpless guy how to get information to use samba under a linux virtual server? which port are used by samba? Pierre -- _______ | 0 0 | ------------00---O---00o----------------- Pierre Binet Service d'Etat a l'Aviation Civile Division Technique BP 6011 98702 Faa'a/Aeroport mail :binet_pierre@seac.pf tel :(00 689) 861261
2010 Apr 29
1
Updrading samba
Hello all, I use samba 2.0.5 in one of my machine and in other machine i use windows xp. This combination works perfectly when come into file sharing. But when i use windows vista with samba 2.0.5 i cannot use samba share. I did lots things in vista to run samba share but iot was helpless. So i like to know that if i upgrade samba to version 3 or later will i be able to run samba share with vista
2017 Feb 15
1
CentOS 7, systemd, NetworkMangler, oh, my
On 02/15/2017 07:41 AM, Johnny Hughes wrote: > On 02/15/2017 07:34 AM, Leroy Tennison wrote: >> Too much temptation to resist, I don't know which one of us is older but I have a feeling it's a "horse race". Like you, I still have a land line, WiFi is too slow and "WiFi security" seems to be an oxymoronic phrase. Why people text (or IM for that matter)
2003 Oct 22
2
Useful patch in the bugtracker: streaming MOH
So, Tilghman has put a particularly useful patch in the bugtracker: streaming music-on-hold is now supported. You can now specify .mp3 streams to be played back as MOH in the various places where MOH is used. Hopefully, Mark will install into the main CVS tree shortly. http://bugs.digium.com/bug_view_page.php?bug_id=0000413 This allows you to use the very sophisticated mp3 streaming audio
2011 Jun 07
1
[LLVMdev] a problem of jit debug
the reason I built llvm with vc is that I am familiar with vc. At first i also thing that build llvm with MingW will solve this problem. but after I read the source code void JITDebugRegisterer::RegisterFunction(const Function *F, DebugInfo &I) { // TODO: Support non-ELF platforms. if (!TM.getELFWriterInfo()) return; ...... } I thing MinGW is helpless with debug jit on win.
2008 Feb 07
1
Security help desperately needed
...ailed for .directory # last entry refers to nfs export? # hostname lookup should be by way of /etc/hosts, which holds list of all lan members secure shows nothing helpful Way back I remember that msec used to change security settings overnight. Could this be happening? I feel to be thrashing helplessly. I need help to find a sensible strategy for sorting this, then setting correct security measures. TIA Anne
2009 May 05
2
Bristol mirror GPG problem ubuntu repository
Hello, I am getting a GPG error with the ubuntu repository at the bristol UK mirror. When my source.list has this line: deb http://www.stats.bris.ac.uk/R/bin/linux/ubuntu/ intrepid/ On an "apt-get update" you get this: W: GPG error: http://www.stats.bris.ac.uk intrepid/ Release: The following signatures were invalid: BADSIG D67FC6EAE2A11821 Vincent Goulet <vincent.goulet at
2006 Feb 23
1
Migration from Samba 2.2 to Samba 3.020b
Hello, we migrate from Samba 2.2 to Samba 3.020b. We have the problem now, that some clients can not connect to the Samba Server. In the log there are messages like that: [2006/02/23 08:49:20, 2] smbd/sesssetup.c:setup_new_vc_session(704) setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources. [2006/02/23 08:49:20, 2] auth/pampass.c:smb_pam_auth(514)