<< 28-August-2008 : bevinbot on #opensolaris at freenode [download] [back] >>
 
 
time nick message

00:00

<jbk>

is c99 constructs valid within ON?

00:00

<jbk>

doing something liek if (...) { foo_t *bar; .... }

00:01

<sommerfeld>

that's not a c99 construct.

00:01

<jbk>

oh, thought that's when it was added

00:01

<sommerfeld>

C has ~always allowed declarations at the start of an inner block.

00:01

<jbk>

well ignoring that, is it still considered acceptable?

00:01

<sommerfeld>

yes

00:01

<jbk>

cool.. thanks

00:01

<jbk>

jbk finishes up this patch

00:25

<e^ipi>

jbk and or sstallion_work , around?

00:25

<e^ipi>

actually, nevermind

00:25

<e^ipi>

i'm retarded

00:27

<jbk>

e^ipi: yeah, one sec

00:29

<e^ipi>

nah, it's nothing, i was going to ask if you guys wanted to post a stub of a driver somewhere before i remembered that it's in the DDI guide

00:30

<jbk>

ahh

00:33

<jbk>

i think i managed to get a cold either on the way back from tucson or yesterday in the office

00:39

<wonko2>

e^ipi or jbk: you guys see my question?

00:42

<jbk>

no

00:43

<wonko2>

This is what I'm getting when trying to link: a GOT relative relocation must reference a local symbol

00:43

<wonko2>

b81, studio 12

00:43

<jbk>

heh no idea :)

00:44

<wonko2>

blast

00:44

<wonko2>

;)

00:44

<wonko2>

the only thing google returns is guy who had the same problem building xorg stuff about a year ago

00:44

<wonko2>

s/is guy/is a guy/

00:45

<e^ipi>

i have no idea what you're going on about

00:50

<e^ipi>

jesus christ freenode is brain damaged today

01:07

<rorx>

is Package Manager supposed to be able to run as a standard user?

01:09

<rorx>

It disappears when running from GNOME, and 'Image' object has no attribute 'gen_known_package_fmris' error when I try to run it from a terminal.

01:16

<Gman>

rorx: you can run it as a standard user if they have an administration profile

01:16

<Gman>

otherwise, not

01:16

<Gman>

(it's likely there are bugs)

01:16

<kupo>

hey all

01:17

<rorx>

Gman: hmm, su'ing to root and running it, gives me the same error. Do I have to login to GNOME as root to use it?

01:17

<kupo>

Does anyone remember me asking a few days ago about using SPARC arch with opensolaris?

01:17

<Gman>

rorx: no, then it sounds like there's a bug

01:17

<kupo>

and someone recommending SXCE

01:17

<Gman>

rorx: did you update your install of 2008.05 with 'image-update'?

01:17

<Gman>

(or clicking the update image button in the package manager)

01:18

<rorx>

seems to me like it did run when I ran it on the 'jack' account, on the LiveCD, but this is from a fresh install.

01:18

<Gman>

there was a known bug if you did that, then it gets you into a buggy state

01:18

<Gman>

rorx: fresh install of 2008.05?

01:18

<Gman>

rorx: untouched otherwise?

01:18

<Gman>

kupo: vaguely

01:18

<rorx>

Gman: right, plus the 3 pfexec commands that are listed on the website, to update IPS I think.

01:19

<Gman>

rorx: right, that sounds strange then that the packagemanager gui doesn't work

01:19

<Gman>

rorx: as a workaround, i assume you can install from the terminal with pkg(1)?

01:19

<rorx>

Gman: I've also installed VirtualBox, oh and the flash plugin, that's about it so far.

01:20

<Gman>

rorx: ok, shouldn't have caused your issues

01:20

<kupo>

Gman: but check this out then: http://www.opensolaris.org/os/ under Compatible

01:21

<kupo>

wouldn't that read that opensolaris is compatible with ultrasparc architechture?

01:21

<rorx>

Gman: This is my first use of pkg, so I haven't used it, other than for updating IPS.. but it seemed to work ok for that task at least.

01:21

<Gman>

kupo: opensolaris the os (from opensolaris.com) doesn't have sparc support yet - it's coming in the not too distant future

01:21

<Gman>

kupo: was a known problem, but we wanted to go out with x86 support rather than wait

01:22

<Gman>

rorx: it's simple enough, just do a 'pfexec pkg refresh --full', then 'pfexec pkg install SUNWfoobar'

01:22

<Gman>

rorx: it mostly 'just works'

01:22

<Gman>

rorx: unfortunately having a few syncing issues between the package infrastructure and the gui

01:23

<rorx>

Gman: I guess I was planning to use package manager to see what I could choose from, to install.. as I was going to install NetBeans and it appears that there is no JDK on OpenSolaris, which surprised me.. so I assume I have to install the JDK package somehow.

01:25

<kupo>

Gman: so the announcement on that page is incorrect?

01:25

<Gman>

rorx: there is absolutely jdk :)

01:25

<Gman>

rorx: installing netbeans installs the jdk i think

01:25

<Gman>

http://pkg.opensolaris.org/status shows the packages (in duplicate form)

01:26

<rorx>

