search for: could'nt

Displaying 20 results from an estimated 48 matches for "could'nt".

2001 Feb 12
1
Samba 2.2.0-alpha2 could'nt resolve secondary groupmembers
Hello I have a strange problem with unix-groups, access-rights and w2k-workstations. When i create a directory with the user "x", group "y" and try to access this directory with user "z" and group "z" and the secondary group "y", samba don't see that the user "z" is the same group as the user "x" and says "access
2005 Dec 12
2
Migrating files with ACLS and Share properties
Hi list, I could'nt find specific info ion the subject on google, and I'm not sure if the list is appropriated, but, I need to migrate a complete directory-tree from one w2k server to 1st another w2kserver, an then, to a Samba Server (still to be installed). The biggest problem is, if I just copy the dire...
2024 Dec 11
7
SQL and R
...I have recently started studying SQL and MySQL. My question is, what exactly is SQL used for? That is, whatever can be done by SQL, like subsetting and filtering of data sets, can also be done by R. What's, then, the advantage of SQL? It is OK if you tag this question as offtopic, but I could'nt find any info on the web. Can you please refer me to some online resources that shed some light on this? Finally, how does SQL complement R? Are both dependent? THanking you, Yours sincerely, AKSHAY M KULKARNI [https://s-install.avcdn.net/ipm/preview/icons/icon-envelope-tick-round-orange-a...
2002 May 22
4
fitting non linear data
Hye every one, My question will certainly seem stupid as I am quite a beginner in R. I would like to trace a curve which fits these two vectors: x<-c( 2,3,4,5,6,7,8,10 ) y<-c( 20, 12, 8, 6, 5, 4.5, 4, 3.8) It seems to follow a non linear model. Could anyone help me because I could'nt find the answer I am looking for in the FAQs. In advance thank you for your time. G. Lefebvre -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send &quo...
2013 Feb 22
3
puppet could'nt find hiera even when hiera gem is installed
Hiera was properly working in my environment. But puppet was looking at old version even when I have the latest hiera gem installed. So I could''nt use json backend. But puppet is not looking at my latest hiera gem. Not sure when went wrong here. Scenario: I have installed hiera couple of months back. So the gem was installed under /opt/puppet/lib/gems/1.8/gems/hiera-0.3.0 /opt/puppet/lib/gems/1.8/gems/hiera-puppet-0.3.0...
2024 Dec 11
1
SQL and R
...ly started studying SQL and MySQL. My > question is, what exactly is SQL used for? That is, whatever can be > done by SQL, like subsetting and filtering of data sets, can also be > done by R. What's, then, the advantage of SQL? It is OK if you tag > this question as offtopic, but I could'nt find any info on the web. > Can you please refer me to some online resources that shed some > light on this? Finally, how does SQL complement R? Are both > dependent? > > THanking you, Yours sincerely, AKSHAY M KULKARNI
2009 May 21
1
[newbie] how to do a 3d plot of bivariate density?
Hello everybody. I am new to R. Yesterday I passed the afternoon reading the introduction and language reference, but I could'nt find a way to do a 3d plot of the density of a data table of size 2. I am trying with: plot(density(t(t2))) but it mixes the two columns and calculate the density like it is a 1-dimensional casual variable. I have looked at the documentation of density, but I was not able to do it. I have...
2006 Mar 15
1
How Can I Add New Flags
...hen Courier so much. But I have a problem with integration Dovecot to my system. I am using some extra flags in mails to mark them from others. For example I use a private flag "M" to understand it that this mail come from us as newsletter. I make some changes in code, but unfortunately I could'nt add this flag to Dovecot correctly. Please help me it that how can add this flag. I use maildir type Thanks, Sezai
2004 Apr 30
1
Security - Encryption
Hi all, After googling a lot, could'nt find infos on securities or encryption capabilities of asterisk. what could be done to encrypt iax2, sip or directly rtp streams ? Is there any kind of integration of security features using EAS, or other alg. Thanks in advance for your responds. Marc
2006 Jan 26
1
Manager API mailing list
Hi all, I am new to this list. I have been looking for a Manager API mailing = list for a while, but could'nt find any. Is there a such list? Thnx. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060126/bf3b67e2/attachment.htm
2004 Apr 14
1
Big problem with the latest hotfix for win2k in comb. with a samba 3.0.2a PDC
...ients on a samba 3.0.2a PDC after applying a new hotfix by Microsoft (http://www.microsoft.com/technet/security/bulletin/MS04-011.mspx) with the number KB835732. Signing on with a local user works fine, but if any user is signing on with a domain-account, some strange things happend. The profile could'nt be loaded or some services won't start. After uninstalling the mentioned MS-patch, everything works fine - no problems anymore. Is there someone out, who got the same problem? Greets, Michael _________________________________________________________________ MSN - More useful every da...
2003 Jun 03
1
?if (PR#3179)
hello dear [R] experts, I use [R] 1.7.0 on Unix and have noticed that I could'nt load the help of the function "if" with the command >?if + + or the command > help(if) Error: syntax error I deeply thank you and congratulate you for all your work, [R] is a wonderfull programm :-) Regards, dc
2010 Sep 30
1
libvirt-qpid and live migration
...ing failed: RuntimeError: Timed out waiting for response So I looked into taskomatic code and I saw this comment : # Sadly migrate with qpid is broken because it requires a connection between # both nodes and currently that can't happen securely. For now we do it # the old fashioned way.. I could'nt get Ian Main on Irc, so I asked here if someone knows about this issue. I tried to test qpid migration with python (method : migrate(destinationUri, flags, newDomainName, uri, bandwidth)) but I might be to stupid to know what's the difference between destinationUri and uri. I tested...
2011 Apr 06
1
syntax to subset for multiple values from a single variable
...is equal to a or b x y 1 a 1 2 b 2 9 a 9 12 b 12 > df[df$x %in% c('a','b'),] # subsetting using subscripts returned all rows x y 1 a 1 2 b 2 9 a 9 10 a 10 11 b 11 12 b 12 I know there might be a problem with subset syntax that I have used, but could'nt figure out what it is. Any insights from members will be highly appreciated and thanks for the same. Regards, S.N.V. Krishna [[alternative HTML version deleted]]
2006 Nov 10
2
Searching for pyvorbis docs
...ree. so far here is my Problem: The pyvorbis bindings aren't documented. As i understand the pyvorbis package, this is a simpe 1:1 mapping to libvorbis. dir(pyvorbins-oject) gives me an refernece to an C Object. If this is correct, the only thing i need is the libvorbis documentation, but i could'nt find this eighter. Can someone provide an URL for the libvorbis docs? with best regards Christian Edelmann
2024 Dec 11
1
SQL and R
Just a slight technical note -- Ben gave you a good answer already, imo. The note is: R is Turing complete, which mean that *anything* any language can do, R could be programmed to do also. The point is what can be done well in R and what can be done (often much) better with other tools, as Ben explained. Cheers, Bert On Wed, Dec 11, 2024 at 5:17?AM akshay kulkarni <akshay_e4 at hotmail.com> wrote: > > dear Members, >...
2007 Nov 07
1
some questions about speex on TMS and also unsubscribe
...ve a question about speex on TMS320C54X: I have build and run the related project on Code Composer Studio IDE (ver. 3.1) and the male.snd (93.7KB) was its input file and malebits5x.dat (5.85KB) and maleout5x.snd (93.5KB) are output files. What is malebits5x.dat file? if it is encoded file, why I could'nt decode it? Also if maleout5x.snd is output recoverd file why after adding header I couldn't play it? The other question is that why the execution time of this project so long in simulator? Could you tell me its MIPS for TMS320c54cst? can I use speex for real-time telephony purpo...
2004 Jan 30
1
a problem loading package 'subselect'
....load(x, as.logical(local), as.logical(now)) : unable to load shared library "/usr/lib/R/library/subselect/libs/subselect.so": /usr/lib/R/library/subselect/libs/subselect.so: undefined symbol: f_iob Error in library(subselect) : .First.lib failed I would had expected that if it could'nt find a symbol, that would have shown up during compilation. But there were no compile time errors. I also tried R CMD check on the package directory and compilation occurs with no errors but I get the errors below: * checking S3 generic/method consistency ... WARNING Error in .tryQuietly({...
2003 Nov 25
2
Lambert's W function
Hello List does anyone have an R function for the Lambert W function? I need complex arguments. [the Lamert W function W(z) satisfies W(z)*exp(W(z)) = z but I could'nt even figure out how to use uniroot() for complex z] -- Robin Hankin Uncertainty Analyst Southampton Oceanography Centre SO14 3ZH tel +44(0)23-8059-7743 initialDOTsurname at soc.soton.ac.uk (edit in obvious way; spam precaution)
2024 Dec 12
1
SQL and R
...I have recently started studying SQL and MySQL. My question is, what exactly is SQL used for? That is, whatever can be done by SQL, like subsetting and filtering of data sets, can also be done by R. What's, then, the advantage of SQL? It is OK if you tag this question as offtopic, but I could'nt find any info on the web. Can you please refer me to some online resources that shed some light on this? Finally, how does SQL complement R? Are both dependent? > > THanking you, > Yours sincerely, > AKSHAY M KULKARNI > > [https://s-install.avcdn.net/ipm/preview/icons/icon-...