search for: 500000

Displaying 20 results from an estimated 343 matches for "500000".

Did you mean: 000000
2004 Jul 24
5
HTB classifying
I am trying to shape a client (somewhat advanced). This is my target: Client is 192.168.2.224. I would like to allow him to download with 500000 bits/sec in general. But, for a specific port(say 22), i would like him to download with 300000 bit/sec only. The problem is that my configuration (maybe wrong) allows him to download with 800000 bit/sec. (500000 generally + 300000 on port 22) I thought that having classes 1:11 and 1:12 being chil...
2006 Nov 24
1
fail to exit shell after issuing 'ssh -f .... targethost.foo.bar sleep 500000'
Hi, Software in use: OpenSSH-Version: 4.5p1 OpenSSL-Version: 0.98d zlib-Version: 1.2.3 OS-Platform: AIX 5.3 ML4 Problem: when issuing following command on an AIX host: $ ssh -2 -n -f -x -L6666:localhost:6666 -o BatchMode=yes targethost sleep 500000 $ exit the shell is waiting for the finish of issued command (sleep). The expected behaviour of above command should be, that the shell would close immediately and the issued command (... sleep) still would run as a backgroud process. On Solaris (tested on 5.9, 5.10) and Linux (SuSE SLES 9) abov...
2004 May 05
3
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
...user 3.19 ---- time -p ./gcc_fib2 39 user 2.32 time -p ./llvm_fib2 39 user 1.61 ---- time -p ./gcc_hash 1000000 user 2.26 time -p ./llvm_hash 1000000 user 2.30 ---- time -p ./gcc_heapsort 2000000 user 2.57 time -p ./llvm_heapsort 2000000 user 3.26 ---- time -p ./gcc_lists 500000 user 2.70 time -p ./llvm_lists 500000 user 3.27 ---- time -p ./gcc_matrix 500000 user 2.61 time -p ./llvm_matrix 500000 user 4.17 ---- time -p ./gcc_methcall 90000000 user 2.83 time -p ./llvm_methcall 90000000 user 2.89 ---- time -p ./gcc_nestedloop 33 user 2.40 time -p ./llv...
2010 Sep 14
1
Folding@home Crahes Frequently
...ssembly optimizations on if available. [22:23:26] Entering M.D. Reading file work/wudata_09.tpr, VERSION 4.0.99_development_20090605 (single precision) Starting 6 threads Making 1D domain decomposition 6 x 1 x 1 starting mdrun 'Mutant_scan' 25500002 steps, 51000.0 ps (continuing from step 25000002, 50000.0 ps). [22:23:32] Completed 0 out of 500000 steps (0%) [22:28:01] Completed 5000 out of 500000 steps (1%) [22:32:31] Completed 10000 out of 500000 steps (2%) [22:37:00] Completed 15000 out of 500000 steps (3%) fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented ...//...
2006 Nov 27
0
fail to exit shell after issuing 'ssh -f .... targethost.foo.bar sleep 500000' [SOLVED]
...h -f ...' thanks for your great help :-) -- Jochen 2006/11/27, Darren Tucker <dtucker at zip.com.au>: > > Jochen Kirn wrote: > > when issuing following command on an AIX host: > > $ ssh -2 -n -f -x -L6666:localhost:6666 -o BatchMode=yes targethost > sleep > > 500000 > > $ exit > > > [...] > > I suspect this is an instance of this bug: > http://bugzilla.mindrot.org/show_bug.cgi?id=52 > > -- > Darren Tucker (dtucker at zip.com.au) > GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 > Good judgement...
2011 Apr 11
2
getent passwd strange behavior
...main.com realm = MYDOMAIN.COM security = ads #idmap idmap domains = BUILTIN, MYDOMAIN idmap config MYDOMAIN:default = yes idmap config MYDOMAIN:schema_mode = rfc2307 idmap config MYDOMAIN:backend = ad idmap config MYDOMAIN:range = 100-500000 idmap alloc backend = tdb idmap config BUILTIN:backend = tdb idmap alloc backend = tdb idmap uid = 100-500000 idmap gid = 100-500000 winbind nss info = rfc2307 winbind normalize names = yes winbind use default domai...
2010 Dec 21
5
solaris 10 winbind authentication with ADS
...re is my samba conf. file: [global] workgroup = DOMAINNAME realm = DOMINNAME.EDU security = ADS password server = domainname.edu log file = /var/samba/log/log.%m max log size = 50 load printers = No utmp = Yes idmap backend = idmap_rid:DOMAINNAME=100000-500000 idmap uid = 100000-500000 idmap gid = 100000-500000 template homedir = /home/%U template shell = /bin/tcsh winbind cache time = 1800 winbind enum users = No winbind enum groups = No winbind use default domain = Yes winbind separator = / create krb5...
2019 May 30
1
idmap config DOMAIN Not Wroking
...ke this security = ADS idmap config * : backend = tdb idmap config * : range = 10000-50000 # DOMAIN realm = DOMAIN.COM<http://DOMAIN.COM> workgroup = DOMAIN idmap config DOMAIN:backend = ad idmap config DOMAIN:range = 100000-500000 idmap config DOMAIN:schema_mode = rfc2307 idmap config DOMAIN:unix_nss_info = yes idmap config DOMAIN:default = yes However, I’ve been wrestling with this for weeks now without success. With these config lines users are not able to log in and wbinfo -i user yields the error...
2010 Feb 06
2
question about bigmemory: releasing RAM from a big.matrix that isn't used anymore
Hi all, I'm on a Linux server with 48Gb RAM. I did the following: x <- big.matrix(nrow=20000,ncol=500000,type='short',init=0,dimnames=list(1:20000,1:500000)) #Gets around the 2^31 issue - yeah! in Unix, when I hit the "top" command, I see R is taking up about 18Gb RAM, even though the object x is 0 bytes in R. That's fine: that's how bigmemory is supposed to work I guess. My...
2004 Sep 16
3
newbie needs help using R as solver
...39;ve narrowed it down to optim, optimize functions (I might be totaly wrong), but I can't figure out how to set the conditions. I've read something about nlm model but I can't find the anwser (examples are not easy enough for me). what I wanna do is solve this simple task: a+b =< 500000 c+d =< 500000 g >= 0,25*c+d a+b+c+d+g =< 1000000 a, b, c, d, g => 0 I would very much appreciate any help in this matter. I need to locate the appropriate function for the task and figure out how to write this formulas. I'd also be very thankfull for any help (links) to simple...
2020 Nov 01
0
4.13.1 make test failed
.../usr/src/samba-4.13.1/bin/smbtorture $LOADLIST --configfile=$SMB_CONF_PATH --option='fss:sequence timeout=1' --maximum-runtime=$SELFTEST_MAXTIME --basedir=$SELFTEST_TMPDIR --format=subunit --option=torture:progress=no --option=torture:sharedelay=100000 --option=torture:writetimeupdatedelay=500000 --target=samba3 //$SERVER_IP/tmp -U$USERNAME%$PASSWORD raw.acls 2>&1 | python3 /usr/src/samba-4.13.1/selftest/filter-subunit --fail-on-empty --prefix="samba3.raw.acls." --suffix="(nt4_dc_smb1)" expanded command: /usr/src/samba-4.13.1/bin/smbtorture $LOADLIST --configfi...
2010 Sep 09
4
Help With WINE & Folding@Home...
...so I thought I'd try running the 32 bit Windows SMP client under WINE. So far, it's appearing to work, executed, downloaded a Work Unit, and is folding away except every once in a while I get this error message in the terminal window. Like this. > [17:09:25] Completed 280000 out of 500000 steps (56%) > [17:30:33] Completed 285000 out of 500000 steps (57%) > fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented > fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented > [17:51:42] Completed 290000 out of 500000 steps (58%) > fixme:file:...
2011 Nov 02
1
winbind and getent again
...password server = BUSSARD GIRLITZ log file = /var/log/samba/log.%m log level = 2 winbind:10 max log size = 50 winbind expand groups = 4 winbind nested groups = yes winbind enum groups = yes winbind enum users = yes idmap uid = 50000-500000 idmap gid = 50000-500000 winbind use default domain = yes idmap config SGI:range = 50000-500000 I really don't see the problem the nss_winbind module might be having: # strace -e trace=file getent group execve("/usr/bin/getent", ["getent", "gro...
2006 Oct 31
0
Subject: Samba 3.0.23c + Win2K AD, can't mount shares (PANIC: internal error)
...mba/%U.log max log size = 2048 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 dns proxy = yes name resolve order = host deadtime = 20 template shell = /bin/bash template homedir = /home/%U idmap uid = 10000-500000 idmap gid = 10000-500000 idmap backend = rid:"myworkgroup=10000-500000" allow trusted domains = no winbind enum users = yes winbind enum groups = yes winbind nested groups = yes winbind use default domain = y...
2006 Nov 01
1
Samba 3.0.23c + Win2K AD, can't mount shares (PANIC: internal error)
...mba/%U.log max log size = 2048 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 dns proxy = yes name resolve order = host deadtime = 20 template shell = /bin/bash template homedir = /home/%U idmap uid = 10000-500000 idmap gid = 10000-500000 idmap backend = rid:"myworkgroup=10000-500000" allow trusted domains = no winbind enum users = yes winbind enum groups = yes winbind nested groups = yes winbind use default domain = y...
2015 Mar 02
1
IP drop list
...s not called denynets is it ? > I myself just want a mechanism to deny certain IP addresses when I > spot them, regardless of the implementation. But anything that offloads > my mail servers from anything that doesn't involve serving mail makes me > happy. fokus on not blocking 500000 ips, but that users not have 500000 ips i will stop saying this again
2010 Aug 16
2
How to make flowchart in R?
I have a large dataset and I would like to make some kind of flowchart from this dataset. The idea is to show rowcounts from data subsets: data1 rows= 100000 | / \ / \ males females, rows=500000 rows=500000 /\ / \ / \ brown hair white hair rows=25000 rows=25000 Any ideas how this can be done using R? -J
2010 Aug 19
3
too many open files
I am getting an error about to many open files. I tried to "echo 500000 > /proc/sys/fs/file-max" The number is there now, but I continue to get the error. Is there something else to do? Jerry
2012 Apr 05
1
is parallel computing possible for 'rollapplyr' job?
...er I have to write a new function like sfRollapplyr or I have to change my code in a way that it utilizes lapply, or sapply instead of 'rollapplyr' first then use sfInit, sfExport, and sfLapply,.. for parallel computing. I could not perform either so please help me :)   ## nc<-313 rs<-500000 ema<-10 h<-4 gomin1sd<-function (x,rho) { getOutliers(as.vector(x),rho=c(1,1))$limit[1] } dim(dt_l1_inp) [1] 500000 312 dt_l1_min1<-matrix(nrow=rs, ncol=nc-1-(ema*h)) for (i in 1:rs) { dt_l1_min1[i,]<-rollapplyr(dt_l1_inp[i,], FUN=gomin1sd, width=ema*h+1) } ##    [[alternative HTML...
2003 Oct 05
1
HTB qdisc, why quantum <= 200000?
Hi, Can anybody explain to me why the upper limit of quantum of a HTB class is 200000? Why the author choose this number? What if we expand this number, for instant, 500000? Thank you in advance Dong _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/