November 4, 2008  
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

[00:00:57] * cabrioleur is impressed with opensolaris, but something is missing.
[00:01:08] <bda> Bunnies?
[00:01:31] <tsoome> dead penguins i guess
[00:01:52] <e^ipi> cabrioleur, is it pants?
[00:01:56] *** bigjocker has quit IRC
[00:01:56] <e^ipi> you should put some pants on then
[00:02:03] <cabrioleur> A free, easily accessible book on OpenSolaris website I guess. That would help me w hole lot.
[00:02:03] *** abisen has left #opensolaris
[00:02:11] <e^ipi> other than docs.sun.com you mean/
[00:02:20] <e^ipi> see /topic for details
[00:02:35] <bda> cabrioleur: There's also the OpenSolaris admin wiki and PDFs.
[00:02:35] *** MrButler has joined #opensolaris
[00:02:39] <cabrioleur> e^ipi, I did check it out, but it's not what I was looking for.
[00:02:55] <e^ipi> what is it you're looking for then?
[00:03:02] <e^ipi> because i've yet to run in to better docs than the S10 SAG
[00:03:10] <bda> http://wikis.sun.com/display/OpenSolaris/OpenSolaris
[00:03:10] <cabrioleur> But, enough complaining, I'm impress in general.
[00:03:37] <bda> hm, where'd the wiki for the actual admin guide go?
[00:05:06] *** Ouroboros has joined #opensolaris
[00:06:07] <Ouroboros> anyone know why the dhcp client might start refreshing the IP constantly before the appropriate refresh time (say 1/2 lease time) ?
[00:06:09] <cabrioleur> Solaris came a long way since 8...
[00:06:30] *** ShadowHntr has quit IRC
[00:07:07] <Ouroboros> also, is there a dhcp client log besides what is network/physical:default.log ?
[00:07:54] *** AxeZ has quit IRC
[00:08:53] <e^ipi> yeah, go figure... 10 years later software's advanced a bunch
[00:09:36] *** MeP3aBeu has quit IRC
[00:11:16] *** dunc has joined #opensolaris
[00:12:35] *** bubbva has quit IRC
[00:14:00] *** boyd_ is now known as boyd
[00:15:48] <swankier> how do I disable nagle (delayed ack)?
[00:17:35] <MindDrive> Ouroboros, are you saying that your client is renewing halfway into the lease time allocated?
[00:18:42] <MindDrive> If so, that's normal procedure.
[00:20:11] <Ouroboros> MindDrive: i am saying that for some reason it did *not* do that, but instead refreshed every hour and then died
[00:21:13] <Ouroboros> there also dont appear to be any log messages of this happening, except in the server log
[00:21:36] <MindDrive> A client is allowed to attempt to renew before T1, but it sounds like either your client is acting a bit wonky or the server is refusing the renew requests.
[00:22:00] <MindDrive> (Possibly both)
[00:22:19] <Ouroboros> the server accepted all of the renews
[00:22:39] <Ouroboros> i am just trying to understand what could have triggered the client to begin refreshing
[00:22:51] <Ouroboros> perhaps it had something to do with ntp and the time change on Sun?
[00:23:52] <Ouroboros> although i guess the time change is a purely local thing
[00:24:02] <MindDrive> That shouldn't have had an effect, but... hmm...
[00:25:07] *** rv- has joined #opensolaris
[00:25:51] *** cabrioleur has quit IRC
[00:26:34] <Ouroboros> at the end when i tried "ifconfig nge0 dhcp status" it said "not under dhcp control", is this normal if it couldnt refresh the ip?
[00:27:32] <MindDrive> Are you running NWAM?
[00:28:00] *** cabrioleur has joined #opensolaris
[00:28:19] <Ouroboros> no, physical:default
[00:31:34] <MindDrive> Something definitely sounds a bit out of sorts, but sadly I don't know enough about the Solaris client to be sure...
[00:34:14] <Ouroboros> well, i will see if it repeats for the current lease
[00:34:22] <Ouroboros> if not, then we will just keep between ourselves :)
[00:35:20] <MindDrive> Heh, no problem. :)  (Which reminds me, at some point I need to start testing the DHCPv6 client for Solaris... should be fun...)
[00:35:39] <Doc> nah..  IPv6 doesnt need DHCP.  I read it in the specs!
[00:36:23] <MindDrive> Some of my company's customers would disagree with you. ;)
[00:36:35] *** bsdbandit has joined #opensolaris
[00:37:09] <bsdbandit> anyone using rbac
[00:37:10] <bsdbandit> ?
[00:37:28] *** sommerfeld has quit IRC
[00:37:42] <bsdbandit> in trying to figure out what system calls does rbac use
[00:37:42] <bsdbandit> ?
[00:38:20] <e^ipi> chkauthattr and friends
[00:38:29] <e^ipi> the man page has references to the rest of them
[00:38:40] <Ouroboros> /var/spool/cron/crontabs/root is the correct places to put system-level tasks?
[00:38:43] <e^ipi> auth_attr.h and secdb.h
[00:40:57] <bsdbandit> oh ok
[00:41:25] <bsdbandit> im looking send rbac commands to my syslog server
[00:41:33] <bsdbandit> im not tying to use auditing
[00:45:19] <MindDrive> Depends a bit, Ouroboros; there are a few commands that are better in another account's crontab ,but for generic things that need to be run as root, yes.
[00:45:41] <MindDrive> (Editing the crontab file directly is not a good idea, however. :) )
[00:45:45] *** The-spiki has quit IRC
[00:46:15] <Ouroboros> why is that? possibility of mistakes?
[00:49:39] *** dvz has quit IRC
[00:51:06] <Ouroboros> i guess 'crontab -e' works
[00:51:46] *** wewek has left #opensolaris
[00:52:17] <MindDrive> Yeah, 'crontab -e' will do some  basic checking.
[00:52:50] *** visitors has left #opensolaris
[00:53:20] <nrubsig> MrButler: exitbot key=aa8d12a422fb0f5595541f7cd5f8cbc1528d09f6
[00:53:20] *** MrButler has quit IRC
[00:53:30] <Ouroboros> what happens for lines with the same time parameters, is there an order guarantee?
[00:53:41] <tCzern> e^ipi: Hello again :-)
[00:55:16] <bda> Also locking, though you may not care about that.
[00:55:24] *** uebayasi has quit IRC
[00:55:44] <e^ipi> mm
[00:56:03] <bda> Ouroboros: Example?
[00:56:10] <bda> Oh, I see what you mean.
[00:57:03] <bda> If you have depeneds, you should provide some locking mechanism the scripts know to use, or use a && b && c or something horrible.
[00:57:06] <bda> depends, rather.
[00:57:10] <Ouroboros> i mean, i can adjust the times by minute increments, but this doesnt seem optimal
[00:57:39] *** netj has quit IRC
[00:58:06] <Ouroboros> hm, i suppose it launches them as separate processes, so you are right
[00:58:15] *** uebayasi has joined #opensolaris
[00:58:27] *** derchris has quit IRC
[00:58:46] <tCzern> I got the Live CD running on my PC without real problems, got some PCI error messages first, but then it started
[01:01:03] *** nrubsig has quit IRC
[01:02:54] *** Gman has joined #opensolaris
[01:02:54] *** ChanServ sets mode: +o Gman
[01:03:17] <tCzern> nice article: http://www.techworld.com/opsys/features/index.cfm?featureid=1922
[01:03:39] <tCzern> and it's 3 years old!!
[01:05:07] <th> is there some way to flush the automountd tables? i just shared a new fs and cant see it yet in /net/host/...
[01:08:21] *** mitrox has quit IRC
[01:09:00] <Plazma> i guess it's safe to assume wpa_supplicant requires openSSL ?
[01:09:06] <Plazma> being as it complains about the lack of libssl
[01:09:57] *** jay-away has quit IRC
[01:10:04] <coffman> th: try svcadm restart system/filesystem/autofs:default
[01:10:11] <th> coffman: i already did that
[01:10:33] <coffman> hm
[01:10:33] <th> coffman: i even disabled autofs but /net/host/foo/{a,b} was still there
[01:10:52] *** DotYet has joined #opensolaris
[01:11:00] <th> thats propably only empty dirs as mountpoints though
[01:11:21] <bsdbandit> anyone using rbac
[01:11:22] <bsdbandit> ?
[01:11:33] <th> showmount -e shows that "host" does export /foo/{a,b,c}  but /net/host/foo only contains a,b
[01:11:40] <DotYet> hi
[01:11:50] <DotYet> need some help friends
[01:12:06] <DotYet> i am getting a kernel panic while using SNV 98
[01:12:23] <DotYet> on intel emt64
[01:12:31] <Ouroboros> congratulations
[01:12:51] <DotYet> panic[cpu3]/thread=afd5bde0: BAD TRAP: type=e (#pf Page fault) rp=afd5bb0c addr=4e555358 occurred in module "unix" due to an illegal access to a user address
[01:13:07] <DotYet> can someone point me in some direction here
[01:13:29] <DotYet> i am not much into kernel debugging
[01:13:40] *** derchris has joined #opensolaris
[01:13:58] *** mitrox has joined #opensolaris
[01:13:59] <DotYet> however, i do have access to the kernel in debugging mode through a serial console
[01:14:31] <DotYet> the error happens immediately after it shows the Solaris banner messages once you boot from SNV98 DVD image
[01:15:45] <DotYet> oops
[01:18:20] *** mega has quit IRC
[01:18:36] <DotYet> can someone help?
[01:18:47] *** PicCard has quit IRC
[01:19:24] *** Ouroboros has quit IRC
[01:21:49] <swankier> is there a problem like ntop that is in the pkg repository or in the base install?
[01:21:49] <swankier> something that will give me rough throughput numbers and other statistics?
[01:21:56] *** Alasdairrr has quit IRC
[01:22:03] <jamesd> swankier, snoop
[01:22:16] <swankier> hmm, are there mores to snoop that I don't know?
[01:22:52] <swankier> it just know how to make it give packet traces
[01:22:52] <jamesd> netstat
[01:23:07] <jamesd> you can use dtrace to create your own.. else you are pretty much limited to 3rd party apps, like  ntop, wireshark, mrtg
[01:24:21] <swankier> yeah, I'm using netstat and snoop right now... it's just not very good for big picture stuff.
[01:24:31] <swankier> (I'm trying to figure out some iscsi performance bits...)
[01:24:38] <swankier> right now I'm seeing iscsi work in bursts...
[01:24:40] <swankier> and I don't know why
[01:25:04] <jamesd> is it iscsi on top of ZFS?
[01:25:07] <th> coffman: just using a different hostname (with default dsndomain added) helped - there is a cache somewhere - and it's not in the running automountd
[01:25:19] *** jacobs has quit IRC
[01:25:47] <jamesd> burstyness is common in ZFS, you can adjust bursyness pattern
[01:26:44] *** Odin- has quit IRC
[01:28:08] *** Michael_Knight has joined #opensolaris
[01:29:19] *** vmlemon_ has quit IRC
[01:29:23] *** vmlemon_ has joined #opensolaris
[01:30:23] <Michael_Knight> Hello. I'm trying to install OpenSolaris 2008.05 (snv_86 32-bit) as domU in Xen 3.2.1 (OpenSuse 11.0 is dom0). And I have panic in Solaris after xm create. Is Solaris 2008.05 compatible with Xen 3.2?
[01:31:38] <Michael_Knight> I use paravirtualisation
[01:32:25] <tCzern> I am trying to find a list of supported hard ware for opensolaris, is there such a thing online somewhere?
[01:32:56] <Michael_Knight> !hcl
[01:33:22] <tCzern> Michael_Knight: for me?
[01:34:11] <Michael_Knight> tCzern: I've found this http://www.sun.com/bigadmin/hcl/
[01:34:35] <tCzern> great, thank you!
[01:34:59] <Michael_Knight> hcl is very popular command for channel bots. As I see there is no such command on this channel.
[01:35:02] *** jacobs has joined #opensolaris
[01:35:37] <tCzern> I am not very skilled with such bots at all, that's why I wasn't sure what this means
[01:36:06] <e^ipi> there are not bots on this channel
[01:36:21] <e^ipi> bots can die in a fire
[01:37:18] <tCzern> cannot find any support for midi interfaces
[01:37:43] <Michael_Knight> Can somebody tell me what version of OpenSolaris should I donwload to use it on x86 in Xen 3.1 as domU ?
[01:41:52] *** kohju is now known as KOHJU
[01:45:26] *** DotYet has quit IRC
[01:56:38] <Triskelios> Michael_Knight: current SXCE build, since that's what most instructions exist for
[01:57:15] <Michael_Knight> Triskelios: thanks
[01:57:20] *** Michael_Knight has left #opensolaris
[01:58:01] *** cypromis has quit IRC
[01:58:59] <CIA-58> tc99174@train: 6748344 Huron/T5120 fails xnetlbtest using sunvts 6.4ps4
[01:59:03] *** prav33n has quit IRC
[02:02:24] *** microchip_ has quit IRC
[02:03:48] *** Ouroboros has joined #opensolaris
[02:04:11] <Ouroboros> do you have to run 'svcadm refresh system/cron' after 'cron -e' ?
[02:04:38] *** Ingvae has joined #opensolaris
[02:04:49] *** codestr0m has quit IRC
[02:05:23] *** Aria has quit IRC
[02:06:07] *** jklyekai has quit IRC
[02:06:08] *** jklyekai_ has joined #opensolaris
[02:06:09] *** codestr0m has joined #opensolaris
[02:06:11] *** jklyekai_ is now known as jklyekai
[02:07:00] *** mannytx has joined #opensolaris
[02:07:29] <mannytx> hello
[02:07:58] *** chendy has joined #opensolaris
[02:08:16] <mannytx> does anyone come here?
[02:08:50] <jbit> yes?
[02:09:03] <swankier> I've having some serious performance problems with opensolaris -> zfs -> iscsi -> vmware -> windows
[02:09:05] <Ouroboros> mannytx: nah, anyone is usually found in #linux
[02:09:12] <swankier> can anyone suggest a method of debugging this?
[02:09:56] <e^ipi> are you using gzip compression?
[02:10:05] *** Ouroboros has quit IRC
[02:10:13] <e^ipi> if so, the solution is 'don't do that'
[02:12:55] <mannytx> wow, where did everyone come from!
[02:13:05] <jbk> yay.. i finally have a clean ON build
[02:15:03] <mannytx> did you up the ram to 1024... do you have spare ram?
[02:15:31] *** bahumbug has quit IRC
[02:15:51] <mannytx> I use virtualbox at 1024 & video at 16...
[02:16:53] *** bnitz2 has quit IRC
[02:17:09] <Triskelios> swankier: try iscsi locally on the server?
[02:18:30] *** capaz has joined #opensolaris
[02:19:06] *** bsdbandit has quit IRC
[02:20:12] *** swa_work has joined #opensolaris
[02:20:57] <swankier> can someone look at this who's up on iscsi?  http://www.pastebin.ca/1244504
[02:21:02] <swankier> it's netstat output
[02:22:26] <swankier> you'll see that there are 4 seconds where traffic drops to near nil
[02:22:36] <swankier> during this time, the same large file is being transferred
[02:23:47] *** mannytx has left #opensolaris
[02:24:00] <swankier> therefore, I would expect there to be a steady stream of packets
[02:24:00] <swankier> not this wavy pattern
[02:26:53] *** kim0 has quit IRC
[02:26:55] *** not-me-guv has joined #opensolaris
[02:29:04] *** Yorlik has quit IRC
[02:29:42] <lkthomas> e^ipi, hey
[02:29:46] <lkthomas> e^ipi, you there ?
[02:29:50] <e^ipi> yeah, what's up
[02:30:00] <lkthomas> interesting that scrub cause opensolaris hang
[02:30:27] <lkthomas> is it normal ?
[02:31:09] *** Yorlik has joined #opensolaris
[02:31:13] *** swa_work has quit IRC
[02:31:18] <e^ipi> shouldn't
[02:31:19] <lkthomas> I got the exact problem with this post: http://opensolaris.org/jive/thread.jspa?messageID=291950
[02:31:43] <e^ipi> i mean, IO will go way up so things may slow down if you need to queue transactions
[02:31:51] <e^ipi> eg if you don't have enough ram and you start hitting swap
[02:32:08] <lkthomas> I don't think it is the case ?
[02:32:19] <lkthomas> check that post please
[02:32:24] *** jacobs has quit IRC
[02:32:28] <lkthomas> it is the exact problem I have
[02:32:32] <lkthomas> now, I am scare to scrub
[02:32:39] <lkthomas> once scrub, server hang for sure
[02:35:34] *** KOHJU is now known as kohju
[02:36:17] <swankier> how can I list devices to interrupts?
[02:38:23] <e^ipi> lkthomas: i dunno, if that happens consistently maybe it is the same thing
[02:38:44] <e^ipi> maybe reply to the thread instead of asking me, b/c i have no idea
[02:38:50] <e^ipi> sounds like a deadlock or something
[02:39:09] *** Triskelios has quit IRC
[02:39:49] <swankier> to answer my own question: echo ::interrupts | mdb -k
[02:43:32] *** infinity2 has joined #opensolaris
[02:44:08] *** bondolo has quit IRC
[02:44:10] <infinity2> where might i find the mysql client package for opensolaris running on intel
[02:44:41] *** jklyekai has quit IRC
[02:45:06] *** jklyekai_ has joined #opensolaris
[02:45:10] *** jklyekai_ is now known as jklyekai
[02:46:27] <e^ipi> other than in the package repository ?
[02:46:36] <e^ipi> or on the DVD if you went  that route?
[02:46:52] *** pumpkin_ has joined #opensolaris
[02:47:19] <infinity2> i don't know where the package repository is.
[02:47:23] <infinity2>  pkg  search mysql == no results
[02:49:10] <e^ipi> pkg.opensolaris.org
[02:49:17] <e^ipi> you can just look on that page
[02:49:20] <e^ipi> SUNWmysql5
[02:49:34] <e^ipi> or, for that matter, SUNWmysql
[02:50:04] <Gman> infinity2: you need -r
[02:50:07] <Gman> to search the repository
[02:50:12] <Gman> pkg search -r mysql
[02:51:15] <e^ipi> or what Gman said
[02:52:02] <e^ipi> :)
[02:55:41] *** vmlemon_ has quit IRC
[02:59:35] <infinity2> k. thnka.s i'll try that.
[03:00:13] <SYS64738> where is the correct place to keep xvm .cfg and pvm kernels ?
[03:04:14] *** rtor has quit IRC
[03:04:17] *** rtor- has joined #opensolaris
[03:05:06] <Plazma> Is this currentlyt he only way to setup wireless on b99+ ? - http://opensolaris.org/os/community/laptop/wireless/wpa/
[03:05:12] <Plazma> err wireless with wpa/wpa2
[03:06:16] *** rtor- is now known as rtor
[03:06:43] *** capaz has left #opensolaris
[03:07:00] *** martin[u1] has joined #opensolaris
[03:07:46] *** infinity1 has joined #opensolaris
[03:10:10] *** jamesd has quit IRC
[03:10:10] *** myosound has quit IRC
[03:10:11] *** myrkraverk has quit IRC
[03:10:11] *** swankier has quit IRC
[03:10:11] *** freakazoid0223 has quit IRC
[03:10:11] *** dizko has quit IRC
[03:10:11] *** pde has quit IRC
[03:10:11] *** LeftyBSD has quit IRC
[03:10:11] *** timsf has quit IRC
[03:10:11] *** pjd has quit IRC
[03:10:11] *** holcomb has quit IRC
[03:10:11] *** hohum has quit IRC
[03:10:11] *** tijo007 has quit IRC
[03:10:11] *** bhall has quit IRC
[03:10:11] *** oninoshiko has quit IRC
[03:10:11] *** martin[ug] has quit IRC
[03:10:11] *** dkeav has quit IRC
[03:10:11] *** tnelson has quit IRC
[03:10:11] *** arreyder has quit IRC
[03:10:11] *** Dar_ has quit IRC
[03:10:11] *** infinity2 has quit IRC
[03:10:11] *** idle-boy has quit IRC
[03:10:11] *** jbit has quit IRC
[03:10:11] *** estibi has quit IRC
[03:10:12] *** victori_ has quit IRC
[03:10:12] *** Macabee has quit IRC
[03:10:12] *** dsch04 has quit IRC
[03:10:12] *** spike685 has quit IRC
[03:10:12] *** tombhadAC has quit IRC
[03:10:32] *** jamesd has joined #opensolaris
[03:10:32] *** myosound has joined #opensolaris
[03:10:32] *** myrkraverk has joined #opensolaris
[03:10:32] *** swankier has joined #opensolaris
[03:10:32] *** freakazoid0223 has joined #opensolaris
[03:10:32] *** tombhadAC has joined #opensolaris
[03:10:32] *** spike685 has joined #opensolaris
[03:10:32] *** timsf has joined #opensolaris
[03:10:32] *** victori_ has joined #opensolaris
[03:10:32] *** dsch04 has joined #opensolaris
[03:10:32] *** Macabee has joined #opensolaris
[03:10:32] *** jbit has joined #opensolaris
[03:10:32] *** pjd has joined #opensolaris
[03:10:32] *** LeftyBSD has joined #opensolaris
[03:10:32] *** dkeav has joined #opensolaris
[03:10:32] *** hohum has joined #opensolaris
[03:10:32] *** bhall has joined #opensolaris
[03:10:32] *** estibi has joined #opensolaris
[03:10:32] *** holcomb has joined #opensolaris
[03:10:32] *** idle-boy has joined #opensolaris
[03:10:32] *** Dar_ has joined #opensolaris
[03:10:32] *** tijo007 has joined #opensolaris
[03:10:32] *** tnelson has joined #opensolaris
[03:10:32] *** oninoshiko has joined #opensolaris
[03:10:32] *** pde has joined #opensolaris
[03:10:32] *** dizko has joined #opensolaris
[03:10:32] *** arreyder has joined #opensolaris
[03:10:32] *** irc.freenode.net sets mode: +o jamesd
[03:11:20] *** swa_work has joined #opensolaris
[03:15:40] *** yongsun has joined #opensolaris
[03:32:28] *** Rocket2DMn has quit IRC
[03:34:29] *** BBHoss has quit IRC
[03:35:13] *** myosound has quit IRC
[03:35:56] *** echolink1833 has quit IRC
[03:37:08] *** cabrioleur has quit IRC
[03:37:49] *** cabrioleur has joined #opensolaris
[03:43:22] *** rv- has quit IRC
[03:47:55] *** syamajala has joined #opensolaris
[03:48:35] *** naoto_gohko has joined #opensolaris
[03:48:46] *** naoto_gohko has left #opensolaris
[03:52:06] *** jacobs has joined #opensolaris
[03:52:53] *** sah-work has quit IRC
[03:53:03] *** kgoetz has joined #opensolaris
[03:56:54] *** codestr0m has quit IRC
[03:57:20] *** cabrioleur has quit IRC
[03:57:26] *** cabrioleur has joined #opensolaris
[04:03:05] *** T_B has joined #opensolaris
[04:05:00] *** stux|away|away is now known as stux|away
[04:05:23] *** vk5foss has quit IRC
[04:05:39] *** naoto_gohko has joined #opensolaris
[04:18:19] <lkthomas> ok guys
[04:18:20] <lkthomas> so damn funny
[04:18:35] <lkthomas> my opensolaris can not ping anything else than default gateway
[04:18:42] <lkthomas> I mean, such as 192.168.1.x
[04:18:52] <lkthomas> except 192.168.1.1 is reachable, anything else can't
[04:18:54] <lkthomas> any idea why ?
[04:21:22] *** T_B_ has quit IRC
[04:23:43] *** freakazoid0223 has quit IRC
[04:31:55] <tCzern> I guess it is possible to have a dual boot solution with opensolaris and linux, right?
[04:32:26] <Plazma> lkthomas, are you pinging everything by IP address or DNS?
[04:34:57] *** comay has left #opensolaris
[04:35:11] *** hooch has left #opensolaris
[04:35:54] *** photon_chac has joined #opensolaris
[04:38:52] <lkthomas> nevermind, seems problem is comes from Switch
[04:38:54] <lkthomas> hmm
[04:39:01] <lkthomas> change to another switch then everything is fine
[04:39:08] <alanc> tCzern: yes, I have a machine setup with grub offering to boot into OpenSolaris 2008.05 or Fedora 9
[04:39:24] <alanc> the OpenSolaris install docs give details on setting up multiboot machines
[04:39:33] <tCzern> ok,
[04:39:57] <tCzern> will  need to figure out if opensolaris is a good platform for audio recording
[04:40:14] <tCzern> looking at studio64 which is based on debian ....
[04:41:10] <tCzern> what are you guys mostly doing with it?
[04:45:55] *** syamajala has quit IRC
[04:46:02] *** cky has joined #opensolaris
[04:52:56] *** zack has joined #opensolaris
[04:54:00] *** anilg has joined #opensolaris
[04:58:58] <CIA-58> Quaker Fang <Quaker.Fang at Sun dot COM>: PSARC 2008/444 Ralink RT2501/2601USB 802.11a/b/g Wireless Driver, 6600499 Request to support for the usb wireless adapter: Airlink101(usb148f,2573)
[04:59:44] *** loke has quit IRC
[05:03:30] *** derchris^ has joined #opensolaris
[05:03:44] *** derchris has quit IRC
[05:15:05] *** pumpkin_ has quit IRC
[05:17:46] *** pumpkin_ has joined #opensolaris
[05:18:28] *** davidL has quit IRC
[05:18:31] *** davidL has joined #opensolaris
[05:19:09] *** Gman has quit IRC
[05:23:10] *** gerard13 has joined #opensolaris
[05:25:36] *** ninjaslim has joined #opensolaris
[05:27:16] *** McFail has quit IRC
[05:28:35] *** alanc is now known as alanc-away
[05:29:56] *** mostlypeaceful has joined #opensolaris
[05:30:38] <mostlypeaceful> does anyone here run djbdns in opensolaris?  i'm having some problems getting daemontools to run it correctly.
[05:34:35] <bda> Don't use daemontools.
[05:34:38] <bda> Use SMF.
[05:35:42] <bda> http://nopaste.snit.ch/14454 # A simple manifest.
[05:36:23] <bda> http://nopaste.snit.ch/14455 # A simple method.
[05:36:30] <bda> One is for tinydns, the other for dnscache. But anyway.
[05:36:37] <bda> They work just fine in Solaris/SXCE/OpenSolaris.
[05:37:15] <bda> (I install them via pkgsrc/ the env vars are because the methods are rewritten using some internal code depending on the target platform ; it's still stupid, but anyway)
[05:44:54] *** cabrioleur has quit IRC
[05:45:20] *** naoto_gohko has left #opensolaris
[05:49:42] *** fr4g has quit IRC
[05:58:57] <CIA-58> Krishnendu Sadhukhan - Sun Microsystems <Krishnendu.Sadhukhan at Sun dot COM>: 6764107 solaris sparc kernel in miniroot fails to boot, data access MMU miss trap
[06:03:03] *** mostlypeaceful has quit IRC
[06:03:57] *** echolink1833 has joined #opensolaris
[06:06:48] <jklyekai> hello,  I install sol_99 with console mode. what's root's passwd? thanks
[06:13:33] *** zack has quit IRC
[06:16:11] *** zack has joined #opensolaris
[06:17:16] *** kohju is now known as KOHJU
[06:30:17] *** echelog has joined #opensolaris
[06:31:33] *** tazle__ has quit IRC
[06:34:25] *** zack has quit IRC
[06:35:08] *** abisen has joined #opensolaris
[06:35:31] <qiyong> is there any license problem to port some linux driver to osol?
[06:35:45] <qiyong> and further, how to get it merged?
[06:36:37] *** spackest1 has joined #opensolaris
[06:37:01] <spackest1> anyone here running project indiana on servers?
[06:37:23] <spackest1> I would like to switch from nevada to indiana when 2008.11 releases
[06:37:35] <jamesd> not if they have a clue.
[06:37:43] *** zack has joined #opensolaris
[06:38:28] <abisen> is there a way like netserver for sharing using apple's afp protocol in Solaris
[06:38:35] <abisen> can't find netserver in blastwave
[06:39:37] <gerard13> abisen, you need netatalk
[06:39:49] <gerard13> you have to compile it yourself
[06:40:25] <abisen> gerard13: thanks... just wondering why a package is not already made, was curious to see if there was any other package
[06:40:35] <abisen> gerard13: but you answered my query... thanks
[06:41:11] *** KOHJU is now known as kohju
[06:43:08] *** Pyretic has left #opensolaris
[06:45:33] *** sah-work has joined #opensolaris
[06:46:00] <spackest1> jamesd: so you're saying that folks with a clue wouldn't run indiana on a server?
[06:47:22] *** sah-work has quit IRC
[06:49:52] *** Gman has joined #opensolaris
[06:49:52] *** ChanServ sets mode: +o Gman
[06:54:15] <bda> I know clueful folks who do that. It seems to work pretty well for them.
[06:55:36] <spackest1> yeah, not sure the major differences, same kernel, right?
[06:57:21] <bda> It's bleeding edge. It contains a fair amount of new, not as tested, software.
[06:57:24] *** abisen has quit IRC
[06:57:37] <bda> As long as you know what your'e getting into, and are careful, it's doable.
[06:57:38] *** ninjaslim has quit IRC
[06:57:51] <bda> "Not if they have a clue" is a bit much. "Not for the faint of heart" is probably better.
[06:58:14] <bda> Target workload obviously matters a great deal, too.
[06:58:22] * bda is for bed. &
[06:58:58] <CIA-58> Anil udupa <anil.udupa at sun dot com>: 6433954 ptc and ptsl needs to have properly sequenced code
[07:02:30] *** abisen has joined #opensolaris
[07:05:12] *** pumpkin_ has quit IRC
[07:06:22] *** swa_work has quit IRC
[07:07:21] *** not-me-guv has quit IRC
[07:14:11] *** Tobbe|autoaway is now known as Tobbe
[07:15:43] *** abisen has quit IRC
[07:16:00] <gerard13> solarisinternal.com is down?
[07:22:23] *** pumpkin_ has joined #opensolaris
[07:22:33] *** photon_chac has quit IRC
[07:23:09] *** ninjaslim has joined #opensolaris
[07:28:14] <jklyekai> hello, if hg command is default in the opensolaris? I install sol_99,but it does't have.
[07:28:32] *** swankier has quit IRC
[07:31:57] *** tombhadAC has quit IRC
[07:33:17] *** abisen has joined #opensolaris
[07:34:27] *** anil1 has joined #opensolaris
[07:35:39] *** jareq has joined #opensolaris
[07:36:47] *** spackest1 has left #opensolaris
[07:37:01] *** gerard13 has quit IRC
[07:41:40] *** div11 has joined #opensolaris
[07:44:10] *** anil1 has quit IRC
[07:49:13] *** gerard13 has joined #opensolaris
[07:49:47] *** Triskelios has joined #opensolaris
[07:52:00] *** anilg has quit IRC
[07:54:20] *** chendy has quit IRC
[07:54:55] *** chendy has joined #opensolaris
[08:01:47] *** duri has quit IRC
[08:14:03] *** madara has joined #opensolaris
[08:16:17] *** madara has left #opensolaris
[08:25:17] *** leptir has left #opensolaris
[08:25:19] *** tsoome has quit IRC
[08:26:26] *** ninjaslim has quit IRC
[08:28:05] *** MeP3aBeu has joined #opensolaris
[08:28:19] *** sophokles has joined #opensolaris
[08:30:40] *** sophokles has left #opensolaris
[08:31:33] *** gerard13 has quit IRC
[08:32:59] *** luc^ has joined #opensolaris
[08:34:14] *** gerard13 has joined #opensolaris
[08:37:31] *** Gman is now known as GmanZZZ
[08:37:58] *** pgr has joined #opensolaris
[08:42:08] *** Joerg has joined #opensolaris
[08:46:22] *** JoergB has quit IRC
[08:46:38] *** xRaich[o]2x has joined #opensolaris
[08:46:50] <oxygene> great. the 10u6 dvd isn't recognized as bootable disk on my desktop (but is on my notebook)
[08:49:06] *** kim0 has joined #opensolaris
[08:53:50] *** leptir has joined #opensolaris
[08:54:28] *** carl_ has joined #opensolaris
[08:57:04] *** phimic has joined #opensolaris
[08:59:11] *** tsoome has joined #opensolaris
[09:03:42] *** jareq has left #opensolaris
[09:04:47] *** not-me-guv has joined #opensolaris
[09:10:39] *** DTEIT has joined #opensolaris
[09:11:25] <DTEIT> morning
[09:12:34] *** JoergB has joined #opensolaris
[09:16:26] *** McFail has joined #opensolaris
[09:25:14] *** Ingvae has quit IRC
[09:25:14] *** mikefut has joined #opensolaris
[09:26:19] *** Dar has joined #opensolaris
[09:27:00] *** Ingvae has joined #opensolaris
[09:29:45] *** dunc has quit IRC
[09:32:31] *** Gekz has joined #OpenSolaris
[09:40:16] *** yongsun has quit IRC
[09:40:45] *** pgr has quit IRC
[09:42:04] *** xRaich[o]2x has left #opensolaris
[09:44:28] *** a has joined #opensolaris
[09:44:43] *** a has quit IRC
[09:44:52] *** pumpkin_ has quit IRC
[09:45:12] *** photon_chac has joined #opensolaris
[09:45:36] *** pgr has joined #opensolaris
[09:52:04] *** kohju is now known as KOHJU
[09:52:34] <quasi> gerard13: solarisinternals.com works - you had a typo
[09:52:52] <gerard13> quasi: yes it works now
[09:52:52] *** teo` has joined #opensolaris
[09:53:44] <quasi> gerard13: when you type the right domain name
[09:56:19] <e^ipi> yeah, DNS sucks
[09:56:25] <e^ipi> it should just /know/ where you want to go next
[09:57:00] <quasi> domain squatters will be the first in front of the firing squad when the revolution comes
[09:58:10] <e^ipi> in france they call them elections
[09:59:51] <jbit> e^ipi: firing squads? ;P
[10:00:05] <e^ipi> no, revolutions
[10:00:22] <e^ipi> every 4 or 5 years
[10:07:26] *** Erwann has joined #opensolaris
[10:08:18] <victori_> stupid question but where are the solaris kernel modules located?
[10:10:42] <oxygene> in /kernel and /usr/kernel
[10:11:04] <_mary_kate_> and /platform
[10:11:42] <e^ipi> and ' man filesystem '
[10:13:40] *** Ingvae has quit IRC
[10:13:41] <e^ipi> which lists all of them
[10:14:20] *** Ingvae has joined #opensolaris
[10:17:13] *** Ingvae has quit IRC
[10:17:40] <glance> hurm.
[10:20:24] *** MattMan has joined #opensolaris
[10:23:31] *** piwi has joined #opensolaris
[10:26:35] *** JoergB has quit IRC
[10:26:48] *** houst0n-_ has quit IRC
[10:33:00] *** otep has quit IRC
[10:33:16] *** abisen has quit IRC
[10:34:12] *** timeless has joined #opensolaris
[10:38:59] *** luizxx has quit IRC
[10:43:19] <lkthomas> how come zfs list does not update the usage of filesystem ?
[10:43:36] *** Tobbe is now known as Tobbe|autoaway
[10:46:11] <e^ipi> what?
[10:46:18] <chrisg> what?!
[10:47:20] <lkthomas> 1. zpool list usage does not match with zfs list
[10:47:41] <lkthomas> 2. I am transfering file to one fs, but zfs list does not update the usage number at all
[10:48:30] <e^ipi> no, zpool and zfs are different things
[10:48:35] <e^ipi> but "usage number" ?
[10:48:44] <lkthomas> I mean, used space
[10:48:47] <_mary_kate_> lkthomas: not matching is probably caused by your using raidz
[10:48:52] <lkthomas> sorry that I did not have enough sleep
[10:48:56] <lkthomas> had*
[10:48:59] <_mary_kate_> lkthomas: in which case zpool shows the physical space, but zfs shows the logical space (excluding parity)
[10:49:20] <lkthomas> but it doesn't make sense and it stuck at 93.5GB
[10:49:26] <lkthomas> I am transfering file over 1Gbit network
[10:49:30] <lkthomas> it should be relatively fast
[10:49:39] <lkthomas> it have stay as 93.5GB for hours already
[10:50:00] <lkthomas> does zfs list update very often ?
[10:51:08] *** ofu_ has quit IRC
[10:51:27] *** photon_chac has quit IRC
[10:52:44] *** qiyong has quit IRC
[10:54:28] <Stric> lkthomas: should update at every transaction update at least (which by default is every 5 secs)
[10:54:46] *** botox has joined #opensolaris
[10:54:56] <lkthomas> hmm
[10:54:59] <Stric> lkthomas: do you have compression on and the file contains a whole lot of NULs?
[10:55:07] <botox> anybody familair with the hpasm utils?
[10:55:10] <botox> *familiar
[10:56:02] <botox> i need to know more info regarding what the actual checks are when you do a "show dimm"
[10:56:06] <lkthomas> Stric, good question
[10:56:11] <lkthomas> Stric, possible due to compression
[10:56:31] <lkthomas> but mostly is .jpg
[11:01:07] *** Joerg has quit IRC
[11:04:02] *** The-spiki has joined #opensolaris
[11:04:29] *** mikl_ has joined #opensolaris
[11:06:17] *** wewek has joined #opensolaris
[11:09:51] *** JoergB has joined #opensolaris
[11:10:32] *** JoergB has quit IRC
[11:12:06] *** JoergB has joined #opensolaris
[11:15:23] *** echolink1833 has quit IRC
[11:19:01] *** yarihm has joined #opensolaris
[11:19:20] *** echolink1833 has joined #opensolaris
[11:24:21] *** farrokhi has joined #opensolaris
[11:24:33] *** cypromis has joined #opensolaris
[11:43:45] *** luizxx has joined #opensolaris
[11:44:13] *** ericjray has joined #opensolaris
[11:44:50] *** SunTzuTech has left #opensolaris
[11:49:42] <glance> http://pastebin.com/m3e7fd861 hmm...
[11:49:49] *** ericjray has quit IRC
[11:50:12] <glance> that dl385 just dont want to boot a modern solaris.
[11:52:24] <DTEIT> dl385 is the amd version?
[11:52:37] <glance> jupp
[11:53:01] <DTEIT> i have the intel version and no problem (dl380)
[11:53:27] <glance> i have a bunch of those and they are booting just fine....
[11:53:37] <glance> but this one isn't
[11:53:39] *** calumb has joined #opensolaris
[11:53:54] <DTEIT> did you try a memtest?
[11:55:15] <glance> b86 (os200805) boots on it but more modern builds dont.
[11:56:41] <DTEIT> solaris boots?
[11:56:54] <glance> the pastebin trace is from u6...
[12:01:54] *** yarihm has quit IRC
[12:13:41] *** jimgris has joined #opensolaris
[12:23:34] *** xRaich[o]2x has joined #opensolaris
[12:25:24] *** zack has quit IRC
[12:28:07] *** LordIllpalazo has joined #opensolaris
[12:33:51] *** RElling1 has joined #opensolaris
[12:37:49] *** jimgris has left #opensolaris
[12:38:58] *** jstephan has joined #opensolaris
[12:39:13] *** Rocket2DMn has joined #opensolaris
[12:42:25] *** Rocket2DMn has quit IRC
[12:43:37] *** RElling has quit IRC
[12:48:04] *** Odin- has joined #opensolaris
[12:50:15] *** Hybridus-off has joined #opensolaris
[12:52:23] *** LeftWing has quit IRC
[12:52:34] *** LeftWing has joined #OpenSolaris
[12:55:20] *** __coredump__ has joined #opensolaris
[12:59:08] *** echolink1833 has quit IRC
[12:59:25] <CIA-58> vitezslav batrla - Sun Microsystems - Prague Czech Republic <Vitezslav.Batrla at Sun dot COM>: 6763596 scsa2usb returns negative pkt_resid when it fakes inquiry response
[13:01:15] *** KOHJU is now known as kohju
[13:01:47] *** echolink1833 has joined #opensolaris
[13:03:48] *** Hybridus-off is now known as Hybridus[OFF]
[13:03:56] *** PicCard has joined #opensolaris
[13:08:56] *** LordIllpalazo has quit IRC
[13:09:30] *** _coredump_ has quit IRC
[13:13:51] *** otep has joined #opensolaris
[13:24:14] *** cypromis_ has joined #opensolaris
[13:24:17] *** ahmed has joined #opensolaris
[13:25:01] <ahmed> hi
[13:25:25] *** codestr0m has joined #opensolaris
[13:29:08] *** Odin- has quit IRC
[13:29:55] *** ahmed has left #opensolaris
[13:40:53] *** gawin has joined #opensolaris
[13:41:45] *** anilg has joined #opensolaris
[13:49:10] *** bahumbug has joined #opensolaris
[13:49:33] *** teo` has quit IRC
[13:49:38] *** yarihm has joined #opensolaris
[13:49:41] *** teo` has joined #opensolaris
[13:49:55] *** teo` has quit IRC
[13:50:15] *** teo` has joined #opensolaris
[13:50:30] *** LeftWing has quit IRC
[13:50:34] *** LeftWing has joined #OpenSolaris
[13:51:44] <tomww> glance: the extra driver supplement disk used for the raid controller? (just an idea)
[13:53:05] *** Animal-X has joined #opensolaris
[13:53:25] *** Openfree has joined #opensolaris
[13:55:38] *** jstephan has quit IRC
[13:55:55] *** edgy has joined #opensolaris
[13:56:23] *** kohju is now known as KOHJU
[13:57:10] *** root has joined #opensolaris
[13:57:19] *** root is now known as tynar
[13:57:56] <tynar> hi, how can I read process info into psinfo struct?
[13:58:44] <Stric>     ret = read(fd, &main_data->psinfo, sizeof(psinfo_t));
[14:00:30] *** PicCard has quit IRC
[14:02:34] *** not-me-guv has quit IRC
[14:04:04] *** KOHJU is now known as kohju
[14:05:33] <tynar> Stric, would this work if(read(psp), &processInfo, sizeof(struct psinfo) == -1)
[14:06:11] *** loke has joined #opensolaris
[14:06:43] <Stric> if you place the )'s at the right place, yes
[14:08:12] <tynar> :), how will i reach the process id from processInfo struct
[14:08:43] *** bigjocker has joined #opensolaris
[14:08:50] <Stric> see /usr/include/sys/procfs.h
[14:11:59] *** piwi has quit IRC
[14:13:06] *** loke_ has joined #opensolaris
[14:13:34] *** DTEIT has quit IRC
[14:14:01] <trygvis> anyone ever seen this error when luupgrading?
[14:14:02] <trygvis> http://rafb.net/p/arbmtD50.html
[14:14:50] *** jstephan has joined #opensolaris
[14:16:08] *** Yorlik_extern has joined #opensolaris
[14:19:01] <tynar> can someone help me how get the process id from psinfo struct?
[14:19:51] *** houst0n- has joined #opensolaris
[14:21:22] <asyd> tynar: man -s 4 proc
[14:21:31] <asyd> field pr_pid
[14:21:51] <tynar> printf("%s\n",processInfo->pr_psargs); does not work, however i see that it contains the pr_pid and the paths, etc
[14:22:03] <tynar> from debug
[14:22:20] <Stric> why are you printing pr_psargs if you want the pid?
[14:23:01] <tynar> i can't print pid too
[14:23:03] *** OlofS has quit IRC
[14:23:20] <asyd> tynar: can you paste yoru code somewhere
[14:23:41] <Stric> tynar: I know that this works, because I wrote code for it 8 years ago (and it still works)
[14:24:19] <tynar>  if(read(psp, &processInfo, sizeof(struct psinfo)) == -1){exit(1);} printf("%s\n",processInfo->pr_psargs);
[14:25:07] <Stric> that code works if psp is a file handle of /proc/<somepid>/psinfo
[14:28:17] <tynar> psp is int
[14:28:23] *** wewek has left #opensolaris
[14:28:59] <Stric> but what does it contain? did you open the file /proc/<somepid>/psinfo ?
[14:29:14] *** chendy has quit IRC
[14:29:20] *** loke has quit IRC
[14:29:22] *** chendy has joined #opensolaris
[14:29:50] *** Alasdairrr has joined #opensolaris
[14:31:24] <tynar> asyd http://pastebin.com/m569ed06e
[14:31:45] *** jareq has joined #opensolaris
[14:33:35] <tynar> stric, yes i have read the correct psinfo file into processinfo struct, but cannot print psargs.
[14:34:05] *** kohju is now known as KOHJU
[14:35:10] <asyd> read ?
[14:35:12] <asyd> hmm
[14:35:23] <asyd> tynar: take a look in svn.asyd.net/svn/zonestats
[14:35:29] <asyd> (sorry I can't paste a link :/)
[14:35:44] <tynar> asyd, ok
[14:36:34] <asyd> pastealacon.com/1572
[14:38:33] *** Odin- has joined #opensolaris
[14:39:16] *** calumb is now known as calLNCH
[14:40:18] <tynar> thank you
[14:40:41] *** jareq has left #opensolaris
[14:42:30] *** LordIllpalazo has joined #opensolaris
[14:43:33] <Alasdairrr> This is totally off topic but are there any web tv stations one can watch coverage of the US election?
[14:44:10] <Gekz> Fail.
[14:47:17] *** KOHJU is now known as kohju
[14:52:10] <tynar> Stric, i solved it by adding sprintf(path, "%s", processInfo.pr_psargs); ... thanks
[14:52:10] <asyd> :)
[14:52:27] <tynar> it was easy :)
[14:52:35] <asyd> Gekz: by fail... you talk about the US election or.. ? :)
[14:53:50] *** cypromis_ has quit IRC
[14:54:43] <Gekz> US election.
[14:54:47] <Gekz> and the fact you'd want to watch it
[14:57:31] *** MrData_ has joined #opensolaris
[14:57:51] <Alasdairrr> The outcome of the election affects all of us. I know we have no say in the process, but it's interesting and entertaining to watch.
[14:57:56] <MrData_> Hi folks
[14:58:10] <Alasdairrr> ("we" being people outside America)
[14:58:33] *** hsp has joined #opensolaris
[14:58:57] <MrData_> I have configured the zfs cifs server on an opensolaris cluster.
[14:59:01] <CIA-58> Viswanathan Kannappan <Viswanathan.Kannappan at Sun dot COM>: 6755849 mntfs code is not MT safe and cause panic
[14:59:21] <MrData_> Q: How do i set an netbios-alias for the cluster-name of the fileserver?
[15:00:36] <MrData_> in samba: netbios aliases =
[15:05:29] *** gerard13 has quit IRC
[15:06:17] *** gerard13 has joined #opensolaris
[15:09:52] *** microchip_ has joined #opensolaris
[15:16:01] *** Odin- has quit IRC
[15:16:48] *** Odin- has joined #opensolaris
[15:23:45] *** Dar is now known as Dar_AFK
[15:25:08] *** PicCard has joined #opensolaris
[15:26:19] *** gehmehgeh has joined #opensolaris
[15:26:55] *** shl__ has joined #opensolaris
[15:34:58] *** shl__ has quit IRC
[15:35:02] *** shl_ has joined #opensolaris
[15:35:14] *** shl_ has joined #opensolaris
[15:42:12] *** luc^ has quit IRC
[15:45:53] *** LordIllpalazo has quit IRC
[15:46:46] *** DTEIT has joined #opensolaris
[15:48:10] *** edgy has left #opensolaris
[15:48:58] <DTEIT> re
[15:50:31] *** LordIllpalazo has joined #opensolaris
[15:51:39] *** gehmehgeh has quit IRC
[15:53:08] *** kohju has quit IRC
[15:53:21] *** kohju has joined #opensolaris
[15:53:24] *** calLNCH is now known as calumb
[15:55:36] *** vmlemon_ has joined #opensolaris
[16:03:09] *** tynar has quit IRC
[16:04:39] *** hsp has quit IRC
[16:07:44] *** chendy has quit IRC
[16:08:35] *** pgr has quit IRC
[16:10:29] *** shadfc has joined #opensolaris
[16:10:53] *** Erwann has quit IRC
[16:11:19] *** hsp has joined #opensolaris
[16:11:25] *** Erwann has joined #opensolaris
[16:12:35] *** Hybridus[OFF] has quit IRC
[16:13:38] *** ahmed has joined #opensolaris
[16:15:06] *** Dar_AFK is now known as Dar
[16:15:43] *** vmlemon_ has quit IRC
[16:15:47] *** vmlemon_ has joined #opensolaris
[16:21:22] *** mikl has joined #opensolaris
[16:23:16] *** cmihai has joined #OpenSolaris
[16:23:37] *** Yorlik_extern has quit IRC
[16:24:39] *** gawin has quit IRC
[16:27:18] *** yarihm has quit IRC
[16:27:24] *** bahumbug has quit IRC
[16:28:31] *** calumb is now known as calAFK
[16:31:48] *** not-me-guv has joined #opensolaris
[16:32:13] *** capaz has joined #opensolaris
[16:35:13] *** mikl- has joined #opensolaris
[16:36:09] *** codestr0m has quit IRC
[16:37:10] *** ahmed has quit IRC
[16:38:29] *** calAFK is now known as calumb
[16:49:57] *** bengtf has joined #opensolaris
[16:50:08] *** luizxx_ has joined #opensolaris
[16:53:01] *** Disorganized_ has joined #OpenSolaris
[16:53:46] *** ericjray has joined #opensolaris
[16:54:25] *** mikl- has quit IRC
[16:54:25] *** mikl_ has quit IRC
[16:54:26] *** mikl has quit IRC
[16:54:31] *** luizxx has quit IRC
[16:55:16] *** codestr0m has joined #opensolaris
[16:55:57] *** phimic has quit IRC
[16:56:17] *** div11 has quit IRC
[16:56:38] *** jgracin has joined #opensolaris
[16:56:39] *** Yorlik_extern has joined #opensolaris
[16:57:48] *** Yorlik_extern has quit IRC
[16:58:29] *** luc^ has joined #opensolaris
[16:59:35] *** aquanaut has joined #opensolaris
[17:00:43] *** kim0 has quit IRC
[17:01:13] <houst0n-> Hf folks, anyone tried to use the sol8/9 containerd built into s10u6?
[17:01:28] <houst0n-> When I verify from zonecfg, i get: solaris8_support error: The Solaris 8 Containers right-to-use package has not been installed
[17:01:42] <houst0n-> ... wat? I didn't need that on u5 afaik
[17:03:11] *** jstephan has quit IRC
[17:03:22] <_mary_kate_> i've never heard of the S8 stuff being free to use
[17:05:36] *** MeP3aBeu has quit IRC
[17:06:05] <houst0n-> Crap. Where can I buy one?
[17:06:16] *** ngranek has joined #opensolaris
[17:06:18] <houst0n-> I have 15 boxes to shift by Thurs
[17:06:35] <Stric> call sun?
[17:06:47] *** capaz has quit IRC
[17:06:48] *** bigjocker has quit IRC
[17:06:51] <houst0n-> I hate calling sun .. I'll get someone else to do it :P
[17:06:53] <houst0n-> Cheers
[17:06:57] *** capaz has joined #opensolaris
[17:08:04] *** Disorganized has quit IRC
[17:10:04] *** e1kg1 has quit IRC
[17:10:18] *** kohju is now known as KOHJU
[17:16:37] *** botox has quit IRC
[17:17:46] *** KOHJU is now known as kohju
[17:20:51] *** tsoome has quit IRC
[17:24:50] *** codestr0m has quit IRC
[17:25:16] *** Openfree has quit IRC
[17:29:10] *** axisys has joined #opensolaris
[17:29:26] *** capaz has quit IRC
[17:29:40] *** jsilveronnelly has joined #opensolaris
[17:30:01] <jsilveronnelly> Hi I hope this is the right channel...
[17:30:17] <jsilveronnelly> I want to install GNU "file" on Solaris with pkg-get
[17:30:34] <jsilveronnelly> anyone know what package that is in?
[17:30:42] <axisys> how do I lu from b94 to b101 ?
[17:30:46] <jsilveronnelly> or maybe that isn't available via pkg-get
[17:32:59] *** jfndi has joined #opensolaris
[17:35:41] *** acctor has joined #opensolaris
[17:36:03] <acctor> is there anything I can do to resume after pkg times out? I have tried to update my image 3 or 4 times now
[17:38:25] *** yippi has joined #opensolaris
[17:39:34] *** codestr0m has joined #opensolaris
[17:42:02] *** Dakylla has joined #opensolaris
[17:42:10] <Dakylla> hi
[17:42:28] <Dakylla> i've a problem with my X configuration (blank black screen)
[17:42:41] <Dakylla> how can i go to the shell please ?
[17:43:06] <Dakylla> is there a combo like Ctrl+Alt+F? on linux
[17:43:08] *** Disorganized has joined #OpenSolaris
[17:43:35] *** Aria has joined #opensolaris
[17:44:40] *** accto2 has joined #opensolaris
[17:45:21] *** Disorganized_ has quit IRC
[17:46:52] *** tsoome has joined #opensolaris
[17:49:09] *** GmanZZZ has quit IRC
[17:50:28] *** wewek has joined #opensolaris
[17:51:44] *** ngranek has quit IRC
[17:52:45] <houst0n-> Dakylla: IS this before or after dtlogin/gdm?
[17:52:53] <houst0n-> Oops, "Is" even
[17:53:21] <houst0n-> Also what rel. of solaris?
[17:54:48] *** luisbg_ has joined #opensolaris
[17:56:05] <Dakylla> 10 5
[17:58:31] *** carl_ has quit IRC
[17:58:37] *** yarihm has joined #opensolaris
[17:59:04] <CIA-58> Mark Powers <Mark.Powers at Sun dot COM>: 6260053 Solaris Cryptographic Framework needs to support AES in GCM mode
[17:59:23] *** not-me-guv has quit IRC
[17:59:54] *** bigjocker has joined #opensolaris
[18:00:06] *** acctor has quit IRC
[18:03:50] *** timaich has joined #opensolaris
[18:03:54] *** timaich has left #opensolaris
[18:04:10] *** Plazma_Work has joined #opensolaris
[18:05:51] *** sommerfeld has joined #opensolaris
[18:05:51] *** ChanServ sets mode: +o sommerfeld
[18:07:01] *** netj has joined #opensolaris
[18:13:51] *** vmlemon_ has quit IRC
[18:13:56] *** vmlemon_ has joined #opensolaris
[18:14:57] *** Dakylla has left #opensolaris
[18:15:35] *** netj has quit IRC
[18:15:55] *** Gman has joined #opensolaris
[18:15:56] *** ChanServ sets mode: +o Gman
[18:18:31] *** DTEIT has quit IRC
[18:19:17] <Plazma_Work> I'm not at my laptop now so I can't try anything , but i was messing with wificonfig and wpa_supplicant last night and after i ran wpa_supplicant.. i ran "wificonfig -i ath0 setparams proto=WPA" and it came back with "proto": Operation not permitted
[18:19:18] *** comay has joined #opensolaris
[18:19:33] *** ChanServ sets mode: +o comay
[18:19:38] <Plazma_Work> and I am root
[18:20:12] <Plazma_Work> i think when i installed wiifconfig from the opensolaris site .. it setuid and setgid on wificonfig
[18:20:24] *** capaz has joined #opensolaris
[18:20:47] *** mikefut has quit IRC
[18:23:21] *** nex-tek has quit IRC
[18:23:37] *** codestr0m has quit IRC
[18:24:37] *** _setuid_H has joined #opensolaris
[18:24:41] <_setuid_H> Evening all
[18:24:59] *** MeP3aBeu has joined #opensolaris
[18:25:59] *** perlmongo has joined #opensolaris
[18:26:50] *** axisys has quit IRC
[18:31:43] *** accto2 has quit IRC
[18:31:51] *** mijenix has joined #opensolaris
[18:31:59] <mijenix> hi
[18:32:14] <mijenix> are there some issues with opensolaris 2008.11 as a virtualbox guest?
[18:33:48] *** jfndi has quit IRC
[18:35:11] <calumb> mijenix: what sort of issues?  I'm using it without any problems...
[18:35:23] <mijenix> can't install it
[18:35:37] <mijenix> but I read something about that I need at least 1 GB RAM?
[18:35:38] <_setuid_H> mijenix: any outputs?
[18:35:45] <_setuid_H> mijenix: that's wrong
[18:35:51] <_setuid_H> 512 is enough
[18:36:11] *** spike685 has quit IRC
[18:36:18] <mijenix> it freezes everytime I install it
[18:36:44] <_setuid_H> where?
[18:36:45] *** spike733 has joined #opensolaris
[18:37:01] <_setuid_H> or maybe when :-)?
[18:37:15] <calumb> 512 *should* be enough, but it's pushing it... some people have certainly reported needing more when installing as a VM...
[18:37:19] <mijenix> when I hit finish
[18:37:33] <mijenix> then it prepares the disk and at about 2 or 3% it hangs
[18:37:37] <_setuid_H> mijenix: damn that's the best time to fail :-)
[18:37:44] <mijenix> no disk/cdrom activity
[18:38:12] <mijenix> I can't open anything no terminal nothing
[18:38:49] <_setuid_H> If I were from m$ I would tell you that it is a problem of virtualbox :-)
[18:38:49] <calumb> does sound like the typical symptoms of not assigning enough memory to the VM...
[18:39:04] <mijenix> calumb: 512MB
[18:39:34] <calumb> mijenix: yeah, I wouldn't try with less than 768, personally...
[18:39:40] <mijenix> ?
[18:39:54] <mijenix> zfs issue?
[18:40:23] <_mary_kate_> mijenix: what do you want to do with it?  512M is barely enough to run JDS
[18:40:27] <calumb> not sure what the root cause is, just seen a lot of people having issues trying to install with 512...
[18:40:29] <_mary_kate_> even on UFS
[18:40:35] <_mary_kate_> (it'll work, but more is much better)
[18:40:44] *** swa_work has joined #opensolaris
[18:40:45] <_mary_kate_> (well, JDS will work, i don't know about install issues)
[18:41:14] <mijenix> _mary_kate_: ok, then I'll don't try it
[18:41:24] <mijenix> _mary_kate_: goal was to play with zfs
[18:41:54] *** Erwann has quit IRC
[18:42:15] <calumb> mijenix: you might have more luck with Solaris Express... it should install with 512, in text mode...
[18:42:17] <mijenix> the only thing to use (open)Solaris
[18:42:39] <calumb> (or one of the other OpenSolaris-based distros... I haven't tried those...)
[18:43:00] <_setuid_H> mijenix: is it a big problem for you to assign more memory?
[18:43:19] <Gman> calumb: there's some underlying desktop bit taking up a lot of ram
[18:43:25] * Gman has been playing around with 512 too
[18:43:26] <mijenix> _setuid_H: yes
[18:43:33] * Gman suspects panel/tray icon
[18:43:37] <_setuid_H> _setuid_H: then you should try sxce
[18:43:41] <mijenix> _setuid_H: but don't mind no so important to test it :)
[18:43:51] <_setuid_H> _setuid_H: or strip gnome bindings during install
[18:44:02] <_setuid_H> nwam gui ...
[18:44:23] <_setuid_H> damn I'm pretty glad for adding vconsole to onnv
[18:44:32] <_setuid_H> or just to the release
[18:44:39] *** nex-tek has joined #opensolaris
[18:46:14] *** AstroTux has joined #opensolaris
[18:46:19] <AstroTux> Hi
[18:46:33] <AstroTux> I had Vista running fine, then installed oS. ATM I can only boot oS
[18:46:44] <AstroTux> How do I add Vista to the GRUB boot options?
[18:46:49] <Gman> _setuid_H: yeah, that will be a sweet feature when they iron out the bugs
[18:48:51] <_setuid_H> Gman: yeah, at first I was angry that it doesn't work but then I looked up to svccfg and see that options/hotkeys=false, damn I was glad that it wasn't a bug :-)
[18:49:03] <_setuid_H> Gman: but yeah there are bugs
[18:49:43] *** Asako has joined #opensolaris
[18:53:03] <Gman> _setuid_H: it'll be disabled by default for 2009.04
[18:53:08] <Gman> sorry, 2008.11
[18:53:15] <Gman> (i'm a release ahead already)
[18:55:09] <_setuid_H> Gman: good to know
[18:55:53] <Gman> 2009.04 will hopefully get all the X bits working
[18:57:51] <_setuid_H> anyway if you wan't to get some opensolaris wallpapers. I uloaded some (that I created before) at http://setuid.deviantart.com/gallery/#OpenSolaris-backgrounds . Actually I still didn't upload all yet. But there will be new to the end of the week. Tarball with others is at http://www.lasicka.cz/setuid/lk_bg_osol.tar.bz2 . Right now I'm working at a new one with topic moving from nevada to indiana
[18:57:58] <_setuid_H> sorry for a long post
[18:58:19] *** bubbva has joined #opensolaris
[19:00:18] *** mijenix has left #opensolaris
[19:01:01] <e^ipi> hey Gman, you still poking around?
[19:01:17] <Gman> yep
[19:02:16] <e^ipi> any chance you remember a discussion on indiana-discuss a while back about a contrib repository?
[19:02:30] <e^ipi> i'm trying to dig it up but i'm not sure what the subject: was
[19:04:03] <Gman> e^ipi: it would have been on pkg-discuss
[19:04:27] <e^ipi> hmm
[19:04:37] <Gman> i'd look for sch to start the thread
[19:06:27] <e^ipi> yeah, that's what I'm doing, i just thought you might've seen it
[19:06:48] <Gman> e^ipi: yeah, it's a good couple of months ago
[19:07:05] *** __coredump__ has quit IRC
[19:08:19] *** mikefut has joined #opensolaris
[19:10:34] *** MattMan has quit IRC
[19:13:06] *** cmihai has quit IRC
[19:13:30] *** _coredump_ has joined #opensolaris
[19:13:38] *** nitrile has quit IRC
[19:14:51] <_setuid_H> Ok guys kfc time is over :-) Bye
[19:18:12] *** noyb has joined #opensolaris
[19:19:38] *** ArtemD has joined #opensolaris
[19:28:19] *** MeP3aBeu has quit IRC
[19:33:58] *** Fish has joined #opensolaris
[19:34:20] *** AstroTux has quit IRC
[19:34:22] *** rv- has joined #opensolaris
[19:38:47] *** timsf has quit IRC
[19:39:37] <holcomb> i <3 liveupgrade
[19:40:41] *** prav33n has joined #opensolaris
[19:41:44] *** Animal-X_ has joined #opensolaris
[19:42:31] *** Animal-X has quit IRC
[19:43:49] *** _setuid_H has quit IRC
[19:44:25] *** alanc-away is now known as alanc
[19:44:54] *** Animal-X_ has quit IRC
[19:45:13] *** Animal-X has joined #opensolaris
[19:45:36] *** anilg has quit IRC
[19:46:15] *** Gman has quit IRC
[19:47:32] *** jay-away has joined #opensolaris
[19:48:01] *** sah-work has joined #opensolaris
[19:51:03] *** calumb has quit IRC
[19:51:19] *** LordIllpalazo has quit IRC
[19:51:39] *** MeP3aBeu has joined #opensolaris
[19:52:01] *** sickness_ has joined #opensolaris
[19:58:37] *** kim0 has joined #opensolaris
[19:58:41] *** sickness has quit IRC
[19:59:40] *** kohju has quit IRC
[20:01:45] <_mary_kate_> how does ZFS index directory contents for fast lookup?
[20:02:20] <_mary_kate_> (and what's the limit until it starts being noticably slow?)
[20:02:36] *** KOHJU has joined #opensolaris
[20:02:49] *** KOHJU is now known as kohju
[20:03:41] *** ninjaslim has joined #opensolaris
[20:04:26] <sickness_> I'm back
[20:04:51] *** sickness_ is now known as sickness
[20:05:58] *** MeP3aBeu has quit IRC
[20:06:14] *** sah-work_ has joined #opensolaris
[20:06:53] <jamesd> sickness, becareful, you don't look well body parts are falling off... you just lost your tail
[20:10:06] <sickness> yeah
[20:10:20] <sickness> I had to reregister since I've reconnected :P
[20:11:16] *** sah-work__ has joined #opensolaris
[20:12:07] *** RaD|Tz has joined #opensolaris
[20:12:07] *** pumpkin_ has joined #opensolaris
[20:12:33] <sommerfeld> _mary_kate_: using extensible hash tables using the "zap" module.
[20:12:34] *** sah-work has quit IRC
[20:12:57] <sommerfeld> _mary_kate_: limit depends on whether or not your workload likes doing "ls -l" or equivalent.
[20:13:08] <_mary_kate_> sommerfeld: it doesn't.  lookups by filename only
[20:13:18] * _mary_kate_ looks at zap.c
[20:13:49] <sommerfeld> should do very well, then.
[20:15:04] <m0zzzy> do I need to setup alternative default route in global zone in order to use it with defrouter local-zone property?
[20:15:55] <_mary_kate_> (personally i think having a directory with 250,000 files is a stupid design decision, but rather hard to change right now...)
[20:21:36] *** RaD|Tz has quit IRC
[20:22:44] <holcomb> grrr
[20:23:14] *** takahide has joined #opensolaris
[20:26:09] *** sah-work_ has quit IRC
[20:35:28] *** Triskelios has quit IRC
[20:36:13] *** jsilveronnelly has left #opensolaris
[20:40:41] *** echolink1833 has quit IRC
[20:41:04] *** hsp has quit IRC
[20:44:42] *** freakazoid0223 has joined #opensolaris
[20:45:45] *** WormDrink has quit IRC
[20:47:34] *** bondolo has joined #opensolaris
[20:47:39] *** kohju has quit IRC
[20:47:44] *** KOHJU has joined #opensolaris
[20:47:53] *** KOHJU is now known as kohju
[20:47:54] *** echolink1833 has joined #opensolaris
[20:48:44] *** Gman has joined #opensolaris
[20:48:44] *** ChanServ sets mode: +o Gman
[20:48:48] *** kohju has quit IRC
[20:48:53] *** KOHJU has joined #opensolaris
[20:49:00] *** KOHJU is now known as kohju
[20:49:06] *** kohju has quit IRC
[20:49:11] *** KOHJU has joined #opensolaris
[20:49:24] *** KOHJU has joined #opensolaris
[20:49:36] *** KOHJU has quit IRC
[20:50:24] *** KOHJU has joined #opensolaris
[20:50:24] *** KOHJU has quit IRC
[20:50:24] *** KOHJU has joined #opensolaris
[20:55:57] *** bigjocker has quit IRC
[20:57:38] *** bigjocker has joined #opensolaris
[20:58:56] *** gerard13 has quit IRC
[21:00:16] *** AxeZ has joined #opensolaris
[21:00:35] *** ilyxa has joined #opensolaris
[21:00:57] *** pumpkin_ has quit IRC
[21:05:45] <holcomb> what happens when your log device fails?
[21:05:58] <holcomb> it just cancels out transactions and falls back to normal mode?
[21:06:43] *** __coredump__ has joined #opensolaris
[21:07:20] *** _coredump_ has quit IRC
[21:08:01] <sommerfeld> holcomb: if only the log device fails (but the system stays up), the system will use the main pool devices to store the intent log.
[21:08:28] <sommerfeld> you'll only lose pending transactions if the log device fails and *then* you crash
[21:09:05] <holcomb> word
[21:10:36] <jbit> sommerfeld: wow, it's almost is zfs was designed to not lose data :)
[21:10:42] <jbit> quite an amazing thing for a filesystem actually
[21:10:52] <e^ipi> s/almost//
[21:11:02] <e^ipi> that was precisely why it was designed...
[21:11:13] <jbit> e^ipi: i know, was being smarmy :)
[21:11:21] <e^ipi> ahh
[21:11:45] <sommerfeld> certainly there are ways to mess up a pool so it's unrecoverable (import it read-write simultaneously on two systems)
[21:12:45] <Doc> hit it with a hammer.  spill beer over it.  etc
[21:12:48] *** postwait has joined #opensolaris
[21:13:07] <e^ipi> Doc: nope, bonwick had a demo about that
[21:13:07] *** postwait has quit IRC
[21:13:16] <e^ipi> smashed a disk with a hammer on stage... good times
[21:13:27] *** postwait has joined #opensolaris
[21:13:31] <Doc> smashing a disk is ok.  smashing the pool is the problem :)
[21:13:39] *** noyb has quit IRC
[21:14:36] <jbit> e^ipi: did he get paid for it?
[21:14:41] <jbit> if so... best job ever :)
[21:15:10] <jbit> did he plug it in after he smashed it to prove it's dead? :)
[21:15:21] <sommerfeld> jbit: it was plugged in while he smashed it.
[21:15:25] <jbit> ah
[21:15:27] <sommerfeld> (usb disk, I think)
[21:15:44] <cypromis> no
[21:15:47] <cypromis> SAS
[21:15:47] <sommerfeld> there was active i/o to the pool at the time
[21:15:54] <jbit> he killed a sas disk? :(
[21:15:54] <cypromis> ghe did it at Java One
[21:16:00] <sommerfeld> it's been done several times
[21:16:02] <cypromis> and at Sun Tech Days in St. Petersburg
[21:16:18] <cypromis> at Java One hthey even used a drill
[21:16:18] 
[21:16:54] <e^ipi> jbit: yes, he did get paid for it
[21:17:10] <e^ipi> presos are work functions
[21:17:18] <jbit> dramatic effect :)
[21:17:26] <Doc> proves nothing tho.  even disksuite from 20 years ago would handle that
[21:17:43] <jbit> was it 15krpm? if so i bet it made a great noise :)
[21:18:06] <jbit> they make great enough noises when spinning up :)
[21:18:07] <e^ipi> Doc: yeah, it's just something to do on stage
[21:18:49] <e^ipi> not sure how they could demo self healing though, maybe take the cover off a disk and hold a nail to the platter for a second
[21:19:19] <jbit> just opening it would probably be enough to screw some data over
[21:19:23] <holcomb> dd if=/dev/random isn't as dramatic
[21:19:35] <jbit> also, opening a 15krpm sas drive doesn't sound particually safe
[21:20:05] <sommerfeld> jbit: they had a plexiglas shield up between the disk & the audience in the video I watched.
[21:20:15] <jbit> hah
[21:20:59] *** bengtf has quit IRC
[21:21:05] <jbit> just take the disk out, install windows on it, put back in array
[21:23:12] *** mostlypeaceful has joined #opensolaris
[21:23:38] <mostlypeaceful> Hi, I'm walking through a Kerberos admin guide at http://docs.sun.com/app/docs/doc/816-4557/setup-1?a=view.  For some reason though kdb5_util is not present on my system.  I'm running opensolaris.200811-100a
[21:24:34] <mostlypeaceful> kadmin.local is missing too
[21:28:17] *** dnm has joined #opensolaris
[21:30:49] <tobeya> mostlypeaceful, pkg list |grep -i kerb
[21:31:52] <tobeya> sorry, "krb" the package is SUNWkrb
[21:32:25] <mostlypeaceful> tobeya: got it.  thanks!  i'm looking at solaris10 docs trying to map to opensolaris and it's confusing at times.
[21:33:04] *** myosound has joined #opensolaris
[21:34:08] *** swankier has joined #opensolaris
[21:34:11] <mostlypeaceful> SUNWkrb doesn't contain kdb5_util either... hrm
[21:34:45] <mostlypeaceful> SUNWkdc is it!
[21:35:38] *** gottadoit` has joined #opensolaris
[21:35:49] <e^ipi> aside from a few missing packages it shouldn't be that different
[21:36:41] <e^ipi> if something's not redistrib though you'll need to grab it from the SXCE dvd
[21:36:45] *** nitrile has joined #opensolaris
[21:38:11] *** stevel has joined #opensolaris
[21:38:11] *** ChanServ sets mode: +o stevel
[21:38:21] *** teo`` has joined #opensolaris
[21:38:29] *** niq has joined #opensolaris
[21:39:34] *** jgracin has quit IRC
[21:43:18] *** Tobbe|autoaway is now known as Tobbe
[21:44:07] *** ericjray has quit IRC
[21:44:07] *** spiki has joined #opensolaris
[21:44:08] *** Gekz has quit IRC
[21:47:21] *** clyons has quit IRC
[21:47:37] *** clyons has joined #opensolaris
[21:48:57] *** luizxx_ has quit IRC
[21:50:45] *** ilyxa has quit IRC
[21:51:15] *** dnm has left #opensolaris
[21:51:44] *** dnm has joined #opensolaris
[21:52:13] *** teo` has quit IRC
[21:54:25] *** PicCard has quit IRC
[21:55:54] *** gottadoit has quit IRC
[22:04:10] *** perlmongo has quit IRC
[22:09:03] *** gonzzor has joined #opensolaris
[22:09:09] *** Rocket2DMn has joined #opensolaris
[22:16:13] *** ericjray has joined #opensolaris
[22:18:32] *** xRaich[o]2x has quit IRC
[22:18:45] *** mikefut has quit IRC
[22:20:48] *** Fish has quit IRC
[22:24:22] *** sparcdr has joined #opensolaris
[22:24:57] *** sparcdr has left #opensolaris
[22:25:06] *** syamajala has joined #opensolaris
[22:26:42] *** bigjocker has quit IRC
[22:26:47] *** bigjocker has joined #opensolaris
[22:27:54] *** syamajala has quit IRC
[22:28:28] *** PicCard has joined #opensolaris
[22:31:28] *** mostlypeaceful_ has joined #opensolaris
[22:33:37] *** cads has joined #opensolaris
[22:33:47] <cads> hello
[22:34:40] <cads> I hope that this is not a silly question; Is open-solaris appropriate for use as a desktop OS for a laptop?
[22:35:01] <Plazma_Work> cads it works great on mine for the most part
[22:35:50] <cads> hm
[22:36:03] *** derchris^ has quit IRC
[22:36:13] *** mostlypeaceful has quit IRC
[22:36:23] *** derchris has joined #opensolaris
[22:36:50] <cads> what kinds of considerations bring you to opensolaris, plazma?
[22:40:20] <Plazma_Work> uhh
[22:40:22] <Plazma_Work> it's shiny
[22:40:47] <e^ipi> actual thought is put in to it's architecture ?
[22:41:17] <Plazma_Work> *gasp*
[22:46:18] <jbk> heresy
[22:46:47] <jbk> I want whatever sticks and my null pointer dereferences to be ignored!
[22:47:14] <Plazma_Work> i want it to call my bge0 interface "connector to the seerez uv toobz"
[22:48:44] <cads> who ignores null pointer dereferences!?
[22:49:28] * benley ignores
[22:49:44] *** syamajala has joined #opensolaris
[22:50:15] <sommerfeld> cads: on solaris, people who LD_PRELOAD=0 at 0 dot so.1
[22:50:36] <sommerfeld> on .. less careful platforms: everyone
[22:51:03] <bda> Heh.
[22:51:25] * cads gives his compiler a stern look..
[22:52:06] <sommerfeld> the compiler has.. surprising little to do with it.
[22:52:10] <alanc> that one doesn't scare me as much as the "stop checking malloc returns for NULL, since it's a waste of time, because overcommit means malloc always succeeds, and your app just gets killed when you really run out of memory"
[22:52:46] <Asako> lol
[22:52:59] <Asako> like virtuozzo killing random processes?
[22:53:19] * alanc has heard that from certain Linux-using devs on cross-platform open source projects
[22:53:27] *** Plazma_Work has quit IRC
[22:53:37] <Asako> an app should never get "just killed"
[22:53:43] <jbk> doesn't that assume that it picks your application to be killed?
[22:53:50] *** ninjaslim has quit IRC
[22:54:15] <Asako> I do appreciate all the engineering that goes into solaris
[22:54:22] <_mary_kate_> jbk: the OOM killer is designed to pick the most important processes
[22:55:01] <alanc> like say Xorg, since it often seems to be using the most memory, and killing it frees a ton of space since all your X clients die too
[22:55:49] *** topgun17 has joined #opensolaris
[22:56:14] * _mary_kate_ notes that no amount of overcommit can stop running out of address space from causing a NULL return from malloc
[22:57:30] <alanc> but isn't everyone 64-bit now?   would have to have a huge memory leak with overcommit to run out of that address space....   8-)
[22:57:51] <topgun17> My new evga Nvidia GeForce 8400gs andf my system is running quite cool with the new graphics card in.
[22:57:51] *** syamajala has quit IRC
[22:58:07] <Asako> I see lots of boxes OOM
[22:58:18] <Asako> half the time it's mysql eating ram
[22:59:03] <CIA-58> Tom Pothier <Tom.Pothier at Sun dot COM>: 6594839 cpumem-diagnosis may abort at startup, 6760008 More than one fault.memory.page were reported by the cpumem-retire module for the same memory page.
[22:59:03] <CIA-58> Charles Ting <Charles.Ting at Sun dot COM>: 6758578 iscsitgtd fails to properly store and retrieve tpgt's IP addresses
[22:59:04] <CIA-58> Todd Welke <Todd.Welke at Sun dot COM>: 6724943 WARNING: n2rng: logic error on rng(0), only 0 matches found
[22:59:17] <topgun17> does this mean i am running 64 or thirty two buit kernel? SunOS prudent 5.11 snv_100 i86pc i386 i86pc Solaris
[23:00:08] <e^ipi> topgun17: if it's a 64 bit chip , it boots 64 bit
[23:00:21] <SYS64738> I had two disk in zfs mirror, I change the broken motherboard, but now the system hangs on: this device is not bootable! what can I do ?
[23:00:39] <jbk> isainfo -k
[23:01:29] *** vmlemon_ has quit IRC
[23:01:33] <e^ipi> SYS64738: swap the devices around, if you forgot to install grub on the other side of the mirror
[23:01:37] <e^ipi> then it won't boot
[23:01:55] <topgun17> e^ipi: at boot it syas SunOS prudent 5.11 snv_100 i86pc i386 i86pc Solaris
[23:02:22] <e^ipi> topgun17: so you forgot if the chip is 64 bit then? if you did, use isainfo
[23:02:25] <topgun17> e^ipi: at boot it syas SunOS prudent 5.11 snv_100 64bit but when i do A uname -a it givves me SunOS prudent 5.11 snv_100 i86pc i386 i86pc Solaris
[23:02:28] <cads> anyways, I want to move away from linux but I'm kind of used to the userspace. So my concerns are three fold.. will my development environments compile in solaris (haskell, ruby and c), and how about stuff like apache and samba, and thirdly will it be time consuming to set up a comfortable desktop environment, say with media playing and internet browsing capacity (toobz capability, in other words)?
[23:02:28] *** shadfc has left #opensolaris
[23:02:31] *** vmlemon_ has joined #opensolaris
[23:02:38] <topgun17> why is this e^ipi
[23:02:52] <SYS64738> e^ipi, I swapped them, I see grub in the two modes the sistems hans after it have loaded the kernel, It cannot find the root
[23:03:03] <e^ipi> topgun17: because it tells you which architecture you're on.. x86
[23:03:20] *** gonzzor has left #opensolaris
[23:03:29] <e^ipi> the 64 bit extension to it is reflected as the isa, not as the architecture
[23:03:59] <e^ipi> cads: why not try it ( and don't use samba, we have an in-kernel CIFS server that's better )
[23:04:21] <topgun17> e^ipi:  I am acturall running on a AMd Athlon X2 Duel Core 5600+  processor though and i know for a fact that that processor is inb the amd hammer familly of cpus.
[23:04:41] <e^ipi> topgun17: point being?
[23:05:14] <topgun17> e^ipi:  i am wasting 32bit of processor power or am I?
[23:05:23] <e^ipi> topgun17: uname tells you the architecture. isainfo gives you the ISA
[23:05:47] <e^ipi> and solaris will boot 64 bit unless you explicitly tell it not to, or the hardware doesn't support it
[23:06:30] <e^ipi> topgun17: and "32 bit of processor power" ?? you mean slowing down your memory bus trying to shove twice as much information in it?
[23:06:45] <topgun17> e^ipi: Ok I under stand thank for clearing that up.
[23:07:13] <e^ipi> some of the 64 bit stuff is faster on x86 only because of extra registers, but 64 bit in general is slower than 32 bit for most things
[23:07:15] *** vmlemon_ has quit IRC
[23:07:20] *** vmlemon_ has joined #opensolaris
[23:07:40] *** echolink has joined #opensolaris
[23:08:00] *** Tobbe is now known as Tobbe|autoaway
[23:08:32] *** Animal-X has quit IRC
[23:08:43] <jbit> x86-64 cleaned up alot of the arch which made it faster for the processor to schedule too
[23:10:01] *** LeftWing__ has joined #OpenSolaris
[23:10:02] <topgun17> At least I have off loaded the video processing to a deadicated GPU which should in crease proformance?
[23:10:50] *** echolink1833 has quit IRC
[23:10:51] <e^ipi> you mean like every machine does?
[23:11:14] <topgun17> yes e^ipi
[23:11:31] <e^ipi> okay, my sarcasm flew right over your head
[23:11:31] *** mostlypeaceful_ has quit IRC
[23:11:39] <e^ipi> no. it won't. because every machine does that.
[23:12:42] *** LeftWing has quit IRC
[23:12:57] *** echolink has quit IRC
[23:13:03] *** ninjaslim has joined #opensolaris
[23:13:44] *** echolink1833 has joined #opensolaris
[23:14:21] *** kim0 has quit IRC
[23:14:23] *** echolink1833 has quit IRC
[23:14:47] <topgun17> e^ipi:  I meant to say  that by installing a deadicated graphics card i free up memory addresses that would other was be split between  video and general system usage
[23:15:10] *** echolink1833 has joined #opensolaris
[23:15:28] <alanc> yes, if you switched from Intel on-board graphics to a video card, then you freed system memory for use by the CPU instead of the GPU
[23:15:58] <alanc> I'm not aware of any other on-board graphics that use system ram instead of dedicated VRAM, but that doesn't mean they don't exist
[23:16:12] <tobeya> _bob_k, why would I need to sign off again?  /me scrolls up a bit
[23:16:17] <tobeya> sorry mischan
[23:16:34] *** echolink1833 has quit IRC
[23:17:18] *** echolink1833 has joined #opensolaris
[23:17:20] <topgun17> I switched from Nvidia onboard graphics to a deadicated GPU so doesn't tha mea i gai n the same benifits as some one in my position witha intell b onboard graphics controler.
[23:21:23] *** __coredump__ has quit IRC
[23:21:25] *** echolink1833 has quit IRC
[23:21:33] *** _coredump_ has joined #opensolaris
[23:23:18] *** Macabee has quit IRC
[23:23:41] *** echolink1833 has joined #opensolaris
[23:24:39] *** echolink1833 has quit IRC
[23:25:14] *** echolink1833 has joined #opensolaris
[23:25:35] <topgun17> It took me  about three tries to get a working boot disk of svn_100a
[23:26:32] *** Macabee has joined #opensolaris
[23:27:27] *** Macabee has quit IRC
[23:28:07] *** derchris has quit IRC
[23:28:21] *** duri has joined #opensolaris
[23:29:26] *** swa_work has quit IRC
[23:31:00] <skullone> man im excited for these x4540's to come
[23:31:05] <skullone> they couldnt come at a better time
[23:31:32] <e^ipi> topgun17: yes, your nforce gpu and my intel gpu give us about the same benefit, except for 3d stuff
[23:31:39] <e^ipi> which I don't use
[23:31:43] *** echolink has joined #opensolaris
[23:32:06] <SYS64738> damned bios flag ahci
[23:34:48] *** TomJ has quit IRC
[23:35:55] *** acctor has joined #opensolaris
[23:37:25] *** topgun17 has quit IRC
[23:39:03] <SYS64738> is it possible to upgrade an install over native ide sata driver to a ahci sata ?
[23:41:16] *** TomJ has joined #opensolaris
[23:42:03] *** kim0 has joined #opensolaris
[23:42:43] *** echolink has quit IRC
[23:43:02] *** coffman has quit IRC
[23:45:21] *** coffman has joined #opensolaris
[23:45:28] *** echolink1833 has quit IRC
[23:47:48] *** echolink1833 has joined #opensolaris
[23:47:51] <jbk> hmm interesting question...
[23:47:59] <jbk> maybe w/ zfs root
[23:48:56] <SYS64738> just put the dvd and try an upgrade ?
[23:50:32] *** Triskelios has joined #opensolaris
[23:52:05] *** topgun17 has joined #opensolaris
[23:53:03] <topgun17> It really sucks that Sun doesn't distribute a copy of Staroffice for open solaris
[23:53:21] *** dunc has joined #opensolaris
[23:53:24] <RElling1> SXCE contains staroffice
[23:53:25] <Gman> topgun17: distributes openoffice though in the repository
[23:53:37] <Gman> topgun17: what bits from staroffice do you need that isn't in openoffice?
[23:54:10] <topgun17> Gman: I need th better microsoft office interoprabilty
[23:55:29] <e^ipi> topgun17: soffice just has more fonts IIRC
[23:56:53] <topgun17> e^ipi: I need thoese fonts in order to write papers for schoo, IU could always get them and hand compile them couldn't i?
[23:57:06] <_mary_kate_> you don't compile fonts
[23:57:14] <_mary_kate_> they come as truetype or type1 files that you copy to the fonts directory
[23:57:55] *** LeftWing__ is now known as LeftWing
[23:57:58] *** Gman has quit IRC
[23:59:59] *** acctor has quit IRC

top