Gman: hmm, apparently not (NetBeans 6) I got to a point in the setup where it asks for a path to the JDK as it can't find it.. all I could find on my own was a JRE on the system

01:26

<Gman>

kupo: sort of - the first sentence talks about the source code (which is compatible), the second sentence talks about sun's current OS binary image, which doesn't

01:26

<Gman>

rorx: strange!

01:26

<kupo>

Gman: very confusing?

01:26

<Gman>

rorx: pfexec pkg install SUNWj6dev

01:27

<Gman>

kupo: yes, it is a little

01:27

<rorx>

Gman: thanks

01:27

<Gman>

kupo: i'll try and get it fixed

01:29

<rorx>

Gman: My last use of Solaris was 8.0.. I notice that for some things you still can use pkgadd and pkgrm.. or have they been enhanced to handle the IPS format.. or is the infrastructure designed to be compatible with the old canonical pkg format as well?

01:30

<Gman>

rorx: oh, things have change a *lot* :)

01:30

<Gman>

rorx: right, there's some primitive compatibility there between pkgadd/pkgrm and IPS

01:31

<Gman>

rorx: where possible you should use IPS

01:31

<Gman>

but you can use pkgadd/pkgrm to add SVr4 packages as usual

01:31

<rorx>

Gman: I see, the output of pkgadd looked similar to what I remember on Solaris 8, so I assumed those tools might still be the same..

01:31

<Gman>

just remember you'll likely have 2 different package lists :)

01:32

<Gman>

IPS installs some bits to convince pkgadd/pkgrm that there are installed packages iirc

01:32

<rorx>

Gman: oh really? so they maintain separate indexes eh?

01:32

<Gman>

it's probably not had a huge amount of testing

01:32

<Gman>

rorx: yep

01:33

<rorx>

Gman: but I assume in the OpenSolaris case, the whole OEM system is composed and managed by IPS, so on a clean system, there should be no legacy pkg registry, till you install something that uses that system?

01:35

<rorx>

Gman: is there a quick way to distinguish between the two package formats? since don't they both use the .pkg extension?

01:36

<Gman>

rorx: right

01:37

<Gman>

there's no IPS package format right now

01:37

<Gman>

so you can only install from repositories pretty much

01:40

<kupo>

Gman: I grabbed the disc already

01:46

<kupo>

Gman: how do i boot from cdrom in openboot 3.23

01:47

<kupo>

oh wait i got it

01:48

<kupo>

wait no i don't

01:48

<jbk>

'boot cdrom'

01:48

<kupo>

"Bad magic number in disk label"

01:48

<jbk>

that suggests a bad burn

01:49

<kupo>

damn

01:49

<kupo>

weird tho I checksummed it

01:54

<ninjaslim>

rorx: don't you hang around FreeBSD and Mac OS X channels as well

01:54

<rorx>

ninjaslim: yes, sure do.

01:55

<ninjaslim>

rorx: ok just confirming that i knew you from somehwer

01:55

<rorx>

ninjaslim: how do you like OS?

01:56

<ninjaslim>

rorx: i like it better than Linux

01:57

<jbk>

i'm waiting for the bts release so i can setup a spare desktop to triple boot for my boss

01:57

<ninjaslim>

rorx: but right now since there is no option for a minimal install or at least custom install, it's not an option for me, but i do like what i see and i do like the concepts, i don't like that they're taking Solaris and turning it into pretty much Linux, i mean we've OpenSolaris distros pop up and that's just does not make me feel as optimistic about OS

01:58

<ninjaslim>

what's the bts release

01:58

<Gman>

ninjaslim: some degree of installer flexibility will be provided in november (hopefully)

01:59

<Gman>

ninjaslim: http://www.opensolaris.org/os/project/caiman/auto_install/ is what will land (in a early phase)

01:59

<Gman>

ninjaslim: bts = back to school, it's essentially a re-spin of 2008.05 to fix some bad bugs in the packaging

01:59

<ninjaslim>

Gman: that's what i've heard, which is why i haven't passed up on OpenSolaris, that doesn't mean i'd give up FreeBSD and Mac OS X but more than likely run another box with OpenSolaris as all my files are remotely accessible anyway

02:00

<rorx>

ninjaslim: agreed, that's been a worry here as well. It looks like they've made some strides on i86pc device support.. I was surprised it pretty much detected everything on my 5 year old Dell notebook. But yeah, I'm not so sure about this IPS system yet.. not too crazy about how it mixes everything with the system.

02:00

<ninjaslim>

Sun is really pushing hard to counter Linux aren't they with OpenSolaris with stuff like this BTS release

02:00

<Gman>

along with shipping an additional DVD which includes things like virtualbox, openoffice, etc.. and an OpenSolaris virtual image that includes things like developer tools and AMP stacks

02:00

<Gman>

the DVD itself won't be available on download, but the re-spin CD will be replacing the current download on opensolaris.com

02:01

<Gman>

rorx: it's early work, it'll improve pretty rapidly

02:01

<Gman>

ninjaslim: yeah, certainly

02:01

<Blackknight>

I still say they should've stuck with rpm or deb

02:01

<Gman>

ninjaslim: it's more a realization that it needs to tackle the developer desktop market a little more

