search for: opper

Displaying 11 results from an estimated 11 matches for "opper".

Did you mean: upper
2003 Jan 23
3
still not working
ok, i ran through the diagnosis.txt and on steps 3,8, and 9 i get errors. on 8 and 9 i get "no service is opperating at the destination network endpoint on the romote system." On 3 i get the error i enter my password then i get the error "session setup failed: NT_STATUS_LOGON_FAILURE" when i try to connect to my machine through run on a pc i get the same error i get on 8 and 9. Thanks ag...
2008 Aug 26
1
Potential Error/Bug?: addition of NULL during arithmetic
...rred when a function received a NULL value rather than a numeric value as a parameter and then attempted to use the NULL value in the calculateion. The error: "Error during wrapup: nothing to replace with" can be easily recreated with the following code: > 1 + NULL # note that the opperation succeeds and returns a numeric vector with dim(NULL) numeric(0) > bar <- 1 > bar [1] 1 > foo <- 1 + NULL > foo numeric(0) > bar <- bar + foo # note that here the assignment operation succeeds and 1 + (1 + NULL) -> numeric(0) > bar numeric(0) > bar <- c(1,...
1997 Apr 03
0
R-alpha: R0.50-pre6: "stack imbalance in ..." // is.vector(matrix...)
...test prerelease of R 0.50 has not been announced to this mailing list, by accident. In short, get R6.tgz and R6-update.shar.gz, from ftp://stat.auckland.ac.nz/pub/ihaka/ and first unpack the tar file, then the shar file in the same directory.. ]]] and to ALL "R-devel"oppers: Yes, please use this mailing list to report bugs / fixes / annotations / suggestions ... -- Martin [after ``e-talking'' to Ross] ------------------------------------------------------------------------ Quite strange error / warning messages that I am getting here: > prompt(p...
2006 Jul 18
2
send a list from R to C
Hello at all ! What is the correct form to give a list form R (e.g. list(c(-1,1), "TestFile") ) to C. I have no problems, if I don't use character and I have also no problems to give a character vector form R to C. But, if I combine real and strings in a list then I don't know the correct syntax. I try it with following (an example): SEXP writeFile(SEXP headerR){ Image
2006 Jul 06
4
Using Integers to Store Bits of Information
Hi, I am a very new to ruby on rails so please forgive me if someone has asked this before. I need to make a form with many checkboxes. Sometime ago I was using Coldfusion and I chanced upon this great article on how to store flags using binary numbers. http://cfdj.sys-con.com/read/41674.htm Just wondering if there is something similar in RubyOnRails that I can learn from and use. That
2006 Jun 29
7
sql question for rails
...g someone could help me out with a small yet quite time-boggling task...i have a two tables users, groups joined in as a habtam relashinship (has and belongs to many) and i need to select from the mydb (mysql if it matters) users out of the User model, in accordance with TWO groups in one rails opperation to improve performance...basicly, say i have ten groups and ten users, and i wanted to take out seven(or whatever) of the ten users that are associated with two groups(1 and 2) in one select operation. i don''t know if this is possible but this is kind of what i was thinking; @use...
2006 Jun 23
0
SOAP Web Service Exception
...ted differently, and I have no idea how big of a deal that is, but it appears that the only major difference is the /xsi:nil="true"/ in the second block. Does anyone have any ideas what could be wrong or what I could do to fix this issue? Now I will say this, the web service seems to opperate properly when the method being called actually takes parameters. The ViewAll method doesn''t take any parameters, any idea why that might make a difference? Right now everything is sample code, so I would have no problem posting code if anyone wanted me to. Thanks in advance for any...
2003 Nov 07
3
Outlook + attached files
I am not sure where to begin to look into how to solve this problem. I've setup a samba 3.0.0 Fileserver moved all of my users files over to it, works great thanks developers=). I've encountered a few documented problems such as the Excel saving over another file thing(already been patched I belive). And a few I can't find anything on. One specifically is causing me some grief. We
2003 Dec 01
0
No subject
...r I go into the APW, select "Network printer server" and click next, the client CPU resources hit 100% and the APW just shows an hour glass forever. On the Samba server I show a connection from the client using "smbstatus". The client has to be logged out to return it to normal opperation. Shutting down Samba once it has locked up, has not effect. If I leave Samba off, then run the APW, everything works fine on the client. It is able to browse the domain and install printers just fine. When I turn the Samba daemon back on, and try to browse the domain from APW, the client lo...
2007 Oct 17
4
RELENG_7 jerky mouse and skipping sound
I just updated to RELENG_7 from 6.2 and I'm running into some really annoying issues with jerky mouse movement and skipping sound. This seems to be similar to: Re: SCHED_4BSD in RELENG_7 disturbs workflow This happens both with 4BSD and ULE. I seems to happen when I'm compiling ports and a new cc/bzip2/sh process fires off (I'm just watching top), I'll get the skip/freezeup.
2003 Dec 01
0
No subject
...st-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe> List-Archive: http://lists.samba.org/pipermail/samba/ Sounds like network config on the Debian box. In particular, I would suspect Linux has configured the NIC to opperate in Full Duplex. (or is operating at 10 mbps instead of 100) Check performance with FTP to confirm whether or not this is networking or Samba issue. On Tue, 24 Jul 2001, Ron Woodall wrote: > Hi All: > > A bit of a problem here. > > I've been able to install and get runnin...