search for: 129th

Displaying 2 results from an estimated 2 matches for "129th".

Did you mean: 29th
2002 Aug 08
2
Problems with Samba 2.2.5 and Solaris 8
...rver. Shortly I installed Samba 2.2.5 compiled under Solaris 8 with gcc version 2.95.2 19991024 (release). We have some NT-Servers using Windows NT4 Terminal Server Edition. And there are round about 70 Users per Server using them. Now my Problem: Everything works fine until one Client opens the 129th Connection to the Samba-Server. The Server can no longer open connections to the Samba-Server and also the Domain is no longer available. Here is one of the Lines from our Log-File: [2002/08/08 14:16:41, 0] smbd/service.c:make_connection(340) Couldn't find free connection. Is there a Varia...
2003 Oct 21
5
run R under linux
...arameter tends to be infinity, and one NA comes. I want to do 200 simulations. I found during the fisrt 128 simulations, some parameters may be NAs, since I use if (abs(aold-anew)<1e-5) {print (anew) break} to break the one estimation. Some anew is not printed. I think NA comes. But for the 129th simulation, one matrix is singular and my program ends. I want to know how to resume my program with the seeds saved, and do like continueing the 130th one without break. If possible, the results of the first 128 simulations can be saved and combine with the remaining simulation. One more que...