02:01

<Gman>

and students are early developers

02:01

<Blackknight>

why is ss-dev so huge?

02:02

<Gman>

Blackknight: because it includes a lot of stuff

02:03

<ninjaslim>

rorx: IPS seems like a very nice binary package manager, imo wip but still

02:03

<rorx>

should make for a great Java dev platform, from what I've seen.

02:03

<Blackknight>

ninjaslim, do like I do, install it and remove the desktop packages

02:03

<rorx>

ninjaslim: yeah, just think it should root at /usr/pkg or something, a la pkgsrc or the ports collection.

02:03

<Gman>

Blackknight: compiler, IDE, docs, headers, etc..

02:03

<Blackknight>

http://vitaliy.info/?p=73 get rid of gnome

02:03

<ninjaslim>

Blackknight: that seems hackish to me, i'm too used to BSD, i start out with nothing but a command line and then i work my way up to my Xfce desktop, i actually have a post-install script nowadays that installs all the packages that i normally install, pulls my config archive from online where it's hosted or was hosted, and then inserts the config files and i'm good to go

02:03

<Blackknight>

yeah

02:04

<Blackknight>

I'm used to CentOS which includes nothing but ssh

02:04

<Blackknight>

minimum install

02:04

<ninjaslim>

rorx: you mean you want separation of base and everything else

02:04

<Blackknight>

it's hackish but I didn't see any other option

02:05

<rorx>

ninjaslim: right, seems inconsistent, since there is all ready a history, even in Solaris of separating third party software from the system.

02:05

<ninjaslim>

Blackknight: i thought CentOS was a rebuild of RH, how is it any different than the default RH install which ues (ick) Gnome

02:06

<ninjaslim>

and God forbid they ever use Deb and God forbid they ever use RPM even more

02:06

<Blackknight>

it is a recompile

02:07

<ninjaslim>

rorx: really i didn't know that...maybe it's a byproduct of Linux leadership, most Linuxes just stick everything together and if that's what OS is trying to counter, then well they may want to stick as close as possible to it

02:07

<Blackknight>

we just kickstart servers with no packages installed

02:07

<rorx>

I saw a presentation earlier from Ian basically saying that there were reasons for not using deb.. and I think he mentioned ZFS snapshots as a reason, but he didn't go into details.. didn't sound convincing. But then I still haven't delved into IPS enough to see how different it is.

02:08

<rorx>

ninjaslim: certainly is due to its influence.. hence the concerns we were talking about initially.

02:08

<ninjaslim>

Gman: so where's development headed, how long do you think before we getting something that is quite suitable for the desktop and can hold its own to FreeBSD and some of the more quality Linux distros on the desktop (I suppose we both agree that OS 2008.05 was more of preview rather than something to rely on)

02:08

<Blackknight>

rpm is fine once you learn how to use it

02:09

<ninjaslim>

i know how to use rpm and it's not fun there are better far better

02:09

<Blackknight>

yeah, I guess

02:09

<Blackknight>

could just use tgz like good old slackware

02:09

<ninjaslim>

rorx: Linux has somehow become the defacto standard for Unix development

02:09

<Blackknight>

there's reasons for that

02:10

<ninjaslim>

Blackknight: that's what they use on Solaris, the SVR4 format is i think that, and some people swear by it, i like more automation and i suppose others do too, hence why IPS came along

02:10

<Auralis>

SVR4 pkg format is not a simple tgz

02:11

<ninjaslim>

Auralis: i'm sure it isn't, it has some additional information tagged on right, the Slackware packages do too about deps and such

02:11

<rorx>

another thing Ian wasn't very clear about was how OS related to Solaris.. he talked about Solaris having two branches.. but wasn't clear where OS was derived from. I always thought it was from the development branch, but I'm not sure. But then when he mentioned that SUN may offer support options for OS, that maybe it really was a fork from the stable, Solaris 10.

02:12

<Auralis>

ninjaslim: svr4 is a cpio archiv with extra content information files

02:12

<ninjaslim>

OS is the major front for development, Solaris has longer release cycles and technology from OS will be included from release to release in Solaris, that's how i understand it

02:12

<rorx>

Auralis: and SUN's pkg format is tar based or cpio as well?

02:13

<Auralis>

cpio

02:13

<Blackknight>

so like Fedora/RHES?

02:15

<rorx>

think so, isn't RPM based on some kind of cpio as well? probably an incompatible type.

02:18

<rorx>

bah, come on NetBeans.. you can at least add a button to the Gnome menu

02:18

<ninjaslim>

NetBeans bahhh

02:19

<ninjaslim>

gvim + screen + zsh + xterm +/- emacs + gcc +/- gdb

02:19

<rorx>

heh

02:20

<rorx>

does a IPS emacs install add a menu item at least? B)

02:20

<ninjaslim>

dunno

02:20

<ninjaslim>

again i've bbarely used OS

02:21

<ninjaslim>

just tracking development up to this point

02:21

<ninjaslim>

FreeBSD + Mac OS X is all i need atm

02:21

<Gman>

ninjaslim: hopefully you'll see something better by november, if not, april

02:21

<Gman>

ninjaslim: it's improving pretty rapidly, but some of the technology is still new

