search for: netlogo

Displaying 18 results from an estimated 18 matches for "netlogo".

Did you mean: netlogon
2009 Jul 24
2
couldn't find service netlogo
One of our winXP users intermittently can't process the login script. sometimes it works and maps his drives, sometimes it doesn't. I have the netlogon share configured correctly. Looking at the logs for the user in question, I see this when the user logs in: "couldn't find service netlogo" "closed connection to service netlogon" it truncates netlogo in the log file, unless it actually thinks it's looking for netlo...
2013 Aug 28
2
netlogo r-extension loadlibrary() failures
Trying to access R from Netlogo5 (using the NetLogo R-Extension), running the configuration validation tests in NetLogo5/extensions/r/Systemcheck.nlogo, I get several loadlibrary() errors ... in rJava Check2, > library(rJava); .path.package('rJava') Error : .onLoad failed in loadNamespace() for 'rJava', de...
2013 Jan 08
0
Win 32-bit, stack size problem with third party software?
Dear R-developers, since R 2.15.2 I?m getting an error with my RNetLogo package. The package uses rJava and connects to the Java program NetLogo (http://ccl.northwestern.edu/netlogo/). When starting it in so-called GUI-mode, i.e.: library(RNetLogo) NLStart("C:/Program Files/NetLogo 5.0.3", gui=T) #replace the path with the path to your NetLogo installa...
2009 Mar 18
1
Log entries with truncated service names
Hello all I am running Samba 3.2.8 over CentOS 5.2, with a LDAP back end. On some days, not all, strange entries appear in the Samba logs. I get entries like this: [2009/03/18 18:35:09, 0] smbd/service.c:make_connection(1366) aurora (192.168.0.22) couldn't find service netlogo The real name of the service is of course "netlogon". Another example for the share named "comercial": [2009/03/13 09:48:00, 0] smbd/service.c:make_connection(1366) ana (192.168.0.12) couldn't find service comercia And so on. The name of the service appears truncat...
2018 May 25
8
weird messages in logs
...But the Samba version is different and much newer (Debian Wheezy 2:4.1.17+dfsg-1~bpo70+1). B asically many errors appear about non existing usershares. These fake usershares are just the user name, but truncated of the last character. process_usershare_file: stat of /var/lib/samba/usershares/netlogo failed. No such file or directory There are so many messages that the server performance drops dramatically! Our friend L.P.H. van Belle (who lurks here, I know) did an answer to this bug report that I don't completely understand, though. So this isn't a bug, alright. What is causing...
2009 May 19
1
user cannot logon to domain although log says "auth succeeded"
...= manual directory mode = 0700 profile acls = yes read only = No [homes] comment = PRIVATE home browseable = No read only = No path = /data/samba/user/%U create mask = 0700 directory mask = 0700 force group = users [netlogo] # to avoid netlogo-errors in the log comment = wannabe NTserver path = /data/samba/netlogon browseable = No writeable = No [netlogon] comment = wannabe NTserver path = /data/samba/netlogon browseable = No writeable = No [daten]...
2018 Dec 24
3
Using MS-DOS client
..., "clientAccount": "HIRSCH", "workstation": "vmdos", "becameAccount": null, "becameDomain": null, "becameSid": "(NULL SID)", "mappedAccount": "hirsch", "mappedDomain": "", "netlogonComputer": null, "netlogonTrustAccount": null, "netlogo nNegotiateFlags": "0x00000000", "netlogonSecureChannelType": 0, "netlogonTrustAccountSid": "(NULL SID)", "passwordType ": "LANMan"}} But, the password IS c...
2013 Sep 15
0
building R, rJava, & Rserve on Centos without admin privileges (or support)
I am trying to build R on a Centos server without admin privileges (or support), so I can call R functions from NetLogo models (via the NetLogo R extension or possibly Rserve), but I'm getting stuck near the end of make. Any suggestions? Here's the setup... $ R_SHELL=/bin/sh $ R_HOME=~/R-devel $ cd $R_HOME; ./configure; make returns ... begin installing recommended package MASS Error in untar2(tar...
2018 Dec 25
1
Using MS-DOS client
...count": "HIRSCH", "workstation": "vmdos", "becameAccount": >> null, "becameDomain": null, "becameSid": "(NULL >> SID)", "mappedAccount": "hirsch", "mappedDomain": "", "netlogonComputer": >> null, "netlogonTrustAccount": null, "netlogo >> nNegotiateFlags": "0x00000000", "netlogonSecureChannelType": 0, >> "netlogonTrustAccountSid": "(NULL SID)", "passwordType >> ": "LANM...
2013 Sep 30
4
read.table() with quoted integers
Hi! It seems that read.table() in R 3.0.1 (Linux 64-bit) does not consider quoted integers as an acceptable value for columns for which colClasses="integer". But when colClasses is omitted, these columns are read as integer anyway. For example, let's consider a file named file.dat, containing: "1" "2" > read.table("file.dat",
2018 May 25
0
weird messages in logs
...t and much newer (Debian > Wheezy 2:4.1.17+dfsg-1~bpo70+1). B > > asically many errors appear about non existing usershares. These fake > usershares are just the user name, but truncated of the last > character. > > process_usershare_file: stat of /var/lib/samba/usershares/netlogo > failed. No such file or directory > > > There are so many messages that the server performance drops > dramatically! > > Our friend L.P.H. van Belle (who lurks here, I know) did an answer > to this bug report that I don't completely understand, though. So this &g...
2018 May 25
0
weird messages in logs
...ifferent and much newer (Debian > Wheezy 2:4.1.17+dfsg-1~bpo70+1). B > > asically many errors appear about non existing usershares. These fake > usershares are just the user name, but truncated of the last character. > > process_usershare_file: stat of /var/lib/samba/usershares/netlogo > failed. No such file or directory It is not a bug per se, but I'd say it does not have the best default parameter value. Try adding the following parameter in your [global] section (the default value here is 100 on my Debian package) and restart smbd: [global] .... usershare max sh...
2018 May 25
2
weird messages in logs
...> > Wheezy 2:4.1.17+dfsg-1~bpo70+1). B > > > > asically many errors appear about non existing usershares. These fake > > usershares are just the user name, but truncated of the last character. > > > > process_usershare_file: stat of /var/lib/samba/usershares/netlogo > > failed. No such file or directory > > It is not a bug per se, but I'd say it does not have the best default > parameter value. Try adding the following parameter in your [global] section > (the default value here is 100 on my Debian package) and restart smbd: > &gt...
2007 Oct 27
0
couldn't find service in log files
couldn't find service netlogo this should be netlogon and so there are more chares with this in the logs i seem to be missing the last letter every time. is there a solution for this i read about one (w2k client workaround = yes) but this is not working with samba anymore just updated samba on fc6. thanks jasper --...
2018 Dec 24
0
Using MS-DOS client
...clientAccount": "HIRSCH", "workstation": "vmdos", "becameAccount": > null, "becameDomain": null, "becameSid": "(NULL > SID)", "mappedAccount": "hirsch", "mappedDomain": "", "netlogonComputer": > null, "netlogonTrustAccount": null, "netlogo > nNegotiateFlags": "0x00000000", "netlogonSecureChannelType": 0, > "netlogonTrustAccountSid": "(NULL SID)", "passwordType > ": "LANMan"}} >...
1998 Feb 16
2
Printer errors
Hello all, Got SAMBA running on a linux 2.0.32 box, and all is well. Looked over the docs and set up my printer with the (what I think) are correct entries. Basically, what the default smb.conf has. Testparms says it o.k.! And I can print (lpr) locally. Windows sees both printcap entries (inkjet and psjet), but any attempt to pring to them errors out. I then added the print command =
2009 Nov 19
0
Linux & Windows clients domain join - Error: NT_STATUS_CANT_ACCESS_DOMAIN_INFO
...0 (0x0) smb_vwv[27]= 0 (0x0) smb_vwv[28]= 0 (0x0) smb_vwv[29]= 0 (0x0) smb_vwv[30]= 0 (0x0) smb_vwv[31]= 512 (0x200) smb_vwv[32]=65280 (0xFF00) smb_vwv[33]= 5 (0x5) smb_bcc=0 [2009/11/18 11:25:54, 5] rpc_client/cli_pipe.c:rpc_pipe_bind(2049) Bind RPC Pipe[704a]: \NETLOGON auth_type 0, auth_level 0 [2009/11/18 11:25:54, 5] rpc_client/cli_pipe.c:valid_pipe_name(1650) Bind Abstract Syntax: [000] 78 56 34 12 34 12 CD AB EF 00 01 23 45 67 CF FB xV4.4... ...#Eg.. [010] 01 00 00 00 .... [2009/11/18 11:25:54, 5] rpc_client/cli_...
2004 Sep 15
2
Samba 2.0.6-3 (productive env.) slow down dramticaly
Hello together, since today morning I have an massive performance issue with samba 2.0.6-3 (Debian - Testing-Tree) in my samba production environment. Samba responds very slowly within the logon process (2-3 Minutes for each line in the netlogon.cmd). Later during normal operations opening from files works very slowly and often breaks connection. There is no cpu or memory load on the system. Also the network traffic is low. The network connections between the server and the clients is fine. FTP Transfer works with high speed. The last...