Displaying 17 results from an estimated 17 matches for "envoke".
Did you mean:
invoke
2003 May 06
4
[Bug 555] If user does a newgrp before envoking ssh, it fails with a setgid error.
http://bugzilla.mindrot.org/show_bug.cgi?id=555
Summary: If user does a newgrp before envoking ssh, it fails with
a setgid error.
Product: Portable OpenSSH
Version: older versions
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh
2003 May 09
2
Re: [R] windows data editor changes dimensions displayed data frames (PR#2962)
On Fri, 09 May 2003 11:34:08 +0300, Bernd Ebersberger
<bernd.ebersberger@vtt.fi> wrote:
>dear R-tists,
>
>i am experiencing a problem with the data editor in the windows version of
>R 1.6.1 envoked with the command 'fix'.
>
>the data editor changes the size of large data frames.
I can confirm this in the current R-patched. I'll take a look. It
might be that some limitation to the code means you won't be able to
edit big data frames (it looks like somewhere it's u...
2004 Dec 08
2
memory problem
Hi,
I am trying to run a very computationally expensive procedure in
R-2.0.0. and the process always gets killed after approx 8 minutes. This
procedure calls some of my own C++ code - in case it was this code
causing a memory leak I unload and then reload the .so file every time,
however I still get the same problem. The procedure is run 16000 times
and always calls the lm() function. My
1999 May 15
2
vsize and nsize
I am running R version ??? under Redhat 5.2. It seems as though the
--nsize object has no effct on the size of the allocated Ncells as
determined using gc(). Yes, I have that much data....
That is if I envoke R with
R --vsize 100 --nsize 5000000
then type
gc()
I get
free total
Ncells 92202 200000
Vcells 12928414 13107200
Thanks
Tony Long
Ecology and Evolutionary Biology
Steinhaus Hall
University of California at Irvine
Irvine, CA
92697-2525
Tel: (949) 824-2562 (office) ****NOTE N...
2003 May 09
1
windows data editor changes dimensions displayed data frames
dear R-tists,
i am experiencing a problem with the data editor in the windows version of
R 1.6.1 envoked with the command 'fix'.
the data editor changes the size of large data frames.
a simple example illustrates this:
-------------------------------------------------------
> dfrm <- data.frame(no=c(1:100000))
> length(dfrm[,1])
[1] 100000
> fix(dfrm)
> length(dfrm[,...
2006 Feb 06
1
template choice error (layout.rb)
..._messages_since''
It looks to me like layout.rb is incorrectly trying to use an rjs
template when none exists. I looked briefly at layout.rb but don''t
have enough context to know what''s going on without significant
digging. Anyone have a clue why the rjs stuff would get envoked when
no rjs templates exist in my views dir?
Thanks,
pt.
--
Parker Thompson
http://www.parkert.com/
510.541.0125
2006 Jun 28
7
caching objects
Hi,
i just wanted to say my sorries in advance (sorrie/sorry/sorri)...i have
just started learning about the subject of caching, but unfortunately
haven''t effictively managed to implement what i had learned.
obviously it''s possible to cache a whole page, or action with the
caches_page :x or caches_action :y methods, but for some reason it
hasn''t really worked with
2007 Aug 02
0
Fallback on-demand relay problem
We found an interesing issue that after a downed publishing point is
restored, the fallback relay doesn't stop relaying. We've tried everything,
but once /asf2 or /asf3 is envoked for /asf1 fallback reasons, they don't
stop relaying their source streams even though the output stream /asf1 has
returned to normal. Eventually we end up with /asf2 relaying indefinately
with no listeners until we manually kick it from it's source server.
It seems there is a bug some...
2007 Nov 14
0
Help in getting a dialplan to produce the right CDR info
I have been shaking down a dialplan for SIP fax to efax.
The basic senario is an ATA on the same subnet as the Asterisk 1.2 box
(avoid RTP packet lose and thus fax crash), calling a 'fax extension'
and envoking rxfax then email.
I leverage off of context: from-internal-additional-custom, so as not to
have it overwritten by FreePBX.
In extension_custom.conf I have:
2003 May 09
1
Re: [R] windows data editor changes dimensions displayed data frames (PR#2963)
...,
Robert Cunningham
Duncan Murdoch writes:
> On Fri, 09 May 2003 11:34:08 +0300, Bernd Ebersberger
> <bernd.ebersberger@vtt.fi> wrote:
>
> >dear R-tists,
> >
> >i am experiencing a problem with the data editor in the windows version of
> >R 1.6.1 envoked with the command 'fix'.
> >
> >the data editor changes the size of large data frames.
>
> I can confirm this in the current R-patched. I'll take a look. It
> might be that some limitation to the code means you won't be able to
> edit big data frames...
2010 Jun 18
1
Dovecot 2.0 auth socket error
...ariety of other socket
stuff you have going on. It creates these socket files with root ownership.
But I have in the config files that dovecot is running as a particular
user (in this case uid100 and gid100) to match the global mail systems
needs.
I use qmail as the delivery agent, and when qmail envokes deliver, I get
the following errors in the qmail log files :
@400000004c1b18f22ea7a05c delivery 1497: deferral:
lda:_Error:_userdb_lookup:_connect(/usr/local/var/run/dovecot/auth-userdb)_failed:_Permission_denied_(euid=100(sn)_egid=100(sn)_missing_+w_perm:_/usr/local/var/run/dovecot/auth-userdb,_...
2005 Sep 16
0
Rather serious flac problem
Hi Kerry,
On 9/16/05, Kerry Hoath <kerry@gotss.net> wrote:
> There is no standard for wav64 and a .wav in its standard form can only hold
> 2gb of data.
In this case the WAV files were less than 2 GB.
> libsndfile can handle larger .wav files and so can other audio applications
> but usually nonstandard subchunk data means that the wav reader in flac
> can't understand
2004 Apr 22
4
RODBC installation in debian
Hello List,
I am trying to install RODBC package in a debian linux
box but getting the following message. Can anyone help
me to find what I am doing wrong here:
$ R CMD INSTALL RODBC_1.0-4.tar.gz
###
* Installing *source* package 'RODBC' ...
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross
2010 May 01
4
[LLVMdev] Win32 COFF Support
Hi All,
I have created a minimally functional Win32 COFF Exporter using the new MC
framework. I made some minor changes to other libraries to allow me to plug
it in without building it as part of the LLVM project. I wanted to share it
but wasn't sure how to go about doing so, so I have attached the code to
this message.
Any feedback on would be appreciated.
-------------- next part
2003 Dec 01
0
No subject
Are you using wins?
Try lmhosts for the start?
Are all machines on the same subnet?
Just a few hints to start with ...
Christian
>
>
> I have absolutely no clue what I could do to fix it. The only solution I
> can think of, is to downgrade to redhat 6.2.
>
> Your help would be greatly appreciated.
>
> Stefan Kaes
>
> portax.com GmbH
> Zielstattstrasse 40,
2003 Dec 01
0
No subject
...f topic. From the command line be it bash or sh
when I do:
smbclient \\\\pcname\\share passwd -Tc /tmp/test.tar 'My Documents' 'Data'
smbclient proceeds as expected and creates an archive with the contenst of
the My Documents folder and the data folder. The problem Im having is if I
envoke this command from an sh scrips replacing said filenames with a
varialbe $FILES="\047My Documents\047 \047Data\047" smbclient trys to tar
\'My'
\'Documents'
\'Data'
placing set -x in the top of the script shows $FILES as 'My Documents'
'Data' . If an...
2003 Dec 01
0
No subject
\\Pettit
Connect As:
Password:
On the server side, I didn't get far because the domain name come up NULL so
it failed on that test.
Below are two logs log98.txt and log2000.txt that show full debug info.
I might just have a stupid configuration or installation mistakes. I am sure
that my basic configuration must work since it is a very typical setup.
Any help will be highly appreciated