Displaying 20 results from an estimated 3000 matches similar to: "Need advice trying to load ethernet firmware for kickstart"
2009 Dec 08
0
Any way to initiate a kickstart from shell prompt?
Hi all,
I've set up a CentOS flash stick using the LiveCD tools, then dumping
that onto flash with a persistent overlay - instructions here:
http://wtf.geek.nz/?blog/2009/12/08/how-to-make-a-useful-centos-utility-flash-stick
This gets me to a prompt in which I can do recovery stuff, but I'm
curious to know if it's possible to initiate a kickstart install onto
the local disks from
2009 Jun 17
1
Cyrus IMAP and ipurge
Anyone here familiar with Cyrus IMAP and its util ipurge?
We'd like to set auto deletion of our users' spambox folders, but I'm a
bit paranoid about its functionality.
The main things that confuse me are from the man page:
"Ipurge deletes messages from the mailbox(es) specified by
mailbox-pattern"
with no indication as to what defines "mailbox-pattern"
2008 Oct 15
2
creating a user from an RPM package
What wizardry do you guys use in the SPEC file when creating/deleting a
user from an RPM package?
I was going to create a macro like:
%define user(login,uid,gid,name,homedir,shell) \
echo "$1:x:$2:$3:$4:$5:$6" >>/etc/passwd; \
echo "$1:!!:12005:0:99999:7:::" >>/etc/shadow; \
echo "$1:x:$3:" >>/etc/group; \
mkdir
2008 Dec 17
4
vim helpfile tag issues
Just wondering if anyone can replicate this issue....
On CentOS 5.2, using vim 7.0.237, I'm having a consistent issue across
all my centos boxen.
if I try and access the help files direct (as root), such as ":help
tutor" I get:
"usr_01.txt.gz" [readonly][noeol][converted] 11L, 4393C
E434: Can't find tag pattern
Press ENTER or type command to continue
If I press
2009 Nov 12
1
kernel not booting after update
Hi all,
I'm having a strange problem in which a certain box won't boot
any kernel newer than 2.6.18-53.
I have a kickstart setup that installs a CentOS 5.1 base (which comes
with kernel 2.6.18-53), and then I do a "yum update" to 5.3.
However, when 2.6.18-164 gets installed, the box is rebooted, and it
dumps me in a grub prompt. If I manually enter root, kernel, initrd and
2012 Mar 14
2
CentOS 5 Testing repo
We were using the CentOS 5 testing repo on dev.centos.org to update our
webservers' PHP to 5.2. However, we've just tried building a new
machine lately and found that the repo seems to be empty. Is this a
temporary fault, or has it gone away now that CentOS 6 is out?
If it has gone away, where can I grab PHP 5.2 packages from?
Thanks.
--
Spiro Harvey Knossos
2015 Jul 05
3
missing bnx2x firmware files in Xen4CentOS CentOS6 kernel 3.18.12-11
Hi folks
As mentioned in the subject, kernel-3.18.12-11 is missing firmware files
required to run Broadcom/Qlogic network cards, driven by bnx2x driver.
While in the source-rpm, there is a bnx2/bnx2x firmware tgz being
applied during the rpm build, along with a patch adding these firmware
files to firmware/Makefile, neither the tgz nor the patch contain the
required firmware files. In 3.18,
2013 Jul 02
1
Centos 6.4, bnx2 in promiscuous mode does not see packets
Hi,
I hope someone can help me, I cannot seem to get a system's ethernet
interface to correctly work in promiscuous mode...
I have a Centos 6.4 system with 2 bnx2 interfaces on it.
I have set up eth1 in promiscuous mode and am sending traffic to it
using the port mirroring configuration on a Nortel 3510-24T switch.
The switch reports that it is sending a fair amount of traffic to the
2015 Jul 07
2
missing bnx2x firmware files in Xen4CentOS CentOS6 kernel 3.18.12-11
On Mon, Jul 6, 2015 at 8:43 PM, Johnny Hughes <johnny at centos.org> wrote:
> On 07/05/2015 11:35 AM, T.Weyergraf wrote:
>> Hi folks
>>
>> As mentioned in the subject, kernel-3.18.12-11 is missing firmware files
>> required to run Broadcom/Qlogic network cards, driven by bnx2x driver.
>> While in the source-rpm, there is a bnx2/bnx2x firmware tgz being
2012 Apr 23
4
Latest 6.2 kernel is broken
I just kickstarted a new machine with the latest CentOS 6.2 files, including
kernel 2.6.32-220.13.1.el6.x86_64. It came up without network interfaces.
dmesg says:
bnx2: Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.2.1 (Dec 18, 2011)
alloc irq_desc for 36 on node -1
alloc kstat_irqs on node -1
bnx2 0000:01:00.0: PCI INT A -> GSI 36 (level, low) -> IRQ 36
bnx2 0000:01:00.0:
2015 Jul 07
0
missing bnx2x firmware files in Xen4CentOS CentOS6 kernel 3.18.12-11
On 07/05/2015 11:35 AM, T.Weyergraf wrote:
> Hi folks
>
> As mentioned in the subject, kernel-3.18.12-11 is missing firmware files
> required to run Broadcom/Qlogic network cards, driven by bnx2x driver.
> While in the source-rpm, there is a bnx2/bnx2x firmware tgz being
> applied during the rpm build, along with a patch adding these firmware
> files to firmware/Makefile,
2015 Jul 07
0
missing bnx2x firmware files in Xen4CentOS CentOS6 kernel 3.18.12-11
On 07/07/2015 10:36 AM, Akemi Yagi wrote:
> On Mon, Jul 6, 2015 at 8:43 PM, Johnny Hughes <johnny at centos.org> wrote:
>> On 07/05/2015 11:35 AM, T.Weyergraf wrote:
>>> Hi folks
>>>
>>> As mentioned in the subject, kernel-3.18.12-11 is missing firmware files
>>> required to run Broadcom/Qlogic network cards, driven by bnx2x driver.
>>>
2015 Jul 07
0
missing bnx2x firmware files in Xen4CentOS CentOS6 kernel 3.18.12-11
On 07/07/2015 12:20 PM, Johnny Hughes wrote:
> On 07/07/2015 12:00 PM, Johnny Hughes wrote:
>> On 07/07/2015 10:36 AM, Akemi Yagi wrote:
>>> On Mon, Jul 6, 2015 at 8:43 PM, Johnny Hughes <johnny at centos.org> wrote:
>>>> On 07/05/2015 11:35 AM, T.Weyergraf wrote:
>>>>> Hi folks
>>>>>
>>>>> As mentioned in the
2013 Mar 19
5
Centos 6.3 Network bnx2 Problem on HP DL360
Hello Mailing List
I got a severe network error message at a HP DL360 Server.
The kernel log says:
----------------------------------- /var/log/messages -----------------------------------------------------------------
Mar 19 15:45:06 server kernel: do_IRQ: 2.168 No irq handler for vector (irq -1)
Mar 19 15:45:17 server kernel: bnx2 0000:02:00.1: eth1: DEBUG: intr_sem[0] PCI_CMD[00100446]
Mar 19
2002 Oct 17
1
Samba Roaming Profiles
Hi,
This is my first messegge to the list.
I need to migrate a Windows 2000 Server PDC to a Linux/Samba, and I readed a
lot searching for an answer.
My problem is with Roaming Profiles. The user can log on but the
configuration isn't the correctly one. The wallpaper, the mail storge, the
shortcuts, etc. are wrong.
May be is the ntuser.dat file that don?t work well.
What can I do?
2013 Oct 13
0
[Bridge] linux bridge performance tests and problems ebtables 100% cpu
I make some networking performance tests for Linux 3.10.13 #1 SMP
is that normal
Linux (pktget) ----> Linux (router) ----> Linux (Sink)
eth0: 0.00 P/s 652024.78 P/s 652024.78 P/s
eth1: 652175.58 P/s 2.98 P/s 652178.55 P/s
with echo 0 >/proc/sys/net/bridge/bridge-nf-call-iptables CPU is about 2%
with echo 1
2011 Jun 27
7
bnx2 FTQ issues on 2.6.32 + xen 4.0.1;
Hi Michael:
Sorry to brother. But I''ve been suffered this issue quite a long time.
My test environment is 2.6.32.36 + xen 4.0.1 + bnx2, 2.3.
Also cpu idle is disabled in grub.
Grub info:
title Red Hat Enterprise Linux Server (2.6.32.36xen)
kernel /xen-4.0.1.gz iommu=off x2apic=off console=com1,vga com1=115200,8n1 noreboot cpuidle=0 cpufreq=none
2015 Jul 07
2
missing bnx2x firmware files in Xen4CentOS CentOS6 kernel 3.18.12-11
On 07/07/2015 12:00 PM, Johnny Hughes wrote:
> On 07/07/2015 10:36 AM, Akemi Yagi wrote:
>> On Mon, Jul 6, 2015 at 8:43 PM, Johnny Hughes <johnny at centos.org> wrote:
>>> On 07/05/2015 11:35 AM, T.Weyergraf wrote:
>>>> Hi folks
>>>>
>>>> As mentioned in the subject, kernel-3.18.12-11 is missing firmware files
>>>> required to
2012 May 31
0
iSCSI offload with Broadcom NetXtreme II BCM5709.
Hello all.
We recently purchased HP Proliant DL380 G7 server and also a HP Lefthand
P4500 G2 24TB iSCSI box.
The server itself has Quad Ethernet based on the BCM5709 Chipset from
Broadcom (NetXtreme II).
My main question is about iSCSI offload mechanism, as iSCSI itself is
pretty new to me
but I have gotten a good hold on it tho.
I have managed to setup and configured our Lefthand box into
2012 Dec 11
0
CentOS-announce Digest, Vol 94, Issue 6
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When