similar to: Multiple cpu's supported?

Displaying 20 results from an estimated 70000 matches similar to: "Multiple cpu's supported?"

2007 Jul 27
2
Matrix Multiplication, Floating-Point, etc.
Hi. I recently tried the following in R 2.5.1 on Windows XP: >ev2<-c(0.8,-0.6) >ev1<-c(0.6,0.8) >ev1%*%ev2 [,1] [1,] -2.664427e-17 >sum(ev1*ev2) [1] 0 > (I got the same result with R 2.4.1 on a different Windows XP machine.) I expect this issue is very familiar and probably has been discussed in this forum before. Can someone please point me to some
2003 Jan 07
2
user names containing @
Hi, we are running Samba 2.2.2 on Solaris8; one client (MS 2000) is not able to map a drive: The tcpdump shows the correct user name <user>@<dom>. smbd -d 3 shows <user>_<dom> and thus the authentication on the PDC fails. Does anybody know why Samba translates the @ into an _? Thanks a lot, Roman __________________________________________________________________ The NEW
2003 Jul 18
1
rsync 2.5.6 freezes between Solaris2.6/Commercial SSH Version 2.0.12 and Solaris8/OpenSSH_3.6.1p1
We had been using rsync and Commercial SSH to sync up two SUN boxes running Solari2.6 and Commercial SSH Version 2.0.12. It has never been a problem syncing between over 80,000 files and 4GB of content We are upgrading to Solaris 8 and OpenSSH_3.6.1p1 However now when I go between the older and the newer environment even with just a few hundred files, the rsync hangs or freezes when it hits a
2005 Apr 21
2
do not understand what to do to correct this error
---------------------------------------------------------------------------- ---- FULL RSYNC LOG ---------------------------------------------------------------------------- ---- /usr/bin/rsync -av --force --delete-excluded --exclude-from=/usr/local/etc/snapback/snapback.exclude -e ssh --delete peru.cbm.mercyships.org:/ /home/backup/peru/hourly.0/ <bunch of lines deleted> wrote 873039
2013 Jun 18
1
eigen(symmetric=TRUE) for complex matrices
R-3.0.1 rev 62743, binary downloaded from CRAN just now; macosx 10.8.3 Hello, eigen(symmetric=TRUE) behaves strangely when given complex matrices. The following two lines define 'A', a 100x100 (real) symmetric matrix which theoretical considerations [Bochner's theorem] show to be positive definite: jj <- matrix(0,100,100) A <- exp(-0.1*(row(jj)-col(jj))^2) A's being
2010 Jan 21
2
IMAP only for some users or via webmail
Hello! First, sorry for my English... I'm a newbie with Dovecot and I have some questions, I'm testing Dovecot 1.1.11 in a virtual machine. I wish in the future, migrate this to a real server. Ok, but i need this: 1) A group of users can use IMAP or POP3. 2) The others, only can use POP3. But, this users can use IMAP only with a webmail (the webmail is in the same server that
2008 Mar 05
0
[PATCH] ioemu: fix SDL mouse events processing
ioemu: fix SDL mouse events processing - GetRelativeMouseState always returns the last position, so when the polling loop gets several mouse events in one go, we would send useless ''no move'' events. - So as to make sure we don''t miss any mouse click / double click, we should not use GetRelativeMouseState() to get the button state, but keep records of the button
2005 Mar 02
3
samba3.0.10
Hi Jerry/Samba Team I have Samba 3.0.10 installed on Solaris8 server and Samba-client-2.2.10 installed on Linux Red Hat2.1AS servers The Linux servers use Samba to mount filesystems from Solaris8 server. My question is how to find out on the Solaris8 server which Linux servers are using Samba to mount from. Because it is hideous to go to every Linux server and see which Solaris8 server they are
2002 Oct 26
0
How to prevent batch rsync to write rsync_argvs files in the home directory
Hi, Whenever i am using the command rsync --write-batch -av --stats `cat $1` -e ssh user@remote machine:/destination/ This is writing rsync_argvs files in the home directory as well as to the destination directory. Can anyone give me any idea as how to prevent the writing of rsync_argvs files in the home directory which is of no use. Regards, Surabhi. > ---------- > From:
2008 Jan 14
3
Samba shares are case-sensitive in Windows = bad
Hi, I am a Samba newbie using 3.0.27 and noticed that Samba allows me to create directories in Samba shares on Windows that have the same name, but different case. For example, "TEST", "tEsT", "test", and "TESt" are all permitted directory names in the same path (root directory of the Samba share). This seems like a bad thing since Windows itself does
2003 Sep 24
0
(fwd from Michael.Pedigo@motorola.com) Core Dump issue with Solaris8 and 2.2.8a
----- Forwarded message from Pedigo Michael-G17060 <Michael.Pedigo@motorola.com> ----- From: Pedigo Michael-G17060 <Michael.Pedigo@motorola.com> To: "'samba@samba.org'" <samba@samba.org> Subject: Core Dump issue with Solaris8 and 2.2.8a Date: Tue, 23 Sep 2003 10:40:16 -0500 Hello, I am NOT an advanced UNIX admin and am fairly new to Samba, and am seeking
2005 Apr 08
0
winbind on Solaris8 problem concerning Domain Users
Hello. I am in a trouble. ActiveDirectory(joind Domain Users in secoundry group) user can not use terminal in X. If use,X session is freeze. But,ActiveDirectory(not joind Domain Users in secoundry group) user can use terminal in X. X session is not freeze. Why? anyone,please tell me how to work well. (That is,X session is not freeze evenif ActiveDirectory is joind Domain Users in secoundry
2003 Sep 15
2
Unable to access the mailbox or folders !!
Hi all, I have installed dovecot on redhat linux with ldap backend. I can login using ldap account in to my webmail (squirrelmail) .But when I login to the webmail , I cant see any inbox or anything . Just some error messages like this , ERROR: ERROR : Connection dropped by imap-server. Query: LIST "" "Sent" ERROR : Could not complete request. Query: SELECT
2020 Feb 13
0
Shared Mailboxes with Multiple Domains
Trying to track down a problem I've been dealing with for a while. Everything else works fine - the problem is with shared mailboxes. My present, and desired, prefix for the shared namespace is: prefix = INBOX/shared/%%d/%%n/ Some mail clients, particularly Thunderbird and Android's AquaMail, have no problem with this. But other (presumably broken) clients don't show the shared
2012 Aug 08
1
Question about R and multiple CPU's
I have a question about multiple cores and CPU's for running R. I've been running various tests on different types of hardware and operating systems (64 bit, 32 bit, Solaris, Linux, Windows, RV.10, .12, .15, .15.1.) Generally speaking, it seems that for a single user and process that R prefers to have as much resources as possible; especially memory. I've looked at some of the r-sig
2012 Jun 25
1
using multiple cpu's - scaling in processing power
Hi All In the past I have worked with parallel processing in R where a function F is applied to the elements of a list L. The more cpu cores one has, the faster the process will run. At the time of launching the process for (F,L) I will have a certain fixed number of cpu's that I can use. I have tested this approach and it works fine (i.e. package 'multicore' , using 'mapply'
2005 Jul 12
0
NEWBIE: libsendfile.so.1 missing
I've installed samba before, but it was an older version. This time I'm having some trouble. I'm using the Solaris8-Sparc packages from sunfreeware.com and got the error: /usr/local/samba/sbin/smbd: fatal: libsendfile.so.1: I made sure that libiconv-1.8-sol8-intel-local was installed and then reinstalled it anyway, but the libsendfile.so.1 was not located in /usr/bin where it is
2009 Jun 12
1
auth_cache multiple passwords ?
Hi, First, thanks Timo and Stefan for this great IMAP/Sieve implementation... We are using 1.1.16+cmu_sieve/managesieve additions for now (following releases since ~ 1.0.1). We have a specific problem here with auth-cache: We use direct imap/sieve connection from different clients, using LDAP password: everything is fine. The problem appears with our webmail access using a web-SSO system
2008 Oct 15
0
Multiple IMAP connections.
There is a project (catmail) to build a webmail front end using the Catalyst Framework and the question came up about multiple connections per user. Specifically the question was: "The IMAP server can support multiple connections, but do you think the backend should support multiple connections for separate folders or one IMAP connection for one session?" Since my servers are too
2001 Nov 19
1
openssh password expiration problem
openssh password expiration problemPatrick, Indeed password aging does not work with OpenSSH 3.0.1p1 on Solaris 2.6. >From what I can tell something is different with Solaris 2.6 and Solaris 2.8. I know that password expiration doesn't cause a problem on Solaris8. I'm unclear as to whether the problem is with OpenSSH code or Solaris. All I know is that the latest PAM patches are not