search for: reiniti

Displaying 20 results from an estimated 408 matches for "reiniti".

Did you mean: reinit
2008 Aug 30
0
R embedded reinitialization error (PR#12644)
Full_Name: R Embedder Version: 2.7.2 OS: win XP SP 2 Submission from: (NULL) (83.25.35.249) I'm having problems using embedded R. I try to adapt examples from "tests/Embedding/". Everything works fine except when I try to reinitialize R for the second time in the same program. I need to reinitialize correctly because my code is some kind of .dll plugin to an external application. The simplest example I can provide is a modified tests/Embedding/Rplot.c file with one line added. Here each call to "eval_R_command"...
2007 Apr 12
1
Seek problem 2 - reinitialization of the decoder
Hi people, Next issue at hand here is after I have done a seek in a theora file. At this point, I have to reinitialize the decoder so the viewing can continue. Again, I have code that works most of the time, but, well... Just after the last file position seek, this code is run: while ((result = ogg_sync_pageout(&sync, &page)) == 0) bufferData(); while (ogg_page_serialno(&page) != tstream....
2013 Mar 19
1
unexpected 'reinitialize disk?' prompt form anaconda during kickstart with zerombr
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Anyone have any thoughts on why anaconda might be prompting me to reinitialize the disk during the kickstart of a Centos6.4 install on hyperV when a) the kickstart file contains "zerombr" as referred to in the installation guide[1] b) installation proceeds with no prompt on KVM hypervisors and succeeds? I have read the release notes[2]/tech notes[3] for 6.4 an...
2013 Jan 01
1
Error Processing Drive
...So my general problems with disks disappeared once I understood it was an SELinux problem. However I''m still finding in the DomU when I run through my kickstart that I''m getting an error which says: "Error processing drive: xen-vbd-51712 ........ this drive may need to be reinitialized" See: http://d.pr/i/YrH8 If I go ahead and reinitialize it, the install completes and everything''s golden. Problem is, I can''t find a way to make kickstart say: yeah whatever, go ahead and reinitialize.... Any ideas what''s up? S.
2006 Mar 03
2
Force update of Samba point-and-print drivers?
...omes out for that model or we realize that the initial default settings for Printer X aren't ideal -- duplexer not initialized, say. Without creating a new Samba/CUPS queue with a different name, is there a straightforward way to install updated drivers (or the same drivers so that they can be reinitialized) and then forcing client PCs to adopt the new/tweaked drivers? The latter circumstance (we'd like to reinitialized the drivers for 1 printer) is actually our situation, but it occurred to me that the issue would come up any time we'd like to distribute updated drivers. Thanks! Jim...
2016 Apr 03
1
[PATCH] virtio: virtio 1.0 cs04 spec compliance for reset
The spec says: after writing 0 to device_status, the driver MUST wait for a read of device_status to return 0 before reinitializing the device. Cc: stable at vger.kernel.org Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/virtio/virtio_pci_modern.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/virtio/virtio_pci_modern.c b/drivers/virtio/virtio_pci_modern...
2016 Apr 03
1
[PATCH] virtio: virtio 1.0 cs04 spec compliance for reset
The spec says: after writing 0 to device_status, the driver MUST wait for a read of device_status to return 0 before reinitializing the device. Cc: stable at vger.kernel.org Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/virtio/virtio_pci_modern.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/virtio/virtio_pci_modern.c b/drivers/virtio/virtio_pci_modern...
2004 Nov 05
1
Encoding problem
...using diphones (small speech chunks) as basic unit. Now in my application, the order of diphones to be joined after decoding is determined at runtime. Therefore I have to encode each diphone independent of others. I find out that when I encode diphones in order of their concatenation with out reinitializing the encoder for each diphone enc_state = speex_encoder_init(&speex_wb_mode); After decoding and concatenation it worked fine. If the order is not maintained concatenated wave output is not as clear as when maintaining the order. The problem is traced at the joining point of those dipho...
2013 Jun 11
21
[PATCH] xen: fix initialization of wallclock time for PVHVM on migration
The initial values of the wallclock time in the shared info page are set for PVHVM guests when the hypercall page is initialized, since the hypercall page is not reinitialized on resume, the hypervisor wallclock time is not properly set on resume. Fix it by forcing an update of the wallclock values when the shared info page is mapped. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Cc: Jan Beulich <JBeulich@suse.com> Cc: Keir Fraser <keir@xen...
2006 Jul 12
2
Initializing log4r once
...tialization code for log4r: Configurator[''logpath''] = ''./config'' # was ''./logs'' Configurator.load_xml_file(''config/log4r_config.xml'') I put it in appliction.rb, but then ofcourse at every request the logger system will be reinitialized. This causes the logfiles to be cleared at each request. which is not very usefull. Does anyone have an idea as how to init log4r once, at the beginning of the application run? Help would be very welcome. Thanks in advance. Fino -- Posted via http://www.ruby-forum.com/.
2017 Jan 31
3
[PATCH] vhost: fix initialization for vq->is_le
..._is_le never depend on the state >> it is actually supposed to initialize, and fix virtio_net by removing the >> reset from vhost_vq_init_access. >> >> With the above, there is no reason for vhost_reset_is_le to do just half >> of the job. Let us make vhost_reset_is_le reinitialize is_le. >> >> Signed-off-by: Halil Pasic <pasic at linux.vnet.ibm.com> >> Reported-by: Michael A. Tebolt <miket at us.ibm.com> >> Reported-by: Dr. David Alan Gilbert <dgilbert at redhat.com> >> Fixes: commit 2751c9882b94 ("vhost: cross-endian...
2017 Jan 31
3
[PATCH] vhost: fix initialization for vq->is_le
..._is_le never depend on the state >> it is actually supposed to initialize, and fix virtio_net by removing the >> reset from vhost_vq_init_access. >> >> With the above, there is no reason for vhost_reset_is_le to do just half >> of the job. Let us make vhost_reset_is_le reinitialize is_le. >> >> Signed-off-by: Halil Pasic <pasic at linux.vnet.ibm.com> >> Reported-by: Michael A. Tebolt <miket at us.ibm.com> >> Reported-by: Dr. David Alan Gilbert <dgilbert at redhat.com> >> Fixes: commit 2751c9882b94 ("vhost: cross-endian...
2005 Feb 22
2
R-help
...ange of the second y-axes appears in the first y-axes causing confusion. The example I refer to is : ################################## dev.off() ## start with a new graphics device # X11() or postscript() plot(x<-rnorm(100),y<-rnorm(100)) z<-rnorm(100)*250 par(new=T) ## Tell R not to reinitialize graphic device ## for subsequent plots plot(x,z,col='blue',axes=F) axis(side=4,col.axis='blue') par(new=F) ################################## which can be found at : http://www.demog.berkeley.edu/faq/node21.html I also have a home made-example with exactly the...
2016 Jan 26
2
[PATCH 2/2] core: Fix stack overflow when reloading config
...eload the same menu and libraries. >> > > Libraries shouldn't need it; they can simply stay in memory. For > executables one could do such initialization before invoking the entry > point. > > -hpa Do you mean executables should also stay in memory and just get a fast-reinitialization when re-running them? However, unless we do something more heavy-weight, when a config file is loaded, I guess all modules will have to be unloaded anyway since the search path can be changed by the new config file and other modules with the same name can be loaded. BTW, can ldlinux.c32...
2015 Jun 24
3
[LLVMdev] DataLayout
...argetMachine, I tried it and it seems possible but awkward as well in some places where the DataLayout has to be supplied externally because TargetLoweringXX would not have it. Finally the TargetMachine could be deemed to be "context-specific”, i.e. the CodeGen infrastructure would need to be reinitialized for each new Context. That would be a strong limitation though. There may be other options? — Mehdi
2016 Jan 22
3
[PATCH 2/2] core: Fix stack overflow when reloading config
...them from the front of >> the list. >> > > Yes, it is the easy way to initialize. Part of me wonders if we should > keep a copy of the data section and just wipe it out. > > -hpa I see 3 ways of handling this. 1) Have some specific code in ldlinux.c32 that handles reinitialization. 2) Have some specific cache for the COM32 modules and load them only once for the lifetime of the whole boot loader. 3) Put a file system cache that would also benefit to other files. I would tend to prefer the third way, but I don't know how much work it would be or if it would inte...
2016 Feb 07
2
GPU passthrough - MSI R9 380 4GB, works only ONCE
...assthrough with KVM. At the first linux boot (Fedora 23) I am able to successfully start virtual machine and it works! However if i will shut down virtual machine and start it again - the screen will stay blank! So far I have been able to find on the internet that some graphic cards just can not reinitialize itself when there is no power off/on, which could be the case of mine as well. Also I am very much surprised that this graphic card has no UEFI rom! Any help would be appreciated [root@brutus-coreos ~]# virsh start winos1 Domain winos1 started dmesg output after second boot of the virtua...
2017 Jan 30
3
[PATCH] vhost: fix initialization for vq->is_le
...Let us make sure the outcome of vhost_init_is_le never depend on the state it is actually supposed to initialize, and fix virtio_net by removing the reset from vhost_vq_init_access. With the above, there is no reason for vhost_reset_is_le to do just half of the job. Let us make vhost_reset_is_le reinitialize is_le. Signed-off-by: Halil Pasic <pasic at linux.vnet.ibm.com> Reported-by: Michael A. Tebolt <miket at us.ibm.com> Reported-by: Dr. David Alan Gilbert <dgilbert at redhat.com> Fixes: commit 2751c9882b94 ("vhost: cross-endian support for legacy devices") --- The...
2017 Jan 30
3
[PATCH] vhost: fix initialization for vq->is_le
...Let us make sure the outcome of vhost_init_is_le never depend on the state it is actually supposed to initialize, and fix virtio_net by removing the reset from vhost_vq_init_access. With the above, there is no reason for vhost_reset_is_le to do just half of the job. Let us make vhost_reset_is_le reinitialize is_le. Signed-off-by: Halil Pasic <pasic at linux.vnet.ibm.com> Reported-by: Michael A. Tebolt <miket at us.ibm.com> Reported-by: Dr. David Alan Gilbert <dgilbert at redhat.com> Fixes: commit 2751c9882b94 ("vhost: cross-endian support for legacy devices") --- The...
2009 Oct 25
3
NULL elements in lists ... a nightmare
...th zero Is the above shown behaviour of list data structures to be expected ? I took me a lot of sweat to figure out this wierd behaviour was the cause of a bug in my big program. In general, if I have a list with some elements initialized to NULL, that can be changed dynamically, then how can I reinitialize such elements to NULL without deleting them from the list ? Thank you in advance, Maura [[alternative HTML version deleted]]