search for: admittable

Displaying 20 results from an estimated 23 matches for "admittable".

2016 Dec 09
2
Re: [PATCH 2/2] v2v: Fix ambiguous and probably incorrect pattern match (warning 57).
On Thursday, 8 December 2016 13:54:04 CET Richard W.M. Jones wrote: > See: > http://caml.inria.fr/pub/docs/manual-ocaml/comp.html#ss%3Awarn57 > > I believe the code as written previously was incorrect. However we > are lucky because if neither clause matches then it will fall through > to displaying an error message, allowing the user to correct the > problem. > --- >
2016 Jul 28
2
[PATCH 6/7] qemu: Implement virtio-pstore device
...; + return len; > > > > All this is blocking VM until host io completes. > > Hmm.. I don't know about the internals of qemu. So does it make guest > stop? If so, that's what I want to do for _DMESG. :) As it's called > only on kernel oops I think it's admittable. But for _CONSOLE, it > needs to do asynchronously. Maybe I can add a thread to do the work. Please look at include/io/channel.h. QEMU is event-driven and tends to use asynchronous I/O instead of spawning threads. The include/io/ APIs allow you to do asynchronous I/O in the event loop. Ste...
2016 Jul 28
2
[PATCH 6/7] qemu: Implement virtio-pstore device
...; + return len; > > > > All this is blocking VM until host io completes. > > Hmm.. I don't know about the internals of qemu. So does it make guest > stop? If so, that's what I want to do for _DMESG. :) As it's called > only on kernel oops I think it's admittable. But for _CONSOLE, it > needs to do asynchronously. Maybe I can add a thread to do the work. Please look at include/io/channel.h. QEMU is event-driven and tends to use asynchronous I/O instead of spawning threads. The include/io/ APIs allow you to do asynchronous I/O in the event loop. Ste...
2007 May 11
1
Need a RTP/SIP Proxy to be used as SBC (Session Border Controller)
Hi all, I have been using asterisk to do such kind of thing, But I must admitt, this is not 100 % conveniant (Mainly because Asterisk isn't a SIP Proxy). I just wanted to know if you knew/used some kind of SBC or packages which would deal both with SIP AND RTP ! SER/OpenSER woulc be a good SIP Proxy ... but then how to deal with RTP ? Any tip, info greatly welcome ! Thanks, JM
2016 Jul 30
2
[Qemu-devel] [PATCH 6/7] qemu: Implement virtio-pstore device
...All this is blocking VM until host io completes. > > > > > > Hmm.. I don't know about the internals of qemu. So does it make guest > > > stop? If so, that's what I want to do for _DMESG. :) As it's called > > > only on kernel oops I think it's admittable. But for _CONSOLE, it > > > needs to do asynchronously. Maybe I can add a thread to do the work. > > > > Please look at include/io/channel.h. QEMU is event-driven and tends to > > use asynchronous I/O instead of spawning threads. The include/io/ APIs > > allow...
2016 Jul 30
2
[Qemu-devel] [PATCH 6/7] qemu: Implement virtio-pstore device
...All this is blocking VM until host io completes. > > > > > > Hmm.. I don't know about the internals of qemu. So does it make guest > > > stop? If so, that's what I want to do for _DMESG. :) As it's called > > > only on kernel oops I think it's admittable. But for _CONSOLE, it > > > needs to do asynchronously. Maybe I can add a thread to do the work. > > > > Please look at include/io/channel.h. QEMU is event-driven and tends to > > use asynchronous I/O instead of spawning threads. The include/io/ APIs > > allow...
2007 Dec 05
1
Quadratic programming
Hi, I'm quite new at R and I haven't found the answer to my question anywhere on the net, so either it is trivial or not documented. So, bare with be. I am using the quadprog package and its solve.QP routine to solve and quadratic programming problem with inconsistent constraints, which obviously doesn't work since the constraint matrix doesn't have full rank. A way to solve this
2007 Jun 11
4
smtp timeout failures
Hi. I''m using backgroundrb to, in part, wrap smtp transactions made through actionmailer. The problem is that when smtp fails with a timeout error, the worker simply stops at that point. No exception is returned. I''ve tried wrapping this call in a begin...rescue block but no exception seems to be making it back to the worker (other methods are correctly passing exceptions to
2016 Jul 28
0
[Qemu-devel] [PATCH 6/7] qemu: Implement virtio-pstore device
...gt; > > > All this is blocking VM until host io completes. > > > > Hmm.. I don't know about the internals of qemu. So does it make guest > > stop? If so, that's what I want to do for _DMESG. :) As it's called > > only on kernel oops I think it's admittable. But for _CONSOLE, it > > needs to do asynchronously. Maybe I can add a thread to do the work. > > Please look at include/io/channel.h. QEMU is event-driven and tends to > use asynchronous I/O instead of spawning threads. The include/io/ APIs > allow you to do asynchronous I/...
2016 Dec 09
0
Re: [PATCH 2/2] v2v: Fix ambiguous and probably incorrect pattern match (warning 57).
On Fri, Dec 09, 2016 at 10:32:42AM +0100, Pino Toscano wrote: > On Thursday, 8 December 2016 13:54:04 CET Richard W.M. Jones wrote: > > See: > > http://caml.inria.fr/pub/docs/manual-ocaml/comp.html#ss%3Awarn57 > > > > I believe the code as written previously was incorrect. However we > > are lucky because if neither clause matches then it will fall through >
2008 Feb 01
1
Cannot save histogram picture when run from script
Hi, I am faced with a strange problem. My picture file is empty when the following statements were run from R script. But the picture file shows up correctly, when the commands are individually run from Rgui. png(file="histogram_correlation.png", bg = "white") require(stats) histogram( ~ height | voice.part, data = singer, nint = 17, endpoints = c(59.5, 76.5),
2002 May 17
1
update wrong date, soft links, Debian stable, -L, ...
Debian r2.5 (Potato) rsync version 2.3.2 protocol version 21 ( the latest stable deb version anyway :) RE: absolutely older file keeps getting chosen for update Hi. I have something like: rsync -vxuaz /sendmail/ /mnt/nfs-mount/sendmail In the nfs drive the files are links to other files in a subdirectory of that same directory. Both the links and the files they point
2016 Aug 01
0
[Qemu-devel] [PATCH 6/7] qemu: Implement virtio-pstore device
...VM until host io completes. > > > > > > > > Hmm.. I don't know about the internals of qemu. So does it make guest > > > > stop? If so, that's what I want to do for _DMESG. :) As it's called > > > > only on kernel oops I think it's admittable. But for _CONSOLE, it > > > > needs to do asynchronously. Maybe I can add a thread to do the work. > > > > > > Please look at include/io/channel.h. QEMU is event-driven and tends to > > > use asynchronous I/O instead of spawning threads. The include/io/ A...
2010 Oct 08
2
Suggestion for "how to" section: easy way to install the JDK?
I've read website http://wiki.centos.org/HowTos/JavaOnCentOS. I am a total newbie with CentOS, but currently, with update 21 of the Java 6 JDK and CentOS 5.5, the installing the JDK appears to be simpler: 1. Download the latest *rpm.bin jdk (as of today,jdk-6u21-linux-i586-rpm.bin) fromhttp://java.sun.com/javase/downloads/widget/jdk6.jsp 2. chmod +x the downloaded file. 3. su 4. Execute
2016 Dec 08
3
[PATCH 1/2] Remove most instances of OCaml warning 52.
See: http://caml.inria.fr/pub/docs/manual-ocaml/comp.html#s:comp-warnings --- builder/index_parser.ml | 8 ++++---- generator/tests_c_api.ml | 4 ++-- mllib/common_utils.ml | 2 +- v2v/inspect_source.ml | 2 +- v2v/linux.ml | 2 +- v2v/xpath_helpers.ml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/builder/index_parser.ml b/builder/index_parser.ml
2016 Jul 28
0
[PATCH 6/7] qemu: Implement virtio-pstore device
...lose(fd); > > + > > + return len; > > All this is blocking VM until host io completes. Hmm.. I don't know about the internals of qemu. So does it make guest stop? If so, that's what I want to do for _DMESG. :) As it's called only on kernel oops I think it's admittable. But for _CONSOLE, it needs to do asynchronously. Maybe I can add a thread to do the work. > > > > +} > > + > > +static ssize_t virtio_pstore_do_close(VirtIOPstore *s) > > +{ > > + if (s->dirp == NULL) { > > + return 0; > > + } &...
2001 May 20
4
ssh - NO SALE or NO GIVE ?
Thanks to everyone who has replied to my emails so far - to summarise: AIX allows setting of rlogin=false and and a su group, or a list of users that are permitted to "su" to root. ( or other functional ids ) This means with entries in /etc/ftpusers, it is possible to : 1/ Track who used root via sulog and or external logging 2/ Protect root even if the root password is compromised 3/
2016 Jul 28
3
[PATCH 6/7] qemu: Implement virtio-pstore device
On Thu, Jul 28, 2016 at 12:08:30AM +0900, Namhyung Kim wrote: > Add virtio pstore device to allow kernel log files saved on the host. > It will save the log files on the directory given by pstore device > option. > > $ qemu-system-x86_64 -device virtio-pstore,directory=dir-xx ... > > (guest) # echo c > /proc/sysrq-trigger So if the point is handling system crashes, I
2016 Jul 28
3
[PATCH 6/7] qemu: Implement virtio-pstore device
On Thu, Jul 28, 2016 at 12:08:30AM +0900, Namhyung Kim wrote: > Add virtio pstore device to allow kernel log files saved on the host. > It will save the log files on the directory given by pstore device > option. > > $ qemu-system-x86_64 -device virtio-pstore,directory=dir-xx ... > > (guest) # echo c > /proc/sysrq-trigger So if the point is handling system crashes, I
2005 May 09
12
shorewall suddenly dropping all from outside
Hi List, I read this list for nearly two years and learnt a lot, but now i have a very strange problem I can''t solve.. I have a firewall machine running Debian, which connects a small office to the internet via a DSL-line (with pppoe) and which is running Shorewall. It allows all outbound traffic and accepts pptp, openvpn and ssh-connections (on a non-standard port) from the internet.