search for: cryptic

Displaying 20 results from an estimated 756 matches for "cryptic".

2009 Apr 02
2
cryptic output with itemized option
Hi, Could any one please tell me if there is any way to remove 11 letters long cryptic output from -ii option. I am using rsync 3.0.5 rsync -av -stats -ii --log-file-format='CONTENTS: %i %f %l %o %b' --log-file='/tmp/rsync-test' Mydocs/ Mydocs1/" The output of this command: 2009/03/31 15:15:17 [4537] building file list 2009/03/31 15:15:29 [4537] created direc...
2023 Nov 05
2
Cryptic error for mscmt function
Hi everyone, I am trying to conduct a synthetic control analysis using the MSCMT package. However, when trying to run it I get a very cryptic error message saying "Error in lst[[nam]][intersect(tim, rownames(lst[[nam]])), cols, drop = FALSE]: subscript out of bounds". Does anyone know what this means and why I receive this error? I attached the code & dataset used in the attachment. Thanks a lot! Best regards Thierry
2008 Oct 01
3
cryptic error message: "Error in embed(y, lag) : wrong embedding dimension"
Dear R Users, I've been hit with a cryptic error message: "Error in embed(y, lag) : wrong embedding dimension" My configuration is: - R 2.7.2 - Windows XP Sp2 Google returns nothing for this. Could someone suggest what this might mean ? Thanks in advance, Tolga Generally, this communication is for informational purposes onl...
2015 Dec 29
2
TableGen - cryptic error messages (~feature request)
Hello. I started implementing a back end in LLVM (and I'm writing some hints I consider useful at https://sites.google.com/site/alexsusu/home/backend-llvm ). Unfortunately, I hit quite a few times very cryptic error messages when compiling with TableGen, which required a few good hours of debugging the TableGen program. The most cryptic error message was when compiling with TableGen, with the option -gen-asm-matcher . Here I got the following error message: llvm-tblgen: ~/llvm/lib/TableGen/String...
2007 Jan 29
2
Cryptic error message when no controller_name
Hi ! In the following spec: context "A project owner" do specify "can assign roles to other users" do # ... end end I get the following cryptic error message: 1) NoMethodError in ''A project owner can assign roles to other users'' undefined method `session='' for #<Object:0xb741bed4> /home/francois/src/smrty2/vendor/plugins/rspec_on_rails/lib/spec/rails/context/controller.rb:134:in `setup_extra'' /hom...
2023 Jun 08
1
Cryptic error from stargazer
....2.2. https://CRAN.R-project.org/package=stargazer > x1=1:1000 ; y = 2 * x1+ rnorm(1000) > stargazer(lm(y~x1)) Error in (.format.s.statistics.list != "p25") && (.format.s.statistics.list != : 'length = 7' in coercion to 'logical(1)' The error returned is cryptic and I am not able to google and find the solution. Here is my sessionInfo: > sessionInfo() R version 4.3.0 (2023-04-21) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Debian GNU/Linux 10 (buster) Matrix products: default BLAS: /usr/lib/x86_64-linux-gnu/openblas/libblas.so.3 LAPACK: /...
2006 Mar 22
1
How do you clean up this cryptic code?
...d `gsub'' called for ["user_type = :owner", {"user"=>2, "admin"=>0, "owner"=>1}]:Array If I use ["user_type = ?",User::TYPE[''owner'']] instead, the same exception gets raised. So how exactly should I clean up this cryptic code? -- Posted via http://www.ruby-forum.com/.
2023 Jun 08
1
Cryptic error from stargazer
...ge=stargazer > > > x1=1:1000 ; y = 2 * x1+ rnorm(1000) > > stargazer(lm(y~x1)) > Error in (.format.s.statistics.list != "p25") && > (.format.s.statistics.list != : > 'length = 7' in coercion to 'logical(1)' > > The error returned is cryptic and I am not able to google and find the solution. > > Here is my sessionInfo: > > > sessionInfo() > R version 4.3.0 (2023-04-21) > Platform: x86_64-pc-linux-gnu (64-bit) > Running under: Debian GNU/Linux 10 (buster) > > Matrix products: default > BLAS: /usr/lib/x...
2009 Jun 02
0
cryptic error message from R CMD check
Dear R developers, I've run into a very cryptic error message from R CMD check while working on a new package. This is the relevant output: [fizban@~/Rmap]:R CMD check Rmap * checking for working pdflatex ... OK * using log directory '/home/fizban/Rmap/Rmap.Rcheck' * using R version 2.9.0 (2009-04-17) * using session charset: UTF-8 * ch...
2003 Nov 03
2
upgrade 2.2.8a -> 3.0 Debian DOS long filename problem
...amba 2.2.8a to 3.0. It worked generally speaking fine and speed went up tremendously, BUT since then the DOS conversion of long file names is freaking me out. Using long file names produced a readable short version plus ~1 oder ~x. where x stands for a number. now long file names produce some cryptic 8 letter name plus extension. listing in a DOS box additionally shows the correct long name in the far right column, but DOS programs like word6 just get the cryptic name. Is this a result of new Samba 3.0 or Win98? Is it fixable or do I have to live with that? thanks daniel
2006 Jul 14
2
DO NOT REPLY [Bug 3935] New: replacing a full directory with symlink with --delete-after produces cryptic message
https://bugzilla.samba.org/show_bug.cgi?id=3935 Summary: replacing a full directory with symlink with --delete- after produces cryptic message Product: rsync Version: 2.6.6 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: bugs.samba@docwhat.gerf.org...
2023 Jun 08
1
Cryptic error from stargazer
...gt; x1=1:1000 ; y = 2 * x1+ rnorm(1000) >> > stargazer(lm(y~x1)) >> Error in (.format.s.statistics.list != "p25") && >> (.format.s.statistics.list != : >> 'length = 7' in coercion to 'logical(1)' >> >> The error returned is cryptic and I am not able to google and find the solution. >> >> Here is my sessionInfo: >> >> > sessionInfo() >> R version 4.3.0 (2023-04-21) >> Platform: x86_64-pc-linux-gnu (64-bit) >> Running under: Debian GNU/Linux 10 (buster) >> >> Matrix produ...
2019 Sep 06
0
Cryptic error message from namespaceExport
Just to clarify, your package is exporting a class that is not defined? Or is it exporting a class that is defined by a dependency and then masked by setOldClass()? A simple reproducible example would help. On Fri, Sep 6, 2019 at 7:48 AM Thierry Onkelinx via R-devel <r-devel at r-project.org> wrote: > > Dear all, > > Today I got this error message (R 3.6.1) when installing my
2008 Feb 26
0
Cryptic error message using RuleFit
Hello LIST, In using Rulefit I;ve bee nabel to fit a model using rulefit without incident. However, when trying to use intnull and interact things go astray. > rf=rulefit(x,"N", cat.vars="H", > not.used=c("G","T"),huber=0.9,path.speed=1); [snip] RuleFit model 2/26/2008 2:17p ave(abs(error)) terms path steps 84.16 110
2006 May 08
3
Cryptic error message
I have been trying for some time to run a British financial program, called ShareScope, under Wine. It is the sole remaining reason for me to run Windows, so I am keen to succeed. The developers of the program claim to have run it successfully under Wine, but they don't provide support. Since this is a minority interest, I realise that I will have to solve the problem myself, but I'm
2000 Mar 31
1
Cryptic error message
Does anyone have any hints on this error message (lsarpcd starting, and doesn't start due to this): socket connect to /tmp/.msrpc/.lsarpc/agent failed: Connection refused socket connect to /usr/local/samba/var/locks/.msrpc/lsarpc failed: Connection refused ncalrpc_l_establish_connection: failed lsarpc) ncalrpc_l_use_add: connection failed lsa query info failed This causes smbd not to start
2007 Jul 16
1
Problems with 3.0.25b (Cryptic Error Message)
I'm in the process of trying to setup 3.0.25b on my server and am experiencing problems. First, anyone know what this error means and how to fix? [2007/07/16 09:15:16, 0] smbd/service.c:make_connection(1191) james (192.168.100.158) couldn't find service ::{2227a280-3aea-1069-a2de-08002b30309d} [2007/07/16 09:15:20, 1] smbd/service.c:make_connection_snum(1033) -James --- James Kosin
2007 Apr 03
2
Some cryptic error in IE
Hello, I am using Sarissa v 0.9.7.6 and prototype v 1.5. In ajax application, I am retrieving xml string from a local servlet and displaying it using xslt processing by sarissa. This works perfectly well in FF, however it gives bunch of error in IE. I have posted same type of problem quite few days back and I stopped using Sarissa. Now I need to use Sarissa so any help would be highly
2019 Oct 20
5
[Bug 3083] New: Passing tilde (HOME) in file option results in cryptic error
https://bugzilla.mindrot.org/show_bug.cgi?id=3083 Bug ID: 3083 Summary: Passing tilde (HOME) in file option results in cryptic error Product: Portable OpenSSH Version: 8.1p1 Hardware: ix86 OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh-keygen Assignee: unassigned-bugs at mindrot.or...
2009 Jul 16
0
Cryptic error with Roxygen
Dear all, I'm using Roxygen for the first time and I'm getting a rather cryptic error message. I must be doing something wrong but I have no clue what is it. Any suggestions? Regards, Thierry roxygenize("AFLP", roxygen.dir = "AFLP", copy.package = FALSE, unlink.target = FALSE) Writing AFLP.outlier to AFLP/man/AFLP.outlier.Rd Writing AFLP.outlier to AFLP/...