Displaying 20 results from an estimated 667 matches for "duo".
Did you mean:
do
2008 Mar 09
1
Strange error porting from Core 2 Duo to Core Duo
I built an app in MS Windows with VC++ 6.0 (the one I'd like to port
to the iPhone if you saw my last post).
Both Macs have the same MacPorts version of Wine 0.9.56.
It runs fine on Mac OSX Tiger Intel [Core 2 Duo] (MacBook Pro). But
when I copy the files to the same version of Mac OSX Tiger Intel [Core
Duo] (Mac Mini), I get the following unexpected extra text when I
launch the app. I just noticed that the app seems to run fine if I'm
patient and let it run on this slightly slower machine.
08:03:09:0...
2007 Jan 19
4
core 2 duo motherboards and centos 4
from my googling around, it doesn't look there is a single motherboard
that supports core 2 duo and works without patches or tweaks. is that
true? the main thing we want is:
core 2 duo support
4g of 800mhz (or better) ram
sata
gig ether with pxe boot
we can live without pata or usb for a while.
we've tried intel 965 and asus p5b based boards with various levels of
ease of install,...
2006 Nov 17
1
How to set up R for Macbook Pro Intel Core Duo
I just recently purchased a Macbook Pro, Intel Core Duo 2GHz, 512 MB RAM.
After looking through several articles in this forum I found the link to the
R Mac Wiki. I am not that tech-savy but it appeared to me that this link,
http://wiki.urbanek.info/index.cgi?IntelMacR
describes how to install R on a Intel Mac Core Duo to utilise the two cores.
I...
2009 Jan 24
2
Bug#512900: xen-hypervisor-3.2-1-amd64: don't support core 2 duo processor
Package: xen-hypervisor-3.2-1-amd64
Version: 3.2.1-2
Severity: grave
Current xen hypervisor don't support Intel Core 2 Duo T9400 processor. Processor supports Intel (R) Virtualization Technology.
-- System Information:
Debian Release: 5.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.28.1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_R...
2006 Aug 31
7
Core 2 Duo
Am considering a new laptop, and I wonder if anyone here can share their
Xen experiences with the newest Core 2 Duo CPUs, ref
http://www.intel.com/products/processor/core2duo/specifications.htm
The list at http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors
doesn''t include any Core 2 Duos. Does that mean that people have had
problems, or is the wiki just not up to date?
I gather VT is not avai...
2006 Oct 02
0
exact Core 2 Duo setup supporting Intel-VT
Hi all,
I checked the following page but it is not
exhaustive:
http://wiki.xensource.com/xenwiki/IntelVT
(it actually doesn''t even lists Core 2 Duo
as supporting Intel-VT [it lists Core Duo
though]... I''m not familiar with Wikis, I don''t
know how I can change this myself [and I don''t
know either if I''m allowed to change it])
Could all the people reading this who
successfully managed to run unmodified
guest...
2008 Aug 07
9
CentOS5 running very slowly on a core 2 duo with 4 GB RAM
Hi, I've installed CentOS5.2 on an INTEL Core 2 Duo (Intel(R) Core(TM)2
Duo CPU E6550 @ 2.33GHz), 4 GB RAM (MemTotal: 4072176 kB) and
my system gets sevarel minutes to startup, specially on udev daemon.
Once the system is UP, every command I run gets 100% CPU and every is
very slowly at the point yum -y update never ends. The system instal...
2008 Nov 19
3
I need help with CentOS installation on a Core 2 Duo Laptop
Hi,
I've tried to install CentOS 5.2 on Core 2 Duo T5750 2.0Ghz laptop
but what happens is every thing hangs up when anconda system installer
starts. So I tried PCLinuxOS in it's text-based installer it detects
the CPU core 1 and when it try to detected the other one system gets
stuck. I tried these same two distro's on another PC that hav...
2006 Oct 31
2
CentOS 4.3 on Intel Xeon Core 2 Duo
Dear list,
I am planning to buy a new server -because the new Core2 Duo based Xeons
(5100 series) are considerably faster in some scenarios than Opteron
machines while not beeing more expensive, I would like to hear some
real-world experiences from people who have installed CentOS 4.3 or 4.4
on such a setup.
Specifically:
CPU: 2x Intel Xeon 5100 2GHz
Board: Int...
2008 Feb 04
1
Overclocking core 2 duo on centos 5
Anyone out there ever overclocked core 2 duo on centos 5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080204/9d7f29ec/attachment-0001.html>
2008 Feb 08
3
CentOS 5.1 Core 2 Duo Install freezes
...nd I need help. I'll try to
give as much information as possible.
----------
HARDWARE
----------
MB:
Supermicro PDSBM-LN2+
Intel 946GZ
ICH7R + Intel? 82573
Memory:
Crucial 512Mb, 1Gb, 2Gb modules matched to above MB.
Processors:
Intel Celeron 420 Conroe-L, 1.6GHz 512KB 64-bit
Intel Core 2 Duo E6320, 1.86Ghz 4Mb 64-bit
Intel Pentium E2140 Allendale (Dual Core), 1.6GHz 1M 64-bit
Hard Disks:
Various Western Digital and Seagate SATA Drives
----------
----------
BIOS (Rev 1.0 as well as Rev 1.0a)
----------
Disabled Native Mode
Disabled Native Mode with ACPI
Enabled SATA Native Mode
-----...
2007 Dec 03
4
x86_64 versus i386
Hello,
On the Intel Core 2 Duo processor based systems, we have the option of
installing either x86_64 or the i386 distribution. I would like to
know your experiences with the x86_64 port. How does it compare with
the i386 distribution in terms of stability, reliability and
performance ? How significant are the performance benef...
2006 Dec 26
0
alias_method_chain vs. redefined method with super
...I have a simple data model (a music collection) that
I often use to evaluate web frameworks, and I''m trying to get it working
on Rails 1.2.0RC1.
Specifically, I have three classes which subclass a common Artist class:
- Band (name:string)
- Musician (first_name:string, last_name:string)
- Duo (first_artist:Artist, other_artist:Artist)
I''m using single table inheritance to store all of the fields for the
various Artist types in one table. I want the ''name'' attribute to be
derived for Musicians (first_name+last_name) and Duos
(first_artist.name+last_artist.nam...
2011 Jun 27
4
How many L1/L2 my cpu have ?
Hi
Could anybody explain me how to check how many L1/L2 cache my cpu have.
I'm using CentOS 5.6
*cat /proc/cpuinfo |grep CPU *
model name : Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz
model name : Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz
Diagram of a generic dual-core processor, with CPU-local level 1 caches, and
a shared, on-die level 2 cache.
*http://upload.wikimedia.org/wikipedia/commons/e/ec/Dual_Core_Generic.svg*
#########################
>From...
2007 Feb 12
9
No Full Virtualisation with Intel Core 2 Duo T5500 Mobile CPU?
Hello,
I have some interesting issue with Intel VT CPU and XEN 3.0.2:
I''m running XEN 3.0.2 on a MSI Fuzzy 945GM2 Mainboard
(http://www.msi.com.tw/program/products/ic/ic_detail.php?prod_no=4) with
a Intel Core 2 Duo Mobile CPU (T5500).
When booting the mainboard BIOS says it found a EM64T CPU, which is
AFAIK the code for a Intel CPU with Virtualisation Technologie.
But whether Linux nor XEN detects this CPU as a VT CPU.
Who''s right, the mainboard or Linux?
Regards
Falko
__________________________...
2006 Apr 27
2
Incomplete Trio in TDT analysis
I am involved in a study where, as in most of life, men demonstrate
themselves to be recalcitrant. So while we have many probands and most of
their mothers we only have about 50% of the trios being complete.
I have been running tdt and trio.types. It appears as if it is ignoring the
duos. Sometimes a duo can be informative. For instance
Father ..missing
Mother 1/2
Proband 1/1
This duo shows that for allele 2, this was clearly a case where 2 was
untransmitted.
Yet I do not think this family counts toward the output that is generated.
Am I correct? How do I use R to do TDT analysis...
2019 Sep 04
0
LDAP Account Manager 6.9.RC1 with Duo support
Announcement:
-------------
LAM's 2-Factor-Authentication system supports Duo. The self service can
show a custom footer on its pages.
This is a test version. Please report any bugs till 2019-09-18.
Full changelog:
https://www.ldap-account-manager.org/lamcms/changelog
Download:
https://www.ldap-account-manager.org/lamcms/releases
Features:
---------
* management of v...
2019 Sep 29
0
LDAP Account Manager 6.9 with Duo support
Announcement:
-------------
LAM's 2-Factor-Authentication system supports Duo. The self service can
show a custom footer on its pages.
Full changelog:
https://www.ldap-account-manager.org/lamcms/changelog
Download:
https://www.ldap-account-manager.org/lamcms/releases
Features:
---------
* management of various account types
* Unix
* Samba 4/Active Directory
* Aster...
2023 Jun 06
0
LDAP Account Manager 8.4 with Docker on Mac and Duo universal prompt support
Announcement:
The Docker images support Apple Silicon now. You can also use LAM with
Duo's latest authentication option: universal prompt.
Full changelog:
https://www.ldap-account-manager.org/lamcms/changelog
Download:
https://www.ldap-account-manager.org/lamcms/releases
Features:
* management of various account types
* Unix
* Samba 4/Active Directory
* Asterisk
*...
2010 Apr 17
0
ext3/ext4 random write performance on ioDrive duo
Hi all,
I have evaluated Fusion-io ioDrive duo (PCIe direct attached NAND
flash memory storage) on the CentOS 5.4.
The experimental result shows the write performance with multiple
jobs (processes) on the ext3/ext4 filesystems is lower than that of XFS.
The question I have is what is the cause of the ext3/ext4 performance
limitation.
I have me...