similar to: Application accesing file on samba sharing

Displaying 20 results from an estimated 1000 matches similar to: "Application accesing file on samba sharing"

2010 Jul 06
0
accesing remote domU vnc console?
I'm having an strange weird problem while trying to connect to a remote domU console The VM runs win2k3, I need to connect on the console in order to change its IP address I log into dom0, find the domU ID: [root at btreptab01 xen]# virsh list Id Name State ---------------------------------- 0 Domain-0 running 8 linux idle 9 win2k3
2003 Feb 24
1
Accesing shares from ClearCase
Hi all, Just a novice in this world of Samba. I got a question, probably too simple. No problem to access share file systems and mount ClearCase vobs. Log shows access granted to NT userid belonging to the right UNIX group. Then, editing a file ( using a view thru Explorer), log shows another non authenticate user called clearcase_albd trying to be validated. I guess due to
2006 Sep 23
1
Apache problem accesing SMB Symlink - OS X 10.4.7
I'm having trouble accessing shared music with Apache. I'm running Apple OS X 10.4.7 with Apache 1.3.3. I can connect via SMB to my Windows XP Pro box. I can browse, read, and write without any problems using Finder. So in WebServer/Documents I have a symbolic link to that SMB connection called DATA. In a web browser, if I go to: file:///library/webserver/documents/data/songx.mp3 It
2002 Feb 06
1
Accesing glm results
Hi, I want to generate sdome vectors with results from glm(), for later processing. How can I extract the t values and the associated p values? I suppose something starting with summary(g)$... Thanks iago --- Bellare semper illicitum est -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
2006 Oct 09
1
accesing MySQL through JDBC
Hi all, Completely new to this list and completely new to R so, please, accept my apologies in advance if any question is too basic or out of place. Thanks. After reading some docs, googling around and searched the mail lists I've only found spare references to accessing databases. Among these references, few are related with JDBC and none of them include both MySQL and JDBC access. Our
2010 Jul 13
1
Regarding accesing R- Repositories at servers
Dear R-help team , I am venkatesh, student of University of Hyderabad, India. I couldn't able to  access R-repositories at Your specified servers.It is giving error such as " Couldn't able to access media". Can you please help me Regarding this. i am anticipating for your reply, thanking you. wishes & regards B.venkatesh, University of Hyderabad, India 9440186746
2012 Oct 17
2
[LLVMdev] accesing svn URLs mentioned in git commit messages
Hi, git messages for the LLVM source quote the equivalent SVN revisions with a line like this: git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk at 165785 91177308-0d34-0410-b5e6-96231b3b80d8 But the URL doesn't work; instead we get the following error message: The requested URL /svn/llvm-project/llvm/trunk at 165785 was not found on this server. The tip of the trunk is visible
2023 Nov 15
2
anyone having trouble accesing CRAN?
On Wed, 15 Nov 2023 14:13:00 -0500 "Christopher W. Ryan via R-help" <r-help at r-project.org> wrote: > Anyone seeing similar? Same for me. While it worked, CRAN website had the following message: >> The CRAN Admin Team will perform system upgrades during the period >> Wednesday November 15 until Thursday November 16, 2023. There will >> be intermittent
2023 Nov 15
3
anyone having trouble accesing CRAN?
at https://cran.r-project.org/ I get this error message: ===================== Secure Connection Failed An error occurred during a connection to cran.r-project.org. PR_END_OF_FILE_ERROR Error code: PR_END_OF_FILE_ERROR The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. ======================= Three different browsers, two
2003 Aug 27
1
samba und netzlaufwerke unter winxp
Hallo, Ich habe ebendfalls das Problem, dass ich mich extra anmelden muss bei meinem Linux-Server. Hast Du da eine L?sung gefunden. From: "Marcel Stein" <marcel-stein@arcor.de> Subject: samba und netzlaufwerke unter winxp Date: Thu, 26 Jun 2003 20:04:56 +0200 Message-ID: <000001c33c0d$76d703f0$0201a8c0@winxp> Ich habe einen samba zu laufen und greife vom client winxp
2005 Aug 17
4
accesing slots of S4 class in C code
I am trying to use a custom S4 object in my C code and I cannot get the access to its slots working. The following is a toy example, but even this crashes. In R I have: setClass("pd", representation(data="numeric")) x <- new("pd", data=1:5) test <- function(pd.obj) { res <- .C("TestFun", pd.obj) res} test(x) (Of couse
2009 Jul 13
1
Ubuntu und R
Hallo Zusammen, hatte gestern die Schnauze voll von Vista und habe mir daraufhin Ubuntu installiert. Bin also mit Ubuntu ?berhaupt nicht vertraut. Nun habe ich ohne Erfolg versucht, R zu installieren. Soweit ich der Anleitung folgen konnte habe ich es so wie auf http://wiki.ubuntuusers.de/R gemacht. Im Terminal kann ich R problemlos starten. Allerdings bei der Installation von
2008 May 02
2
Accesing data frame members from within functions
I am writing a simple R program to execute a t-test repeatedly on data contained in a data frame. My data looks like this: Category Value1 Value2 1 .5 .8 1 .3 .9 . . . . . . . . . 2
2003 Jun 21
1
Doubts about Winbindd
Hi, I'm trying to set up a PDC using Samba on a Linux server. I need to the linux clients, using KDE desktop, log in the PDC using the KDE login box. I think I could use the 'winbindd' to do what I need but, I still have some questions: 1. Do I need to set up winbindd on each Linux client to log on the Linux PDC ? 2. Do I need to set up winbindd on the Linux PDC
2005 Nov 24
4
write.csv
hallo, i have a problem by writing a csv file the first colum is filled with index numbers from 1 to n. i have to unique two csv files once a week while one file is always the same. can anybody tell me, how to write the dataset into a csv file without the first row of the indexnumbers. x[,-1] does not wok as it eliminates the first "interesting" colum. col.names is not accepted by r
2002 Sep 04
3
logical and NA
Hi there, (sorry Martin, ich habe den falschen Empfaenger erwischt :-( ) Is there a function in the base package or elsewhere which returns TRUE and not NA, even if NA is involved: (I did not find in the help system :-( ) if ( x==something & !is.na(something)) or if ( x==something & !is.na(x==something)) If "something" is complicated, a function would be handy. Thanks
2010 Jul 21
5
WoW on Ubuntu 10.04
Hi, some time ago i've installed WoW in Ubuntu 9.10 using wine 1.1.42 (wine1.2 ubuntu package). Everything fine, had a few fps problems but with some tips found in wowwiki i've manage to increase fps to about 20. Some users would say it's still low, but i was happy with it. Well, some weeks ago i've updated to Ubuntu lucid (10.04). It's great, but my WoW fps drop down to about
2004 Jan 15
4
SIR
Ich habe in R eine Version von SIR gefunden und ausprobiert. Leider kann diese multivariate Responses nicht verarbeiten. Gibt es in R eine ausgefeilte Version von SIR?
2015 Jan 24
2
samba AD backup Question
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I backup my SAMBA 4 DC in the following Way: Shutdown Samba AD Backup the hole System Start Samba AD So i think i don't habe any Problems with open Files, when i backup the AD. Is it recommended to backup the AD Files with the samba Backup Script? If it is recommended, can you tell me why? Thanks Hauke -----BEGIN PGP SIGNATURE-----
2001 Feb 16
2
vector heap is too small
Ich habe eine dringende Frage!!!!!!!! ch ben?tze das Rplus mit Windows 98 . Wo kann ich die Vector heap von Rgui.exe erh?hen. Bei Eigenschaften kann ich das nicht machen. Vielen Dank f?r Eure Bem?hungen Nadine Brauchli, FORNAT *************************************************************************** FORNAT Forschungsstelle f?r angewandte ?kologie und Naturschutz Asylstr. 46/48 Postfach 8708