search for: pm0

Displaying 11 results from an estimated 11 matches for "pm0".

Did you mean: pm
2006 Sep 22
1
Linux Dom0 <-> Solaris prepared Volume
...All rights reserved. Use is subject to license terms. DEBUG enabled xen v3.0-unstable chgset ''Tue Aug 15 19:53:55 2006 +0100 11134:ec03b24a2d83'' WARNING: Found xen v3.0-unstable but need xen v3.0.2-3-sun WARNING: The kernel may not function correctly ==== : : : ==== pseudo-device: pm0 pm0 is /pseudo/pm@0 pseudo-device: pool0 pool0 is /pseudo/pool@0 panic[cpu0]/thread=fffffffec48d8c00: stisti >> warning! 8-byte aligned %fp = ffffff0001326fa8 ffffff0001326fa8 unix:sys_syscall+4c () syncing file systems... 2 2 done skipping system dump - no dump device configured rebooti...
2013 Mar 29
0
[LLVMdev] dynamic passes
In this case, you can specialize a few pass manager objects, each for a specific sub target type. E.g. PassManager pm0 = .. ; // for mips32; PassManager pm1 = .. ; // for mips16; ... if(function needs to run on mips32) pm0.run(); else if(function needs to run on mips16) pm1.run(); ... Of course, you have to figure out the suitable sets of functions for each sub target. Hope it helps. Chuck On 3/29/2013 4:2...
2013 Mar 29
2
[LLVMdev] dynamic passes
not in this case. the architecture is changing on a per function pass. mips32->mips16->mips16.... same issue would be for arm->thumb1->arm On 03/29/2013 04:26 PM, Chuck Zhao wrote: > Can you do this instead: > > PassManager pm = ...; > pm.add(other needed passes); > ... > if(arch you are interested) > pm.add(your pass); > ... > pm.run(); > > >
2007 Apr 30
4
B62 AHCI and ZFS
...ide@ 1f,1/ide at 0/sd at 1,0 Apr 27 09:30:04 weston unix: [ID 469452 kern.notice] NOTICE: symhisl: 64-bit dri ver module not found Apr 27 09:30:04 weston unix: [ID 469452 kern.notice] NOTICE: cadp: 64-bit driver module not found Apr 27 09:30:05 weston pseudo: [ID 129642 kern.notice] pseudo-device: pm0 Apr 27 09:30:05 weston genunix: [ID 936769 kern.notice] pm0 is /pseudo/pm at 0 Apr 27 09:30:05 weston pseudo: [ID 129642 kern.notice] pseudo-device: power0 Apr 27 09:30:05 weston genunix: [ID 936769 kern.notice] power0 is /pseudo/power@ 0 Apr 27 09:30:05 weston pseudo: [ID 129642 kern.notice] pseud...
2006 Oct 05
13
Unbootable system recovery
I have just recently (physically) moved a system with 16 hard drives (for the array) and 1 OS drive; and in doing so, I needed to pull out the 16 drives so that it would be light enough for me to lift. When I plugged the drives back in, initially, it went into a panic-reboot loop. After doing some digging, I deleted the file /etc/zfs/zpool.cache. When I try to import the pool using the zpool
2008 Jan 05
11
Help with booting dom0 on a Dell 2950
Hi, I have installed b_78 on a Dell 2950 and booting to bare metal works fine but when I try to boot using the grub entry Solaris xVM it will boot to the point where it displays the uname info and then just stays there. It will not boot past that point. I have enabled VT technology in the BIOS (but only after the installation). Where/what can I look at to trouble shoot this? I am new to xen and
2010 Nov 11
8
zpool import panics
Hi, I just had my Dell R610 reboot with a kernel panic when I threw a couple of zfs clone commands in the terminal at it. Now, after the system had rebooted zfs will not import my pool anylonger and instead the kernel will panic again. I have had the same symptom on my other host, for which this one is basically the backup, so this one is my last line if defense. I tried to run zdb -e
2001 Jan 23
7
Multichannel Encoding
I'm a mathematician and programmer working on experimental surround sound techniques. Some of the ideas I'm working on require dozens of channels. These channels are often highly correlated and are very well suited to compression. I'm new to Vorbis. Does it attempt to address such issues? Thanks, --Richard --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2008 Jan 17
9
ATA UDMA data parity error
...fo] sd11 is /pci at 0,0/pci10de,376 at a/pci1033,125 at 0,1/pci11ab,11ab at 6/disk at 5,0 Jan 17 06:41:20 san genunix: [ID 408114 kern.info] /pci at 0,0/pci10de,376 at a/pci1033,125 at 0,1/pci11ab,11ab at 6/disk at 5,0 (sd11) online Jan 17 06:41:22 san pseudo: [ID 129642 kern.info] pseudo-device: pm0 Jan 17 06:41:22 san genunix: [ID 936769 kern.info] pm0 is /pseudo/pm at 0 Jan 17 06:41:22 san genunix: [ID 314293 kern.info] device pciclass,030000 at 5(display#0) keeps up device sd at 0,0(disk#0), but the latter is not power managed Jan 17 06:41:22 san pseudo: [ID 129642 kern.info] pseudo-devic...
2007 Dec 09
8
zpool kernel panics.
Hi Folks, I''ve got a 3.9 Tb zpool, and it is casing kernel panics on my Solaris 10 280r (SPARC) server. The message I get on panic is this: panic[cpu1]/thread=2a100a95cc0: zfs: freeing free segment (offset=423713792 size=1024) This seems to come about when the zpool is being used or being scrubbed - about twice a day at the moment. After the reboot, the scrub seems to have
2012 Jun 24
0
nouveau _BIOS method
...BR.. GCLK 1100: 01 00 1f 44 30 45 4e 01 00 4f 05 50 58 45 4e 01 ...D0EN..O.PXEN. 1110: 50 58 53 5a 02 00 17 50 58 42 52 06 00 20 44 49 PXSZ...PXBR.. DI 1120: 45 4e 01 00 0b 44 49 42 52 14 00 20 00 14 4d 45 EN...DIBR.. ..ME 1130: 42 52 0c 00 40 06 00 04 50 4d 30 48 02 00 02 50 BR.. at ...PM0H...P 1140: 4d 31 4c 02 00 02 50 4d 31 48 02 00 02 50 4d 32 M1L...PM1H...PM2 1150: 4c 02 00 02 50 4d 32 48 02 00 02 50 4d 33 4c 02 L...PM2H...PM3L. 1160: 00 02 50 4d 33 48 02 00 02 50 4d 34 4c 02 00 02 ..PM3H...PM4L... 1170: 50 4d 34 48 02 00 02 50 4d 35 4c 02 00 02 50 4d PM4H...PM5L...P...