search for: tage

Displaying 20 results from an estimated 125 matches for "tage".

Did you mean: page
2009 Jan 22
1
looping over a string
...w I want to do nearly the same again: I create another string-vector and I want to assign the variance. So I have to loop over the first string-vector. But this does not work unfortunately. I looked in the R-list-search but I cannot find the right answer. Please find enclosed the pseudo-code: #Tage zwischen berechnung und 31.03.2009 Berechnung<-as.Date("22.01.2009","%d.%m.%Y") Enddatum<-as.Date("31.03.2009","%d.%m.%Y") Tage<-difftime(Enddatum, Berechnung) Tage<-as.numeric(substr(format(Tage),1,2)) #maximal interessierend sind 100 Tage (4 Mo...
2006 Feb 18
0
Ein 3 Tages-Workshop für Ruby on Rails auf Deutsch
[English version below] Erfahrene Webentwickler erkl?ren Ihnen in drei Tagen alles ?ber Ruby on Rails. Bringen Sie ihren Laptop mit und sammeln Sie unter Anleitung sofort Erfolgserlebnisse. Da wir nur Platz f?r 20 Teilnehmer haben, sollte man gleich zuschlagen bevor es zu sp?t ist. Der Workshop findet in M?nchen statt, vom 12. bis 14. April. Mehrere Infos unter: http...
2023 Jul 07
2
Libnbd asynchronous API with epoll
...ing on the file descriptor actually blocked? Or might there be cases when aio_notify_read returns and the next direction includes a read and there is still more data to read on the file descriptor? I guess this is the case, but I must know or the client may hang unexpectedly. Best regards, Tage -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20230707/bdfb0fa2/attachment.htm>
2008 May 25
11
Aerofly Prof deluxe
Have someone experience with the model-aircraft simulator Aerofly Prof. deluxe? Get someone them running? Thanks for your help joerg -- Super-Acktion nur in der GMX Spieleflat: 10 Tage f?r 1 Euro. ?ber 180 Spiele downloaden und spiele: http://flat.games.gmx.de
2005 Aug 18
3
help with unknown function
...e help me? thanks! Agn??s ------------------------------------------------------------------------------------------------------------------- Agn??s GAULT graduate student UMR 5173 MNHN-CNRS-UPMC case postale 50 Species Conservation, Restoration and Population Survey (CERSP) 61 rue Buffon, 1er ??tage 75005 PARIS FRANCE Tel: 33 (0)1 40 79 57 64 Fax: 33 (0)1 40 79 38 35 Email: gault at mnhn.fr
2013 Jun 15
2
quick Help needed
Hi, i am new to this forum and not sure how it works, I am trying to do deskriptive descripe my data in terms of gender: head(scltotal) pbnr dat dep dys sop ago mis age female messpunkt2 messpunkt1 tage eintrittsjahr 1 10023 1994-02-21 0.75 1.00 0.50 0.50 0.75 35 1 8817 8817 0 1994 2 10023 1994-05-25 0.75 1.00 0.50 0.50 0.75 35 1 8910 8817 93 1994 3 10028 1994-02-01 2.00 1.75 3.00 0.50 1.50 42 1 8797 8797 0 1994 4 10028 199...
2012 Jun 11
5
xcp + ubuntu + openvswitch VLAN problem
hi all , i use ubuntu 12.04 with xcp , all config run very well except vlan i use xe network-create and xe vlan-create to build vlan 3000 then startup a vm in this network, xapi0 fakebridge and vif1.0 all looks well, use ovs-vsctl list port i can see xapi0 and vif1.0 have beed taged with 3000 but i can not access the internent~~~ somebody can help me with this? thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2023 Jul 06
1
Libnbd asynchronous API with epoll
On Wed, Jul 5, 2023 at 3:38?PM Tage Johansson <tage.j.lists at posteo.net> wrote: > As part of the Rust bindings for Libnbd, I try to integrate the > asynchronous (aio_*) functions with Tokio > <https://docs.rs/tokio/latest/tokio/>, the most used asynchronous runtime > in Rust. However, in its eventloop, Toki...
2013 Apr 09
2
fsck - anyway to increase verbosity to show point in process
...of the larger drives (750GB and 2TB) that are used for backups. There is a verbosity flag (-V); but because of the size of the drives along with slowness of the processor, the process is taking a long time. And there is no indication how much of the process has been completed (nothing like a %tage indicator), at least the way that I am running it. Is this expected, or is there some way of amping up the feedback? Much thanks, Max Pyziur pyz at brama.com
2023 Aug 17
1
[libnbd PATCH v7 0/9] Rust Bindings for Libnbd
On Thu, Aug 17, 2023 at 09:29:47AM -0500, Eric Blake wrote: > On Thu, Aug 17, 2023 at 04:13:36AM +0000, Tage Johansson wrote: > > It is possible to add a minimum version requirement in Cargo.toml, I guess I > > should do that to make the errors a bit more clear. > > It's okay if older platforms can't build Rust bindings, but anything > we can do to make it so that configure de...
2023 Jul 05
1
Libnbd asynchronous API with epoll
...meout of 0 as a non blocking check if the file descriptor is ready. Only if the call to poll(2) fails, I would use the epoll-driven eventloop to wait for changes. What do you think about this? Do you have an easier solution to integrate Libnbd with an edge-triggered eventloop? Best regards, Tage -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20230705/a653e81a/attachment.htm>
2023 Jul 17
1
[libnbd PATCH 1/2] api: Tighten rules on completion.callback
On Sun, Jul 16, 2023 at 04:39:18PM +0000, Tage Johansson wrote: > > @@ -194,7 +198,10 @@ calls. The cookie is unique (per libnbd handle) and E<ge> 1. > > > > You may register a function which is called when the command > > completes, see L</Completion callbacks> below. In this case we have > > -s...
2023 Jul 09
1
Libnbd asynchronous API with epoll
(Sorry for the late reply, was a bit involved in a qemu bug last week ...) On Fri, Jul 07, 2023 at 08:58:50AM +0000, Tage Johansson wrote: > On 7/6/2023 7:06 PM, Nir Soffer wrote: > > > - After calling for example aio_notify_read(3), can I know that the next > reading from the file descriptor would block? > > No, you have to call again aio_get_direction() and poll again until the &g...
2023 Aug 30
2
[libnbd PATCH 0/2] (Attempt to) fix Rust on BSD-based builds
I managed to get a build of the async Rust handle compiling on FreeBSD (although the cirrus CI appears to not actually run 'make check' on non-Linux machines, at least when run on my fork): https://gitlab.com/ebblake/libnbd/-/jobs/4985192286 However, I'd really like Tage's review on patch 2 to see if my Rust makes sense. Eric Blake (2): maint: Favor 4-space indent in .rs files rust: Use mio::poll instead of requiring epoll rust/Cargo.toml | 2 +- rust/src/async_handle.rs | 46 +++++++++++++++++++++++++--------------- .editorconfig |...
2023 Jul 16
1
[libnbd PATCH 1/2] api: Tighten rules on completion.callback
...t;> completion .free: 1 call >>> >>> - aio command succeeds: >>> mid-command .callback: 0, 1, or multiple calls >>> completion .callback: 1 call >>> mid-command .free: 1 call >>> completion .free: 1 call >>> >>> Reported-by: Tage Johansson <tage.j.lists at posteo.net> >>> Fixes: 6f4dcdab ("docs: Clarify how callbacks should handle errors", v1.11.8) >>> Signed-off-by: Eric Blake <eblake at redhat.com> >>> --- >>> docs/libnbd.pod | 26 ++++++++++++++++------...
2008 Feb 14
5
On an eight cpu system domU ''cap'' can only be set to 100
...n poweroff) (cpu_time 5.184650252) (online_vcpus 1) (up_time 1186.54874301) (start_time 1202999946.85) (store_mfn 628537) (console_mfn 628536) ) _______________________________________________________________________ Jetzt neu! Schützen Sie Ihren PC mit McAfee und WEB.DE. 30 Tage kostenlos testen. http://www.pc-sicherheit.web.de/startseite/?mc=022220 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 May 29
5
On reading posts on this list
...Ruby programming language, where you get messages organized in threads, sorted by latest posts, and you can click on the links to see a whole thread . Is there something like this available for R-help also ? Thank you very much. Best regards, Axel -- Super-Aktion nur in der GMX Spieleflat: 10 Tage f?r 1 Euro. ?ber 180 Spiele downloaden: http://flat.games.gmx.de
2011 Aug 17
14
Copy files from Centos Guest to Host
Is there any method to copy files from the guest to host? I use virbr networking where the host and the guest have different static IPs. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Aug 17
14
Copy files from Centos Guest to Host
Is there any method to copy files from the guest to host? I use virbr networking where the host and the guest have different static IPs. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2023 Jul 14
2
[libnbd PATCH 1/2] api: Tighten rules on completion.callback
...mand .free: 1 call > > completion .free: 1 call > > > > - aio command succeeds: > > mid-command .callback: 0, 1, or multiple calls > > completion .callback: 1 call > > mid-command .free: 1 call > > completion .free: 1 call > > > > Reported-by: Tage Johansson <tage.j.lists at posteo.net> > > Fixes: 6f4dcdab ("docs: Clarify how callbacks should handle errors", v1.11.8) > > Signed-off-by: Eric Blake <eblake at redhat.com> > > --- > > docs/libnbd.pod | 26 ++++++++++++++++---------- > &gt...