Displaying 10 results from an estimated 10 matches for "viki".
Did you mean:
iki
2018 Dec 17
2
unable to mount nfs4v over krb5 after samba upgrade.
Hi Rowland,
Still issue persists, i have removed passdb backend option from my smb
config. i haven't found any passdb.tdb file in private folder. i only see
smbpasswd file. whether passwd.tdb file will create automatically?
I have created one more setup with samba 4.7 installed to check there is
issue in my environment, everything works fine there.
Whats the change causing this problem, i
2018 Dec 14
3
unable to mount nfs4v over krb5 after samba upgrade.
Hi Team,
Upgraded samba from 4.7. to 4.9.3. After upgrade unable to mount nfsv4
through krb5 security.
smb.conf:
[Global]
available= yes
restrict anonymous= 0
Workgroup= VIKY
netbios name= viky
realm= VIKY.LOCAL
password server= 192.168.1.10, *
idmap backend= tdb
idmap uid= 5000-9999999
idmap gid= 5000-9999999
idmap config *: backend= rid
idmap config *: range= 10000000-19999999
security= ADS
2010 Oct 19
4
Error: object 'short' not found
...e tell me what is the meaning of following command ?
paste(execDir,paste(short,"myfile",sep="_"),sep="\")
R gives me an error :
Error: object 'short' not found
I tried to find help about 'short' in R, but could not find any such function/ object.
Viki
[[alternative HTML version deleted]]
2018 Dec 14
0
unable to mount nfs4v over krb5 after samba upgrade.
On Fri, 14 Dec 2018 19:14:28 +0530
VigneshDhanraj G via samba <samba at lists.samba.org> wrote:
> Hi Team,
>
> Upgraded samba from 4.7. to 4.9.3. After upgrade unable to mount nfsv4
> through krb5 security.
>
> smb.conf:
>
> [Global]
> available= yes
> restrict anonymous= 0
> Workgroup= VIKY
> netbios name= viky
> realm= VIKY.LOCAL
> password
2009 Apr 08
3
order transfers by file size
Is it possible to have rsync order transfers by file size (smallest
files first) ?
Would it be a big patch ?
Thanks
Viki
2009 Feb 12
2
Macintosh rsync: Inconsistent Behaviour: Hints Appreciated
I have a problem with rsync on macintosh copying files that have not been
updated. Despite careful reading of the archives, I can't find an
explanation (or a fix), but I strongly suspect I'm just missing something
that an expert will recognise instantly... Your assistance would be greatly
appreciated.
I'm running a nightly backup of my photo/home video directory from a
partition
2009 Apr 08
2
double-side synchronisation
Help me
Tell it is possible to make double-side synchronisation of two servers?
So that it passed only on time.
For example at an identical set of files on two servers any file on the first to change, i.e. for it time modify will exchange. It means becomes newer and it is necessary to transfer it to other server. And on the contrary, if modification time for any file of the second server it to
2010 Sep 06
1
Creating named.list from two matrix columns
Hi Friends,
I am new to R.
On R utility class pages, creating "named.list" is described with this command :
new("named.list",a=1,b=2)
For large matrix having two columns, such as :
"row1" 2334
"row2" 347
"row3" 379
...
I want to create a named.list like :
$row1
[1] 2334
$row2
[1] 347
...
Can anyone explain how "named.list"
2012 May 06
4
paravirtualization using centos template
Hi,
I''ve trying booting Xen Hypervisor PV with a centos5 template using kernel
and initrd from mirror.centos.org/centos/5/os/i386. When i start PV this go
to installation mode. However this should boot with template. Please help
in this regard what Am i doing wrong.
--
Best Regards
Asim
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
2011 Feb 15
1
Interpretation of p-values, coxph
Hi guys,
I have been testing the hypothesis for difference of survival between four different classes. The p-values provided in coxph output are confusing for me to interpret.
Here is the output :
sur<-coxph(Surv(SURVIV, status == 1)~factor(A)+cluster(rownames(d)), data = d, model=TRUE)
Call:
coxph(formula = Surv(SURVIV, status == 1) ~ factor(A) + cluster(rownames(d)), data = d, model = TRUE)