Displaying 20 results from an estimated 80 matches similar to: "Access to home drive"
2003 Aug 15
3
Accessing samba share
Hi
I have setup a Samba share in the Linux RedHat 8.0 server running samba
2.2.5 and created a user to have access to that share. So that any person
attempting to access the share via a win2k machine will access it by
providing user name and password of the share. I have tried almost
everything ie, PC guest, smbpasswd etc. but still have no success. In the
conf file I am using security = server
2002 Jun 12
0
UTF8 and codepage850
Hi,
I have tried to setup a share that will use UTF8 to save all filenames. The
reason for this is that I want to use Helios Ethershare 2.6 so the Macs can
use the same share.
The problem is that the files will be saved as UTF8 and I can see the files
from the mac but not from the PC.
This ofcourse is only true if I use for example ?????? (Swedish characters)
If I use a-z A-Z it will work since I
2001 Feb 28
10
Bug Report
Hello Samba Team:
I don't know if this is a bug but I have compiled
the source code for samba-2.2.0-alpha2 on Solaris 7
and cannot make the binaries.
After the "./configure" command I try "make" and this
is the result:
[...cutting..]
Compiling smbd/oplock_irix.c
Compiling smbd/oplock_linux.c
Compiling smbd/notify.c
Compiling smbd/notify_hash.c
Compiling
2006 Jan 16
2
Problem with AJAX not working on IE
I''m having a problem making this code to work on IE:
var Permit = {
// Expand permit information
onMore: function(id) {
new Ajax.Updater(''pm-''+id+''-lg'', ''/employees/sign_permit_lg/''+id,
{asynchronous:true, evalScripts:true,
onLoading:function(request){
2002 Sep 07
2
UNICAST cross-subnet browsing, Port 445 vs. 139, and Win2k
I have been having a heck of a time getting cross subnet browsing to work
properly. After MANY hours hunting through source and debug logs, I have
FINALLY found the source of my browsing issues.
My Samba nmdb properly becomes the LMB for my segment on a WAN. I VPN to my
servers at the home office and Samba attempts to sync with the DMB. nmbd
properly locates the DMB via WINS over the
2012 Mar 14
1
Samba wbinfo error message "Could not get info for user xxxxxx"
Hi Everyone,
I am running into this issue, when I integrated linux host to AD using
samba.
when I run wbinfo -u it is listing all AD users.
but when I pick any one of the user from o/p of previous command and ran
webinfo -i for the user I am getting this error message, any idea ??
#wbinfo -i xxxxxx
Could not get info for user xxxxxx
# rpm -qa | grep samba
samba-3.5.10-114.el6.x86_64
2013 May 03
2
Licence change
Dear list,
For the maintainer of a given package, is it possible to change the
licence of a it from GPL >= 2 to GPL >= 3 ?
Thanks in advance,
Mauricio Zambrano-Bigiarini, Ph.D
--
=================================================
Water Resources Unit
Institute for Environment and Sustainability (IES)
Joint Research Centre (JRC), European Commission
TP 261, Via Enrico Fermi 2749, 21027
2012 Nov 05
1
relative convergence in 'optim'
Dear list,
I have a question related to the correct interpretation of the
relative convergence criterion used by 'optim'.
In the help of the function is it written that:
"reltol:Relative convergence tolerance. The algorithm stops if it is
unable to reduce the value by a factor of reltol * (abs(val) + reltol)
at a step."
and I was wondering if the previous criterion is
2011 Jul 22
1
Start-up messages when Importing from a package
Dear List,
I'm building a package that uses 2 functions of the 'sp' package, and I
declared them in my NAMESPACE file as follow:
importFrom("sp", proj4string, coordinates)
The package is built without any problem, but when I load the package, I
get the following message:
"
Loading required package: sp
Note: polygon geometry computations in maptools
2013 Feb 18
2
Random number generator used in 'runif'
Dear list,
For the implementation of a particular optimization algorithm it is
very important the random number generator.
I would like to know if somebody could tell me what is the random
number generator used by default in the 'runif' function.
>From the help page of 'runif' and '.Random.seed' I guess that the
default algorithm is 'Mersenne-Twister', but I
2013 Feb 21
1
limitations to random number generator in 64-bits machines
Dear List,
Recently I got the comment that the implementation of the random number
generator used by default in R (Mersenne-Twister) could not be "safe"
for 64-bits machines, so I decided to put the question here because I do
not have expertise in that topic, and because this question could be
"too technical for R-help's audience". I apologise if this is not the case.
2006 Mar 20
0
Re: Problem with AJAX not working on IE
I am running the simplest web2 demo from AWDWR (./example/index) on a
slackware box running WEBrick on RadRails; with firefox and Konqueror (!)
3.4.2 anyway) everything fine; on laptop talking to my linux box, firefox
does it instantaneously; but... IE DOES DO it, but takes a full 31
seconds!!! (The RadRails WEBrick console shows the POST immediately, but IE
trundles for a full 31 seconds to
2012 Mar 08
2
xyplot without external box
Dear list members,
Within a loop, I need to create an xyplot with only a legend, not even
with the default external box drawn by lattice.
I already managed to remove the axis labels and tick marks, but I
couldn't find in the documentation of xyplot how to remove the
external box.
I would really appreciate any help with this
------------- START -----------
library(lattice)
x<-1:100
2012 Nov 07
2
Correct use of Depends, Imports and ::
Dear R developers,
Taking advantage of the yesterday discussion about the use of
Depends/Import/Suggests/Enhances, I would like to add a related question.
Let's assume, in the DESCRIPTION file of my package foo0, I have:
Depends: foo1
Imports: foo2
while in the NAMESPACE file of my package I have
importFrom("foo2", f2)
and within my package I use the following two external
2012 Nov 22
2
BibTeX entries in CITATION file
Dear List,
While trying to define a customised CITATION file for a package,
following R-exts, I realised that if I use only one 'citEntry' I got
both a text description and a BibTex entry for the package, as for the
'nlme' package:
--------------------------
citation('nlme')
To cite package 'nlme' in publications use:
Jose Pinheiro, Douglas Bates, Saikat
2012 Apr 18
0
new package: hydroPSO 0.1-54-1
Dear R and hydrological/environmental community,
I would like to draw your attention to hydroPSO, a newly developed R
package for the calibration/optimisation of (complex) environmental models.
hydroPSO implements a state-of-the-art Particle Swarm Optimisation (PSO)
algorithm, which is a global optimisation technique with a surge of
attention given its flexibility, ease of implementation and
2012 Apr 18
0
new package: hydroPSO 0.1-54-1
Dear R and hydrological/environmental community,
I would like to draw your attention to hydroPSO, a newly developed R
package for the calibration/optimisation of (complex) environmental models.
hydroPSO implements a state-of-the-art Particle Swarm Optimisation (PSO)
algorithm, which is a global optimisation technique with a surge of
attention given its flexibility, ease of implementation and
2013 Mar 06
0
new package: cec2013 (v0.1-4)
Dear R users,
I would like to draw your attention to 'cec2013', a new package
providing R wrappers for the 28 benchmark functions defined in the
Special Session and Competition on Real-Parameter Single Objective
Optimization at CEC-2013 (http://www.cec2013.org/).
The focus of this package is to provide an open-source and
multi-platform implementation of the CEC2013 benchmark functions,
2013 Mar 06
0
new package: cec2013 (v0.1-4)
Dear R users,
I would like to draw your attention to 'cec2013', a new package
providing R wrappers for the 28 benchmark functions defined in the
Special Session and Competition on Real-Parameter Single Objective
Optimization at CEC-2013 (http://www.cec2013.org/).
The focus of this package is to provide an open-source and
multi-platform implementation of the CEC2013 benchmark functions,
2012 Feb 13
1
requesting a new SIG mailing list
Dear R developers,
Due to the increasing use R in hydrology and other close-related
environmental sciences, I would like to ask if it would be possible to
create a new Special Interest Group mailing list, called 'R-sig-hydro',
specially devoted those topics. If possible to do so, I'd offer myself
to maintain such mailing list (if needed).
Thanks in advance,
Mauricio