search for: partno

Displaying 20 results from an estimated 42 matches for "partno".

2006 Jun 30
2
aggregate data.frame by one column
Hi, everyone, I have a data.frame named "eva" like this: IND PARTNO VC1 EO1 EO2 EO3 EO4 EO5 114 114001 2 5 4 4 5 4 114 114001 2 4 4 4 4 4 114 114001 2 4 NA NA NA NA 112 112002 2 3 3 6 2 6 112 112002 2 1 1 3 4 4 112 112003 2 6 6 6 5 6 112 112003 2 5 7 6 6 6 112 112003 2 6 6 6 4...
2006 Mar 04
2
tg3 gigabit speed
Hi all, I have two HP DL145 G1 machines, running centos4 (2.6.9-22.0.2.ELsmp). Nics are recognized as: eth0: Tigon3 [partno(BCM95704) rev 2002 PHY(5704)] (PCIX:100MHz:64-bit) 10/100/1000BaseT Ethernet 00:00:1a:19:f1:05 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[1] TSOcap [1] eth1: Tigon3 [partno(BCM95704) rev 2002 PHY(5704)] (PCIX:100MHz:64-bit) 10/100/1000BaseT Ethernet 00:00:1a:19:f1:04 eth1:...
2006 Apr 06
3
Inserting parent_id
...tion => ''new'' end end Here''s the template: <%= form_tag :action => ''create_lines'', :id => @project %> <table> <% while @count < @line_qty %> <tr> <td><%= text_field("line", "partno", "size" => 20) %></td> <td><%= text_field("line", "qty", "size" => 20) %></td> <td><%= text_field("line", "target_price", "size" => 20) %></td> &...
2015 Jul 22
13
[PULL 0/8] MultiFS suppport for BIOS and EFI
So last week I was wondering if XFS was still working -- even with its last on-disk structure changes -- and it _suprisingly_ worked as expected. Right, now I can finally get rid of GRUB and use Syslinux to boot my Linux on EFI from a rootfs with xfs. Shit, I have two partitions (the first one being the required ESP) so there is no way to access the other partitions since because Syslinux does not
2016 Jun 30
0
[PATCH v2 02/12] genhd: Honor gen_uevent and add disk_gen_uevents
...@@ extern void part_round_stats(int cpu, struct hd_struct *part); /* block/genhd.c */ extern void add_disk(struct gendisk *disk, bool gen_uevent); extern void del_gendisk(struct gendisk *gp); +extern void disk_gen_uevents(struct gendisk *disk); extern struct gendisk *get_gendisk(dev_t dev, int *partno); extern struct block_device *bdget_disk(struct gendisk *disk, int partno); -- 2.9.0
2018 Jan 10
2
Doveadm field for message body without attachments
Happy new year to all, what is the message field in doveadm data model representing the body without attachments? I need to dump the message body without the attachments so as to avoid unnecessary size of the exported files and while I am also not interested in this part of the message. with kind regards Athanasios
2010 Oct 07
1
hfsutils package
...or: hfs mount ../vlc-1.1.3-intel.dmg hfsutils version 3.2.6 - Copyright (C) 1996-1998 Robert Leslie This is free software but comes with ABSOLUTELY NO WARRANTY. Type `license' for details. expected integer but got "../vlc-1.1.3-intel.dmg" while executing "hfs mount $path $partno" (procedure "hmount" line 20) invoked from within "hmount mount ../vlc-1.1.3-intel.dmg" ("eval" body line 1) invoked from within "eval hmount $argv" invoked from within "if {$argc > 0} { eval hmount $argv }" (file...
2005 Sep 22
2
Failed Network
...down, and it still refuses to work. I can assign it a manual IP address, but it still doesn''t communicate on the network (no ping, etc). If I boot the standard (no xen) kernel, all is fine and the network works properly. in dmesg (from debian) the network card is found eth0: Tigon3 [partno(yadda yadda) rev blah blah(] 1000BaseT Ethernet XX:XX:XX:XX:XX (<---- Mac address) eth0: RXcsums[1] etc etc etc... What I''ve tried Multiple distributions, clean installs The standard binary Xen release kernels Compiling my own Xen kernels lots of different kernel options ->...
2007 Dec 03
3
domU does not see the pci nic - pci passthrough
...is dmesg: pciback 0000:03:08.0: seizing device ACPI: PCI Interrupt 0000:03:08.0[A] -> GSI 20 (level, low) -> IRQ 21 ACPI: PCI interrupt for device 0000:03:08.0 disabled tg3.c:v3.65-rh (November 20, 2006) ACPI: PCI Interrupt 0000:03:09.0[A] -> GSI 21 (level, low) -> IRQ 22 eth0: Tigon3 [partno(BCM95703A30U_HYB) rev 1100 PHY(5703)] (PCI:33MHz:32-bit) 10/100/1000BaseT Ethernet 00:10:18:24:d2:a6 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[1] TSOcap[1] eth0: dma_rwctrl[763f0000] dma_mask[64-bit] e100: Intel(R) PRO/100 Network Driver, 3.5.10-k2-NAPI e100: Copyright(c) 19...
2008 Dec 04
1
Xen 3.3.0 PCI passthrough with pciback.hide
...e option via boot parameters. I boot the pv machine via pygrub and I am able to see the ethernet device in Dom U as follows: Dom-U#lspci 02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5722 Gigabit Ethernet PCI Express When I load the driver the eth device comes up: eth1: Tigon3 [partno(BCM95722) rev a200 PHY(5722/5756)] (PCI Express) 10/100/1000Base-T Ethernet 00:1e:c9:53:53:a3 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1] eth1: dma_rwctrl[76180000] dma_mask[64-bit] However when I try to bring up the interface using #ifup eth1 I get the following: get...
2009 Apr 25
2
eth0 killed when adding virtual interface and multiple NICs are present
...that goes first. Here's a typical excerpt from messages. tigon/tg3 is the driver for the internal NICs which normally were on eth0 and eth1. Apr 25 19:00:59 c4 kernel: eth0: RTL8168b/8111b at 0xffffc20000022000, 00:21:27:c9:d1:f5, XID 38000000 IRQ 16 Apr 25 19:00:59 c4 kernel: eth1: Tigon3 [partno(BCM95721) rev 4201 PHY (5750)] (PCI Express) 10/100/1000Base-T Ethernet 00:1e:c9:fe:fb:ab Apr 25 19:00:59 c4 kernel: eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] WireSpeed[1] TSOcap[1] Apr 25 19:00:59 c4 kernel: eth1: dma_rwctrl[76180000] dma_mask[64-bit] Apr 25 19:00:59 c4 kernel: eth2: Tigon3...
2004 Oct 21
3
Problem booting Dom0
...er - version 5.2.52-k4 Copyright (c) 1999-2004 Intel Corporation. pcnet32.c:v1.30i 06.28.2004 tsbogend@alpha.franken.de e100: Intel(R) PRO/100 Network Driver, 3.0.18 e100: Copyright(c) 1999-2004 Intel Corporation tg3.c:v3.8 (July 14, 2004) PCI: Obtained IRQ 24 for device 0000:02:01.0 eth0: Tigon3 [partno(BCM95703A30) rev 1002 PHY(5703)] (PCIX:100MHz:64-bit) 10/10 0/1000BaseT Ethernet 00:09:6b:a3:01:7d eth0: HostTXDS[1] RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[1] TSOcap[1] PCI: Obtained IRQ 25 for device 0000:02:02.0 eth1: Tigon3 [partno(BCM95703A30) rev 100 0/1000BaseT Etherne...
2018 Jan 10
0
Doveadm field for message body without attachments
...hile I am also not interested in this part of the message. > > with kind regards > Athanasios > You could try doveadm fetch -u victim body.0 (or body.1) another alternative is to parse bodystructure to figure out which body part is the one you want and do doveadm fetch -u victim body.partno sub-parts are numbered as body.part.subpart Aki
2008 Oct 29
0
problems with opensuse 11 running xen on a Sun X4150
...ec RAID 5805 it seems) running in a RAID 5 config. Xen in this setup is 3.2.1. The kernel is 2.6.25.18 The problem I have is that when I try to run a the xen kernel the RAID device is not found . I get messages on the console of "can''t find /dev/disk/by-id/<name of raid-device>partno. Do you want to fall back to ......" There are no issues running a non-xen kernel. There are no issues with the 32 bit version of the OS +xen on the same hardware I have checked the initrd and the module list is identical to those loaded by the non-xen kernel. I have remade the xen initrd (wi...
2012 Apr 11
5
URGENT -- pseudo network interface creating problem with dhcp-- centos 5.5
Group, My linux box, running with Centos-5.5, is showing up (??) a pseudo network interface for Eth0. On Switch where my Eth0 is connected, observed 2 MAC-Addresses. If a DHCP server present in LAN, the second pseudo interface is picking up a DHCP IP Address too. Furthermore you can ping both Eth0 ip and Psedo Eth0 IP from the switch. The intensity of the problem is more when port-security is
2016 Aug 17
0
[PATCH 06/15] genhd: Add return code to device_add_disk
...u, struct hd_struct *part); /* block/genhd.c */ -extern void device_add_disk(struct device *parent, struct gendisk *disk); +extern int device_add_disk(struct device *parent, struct gendisk *disk); extern void del_gendisk(struct gendisk *gp); extern struct gendisk *get_gendisk(dev_t dev, int *partno); -- 2.7.4
2006 May 31
9
pcifront pci-0: pciback not responding (tg3)
Hello, I am desperately trying to get pci-passthrough to working. I want to pass a tg3 nic to domU. when booting domU I get a lot of messages: pcifront pci-0: pciback not responding!!! in domU, "ifconfig eth... adress up" hangs for 2 minutes, finally ifconfig -a shows a correct setting with no data transmitted rx/tx The IP Adress is being assigned, but there is no data transmission
2011 Jan 07
2
Could not setup Speed and Duplex on CentOS 5.5
...39; failed: Operation not supported [root at xentwo ~]# cat /etc/issue CentOS release 5.5 (Final) Kernel \r on an \m [root at xentwo ~]# uname -a Linux xentwo 2.6.18-194.32.1.el5xen #1 SMP Wed Jan 5 19:32:33 EST 2011 i686 i686 i386 GNU/Linux [root at xentwo ~]# dmesg | grep eth0 eth0: Tigon3 [partno(BCM95704A6) rev 2002 PHY(5704)] (PCIX:133MHz:64-bit) 10/100/1000Base-T Ethernet 00:11:43:59:7c:ed eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1] eth0: dma_rwctrl[769f4000] dma_mask[64-bit] ADDRCONF(NETDEV_UP): eth0: link is not ready tg3: eth0: Link is up at 100 Mbps, half du...
2016 Jun 30
17
[PATCH v2 00/12] gendisk: Generate uevent after attribute available
The race condition is noticed between disk_add() and disk attributes, on virtio-blk hotplug. Userspace listens to the KOBJ_ADD uevent generated in add_disk(). At that point we haven't created the serial attribute file, therefore depending on how fast udev reacts, the /dev/disk/by-id/ entry doesn't always get created. As pointed out by Christoph Hellwig in the specific fix [1], virtio-blk
2016 Jun 30
17
[PATCH v2 00/12] gendisk: Generate uevent after attribute available
The race condition is noticed between disk_add() and disk attributes, on virtio-blk hotplug. Userspace listens to the KOBJ_ADD uevent generated in add_disk(). At that point we haven't created the serial attribute file, therefore depending on how fast udev reacts, the /dev/disk/by-id/ entry doesn't always get created. As pointed out by Christoph Hellwig in the specific fix [1], virtio-blk