02:21

<Gman>

and there's still a large amount of changes coming down the line

02:21

<Gman>

rorx: it does, pkill gnome-panel

02:21

<Gman>

iirc

02:21

<Gman>

(unless it doesn't actually install a .desktop entry into /usr/share/applications)

02:22

<Blackknight>

what's the compiler name in sunstudio?

02:22

<ninjaslim>

Gman: one thing that needs to happen is that the IPS repo needs to grow, btw what's the deal with linux compat on OS, what's been tested, is the implementation diff than the one on FreeBSD in concept or what

02:22

<Gman>

rorx: ok, it sucks - http://www.opensolaris.org/os/project/caiman/auto_install/

02:22

<Gman>

eek, wrong url

02:22

<Gman>

rorx: http://defect.opensolaris.org/bz/show_bug.cgi?id=1586

02:24

<rorx>

Gman: yeah, doesn't seem to.. so much for consistency. VirtualBox's install did add one.. but that was done via a pkg.

02:25

<rorx>

seems like that would be a NetBeans bug, not indiana.

02:26

<Gman>

rorx: put the contents of the following into /usr/share/applications - http://pastebin.ca/1187014

02:26

<rorx>

So would something like NetBeans be available via IPS as well?

02:26

<Gman>

rorx: right, they suck

02:26

<coffman>

lo

02:27

<Gman>

(obviously named netbeans.desktop) or somethign similar

02:28

<Gman>

Gman updates the bug.

02:28

<coffman>

hm, compiz fusion does not work with xinerama?

02:28

<Blackknight>

how do I list package contents?

02:28

<Gman>

Blackknight: pkg contents -m package_name

02:29

<Gman>

(you don't actually need the -m, but i have it in finger memory)

02:29

<Gman>

use -r for remote packages not installed

02:29

<coffman>

got another bitching, what fuck is that default font in sxce gnome?

02:29

<coffman>

sans is fucking ugly

02:30

<Blackknight>

hmm, I tried that

02:30

<Blackknight>

[root@opensolaris] ~ > pkg contents ss-dev

02:30

<Blackknight>

PATH

02:31

<Blackknight>

that's all I get

02:31

<rorx>

Gman: sorry, I said 6.0 earlier.. apparently it's 6.1, the current latest.

02:31

<Gman>

Blackknight: ahh, that's because it's an empty package (meta-package)

02:32

<Blackknight>

I see

02:32

<Blackknight>

is suncc an alias for cc?

02:33

<Gman>

if you do -m it'll tell you the packages it's depending on (and thus, will pull in)

02:33

<Gman>

so there's probably an easy way to get the contents based on that list

02:34

<Blackknight>

question is how to get configure scripts to see the other compiler

02:34

<Gman>

Blackknight: yes, an alias

02:34

<Auralis>

export CC=cc for example

02:36

<Blackknight>

ah, thanks

05:26

<kupo>

hey all

05:26

<kupo>

Gman: made some progress today thanks for your help earlier

05:29

<kupo>

I guess everyone is asleep

05:35

<Gman>

kupo: great

05:49

<kupo>

I'm using sol10 for now

05:49

<kupo>

perhaps I'll switch later when opensol is ready for sparc

05:49

<kupo>

I'd like to max this ultra80 out with ram

05:50

<kupo>

i need 8 more 256 ram chips

05:58

<coffman>

http://pastebin.ca/1187129

05:58

<coffman>

some one mind to look at that?

05:59

<coffman>

i want to do lu from b95 ot b96 and it fails at the zones

05:59

<coffman>

root is zfs

06:08

<ormandj>

hiya kupo

06:13

<roshan>

how do i set proxy for terminal, i am not able to use ping, pkgadd etc

06:19

<rorx>

what's SXCE? Solaris Express?

06:20

<ormandj>

community edition

06:20

<ormandj>

yep

06:20

<ormandj>

roshan: not sure what you mean proxy for terminal

06:25

<sartek>

roshan: export http_proxy="http://asd:3128"

07:13

<nivox>

'morning all

07:27

<trochej>

Coffeee

08:27

<trochej>

Coffee

08:45

<seanmcg>

more Coffee

08:56

<trochej>

Elo

08:58

<trochej>

More coffe

08:59

<trochej>

Yes

09:13

<timsf>

yo

09:14

<trochej>

timsf: Coffee

09:14

<timsf>

Yeah, definitely.

09:14

<trochej>

:)

09:15

<trochej>

timsf: Your brother has nice view from office. :)

09:15

<timsf>

Really?

09:15

<trochej>

flickr

09:15

<trochej>

:)

09:16

<timsf>

Yeah, that pretty much beats mine hands down.

09:16

<trochej>

:)

09:18

<timsf>

My view is as pretty as an airport. http://www.eastpoint.ie/move/eastpoint-gallery.htm

09:19

<timsf>

Mm concrete.

09:19

<trochej>

:)

09:19

<seanmcg>

those pics are on a good day, usually they're _dark_ grey from the rain :)

09:20

<trochej>

:)

09:29

<Berny>

morning folks

09:30

<Berny>

