Displaying 4 results from an estimated 4 matches for "uslow".
Did you mean:
slow
2006 Apr 19
1
Probable Numeric Bugs in svd function (PR#8781)
...place the 0 by very small noises (let's say 10^-16), it then=0D
works.=0D
The test I've performed is to compared the singular values to the eigen=0D
values (as I work with squarred matrices).=0D
=0D
Here is the code (I may be wrong!):=0D
=0D
usHigh<-(Sp5>=3D300 & Region=3D=3D1)=0D
usLow<-(Sp5<300 & Region=3D=3D1)=0D
euHigh<-(Sp5>=3D200 & Region=3D=3D2)=0D
euLow<-(Sp5<200 & Region=3D=3D2)=0D
sigmas<-c(13.71,162.71,8.78,103.83,5.29,77.08,3.42,41.04)=0D
temp1<-sigmas[1]*usLow+sigmas[2]*usHigh+sigmas[5]*euLow+sigmas[6]*euHigh=0D
temp10<-sigmas[3]...
2016 Oct 23
0
CTDB and locking issues in 4.4.6 (Classic domain)
...the RPM build process.
>
> Is there something I need to do when building from sRPMs to make
> this stick?
You could double check in ~/rpmbuild/BUILD/ if the patch was really
applied. If it was, an smbclient open should result in DENY_ALL
denymode in smbstatus -L, eg:
$ ./bin/smbclient -Uslow%x -msmb3 //10.10.11.100/test
Domain=[SLOWSERVER] OS=[] Server=[]
smb: \> open test
open file \test: for read/write fnum 1
$ sudo ./bin/smbstatus -L
Locked files:
Pid Uid DenyMode Access R/W Oplock SharePath Name Time
----------------------------------...
2016 Oct 22
5
CTDB and locking issues in 4.4.6 (Classic domain)
Hi Ralph,
I applied the patch to a new build of Sernet 4.4.6 SRPM. I could still
open the file from both hosts, and in fact this time I could actually
open it on the same host without any problems:
host 1:
smbclient -U ajc //172.31.0.120/ifa_v
...
smb: \jmi\Corporate Accounting\ISL Ltd Accounts\2016\1609\> open "201609
213_ ISL Balance sheet variance analysis.xls"
open file
2016 Oct 23
1
CTDB and locking issues in 4.4.6 (Classic domain)
...gt;> Is there something I need to do when building from sRPMs to make
>> this stick?
> You could double check in ~/rpmbuild/BUILD/ if the patch was really
> applied. If it was, an smbclient open should result in DENY_ALL
> denymode in smbstatus -L, eg:
>
> $ ./bin/smbclient -Uslow%x -msmb3 //10.10.11.100/test
> Domain=[SLOWSERVER] OS=[] Server=[]
> smb: \> open test
> open file \test: for read/write fnum 1
>
> $ sudo ./bin/smbstatus -L
> Locked files:
> Pid Uid DenyMode Access R/W Oplock SharePath Name Time...