Displaying 20 results from an estimated 42 matches for "900000".
Did you mean:
000000
2014 Jun 17
1
[REGRESSION] drm/g94/i2c: add aux channel interrupt driver
...] nouveau D[ CLK][0000:01:00.0] 1600000 KHz
[ 41.824826] nouveau D[ CLK][0000:01:00.0] 1600000 KHz
[ 41.824827] nouveau D[ CLK][0000:01:00.0] 1600000 KHz
[ 41.824829] nouveau D[ CLK][0000:01:00.0] 1600000 KHz
[ 41.824830] nouveau D[ CLK][0000:01:00.0] 11: 900000 KHz
[ 41.824831] nouveau D[ CLK][0000:01:00.0] 900000 KHz
[ 41.824833] nouveau D[ CLK][0000:01:00.0] 900000 KHz
[ 41.824834] nouveau D[ CLK][0000:01:00.0] 900000 KHz
[ 41.824835] nouveau D[ CLK][0000:01:00.0] 900000 KHz
[ 41.824836] nouveau D[ CLK][0000...
2009 Oct 30
2
idmapping changes from 3.0.10 to 3.4.2.
...tion of our smb.conf for 3.0.10.
Note: I changed the workgroup/realm for posting. I just want it to work like
the previous system worked.
[global]
workgroup = XX
realm = XX.YYY.ZZZ
security = ADS
encrypt passwords = yes
log level = 1
idmap uid = 2000-900000
idmap gid = 2000-900000
winbind enum users = yes
winbind enum groups = yes
template homedir = /u/%U
template shell = /bin/false
winbind use default domain = yes
winbind cache time = 1800
wins server = 143.231.3.194 143.231.40.66...
2007 Feb 02
5
reading very large files
...oing is:
trs <- scan("myfile", what= character(), sep = "\n")
trs<- trs[sample(length(trs), 3000)]
And this works OK; however my computer seems not able to handle the 1.8 G
file.
I thought of an alternative way that not require to read the whole file:
sel <- sample(1:900000, 3000)
for (i in 1:3000) {
un <- scan("myfile", what= character(), sep = "\n", skip=sel[i], nlines=1)
write(un, "myfile_short", append=TRUE)
}
This works on my computer; however it is extremely slow; it read one line
each time. It is been running for 25 hours and...
2006 Jun 22
1
Share is read-only despite read only = no
.../11/
# Global parameters
[global]
workgroup = HARRIS
server string = Samba server
security = DOMAIN
allow trusted domains = No
show add printer wizard = No
wins server = 137.237.90.45
log file = /var/log/samba/log.%m
max log size = 50
dns proxy = No
ldap ssl = no
idmap backend = rid:HARRIS=10000-900000
idmap uid = 10000-900000
idmap gid = 10000-900000
template shell = /bin/csh
winbind use default domain = yes
winbind enum users = No
winbind enum groups = No
[data]
comment = 210GB RAID5
path = /mnt/data
read only = No
ma21cab5# smbd -V
Version 3.0.22
ma21cab5# uname -a
FreeBSD ma21cab5.inscrib...
2015 Apr 12
2
rid mapping works on member server but not DC
...g smb.conf (sanitised for the list):
[global]
workgroup = MY-DOMAIN
security = ADS
realm = MY-DOMAIN.MYORG.CO.UK
dedicated keytab file = /etc/krb5.keytab
kerberos method = secrets and keytab
idmap config *:backend = tdb
idmap config *:range = 900000-999999
idmap config MY-DOMAIN:backend = rid
idmap config MY-DOMAIN:range = 4000000-4999999
winbind use default domain = yes
winbind enum users = yes
winbind enum groups = yes
winbind refresh tickets = yes
winbind expand groups = 8
I can succe...
2006 Jan 26
0
winbind authentication fails with STATUS_BUFFER_OVERFLOW
...anagement Server
security = ADS
log level = 7
ldap admin dn = cn=xxxx,dc=worldtravel,dc=local
ldap idmap suffix = ou=Idmap
ldap suffix = dc=worldtravel,dc=local
idmap backend = ldap:ldap://usgalnx1tuxmgmt01.worldtravel.local
idmap uid = 100000-900000
idmap gid = 100000-900000
template shell = /bin/bash
winbind use default domain = Yes
winbind nested groups = Yes
use spnego = yes
socket options = TCP_NODELAY SO_RCVBUF=16384
include = /etc/samba/smb.include
--
***************************...
2012 Jan 09
2
Unexpected results using the oneway_test in the coin package
...data = mydata,
ytrafo = function(data) trafo(data, numeric_trafo = rank),
xtrafo = function(data) trafo(data, factor_trafo = function(x)
model.matrix(~x - 1) %*% t(contrMat(table(x), "Tukey"))),
teststat = "max", distribution = approximate(B = 900000))
### global p-value
print(pvalue(NDWD))
### sites-by-site p values at alpha = 0.01 (page 244)
print(pvalue(NDWD, method = "single-step"))
I should be detecting some non-significance between groups I and III at least, but the test comes back with extremely low p-values. Where am I...
2017 Sep 04
1
Merge by Range in R
...> head(data_1)
? ?Chromosome ?????Start????????End????????Feature GroupA_3
1: ? ? ? ????????chr1 521369 ?750000 ????chr1-0001 ? ?????0.170
2: ? ? ? ????????chr1 750001 ?800000 ????chr1-0002 ? ????-0.086
3: ? ? ? ????????chr1 800001 ?850000 ????chr1-0003 ? ?????0.006
4: ? ? ? ????????chr1 850001 ?900000 ????chr1-0004 ? ?????0.050
5: ? ? ? ????????chr1 900001 ?950000 ????chr1-0005 ? ?????0.062
6: ? ? ? ????????chr1 950001 1000000 ? ?chr1-0006 ? ????-0.016
data_2:
> dim(data_2)
[1] 470870 5
> head(data_2)
? ?Chromosome ????Start ? End????????????Feature ????GroupA_3
1: ? ? ? ????????chr1 158...
2015 Jun 05
4
Added RFC2307 --> Unable to convert SID (S-1-1-0)
...is currently:
idmap_ldb:use rfc2307 = yes
winbind nss info = rfc2307
winbind use default domain = Yes
winbind enum users = Yes
winbind enum groups = Yes
winbind refresh tickets = Yes
winbind expand groups = 8
#idmap config *:range = 900000-999999
This works just fine on one of my DCs, but the other is proving more
problematic.
See below for more detail on the process, but the issue is that right
now, I now have hundreds (thousands) of messages appearing in syslog
along the lines of:
Unable to convert SID (S-1-1-0) at index 5 in us...
2011 May 30
1
ControlPlayback's options
Hi List,
Asterisk 's *ControlPlayback* will used for play any recorded file as an
audio player. Is it possible that we can use it for multiple forward and
rewind ?
ex:-
original: ControlPlayback(filename,skipms,ff,rew,stop,pause)
expected
ControlPlayback(filename,skip1,skip2,skip3,forward1,rewind1,forward2,rewind2,forward3,rewind3,stop,pause)
:
-----
Thanks and regards
Virendra Bhati
2002 Apr 09
1
write.table
...,0.000 , 0 ,0.018 , 1273000 , -0.016 ,-0.008 , -0.003
1,AA2005 ,0.000 , 0 ,0.012 , 841000 , -0.010 ,0.033 , 0.037
1,AA2006 ,0.000 , 30000 ,0.018 , 1266000 , -0.015 ,0.054 , 0.059
1,AA2007 ,0.007 , 528000 ,0.026 , 1903000 , -0.018 ,0.047 , 0.052
1,AA2008 ,0.011 , 900000 ,0.036 , 2676000 , -0.022 ,0.041 , 0.046
1,AA2009 ,0.011 , 914000 ,0.025 , 1898000 , -0.012 ,0.070 , 0.073
The problem is with the "AA2002", "AA2003" - as can be seen below - the
R object has metcode and yr as seperate variables.
> d[1:5,]
scenario metcode yr g...
2013 Jun 10
3
no silk translation ?
Using 11.4.0, trying to use SILK on the cell phone to ulaw over gv, but
no success:
[Jun 10 16:18:22] WARNING[4090][C-0000000a]: channel.c:6164
ast_channel_make_compatible_helper: No path to translate from
SIP/ng-00000000 to Motif/+12025551212 at voice.google.com-da3c
[Jun 10 16:18:22] WARNING[4090][C-0000000a]: app_dial.c:3032
dial_exec_full: Had to drop call because I couldn't make
2009 Dec 22
3
Dovecot quota not working
Hi everyone,
I'm trying to make quota to work in dovecot 1.0.rc15 in a Debian machine.
Setting the limit to 1GB and starting to fill up the mailbox and nothing
stopped me. It just kept growing and nothing happened.
Restarted the service and nothing.
I had already exceeded the 1 GB limit and nothing happens, the mailbox still
goes bigger and bigger...
The *"check_quota"* plugin for
2010 Apr 02
1
Tableau Public vis software / Ubuntu
Hey all -- First post, so first off thanks for creating this wonderful software and helping out new users like me adapt to the wine-way :)
Has anyone managed to get Windows/Mac only data analysis and vis suite Tableau Public (http://www.tableausoftware.com/public/download) running with any version Wine yet? It goes through the motions of installing, but then won't run. I'd welcome any
2015 Apr 12
0
rid mapping works on member server but not DC
...bal]
> workgroup = MY-DOMAIN
> security = ADS
> realm = MY-DOMAIN.MYORG.CO.UK
> dedicated keytab file = /etc/krb5.keytab
> kerberos method = secrets and keytab
> idmap config *:backend = tdb
> idmap config *:range = 900000-999999
> idmap config MY-DOMAIN:backend = rid
> idmap config MY-DOMAIN:range = 4000000-4999999
> winbind use default domain = yes
> winbind enum users = yes
> winbind enum groups = yes
> winbind refresh tickets = yes
>...
2007 Jun 28
1
saving objects with embedded environments
...was intentional. Comments are appreciated.
Thanks,
Robert
##################################################################
testEq <- function(B) {
x <- lm(y ~ x1+x2+x3, data=B, model=FALSE)
x$residuals <- x$effects <- x$fitted.values <- x$qr$qr <- NULL
x
}
N <- 900000
B <- data.frame(y=rnorm(N)+1:N, x1=rnorm(N)+1:N, x2=rnorm(N)+1:N,
x3=rnorm(N)+1:N)
x1 <- testEq(B)
x2 <- lm(y ~ x1+x2+x3, data=B, model=FALSE)
x2$residuals <- x2$effects <- x2$fitted.values <- x2$qr$qr <- NULL
all.equal(x1, x2) ## TRUE
object.size(x1) ## 5112
object.size(x2)...
2010 Apr 19
1
Samba Secondary Groups
...= /var/log/samba/log.%m
max log size = 100
log level = 3
syslog = 1
panic action = /usr/share/samba/panic-action %d
encrypt passwords = yes
printing = bsd
printcap name = /etc/printcap
idmap backend = ad
passdb backend = tdbsam
idmap uid = 100-90000
idmap gid = 100-900000
winbind cache time = 300
winbind nss info = rfc2307
winbind enum groups = yes
winbind enum users = yes
winbind use default domain = yes
winbind separator = /
winbind nested groups = yes
template homedir = /home/%U/homedir
template shell = /bin/bash
debug uid = yes
[Ac...
2010 Apr 16
1
offline logon in 3.4.7-58
...idmap gid = 800 - 9999
# idmap domains = BUILTIN, AES
# idmap config AES: default = yes
idmap config AES: backend = rid
template shell = /bin/bash
winbind use default domain = Yes
winbind offline logon = Yes
idmap config AES : range = 100000 - 900000
cups options = raw
pam settings:
auth required pam_env.so
auth sufficient pam_fprintd.so
auth sufficient pam_unix.so nullok try_first_pass
auth requisite pam_succeed_if.so uid >= 500 quiet
auth sufficient pam_krb5.so use_first_pass
a...
2004 Jan 19
13
winbind and Solaris 9 with AD
...sswitch/winbindd_acct.c:(521)
wb_getgrnam: Did not find group (nobody)
my smb.conf is:
workgroup = DEV
#workgroup = DEV.ANTS.AD.ANPLC.CO.UK
realm = DEV.ANTS.AD.ANPLC.CO.UK
security = ADS
password server = lonsd010.dev.ants.ad.anplc.co.uk
dns proxy = no
idmap gid = 70000-80000
idmap uid = 800000-900000
winbind cache time = 15
winbind use default domain = yes
winbind enum users = yes
winbind enum groups = yes
encrypt passwords = yes
log level = 9
[temp]
path = /tmp
read list = @users
[docs]
path = /var/tmp/samba-3.0.0
read list = @users
I would appreciate any pointers as to further debugging I...
2008 Nov 13
5
BAD TRAP with Crossbow Beta October 31 2008
...060011ea9918 0000060011e98e18 0000060011ea986a 00000600226c1020
Nov 12 14:04:19 bahamut %l4-7: 0000000000000001 0000000000000000 0000000000000000 0000000004000002
Nov 12 14:04:20 bahamut genunix: [ID 723222 kern.notice] 000002a1016959c0 mac:mac_srs_worker+170 (60011ea9840, 0, 0, 139c400, 18f3800, 900000)
Nov 12 14:04:20 bahamut genunix: [ID 179002 kern.notice] %l0-3: 0000060011ea9868 0000000000002000 0000000000140000 0000000000003031
Nov 12 14:04:20 bahamut %l4-7: 0000000000000002 0000000000000000 0000000000000000 000000000139c5f8
Nov 12 14:04:21 bahamut unix: [ID 100000 kern.notice]
Nov 12 1...