any idea why after a luupgrade from snv91 to 96 (with zfs root) and a luactivate to the new BE ludelete tells me it cannot delete the old BE?

09:30

<Berny>

it thinks its the last BE on the disk

09:30

<Berny>

lustatus marks it as can delete=yes

09:31

<timsf>

Is grub installed on that boot environment?

09:32

<Berny>

yeah

09:32

<_mary_kate_>

Berny: you did reboot after luactivate, right? ;)

09:32

<Berny>

i have two BEs on that disk (same rootpool)

09:32

<Berny>

_mary_kate_, obviously :-P

09:40

<Berny>

hmm, if i force the ludelete of the old be, does that also delete the old root-fs and the snapshot used to create the new BE's root-fs?

09:40

<trochej>

Berny: You can test and tell us. :)

09:40

<Berny>

hmpf

09:42

<codestr0m>

Linux myzone 2.6.18 BrandZ fake linux i686 i686 i386 GNU/Linux

09:42

<Berny>

but if i destroy that dataset and the snapshot, it shouldn't affect the new/cloned/promoted dataset right? i mean all things unchanged between the two dataset should remain in the new dataset after destroying the old one?

09:43

<bda>

codestr0m: Cool. How well it work?

09:43

<bda>

codestr0m: Did you find a Cent OS 5 tarball?

09:43

<codestr0m>

bda: found a fedora one.. I need to get networking up now. then going to test skype and acrobatreader

09:44

<codestr0m>

http://download.openvz.org/template/precreated/.../fedora-9-i386-default.tar.gz

09:44

<bda>

Nice.

09:44

<codestr0m>

I've only logged in and haven't played much more/tested anything

09:44

<codestr0m>

once it's all working. I'll write up a complete howto on my blog

09:45

<bda>

URL?

09:45

<trochej>

Berny: If you create a clone than you can promote it to be full fs. The original fs becomes a clone and then you can destroy it.

09:46

<trochej>

Berny: I suppose that since beadm does something like that, that ludelete will also

09:46

<codestr0m>

bda: I'll post it when it's done. maybe later today

09:46

<Berny>

http://opensolaris.pastebin.ca/1187243

09:46

<bda>

bda was just going to add it to rss, but ko :)

09:47

<trochej>

Berny: Weird

09:47

<Berny>

hmm, i could try to get rid of the snapshots and try again?

09:48

<codestr0m>

bda: http://feeds.feedburner.com/Codestrom-OpenSolaris

09:48

<bda>

ta

09:48

<trochej>

Berny: Probably

09:49

<trochej>

is snv_91 mounted anywherE?

09:49

<Berny>

hmm, i cannot the destroy the snapshot because it has dependent clones

09:49

<Berny>

nope only b96 is mounted

09:50

<trochej>

Berny: TRy zfs promote rpool/ROOT/b96

09:50

<Berny>

just on it :-)

09:51

<Berny>

eeek

09:51

<Berny>

cannot promote - out of space

09:51

<Berny>

yuck

09:55

<trochej>

:/

10:22

<trochej>

Coffee

10:28

<sartek>

can somebody paste "kstat -n <yournetworkinterface>" please?

10:29

<bda>

sartek: http://nopaste.snit.ch/13904

10:30

<sartek>

bda: thanks

10:30

<bda>

np

10:39

<seanmcg>

bda, you shouldn't need to pfexec kstat..

10:40

<bda>

Just habit.

10:46

<codestr0m>

bda: I'm not finding what I'm doing wrong.. is it possible for myzone to just share the ip connectivity with bge0 from the host.. I'm pulling an ip via dhcp

10:47

<bda>

No, it needs its own IP.

10:48

<bda>

You could do something like putting the zone on a private network, add an iface:alias in the global for that private network, and then set up NAT on it.

10:48

<bda>

Or put another card in the system and add it to the zone.

10:49

<codestr0m>

bda: laptop :P

10:49

<bda>

I can't think of another way to do it, sorry.

10:49

<codestr0m>

would it be possible to setup an iface:alias in the global zone and manually just add another ip from the subnet the global zone is pulling dhcp from?

10:50

<bda>

You can just set the zone's IP, if you're going to do that.

10:50

<codestr0m>

I know if you set type ip-exclusive that makes it easier..

10:50

<bda>

ip-exclusive requires a dedicated iface.

10:50

<codestr0m>

bda: ..aha.. ok.. I'll give that a try would the way with the alias work as well?

10:50

<codestr0m>

does ip-exclusive work with wireless interfaces?

10:51

<bda>

I imagine so. But if you just want to set a static for the zone, that's trivial... depends on your network, and how many weapons your network administrator has, obviously.

10:51

<kaleb>

Is there a native replacement for the gnu locate package on solaris x86?

10:52

<seanmcg>

kaleb, grep /var/sadm/install/contents

10:52

<codestr0m>

kaleb: sec I'll grab my blog entry on this exact question

10:52

<seanmcg>

theres also bart

10:53

<kaleb>

bart?

10:53

<ormandj>

nancy?

10:53

<bda>

McCloud?

10:53

<codestr0m>

kaleb: tell me if http://www.codestrom.com/wandering/2008/08/slocate-on-open.html is useful

10:54

<seanmcg>

