similar to: how to know local path ?

Displaying 20 results from an estimated 50000 matches similar to: "how to know local path ?"

2006 Sep 15
3
Hyperthreading ON causes OOPS on boot
I just tried to install CentOS (x86_64 4.4 and i386 4.3, not both at once, when I found the 64bit version didn't boot, I tried the 32bit version, same result) on a dual Naconda Xeon system. I get an OOPS just after the IDE info is printed on the screen during boot (this is booting off the CD during the install phase). After mucking about with the bios settings (and many reboots later), I
2015 Dec 07
1
RStudio Server v0.99.489 Ubuntu version 12.04
Thanks for your help Dirk.. I have not been able to find the .deb file anywhere. Do you happened to have the link for the deb file?? I appreciate your help. Roberto -----Original Message----- From: Dirk Eddelbuettel [mailto:edd at debian.org] Sent: Wednesday, December 02, 2015 5:33 PM To: Romo, Roberto Cc: r-sig-debian at r-project.org; Ramirez, Federico Subject: Re: [R-sig-Debian] RStudio
2015 Dec 02
2
RStudio Server v0.99.489 Ubuntu version 12.04
Hi R-SIG-DEBIAN We are trying to setup the R Shiny Server using Ubuntu using these<https://www.rstudio.com/products/rstudio/download-server/> instructions. Unfortunately when we try to set up the repository to install r-studio into Ubuntu from the terminal the url that we are using does not appear to be right. Here I where we are placing the url /etc/apt/sources.list a and this is the
2001 Oct 10
2
SSH error
Hello, I am working with a customer that has SSH F-Secure (NT windows). We currently have OPENSSH installed in our unix server. We are trying to copy a file from our unix box to an NT windows and received the following error: Remote: Failed to lauch child process! How can we resolve this problem. Thanks, Kathy Tablan Confidentiality Notice: This e-mail message, including any
2016 Oct 12
6
samba with customized ldap backend
I have to assume much, I'll try. So... - No AD, that's some NT4 domain. - No Winbind because Winbind is using samacccountname as user login and not UID. - Issue happens on Linux or UNIX clients. The question is what tool (SSSD, pam_ldap / nss_ldap, nslcd...) are you using to retrieve information from LDAP to forge users on system side. Once you get an answer to this previous question
2005 Jun 03
2
liblber.sl.2 For HP-UX 11
Hello All, When I try to start SAMBA I get an error message saying i'm missing the liblber.sl.2 It says that if I download the libraries for OPENLDAP, this library should be included. But it does not get installed and I cannot find it anywhere. Does anyone have any suggestions. I'm on a HP-UX11 box. Thanks Notice: This transmission is for the sole use of the intended
2011 Jul 11
3
quantile regression: out of memory error
Hello, I?m wondering if anyone can offer advice on the out-of-memory error I?m getting. I?m using R2.12.2 on Windows XP, Platform: i386-pc-mingw32/i386 (32-bit). I am using the quantreg package, trying to perform a quantile regression on a dataframe that has 11,254 rows and 5 columns. > object.size(subsetAudit.dat) 450832 bytes > str(subsetAudit.dat) 'data.frame': 11253 obs.
2011 Jul 07
1
Taking inputs from the user
Hi, I am currently a new user in R and was working on the randomForest package. I am trying to predict price points using this statistical package. The issue is that I need to setup a tool so that I can give it to Sales Executive who can plug in the necessary variables and get the output. Is there a way to do that ?? They don't have R on their systems and I doubt they are going to install it.
2014 Jan 27
3
[LLVMdev] Debug information for outlined routine
Hi all, I would like to know how can I express debug information for an outlined function using llvm debug metadata. I mean I have a function f() and part of its code is outlined in a new function g() . I would like to generate llvm debug metadata so that when stepping in g() the debugger step in original sources lines from f() routine ? Thanks for your help Seb
2013 Sep 16
2
[LLVMdev] Question about debug metadata
Hi all, What is retained type list designed for in debug metadata ? Thanks for your answer Seb ----------------------------------------------------------------------------------- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended
2015 Dec 08
3
tsocks or equivalent for CentOS 7
Does such exist? I looked for dante and couldn't find that. I found and tried using a version from CentOS 6 but it didn't work. If anyone can point me to an rpm (or set of same) I would most certainly appreciate it. Thanks. Confidentiality Notice | This email and any included attachments may be privileged, confidential and/or otherwise protected from disclosure. Access to this email by
2016 Jul 27
2
Dovecot v2.2.25 crashed on startup in Mac OSX
I built from dovecot-2.2.25.tar.gz on Mac OSX 10.11.15 (El Capitan) the usual way: CFLAGS=-I/usr/local/ssl/include LDFLAGS=-L/usr/local/ssl/lib ./configure make sudo make install sudo /usr/local/sbin/dovecot It consistently crash on startup with the following entries in /var/log/mail.log (edited backtrace): Jul 27 07:39:26 macbook-pro dovecot[70234]: master: Dovecot v2.2.25
2015 Aug 21
3
[CUDA/NVPTX] is inlining __syncthreads allowed?
Hi Justin, Is a compiler allowed to inline a function that calls __syncthreads? I saw nvcc does that, but not sure it's valid though. For example, void foo() { __syncthreads(); } if (threadIdx.x % 2 == 0) { ... foo(); } else { ... foo(); } Before inlining, all threads meet at one __syncthreads(). After inlining if (threadIdx.x % 2 == 0) { ... __syncthreads(); } else { ...
2006 Jul 26
1
rpcclient netsharegetinfo against linux server
Hi list, I wonder why rpcclient -c 'netsharegetinfo tmp' returns "C:\tmp" as physical path when run against a samba server on a linux box. It should return "/tmp". As I understand it the rpcclient command is not actively maintained, if so, is there any other utils or libs that will let me do this? Cheers, Henrik
2014 Jul 14
3
[LLVMdev] Register Machine Pass
It's not being executed. I'm both trying to print via outs() and add info via STATISTIC, neither is occurring. On Mon, Jul 14, 2014 at 12:22 PM, Justin Holewinski <jholewinski at nvidia.com> wrote: > On Mon, 2014-07-14 at 08:31 -0700, Ryan Taylor wrote: > > Where is the documentation about registering a machine pass? I'm > > unable to find it. > > >
2007 Feb 22
2
Number of files to be transferred?
I'm writing a wrapper around a large number of rsyncs that need to happen, and it would be great if I could parse the output of a running rsync and find out how far along it is. To do this, I would need to know how many files the rsync is going to transfer. If I run 'rsync -avz --progress', it tells me how many files it is considering, but not how many it actually needs to update.
2019 Feb 20
4
PJSIP DNS ISSUE
Anyone know how to disable DNS in asterisk so PJSIP still works when the internet goes down. I tried a few things but nothing is working. I even installed BIND on the asterisk box ...that didn't even work. Once I pull the plug on the internet, I cant dial anything. John Bittner CTO [xaccellogoemail] 380 US Highway 46, Suite 500 Totowa, NJ 07512 Phone: 201.806.2602 x2405 Fax:
2013 Oct 03
2
[LLVMdev] Setting up array ordering dwarf for arrays
Hi all, Is there a way to set up array ordering (DW_ORD_row_major or DW_ORD_col_major) using debug metadata ? Best Regards Seb ----------------------------------------------------------------------------------- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited.
2015 Apr 17
2
[PATCH 0/6] map big page by platform IOMMU
On 04/17/2015 02:25 PM, Alexandre Courbot wrote: > On Thu, Apr 16, 2015 at 8:06 PM, Vince Hsu <vinceh at nvidia.com> wrote: >> Hi, >> >> Generally the the imported buffers which has memory type TTM_PL_TT are >> mapped as small pages probably due to lack of big page allocation. But the >> platform device which also use memory type TTM_PL_TT, like GK20A, can
2007 Jun 11
3
if statement
Hi all, I have a rather naive question. I have the height of 100 individuals in a table and I want to assign the tallest 30% as Case=1 and the bottom 30% as Case=0. How do I do that? thanks. jiong The email message (and any attachments) is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is