Displaying 20 results from an estimated 33 matches for "phc".
Did you mean:
pc
2009 Nov 03
3
Weird operator behaviour
Hi,
I have a dataset called 'fish'. fish$Species returns extract 1. When I use
fish$Species != c("CRA","PHC"), i.e. I want all species except "CRA" and
"PHC", I get extract 2 which is blatantly wrong. Can anyone see what I'm
doing wrong?
Regards,
James
EXTRACT 1
> fish$Species
[1] ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ATO
ATO
[19] ATO AT...
2011 Dec 13
2
dependency error with xerces.c ???
# yum update
...
--> Running transaction check
--> Processing Dependency: libxerces-c.so.27 for package: phc
---> Package xerces-c.i386 0:2.8.0-1.el5.centos set to be updated
--> Finished Dependency Resolution
phc-0.1.7-1.el5.rf.i386 from installed has depsolving problems
--> Missing Dependency: libxerces-c.so.27 is needed by package
phc-0.1.7-1.el5.rf.i386 (installed)
Error: Missing Dependen...
2020 Apr 07
1
"failed to setup INTx fd: Operation not permitted" error when using PCI passthrough
...0.1,id=**hostdev0,bus=pci.0,addr=0x5: vfio 0000:02:00.1:
failed to setup INTx fd: Operation not permitted*
The contents of vnf.xml are available here: https://pastebin.com/rT3RmAi5
This is what happened in *dmesg* when I tried to start the VM:
*[ 7305.371730] igb 0000:02:00.1: removed PHC on eth3 [ 7307.085618] ACPI
Warning: \_SB.PCI0.PEX2._PRT: Return Package has no elements (empty)
(20160831/nsprepkg-130) [ 7307.085717] pcieport 0000:00:0b.0: can't derive
routing for PCI INT B [ 7307.085719] vfio-pci 0000:02:00.1: PCI INT B: no
GSI [ 7307.369611] igb 0000:02:00.1: enabling dev...
2013 Jun 06
0
cross link connection fall down
Hey all,
i am fighting with a strange behavior here - i have two systems
connected via a direct crosslink wire. After booting, the connection
is up and both systems can reach the other one. After a small time window
the interface is down.
$ dmesg |grep eth4
igb 0000:41:00.2: added PHC on eth4
igb 0000:41:00.2: eth4: (PCIe:5.0Gb/s:Width x4)
igb 0000:41:00.2: eth4: PBA No: G13158-000
8021q: adding VLAN 0 to HW filter on device eth4
igb: eth4 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
igb: eth4 NIC Link is Down
igb: eth4 NIC Link is Up 10 Mbps Full Duplex, Flow Contr...
2014 Jun 06
3
Loss of Ethernet adaptor
...CKIST: IN=eth0 OUT=eth1 SRC=183.179.211.
126 DST=216.185.71.132 LEN=48 TOS=0x08 PREC=0x40 TTL=111 ID=14994 PROTO=UDP SPT=
35947 DPT=49591 LEN=28
Jun 6 07:40:49 gway02 kernel: pciehp 0000:00:1c.4:pcie04: Card not present on
Slot(0-1)
Jun 6 07:40:49 gway02 kernel: e1000e 0000:02:00.0: eth0: removed PHC
Jun 6 07:40:49 gway02 kernel: pciehp 0000:00:1c.4:pcie04: Card present on
Slot(0-1)
Jun 6 07:40:50 gway02 kernel: e1000e 0000:02:00.0: eth0: Timesync Tx Control
register not set as expected
Jun 6 07:40:50 gway02 kernel: e1000e 0000:02:00.0: PCI INT A disabled
Jun 6 07:40:51 gway02 ntpd[1238]: D...
2015 Jul 07
2
Problems with Samba-based Home-Directory
...ilman/listinfo/centos
>
>
I'll check the cable (not clear how I can do that, probably using
another cable and connecting to another outlet).
I think the local interface is directly integrated into the Intel
Desktop Board DH87RL.
dmesg | grep eth
e1000e 0000:00:19.0: eth0: registered PHC clock
e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:22:4d:b0:e0:e1
e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
e1000e 0000:00:19.0: eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000e: eth0 NIC Link is Up 100 Mbps Full Du...
2015 Jul 05
4
Problems with Samba-based Home-Directory
Am 02.07.2015 um 20:16 schrieb Gordon Messmer:
> Have you yet:
> setsebool -P use_samba_home_dirs 1
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
No, I didn't set it. Now I've set it and when logging into text console
I no longer have the problem with the home
2002 Jan 30
5
multiple series on same graph
I'm trying to duplicate some graphs from powerpoint in R package. One
of things I'm having trouble with is I don't understand how to use the
points command to create different sets of points with different color
and marking attributes, and a legend on the graph. Where should I look?
I can't seem to find an example of two different sets of data on the
same graph.
2019 Sep 03
0
[PATCH v2 07/27] drm/dp_mst: Add sideband down request tracing + selftests
...16];
+
+ for (i = 0; i < lct; i++) {
+ if (i % 2)
+ unpacked_rad[i] = rad[i / 2] >> 4;
+ else
+ unpacked_rad[i] = rad[i / 2] & BIT_MASK(4);
+ }
+
+ /* TODO: Eventually add something to printk so we can format the rad
+ * like this: 1.2.3
+ */
+ return snprintf(out, len, "%*phC", lct, unpacked_rad);
+}
/* sideband msg handling */
static u8 drm_dp_msg_header_crc4(const uint8_t *data, size_t num_nibbles)
@@ -261,8 +301,9 @@ static bool drm_dp_decode_sideband_msg_hdr(struct drm_dp_sideband_msg_hdr *hdr,
return true;
}
-static void drm_dp_encode_sideband_req(str...
2015 Aug 28
0
Bug#797205: xen-hypervisor-4.4-amd64: Xen live migration dom0 memory swap
...strings: Mfr=3, Product=2, SerialNumber=1
[1820267.996342] usb usb2: Product: EHCI Host Controller
[1820268.003567] usb usb2: Manufacturer: Linux 4.1.0 ehci_hcd
[1820268.010688] usb usb2: SerialNumber: 0000:00:1d.0
[1820268.018484] megasas: INIT adapter done
[1820268.025594] igb 0000:20:00.0: added PHC on eth0
[1820268.032646] igb 0000:20:00.0: Intel(R) Gigabit Ethernet Network Connection
[1820268.039761] igb 0000:20:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 90:e2:ba:5f:5c:72
[1820268.046812] igb 0000:20:00.0: eth0: PBA No: Unknown
[1820268.053669] igb 0000:20:00.0: Using MSI-X interrupts. 1 rx queue(s...
2016 Mar 27
34
[Bug 94725] New: Nouveau driver fails to load on GM204
https://bugs.freedesktop.org/show_bug.cgi?id=94725
Bug ID: 94725
Summary: Nouveau driver fails to load on GM204
Product: xorg
Version: unspecified
Hardware: Other
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2014 May 15
5
Bug#748052: Bug#748052: Bug#748052: Bug#748052: xen-hypervisor-4.3-amd64: No USB keyboard af
On Thu, 2014-05-15 at 11:01 +0100, Ian Campbell wrote:
> Please can you also post Xen's own dmesg (from "xl dmesg").
Please boot with loglvl=all on the hypervisor command line for this too.
Ian.
2014 May 15
0
Bug#748052: Bug#748052: Bug#748052: Bug#748052: xen-hypervisor-4.3-a
...I platform driver
[ 1.465567] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 1.465568] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.467474] SCSI subsystem initialized
[ 1.468174] libata version 3.00 loaded.
[ 1.720816] e1000e 0000:00:19.0 eth0: registered PHC clock
[ 1.720819] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:1e:67:55:62:65
[ 1.720820] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 1.720857] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 0100FF-0FF
[ 1.721013] ehci-pci 0000:00:1a.0: EHCI Host...
2014 May 16
4
Bug#748052: dom0 USB failing with "ehci-pci: probe of 0000:00:1d.0 failed with error -110"
...3.277886] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 3.277887] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 3.277968] xen: registering gsi 16 triggering 0 polarity 1
[ 3.277971] Already setup the GSI :16
[ 3.527296] e1000e 0000:00:19.0 eth0: registered PHC clock
[ 3.527299] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:1e:67:55:62:65
[ 3.527300] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 3.527333] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 0100FF-0FF
[ 3.527362] ahci 0000:00:1f.2: version 3.0
[...
2017 Oct 30
3
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...ci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:14DD:1005.0001/input/input1
[ 32.121353] hid-generic 0003:14DD:1005.0001: input,hidraw0: USB HID v1.11 Keyboard [Raritan D2CIM-VUSB] on usb-0000:00:14.0-3/input0
[ 32.150628] pps pps0: new PPS source ptp0
[ 32.150632] ixgbe 0000:03:00.0: registered PHC device on eth0
[ 32.235024] usb 3-9: new full-speed USB device number 3 using xhci_hcd
[ 32.259679] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 32.283200] ixgbe 0000:03:00.0 eth0: NIC Link is Up 1 Gbps, Flow Control: RX/TX
[ 32.381135] usb 3-9: New USB device found, idVendor=046b,...
2017 Oct 30
3
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...ci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:14DD:1005.0001/input/input1
[ 32.121353] hid-generic 0003:14DD:1005.0001: input,hidraw0: USB HID v1.11 Keyboard [Raritan D2CIM-VUSB] on usb-0000:00:14.0-3/input0
[ 32.150628] pps pps0: new PPS source ptp0
[ 32.150632] ixgbe 0000:03:00.0: registered PHC device on eth0
[ 32.235024] usb 3-9: new full-speed USB device number 3 using xhci_hcd
[ 32.259679] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 32.283200] ixgbe 0000:03:00.0 eth0: NIC Link is Up 1 Gbps, Flow Control: RX/TX
[ 32.381135] usb 3-9: New USB device found, idVendor=046b,...
2016 Jan 06
3
Bug#810070: XEN Hypervisor crashes/reboots at Startup after "Scrubbing Free Ram"
...r: Method parse/execution failed
[\_TZ.FN04._ON] (Node ffff880ff0910310), AE_NOT_FOUND
(20150818/psparse-542)
[ 0.733998] acpi PNP0C0B:04: Setting initial power state
[ 0.745104] acpi PNP0C0B:04: Cannot transition from (unknown) to D3hot
[ 0.761672] e1000e 0000:00:1f.6 eth0: registered PHC clock
[ 0.761806] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width
x1) 90:1b:0e:8b:2a:52
[ 0.761917] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 0.762035] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[ 0.762571] xhci_hcd 0000:00:14.0: xHCI Ho...
2012 Sep 09
2
Stall on CPU
Hi,
I have been receiving messages on a new DomU''s kern.log. I''ve done a lot
of googling, but haven''t came up with anything very useful, at least not
in a Xen context.
I was wondering if anyone had any suggestions about what could be wrong.
From everything I have read, there should be a stack trace included, but
I am not seeing one.
Thanks in advance,
Ian.
on
2013 Mar 12
14
vpmu=1 and running 'perf top' within a PVHVM guest eventually hangs dom0 and hypervisor has stuck vCPUS. Romley-EP (model=45, stepping=2)
...29.385762] scsi0 : isci
[ 29.405819] isci 0000:03:00.0: SCU controller 1: phy 3-0 cables: {short, short, short, short}
[ 29.412394] scsi1 : isci
[ 29.440887] scsi2 : ahci
[ 29.443999] initcall isci_init+0x0/0x1000 [isci] returned 0 after 80176 usecs
[ 29.445051] igb 0000:0a:00.0: added PHC on eth0
[ 29.445153] scsi3 : ahci
[ 29.445634] igb 0000:0a:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 29.445856] igb 0000:0a:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 00:15:17:b7:da:fa
[ 29.446199] igb 0000:0a:00.0: eth0: PBA No: 0050FF-0FF
[ 29.446569] igb 0000:0a:00.0: Using MSI-X i...
2014 Aug 30
5
[Bug 83271] New: Windowed mode causes framebuffer not to refresh with PRIME on optimus/kepler discrete GPU
...ndor_support: vendor-support=0
[ 2.247573] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 2.247619] iTCO_wdt: Found a Panther Point TCO device (Version=2,
TCOBASE=0x0460)
[ 2.247778] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 2.447711] e1000e 0000:00:19.0 eth0: registered PHC clock
[ 2.447716] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1)
3c:97:0e:28:d0:b5
[ 2.447719] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 2.447757] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
[ 2.457461] Switched to clocksource tsc
[...