Displaying 20 results from an estimated 40000 matches similar to: "Re: Run-time error '10'This array is fixed or temporarily locked"
2011 Sep 19
1
Re: Run-time error '10'This array is fixed or temporarily locked
Hi,
The error I was getting was a whole heap of OLE errors. The fix was the following (it was hidden behind the wayback machine's header):
6.12. My application won't run, and the log shows lots of OLE errors
There's some chance that Wine's COM implementation has a bug or missing feature that's hurting your app. If so, you can sometimes work around this by using native
2010 Jun 01
1
Run-time error '10'This array is fixed or temporarily locked
Hi,
I am trying to run the following program after installation:
http://jcrystal.com/products/winwulff/WINWULFF_Setup.exe
But I get the following error message:
Run-time error '10'
This array is fixed or temporarily locked
Thanks in advance.
Regards,
Anna.
2002 Oct 31
2
nmb
I am having trouble starting my nmb. I have tried to start it a number of times. I tried via swat, using the shell, and it is set up to automatically start with smb. It fails to shut down and start each time. I'm very new at this, and don't have the trouble-shooting skills yet.
Thanks,
Anna
2010 Jan 26
3
Apply a function on an array with the parameter as an array
Hello R buddies, I want to apply a function on an array but for each element
of the array I want to use a different parameter, So here is how I tried to
enter the function:
apply(as.matrix(X),2, function, parameter1 = arrayOfParameter)
I put X as a matrix because it was initially an element of a list. It
returns me an array with the same length as X but with values that I don't
even
2006 Jul 02
3
Requested book could not be found
I am trying to find the Capistrano (was Switchtower) book.
Every link to it that I can find points to
http://manuals.rubyonrails.org/read/book/17
...but that gives me the error message that is the subject line of this
post.
Google cache and the wayback didn''t help either.
Is it top secret?
Thanks for any advice,
--
Posted via http://www.ruby-forum.com/.
2011 Mar 16
5
R² for non-linear model
Dear List,
how can I obtain the value of r suqared for a non-linear model? For
linear models it can be found in the summary() of the model but for
non-linear models I just don't know. Please help!
Anna
2017 Sep 01
2
I have corrected a dead link in the treering documentation
>>>>> Thomas Levine <_ at thomaslevine.com>
>>>>> on Fri, 28 Jul 2017 18:53:16 +0000 writes:
> The attached patch corrects a dead link in the treering
> documentation. The URL in the manual [1] refers to a
> personal home page belonging to Christine Hallman (user
> "hallman") on the website of the University of Arizona
2004 Oct 08
3
RWinEdt
Hi,
I have troubles getting RWinEdt with the R2.0.0 Version startet.
Do I have to install a different version of RWinEdt or WinEdt?
I have RWinEdt 1.6.1 and WinEdt 5.3.
Thanks
Anna Hennig
2011 Sep 13
1
Deleting Rows based on Factor and Time Period
Hi All!
I have been messing around with this problem for about a week but to no
avail! The following data has been cut down in order to make my question
reproducible. The alldat data frame includes 2 columns: 1 date column and 1
factor column (equity names)).
2007 Nov 14
0
fcntl_lock: lock failed at offset 0 count 1 op 13 type 0 (Resource temporarily unavailable)
Samba 3.0.26a, two different RHEL4 boxes and a Fedora 2 box.
I'm seeing this message whenever I do anything to nmbd with smbcontrol,
for example smbcontrol reload-config or smbcontrol debug.
[root@fleetwood samba]# smbcontrol nmbd reload-config
params.c:pm_process() - Processing configuration file
"/etc/samba/smb_all.conf"
Processing section "[homes]"
Processing section
2013 Sep 25
1
unable to lock for exclusive access: Resource temporarily unavailable
Dears,
We have a mail server (RHEL 6.0, Postfix and Dovecot 1.0.7).
The output of dovecot -n is the following:
# 1.0.7: /etc/dovecot.conf
protocols: pop3
login_dir: /var/run/dovecot/login
login_executable: /usr/libexec/dovecot/pop3-login
mail_location: mbox:~/mail:INBOX=/var/mail/%u
mail_executable: /usr/libexec/dovecot/pop3
mail_plugin_dir: /usr/lib/dovecot/pop3
2005 Oct 13
3
Tweaks of Array.prototype
Hi all,
I encountered a big problem when trying to use Scriptaculous and
Htmlarea in the same page.
The Htmlarea code uses a lot of "for (var i in array_variable)" to
iterate on array elements. Problem is that prototype.js augments
Array.prototype, which then show up in the iteration, severely breaking
htmlarea.
The easy workaround is for sure to use "for (var i = 0; i <
2007 Oct 15
2
Error: net_connect(/var/run/dovecot/auth-master) failed: Resource temporarily unavailable
I'm using deliver (1.0.5) with Postfix (2.1.6). I made a test for a few
minutes in a moderated busy server. While most mails was delivered, a
lot of them failed with this error:
deliver(userfoo): Oct 15 09:58:31 Error:
net_connect(/var/run/dovecot/auth-master) failed: Resource temporarily
unavailable
Sounds to me something like not enough auth-master to answer every
concurrent deliver.
Any
2008 Mar 17
3
[LLVMdev] Array Dependence Analysis
>> As part of the advanced compilers course semester project (at
>> UIUC), we
>> are starting to implement array dependence analysis for LLVM.
Great! This is something we've needed for a long time.
> I'm currently working on a similar project and hoping to finish it in
> about two weeks.
Cool! I think the most critical part of this is to get a good
2017 Sep 01
1
Wayback and related questions (was: RE: I have corrected a dead link ...)
Appreciated that this is something of a 'private discussion in the open', but the issues here seem to be relevant to almost any website cited as a reference. As such, package authors may find themselves falling foul of some policy we haven't heard of.
So ...
> There may be one small problem: IIUC, the wayback machine is a
> +- private endeavor and really great and phantastic but
2010 Feb 10
3
saslauthd attack
I'm seeing a lot of activity over the last two days with what looks to
be a kiddie script. Mostly trying to access several of our servers with
the username anna. All failed... in fact I don't think we have a user
anna on any of our servers. Meanwhile...
I'm running Sendmail. This pertains to Centos 4 and 5 servers. I'm also
running fail2ban on some and Ossec on others. So far,
2010 Mar 03
5
filtering signals per day
Hello R lovers,
I have a vector of dates and signals. I want to filter the signals per day
in a way that only the first signal of the day remains like this:
Dates Signals Filtered Signal
2006-11-02 0 0
2006-11-02 1 1
2006-11-02 0 0
2006-11-02 1 0
2006-11-02 1
2008 Mar 18
0
[LLVMdev] Array Dependence Analysis
Hi,
> Cool! I think the most critical part of this is to get a good
> interface for dependence analysis. There are lots of interesting
> implementations that have various time/space tradeoffs.
>
> For example, it would be great if Omega was available as an option,
> even if the compiler didn't use it by default. This argues for making
> dependence analysis
2008 Nov 03
0
[Bug 1127] fork: Resource temporarily unavailable
https://bugzilla.mindrot.org/show_bug.cgi?id=1127
michel.reverbel.abos at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michel.reverbel.abos at gmail.
| |com
--- Comment #4 from
2010 Apr 05
1
Deleting many list elements in one time
Hi guys, here is a simple thing I want to do but it doesn't work:
I have a vector of the element indexes that I want to delete called index
so when I write myList[[index]] <- NULL to delete these elements here is
what I get:
Error in myList[[index]] <- NULL :
more elements supplied than there are to replace
Isn't it possible to delete multiple elements?
-----
Anna Lippel
--