man bart

10:54

<codestr0m>

seanmcg: bart is no way shape or form a replacement for slocate

10:55

<codestr0m>

while some of the functionality can be duplicated it's not the same

10:55

<kaleb>

codestr0m: thanks, I had the exact idea, except I was thinking of throwing it into a database, however there is probably no need

10:56

<codestr0m>

kaleb: yeah. I tested the overall performance of it and it's not bad on my laptop.. could could cron it like slocate to run each night.. otherwise. serves the purpose..

10:57

<kaleb>

codestr0m: I will go for the cron setup, I tend to use "locate" every day

10:58

<codestr0m>

I should have added that to the entry.. I might update it.. hmm.

12:07

<kenalex>

hello

12:08

<trochej>

Coffee

12:09

<kenalex>

is there any difference between this version of solaris to the one that sun has on their site ?

12:09

<seanmcg>

what version ?

12:10

<kenalex>

10

12:10

<seanmcg>

you mean s10u5 probably.

12:11

<kenalex>

yeah

12:11

<seanmcg>

s10u5 doesn't have some newer features that SXCE does, SXCE being the ongoing development version of solaris

12:13

<kenalex>

ok

13:15

<codestr0m>

anyone installed x/gdm in brandz?

13:15

<codestr0m>

hal-0.5.11-2.fc9.i386 from updates has depsolving problems

13:15

<codestr0m>

--> hal conflicts with dummy-fedora-core-4

13:15

<codestr0m>

Error: hal conflicts with dummy-fedora-core-4

13:22

<Berny>

heureka

13:38

<dsop>

After doing a pkg image-update from 2008.5 to svn_95 and reboot, the opensolaris-1 boot image always reboots after 10 secs of booting

13:45

<dsop>

any clue why it just reboots without a message?

13:45

<trochej>

To little coffee

15:22

<[shg]>

What is solaris based on?

15:23

<_mary_kate_>

AT&T UNIX(r) System V Release 4

15:23

<_mary_kate_>

(to which sun contributed a lot of code at the time)

15:23

<mano>

hello... shg same question here

15:24

<mano>

Im using ubuntu, and wanted to know some differences between opensolaris and ubuntu...

15:24

<xRaich[o]2x>

first of all which is very obvious: different kernel

15:25

<Aria>

SysV vs Debian styles for admin commands.

15:25

<[shg]>

There is a position that requires experiences in solaris

15:25

<[shg]>

I'm a slackware linux admin

15:25

<trochej>

[shg]: Where?

15:25

<trochej>

trochej dusts off his CV

15:25

<[shg]>

Somewhere in cali

15:25

<xRaich[o]2x>

Well opensolaris has gnu userland as default. But i prefer the solaris userland, it can easily be switched

15:26

<[shg]>

Headhunter in Georgia got my info from a friend

15:26

<trochej>

Too far away for me.

15:26

<_mary_kate_>

[shg]: solaris is very different from any unix at the admin level. if you claim solaris experience and only know linux, you'll look very silly during the interview

15:26

<_mary_kate_>

er, any linux

15:26

<[shg]>

Yeah, I'm not claiming to know solaris, that's why I'm here

15:27

<[shg]>

I'm about to download it

15:27

<delewis>

and when perspective employers ask for "Solaris experience" that usually has the implicit implication that they're asking for Sun hardware experience, as well.

15:27

<mano>

so solaris=unix ubuntu=linux... now what about desktop applications and all that...?

15:27

<delewis>

merely downloading Solaris isn't going to give you that.

15:27

<Cyrille>

if the position requires experience in solaris, you may want to get familiar with that (Solaris 10) and not a random distribution of OpenSolaris.

15:28

<Cyrille>

desktop applications are more or less the same batch.

15:28

<[shg]>

delewis hm..

15:28

<mano>

is it as friendly as ubuntu?

15:28

<[shg]>

delewis how would one get experience with sun hardware without sun hardware?

15:28

<_mary_kate_>

[shg]: get an entry-level job that includes solaris alongside something you know (like linux)

15:29

<[shg]>

I see

15:29

<[shg]>

I'm in a pickle

15:29

<_mary_kate_>

or buy some sun hardware on ebay

15:29

<delewis>

[shg]: if you're interviewing for any real sysadmin position, you should already have access to some hardware.

15:29

<_mary_kate_>

