search for: rparams

Displaying 6 results from an estimated 6 matches for "rparams".

Did you mean: params
2012 Aug 20
0
Problem with initializiing R main loop under Windows (R.dll-version: 2.15.1)
...ze and start the repl is: void RServer::run() { // If we have no GUI frontend running, don't init the R-server if (!connectToGui()) return; // set the start time R_setStartTime(); // Definel callback handler struct structRstart RParams; R_DefParams (&RParams); RParams.R_Quiet = FALSE; // RParams.R_Interactive = TRUE; RParams.R_Verbose = FALSE; RParams.R_Slave = FALSE; RParams.RestoreAction = SA_RESTORE; RParams.SaveAction = SA_NOSAVE;...
2000 Jan 05
1
Signal 11 in attempt_netbios_session_request
> I have just upgraded to Samba 2.0.6 and can no longer connect to Samba > shares on my FreeBSD 3.4-RELEASE machine. When I attempt to connect, the > smb.log contains the following information: > > [2000/01/04 17:54:42, 3] libsmb/namequery.c:resolve_lmhosts(566) > resolve_lmhosts: Attempting lmhosts lookup for name > NTWEB2.AIS.MSU.EDU<0x20> > [2000/01/04
2002 Mar 15
0
logon home with ldap under win98
Hello, I hope this is the correct place for this mail... I have found that samba-2.2.3a (--with-ldapsam) gives the correct logon home for win2k, but not for win98. Obviously the two systems request the information in a different way. For win98 machines, in lanman.c, the information is taken only from smb.conf, and not from ldap (or other backends). I have attached a small patch that yields
2004 Nov 10
1
Samba 3.0.8 breaks all printing from Windows 98
We have small panic here as we've just put samba 3.0.8 up to fix the DoS attack but all printing from Windows 98 has now broken. Printing from Windows XP is still working fine. We're running on Fedora 2 using LPRng. Everything was working fine under 3.0.7 and no changes to the OS or the config files was made. Samba was upgraded to 3.0.8 using the configure line from the 3.0.7
2014 Jan 10
1
samba 4.1.3 -- multiple bugs & 1, 297 coredumps -- coredump backtrace + full-backtrace included
Hello, A few months ago the distribution I use (Debian Testing) moved from Samba 3 to Samba 4 - I started seeing a lot of problems. Since then there are two bugs I find occurring on a regular basis: 1. Consistent dumping core on a regular basis (very rarely, if ever occurred with Samba 3) a. $ ls -ltr *core*smbd* |wc -l b. 1297 c. $ du -ach *core*smbd*|tail -n 1
1998 Sep 04
0
Linux SMB Mount utils patch
Hi, I'm sure that you are all aware that the mount utilities that ship with samba are designed to compile and run only with Linux 2.1 series development kernels. I'll _try_ keep this short and sweet while doing my best to explain what I have done, since I have a tendancy to ramble on. I have two boxes, one Linux with libc5, and another with Linux and Glibc2 (aka libc6). The Samba