similar to: Microcode error

Displaying 20 results from an estimated 100 matches similar to: "Microcode error"

2005 Jul 11
4
Red Hat Cluster Suite
Is there an equivalent for CentOS? Adam Breaux Sr. Network Administrator Domain Bank, Inc. 23 W 4th St. Bethlehem, PA 18015 Phone: 610.317.9606 Fax: 610.317.9570 abreaux at domainbank.com http://www.domainbank.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Oct 18
2
Best way to mirror CentOS locally
Suggestions on the best way to mirror the install/updates locally? -- Adam Breaux breauxaj at gmail.com http://www.adambreaux.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20051018/2e8d2854/attachment-0002.html>
2004 May 18
1
dir.create bug (PR#6892)
Full_Name: Jim Breaux Version: 1.9.0 OS: WinXP Submission from: (NULL) (209.78.110.135) dir.create() is reporting a warning that a directory already exists when in fact the directory does NOT already exist. However, the erroneous behavior does not manifest itself until dir.create() has been called at least once to create a directory that DOES already exist. For example: # Create a directory
2004 May 22
1
Inaccurate and Inconsistent results from 'round' function (PR#6905)
Full_Name: Jim Breaux Version: 1.9.0 OS: WinXP Submission from: (NULL) (209.78.110.135) According to the help for 'round' it is supposed to round to the even digit. However, see the following examples: In the following, R is rounding down: > round(0.3645, 3) [1] 0.364 > round(0.3655, 3) [1] 0.365 > round(0.3665, 3) [1] 0.366 > round(0.3675, 3) [1] 0.367 > round(0.3685,
2005 Sep 08
1
Montreal usergroup
Hi Montrealers ! I would like to create a usergroup for Montreal's asterisk users. If you are interested, contact me and we'll schedule a beer/coffee meeting downtown next week. Sincerely, Adrien -- Adrien Laurent - CIO 514-284-2020 ext 202 adrien@modulis.ca www.modulis.ca
2008 Feb 20
5
C5 64-bit on Dell not seeing 1 GB link
I've got a Dell Precision Workstation 490 with 64-bit Centos 5, fully updated, with an on-board Broadcom 57xx gigabit Ethernet controller, updated BIOS, 1 GB switch, and /var/log/messages and dmesg both claim the link is 100 Mb, not 1 GB. I tried setting eth0 to mtu 9000 but got an error in going so. What do I need to do to have the card see 1 gb? Thanks. Scott
2002 Oct 09
2
rsync-2.5.5 memory eater problem
Hi, we ran into a little problem with rsync-2.5.5. Setup: you run rsync-2.5.5 as normal rsync over ssh (ie. not connecting to a rsync server). If you start such a rsync but interrupt the pulling process with Ctrl-C, the process on the other side may start to allocate all memory on the remote machine. As fa as we have analyzed the problem, the remote rsync process wants to issue a error message
2006 May 05
6
bind problem
I have bind running on two servers. Both servers are running bind-9.2.4-7. When I update a zone file on the primary and reload bind, the secondary receives a notify, but does not initiate an AXFR. The only way I can get the secondary to update is to delete the zone file on the secondary and restart named. Any ideas what might be wrong? Mike
2007 Jul 08
3
Sparc
By chance, has there been any progress on a 5.0 version for an Ultra Sparc? -- Best regards, Chris Registerd Linux user number 448639
2002 Oct 13
1
rsync 2.5.5 core dump
-----BEGIN PGP SIGNED MESSAGE----- I added the following code to log_exit(): void log_exit(int code, const char *file, int line) { static int error_count=0; if(error_count++ > 10) { abort(); } To force it to bail earlier instead of overflowing the stack. As you can see at frame #50, it is trying to log that the connection went away unexpectantly.
2012 Nov 07
0
Microcode update for Xen in Wheezy (Was: Re: ANNOUNCEMENT: Intel/AMD x86 CPU microcode update system in non-free)
Dropping users and adding pkg-xen-devel and debian-kernel. On Tue, 2012-11-06 at 15:43 +0100, Stephan Seitz wrote: > On Mon, Nov 05, 2012 at 06:12:53PM -0200, Henrique de Moraes Holschuh wrote: > >I would like to bring to your attention the improved support for system > >processor (CPU) microcode updates, for x86/i686/x86-64/amd64 systems > >that was recently added to
2007 Jun 29
1
Error: Module Microcode does not exist... at boot time
I have just installed Centos 5.0 from DVD. I have also run the software updates and I think everything is up to date. The motherboard is a Gigabyte GA945GM-S2 with an Intel E2140 processor. At boot time if I select show details - there is one error shown "in red", Like this: Applying Intel CPU microcode update. FATAL: Module microcode not found. ERROR: Module microcode does not exist
2007 Jan 15
0
[PATCH] Support newer microcode
Hi, intel docs say that default microcode size is 2000+48 bytes; however shorter sizes are legal. Actually, with microcode_ctl-1.15, such shorter u-codes are actually out there in the wild. The Linux kernel rejected this until 2.6.19rc; Xen still does. Here''s the port to Xen. Best, -- Kurt Garloff, Head Architect and acting VP SUSE R&D, Novell Inc.
2011 Dec 07
0
[PATCH] linux-2.6.18/x86: refuse to initialize the microcode driver in DomU
Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/arch/i386/kernel/microcode-xen.c +++ b/arch/i386/kernel/microcode-xen.c @@ -121,6 +121,9 @@ static int __init microcode_init (void) { int error; + if (!is_initial_xendomain()) + return -ENODEV; + error = misc_register(&microcode_dev); if (error) { printk(KERN_ERR
2007 Nov 11
1
nv50 microcode/shader format
Hello there, With the use of CUDA and ptx I managed to make a disassembler for at least one of the nv50 microcode/shader formats. This might come in handy for some people, hence I'm posting it here: http://www.cs.rug.nl/~wladimir/decuda/ I'm not yet sure if pixel/vertex shaders use the same instruction format as the compute shaders used by CUDA, but you'd think so, as nv50 is
2014 Nov 24
1
idea of extracting microcode
Hey, Probably mostly for Ben, but I had this idea that it might be possible to write a userspace wrapper for the binary driver that run as root could be used to do the card init for the current or even a fake GPU then produce traces to pull the firmwares out. Not sure how insane it is, vs having to mmiotrace, but I just thought I'd see if anyone had considered it. Dave.
2009 Apr 11
0
[LLVMdev] LLVM suitability for implementation in microcode/hardware?
Is LLVM suitable for implementation in microcode or hardware?
2019 May 16
2
centos-virt CPU microcode updates?
Hi, is there any guide for CPU microcode updates on CentOS6, Xen 4.10, kernel 4.9 ? Thanks Karel
2019 May 16
0
centos-virt CPU microcode updates?
On 5/16/19 2:12 AM, Karel Hendrych wrote: > Hi, > > is there any guide for CPU microcode updates on CentOS6, Xen 4.10, kernel 4.9 ? I'm not sure off the top of my head. You can add ucode=scan to the xen command line, add a file /path/to/microcode_file as the last item in your boot list, and generate that microcode file using something like: iucode_tool --write-earlyfw
2017 Jan 11
2
Microcode.service error when booting 7.3.1611
In 7.3.1611, running kernel "3.10.0-514.2.2.el7.centos.plus.x86_64 #1 SMP Wed Dec 7 19:10:15 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux" with microcode_ctl-2.1-16.1.el7_3.x86_64, I'm seeing the following error when booting: systemd[1]: [/usr/lib/systemd/system/microcode.service:10] Trailing garbage, ignoring. systemd[1]: microcode.service lacks both ExecStart= and ExecStop= setting.