(but that won't give you experience with the large stuff, which is quite different)

15:29

<kupo>

[shg]: Vm's ?

15:29

<delewis>

and if you don't, you clearly aren't cut out for the position.

15:29

<kupo>

virtualbox on liunux

15:29

<[shg]>

_mary_kate_ I agree and this is a datacenter so probably not

15:30

<[shg]>

Oh well

15:30

<[shg]>

I'll download it anyway to start learning

15:30

<xRaich[o]2x>

[shg]: if you want to learn, you should check out docs.sun.com

15:30

<[shg]>

Ok, thanks

15:32

<sstallion_work>

Gman: awake?

15:32

<codestr0m>

running "startx -- /usr/bin/Xnest :1" and get Unable to open display.. what am I missing here inside my zone?

15:33

<_mary_kate_>

codestr0m: your linux zone?

15:34

<codestr0m>

_mary_kate_: yeah

15:34

<throwt>

any reason why i got cksum errors on a zfs file without any known provocation? maybe it's corruption that happened through xvm?

15:35

<throwt>

doing a scrub seems to crash the system before reaching 20% when in xvm mode but i can scan the whole system fine when not in xvm

15:35

<codestr0m>

I've tried various DISPLAY settings and I must be missing something DISPLAY=localhost:0.0 DISPLAY=:0.0 DISPLAY=globalzone:0

15:35

<_mary_kate_>

are you sure the global X server listens for TCP connections?

15:36

<codestr0m>

_mary_kate_: maybe not.. is that a gdm config options... (where is that?)

15:46

<jbk>

anyone recommend any tools to analyize extended accounting data?

15:51

<codestr0m>

_mary_kate_: I changed the setting in gdmsetup, but still not having success. it's almost like it's trying to connect via ipv6

15:58

<[shg]>

You guys made it seem like Solaris is a huge difference from Linux.. why?

15:59

<benley>

because it's not linux

15:59

<codestr0m>

[shg]: because it's an entirely different codebase? (assuming you don't count the gnu things which probably aren't required)

15:59

<benley>

any more than FreeBSD is linux

15:59

<[shg]>

I didn't say it WAS linux

15:59

<[shg]>

A Linux administrator could go from Linux to Solaris administration in under a week

16:00

<[shg]>

You made it seem like it's a totally different planet

16:00

<asyd>

asyd is not agree

16:00

<bda>

uhm.

16:00

<bda>

UNIX is UNIX, it's true.

16:00

<bda>

And it'd take you about a week to read the Admin Guides.

16:00

<asyd>

but you need more to understand all :)

16:00

<bda>

But actually *learning* how to do things properly...

16:01

<bda>

Yes, comprehension and "fucking about" are very disimiliar.

16:01

<[shg]>

Learning how each sys call works is different from being able to administer a system.

16:01

<bda>

It's took me about a year to get comfortable with most of the differences.

16:01

<bda>

uh.

16:01

<bda>

How long have you been an admin?

16:01

<bda>

How many differnet UNIXes have you touched?

16:01

<[shg]>

3 or 4 years

16:01

<[shg]>

Not very many

16:02

<bda>

Right. Let's just say the devil is the details, even if the details are ten feet tall and pissing in your face. :)

16:02

<jaek>

does compiz run on opensolaris?

16:02

<[shg]>

bda, I totally agree with you.. I really really do

16:02

<[shg]>

It's just that apperances initially is that Solaris is to Linux as Windows is to... Stability

16:03

<bda>

You just compared apples and oranges twice.

16:03

<[shg]>

I disagree

16:03

<bda>

[shg]: Are you looking at OpenSolaris or Solaris 10?

16:03

<bda>

Because OpenSolaris is designed for a user experience.

16:03

<[shg]>

OpenSolaris

16:03

<bda>

Right.

16:03

<bda>

Go get SXCE.

16:03

<[shg]>

Ok

16:03

<[shg]>

[shg] runs to go get SXCE

16:04

<bda>

While it's downloading, start reading the SysAdmin Guides on docs.sun. :)

16:04

<[shg]>

Uhm.. what's SXCE?

16:04

<[shg]>

:P

16:04

<bda>

Solaris Express Community Edition.

16:04

<[shg]>

Yeah, I'm watching screencasts and reading stuff

16:04

<bda>

There are bi-weekly builds of Nevada that come out of Sun. They're closer to what you will see in production than OpenSolaris by far.

16:04

<throwt>

i think what i thought was a hardware error is really a bug in zfs :P

16:04

<bda>

But they're still bleeding edge compared to Solaris 10 itself.

16:04

<[shg]>

Ok

16:05

<[shg]>

So what's up with Solaris 10 and SXCE?

16:06

<bda>

[shg]: I've been admining Linux boxes since 1998. It took me about a year to find my feet with Solaris, even though I'd deployed a fair amount of it to production.

16:06

<Stric>

S10 is a released product., SXCE is the next version of it

16:06

<[shg]>

Oh ok

16:06

<Stric>

.. not released yet, you get devel snapshots

16:06

<bda>

There's a depth you'll find in Solaris that you just won't in Linux or other Free Unixes.

16:06

<roshansingh>

http://pastebin.com/md859c07 please explain me the error

16:07

<bda>

Stric: What, you didn't get the memo about OpenSolaris eq Solaris Next? ;)

16:07

<[shg]>

bda if that is the case, then this is what I've been looking for

16:07

<[shg]>

Linux is fun and really nice but I want to really learn something useful.

16:07

<bda>

Well. Welcome to useful.

16:07

<bda>

It's not perfect, but it's pretty fucking awesome. :)

16:08

<bda>

You will learn to hate patching, but that's probably all.

16:08

<bda>

(patching will be much better in the Near Future)

16:08

<[shg]>

Heh

16:08

<bda>

Have you looked at DTrace yet? :)

16:08

<[shg]>

I'm looking for the freaking SXCE download!

16:08

<seanmcg>

roshansingh, whats onbld ? a file or directory ?

16:09

<seanmcg>

