Switch to DuckDuckGo Search
   May 9, 2012  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >

Toggle Join/Part | bottom
[00:02:43] *** fisted has quit IRC
[00:11:53] *** IDoNotCa1e is now known as IDoNotKnow
[00:18:12] *** timsf has joined #opensolaris
[00:24:16] *** bigjohnto has joined #opensolaris
[00:24:39] <bigjohnto> i realise this is not the best place to ask but if anyone has any knoweldge in the use of aio_read/write please give me a nudge
[00:25:14] *** gmason_ has joined #opensolaris
[00:25:54] <jamesd> bigjohnto, if you don't get an answer you can ask in #illumous actual real life kernel coders have been reported to hang out there
[00:26:01] *** gmason has quit IRC
[00:28:22] *** ChanServ sets mode: +o Triskelios
[00:29:37] *** gmason_ has quit IRC
[00:30:38] *** ewdafa has quit IRC
[00:31:07] *** ewdafa has joined #opensolaris
[00:32:53] *** ewdafa has quit IRC
[00:36:09] *** ewdafa has joined #opensolaris
[00:52:45] <bigjohnto> jamesd, sarcasm?
[00:54:40] *** Mdx4 has quit IRC
[00:55:35] *** Mdx4 has joined #opensolaris
[00:56:16] <jamesd> no a recomendation
[00:57:00] <bigjohnto> jamesd, thanks
[00:57:02] <jbk> you could also just ask the question and see if anyone who knows the answer responds (not guaranteed, but if you don't try, you'll never know :P)
[00:57:17] <bigjohnto> i have a while loop with a aio_read and aio_write, the first time it reads/writes the return value is 0 (success) but when it attempts the next aio_read the return value is -1 with EINVAL which most likely means I am not specifying the proper aio_offset. I am reading/writing tapes. if I make aio_offset = SEEK_SET; still returns with the error... any hints/ideas etc.. are greatly appreciated.
[00:57:22] <bigjohnto> so basically my question is after the aio_read, how can I determine what my next offset should be for the next aio_read in the loop? as that can only be what I think is wrong from truss output
[00:58:04] <jbk> is aio even supported for tape devices?
[00:58:14] <bigjohnto> jbk, pretty sure it is
[00:58:28] *** Mdx4 has quit IRC
[00:58:57] <jbk> are you using th same aiocbp struct?
[00:58:59] <bigjohnto> it just means that instead of waiting for a write to finish, we are able to continue reading and queueing up the read/writes
[00:59:05] <bigjohnto> indeed I am
[00:59:20] <jbk> that's mostly likely your problem
[00:59:33] <jbk> 'Simultaneous asynchronous operations using the same aiocbp produce undefined results'
[00:59:44] <bigjohnto> man page?
[00:59:48] <jbk> yes
[01:00:07] <bigjohnto> okay i will go through it again
[01:00:11] <bigjohnto> i thought i read as much as I could
[01:00:14] <bigjohnto> guess I am wrong haha
[01:00:29] <bigjohnto> anyways thanks for pointing it out, and I will come back with a "smarter" question!
[01:00:31] <richlowe> also, aio to tape still seems crazy
[01:00:44] <bigjohnto> sorry I got to run
[01:00:53] <bigjohnto> thanks for the info
[01:01:04] <jbk> i believe you can reuse the struct after the request submitted with it has completed (as given by aio_return)
[01:03:46] *** fisted has joined #opensolaris
[01:30:56] *** scarcry has joined #opensolaris
[01:38:17] *** freakazoid0223 has quit IRC
[02:44:40] *** cyrille has quit IRC
[02:44:55] *** cyrille has joined #opensolaris
[02:56:42] *** ewdafa has quit IRC
[03:03:32] *** ewdafa has joined #opensolaris
[03:04:46] *** freakazoid0223 has joined #opensolaris
[03:15:37] *** voidcoder has quit IRC
[03:15:51] *** voidcoder has joined #opensolaris
[03:21:50] *** APTX has quit IRC
[03:41:13] *** APTX has joined #opensolaris
[03:45:57] *** APTX has quit IRC
[03:46:06] *** APTX has joined #opensolaris
[04:18:40] *** bluemeanie_ is now known as bluemeanie
[05:42:31] *** iceq has quit IRC
[05:48:18] *** echelog` has joined #opensolaris
[05:48:19] *** echelog has quit IRC
[05:49:10] *** echelog` is now known as echelog
[05:50:01] *** iceq has joined #opensolaris
[05:50:14] <CIA-82> illumos Keith M Wesolowski <wesolows at foobazco dot org>: 2698 libctf should use libz.so.1, not libz.so Reviewed by: Jerry Jelinek <jerry.jelinek at joyent dot com> Approved by: Richard Lowe <richlowe at richlowe dot net>
[05:50:17] <CIA-82> illumos Milan Jurik <milan.jurik at xylab dot cz>: 2690 etc/inet/services needs some new entries Reviewed by: Richard Elling <richard.elling at richardelling dot com> Reviewed by: Darren Reed <darrenr at fastmail dot net> Reviewed by: Sebastien Roy <sebastien.roy at delphix dot com> Approved by: Richard Lowe <richlowe at richlowe dot net>
[05:50:23] <CIA-82> illumos Milan Jurik <milan.jurik at xylab dot cz>: 2666 libhal should be more carefull about function parameters 2667 libhal can leak memory if realloc() fails Reviewed by: Andrew Stormont <Andrew.Stormont at nexenta dot com> Reviewed by: Albert Lee <trisk at nexenta dot com> Approved by: Richard Lowe <richlowe at richlowe dot net>
[05:59:05] *** iceq has quit IRC
[06:00:33] *** iceq has joined #opensolaris
[06:10:32] *** spersaud_ has joined #opensolaris
[06:27:52] *** photon_chac has joined #opensolaris
[06:30:10] *** seanmcg has quit IRC
[06:31:20] *** Tpenta has quit IRC
[06:47:33] *** sponix has joined #opensolaris
[06:54:06] *** TomJ has quit IRC
[06:54:26] *** TomJ has joined #opensolaris
[06:54:27] *** TomJ has joined #opensolaris
[06:56:16] *** spersaud_ has quit IRC
[07:18:09] *** sponix has quit IRC
[07:25:02] *** sponix has joined #opensolaris
[07:34:30] *** loganbr` has quit IRC
[07:34:55] *** sponix has quit IRC
[07:35:02] *** loganbr` has joined #opensolaris
[07:41:36] *** sponix has joined #opensolaris
[07:42:50] *** voidcoder has quit IRC
[07:58:13] *** comay has joined #opensolaris
[07:59:37] *** ChanServ sets mode: +o comay
[08:14:37] *** loganbr` has quit IRC
[08:15:08] *** loganbr` has joined #opensolaris
[08:16:32] *** dubf has joined #opensolaris
[08:35:58] *** comay has quit IRC
[08:59:02] *** CosmicDJ has quit IRC
[09:01:21] *** InTheWings has joined #opensolaris
[09:15:15] *** merzo has quit IRC
[09:15:50] *** merzo_ has quit IRC
[09:16:57] *** merzo has joined #opensolaris
[09:17:32] *** merzo_ has joined #opensolaris
[09:31:29] *** pjd has quit IRC
[09:39:57] *** tsoome has quit IRC
[09:44:43] *** seanmcg has joined #opensolaris
[10:06:54] *** tsoome has joined #opensolaris
[10:08:29] *** jamesd has quit IRC
[10:10:07] *** InTheWings has quit IRC
[10:11:11] *** Whoopsie has joined #opensolaris
[10:11:44] *** loganbr` has quit IRC
[10:37:33] *** CosmicDJ has joined #opensolaris
[10:46:03] *** Tpenta has joined #opensolaris
[12:11:58] *** mavhc has quit IRC
[12:13:51] *** mavhc has joined #opensolaris
[12:17:29] *** TomJ has quit IRC
[12:22:22] *** fisted has quit IRC
[12:22:34] *** fisted_ has joined #opensolaris
[12:24:14] *** calumb has joined #opensolaris
[12:36:06] *** voidcoder has joined #opensolaris
[12:37:27] *** voidcoder has quit IRC
[12:37:40] *** voidcoder has joined #opensolaris
[12:46:13] *** ronniy has joined #opensolaris
[13:10:15] *** calumb has quit IRC
[13:13:40] *** tomww has quit IRC
[13:14:58] *** calmh- has quit IRC
[13:15:15] *** calumb has joined #opensolaris
[13:17:14] *** calmh has joined #opensolaris
[13:21:41] *** Posterdati has quit IRC
[13:26:43] *** Posterdati has joined #opensolaris
[13:27:54] *** Posterdati_ has joined #opensolaris
[13:28:18] *** Posterdati has quit IRC
[13:28:33] *** Posterdati has joined #opensolaris
[13:39:10] *** leptir_ has joined #opensolaris
[13:39:33] *** brendang_ has joined #opensolaris
[13:39:41] *** Lumb_ has joined #opensolaris
[13:39:48] *** scarcry_ has joined #opensolaris
[13:40:07] *** halldorh_ has joined #opensolaris
[13:41:26] *** oholiks has joined #opensolaris
[13:42:08] *** chol has quit IRC
[13:42:09] *** leptir has quit IRC
[13:42:09] *** brendang has quit IRC
[13:42:09] *** scarcry has quit IRC
[13:42:09] *** Lumb has quit IRC
[13:42:09] *** halldorh has quit IRC
[13:42:16] *** oholiks is now known as chol
[13:50:00] *** voidcoder has quit IRC
[14:04:37] *** renihs_ has joined #opensolaris
[14:06:41] *** calumb is now known as calLNCH
[14:08:50] *** renihs_ has quit IRC
[14:12:58] *** hajma has joined #opensolaris
[14:27:18] *** ewdafa has quit IRC
[14:38:32] *** ewdafa has joined #opensolaris
[14:45:23] *** calLNCH is now known as calAFK
[14:49:17] *** tWiZtEr has quit IRC
[14:55:38] *** tWiZtEr has joined #opensolaris
[15:04:46] *** tomww has joined #opensolaris
[15:16:45] *** mavhc has quit IRC
[15:20:35] *** mavhc has joined #opensolaris
[15:33:55] *** dubf has quit IRC
[15:36:08] *** elgar has joined #opensolaris
[15:38:49] *** merzo_ has quit IRC
[15:38:49] *** merzo has quit IRC
[15:39:44] *** gmason has joined #opensolaris
[15:42:25] *** loganbr has joined #opensolaris
[15:52:19] *** tomww has quit IRC
[15:53:05] *** tsoome_ has joined #opensolaris
[15:54:32] *** tomww has joined #opensolaris
[15:57:35] *** tsoome has quit IRC
[16:03:11] *** calAFK is now known as calumb
[16:11:11] *** ewdafa has quit IRC
[16:12:41] *** tomww has quit IRC
[16:14:51] *** renihs has quit IRC
[16:15:35] *** ewdafa has joined #opensolaris
[16:21:34] *** loganbr has quit IRC
[16:23:49] *** loganbr has joined #opensolaris
[16:31:16] *** jamesd has joined #opensolaris
[16:31:16] *** ChanServ sets mode: +o jamesd
[16:33:16] *** tomww has joined #opensolaris
[16:42:32] *** myrkraverk has quit IRC
[16:43:20] *** renihs has joined #opensolaris
[16:51:12] *** tsoome has joined #opensolaris
[16:52:38] *** voidcoder has joined #opensolaris
[17:06:25] *** hajma has quit IRC
[17:14:26] *** nikolam has quit IRC
[17:29:13] *** scarcry_ is now known as scarcry
[17:37:09] *** jfisc has quit IRC
[17:42:22] *** jfisc has joined #opensolaris
[17:43:42] *** nikolam has joined #opensolaris
[17:58:14] *** deet1 has joined #opensolaris
[18:00:35] *** Dagobert has joined #opensolaris
[18:21:53] *** Knio_ has quit IRC
[18:30:59] *** Dagobert has quit IRC
[18:36:22] *** calumb has quit IRC
[18:43:55] *** ronniy has quit IRC
[18:59:47] *** Whoopsie has quit IRC
[19:04:01] *** EgS has quit IRC
[19:05:27] *** tsoome has quit IRC
[19:07:05] *** tsoome has joined #opensolaris
[19:08:04] *** fisted_ has quit IRC
[19:09:43] *** bluemeanie has quit IRC
[19:11:43] *** bluemeanie has joined #opensolaris
[19:14:36] *** voidcoder has quit IRC
[19:17:59] *** fisted has joined #opensolaris
[19:34:49] *** voidcoder has joined #opensolaris
[19:39:15] *** ronniy has joined #opensolaris
[19:47:37] *** comay has joined #opensolaris
[19:49:58] *** InTheWings has joined #opensolaris
[19:54:54] *** nikolam has quit IRC
[19:56:05] *** EgS has joined #opensolaris
[19:57:16] *** Dagobert has joined #opensolaris
[20:11:15] *** APTX has quit IRC
[20:11:25] *** APTX has joined #opensolaris
[20:12:07] *** APTX has quit IRC
[20:12:19] *** APTX has joined #opensolaris
[20:13:10] *** APTX has quit IRC
[20:14:59] *** loganbr has quit IRC
[20:15:32] *** loganbr has joined #opensolaris
[20:19:16] *** Dagobert has quit IRC
[20:20:09] *** Dagobert has joined #opensolaris
[20:20:24] *** sphenxes01 has joined #opensolaris
[20:23:23] *** sphenxes has quit IRC
[20:23:36] *** APTX has joined #opensolaris
[20:23:45] *** APTX has joined #opensolaris
[20:30:45] *** Dagobert has quit IRC
[20:49:41] *** photon_chac has quit IRC
[20:49:56] *** photon_chac has joined #opensolaris
[20:55:18] *** APTX has quit IRC
[20:57:22] *** Mdx4 has joined #opensolaris
[21:01:04] *** APTX has joined #opensolaris
[21:49:19] *** ronniy has quit IRC
[22:01:45] *** photon_chac has quit IRC
[22:24:43] *** bluemeanie_ has joined #opensolaris
[22:29:10] *** gmason_ has joined #opensolaris
[22:29:15] *** tomww_ has joined #opensolaris
[22:34:17] *** bluemeanie has quit IRC
[22:34:17] *** jfisc has quit IRC
[22:34:17] *** tomww has quit IRC
[22:34:17] *** gmason has quit IRC
[22:37:51] *** jfisc has joined #opensolaris
[22:39:27] *** ex9t_ has quit IRC
[22:39:28] *** ex9t has joined #opensolaris
[22:41:36] *** APTX has quit IRC
[22:41:59] *** stoxx_ has joined #opensolaris
[22:42:07] *** elgar_ has joined #opensolaris
[22:42:17] *** Nitial_ has joined #opensolaris
[22:42:28] *** gosx_ has joined #opensolaris
[22:42:29] *** bball-__ has joined #opensolaris
[22:42:36] *** APTX has joined #opensolaris
[22:42:42] *** paul___ has joined #opensolaris
[22:46:59] *** tWiZtEr has quit IRC
[22:46:59] *** alanc has quit IRC
[22:47:01] *** gosx has quit IRC
[22:47:01] *** paul has quit IRC
[22:47:02] *** bball-_ has quit IRC
[22:47:02] *** Nitial has quit IRC
[22:47:02] *** elgar has quit IRC
[22:47:02] *** stoxx has quit IRC
[22:47:02] *** hermo has quit IRC
[22:47:37] *** tWiZtEr has joined #opensolaris
[22:52:53] *** tomww_ is now known as tomww
[22:56:03] *** freakazoid0223 has quit IRC
[22:56:42] *** freakazoid0223 has joined #opensolaris
[22:56:55] *** noxis_ has joined #opensolaris
[22:57:21] *** noxis has quit IRC
[22:59:03] *** wonko2 has joined #opensolaris
[23:00:10] *** wonko has quit IRC
[23:00:40] *** derchris_ has quit IRC
[23:02:00] *** elops has joined #opensolaris
[23:02:41] *** ewdafa has quit IRC
[23:03:35] *** voidcoder has quit IRC
[23:03:54] *** bigjohnto has quit IRC
[23:04:07] *** derchris has joined #opensolaris
[23:04:19] *** Alasdairr has joined #opensolaris
[23:04:42] *** Alasdairrr has quit IRC
[23:04:50] *** Alasdairr is now known as Alasdairrr
[23:05:12] *** ewdafa has joined #opensolaris
[23:06:55] *** ewdafa has quit IRC
[23:10:15] *** ewdafa has joined #opensolaris
[23:12:56] *** HyperJohnGraham has quit IRC
[23:14:09] *** HyperJohnGraham has joined #opensolaris
[23:15:57] *** elops has quit IRC
[23:19:45] *** APTX has quit IRC
[23:20:01] *** APTX has joined #opensolaris
[23:21:34] *** APTX has quit IRC
[23:21:49] *** APTX has joined #opensolaris
[23:23:28] *** APTX has quit IRC
[23:23:47] *** APTX has joined #opensolaris
[23:23:54] *** fOB has quit IRC
[23:25:38] *** kdavyd has quit IRC
[23:26:35] *** wdp_ has joined #opensolaris
[23:29:25] *** kdavyd has joined #opensolaris
[23:48:35] *** voidcoder has joined #opensolaris
[23:53:58] *** voidcoder has quit IRC
[23:54:10] *** voidcoder has joined #opensolaris
top

   May 9, 2012  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >