search for: _every_

Displaying 20 results from an estimated 89 matches for "_every_".

2016 Oct 18
2
NVAC "No Signal"
On 18.10.2016 09:35, Karol Herbst wrote: > how sure are you, that this is needed for _every_ nvac? > Thank you for asking. If you consider, as relevant, referring to the original commit: "drm/nouveau/disp/g94: implement workaround for dvi issue on fx380" https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2a4bd8a <quote> Fixes the second DVI out...
2006 Jun 01
4
A coding question
Dear List: I have the follow code: y <- replicate(10,replicate(8,sum(rnorm(rpois(1,5))))) Now I need to apply the following condition to _every_ randomly generated Normal number in the code above: x - max(0,x-15) + max(0,x-90), where x represents the individual Normal numbers. In other words, the said condition needs to be applied before replicate(...(replicate(...(sum(...))) takes place. Any help would be greatly appreciated. platform...
2015 Mar 19
2
CRAN binary, but no source
...5-2 source package >> anywhere. Is this simply a mistake, or it is OK to have binary-only >> packages on CRAN? OOPS, I saw the 0.6 package source, not 0.5. My mistake. Why not recompile? Do you require 0.5 for some reason? I would guess that CRAN requires only the _current_ source, not _every_ source. And http://cran.r-project.org/src/contrib/Archive/Rglpk/ only has the source archived for 0.4-1 >> >> Thanks much, Best, >> Gabor -- If you sent twitter messages while exploring, are you on a textpedition? He's about as useful as a wax frying pan. 10 to the 12th...
2018 Nov 01
2
SAY command (mis)behaviour?
...conf, which has some entries to boot old kernels. When i'm booting the old versions i'd like to have a reminder message recalling me that the most recent kernel is not being used, so that i don't forget to switch back to it, for example after many days of uptime. Now, is it normal that _every_ SAY command is executed no matter which LABEL block is being booted? In the attached file, if i boot the LABEL "debian" i still get the messages from the two other blocks, and obviously i don't want that. Did I misunderstand what the SAY command should do? Thanks for your attention....
1997 Aug 11
3
Samba errors?
Hello there folks, I have been using the latest alpha version, I believe it is 5 , which proves to be a bit better than the previous work, but I do face some serious problems. This is my first time installing samba on a SunOS 4.1.4 and I do have some concern about samba works. Assuming the existance of 2 Unix systems that are exporting filesystems between them, and 1 PC that requests home
2014 Nov 25
2
[PATCH v4 04/42] virtio: disable virtio 1.0 in transports
...25, 2014 at 06:29:42PM +0100, Cornelia Huck wrote: > On Tue, 25 Nov 2014 18:41:35 +0200 > "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > disable virtio 1.0 in transports that don't > > support it yet. > > I'd prefer if you disabled it for _every_ transport in this patch, > until the needed infrastructure is in place. Else this is a bit > confusing. Well the only transports left are pci and rpoc, and these only read the low 32 bit of the features from the device - so there's nothing to clear. E.g. the following would be even more...
2014 Nov 25
2
[PATCH v4 04/42] virtio: disable virtio 1.0 in transports
...25, 2014 at 06:29:42PM +0100, Cornelia Huck wrote: > On Tue, 25 Nov 2014 18:41:35 +0200 > "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > disable virtio 1.0 in transports that don't > > support it yet. > > I'd prefer if you disabled it for _every_ transport in this patch, > until the needed infrastructure is in place. Else this is a bit > confusing. Well the only transports left are pci and rpoc, and these only read the low 32 bit of the features from the device - so there's nothing to clear. E.g. the following would be even more...
2016 Oct 18
4
NVAC "No Signal"
Fixes "No Signal" via HDMI from NVIDIA Corporation ION VGA (rev b1) Ref. "drm/nouveau/disp/g94: implement workaround for dvi issue on fx380" https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2a4bd8a The last working Fedora kernel 4.8.0-0.rc0.git3.1.fc25 Patched and tested with: $ modinfo -n nouveau
2016 Oct 18
0
NVAC "No Signal"
well, I just don't want that this fix breaks the same thing for other users, that's why I am asking. 2016-10-18 13:56 GMT+02:00 poma <pomidorabelisima at gmail.com>: > On 18.10.2016 09:35, Karol Herbst wrote: >> how sure are you, that this is needed for _every_ nvac? >> > > Thank you for asking. > > If you consider, as relevant, > referring to the original commit: > "drm/nouveau/disp/g94: implement workaround for dvi issue on fx380" > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2a4bd8a &g...
2006 Apr 03
1
Best way to set custom Controller options
...defining a custom function, ie: class PeopleController < ApplicationController set_my_actions :action1, :action2 end class ApplicationController def self.set_my_actions(*args) @@my_actions = args end end But ''@@my_actions'' sets the class variable to _every_ Controllers classes! Any hints? Thanks, Marco -- Posted via http://www.ruby-forum.com/.
2004 Aug 02
1
Performance of queues
Hi, A potential customer would like to be able to do this: If a call comes in for an employee who is on the phone, allow the front-desk to push the caller in a queue directly to the employee. Now, this is easily done by using queues, but I am curious: What is the performance impact on a system if _every_ employee (phone) has their own queue. How scalable is that in comparison to 'regular' dialling ? Best regards, Florian
2005 May 29
1
--delete reports all files deleted
...lackware Linux 10.1. Usually when I issue rsync -uacHv $SOURCE $TARGET >>/var/log/mirror.log files that are updated are listed in mirror.log. Today for the first time I used --delete --force in the line rsync -uacHv --delete --force $SOURCE $TARGET >>/var/log/mirror.log it looks like _every_ file has a line in the log that says "deleting filename". But it appears that files that exist on the SOURCE are still on the TARGET. Why are the TARGET files being listed as deleted in my log file? Is this correct behavior? Are the files _actually_ being deleted and then copied? L...
2000 Oct 23
1
(no subject)
>>However, the major API changes this also requires would be rather complex. >>If you're going to provide for callbacks, you obviously have to provide a >>method to actually tell the library what your callbacks are. And they have >>to propagate to _every_ function which might allocate or free memory. >>Hardly trivial.<< You need a set_ogg_malloc_handler(). That's it as far as the API goes. As for the implementation, I'd suggest making a two-three line function named ogg_malloc() that does the right thing. Do a grep through th...
2019 May 16
2
PJSIP call Delay DNS/Realtime
...second delay from the time the invite came in until the time the call was routed and stood up with audio. Even when you were routing between unrelated (non-dns matched) endpoints. Looking at the debug logs, It seems like Asterisk looks these peers up on some kind of time interval. As well as during _every_ inbound call. This also explains why the delay increased with every single DNS based endpoint I added. Each extra peer means another DNS lookup and process. To further test my theory, I stood up a local caching DNS resolver and this significantly improved the delay. But it was still ~1 second with...
2005 Dec 20
2
Null Text Fields
I tend to allow nulls in cases where the value is unknown, even if it''s a text/varchar field. RoR seems to push empty strings into these fields. Is there any way to get RoR to use NULL vice '''' if the input box is empty? Thanks! - Ian
2018 Jan 06
3
PEM file opened without DIRECT I/O which makes private key readable by attacker exploiting MELTDOWN
On Sat, Jan 6, 2018 at 5:38 PM, Philipp Marek <philipp at marek.priv.at> wrote: > I think we are possibly interested in switching to DIRECT IO (given that it >> bypasses any caching system including page cache) when reading *.PEM file >> > Sorry, but this makes no sense. > The data could just as well be read from the SSH process > memory space. > I think
2003 Aug 26
4
[LLVMdev] repeated recursion with "frozen" arguments
...ar things we have when we pass `this' pointer to non-static member functions in C++ (why should we pass `this' pointer always if it was not changed?). However, I guess in classical code generation approaches argument `x' (like `this' pointer) is always pushed into a stack with _every_ call. But, it is possible to generate individual code implementations for every top-level call of `rec_func' to avoid big number of extra `push'. In terms of C++: there should be a possibility to regenerate non-static member functions for a given instantiated object of the classes where...
2014 Nov 25
2
[PATCH v4 04/42] virtio: disable virtio 1.0 in transports
disable virtio 1.0 in transports that don't support it yet. We will gradually re-enable as support is added. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/lguest/lguest_device.c | 3 ++- drivers/misc/mic/card/mic_virtio.c | 2 ++ drivers/s390/kvm/virtio_ccw.c | 3 ++- drivers/virtio/virtio_mmio.c | 2 ++ 4 files changed, 8 insertions(+), 2
2014 Nov 25
2
[PATCH v4 04/42] virtio: disable virtio 1.0 in transports
disable virtio 1.0 in transports that don't support it yet. We will gradually re-enable as support is added. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/lguest/lguest_device.c | 3 ++- drivers/misc/mic/card/mic_virtio.c | 2 ++ drivers/s390/kvm/virtio_ccw.c | 3 ++- drivers/virtio/virtio_mmio.c | 2 ++ 4 files changed, 8 insertions(+), 2
2013 May 26
5
Anything else for Flac 1.3.0?
Hi all, In my latest commit I have updated all version strings and copyright dates. I am now going to do a little testing (and encourage anyone else to do the same) and hopefully release in the next day or so. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/