search for: tomek

Displaying 20 results from an estimated 197 matches for "tomek".

Did you mean: tomeu
2000 Mar 29
2
BAD performance with SAMB on aix
...s, logging, copying - it all takes a very long time. The same client connected to Sun+Samba or Linux+Samba in the same network is incredibly faster. We are already thinking about exchanging this expensive machine with one 10 times cheaper Linux box ... Any ideas are welcome. -- Have a nice day ! Tomek Jarosinski Fachhochschule Hamburg - University of Applied Sciences 20099 Hamburg, Berliner Tor 21, R. 429 Tel:040/42859-2802 Fax:040/42859-2889 E-Mail: tomek@is.fh-hamburg.de --Linux is like a wigwam: no gates, no windows, and an apache inside--
2014 May 29
2
[LLVMdev] Module::getOrInsertFunction determinism
On 05/29/2014 11:06 AM, Tim Northover wrote: > Hi Tomek, > >> I’ve got a question about Module::getOrInsertFunction(). >> I got an impression that it is not deterministic where exactly in the bit >> code module the new function will be inserted. > Looking at the code (not exhaustively), it seems a new function will > always be...
2014 May 29
3
[LLVMdev] Module::getOrInsertFunction determinism
...s not deterministic where exactly in the bit code module the new function will be inserted. Is there a way to make it deterministic by explicitly specifying some offset at which the function should be inserted? Please correct me if I’m wrong. Thank you very much in advance for help, Best regards, Tomek -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140529/f2feb55a/attachment.html>
2014 Jun 04
3
[LLVMdev] Module::getOrInsertFunction determinism
...and produced non-deterministic output otherwise. I changed that bit to use vector instead and now it seems to be working as expected. I wouldn’t be surprised if this is already fixed / changed in some newer version of LLVM and I agree I should upgrade :) Thank you very much for help, Best regards Tomek On 03/06/2014 17:15, "Philip Reames" <listmail at philipreames.com> wrote: > >On 06/03/2014 02:50 AM, Kuchta, Tomasz wrote: >> Hi Philip, >> >> I would like to ask a follow-up question about code generation. >> Do you know if is expected that if we ta...
2014 Jun 03
2
[LLVMdev] Module::getOrInsertFunction determinism
...d I cannot rely on the >instruction count. >The problem in my case was that for the same source code base, I was >getting different resulting LLVM IR when doing the same >sequence of getOrInsertFunction and linking with other bit code modules on >each of runs. > >Thank you, >Tomek > >On 29/05/2014 19:34, "Philip Reames" <listmail at philipreames.com> wrote: > >> >>On 05/29/2014 11:06 AM, Tim Northover wrote: >>> Hi Tomek, >>> >>>> I¹ve got a question about Module::getOrInsertFunction(). >>>> I got...
1998 Dec 16
1
Deleting Roaming Profiles
...t exist) a registry string: Run regedt32.exe and locate the key entry: HKEY_LOCAL_MACHINE\Microsoft\Microsoft\Windows NT\CurrentVersion\Winlogon Add (or change) the following string: DeleteRoamingCache Standard value is 0, it has to be 1 All the Best. -- Have a nice day ! Dipl.-Ing. Tomek Jarosinski Unix & NT Systemadministration Fachhochschule Hamburg, Intranet Service 2099 Hamburg,Berliner Tor 21, R. 429 Tel:040/24882802 (BN:959 2802) Fax:040/24882889 (BN:959 2890) E-Mail: tomek@is.fh-hamburg.de
2014 May 29
2
[LLVMdev] Module::getOrInsertFunction determinism
...constant variables, numbers used in the ³dbg² metadata. Since sometimes the diff is not trivial to analyse I just wasn¹t sure if I only get these sort of differences and not differences like actual instructions being reordered. Do you know what might be the cause of these differences? Thank you, Tomek On 29/05/2014 19:06, "Tim Northover" <t.p.northover at gmail.com> wrote: >Hi Tomek, > >> I¹ve got a question about Module::getOrInsertFunction(). >> I got an impression that it is not deterministic where exactly in the >>bit >> code module the new f...
2019 Dec 05
1
Dovecot 2.3.8 - How to force index creation for user/mailbox?
...es/vmail/domain.ru/user/.INBOX/* > > /var-fast/dovecot/indexes/vmail/domain.ru/user/.INBOX/dovecot.index > /var-fast/dovecot/indexes/vmail/domain.ru/user/.INBOX/dovecot.index.cache > /var-fast/dovecot/indexes/vmail/domain.ru/user/.INBOX/dovecot.index.log > > > 04.12.2019 18:15, Tomek Lutelmowski via dovecot wrote: > > Someone who have mailbox in different directory than indexes, can confirm > if doveadm can recreate index (after deleting dovecot.index* files) or > these files can be created only by connecting with IMAP client? > > ?r., 4 gru 2019 o 15:45 Sami...
2019 Dec 03
2
Dovecot 2.3.8 - How to force index creation for user/mailbox?
...ers in background. wt., 3 gru 2019 o 20:23 Aki Tuomi <aki.tuomi at open-xchange.com> napisa?(a): > Wait, did you mean 'dovecot.index' file? That file is only created > occasionally, the actual index is kept in dovecot.index.log. > > Aki > > > On 03/12/2019 21:20 Tomek Lutelmowski via dovecot <dovecot at dovecot.org> > wrote: > > > > > > Thanks, but both commands didn't create dovecot.index. Only when I open > folder with IMAP client, the dovecot.index is created. > > > > > > wt., 3 gru 2019 o 18:16 Aki Tuomi &l...
2019 Dec 04
3
Dovecot 2.3.8 - How to force index creation for user/mailbox?
...directory than indexes, can confirm if doveadm can recreate index (after deleting dovecot.index* files) or these files can be created only by connecting with IMAP client? ?r., 4 gru 2019 o 15:45 Sami Ketola <sami.ketola at dovecot.fi> napisa?(a): > > > > On 4 Dec 2019, at 11.48, Tomek Lutelmowski via dovecot < > dovecot at dovecot.org> wrote: > > > > mail_location = maildir:~ > > > > can't spot anything obvious wrong. Just spotted that you are storing mails > in users home root along with all other files such as index files. > > Mayb...
2002 Apr 22
1
Goodness-of-fit
Hi, I want to perform goodness of fit test for multinominal distribution. The easiest way would be to use Chi2, but the measurment errors are not normally distributed. I thought about using some bootstraping method to perform the analysis. How can I do it in R? Tomek -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat...
2009 Jan 29
1
Multidimensional scalling
Dear R developers and users! I have calculated metric MDS by cmdscale from matrix of distances (dissimilarities). I would like to ask you how can I estimate how well this new mapping represents characteristic features of my data set? Thank you for any suggestions. Best, tomek
2005 Feb 08
2
MD5 in SIP's "register => ..."
Hello Everyone! I just want to make sure if such a mess could work for sip channel: In sip.conf: ; register => <some_md5_checksum>@host ; ; [host] hostname=some_address auth=md5 Greets Tomek -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050208/169311c6/attachment.htm
2012 Dec 07
1
9.1-RC3 reproducible kernel panic in ffs_valloc?
...ly the OS). Right now I am not sure if this is storage related anymore... but there are some remarks about ffs. Crash occurs after I start Xorg (Kde3 WM, all packages installed from binary packages with portinstall). Please let me know if you need additional information/tests :-) Best regards :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
2005 Jan 18
4
how to check IP addresses of machines in the network?
...ver, smbclient -L pdc gives me only netbios names, and not IP addresses: $ smbclient -L pdc (...) Server Comment --------- ------- AC-PC001 AC-PC002 How can I list workstations with their netbios names and corresponding IP addresses? Tomek
2005 Aug 29
8
Samba as a domain controller for Linux workstations?
...a as a sort of a domain controller for Linux workstations? I'm thinking of benefits like roaming profiles, managing printers etc. Or perhaps for Linux there are better choices than Samba, when it comes to the office / school use (many users, many classrooms, many workstations etc.)? -- Tomek http://wpkg.org
2013 Aug 07
1
FreeBSD9.2-RC1 bootonly network installation fetch error (snapshots vs releases)
...f from snapshots while it is in releases directory: Installer wants to get 9.2-RC1 stuff from here (where it is missing): ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/i386/i386/ While the stuff is at: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/9.2-RC1/ Please fix :-) Best regards :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
2012 Dec 20
4
repo.txz missong on packages-9-stable for pkg
...office Updating repository catalogue pkg: ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/All//repo.txz: File unavailable (e.g., file not found, no access) I have set PACKAGESITE to packages-9-stable repository :-) Will this support stable packages or a release only? Thanks :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
2019 Dec 03
2
Dovecot 2.3.8 - How to force index creation for user/mailbox?
Thanks, but both commands didn't create dovecot.index. Only when I open folder with IMAP client, the dovecot.index is created. wt., 3 gru 2019 o 18:16 Aki Tuomi <aki.tuomi at open-xchange.com> napisa?(a): > > > On 03/12/2019 18:30 Tomek Lutelmowski via dovecot <dovecot at dovecot.org> > wrote: > > > > > > Hello, > > > > I'm using maildirs, and I have problems with big mailboxes (~ 20000 > emails, 30-50GB) - sometimes access to such mailbox takes very long (~10 > minutes), I would li...
2019 Dec 04
2
Dovecot 2.3.8 - How to force index creation for user/mailbox?
...b fts fts_lucene virtual acl sieve } protocol imap { mail_plugins = zlib fts fts_lucene virtual acl imap_acl } ?r., 4 gru 2019 o 07:34 Sami Ketola <sami.ketola at dovecot.fi> napisa?(a): > Hi, > > then please post doveconf -n > > Sami > > > On 3 Dec 2019, at 21.31, Tomek Lutelmowski via dovecot < > dovecot at dovecot.org> wrote: > > Neither of dovecot.index files are created (.cache, .log, .thread) - these > files are created when I open the folder with IMAP client. When mailbox is > not used for long time, the indexing takes very long time. So...