search for: doesnotexist

Displaying 19 results from an estimated 19 matches for "doesnotexist".

2009 Mar 10
1
require() is not giving TRUE / FALSE statements ?
...like eg trying to install if the answer is negative), I need the FALSE statement for use with if(). I found a work-around (see below), but I wanted to bring to your attention that require() doesn't give the message(s) it's supposed to return. Wolfgang > require(stats) > require(doesNotExist) # example for library that's not existing on my system Loading required package: doesNotExist Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'doesNotExist' >## After all I found a work-...
2001 Feb 22
3
intermittent stderr
The command "ssh ls -l /doesnotexist" gives various responses: Running from a 200 MHz PentiumPro with dsa key added to ssh-agent: Mistakes worst to fast machine: To a faster 600 MHz dual processor i686 600 MHz machine: ls: /doesnotexist: No such file or directory -- correct nothing at all -- wron...
2012 Oct 22
2
SCP support for -o StrictHostKeyChecking=no broken
Hi. With SCP, it seems like the option precedence is ignored. Although this seems to work well with SSH. $ scp -oStrictHostKeyChecking=no hs21-dev04:/tmp/1 hs21-dev02:/tmp/2 The authenticity of host 'hs21-dev04 (192.168.12.11)' can't be established. RSA key fingerprint is ec:0f:eb:b2:fa:6f:50:ef:89:64:01:5e:c9:cc:54:20. Are you sure you want to continue connecting (yes/no)? $
2004 Oct 06
1
RExcel : problem with error handler?
Dear R-help, Call RInterface.StartRServer ' Works fine Call RInterface.RRun("objects()") ' Works fine Call Rinterface.RRun( other R commands which do not generate errors, the demos etc ) ' Works fine But ... Call RInterface.RRun("doesnotexist") ' Sends Excel into endless loop it appears After about 90 seconds a dialog box appears "Microsoft Excel is waiting for another application to complete an OLE action". Click OK then it hangs for another minute or so, and displays the dialogue again. Task manager is required t...
2013 Oct 03
0
[PATCH] file.access returns success for NA
Currently on R I get the following: > file.access(c("doesNotExist", NA)) doesNotExist <NA> -1 0 where 0 means success. Is the 0 correct? I was expecting either NA or -1. ?file.access does not mention how NA values should be handled. The subsection "3.3.4 NA handling" from the R Language Definition manual suggest to me that file.access...
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
..."${name}" A "$KTYPE" 2>/dev/null | grep 'A:' | awk '{print $2}') ` > > `This seems to make it work as intended: > > > > root at dy3:/# mapfile -t A_REC < <(/bin/samba-tool dns query "dy3" > > "poizan.dk" "doesnotexists" A "--use-kerberos=required" 2>/dev/null | > > grep 'A:' | awk '{print $2}') root at dy3:/# echo ${#A_REC[@]} 0 > > root at dy3:/# mapfile -t A_REC < <(/bin/samba-tool dns query "dy3" > > "poizan.dk" "PoiKodi"...
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
...t;${Server}" "${domain}" "${name}" A "$KTYPE" 2>/dev/null | grep 'A:' | awk '{print $2}') ` `This seems to make it work as intended: root at dy3:/# mapfile -t A_REC < <(/bin/samba-tool dns query "dy3" "poizan.dk" "doesnotexists" A "--use-kerberos=required" 2>/dev/null | grep 'A:' | awk '{print $2}') root at dy3:/# echo ${#A_REC[@]} 0 root at dy3:/# mapfile -t A_REC < <(/bin/samba-tool dns query "dy3" "poizan.dk" "PoiKodi" A "--use-kerberos=require...
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
...{domain}" > "${name}" A "$KTYPE" 2>/dev/null | grep 'A:' | awk '{print $2}') ` > `This seems to make it work as intended: > > root at dy3:/# mapfile -t A_REC < <(/bin/samba-tool dns query "dy3" > "poizan.dk" "doesnotexists" A "--use-kerberos=required" 2>/dev/null | > grep 'A:' | awk '{print $2}') root at dy3:/# echo ${#A_REC[@]} 0 > root at dy3:/# mapfile -t A_REC < <(/bin/samba-tool dns query "dy3" > "poizan.dk" "PoiKodi" A "--use-k...
1997 Dec 02
0
Usernames
...in95 machines to boot. -- Daniel Robbins "IKnowMen;AndITellYouThatJesusChristIsNotAMan.Superf System Administrator icialMindsSeeAResemblanceBetweenChristAndTheFounders Department of OB/GYN OfEmpires,AndTheGodsOfOtherReligions.ThatResemblance University of New Mexico DoesNotExist...BetweenHimAndWhoeverElseInTheWorld drobbins@obgyn.unm.edu ThereIsNoPossibleTermOfComparison." --Napoleon
2007 Aug 02
0
10 commits - libswfdec/compiler.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_player.c NEWS test/trace
...ndex 0000000..033c449 --- /dev/null +++ b/test/trace/netstream-load-loop.as @@ -0,0 +1,20 @@ +// makeswf -v 7 -s 200x150 -r 1 -o netstream-load-loop.swf netstream-load-loop.as + +nc = new NetConnection (); +nc.connect (null); +ns = new NetStream (nc); +ns.onStatus = function (o) { + ns.play ("doesnotexist.flv"); + trace ("hey"); +}; +onEnterFrame = function () { + trace ("ho"); + x++; + if (x >= 5) + loadMovie ("FSCommand:quit", ""); +}; +ns.play ("doesnotexist.flv"); +x = 0; + +//loadMovie ("FSCommand:quit", ""); +...
1997 Dec 07
3
KerbNet!
...dy done it.) Thanks! -- Daniel Robbins "IKnowMen;AndITellYouThatJesusChristIsNotAMan.Superf System Administrator icialMindsSeeAResemblanceBetweenChristAndTheFounders Department of OB/GYN OfEmpires,AndTheGodsOfOtherReligions.ThatResemblance University of New Mexico DoesNotExist...BetweenHimAndWhoeverElseInTheWorld drobbins@obgyn.unm.edu ThereIsNoPossibleTermOfComparison." --Napoleon
2004 Oct 19
0
Question on Rprof(); was: Re: sapply and loop
...rof() appears. Anyway, I am sorry for this. >> >>In fact, I have tried to whether I specify boot.out. Neither one works. > >Do you have read/write permissions? R-1.8.1 is pretty old. Please upgrade. > > > >BTW: Rprof() to a non-existing directory > Rprof("c:/DoesNotExist/temp.out") >under R-2.0.0, Windows, results in the GUI information message: >"Fatal error: can't open profile file", and R is closed afterwards. > >I think we should change this behaviour to a simple error message by adding >the lines > > if(!file.exists(di...
2005 Oct 11
1
callerid validation and expression parser problems on Solaris 10
...; priority='3',app='set',appdata='sanity=$[${vmid} = ${cid}]'; priority='4',app='noop',appdata='${sanity}'; priority='5',app='gotoif',appdata='$[${sanity}]?10:20'; priority='10',app='playback',appdata='vm-doesnotexist'; priority='11',app='Hangup',appdata=''; priority='20',app='playback',appdata='vm-intro'; -- Executing Set("SIP/10.10.13.110-00123d48", "vmid=03413306999") -- Executing Set("SIP/10.10.13.110-00123d48"...
2006 Jan 06
2
controlling SIP subscriptions from SNOM phones
We recently deployed 10 SNOMs as part of a PBX hosted solution. We have one phone setup as the receptionist phone, using hints to show busy office lines. This all works as expected. This is a new installation, and people are just starting to setup their phones. For those of you not familiar with SNOM phones, there is a row of keys on the right side of the phone which SNOM calls function keys. In
2011 Oct 05
3
suppressing stderr output from system() calls
Dear list, I'm trying to suppress/redirect/squash the output from commands like install.packages, or download.file. The problem is that none of: sink(..., type="message"), sink(..., type="output"), capture.output, suppressMessages are quite doing the trick. Output gets written to the stderr stream, despite any combination of the above suppression commands. According to
2017 Apr 20
7
What besides Postfix should not start until system time set?
So I have learned that Postfix should delay until Chronyd has moved the system time from 0 to current. What other services need to be delayed? Apache? Bind? Of course if this is a nameserver, Chronyd will probably not be able to resolve the NTP server addresses until Bind is running! thanks
2010 Dec 30
4
call is not going to Voicemail with "1,n"
I've tried to simplified the dial plan and use "n" instead of numbers but I've noticed it is not executing my voicemail if I substitute number with "n" In the example below when the call is not answered, it does not go to voicemail; call just hangup. exten => 1,1,Playback(transfer) exten => 1,n,Dial(${sales_support}&IAX2/iaxy-322,20,jrw) exten =>
2007 Mar 14
0
10 commits - libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_flv_decoder.h libswfdec/swfdec_js_global.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_loadertarget.c
...us emission for nonexisting movies"); +nc = new NetConnection (); +nc.connect (null); +ns = new NetStream (nc); +ns.onStatus = function (info) { + trace ("NetStream onStatus called"); + trace (info.code); + trace (info.level); +}; +trace ("Calling play"); +ns.play ("doesnotexist.flv"); +trace ("done calling play"); diff --git a/test/trace/netstream-onstatus-notfound.swf b/test/trace/netstream-onstatus-notfound.swf new file mode 100644 index 0000000..ecdd844 Binary files /dev/null and b/test/trace/netstream-onstatus-notfound.swf differ diff --git a/test/trace...
2009 Dec 25
18
rescue_from ActionController::RoutingError II
OK ... so I''m not supposed to use it but ... Why doesn''t rescue_from ActionController::RoutingError work witht he code from http://www.rubyplus.org/episodes/20-Extended-RESTful-Authentication-Rails-2-App.html class ApplicationController < ActionController::Base helper :all # include all helpers, all the time # See ActionController::RequestForgeryProtection for details