search for: nvm

Displaying 20 results from an estimated 49 matches for "nvm".

Did you mean: num
2008 Aug 26
2
vTPM NVM, loadkey and trousers questions
Hi everyone, I am using Xen 3.2.1 with the vtpm-12-patch.diff patch posted in [0]. My TPM is an Infineon 1.2. In total I have got three different questions: 1. NVM loading problem at VM creation When I am creating a VM the last few lines of the vtpm_manager output are: TPMD[245]: tpm/tpm_startup.c:45: Info: TPM_Startup(1) Loading NVM. Sending LoadNVM command ERROR[VTPM]: Failed to load NVM .INFO[VTPM]: [VTPM Listener]: VTPM Listener waiting for messag...
2010 Dec 23
1
[LLVMdev] Linking to LLVM with CMake
...lems linking my project (outside of the llvm source tree) to the LLVM jit. My CMake file contains: ------------ find_package(LLVM REQUIRED) include_directories(${LLVM_INCLUDE_DIR}) link_directories(${LLVM_LINK_DIR}) add_definitions(-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS) add_executable(nvm main.cpp) llvm_config(nvm engine) ------------ cmake succeeds in generating the makefile - so it is correctly finding the installed LLVM (2.8, r122491), which compiled fine. The build fails, complaining of: CMakeFiles/nvm.dir/main.cpp.o: In function `global constructors keyed to main': main....
2019 Apr 01
1
udev rename NIC failed
...is selected log from /var/log/messages: ... kernel: [ 23.098148] i40e: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver - version 2.2.4 kernel: [ 23.098554] i40e: Copyright(c) 2013 - 2017 Intel Corporation. kernel: [ 23.114270] i40e 0000:1a:00.0: fw 3.1.57069 api 1.5 nvm 3.33 0x80000f09 255.65535.255 kernel: [ 23.118320] i40e 0000:1a:00.0: MAC address: 28:41:c6:fb:c3:a2 kernel: [ 23.128007] i40e 0000:1a:00.0: MSI-X vector limit reached, attempting to redistribute vectors kernel: [ 23.133699] i40e 0000:1a:00.0: Added LAN device PF0 bus=0x1a dev=0x0...
2013 Aug 28
2
netlogo r-extension loadlibrary() failures
...ng.ClassLoader.loadLibrary(ClassLoader.java:1878) at java.lang.Runtime.loadLibrary0(Runtime.java:849) at java.lang.System.loadLibrary(System.java:1087) at org.nlogo.extension.r.systemcheck.Entry$RCheck.perform(Entry.java:208) at org.nlogo.prim._extern.perform(_extern.java:54) at org.nlogo.nvm.Context.stepConcurrent(Context.java:91) at org.nlogo.nvm.ConcurrentJob.step(ConcurrentJob.java:82) at org.nlogo.job.JobThread.org$nlogo$job$JobThread$$runPrimaryJobs(JobThread.scala:143) at org.nlogo.job.JobThread$$anonfun$run$1.apply$mcV$sp(JobThread.scala:78) at org.nlogo.job.JobThread$$...
2000 Dec 06
0
Locfit
...currently trying to implement your library locfit. I am using Win NT and R1.1.1 version obtained on the following Webmaster : http://cm.bell-labs.com/cm/ms/departments/sia/project/locfit/index.html When trying to run it, the following message appears: ********** Error in .C("guessnv", nvm = integer(1), ncm = integer(1), dp = as.numeric(dp), : C/Fortran function name not in load table ********** Do you know what this message means and do u know what procedure shall I implement in order to be able to use best fit. I look forward to receiving your advices. Thank you very much for you...
2005 Jun 20
8
YubNub makes Slashdot
Way to go YubNub! It''ll be interesting to see: 1) What so many people have to say and 2) How your rails app holds up to the slashdotting. Great work!
2020 Jun 16
0
iwlwifi problem after Centos 8.2 update
...649.887951] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM [ 649.977952] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM [ 650.042990] iwlwifi 0000:00:14.3: FW already configured (0) - re- configuring [ 650.050559] iwlwifi 0000:00:14.3: Conflict between TLV & NVM regarding enabling LAR (TLV = enabled NVM =disabled) [ 650.250610] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0. [ 650.250685] iwlwifi 0000:00:14.3: Start IWL Error Log Dump: [ 650.250686] iwlwifi 0000:00:14.3: Status: 0x00000040, count: 6 [ 650.250687] iwlwifi 0000:00:14.3...
2017 Jul 05
3
[PATCH v2] virtio-blk: add DISCARD support to virtio-blk driver
...is okay for HDD backend, but it will impact the performance for SSD backend. Add a feature flag VIRTIO_BLK_F_DISCARD and command VIRTIO_BLK_T_DISCARD to extend exist virtio-blk protocol, define 16 bytes discard descriptor for each discard segment, the discard segment defination aligns with SCSI or NVM Express protocols, virtio-blk driver will support multi-range discard request as well. Signed-off-by: Changpeng Liu <changpeng.liu at intel.com> --- drivers/block/virtio_blk.c | 76 +++++++++++++++++++++++++++++++++++++++-- include/uapi/linux/virtio_blk.h | 19 +++++++++++ 2 files chan...
2017 Jul 05
3
[PATCH v2] virtio-blk: add DISCARD support to virtio-blk driver
...is okay for HDD backend, but it will impact the performance for SSD backend. Add a feature flag VIRTIO_BLK_F_DISCARD and command VIRTIO_BLK_T_DISCARD to extend exist virtio-blk protocol, define 16 bytes discard descriptor for each discard segment, the discard segment defination aligns with SCSI or NVM Express protocols, virtio-blk driver will support multi-range discard request as well. Signed-off-by: Changpeng Liu <changpeng.liu at intel.com> --- drivers/block/virtio_blk.c | 76 +++++++++++++++++++++++++++++++++++++++-- include/uapi/linux/virtio_blk.h | 19 +++++++++++ 2 files chan...
2017 Jul 05
2
[PATCH v2] virtio-blk: add DISCARD support to virtio-blk driver
...> for SSD backend. > > > > Add a feature flag VIRTIO_BLK_F_DISCARD and command > VIRTIO_BLK_T_DISCARD > > to extend exist virtio-blk protocol, define 16 bytes discard descriptor > > for each discard segment, the discard segment defination aligns with > > SCSI or NVM Express protocols, virtio-blk driver will support multi-range > > discard request as well. > > > > Signed-off-by: Changpeng Liu <changpeng.liu at intel.com> > > Please include a patch for the specification. Since we are at it, I Thanks Paolo, do you mean include a te...
2017 Jul 05
2
[PATCH v2] virtio-blk: add DISCARD support to virtio-blk driver
...> for SSD backend. > > > > Add a feature flag VIRTIO_BLK_F_DISCARD and command > VIRTIO_BLK_T_DISCARD > > to extend exist virtio-blk protocol, define 16 bytes discard descriptor > > for each discard segment, the discard segment defination aligns with > > SCSI or NVM Express protocols, virtio-blk driver will support multi-range > > discard request as well. > > > > Signed-off-by: Changpeng Liu <changpeng.liu at intel.com> > > Please include a patch for the specification. Since we are at it, I Thanks Paolo, do you mean include a te...
2015 Jun 21
0
IOV / SR-IOV / MR-IOV for non-network hardware?
....g. http://searchstorage.techtarget.com/video/I-O-virtualization-video-SR-IOV-MR-IOV-NICs-and-more ; hardware positioned between multiple hosts and a single peripheral, e.g. http://topics-cdn.dell.com/pdf/poweredge-vrtx_User's%20Guide_en-us.pdf ; and conceptual support for IOV in the spec for NVM Express. I did find actual physical products which claim IOV support, e.g. the LSI 3008 chip, which is used in some mobos and LSI HBAs. I've even found some posts re virtualization by people who discuss various aspects of having and using one of these products. But I have yet to find anyone --...
2017 Jan 13
3
Question on /usr/bin/import for CentOS 7
On Fri, 13 Jan 2017 15:18:42 -0500 Jerry Geis wrote: Centos 7/Mate import -silent -window root screen.png I got a screenshot showing my current desktop. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2009 Feb 21
2
Installing wine 1.1.6 from source in Ubuntu
Hi, I am having trouble installing this from source. I can't use any version from 0.9.4. to 1.1.5 because they have a bug with utorrent. I am using Ubuntu desktop 8.04 hardy. I tried ./configure but got an error message. Any help is appreciated Bob
2009 Apr 23
2
Run-Time 75 Error
Hello, I'm trying to run .exe application with WINE (the actual version of course), and after some time I get the following error: > Run-time error '75': > Path/file access error. You have that as well. Maybe some sollutions ? Thanks!
2006 Jun 26
1
RJS visual_effect toggle?
Is there a way to toggle an effect in an RJS? If not, anyone have recommendations for how to manually make it toggle? I guess I would assume some boolean that the rjs checks everytime it''s called and depending on whether it''s true or false it will do page.visual_effect :appear or page.visual_effect :hide -Ben Lisbakken -- Posted via http://www.ruby-forum.com/.
2006 May 08
1
testing for empty columns
i almost feel dumb for even asking this one, but i can''t seem to figure it out. i just need to test for an empty variable. i''ve tried: <% if object.value do_something_here end %> but it always evaluates to true, even if the variable is empty. -- Posted via http://www.ruby-forum.com/.
2010 Oct 15
1
specify data frame by name
I'd like to be able to specify a data frame by name in a function call. Any ideas how this can be done? dfm <- data.frame(x=1:10) testfunc <- function(data="dfm") { dat <- data sum(dat$x) } print(testfunc()) -- View this message in context: http://r.789695.n4.nabble.com/specify-data-frame-by-name-tp2996534p2996534.html Sent from the R help mailing list archive at
2009 Aug 09
1
Wiki entry for expire plugin, PostgreSQL trigger needs update
The wiki entry at http://wiki.dovecot.org/Plugins/Expire needs an update for Dovecot 1.2 and PostgreSQL: -- v1.2+: CREATE OR REPLACE FUNCTION merge_expires() RETURNS TRIGGER AS $$ BEGIN IF exists(SELECT 1 FROM expires WHERE username = NEW.username AND mailbox = NEW.mailbox) THEN UPDATE expires SET expire_stamp = NEW.expire_stamp WHERE username = NEW.username AND mailbox = NEW.mailbox;
2010 May 07
1
Enable proxy for rFactor
I've been playing rFactor and sometimes I can't connect to certain servers, specifically, a buddy's. He has a dedicated server setup, but I'm the only one that can't connect. It turns out that when I ping him, there's no response and when I traceroute, it doesn't get there. I'm thinking I could connect to a network that can reach him, but the only problem is I