Displaying 20 results from an estimated 6000 matches similar to: "How would you setup this config with samba"
2006 Sep 09
1
PDC config asking for double AUTH
Hy,
I have set up a samba PDC with tdbsam, for a office, everything seems to be
ok, users logon to the pcs with their user domains, the policies are working
ok, but once they login, when they try to access a share in the samba pdc
server, it asks againg for user and passwd, Any idea why its doing this?,
you cant access also the netlog on share, so no scripts are working :**.
Another doubdt i
2013 Jun 09
3
Preparación de datos
Hola, ¿como están?
Me encuentro haciendo un trabajo de Explotación de Información para
la facultad y tengo un inconveniente a la hora de preparar los datos para
poder operar con ellos.
Tengo un atributo "Titulo Secundario" que cuenta con 139 valores
diferentes (al final les dejo algunos de estos valores con la cantidad de
ocurrencias de cada uno) y lo que quiero hacer es
2006 Apr 19
1
Trouble with glm() .... non-integer #successes in a binomial glm
Hi R-people:
When I use the command to fit a model with an intercept, only:
glm ( formula=haspdata ~ 1, data=dat, family=binomial, weights=
dat$hy.wgt.s, subset=(dat$haspdat0!=3) )
I get the message:
Warning message:
non-integer #successes in a binomial glm! in: eval(expr, envir, enclos)
Does anyone know what this means?? The data for this command is listed
below.
Thanks,
Phil Smith
CDC
2002 Oct 15
5
Specification change requests
Hi,
as Conrad suggested, I've made a complete list of all points in the
specification, which I beleive are errors, or where the explanation
is unclear, contains unneccessary steps and so on.
I hope someone has time to look through the points and if and when
accepting or rejecting them be so very kind and inform me about it.
I will also once again try to work through the residue
2012 May 05
2
No error message no display output
Hi all,
I´m re-starting (as my name indicates) my little knowlegde of CRAN R.
I made this function time before but I don´t know where is the error
because nothing appears as an error but the histogram plot doesn´t appear.
Should I install some special library to run sapply?
pru<-function(){
randz<-matrix(rnorm(200000),100,2000)
H<-matrix(0,100,2000)
for (j in 2:2000){
for (i in
2009 Oct 05
2
Visualizing some data
Hi all,
I have an easy data set. It has three columns: Subject, Condition, dprime. A
small excerpt follows, in order to illustrate:
Subject Condition dprime
HY s 3.725846
CM s 2.877658
EH s 5
HY st 2.783553
CM st 2.633955
EH st 5
I want to visualize this. What I thought of was having dprime on the y-axis
(scale 0-5), Subject on the x-axis, and then two lines plotted to show the
dprime value for
2006 Aug 07
1
Clarifying how permissions work
Just one question for you all.
Am I correct in assuming that Samba file permissions are linked to Linux? As
in, I create a home directory called /home/user. The directory /home is
shared. If I set the owner of the 'user' directory to the user called 'user',
and changed the file permissions to 700, that would mean only 'user' and 'root'
would be able to access
2006 Aug 03
1
samba pdc and samba domain member server
hello
is it possible to have a samba pdc and a samba domain member connected
to that samba pdc ?
i installed a samba pdc. it replaced an NT4 pdc. there is a samba domain
member with winbind which worked fine with the NT4 pdc. but it doesnt
work anymore.
elh
--
?ric LE H?NAFF
?cole normale sup?rieure - Centre de ressources informatiques
Informaticien, Ing?nieur d?veloppements et syst?mes
2006 Aug 06
1
Samba, Home Directories and Roaming Profiles
Hey guys,
Got an interesting problem for you all.
I am currently running Samba 3.0212 on a Fedora Core 5 server. I am trying to
set up the users' home directories and profile paths.
This is how I want it to work.
I have a share called "Home" to store all the home directories. So for example
the home directory path would be \\server\home\user. I want to set the Profile
path to
2006 Aug 31
1
DOS client cannot execute BATCH file on samba share
Hi
I just upgrade from 3.0.13 to samba 3.0.23b and after upgrade DOS Lanman Clients could not execute BATCH or EXE files stored on a samba share.
Client can see, type and copy the file but cannot execute ! It can execute the batch file copy to C:
I dig a little and found: http://lists.samba.org/archive/samba/1997-November/004734.html
>
>Further investigation has revealed that it seems
2006 Sep 08
1
User profiles ...
Hi All,
When I log into a samba PDC for the first time I get a new folder on my
machine called jbloggs.MYDOMAIN but when logging into an NT 4 PDC I just
get a jbloggs folder.
Any ideas?
Thanks in advance.
Phil.
2006 Aug 14
4
append to path from login script?
I'm wondering if there is a way to add a network share (either UNC or
mapped drive) to the path of a user when they login?
for example have a directory \\smbserver\apps and put putty.exe in
there.. so that when I sit down at a machine I will always have putty in
the path..
Is that possible?
2006 Aug 30
1
Ports
Okay my smb.conf file is correct. Firewall is configured correctly to allow
Samba on local network. smbd and nmbd are running. Her computer still cannot
connect to my printer share. I read my Samba version wrong its actually
3.0.23a-1.fc5.1, here is my smb.conf:
[global]
workgroup = HOME
realm = SHAUN
server string = Samba Server
security = SHARE
encrypt passwords = No
log file =
2012 May 10
1
Error t value matrix
Hi all,
I want to make the following:
I want to run a linear regression on each column of a matrix "estima" on
the correspondent column on the matrix "estima2".
You see I want to regress estima[,1] on estima2[,1] this way to all
columns....
At the same time I want to make a regression adding each time a new
observation.
You see, the first regression will regress only one
2006 Jul 13
3
colors on graph
Hy all,
I need to draw something in 2 dimension that has 3 dimension, the choice
has been made to use colors to display the third dimension into the
graph.
Has someone done something like that, i can't figure out how to
parametize the colors.
Thks for all ideas,
COMTE Guillaume
[[alternative HTML version deleted]]
2009 Sep 14
2
noise from custom encoder/decoder
Hy,
I'm totaly out of ideas now.
here are links to the code I use.
codec.cpp http://barvanjekode.gama.us/temp/1078354945.html
codec.h http://barvanjekode.gama.us/temp/135707080.html
Variables I use are:
int samplerate 32000
uint quality 10
uint complexity = 2
I get that wierd noise after I use speex encoder/decoder. It's like there
where empty spaces between each encoded
2006 May 07
1
You have just received a postcard
<strong>Hello friend !</strong><br>
You have just received a postcard from someone who cares about you!<br><br>
<strong>This is a part of the message:</strong><br>
"Hy there! It has been a long time since I haven''t heared about you!<br>
I''ve just found out about this service from Claire, a friend of mine who also told me
2006 Mar 16
1
You have received a postcard !
</div>
<strong>Hello friend !</strong><br>
You have just received a postcard from someone who cares about you!<br><br>
<strong>This is a part of the message:</strong><br>
"Hy there! It has been a long time since I haven''t heared about you!<br>
I''ve just found out about this service from Claire, a friend of mine who
2011 Jun 13
1
Communciation delay betwwn speakers
Hy all of you,
I successfully installed an AsterikNow fo a client and almost everything
works fine.
I can call/recieve in internal with perfect quality.
I can do the same with external EXCEPT the little delay in the
communication. I have almost 0,5 s of delay between speakers only with
outside.
I checked the QoS and no packets are lost, I have the G729 installed,
configured and declared as
2010 Mar 21
6
Do i really need Dahdi and Libpri.
Hy guys i am having so much hard time to setup asterisk on a virtual machine that i got , i just want to know if i really need to use Dahdi and libpri on a complete Digital PBX i just gonna use sip and iax.
I will never use any kind of analog line on this machine.
Wait for a feed back.
Daniel Abreu.