which ever, pkgadd could not open it..

16:09

<bda>

[shg]: http://opensolaris.org/os/downloads/ # Solaris Express Community Edition

16:10

<[shg]>

No x64? aww

16:10

<[shg]>

:P

16:10

<throwt>

it is x64

16:10

<bda>

Yes.

16:10

<roshansingh>

seanmcg: i donot have much idea about bfu i am trying to bfu crossbow http://blogs.sun.com/stw/

16:10

<Stric>

.. too

16:10

<[shg]>

I didn't see an x64

16:10

<_mary_kate_>

solaris doesn't have seperate 64-bit versions

16:10

<[shg]>

Oh ok

16:10

<[shg]>

groovy

16:10

<_mary_kate_>

64-bit has been integrated since whenever the ultrasparc came out.. like 10 years ago or something

16:10

<bda>

[shg]: Solaris has been 64bit since like... 98 on SPARC.

16:11

<[shg]>

[shg] gets all excited

16:11

<bda>

And x86 since the early 2ks, I think.

16:11

<bda>

The installer will boot 32bit, but after that it's all 64.

16:11

<_mary_kate_>

bda: 2005 i believe (first supported in S10

16:11

<bda>

aha!

16:11

<seanmcg>

roshansingh, so whats onbld ? a file or a directory ? do a 'file onbld' on it.

16:12

<roshansingh>

seanmcg: it says no such file or directory

16:12

<[shg]>

Wow, it won't let me register

16:12

<[shg]>

Says email already exists but prior it said that there was a field missing

16:12

<bda>

O_o

16:12

<roshansingh>

seanmcg: i am new to solaris and want to work on crossbow but i have not much idea about things here

16:13

<bda>

bda finally builds his own pidgin, praying it stops with hte damn crashing.

16:14

<delewis>

that's pidgin for you.

16:14

<[shg]>

It won't let me register!!

16:14

<bda>

delewis: srsly

16:14

<seanmcg>

roshansingh, are you in the directory where onbld is ?

16:15

<[shg]>

reg.sun.com/register is broken

16:15

<[shg]>

Not good for a potential solarisian

16:15

<codestr0m>

bda: well. on the final stretch for this stupid skype+acrobat reader thing..

16:16

<bda>

[shg]: I just registered an account. It worked fine.

16:16

<[shg]>

Hrm?

16:16

<[shg]>

Does it not like my support@ email?

16:16

<codestr0m>

had to change a few perms.. install all sorts of crap in the zone.. (including fonts) and now just need to add a user.. and maybe easylife will run

16:16

<bda>

[shg]: Seems unlikely?

16:16

<bda>

codestr0m: You can't just install that crap with yum or whatever?

16:17

<codestr0m>

bda: skype isn't in fc9 yum

16:17

<codestr0m>

I could probably start over.. choose ubloatu and go from there

16:17

<[shg]>

bda turns out, I changed support to something else and it worked

16:17

<bda>

[shg]: That's.. really weird.

16:17

<bda>

codestr0m: Heh.

16:17

<codestr0m>

, but I doubt it would make things much easier.. considering I'll still need a bunch of other crap maybe

16:17

<[shg]>

Any other weird things I should know about? heh

16:18

<bda>

[shg]: Oh, that's the other thing. We have these things called branded zones, so you can run Linux in a zone, without the overhead of full virtualization. Of course, if you want to run Xen, that's in the distro now by default too.

16:18

<bda>

codestr0m: Just threw Fedora Core in one (but Linux 2.6 support is still experimental, so).

16:19

<codestr0m>

bda: ? I know

16:19

<bda>

I didn't mean to tab that. :)

16:22

<roshansingh>

seanmcg: i had downloaded a sparc file from the site then extracted it then went in the directory and then used onbld

16:22

<codestr0m>

[shg]: assuming I get something useful.. my blog will have an idiot's proof guide to doing some possibly interesting or useful things with brandz specifically 2.6 kernel things

16:22

<Gman>

sstallion: here now

16:22

<seanmcg>

roshansingh, what sparc file ?

16:23

<roshansingh>

http://dlc.sun.com/osol/netvirt/.../nightly-bins-20080307.sparc.tar.bz2

16:24

<roshansingh>

seanmcg: is there any channel for crossbow

16:24

<seanmcg>

no channel that I know of, there is the crossbow-discuss alias/jive forum.

16:25

<roshansingh>

seanmcg: where can i get more info on bfu

16:25

<codestr0m>

ok. final piece of this puzzle.. from inside my brandz zone. can I give it permission to access something inside my global zone? (/export/home/foo/Desktop)

16:26

<seanmcg>

roshansingh, I think I see that you trying to do. that nightly-bins-20080307.sparc.tar.bz2 is the bfu, but you need the bfu tools which are elsewhere

16:27

<seanmcg>

on the crossbow snapshots page theres the bfu script needed for crossbow: http://opensolaris.org/os/project/crossbow/snapshots/

16:28

<roshansingh__>

seanmcg: ok

16:29

<seanmcg>

some info on bfu: http://opensolaris.org/os/community/on/.../#5_3_using_bfu_to_install_on

16:33

<[shg]>

codestr0m oh really...

16:33