[00:09:35] *** fahadsadah has quit IRC[00:11:02] *** fahadsadah has joined #opensolaris[00:12:38] *** fahadsadah has quit IRC[00:14:57] *** Triskelios has quit IRC[00:15:52] *** Triskelios has joined #opensolaris[00:20:29] *** AxeZ has quit IRC[00:22:34] *** Guest81316 has quit IRC[00:22:34] *** CosmicDJ has quit IRC[00:22:34] *** tomaw has quit IRC[00:22:35] *** blahee has quit IRC[00:22:35] *** DerSaidin has quit IRC[00:22:35] *** mceith has quit IRC[00:22:35] *** Berny_ has quit IRC[00:22:35] *** meineerde has quit IRC[00:22:35] *** setheus_ has quit IRC[00:22:35] *** iMax has quit IRC[00:22:35] *** felipe_ has quit IRC[00:22:35] *** ekix has quit IRC[00:22:35] *** Will| has quit IRC[00:22:35] *** commander has quit IRC[00:22:35] *** egs has quit IRC[00:22:35] *** RoyK has quit IRC[00:23:03] *** fahadsadah has joined #opensolaris[00:23:23] *** plat- has quit IRC[00:23:23] *** brendang has quit IRC[00:23:23] *** rame has quit IRC[00:23:23] *** Lumb has quit IRC[00:23:23] *** paul has quit IRC[00:23:23] *** jv_ has quit IRC[00:23:23] *** drajen has quit IRC[00:23:24] *** |woody| has quit IRC[00:23:24] *** stux|RC has quit IRC[00:23:30] *** cnu has quit IRC[00:25:28] *** RoyK has joined #opensolaris[00:25:28] *** egs has joined #opensolaris[00:25:28] *** commander has joined #opensolaris[00:25:28] *** ekix has joined #opensolaris[00:25:28] *** iMax has joined #opensolaris[00:25:28] *** Will| has joined #opensolaris[00:25:28] *** felipe_ has joined #opensolaris[00:25:28] *** setheus_ has joined #opensolaris[00:25:28] *** meineerde has joined #opensolaris[00:25:28] *** Berny_ has joined #opensolaris[00:25:28] *** mceith has joined #opensolaris[00:25:28] *** DerSaidin has joined #opensolaris[00:25:28] *** blahee has joined #opensolaris[00:25:28] *** tomaw has joined #opensolaris[00:25:28] *** CosmicDJ has joined #opensolaris[00:25:28] *** Guest81316 has joined #opensolaris[00:25:28] *** plat- has joined #opensolaris[00:25:28] *** rame has joined #opensolaris[00:25:28] *** Lumb has joined #opensolaris[00:25:28] *** brendang has joined #opensolaris[00:25:28] *** paul has joined #opensolaris[00:25:28] *** stux|RC has joined #opensolaris[00:25:28] *** |woody| has joined #opensolaris[00:25:28] *** drajen has joined #opensolaris[00:25:28] *** jv_ has joined #opensolaris[00:25:41] *** cnu has joined #opensolaris[00:32:29] *** Trisk[netbook] has joined #opensolaris[00:32:30] *** ChanServ sets mode: +o Trisk[netbook][00:46:14] *** wdp has quit IRC[00:59:19] *** deet1 has joined #opensolaris[01:00:54] *** deet has quit IRC[01:03:15] *** pino42 has quit IRC[01:03:42] *** sponix has quit IRC[01:10:58] *** Mdx4 has joined #opensolaris[01:29:45] *** Edgeman has quit IRC[01:40:00] *** ewdafa has quit IRC[01:45:09] *** mustang has joined #opensolaris[01:48:17] *** niq has quit IRC[01:55:13] *** myrkraverk has joined #opensolaris[01:55:13] *** myrkraverk has joined #opensolaris[01:57:53] <myrkraverk> Does Solaris give me tools to see what apps have opened said file? In this case I'm curious about /dev/dsp0.[01:59:08] <lewellyn> fuser or pfiles perhaps. or lsof if you want heavy machinery[02:01:08] <myrkraverk> pfiles does tell me, but I do have to give it the pid to look at.[02:01:23] <myrkraverk> (though I could probably just look at all pids in /proc I guess)[02:03:26] <lewellyn> or use fuser?[02:03:43] <lewellyn> or lsof? ;)[02:04:10] <myrkraverk> pfiles 1930 gives /devices/pci@0,0/pci1025,90@1b:sound,dsp0[02:04:22] <myrkraverk> however fuser /devices/pci@0,0/pci1025,90@1b:sound,dsp0[02:04:26] <myrkraverk> does not show me anything.[02:04:42] <myrkraverk> nor fuser /dev/dsp0[02:05:32] <lewellyn> fuser isn't the end all be all. that's why lsof exists. it does evil nasty things to be as complete as feasible.[02:05:57] <myrkraverk> I don't think I even have lsof installed.[02:06:30] <myrkraverk> If there are kernel interfaces I can use to roll my own "what app is using /dev/dsp0?" tool I'm cool with that too.[02:06:35] <lewellyn> smrt: explain lsof[02:06:35] <smrt> lsof does not ship by default with Solaris. It is not difficult to build, but if you are using it for the "normal" reason of seeing which ports are open, try pcp. (See also: pcp)[02:07:02] <lewellyn> i thought it had lsof's url :/[02:07:05] <myrkraverk> Basically, I want to know which apps are using sound, without going through something nasty.[02:07:26] <lewellyn> it's easy enough to find lsof though :)[02:07:42] <lewellyn> myrkraverk: people have varying input on how nasty what lsof does is.[02:09:02] <myrkraverk> lewellyn, As it's not a "one time question" but something I want use to "continuously" monitory /dev/dsp<n> usage I don't want to be doing something nasty. Unless the command is called sex.[02:10:22] <lewellyn> myrkraverk: it's been years since i've personally heard of lsof causing problems. sun/oracle folk may be able to give better information.[02:10:42] <lewellyn> it just does things that aren't necessarily meant to be done.[02:11:12] <myrkraverk> Yeah, I get that. Thing is what I have in mind should eventually be coded in an application that actually uses that information.[02:11:23] <myrkraverk> Which is why I can't really "use" lsof for this task.[02:11:36] <myrkraverk> I'm not going to "fork" lsof.[02:11:56] <lewellyn> solaris traditionally hasn't provided a good way to get that data in a straightforward manner :([02:13:16] <myrkraverk> Hmm, I'll take an evening's reading worth of Solaris Internals - and hope that information is more or less still relevant for S11/OI.[02:13:50] <myrkraverk> Yeah, and I should do that right now. good night #opensolaris.[02:16:11] <lewellyn> myrkraverk: there are no exposed (and documented) interfaces for some things. just so you know :)[02:26:50] *** Mdx4 has quit IRC[02:43:05] *** whaleblubber has joined #opensolaris[02:44:10] <whaleblubber> I've changed the video card in my osol box.... what's the best way of reconfiguring X?[02:51:56] *** pino42 has joined #opensolaris[02:54:52] *** Bateau has joined #opensolaris[02:54:52] *** Bateau has joined #opensolaris[02:58:40] *** ajkn has joined #opensolaris[03:05:01] *** timsf has joined #opensolaris[03:14:57] *** dude has joined #opensolaris[03:15:18] *** dude is now known as Guest97766[03:17:17] *** tsoome1 has joined #opensolaris[03:17:18] <CIA-56> SFE kenmays: SFEmeld.spec: Bump to 1.5.2[03:18:55] *** tsoome has quit IRC[03:18:56] *** tsoome1 is now known as tsoome[03:20:15] *** Guest97766 has quit IRC[03:36:00] *** Trisk[netbook] has quit IRC[03:37:58] *** held has quit IRC[03:45:45] *** deet1 has quit IRC[03:47:16] *** held has joined #opensolaris[04:04:58] *** ajkn has quit IRC[04:05:13] *** ajkn has joined #opensolaris[04:05:42] *** ewdafa has joined #opensolaris[04:44:47] *** tsoome1 has joined #opensolaris[04:44:48] *** tsoome has quit IRC[04:44:48] *** tsoome1 is now known as tsoome[04:47:26] *** tomww has quit IRC[04:48:40] *** tomww has joined #opensolaris[05:06:05] *** nachox has quit IRC[05:39:56] *** timsf has quit IRC[05:41:08] *** timsf has joined #opensolaris[05:50:20] *** ewdafa has quit IRC[06:15:01] *** timsf has quit IRC[06:41:37] *** snuff-work has joined #opensolaris[06:42:45] *** Ouro has joined #opensolaris[06:48:12] *** Edgeman has joined #opensolaris[07:14:38] *** tsoome has quit IRC[07:14:48] *** tsoome has joined #opensolaris[07:15:50] *** tsoome1 has joined #opensolaris[07:15:51] *** tsoome has quit IRC[07:15:51] *** tsoome1 is now known as tsoome[07:16:08] *** merzo has quit IRC[07:42:47] *** ChanServ sets mode: +o Triskelios[07:46:59] *** HyperJohnGraham has quit IRC[07:50:14] *** milehigh has joined #opensolaris[08:00:16] *** Ouro has quit IRC[08:01:28] *** Disorganized is now known as zz_Disorganized[08:03:42] *** zz_Disorganized is now known as Disorganized[08:15:07] *** niq has joined #opensolaris[08:15:07] *** niq has joined #opensolaris[08:23:49] *** gwr has quit IRC[08:32:22] *** dubf has joined #opensolaris[08:42:31] *** ajkn has quit IRC[08:43:19] *** ajkn has joined #opensolaris[08:47:07] *** miine has joined #opensolaris[08:54:47] *** Edgeman has quit IRC[09:00:12] *** Edgeman has joined #opensolaris[09:09:53] *** myrkraverk has quit IRC[09:14:17] *** darrenb has quit IRC[09:16:11] *** darrenb has joined #opensolaris[09:34:24] *** milehigh has quit IRC[09:35:09] *** milehigh has joined #opensolaris[09:37:21] *** Disorganized is now known as zz_Disorganized[09:48:21] *** tsoome has quit IRC[09:56:17] *** snuff-work has quit IRC[10:14:45] *** Whoopsie has joined #opensolaris[10:20:55] *** fisted has quit IRC[10:24:45] *** fisted has joined #opensolaris[10:25:26] *** tsoome has joined #opensolaris[10:26:48] *** biant92 has joined #opensolaris[10:29:17] *** thuttu77 has quit IRC[10:29:22] *** thuttu77 has joined #opensolaris[10:30:06] *** chol- has joined #opensolaris[10:31:06] *** chol has quit IRC[10:31:12] *** chol- is now known as chol[10:38:47] *** ewdafa has joined #opensolaris[10:47:27] <CIA-56> SFE kenmays: SFEopenbox.spec: Bump to 3.5.0[11:13:02] *** robinbowes has quit IRC[11:18:01] *** wdp has joined #opensolaris[11:18:01] *** wdp has quit IRC[11:18:01] *** wdp has joined #opensolaris[11:19:55] *** calumb has joined #opensolaris[12:10:03] <devians> hey guys, i exported my pool storage, and now when im in the new os (openindiana) i go pfexec zpool import storage, it says the pool isnt found. the drives show up fine in iostat -En. any ideas?[12:10:53] <tsoome> zpool import does not list it?[12:11:41] <devians> ah, permission denied… how odd[12:12:27] <Stric> has openindiana gone like s11ea, ditching pfexec? try sudo instead.[12:13:33] <devians> ah yes, goodo :D[12:20:29] <seanmcg> pfexec is still there.[12:20:44] <seanmcg> its not ment to be used like sudo I think though[12:23:37] <CIA-56> SFE kenmays: SFEmidori.spec: Bump to 0.4.0, SFEparole.spec: Fixed build[12:24:21] *** thuttu77 has quit IRC[12:30:16] *** eXeC001er has joined #opensolaris[12:37:47] *** Chris64 has joined #opensolaris[12:38:45] *** bothers has quit IRC[12:45:34] *** AlasAway is now known as Alasdairrr[12:56:09] *** ARBALEST_ has joined #opensolaris[13:06:45] *** IDoNotCare has quit IRC[13:08:54] *** IDoNotCare has joined #opensolaris[13:28:54] *** echobinary has quit IRC[13:31:54] *** calumb is now known as calAFK[13:40:14] *** whaleblubber has left #opensolaris[13:45:26] *** szaydel has joined #opensolaris[13:53:52] <CIA-56> illumos Yuri Pankov <yuri.pankov at nexenta dot com>: 1502 Remove conversion cruft from manpages Reviewed by: Alexander Eremin <alexander.eremin at nexenta dot com> Reviewed by: Gordon Ross <gordon.w.ross at gmail dot com> Reviewed by: Garrett D'Amore <garrett.damore at gmail dot com>[14:13:13] *** calAFK is now known as calumb[14:22:47] *** echobinary has joined #opensolaris[14:32:12] *** calumb is now known as calLNCH[14:43:40] *** held has quit IRC[15:18:59] *** held has joined #opensolaris[15:25:27] *** Bateau has quit IRC[15:29:53] *** WormDrink has joined #opensolaris[15:34:03] *** dubf has quit IRC[15:40:23] *** pizdec has joined #opensolaris[15:40:24] *** pizdec_ has joined #opensolaris[15:41:24] *** pizdec_ has quit IRC[15:47:56] *** calLNCH is now known as calumb[15:55:07] *** ingenthr has quit IRC[15:59:45] *** sphenxes01 has joined #opensolaris[16:02:05] *** sphenxes has quit IRC[16:10:02] *** tsoome has quit IRC[16:12:17] *** deet has joined #opensolaris[16:15:24] *** Bateau has joined #opensolaris[16:19:09] *** elgar has joined #opensolaris[16:19:28] *** Bateau has quit IRC[16:33:26] *** deet has quit IRC[16:33:50] *** sphenxes01 has quit IRC[16:34:14] *** deet has joined #opensolaris[16:36:06] *** sphenxes has joined #opensolaris[16:37:13] *** elgar has quit IRC[16:40:22] *** elgar has joined #opensolaris[17:07:54] *** tsoome has joined #opensolaris[17:09:55] *** ingenthr has joined #opensolaris[17:28:33] *** bothers has joined #opensolaris[17:34:34] *** ingenthr has quit IRC[17:34:43] *** deet has quit IRC[17:35:00] *** psychicist_ has quit IRC[17:37:59] *** ingenthr has joined #opensolaris[17:44:59] *** ARBALEST_ has quit IRC[17:45:08] *** ingenthr has quit IRC[17:47:53] *** ingenthr has joined #opensolaris[17:52:49] *** ingenthr has quit IRC[17:53:10] *** jfisc has joined #opensolaris[18:01:07] *** longcat has left #opensolaris[18:03:40] *** niq has quit IRC[18:04:21] *** deet has joined #opensolaris[18:05:32] *** Rockford_ has joined #opensolaris[18:08:53] *** comay has joined #opensolaris[18:09:12] *** ChanServ sets mode: +o comay[18:10:16] <pizdec> pkg.oracle.com uses an invalid security certificate.[18:10:17] <pizdec> The certificate expired on 10/ 1/11 07:59 PM. The current time is 10/ 3/11 12:07 PM.[18:10:17] <pizdec> (Error code: sec_error_expired_certificate)[18:10:20] <pizdec> MEH![18:13:04] <pizdec> we are all going to DIE![18:20:14] *** piwi__ has quit IRC[18:20:59] *** piwi__ has joined #opensolaris[18:21:08] *** HyperJohnGraham has joined #opensolaris[18:24:51] *** yippi has joined #opensolaris[18:34:38] *** Whoopsie has quit IRC[18:35:05] *** Andrew1 has quit IRC[18:40:50] *** dduvall has joined #opensolaris[18:42:23] *** jfisc has quit IRC[18:42:45] <CIA-56> SFE kenmays: SFEwine.spec: Bump to 1.3.29[19:03:43] *** Andrew1 has joined #opensolaris[19:07:40] *** Reepicheep has joined #opensolaris[19:11:44] *** jfisc has joined #opensolaris[19:11:55] *** dominiq has joined #opensolaris[19:12:02] *** jfisc has quit IRC[19:12:24] *** jfisc has joined #opensolaris[19:27:44] <alanc> pizdec: poked the team who maintains that and they said they updated the cert now[19:34:34] *** calumb has quit IRC[19:41:55] <pizdec> thank you alanc[19:42:09] <pizdec> jsut got my update through[19:47:03] *** ARBALEST_ has joined #opensolaris[19:48:36] *** ingenthr has joined #opensolaris[19:56:40] *** ingenthr has quit IRC[19:58:20] *** tomocha66 has quit IRC[20:11:38] *** held has quit IRC[20:14:08] *** ARBALEST_ has quit IRC[20:20:37] *** Dagobert has joined #opensolaris[20:22:21] *** AxeZ has joined #opensolaris[20:23:10] *** eXeC001er has quit IRC[20:31:16] *** pino42 has quit IRC[20:36:02] *** held has joined #opensolaris[20:44:15] *** k1llah3rtz has joined #opensolaris[20:52:04] *** niq has joined #opensolaris[20:52:28] *** deet has quit IRC[20:57:47] *** Dagobert has quit IRC[21:11:18] *** deet has joined #opensolaris[21:11:38] *** deet has quit IRC[21:13:31] *** hando has quit IRC[21:24:27] *** cuboidtable has joined #opensolaris[21:35:21] *** ikonia has quit IRC[21:55:54] *** tomocha66 has joined #opensolaris[21:56:38] *** timsf has joined #opensolaris[21:58:25] *** ikonia has joined #opensolaris[22:11:43] *** muppetdaemon has joined #opensolaris[22:11:52] <muppetdaemon> My new ZFS NAS:[22:11:52] <muppetdaemon> ML110 G6 12GB Ram[22:11:52] <muppetdaemon> 5x1TB Drives - RAIDZ1[22:11:52] <muppetdaemon> 2x250GB Drives - RAIDZ Mirror[22:11:52] <muppetdaemon> I have two spare 16GB SSD would i see any benefit using these for caching or would i better of using these for the operating partition instead of the 250GB drives?[22:17:32] *** dominiq has quit IRC[22:24:41] *** biant92 has left #opensolaris[22:24:49] <jamesd> use them for l2arc and/or slog you will most likely see more benefits[22:29:53] *** merzo has joined #opensolaris[22:49:13] *** ingenthr has joined #opensolaris[22:53:17] *** elgar has quit IRC[22:53:29] *** elgar has joined #opensolaris[22:53:35] *** szaydel has quit IRC[22:54:04] *** szaydel has joined #opensolaris[22:54:19] *** Posterdati has quit IRC[22:54:51] *** Posterdati has joined #opensolaris[22:55:16] *** Fullmoon has joined #opensolaris[22:56:17] *** mavhc has quit IRC[22:56:17] *** lewellyn has quit IRC[22:56:24] *** lewellyn has joined #opensolaris[22:56:24] *** ChanServ sets mode: +o lewellyn[22:59:00] *** robinbowes has joined #opensolaris[22:59:37] *** mavhc has joined #opensolaris[23:10:19] *** jamesd_ has joined #opensolaris[23:10:27] *** Andrew1 has quit IRC[23:10:27] *** jamesd has quit IRC[23:10:27] *** Nitial_ has quit IRC[23:10:27] *** Thrae has quit IRC[23:10:27] *** lgtaube has quit IRC[23:10:27] *** micols has quit IRC[23:10:27] *** Stric has quit IRC[23:11:41] *** Nitial_ has joined #opensolaris[23:13:39] *** micols has joined #opensolaris[23:13:57] *** Stric has joined #opensolaris[23:14:17] *** Andrew1 has joined #opensolaris[23:15:42] *** yippi has quit IRC[23:15:59] *** lgtaube has joined #opensolaris[23:16:31] *** fisted has quit IRC[23:17:35] *** Thrae has joined #opensolaris[23:21:05] *** pino42 has joined #opensolaris[23:21:33] *** fisted has joined #opensolaris[23:22:00] *** pino42 has quit IRC[23:31:29] *** yippi has joined #opensolaris[23:32:53] *** yippi has joined #opensolaris[23:33:11] *** yippi has quit IRC[23:33:20] *** Chris64 has quit IRC[23:34:07] *** yippi has joined #opensolaris[23:35:19] *** yippi has joined #opensolaris[23:35:32] *** yippi has quit IRC[23:36:28] *** yippi has joined #opensolaris[23:36:42] *** yippi has quit IRC[23:37:37] *** yippi has joined #opensolaris[23:37:53] *** yippi has quit IRC[23:38:02] *** ingenthr has quit IRC[23:38:48] *** yippi has joined #opensolaris[23:39:28] *** yippi has joined #opensolaris[23:39:48] *** yippi has quit IRC[23:40:43] *** yippi has joined #opensolaris[23:44:54] *** elgar has quit IRC[23:46:49] *** Fullmoon has quit IRC