Displaying 4 results from an estimated 4 matches for "dfs1".
Did you mean:
dfs
2005 Oct 14
2
Help with lattice, regressions and respective lines
..., 34.91, 28.10, 27.52, 22.24,
48.68, 47.25, 45.58, 45.33, 41.03, 51.20, 45.85, 54.45,
48.68, 47.25, 19.88, 19.67, 16.20, 13.49, 13.75, 18.80,
48.68, 47.25, 42.19, 39.91, 34.69, 34.11, 32.74, 34.24)
Df = data.frame(bra, em, tem, tem2, r, y)
# Regressions
attach(Df)
Dfs1=subset(Df, (bra=='s' & em=='pov'), select=c(bra, em, tem, tem2, r, y))
Dfs1
rlin1=lm(y ~ tem + tem2, data=Dfs1)
summary(rlin1)
Dfs2=subset(Df, (bra=='s' & em=='po'), select=c(bra, em, tem, r, y))
Dfs2
rlin2=lm(y ~ tem, data=Dfs2)
summary...
2006 Sep 15
0
Re: samba Digest, Vol 45, Issue 18
...ice that is known as \\dfsroot really is
> just a 'share directory service'. It doesn't have to have any other
> shares that it serves. It could be guest readable.
You got it! If you have significant users mapping through \\dfsroot, you
want a high availiabilty setup.
We have \\dfs1 & \\dfs2 that are "frontended" with a old network load
balancer. We're about to move to sles 10 w/ Linux Virtual Server and Linux
HA. The name we tell the users - \\dfs is registered in WINS & DNS to
point to the IP of the load balancer.
Our code that creates the dfs symli...
2003 Nov 05
1
Samba 3 & ADC problem.
...dir
telnet/ssh/ftp/etc. all working with local & AD accounts
No accounts in AD overlap linux system accounts
Any windows (all WinXP Pro or Win2K) client's shares can
??? be accessed from the samba/linux system, including any
?? dfs from the AD system.? Example:
?????? smbclient -k //adc1/dfs1
??? Succeeds.
Any windows client's shares can be accessed from any other
?? windows client, or the AD server.
What DOESN'T work:
Cannot access any samba shares on the linux machine, from
? the samba system itself, or any windows client.
smbclient -k //samba1/tmp
session setup failed: NT...
2003 Nov 04
1
Samba 3/ADC/Winbind problem
...ssh/ftp/etc. all working with local & AD accounts
No accounts in AD overlap linux system accounts
Any windows (all WinXP Pro or Win2K) client's shares can
be accessed from the samba/linux system, including any
dfs from the AD system. Example:
smbclient -k //mercury/dfs1
Succeeds.
Any windows client's shares can be accessed from any other
windows client, or the AD server.
What DOESN'T work:
Cannot access any samba shares on the linux machine, from
the samba system itself, or any windows client.
smbclient -k //sol/tmp
session set...