search for: thousend

Displaying 20 results from an estimated 29 matches for "thousend".

Did you mean: thousand
2007 Dec 10
1
Extracting clusters from Data Frame
...thing like this: Value Cluster? 0.01 FALSE 0.03 TRUE 0.04 TRUE 0.05 TRUE 0.07 FALSE ... What I'm looking for is an efficient strategy to extract all consecutive rows associated with "TRUE" as a single cluster (data.frame representation?) without cluttering memory with thousends of data.frames. I was thinking of an independent data.frame that would contain a column of lists that reference all indexes from the big one which are contained in one cluster ... Can anyone kindly nudge me and let me know how to deal with this efficiently? Joh
2005 Jan 05
0
Asterisk with Euro ISDN, etc
..."group" will use a range of 1000 phonenumbers, which in turn will specify which mobile device it will redirect to (eg. 555-40000 to 555-40999). All lines/channels need to be connected to analog phones! And with the "large group", it has to deliver all Caller-ID and which of the thousend number was called. Preferably with DTMF. And on out-going calls, it also has to receive destination phonenumber, and preferably even it's own number (one of the thousend numbers). Since we are going to provide unique numbers to each mobile device (just like a cellular), it requires alot of unu...
2011 Mar 06
2
Mandatory User Profile
...board-layout. another thing id like to have: is it possible to remove the serverside profile at logoff. if i logon there is the Default User profile copied to my profiles-share. we have a lot of students and it would be a waste of disc-space to create the same copy of the Default User profile many thousend times... Here is some information about my setup: OS: Debian Squeeze Samba-Version: 3.5.6 smb.conf: [global] workgroup = SCHINZ-HOME netbios name = klamm domain logons = yes domain master = yes local master = yes preferred master = yes os level = 65 logon path = \\%L\profiles\%u passdb backend = l...
2008 Apr 23
1
[LLVMdev] FoldingSetNodeID operations inefficiency
...Hash,insertion,etc) may become really inefficient for the nodes, which have very many operands. I can give you an example of what is meant by "very many". In my test-case (you can fetch it from here http://llvm.org/bugs/attachment.cgi?id=1275), which is just one HUGE MBB with tens of thousends of instructions, there is a TokenFactor node N that has ... 3200 operands! (These operands are PendingLoads created by the SelectionDAGLowering::getLoadFrom and then copied into the TokenFactor node by SelectionDAGLowering::getRoot called from the SelectionDAGLowering::visitStore). During the...
2008 Apr 02
2
scheduling worker methods in rails
...ge gets written in the log-file). > def calculate(id = nil) > logger.info("#{Time.now}: calculate") > end The creation of a worker instance works fine, only the scheduled Part dont gets executed. So my assumption is, that the trigger_args are wrong, but i checked everything a thousend times and maybe i dont see the wood for the trees (maybe I have to sleep a litte bit more ;) ) Even the backgroundrb_11006_debug.log don''t say anything i can use to find the error: > 00000012{ > : type:start_worker: > schedule{:calculate{:trigger_args"*/5 * * * * * *:...
2008 Jul 02
5
litte problems upgrade from 1.0.x to 1.1.1
...time i did a lot of packaging and installing different versions of dovecot 1.0.x (rc not included ;) )and all was fine. Now a have a little problem. In this case it was an update from 1.0.13 to 1.1.1 Sometime it happens that 1 user out of x (more than 100) got this standardmessage for ~1 or ~2 thousend times in his mailbox (mbox) for example: >From MAILER_DAEMON Mon Sep 18 16:16:14 2006 Date: Mon, 18 Sep 2006 16:16:14 +0200 From: Mail System Internal Data <MAILER-DAEMON at myhostname> Subject: DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA Message-ID: 1158588974 at myhostname X...
2009 Aug 10
5
Scalability plans: Abstract out filesystem and make it someone else's problem
This is something I figured out a few months ago, mainly because this one guy at work (hi, Stu) kept telling me my multi-master replication plan sucked and we should use some existing scalable database. (I guess it didn't go exactly like that, but that's the result anyway.) So, my current plan is based on a couple of observations: * Index files are really more like memory dumps.
2017 Nov 06
5
Failed to find domain 'NT AUTHORITY'
...ch file copied from samba share to external NAS, winbindd log an error such this to samba.log.winbindd and /var/log/messages [2017/11/06 11:05:16.747449, 0] ../source3/winbindd/winbindd_group.c:45(fill_grent) Failed to find domain 'NT AUTHORITY'. Check connection to trusted domains! thousends lines !!! ( 2 lines for each file ) This problem also slow down the backup process. This happen only on share named [utenti] ( home share ) and not on share [gruppi]. this is the winbindd log output at log level 5 [2017/11/06 14:58:04.800302, 3] ../source3/winbindd/winbindd_misc.c:395(winbind...
2005 Oct 03
1
Authentication stops working after approx 5 mins -getent passwd fixes it for 5-10 mins
...370:16777216:Admin:/home/PCM/admin:/bin/false Once I run the getent authentication starts working again and I can login for 5 or 10 mins before it stops working again. Rerunning the getent passwd command fixes it time and time again, but only temporarely. The Active directory is very big with thousends of users. My thoughts are that the query works as long as its in the cache. Upon expiry it tries to auth from ad but times out causing a logon failure. The getent command places the account in the cache which causes it to work again till it expires once again. Anybody ideas to a permanent fix s...
2017 Dec 19
1
POP3 lock
This might be trivial or not. I have a customer access his e-mail via POP3 using multiple devs. I recommend they switch to IMAP , however, How can the POP3 locking be made into a non-issue? -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising!
2004 Oct 18
11
how can i log everything?
...on''t know than it''s a problem... another problem that currently it''s not possible to log the nat table. at least i can''t find any way (can''t add logging into masq and nat file). the real reason is that we find some strange packages, ie. there are many (thousends of) ESTABLISHED direct connections in our firewall''s conntract table. after we examine them we realized that these connections never can be establised according to our wish, but they are there. so we try to find the reason. currently only the last line of the policy (reject all) has l...
2007 Feb 23
1
Event on Logout
Hi, @all! Is it possible, with Dovecot, to do something (eg: an SQL-Query) when the User logs out (POP3) or do some action (IMAP)? My problem is to notify a DB when the user logs out or delete E-Mail (in this case, just for IMAP). Thanks for your answer! P.S.: if it is NOT possible, it is my Hit for the next version! :) -- _______________________________ Luca Bertoncello -Programmierung /
2009 Aug 19
0
Please help with Samba on Solaris10
...ost did work, but a user could not _rename_ files. Next try was with 3.4.0. Unfortunately winbindd tried to _modify_ idmap entries in my LDAP server to make them be from the UID range defined in smb.conf. WHY? What's the idea behind it? Winbindd also populated my LDAP server with few hundred (thousend?) of idmap entries, including: BUILTIN\Guests 4 BUILTIN\Users 4 BUILTIN\Administrators 4 \Everyone 5 NT AUTHORITY\NETWORK 5 I must be missing the reason. Is it documented somewhere? Current try: 3.2.4 make install produces such errors: /bin/sh: test: argument expected make: [installlibwbclient...
2004 Nov 29
0
delay in winbindd user/group lookups with many users/groups in domain
...er SuSE Linux 9.1 (RPMs installed from ftp.suse.com:/projects/samba), SuSE Linux kernel 2.6.5-7.111-default on a P-II/400 with 512MB (doesn't do anything else but running Samba). It runs as a NT4 domain client. The domain is _large_: almost 20000 users and 170000 groups (yes, no error: 170 thousend! Please don't ask me why so many groups, I'm _not_ the domain admin...) smb.conf: security = domain workgroup = MY_DOMAIN password server = * wins server = 10.1.1.1 name resolve order = wins bcast ... idmap uid = 100000-500000 idmap gid = 100000-500000 winbind enum users...
2015 Mar 14
4
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
Trying to set up UEFI Syslinux boot on an ArchLinux USB 4GB stick. - Host system: 64-bit Ubuntu 14.10 on 56 GB hard drive - Hardware: ASUS P8H77-I, Bios v1101, i7-3770 at 3.40 GHz, 16 GB DDR3 - ArchLinux Instructions followed: https://wiki.archlinux.org/index.php/Syslinux#UEFI_Systems > ? ? 2. UEFI Systems > 2.2 Installation - Arch syslinux v.6.03 196352 Oct 13 22:25 /usr/sbin/syslinux
2015 Mar 16
0
Fwd: Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
...by me in 'syslinux.cfg' I get the problem "boot:" prompt in the middle of an otherwise blank screen :( 3. > You probably should double-check that you actually have a "syslinux.cfg" > in the same directory where your "syslinux.efi" file is located. I had thousend-checked and the files in 'EFI/syslinux/' are as originally listed in my OP (where I selected only a few "important" files). For reference here, - Used Arch syslinux files from /usr/lib/syslinux/efi64/ (copied to EFI/syslinux/ on /dev/sdd1 (see below)): ... 134744 ldlinux.e64 121...
2008 Apr 24
0
[LLVMdev] FoldingSetNodeID operations inefficiency
...ey have less than some threshold (64?) of operands? If you avoided making totally crazy nodes, the problem would be defined away. Could this work? -Chris > test-case (you can fetch it from here > http://llvm.org/bugs/attachment.cgi?id=1275), which is just one HUGE MBB > with tens of thousends of instructions, there is a TokenFactor node N > that has ... 3200 operands! (These operands are PendingLoads created by > the SelectionDAGLowering::getLoadFrom and then copied into the > TokenFactor node by SelectionDAGLowering::getRoot called from the > SelectionDAGLowering::visitSto...
2017 Nov 06
0
Failed to find domain 'NT AUTHORITY'
...nal NAS, winbindd log an error > such this to samba.log.winbindd and /var/log/messages > > [2017/11/06 11:05:16.747449, 0] > ../source3/winbindd/winbindd_group.c:45(fill_grent) > Failed to find domain 'NT AUTHORITY'. Check connection to trusted > domains! > > thousends lines !!! ( 2 lines for each file ) > This problem also slow down the backup process. > > This happen only on share named [utenti] ( home share ) and not > on share [gruppi]. > > this is the winbindd log output at log level 5 > > [2017/11/06 14:58:04.800302, 3] > .....
2012 Jul 22
1
Performance based choices
I've stopped trying to find a HowTo that suits me right away, and instead I am happily trudging thru the Dovecot wiki, article by article. I have right up front thought of one question, a general one, and some detailed versions of that same question: Generally, is there much general performance and reliability background data available for making the basic choices? Say: 1st. delivery:
2012 Jul 04
8
Howto add another disk storage
Hi all What is the best strategy to add another storage to an existing virtual mail system ? Move some domains to the new storage and create symlinks ? Switch to dovecot hashing ? But in this case what is the easy-east way to migrate ? Thanks for any suggestions or tips !