search for: tma

Displaying 18 results from an estimated 18 matches for "tma".

Did you mean: dma
2009 Dec 17
1
Help with Merge - unexpected loss of factor level
...and cell section. The problem is that I have been tracking one factor in particular ('branch', values 2 or 3) and once the final merge occurs, the second level of this factor seems to disappear in the last dataset, even though it was present before. See code & output below: > dim(tma) > names(tma) [1] "Code" "marker" "cell" "tumourA" "tumourEXP" "int" "stain" "tumourPERC" "branch" > levels(tma$tumourA) [1] "DCIS" "...
1998 Oct 13
0
Setting up more than 1 samba domain logon server in the same subnet
Hello all, I have a samba domain logon server set up for Windows 98 clients using SambaV1.9.18p8. Logon and sharing are working perfectly fine. It is serving workgroup yyctpa. Today, I installed SambaV1.9.18p8 again on another Solaris 2.6 running on a PC (name TMA), using the same smb.conf as the workable version but serving a different workgroup yyctpb. I created an account testuser in the smbpasswd file. Then I rebooted my W98 and changed the domain to yyctpb, entered testuser and the correct passwd. Here's the error I got: The domain password you...
2005 Mar 27
1
problem with listing users on winXP/2k+3
...-----------------------------+------------------------------------------------+----------------------------------+----------------------------------+-----------+-----------+------------+-----------+-----------+-----------+ 1 row in set (0.02 sec) mysql> select * from user where nt_username='tma'; +------------+-------------+--------------+--------------------+----------------------+-----------------------+----------+---------+-------------+-------------+---------------------+-----------+--------------+--------------+-----------+--------------+-------------+-------------+-------+------...
2003 Nov 12
2
question about matrix
Hello, I have a few questions about matrix in R. Can we make a matrix whose elements are list? I would like to save two different values in each elements of matrix. If there is a package or something which can deal with complex numbers, that will do it too. Also, I am wondering whether there is a function to calculate the rank of the matrix. I found a matrix package, but it doesn't have
2009 Oct 16
5
Detect client application
Hello, Do you have any way to detect the client which is connecting to our IMAP server? I actually have an mail server which use dovecot but I just want to allow mobile device access to this server to get email, not desktop as Outlook, Thunderbird ... Thanks for your advice. -- Regards, Thu NGUYEN
2009 Oct 11
2
Dovecot inactive after an intermittent connection with LDAP
...n master: path: /var/run/dovecot/auth-master mode: 384 user: dovecot group: dovecot plugin: sieve: /home/%u/.dovecot.sieve -------------------------------------------------------------------- [root ~]# grep -v '^ *\(#.*\)\?$' /etc/dovecot-ldap.conf hosts = ldap.tma.com.vn dn = ##### dnpass = ###### auth_bind = yes auth_bind_userdn = uid=%u,ou=Users,dc=tma,dc=com,dc=vn ldap_version = 3 base = ou=Users,dc=,dc=com,dc=vn scope = subtree user_attrs = uid=uid,mailQuota=quota_rule=*:storage=%$M user_filter = (&(objectClass=posixAccount)(uid=%u)) pass_attrs = uid...
2010 Sep 07
1
[GIT PULL] ocfs2 fixes for 2.6.36.
...my tree, a merge commit somewhere to stick my SoB on, etc), let me know. Otherwise, please pull. Joel The following changes since commit 2bfc96a127bc1cc94d26bfaa40159966064f9c8c: Linus Torvalds (1): Linux 2.6.36-rc3 are available in the git repository at: git://oss.oracle.com/git/tma/linux-2.6.git fixes Jan Kara (2): ocfs2: Flush drive's caches on fdatasync ocfs2: Fix deadlock when allocating page Mark Fasheh (6): ocfs2: properly set and use inode group alloc hint ocfs2: split out inode alloc code from ocfs2_mknod_locked ocfs2: use ocfs2_allo...
2010 Aug 19
0
[GIT PULL] ocfs2 changes for 2.6.36, part 2.
...ec/ocfs2.git upstream-linus Goldwyn Rodrigues (1): Reorganize data elements to reduce struct sizes Jan Kara (2): ocfs2: Flush drive's caches on fdatasync ocfs2: Remove ocfs2_sync_inode() Joel Becker (2): Merge branch 'cow_readahead' of git://oss.oracle.com/git/tma/linux-2.6 into ocfs2-merge-window libfs: Fix shift bug in generic_check_addressable() Patrick J. LoPresti (3): ext3/ext4: Factor out disk addressability check JBD2: Allow feature checks before journal recovery OCFS2: Allow huge (> 16 TiB) volumes to mount Sunil Mushran...
2011 Jan 14
8
Web Based User Management
Does anyone know of a web GUI type application that would allow the creation and deletion of email accounts on an email server?
2010 Oct 22
0
[GIT PULL] ocfs2 changes for 2.6.37
...reduce struct sizes Track negative entries v3 Initialize max_slots early Jan Kara (1): ocfs2: Remove ocfs2_sync_inode() Jeff Liu (1): ocfs2: Avoid to evaluate xattr block flags again. Joel Becker (5): Merge branch 'cow_readahead' of git://oss.oracle.com/git/tma/linux-2.6 into merge-2 libfs: Fix shift bug in generic_check_addressable() ocfs2: Silence unused warning. ocfs2: Initialize the bktcnt variable properly, and call it bucket_count Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2.6 into ocf...
2010 May 20
0
[GIT PULL] ocfs2 updates for 2.6.35
...Don't relink cluster groups when allocating discontig block groups ocfs2: Make ocfs2_journal_dirty() void. ocfs2: Wrap signal blocking in void functions. ocfs2: Block signals for mkdir/link/symlink/O_CREAT. Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into ocfs2-merge-window ocfs2: Silence a gcc warning. Julia Lawall (2): fs/ocfs2/dlm: Drop memory allocation cast fs/ocfs2/dlm: Use kstrdup Mark Fasheh (9): ocfs2: allocation reservations ocfs2: use allocation reservations during file write ocfs2: use...
2009 Apr 30
42
[PATCH 00/39] ocfs2: Add reflink file support. V3
Hi all, So I have finally finished the v3 of reflink for ocfs2. The biggest change is that we support 64bit cluster offset now(Thank Mark and Joel for it). [View] http://oss.oracle.com/git/?p=tma/linux-2.6.git;a=shortlog;h=refcount [Pull] git://oss.oracle.com/git/tma/linux-2.6.git refcount The general information for reflink, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink. For the design doc, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/RefcountTrees http:/...
2009 May 03
6
[RFC] The reflink(2) system call.
...of this patch will obviously include the other architectures. The patches are also available in my git tree: git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git reflink The current ioctl-based implementation for ocfs2 is available in Tao's git tree at: git://oss.oracle.com/git/tma/linux-2.6.git refcount It will be reset atop the system call very soon. Please send any comments along. Joel Documentation/filesystems/reflink.txt | 129 ++++++++++++++++++++++++++++++++++ Documentation/filesystems/vfs.txt | 4 + arch/x86/include/asm/unistd_32.h | 1 arch/x86/...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...Dj^>VPXn!46MQP6+W@{MgszBGVj-%Zy) z!cMpH)k0`3^M^5`UK)gAF<I7=z~n*$q<$QxzubU=nxTQZy78j2iF`VfKY37k;Oro` zoO?_=7MZ}Zf6otWlE<#>Hj3+u&w1BTud#X)?Akhowfxc%9Qgr(038D;nJ=oSKgniG z(qaDAg?rfg50cW?Et-D^_naE3_nq0oDtiJ2H-QJ{(u=9tcbl&_z^X)S6Qxu3&DV3G zvPAnJ?9Z#s^dGgVP<U%y%Bw^yhb-N~at$x;tMA<@DEP1FcT6=brHcJIRCUtb4poJ{ ze-2d#*|$Sg%56N at _ikAK=5AOpVw|9WONG36YW;XcSLW&SKCEZ5-pib3 at 7Fdnxbk{A z9H#MKqk%pBYKnQ0fXesbeAV?HF(*I1jvHiA_{QwzCMKe`kh&4Q8gE6siY}WQ$ZZ9r z;<x5i-YJ?Kiwum-&hslf4G-Vbbj>8?9Hm87fOM+QK?fB0uCf0Cjh!_Syo%8Tu)0af z$K51J2kPa{39p>VJVI8((bTi$SwaJ>?Q+&amp...
2005 Dec 05
0
Dovecot-auth <defunct>
We have used qpopper on our email server RH 9 for long. But recently as the number of people using the server has increased too fast we have to switch to dovecot. Things seem to be OK with the rate users post and receive emails. But from that time very often I see this when top: . dovecot-auth <defunct> And some people sometimes have to restart their outlook to receive emails
2008 Jun 19
0
Error when complile samba 4 with python 2.5
Hi, When compile samba4 with python 2.5, I've got error below: n/mergedobj/python_svcctl.o: In function `py_SERVICE_LOCK_STATUS_get_lock_owner': py_svcctl.c:(.text+0x142): undefined reference to `PyUnicodeUCS2_Decode' bin/mergedobj/python_svcctl.o: In function `py_SERVICE_LOCK_STATUS_set_lock_owner': py_svcctl.c:(.text+0x227): undefined reference
2009 Mar 27
1
1.11 bug?: file client-common.c: line 25 (client_unlink): assertion failed: (clients_count > 0)
Hi, I got below log in last 2 days, I have to restart dovecot as pop3-login failed and service cannot respond. Mar 26 14:19:31 Info: pop3-login: Disconnected: Shutting down (auth failed, 1 attempts): method=PLAIN, rip=x.x.x.x Mar 26 14:19:31 Info: pop3-login: Disconnected: Shutting down (tried to use disabled plaintext auth): method=??<B7> Mar 26 14:19:31 Panic: pop3-login: file