CentOS 5 :: CPUINFO Display 2000 Mhz Not 2800 Mhz?
May 5, 2010
today i install centos x86_64 in my server, but /proc/cpuinfo display 2000Mhz . My processor model name : Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz, before the server had centos i386 and display 2800Mhz.
View 3 Replies
ADVERTISEMENT
Jan 6, 2010
Only lately I notice that my CentOS 5.2
(Linux centos52-64-fuj 2.6.18-92.el5 #1 SMP Tue Jun 10 18:51:06 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux)
does not detect a second core according to /proc/cpuinfo
Quote:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
[Code]....
View 10 Replies
View Related
Nov 21, 2009
I have just bought new PC (Intel mother board "Intel DP43TF ATX" and Processor "Intel Core 2 Quad Q9550"). and I have installed centos 5.3 32 bit.
NOTE: All cores are enabled in BIOS.
When I issue below command, it shows only one core (not 4 cores): what could be reason!
# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 23
[Code].....
View 1 Replies
View Related
Jun 16, 2010
In my environment we are using centos 5. So any one guide me to do the basic file sharing between linux to windows xp,2000.
View 1 Replies
View Related
Feb 8, 2010
I have problem with connection to mssql 2000 from centos. i have installed php, freetds, unixOBDC on server Centos. My mssql server on another computer (windows xp). Now, when i tried to connect mssql with php : >> mssql_connect("192.168.179.100","sa","sa")
Centos return to me "Unable to connect to server: 192.168.179.100 in /var/www/html/work/test.php on line 15 "
note: mssql is running on windows, and user and password is same "sa".
View 12 Replies
View Related
Mar 9, 2009
I want to join my centos 5 to my windows 2000 Active Directory domain and can not figure it out.
View 1 Replies
View Related
Jul 11, 2011
Ubuntu Server 11.04 64bit seems to work fine on my Dell - most of the time at least. Sometimes upon boot, the screen stays black after grub. If it does boot correctly, I can find the following in dmesg:
[Code]...
View 1 Replies
View Related
Aug 23, 2010
I have Debian 5.0.3 and I've had a lot of trouble installing Linsys WMP600N PCI card - Ralink chipset - 2860. I had it installed in the board, before I installed/compiled Debian. What I'm thinking I should have done was chosen Desktop and Laptop during the guided install. I tried expert install, but I was over-whelmed with options. Anyways, I tried NDISwrapper in many different ways. My last tries showed that the driver and device was working. No matter what I did, I would never get an interface with a wireless extension. I couldn't find any useful information anywhere, including Ubuntu forums - I'm sure you think I'm stupid or evil.
I eventually figured I would get the drivers directly from Ralink website. [URL] The one that looked like it would work (RT2860PCI/mPCI/CB/PCIe(RT2760/RT2790/RT2860/RT2890) would error out when I would try to extract anything. I used 2nd one (RT2860WebUI) which worked. If anyone does use it, be sure to read all documentation that is included, including the README. After I was done installing/compiling it, I got ra0 interface and could see my router.
I couldn't connect to it because I use WPA2 and that wasn't an option for encryption. I will work on that later. I wanted to share this information with anyone who might need this.
View 1 Replies
View Related
Jan 13, 2010
Is there a simple way to determine the CPU socket from the output of /proc/cpuinfo. Determining the type of processor is simple enough, but the processor I have (Celeron) has two different possible sockets. The output of /proc/cpuinfo is:
processor : 0
vendor_id : GenuineIntel
cpu family : 15
[Code]...
I've looked on the Intel processor finder web site with appropriate filters, but the stepping values do not appear to match anything.
View 1 Replies
View Related
May 13, 2011
I have fedora 14 installed and wish to use/learn kvm. I installed via groupinstall the virtualization group. I see vmx in /proc/cpuinfo. but when I start virt-manager I get a message that kvm is not installed or cannot be leaded into the kernel (to make a long message short). I am at a loss here as to what to do. I run cat /proc/modules and see "kvm 257420 0 - Live 0xffffffffa022a000". also after running modprobe kvm I run [root@fed14 ~]# lsmod | grep -i kvmkvm 257420 0 and see kvm there.
View 3 Replies
View Related
Jul 18, 2011
My CPU has 2 cores, so I can see two parts in /proc/cpuinfo.But, I want to know if CPUs that support Hyper-Threading (or similar tech), will /proc/cpuinfo give CPU info per core or per thread (or call it sibling)?I only know that Windows Task Manager will give CPU usage statistics per thread if the CPU supports HT.
View 2 Replies
View Related
Feb 17, 2010
I recently built a new computer. For CPU, I am using AMD Athlon II X2 @ 2.8GHz... However, when I do cat /proc/cpuinfo, I get the following:
processor : 0
vendor_id : AuthenticAMD
cpu family : 16
model : 6
model name : AMD Athlon(tm) II X2 240 Processor
stepping : 2
cpu MHz : 800.000
cache size : 1024 KB
and same thing for processor: 1 Notice that for cpu MHz, it says 800.000. However, that is not correct... Shouldn't it say 2800? Is this a bug? Am I looking at this wrong?
View 2 Replies
View Related
Oct 1, 2010
I'm trying to retrieve a single string or value from /proc/cpuinfo, but when I try to extract the model (not the model name) the model name comes with it, also it likes to print it twice...
Code:
model="`cat /proc/cpuinfo | grep model | cut -d: -f2 | cut -c1-3`"
echo $model
All i want this to do is spit out the model number once. (I need to pass it to another script)
View 14 Replies
View Related
Feb 26, 2011
I have following in cpuinfo:
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
[code]....
View 2 Replies
View Related
Sep 2, 2011
There is a computer with two "Xeon(R) CPU X5550 @ 2.67GHz" CPU. The Hyper-threading is enabled, so it looks like 16-core system, but really there is only 8 physical cores.
I know that when hyperthreading is enabled, each physical core is splitted into two virtual cores. I want to know, which pair of virtual cores shares a physical core and which are not. Or, how (in what order) will Linux enumerate HT-cores comparing to real cores. (enumerating is done for sched_setaffinity and taskset masks).
I have a dump of /proc/cpuinfo file from the system.
I think there are possible:
CPU0-CPU7 are not sharing phys. core. CPU8-CPU15 too. But sharing is in pairs CPU0+CPU8, CPU(i)+CPU(i+8) and so on. or CPU0+CPU1 are from single physical, CPU2+CPU3, CPU(2*i)+CPU(2*i+1). or exotic CPU0+CPU15 sharing, CPU1+CPU14 ... or random?
The hard moment in this case is that there are 2 physical dies of CPU (two sockets), and usual recommendation of using "physical id:" field can't help
The cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
[Code].....
View 1 Replies
View Related
Jun 8, 2009
i didnt find a solution to a display problem im having. my server mobo is an asus k8n-dre with built in video. after the install(using built in video) the screen dosnt display fully as in black sections on the left and top of the screen. from the searching i did i found something about an "xrandr" command that would let me change the video settings but it didnt do anything with the black areas when i tried it. i also have a nvidia geforce 9500gt video card so i changed the jumper to boot from it and tried again. the black sections are still there but the centos display covers much more of the screen now. theres still about a third of an inch gap on the left hand side and about 1/4 of an inch on the top. ive also tried updating the software to see if it may be a driver issue but no luck. anyone know how or if it can fit to full sceen? the screen displays up to 1440x900 if im not mistaken but with the built in video it gave me lots of display options including the 1440x900. after changing to the nvidia card it only shows 800x600 and 640x480.
View 5 Replies
View Related
Jun 15, 2011
I tried to installed Centos5.4 version on Dell PC intel corei3 inspiron580s and succeeded but found some issues following below
1 Hardware issue for LAN driver ( Broadcomlink(TM)gigabit ethernet)
2 Display Driver not support and also missing Xorg.config file (i.e ., My Screen Starts from center of screen )
3. What is minimum configuration for centos 5.4 ?
View 2 Replies
View Related
Mar 3, 2010
After having my Ubuntu 9.10 for more than 2 months and being so happy about it, it has suddenly collapsed. I do not know if collapse is the best word to describe it but it looks like but hopefully has not.
It happened like this: I switched off the computer before leaving for a 10 days trip and no problems. When I came back and switched on the computer but it was impossible to start. The screen first showed the following message:
Mount of file system failed.
A maintenance shell will now be started.
CONTROL D will terminate this shell and re-try.
root@pablo-laptop:~#
I force the laptop to switch off and switch it on again. It gave me options to initialize under different versions of Karmic Koala but none work. (It gave me the option of making a memory (or file system, I do not remember well) test which I did and says there was no problem). In all the cases it went back to the message above.
I tried Control + D but again nothing. It displayed a page of information of which I write a part of it:
[Code]....
To see all the info after Control + D you can see the attachement (althoug not too clear)
If you can not see well the picture and the info on it I can try to make it better or transcript it.
View 4 Replies
View Related
Apr 23, 2010
I installed karmic koala 9.10 via the wubi installer in a separate partition with windows 2000 being the original operating system. Now nothing boots. I use to get a 'missing ntldr' message but lately I just get a grub loading error: 'no such partition' then a 'grub rescue>' prompt and nothing else. I've tried the numerous help pages in order to see what is wrong but always get stuck when something they say to do doesn't work for me and then I don't know what to do next. I can run koala from the installation cd and can see the contents of both the linux and windows partitions. The grub folder is there too but I haven't been able to reinstall it. What I should be doing to get this drive to boot? I'm still at the stage that I require all the specifics details on *how* it should be done especially with command lines instructions.
View 9 Replies
View Related
Nov 10, 2010
I had to upgrade to Ubuntu 10.04 after 9.04 stopped being supported and now I can't run Quicken 2000 Basic in WINE anymore when it ran just fine under 9.04 using WINE When I try to install it from the CD ROM it gives me this error The file '/media/QWINMMR1F/install.exe' is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run. For more details, read about the executable bit. So I copied all the files from the Quicken CD to my hard drive and installed it from that folder and it completed installation without any installation errors but when I run Quicken and try to open the qdata.qdf file Quicken gives me a "can't open file" error.
I then removed WINE and installed the latest BETA Version now I can install from the CD but still get the "can't open file" error from Quicken. It worked fine under 9.04 and WINE and I could update the info in Ubuntu and it would show up under Windows and if I'd update in Windows it would show up under Linux. Now in Ubuntu 10.04 it does not work.
View 1 Replies
View Related
Apr 21, 2011
Ubuntu has suddenly decided that it want's the Ambiance theme to look like Windows 2000?!? the borders and icons of the theme are all OK however the controls have gone windows retro style?(im using 64bit if this makes a difference)
View 8 Replies
View Related
May 18, 2011
I have been trying for a week now to install ubuntu on my windows 2000. I have followed both the usb and cd install to the t with no prevail. it seams that it wont boot to disk or recognize and boot to usb. I have test this on both of my windows 2000 computers and i gotten the same problems.
View 9 Replies
View Related
Sep 8, 2011
I need a new OS and heard about Suse for the longest time and wanted to give it a go. It's gonna be hard to let go of Win 2k, but with support degrading I need a OS that's rock stable like 2k. My main concern is application compatibility so I can run my current windows app in Suse. Ultimately I would want a multiboot so I don't lose windows 2k.
I'm using a IBM Thinkpad T61 with these configurations: T9300(2.5GHz), 4GB RAM, Cricual SSD 120GB, 14.1in 1440x900 LCD, 128MB nVIDIA Quadro NVS 140M, CDRW/DVDRW, Intel 802.11abgn, Modem, 1Gb Ether, UltraNav, Sec Chip, FPR, Camera, Windows 2000 SP4
View 9 Replies
View Related
Oct 7, 2010
I love foobar 2000 but I'm always trying to shy away from windows apps. What are your recommendations as "good" replacements for foobar 2000? So far I have tried:
Amarok - Crashes all the time, and keeps saying it can't play mp3s. Used to love this app, but seems broken for me now. Even if I reinstall it.
Rhythmbox - Great, but reports the wrong bitrate on all my songs. It is very important for me to know the correct bitrate for uploading to certain sites.
Audacious - Way to simple and winamp like.
Bangarang - No.
View 3 Replies
View Related
May 26, 2011
My Update Manager just came on and announced an update for Windows NT/2000 Terminal server. I am only running Ubuntu 10.04 on my system and have no Windows material. Why am I receiving this useless announcement? I have no desire to keep adding useless applications to my HD. Is there any way to delete this item from the Update Manager?
View 1 Replies
View Related
Jul 10, 2011
Having trouble handling JPEG-2000 files. Message says I need some plugin. I've checked in Synaptic and there are a couple of packages installed by default that mention JPEG 2000 but obviously I need something else. Any ideas?
View 3 Replies
View Related
Dec 14, 2009
I have a client how likes windows 2000, and office 2000. Her outlook box got too full and that totally killed outlook. Msft provides tools to fix this, but none of them work. I managed to switch her over to thunderbird, and I got the messages transferred over, but not the address book - only the email addresses transferred. I can not export outlook 2000 into office 2002, and I don't think office 2007 will work either. I have heard of transferring the addresses into outlook express, and then transferring to outlook. Will that work?
View 1 Replies
View Related
Jan 10, 2010
I installed office 2000 CD using wine, I did this on Ubuntu net-book remix on a NC10 using a networked CD drive. So the installation went okay, I then came to using the software, word opened and promoted me for my product key, which I entered correctly the window disappeared for a second then repaired, I entered the key again but then this caused the whole program to shut down, I have tried repairing it , reinstalling it all apart from uninstalling and reinstalling it. Which I have tried and subsequently failed
Right I got it to work, so for any looking for the solutions simply go to /home/(username)/.wine/system.reg and change the user name and the organisation either delete it or enter something, I entered my user name but I left the organisation blank but I left the quote marks that were there. Save it and the product code thingy should not appear again.
View 9 Replies
View Related
Feb 23, 2011
I've been told to setup a first ubuntu sw development pc in my office. Our network domain server is Windows 2000 Advanced. Are there any issues or limitations that would prevent this marriage? Will it be apparent when I crack open ubuntu? Maybe a link to this procedure? Is joining a workgroup equally simple?
View 2 Replies
View Related
Jun 3, 2011
I am having problems opening and printing word 97/2000 formatted documents that were saved using OpenOffice in Maverick. If I try to open one of these files in openOffice for Lucid, it causes OpenOffice to freeze every time. If I save the files in OpenOffice format and share them between Maverick and Lucid - everything works fine. Anyone know what might be causing OpenOffice in Lucid to freeze when loading word 97/2000 files?
View 5 Replies
View Related