| time |
nick |
message |
00:00 |
<bimbo> |
#java |
00:01 |
<sstallion> |
sstallion yawns. |
00:05 |
<paul_f> |
Howdy |
00:07 |
<uski> |
it took me a while to get a working opensolaris system, but being able to play with zpool makes it totally worth it |
00:07 |
<uski> |
(thanks to everyone who helped me ;)) |
00:08 |
<uski> |
(now I need to get a faultly drive, add it in a pool, and see what happens >:)) |
00:08 |
<Blackknight> |
hello |
00:08 |
<paul_f> |
uski: it's not as exciting as it seems like it should be ;) |
00:09 |
<paul_f> |
I had a SATA controller failing on me, and it just shows up as random checksum errors |
00:09 |
<uski> |
interesting |
00:10 |
<uski> |
i'll remember that if I start seeing a lot of checksum errors |
00:10 |
<paul_f> |
it was kinda scarry, because both drives were showing checksum errors, but luckily never on the same chunk of data I guess |
00:10 |
<uski> |
hmmm, I know that the SMART status of the drives is handled by FMS in opensolaris - how can I query it? |
00:10 |
<paul_f> |
I think the main command is fmadm |
00:11 |
<uski> |
paul_f: well maybe the errors were transient, i.e. they were not showing up again if opensolaris asked the drive to re-read the same sector |
00:11 |
<uski> |
that can happen if there are communication errors introduced between the drive and the sata controller (i.e. cable crosstalk, ...) |
00:11 |
<uski> |
(during reading) |
00:11 |
<paul_f> |
luckily, those drives were mirrored, so I think it could correct from data on the other drive |
00:12 |
<paul_f> |
well, that's true too that a controller problem would cause transient errors |
00:12 |
<Blackknight> |
are you guys aware that apropos is broken? |
00:13 |
<Blackknight> |
it says windex is missing |
00:13 |
<_mary_kate_> |
run catman -w |
00:13 |
<_mary_kate_> |
(as root) |
00:13 |
<_mary_kate_> |
(yes, that should be done for you. it's not) |
00:14 |
<Blackknight> |
thanks |
00:14 |
<paul_f> |
ahh, that's handy |
00:15 |
<Blackknight> |
is there anything like chattr? |
00:15 |
<_mary_kate_> |
what does chattr do? |
00:15 |
<Blackknight> |
makes files immutable, append only, etc. |
00:15 |
<uski> |
(for those interested in my previous question about SMART, it looks like it's handled through the disk-transport module of fmd, the fault manager) |
00:17 |
<_mary_kate_> |
Blackknight: there's a ZFS ACL entry for 'append', but i don't think there's such a thing as an append-only file |
00:18 |
<paul_f> |
does anybody know when build 96 is supposed to hit IPS? |
00:18 |
<hile_> |
does anybody care? |
00:19 |
<paul_f> |
I was affected by bug 6727872, which is fixed in b96 |
00:19 |
<alanc> |
paul_f: 96 should be published to the IPS repo next week |
00:21 |
<paul_f> |
cool...not a big deal, but it would be nice to have a fix |
00:21 |
<Blackknight> |
hmm |
00:21 |
<Blackknight> |
now my VM won't boot |
00:23 |
<Blackknight> |
something about missing symbols |
00:24 |
<Blackknight> |
I booted one of the snapshots though |
00:25 |
<Blackknight> |
could not update "running" snapshot |
00:25 |
<Blackknight> |
is that bad? |
00:30 |
<Blackknight> |
argh |
00:36 |
<uski> |
is it normal that my IDE drives (the ones with opensolaris on them) spin down/up right after the system starts booting (after the SunOS Release 5.11 ..... message)? |
00:36 |
<Blackknight> |
so far I am not impressed |
00:43 |
<sstallion> |
evening all |
00:44 |
<uski> |
evening |
00:46 |
<uski> |
grrr, don't buy one of these el-cheapo SATA cards... I have two new ones and one of them has a dead port already (not to mention the fact that they came with an antique BIOS) |
00:48 |
<Blackknight> |
anybody know how to get out of maintenance mode? |
00:50 |
<Blackknight> |
I can't even bring up the network |
00:50 |
<timsf1> |
svcadm milestone all |
00:50 |
<timsf1> |
why are you in maintenance mode ? |
00:50 |
<timsf1> |
(svcs -x ) |
00:50 |
<Blackknight> |
system won't boot |
00:51 |
<Blackknight> |
says unresolved symbols in the kernel |
00:51 |
<timsf1> |
what are you running? |
00:51 |
<timsf1> |
what symbols are unresolved? |
00:51 |
<Blackknight> |
open solaris |
00:51 |
<timsf1> |
which version of opensolaris? |
00:52 |
<Blackknight> |
2008.05 |
00:52 |
<Blackknight> |
well, I did an image-update |
00:52 |
<timsf1> |
did you follow the additional instructions for people image updating from nv_86? |
00:52 |
<Blackknight> |
don't think so |
00:52 |
<timsf1> |
(the initial 2005.05 release) |
00:52 |
<timsf1> |
here let me see if I can find them for you... |
00:54 |
<timsf1> |
http://opensolaris.org/os/project/indiana/resources/rn3/ |
00:55 |
<timsf1> |
- specifically http://opensolaris.org/os/project/indiana/resources/rn3/#Update_Inst |
00:55 |
<timsf1> |
that said "unresolved symbols" in your kernel sounds very weird. |
00:56 |
<Blackknight> |
thanks |
00:56 |
<_mary_kate_> |
that sounnds like a partial update |
00:56 |
<timsf1> |
yeah, could be I guess. |
00:57 |
<_mary_kate_> |
or perhaps the pkg bug that randomly corrupts files |
00:57 |
<_mary_kate_> |
(try running `pkg verify`) |
00:59 |
<Blackknight> |
yeah, I hosed it |
01:16 |
<Blackknight> |
yay, it boots now |
01:31 |
<Blackknight> |
how do I get rid of all these extra grub entries? |
01:32 |
<e^ipi> |
remove them from your menu.lst |
01:34 |
<Blackknight> |
ok |
01:55 |
<Blackknight> |
now dhcp isn't working |
02:12 |
<uski> |
how can I get a list of the ethernet interfaces? maybe with ifconfig? |
02:14 |
<jbk> |
dladm show-link |
02:14 |
<_mary_kate_> |
or ifconfig -a |
02:15 |
<jbk> |
that will only show those that have had ip loaded on them |
02:37 |
<Blackknight> |
how do I enable a randomness provider? |
02:43 |
<Blackknight> |
does pkg use locking? |
02:52 |
<[shg]> |
Unfortunately SXCE does not detect my ethernet and I cannot find any drivers |
02:52 |
<[shg]> |
That's the one driver I need, cause if I have that I can atleast operate it while I'm looking for other things. |
02:53 |
<e^ipi> |
which driver? |
02:53 |
<e^ipi> |
murayama probably has it |
02:53 |
<[shg]> |
Marvell |
02:53 |
<e^ipi> |
http://homepage2.nifty.com/mrym3/taiyodo/eng/ |
02:54 |
<e^ipi> |
yep |
02:54 |
<e^ipi> |
except if it's a 88E8040 (FE+) |
02:54 |
<e^ipi> |
then it doesn't work |
02:55 |
<[shg]> |
Hey that's pretty cool |
02:55 |
<[shg]> |
Thanks :D |
03:26 |
<chendy> |
8139 card maybe a good backup |
04:43 |
<sbahra> |
hi |
04:43 |
<sbahra> |
So. IPS has screwed me over for the 2nd time :-( |
04:43 |
<sbahra> |
I just tried installing the firefox updated, it pulled in various other updates in GNOME. |
04:43 |
<sbahra> |
gnomelibs, etc... |
04:43 |
<sbahra> |
Of course, after doing those "important" things as noted in the release notes, I did this. |
04:44 |
<sbahra> |
The package manager just hung in there (it was sleeping). |
04:44 |
<sbahra> |
And then no applications were working... |
04:44 |
<sbahra> |
No I/O was being done. |
04:44 |
<sbahra> |
zlib was gone, gnome libs were done, etc... |
04:44 |
<sbahra> |
Is this a known issue? I couldn't find it online. |
04:47 |
<sbahra> |
I'm better off not using IPS at all, I guess. My experiences with it have shown it to be too dangerous to use on a workstation :-) |
04:50 |
<sbahra> |
Sigh |
04:50 |
<sbahra> |
sbahra reinstalls |
04:52 |
<sbahra> |
But basically, what appears to have happened is that all my libraries were removed and the update couldn't continue. |
04:54 |
<bda> |
bda has yet to have any issues with an IPS upgrade. |
04:54 |
<sbahra> |
Lucky you |
04:54 |
<sbahra> |
I really really would love to use it, but twice something went wrong already. |
04:54 |
<bda> |
huh. |
04:54 |
<sbahra> |
I'm almost angry. I want to get back to work already. |
04:55 |
<sbahra> |
huh? |
04:56 |
<bda> |
No useful response. :) |
04:57 |
<bda> |
I haven't had any issues with it, but I certainly belive they occur. |
04:57 |
<bda> |
I'm about to replace my OpenSolaris workstation with a Mac. We switched to using this Javascript-heavy ticketing system, and it makes my entire system unusable. :( |
04:58 |
<bda> |
bda generally uses Macs for workstations anyway, so whatever. |
04:59 |
<xRaich[o]2x> |
sbahra: why don't you create a seperate image and update that one, so your old install is left untouched? |
04:59 |
<sbahra> |
xRaich[o]2x: because pkg didn't work |
04:59 |
<sbahra> |
No zlib. :-) |
04:59 |
<xRaich[o]2x> |
aaaaaaah ok my fault ^^ |
05:02 |
<sbahra> |
xRaich[o]2x: have you done an image update before? |
05:02 |
<sbahra> |
And you survived? |
05:03 |
<xRaich[o]2x> |
sure. a whole lot of times |
05:03 |
<bda> |
Ditto. |
05:03 |
<sbahra> |
Using the package manager GUI? |
05:03 |
<sbahra> |
or from command line? |
05:03 |
<bda> |
I went from RC2 to b95. |
05:03 |
<bda> |
CLI. |
05:03 |
<bda> |
The GUI works? :) |
05:03 |
<sbahra> |
bda: in GNOME? |
05:03 |
<bda> |
Yes. |
05:03 |
<sbahra> |
bda: Not very well, some nub design errors |
05:03 |
<xRaich[o]2x> |
I use the CLI |
05:03 |
<sbahra> |
bda: ok |
05:04 |
<sbahra> |
I am going to try an image update from CLI. |
05:04 |
<sbahra> |
Out of curiosity... |
05:04 |
<sbahra> |
Is the firefox update to ff3? |
05:04 |
<xRaich[o]2x> |
yep |
05:04 |
<xRaich[o]2x> |
ff3 came with snv94 |
05:04 |
<sbahra> |
Cool, thanks |
05:05 |
<xRaich[o]2x> |
why don't you use the snv95 respin. so you don't need to update from 86 |
05:06 |
<sbahra> |
xRaich[o]2x: is that the Solaris Dever Express Community Edition? |
05:06 |
<xRaich[o]2x> |
no |
05:06 |
<xRaich[o]2x> |
indiana |
05:06 |
<kupo> |
hey guys |
05:06 |
<sbahra> |
xRaich[o]2x: hmmm |
05:06 |
<xRaich[o]2x> |
hi kupo |
05:07 |
<kupo> |
howdy |
05:07 |
<sbahra> |
xRaich[o]2x: the "development builds"? |
05:07 |
<kupo> |
does anyone think a colo'd ultra80 box would be a decent idea? |
05:07 |
<xRaich[o]2x> |
actaully the procedure to update indiana from 86 to a higher version is a bit tricky since a lot of things have changed |
05:08 |
<sbahra> |
nod, but I did follow all directions, I checked the release notes |
05:08 |
<xRaich[o]2x> |
ah ok |
05:08 |
<sbahra> |
so where is this indiana iso? |
05:08 |
<sbahra> |
genunix? |
05:09 |
<xRaich[o]2x> |
there is a torrent somewhere. let me check i need to search the forums |
05:09 |
<sbahra> |
I think I'm right |
05:09 |
<xRaich[o]2x> |
this is a fresh pcbsd install so i don't have my bookmarks here yet ^^ |
05:09 |
<sbahra> |
Let's see if I can download this from the live cd :-P |
05:09 |
<sbahra> |
sbahra usually uses FreeBSD |
05:09 |
<xRaich[o]2x> |
well it's freebsd only preconfigured |
05:09 |
<sbahra> |
But I really wanted observability stuff Solaris has, I won't be doing any kernel stuff this year most likely |
05:10 |
<sbahra> |
xRaich[o]2x: sort of, yes. |
05:10 |
<xRaich[o]2x> |
you will love dtrace ;) |
05:10 |
<sbahra> |
I've used dtrace before. |
05:10 |
<xRaich[o]2x> |
it's an awesome tool |
05:10 |
<sbahra> |
xRaich[o]2x: FreeBSD has dtrace support for the kernel btw |
05:10 |
<xRaich[o]2x> |
i know |
05:11 |
<xRaich[o]2x> |
but it still has a long way to go to match the solaris implementation |
05:11 |
<sbahra> |
Why? |
05:11 |
<sbahra> |
I think the "important" stuff is complete now |
05:11 |
<xRaich[o]2x> |
no userspace tracing. no python providers etc |
05:12 |
<sbahra> |
I really wish pmcstat had a maintainer in FreeBSD |
05:12 |
<xRaich[o]2x> |
i consider the userspace stuff a lot more useful to me since I'm not hacking on the kernel that much |
05:12 |
<sbahra> |
It has some errors (not following specifications) and is severely outdated. |
05:13 |
<sbahra> |
Alright, it's installed :-D |
05:13 |
<sbahra> |
brb |
05:18 |
<bimbo> |
hello, are the windows nt or linux kernels multithreaded like the sunos 5 kernel? |
05:18 |
<kupo> |
bimbo: I'm assuming that linux is |
05:19 |
<bimbo> |
what makes you assume that kupo? |
05:19 |
<kupo> |
linux runs clusters |
05:19 |
<kupo> |
75% of worlds top500 supercomputers |
05:20 |
<kupo> |
I'd assumed you'd need to be able to do multithreading for that |
05:20 |
<bimbo> |
the multithreading advantage of the solaris kernel is that it shares the kernel memory |
05:21 |
<bimbo> |
so even if a process has some child threads, the system can put it on a different processor |
05:21 |
<bimbo> |
with my question, I meant this |
05:27 |
<bimbo> |
I don't know if the windows nt or the linux kernels schedulers are able to do this |
05:27 |
<kupo> |
hmm |
05:29 |
<sbahra> |
Alright, hopefully this time everything will work fine |
05:29 |
<xRaich[o]2x> |
otherwise pick the respin |
05:29 |
<sbahra> |
nod |
05:29 |
<sbahra> |
Well, I used the GUI both times things broke |
05:30 |
<sbahra> |
Thanks for your help. |
05:31 |
<xRaich[o]2x> |
no problem |
05:31 |
<rc10> |
Hi |
05:31 |
<rc10> |
No ON97 yet? |
05:31 |
<xRaich[o]2x> |
hi rc10 |
05:32 |
<rc10> |
xRaich[o]2x:Hi |
05:32 |
<evocallagha> |
guess who :p |
05:32 |
<xRaich[o]2x> |
lol hi man ^^ |
05:32 |
<evocallagha> |
Just at my mates house |
05:32 |
<evocallagha> |
Hows things ? |
05:33 |
<xRaich[o]2x> |
quite ok. still early over here |
05:33 |
<evocallagha> |
Its such a nice day down here in Melbourne ! |
05:33 |
<xRaich[o]2x> |
how are things down under? |
05:34 |
<evocallagha> |
Tempt:I hope your not sleeping though this one, there are like loads of chicks out today for some reason !? |
05:34 |
<evocallagha> |
xRaich[o]2x: As of 97, X is getting built with SS12 :D |
05:35 |
<xRaich[o]2x> |
nice |
05:35 |
<xRaich[o]2x> |
I'm still downloading the pcbsd7 beta |
05:36 |
<evocallagha> |
xRaich[o]2x:Ah yes, I saw that |
05:36 |
<sbahra> |
Why don't you use FreeBSD, xRaich[o]2x? |
05:36 |
<xRaich[o]2x> |
from an australian server. i guess i'm using up all the bandwith :P |
05:36 |
<evocallagha> |
Um, it *is* FreeBSD dude. |
05:36 |
<sbahra> |
No, it isn't FreeBSD. It is PCBSD which is heavily based on FreeBSD. |
05:36 |
<evocallagha> |
yea, your using all of Australias BW man !! |
05:36 |
<xRaich[o]2x> |
sbahra: i don't want to spend hours on configuring the system ;) |
05:36 |
<sbahra> |
That I understand, my question is...what are the advantages of PCBSD over FreeBSD? |
05:36 |
<sbahra> |
xRaich[o]2x: hours? :-) |
05:36 |
<xRaich[o]2x> |
I rather install for 30 minutes and that become productive |
05:37 |
<evocallagha> |
+1 |
05:37 |
<evocallagha> |
lol |
05:37 |
<xRaich[o]2x> |
sbahra: with kde and everything else? yes |
05:37 |
<evocallagha> |
sbahra:complie from portage takes time ! |
05:37 |
<sbahra> |
sbahra rather install for 10 minutes, download later packages in 10 minutes and then become productive |
05:37 |
<xRaich[o]2x> |
i try to avoid ports as much as i can |
05:37 |
<sbahra> |
evocallagha: That's why there are packages. |
05:37 |
<sbahra> |
pkg_add -rv gnome2 |
05:37 |
<evocallagha> |
sbahra:Apples and pares |
05:38 |
<sbahra> |
xRaich[o]2x: Is PC-BSD using KDE4 or 3? |
05:38 |
<evocallagha> |
PCBSD have done all the work for you |
05:38 |
<xRaich[o]2x> |
the beta is using 4 |
05:38 |
<evocallagha> |
4.1 |
05:38 |
<sbahra> |
I see. |
05:38 |
<sbahra> |
I really respect the fact that this atleast gives incentive for molander to pull strings for the FreeBSD community :-P |
05:38 |
<evocallagha> |
xRaich[o]2x:Hey, Do you know how to flash the BIOS from Solaris if you have the .ROM ? |
05:39 |
<sbahra> |
Hopefully, sometime soon we'll have a native flash. |
05:39 |
<xRaich[o]2x> |
evocallagha: nope sorry |
05:39 |
<evocallagha> |
:/ |
05:39 |
<evocallagha> |
You need windows to flash the BIOS with Asus !? |
05:39 |
<evocallagha> |
Whats up with that |
05:39 |
<evocallagha> |
Would someone send me a SPARC box please ? |
05:39 |
<xRaich[o]2x> |
well i have native flash under solaris so i don't need it under bsd since i'm just using it as a fallback |
05:40 |
<evocallagha> |
I got my 'native' flash-block plugin working fine here |
05:40 |
<xRaich[o]2x> |
evocallagha: Someone from chaos computer club will give me his old sparc box for nothing ;) |
05:40 |
<sbahra> |
I use wine + flash on FreeBSD. |
05:41 |
<xRaich[o]2x> |
But i think it's very old hardware. but well. it's a sparc to play with |
05:41 |
<evocallagha> |
UltraSPARC II and less are a wast of time |
05:41 |
<evocallagha> |
III or greater is worth it |
05:41 |
<sbahra> |
sbahra has a Sun Blade 2000 |
05:42 |
<evocallagha> |
I like them U10's |
05:42 |
<sbahra> |
Picked it up for $300 on eBay. |
05:42 |
<sbahra> |
4GB RAM, 2 UltraSparc III @ 997MHz |
05:42 |
<evocallagha> |
sbahra:As do I, but its in London :( |
05:42 |
<evocallagha> |
two 1GHz |
05:42 |
<sbahra> |
I'd rather use an x86 box :-) |
05:42 |
<LeftWing> |
evocallagha: An Ultra 10 has an UltraSPARC IIi CPU, though..? |
05:42 |
<evocallagha> |
LeftWing:Yea, i don't mind them |
05:43 |
<evocallagha> |
But there still a wast of time really |
05:43 |
<LeftWing> |
heh |
05:43 |
<evocallagha> |
They make good little web servers for a home page or something little |
05:43 |
<xRaich[o]2x> |
hrm.. still more than an hour to go.. this australian server is so slow.... |
05:44 |
<evocallagha> |
sbahra: Bah! BIOS's make me spew ! |
05:44 |
<evocallagha> |
xRaich[o]2x:Your slowing down my connection here !! |
05:44 |
<xRaich[o]2x> |
harhar |
05:44 |
<sbahra> |
!!! !!! |
05:44 |
<evocallagha> |
I'm not joking |
05:44 |
<evocallagha> |
Its Australia man ! |
05:44 |
<evocallagha> |
56K is gold here ! |
05:45 |
<xRaich[o]2x> |
i know. the bottleneck of the www :P |
05:45 |
<xRaich[o]2x> |
3GB traffic per month.... i lol'd |
05:45 |
<evocallagha> |
tell me about it ! |
05:45 |
<sbahra> |
The problem with the Sun Blade is that it doesn't fit my decor |
05:45 |
<sbahra> |
I need a purple painting asap. |
05:46 |
<xRaich[o]2x> |
evocallagha: you must feel like 1995 down there ^^ |
05:46 |
<evocallagha> |
Has anyone got SFEvlc packages for i86 ? |
05:46 |
<evocallagha> |
xRaich[o]2x:Don't be silly ! I had a faster connection back then in England ! |
05:47 |
<xRaich[o]2x> |
XD |
05:48 |
<xRaich[o]2x> |
note to self: never move to australia |
05:49 |
<evocallagha> |
:/ |
05:49 |
<evocallagha> |
I just been spending my day talking to random girls |
05:49 |
<evocallagha> |
So I thought I would come online and check if ON97 is out |
05:49 |
<evocallagha> |
Which it is not :( |
05:50 |
<xRaich[o]2x> |
I'm still waiting for 96 coming to indiana |
05:51 |
<evocallagha> |
xRaich[o]2x:Skip it for 97 |
05:52 |
<e^ipi> |
evocallagha: why do you bother coming here for that? just check the dowload site |
05:52 |
<xRaich[o]2x> |
dude i just can't resist the joys of upgrading. |
05:52 |
<e^ipi> |
http://dlc.sun.com/osol/on/downloads/ |
05:52 |
<e^ipi> |
looks like b97 is out |
05:53 |
<e^ipi> |
is it in SXCE? i don't know, let's check the SXCE site |
05:53 |
<e^ipi> |
http://opensolaris.org/os/downloads/sol_ex_dvd_1/ |
05:53 |
<e^ipi> |
nope, still 96 |
05:54 |
<evocallagha> |
e^ipi:I checked that a few min ago. |
06:07 |
<e^ipi> |
the download link is likely to be more accurate than the IRC topic |
06:08 |
<evocallagha> |
e^ipi:True, but its nice to keep up with friends also |
06:15 |
<sbahra> |
so far so good |
06:18 |
<sbahra> |
here we go |
06:30 |
<Saltsa> |
echo $1 |
06:40 |
<evocallagha> |
Laters |
06:55 |
<ormandj> |
anybody else use mutt? http://defect.opensolaris.org/bz/show_bug.cgi?id=3036 |
07:21 |
<rc10> |
Can a root pool not be mirrored ? http://rafb.net/p/TXpBE238.html |
07:35 |
<e^ipi> |
root pool can be mirrored plenty fine |
07:36 |
<e^ipi> |
http://malsserver.blogspot.com/2008/08/mirroring-resolved-correct-way.html |
07:36 |
<e^ipi> |
blagoblag |
07:36 |
<e^ipi> |
people who ask a question and run away are stupid |
07:38 |
<ormandj> |
yeah, i know it |
07:38 |
<ormandj> |
i was about to output the short way of doing it |
07:38 |
<ormandj> |
i'm sitting on a root mirror box lol |
07:39 |
<trochej> |
Coffee? |
07:40 |
<ormandj> |
i could go for some, the stuff we have at the office is crap |
07:52 |
<trochej> |
Coffee |
07:53 |
<TheK_> |
trochej: where would we be without it? :) |
07:58 |
<trochej> |
In the age of Stone |
08:02 |
<TheK_> |
agree |
08:18 |
<jteo> |
junkies |
08:20 |
<niq> |
niq rebels with his cuppa tea :-) |
08:20 |
<trochej> |
Tea is okay. Kids drink tea not coffe, it's normal. :) |
08:22 |
<botox> |
botox stirs |
08:22 |
<TheK_> |
:-D |
08:25 |
<trochej> |
I also drink tea. When I reach my daily coffee limit |
08:28 |
<lc0761784> |
Hey there guys! |
08:29 |
<lc0761784> |
New OpSolaris user here... im struggling getting video drivers! |
08:29 |
<lc0761784> |
any help, or pointers for my ATI Radeon X1100 ? |
08:39 |
<ruse39> |
is there any alive disto of OpenSolaris for SPARC ? |
08:56 |
<e^ipi> |
ruse39: SXCE |
09:51 |
<trochej> |
Coffee |
09:56 |
<timsf> |
As always, a good idea - thanks for the reminder! |
09:56 |
<WickedWicky> |
ola tim |
09:56 |
<timsf> |
yo |
09:59 |
<WickedWicky> |
and yes, coffee sounds good |
10:21 |
<asyd> |
\_o< |
10:21 |
<Gekz> |
\_x< |
10:24 |
<codestr0m> |
anyone know if there's ever been any thought to get a mac/darwin based brandz? |
10:31 |
<Berny> |
there where requests for that |
10:31 |
<asyd> |
really?! |
10:31 |
<asyd> |
that could be very fun |
10:31 |
<timsf> |
I'm /sure/ someone @apple.com is absolutely right on it |
10:31 |
<Gekz> |
lol |
10:32 |
<timsf> |
they've got their *top men* looking into it right now. |
10:32 |
<Berny> |
BUT as macos/darwin is only allowed to run on apple's hardware there is no official intention to do it |
10:32 |
<asyd> |
well, the perfect dream for my is a new version of mac os x |
10:32 |
<asyd> |
based on opensolaris |
10:32 |
<timsf> |
seriously though, it was mentioned that something like this could be done with brandz |
10:32 |
<timsf> |
it's just a simple matter of programming |
10:33 |
<asyd> |
I like how american people use the word "simple" :) |
10:33 |
<trochej> |
Coffee |
10:35 |
<timsf> |
http://opensolaris.org/os/community/brandz/brandz_lae_faq/#brandz mentioned bsd, darwin, etc. branded zones. |
10:41 |
<TomJ> |
Guys, weird issue with Coolstack. I have a pkg-inherit /opt, so I install CSK from the global zone. But when I do so, it does not install to any non-global zone. pkgadd output indicates it doesnt even try. So I end up with CSK* packages listed in pkginfo in the global, but not in any zone. Other packages work as expected. |
10:43 |
<_mary_kate_> |
did you pkgadd -G? |
10:43 |
<TomJ> |
no |
10:43 |
<TomJ> |
just a plain pkgadd -d |
10:48 |
<TomJ> |
ok it's a known issue |
10:48 |
<TomJ> |
because it has a request script |
10:50 |
<e^ipi> |
hmm... i need to meet people in florida to get them to send me tasty soda sold by the hispanics |
10:50 |
<e^ipi> |
i will trade tasty canadian confectionary ( coffee crisp and the likes ) |
10:56 |
<trochej> |
:) |
10:56 |
<jamesd_> |
e^ipi, true, it will be something to do for the two weeks a year there is no hockey being played. |
10:58 |
<e^ipi> |
my family is mennonite & my grandparents went to south america for a few decades before moving to canada, so I drink a lot of Yerba Mate |
10:58 |
<e^ipi> |
wiki says that they make a soft drink out of it that you can get in florida |
11:00 |
<e^ipi> |
i want it. |
11:59 |
<th> |
is there some way to forcably remove a (usb) scsi device? it hung during copying from that disk - finally i unplugged it. |
11:59 |
<th> |
the cp process does not seem to be killable |
11:59 |
<th> |
(was unplugged some hours ago) |
12:00 |
<th> |
the disk had nothing to do with zfs, although i was copying from that disk to a zfs |
12:00 |
<th> |
but now even a `zpool status` hangs |
12:01 |
<th> |
and there is a hanging "sync" process |
12:02 |
<th> |
a umount -f succeeds - but the cp and sync (and the umount without -f) are still "running" and hanging |
14:17 |
<rasta-man> |
anyone around? |
14:17 |
<botox> |
hello |
14:18 |
<Aria> |
Nope. Nobody but nearly two gross chickens. |
14:18 |
<rasta-man> |
lol... I'm trying to make a decision between OpenBSD and one of the flavors of Solaris for a webserver |
14:18 |
<botox> |
rasta-man: why OpenBSD? |
14:18 |
<botox> |
its a hobby os |
14:18 |
<rasta-man> |
"they" say it's good |
14:19 |
<rasta-man> |
secure, stable, etc... |
14:19 |
<botox> |
OpenBSD is not relevant in the real world |
14:19 |
<botox> |
dont bother with it |
14:19 |
<rasta-man> |
ok |
14:19 |
<rasta-man> |
well, I know 0 about Solaris |
14:19 |
<rasta-man> |
never installed it |
14:19 |
<botox> |
how much do you know about openbsd? |
14:19 |
<rasta-man> |
a little |
14:19 |
<rasta-man> |
I've run several flavors of unix/linux |
14:20 |
<rasta-man> |
I've never even installed Solaris |
14:20 |
<botox> |
depends on how much time you have to learn the finer points of solaris |
14:20 |
<botox> |
versus not learning and sticking with your bsd knowledge |
14:20 |
<rasta-man> |
well, I don't want there to be too much interaction |
14:20 |
<rasta-man> |
I want to setup Apache and MySQL |
14:20 |
<rasta-man> |
and configure my websites |
14:20 |
<botox> |
is your main concern security? |
14:20 |
<rasta-man> |
and update rarely |
14:20 |
<rasta-man> |
yes... that and stability |
14:21 |
<rasta-man> |
that's why I stay away from linux |
14:21 |
<botox> |
well, its down to your sysadmin skills really |
14:21 |
<rasta-man> |
too easy for a n00b to break linux |
14:21 |
<botox> |
you can secure linux fairly well |
14:21 |
<rasta-man> |
I agree |
14:21 |
<botox> |
but it is hardly obscure so you dont have that aspect |
14:21 |
<rasta-man> |
but it seems too unstable for me |
14:21 |
<rasta-man> |
that's why I like BSD's so much more |
14:22 |
<bda> |
OpenBSD probably fits your needs better. |
14:22 |
<bda> |
(as defined) |
14:22 |
<botox> |
if you have the time, getting to grips with solaris is worth doing |
14:22 |
<botox> |
but if you dont, obsd |
14:22 |
<zacharym> |
Solaris isn't obscure |
14:22 |
<botox> |
zacharym: i didnt say it was |
14:22 |
<rasta-man> |
lol |
14:22 |
<rasta-man> |
easy guys! |
14:22 |
<rasta-man> |
simmer |
14:22 |
<rasta-man> |
alright... I guess OpenBSD it is |
14:22 |
<botox> |
rasta-man: in fact |
14:22 |
<botox> |
fuck openbsd |
14:23 |
<botox> |
im going to advocate you use solaris |
14:23 |
<rasta-man> |
are all of the Solaris flavors free? |
14:23 |
<botox> |
openbsd is irrelevant |
14:23 |
<zacharym> |
Security through obscurity is a myth. |
14:23 |
<botox> |
its a waste of your time to learn any more about it |
14:23 |
<timsf> |
rasta-man: free as in you don't have to pay for them, yes. |
14:23 |
<botox> |
zacharym: bullshit. |
14:23 |
<rasta-man> |
lol |
14:23 |
<rasta-man> |
do you guys live by each other? |
14:23 |
<rasta-man> |
I think you two should beat each other up |
14:24 |
<botox> |
never met |
14:24 |
<zacharym> |
zacharym puts on some boxing gloves |
14:24 |
<zacharym> |
:D |
14:24 |
<botox> |
botox sharpens his scythe |
14:24 |
<rasta-man> |
another great thing about OpenBSD is that the documentation is _perfect_ |
14:24 |
<zacharym> |
zacharym changes his gameplan, and arms himself with rocket propelled granades |
14:24 |
<timsf> |
Solaris documentation is pretty good too. |
14:24 |
<botox> |
rasta-man: its irrelevant, a hobby os |
14:24 |
<botox> |
not worth it in the wider world |
14:24 |
<botox> |
install solaris 10 |
14:24 |
<rasta-man> |
botox: have you used OpenBSD? |
14:25 |
<botox> |
and take it from there |
14:25 |
<botox> |
rasta-man: i played with it for a few years yes |
14:25 |
<zacharym> |
It'd make a good choice for some routers, or an IDS (OpenBSD that is) |
14:25 |
<rasta-man> |
ok |
14:25 |
<botox> |
rasta-man: in my non professional days |
14:25 |
<rasta-man> |
making sure you aren't one of "those" guys |
14:25 |
<rasta-man> |
I just want something stable |
14:25 |
<rasta-man> |
how is updating? |
14:25 |
<botox> |
rasta-man: what hardware do you want to run it on? |
14:25 |
<rasta-man> |
automatic? |
14:26 |
<botox> |
*what/which |
14:26 |
<rasta-man> |
It will be a VM actually |
14:26 |
<rasta-man> |
VMWare |
14:26 |
<botox> |
rasta-man: ah well in that case |
14:26 |
<botox> |
security dosent matter at all |
14:26 |
<rasta-man> |
? |
14:26 |
<botox> |
whats your host os going to be? |
14:26 |
<rasta-man> |
VMWare |
14:26 |
<rasta-man> |
ESX |
14:26 |
<botox> |
no, whats your host os going to be |
14:26 |
<botox> |
what areyou running vmware on? |
14:26 |
<rasta-man> |
uh |
14:27 |
<rasta-man> |
the hardware? |
14:27 |
<TomJ> |
ESX is the host OS |
14:27 |
<rasta-man> |
lol |
14:27 |
<botox> |
is it? i know nothing about esx |
14:27 |
<rasta-man> |
I don't think botox has used ESX |
14:27 |
<zacharym> |
How does security not matter at all? |
14:27 |
<botox> |
i certainly havent |
14:27 |
<rasta-man> |
VMWare ESX is the host OS |
14:27 |
<TomJ> |
yes, vmware esx installs on base hardware |
14:27 |
<rasta-man> |
it's really slick |
14:27 |
<botox> |
i have never used it. |
14:27 |
<rasta-man> |
botox: you should try out ESXi... it's free |
14:27 |
<botox> |
i was going to say that your host os must be secure first. |
14:27 |
<rasta-man> |
just like ESX without the service console |
14:27 |
<rasta-man> |
it is secure |
14:27 |
<botox> |
ok |
14:27 |
<rasta-man> |
well, it's updated regularly |
14:28 |
<botox> |
im not sure solaris is supported... youd have to check that of course |
14:28 |
<rasta-man> |
it is |
14:28 |
<rasta-man> |
lol |
14:28 |
<botox> |
ok |
14:28 |
<botox> |
go for it then |
14:28 |
<botox> |
solaris 10 |
14:28 |
<rasta-man> |
I'm looking at the dropdown... and Solaris is listed |
14:28 |
<rasta-man> |
how is updating? |
14:28 |
<rasta-man> |
automatic? |
14:28 |
<rasta-man> |
and doesn't "break" things? |
14:28 |
<botox> |
rasta-man: do you want it to be? |
14:29 |
<rasta-man> |
yes |
14:29 |
<botox> |
and what do you mean by updates? security? |
14:29 |
<botox> |
or functionality? |
14:29 |
<rasta-man> |
any/all |
14:29 |
<botox> |
or stability? |
14:29 |
<botox> |
ok |
14:29 |
<rasta-man> |
updates to the software that I have on the system |
14:29 |
<rasta-man> |
security or non-security |
14:29 |
<botox> |
go for solaris 10 you can automate all this |
14:30 |
<rasta-man> |
MySQL and Apache work well on there? |
14:30 |
<botox> |
rasta-man: i have not heard otherwise |
14:30 |
<rasta-man> |
what do you run Solaris for? |
14:30 |
<rasta-man> |
how many servers do you have? |
14:30 |
<botox> |
sybase |
14:30 |
<botox> |
i have many |
14:31 |
<botox> |
some sparc some x86 |
14:31 |
<rasta-man> |
so, no DB's or webservers? |
14:31 |
<botox> |
sybase is a db |
14:31 |
<rasta-man> |
what kind of DB? |
14:32 |
<rasta-man> |
postgres? |
14:32 |
<botox> |
rasta-man: do you want database advice aswell? |
14:32 |
<botox> |
;) |
14:32 |
<rasta-man> |
no, I'm trying to see if your knowledge is something I should listen to |
14:32 |
<zacharym> |
rasta-man: the type of DB sybase is, is sybase |
14:32 |
<TomJ> |
use Coolstack for Mysql, Apache and PHP |
14:33 |
<botox> |
rasta-man: i dont care what you listen to |
14:33 |
<TomJ> |
Postgres is included in the full Solaris 10 install ( as are mysql and apache, but I'd still recommend the separate Coolstack as it's optimised, with PHP support) |
14:33 |
<rasta-man> |
lol |
14:33 |
<rasta-man> |
thanks TomJ |
14:34 |
<botox> |
yes thats right rasta, the CAMP stack |
14:34 |
<botox> |
ideal for someone like you |
14:34 |
<botox> |
;) |
14:34 |
<botox> |
seriously though |
14:34 |
<botox> |
solaris 10 |
14:34 |
<botox> |
go get it |
14:35 |
<zacharym> |
botox: I take it you do solaris system administration for a living |
14:35 |
<botox> |
zacharym: that is one facet |
14:35 |
<TomJ> |
does sybase have anything to recommend it over Oracle or DB2? |
14:35 |
<rasta-man> |
http://www.sun.com/software/solaris/amp/ |
14:36 |
<rasta-man> |
nice |
14:36 |
<botox> |
TomJ: not really, licensing reductions in large volumes |
14:37 |
<rasta-man> |
well, thanks guys |
14:37 |
<rasta-man> |
I'll give it a shot |
14:37 |
<zacharym> |
what do the paid DBs offer that the free ones don't |
14:37 |
<rasta-man> |
take it easy |
14:37 |
<zacharym> |
I've never had to use any commercial DB software. |
14:37 |
<botox> |
zacharym: some support |
14:38 |
<Aria> |
Clustering of various sorts. |
14:38 |
<Aria> |
Supported out of the box. |
14:39 |
<botox> |
i like sybases raw partitioning.. i know its not the only db that works like that, but it just works well |
14:39 |
<botox> |
it just works.. |
14:39 |
<botox> |
clustering with it is a bit of a pain |
14:39 |
<botox> |
more so if you are using redhat |
14:40 |
<zacharym> |
is it cheaper than Oracle? |
14:40 |
<botox> |
zacharym: no idea i didnt buy it or advocate its purchase |
14:40 |
<botox> |
zacharym: but i assume it was for the corporation i work at |
14:40 |
<botox> |
else theyd have oracle |
15:08 |
<Absnthe> |
What would be the version of solaris with the smallest installed size? I want to run it on an Eee PC 2G. |
15:09 |
<botox> |
Absnthe: you can choose what to install |
15:09 |
<botox> |
get opensolaris |
15:09 |
<botox> |
choose your packages |
15:09 |
<botox> |
get it down to 2gb |
15:09 |
<botox> |
or slightly less... |
15:09 |
<Absnthe> |
on which version? Solaris Express or 2008.05? |
15:10 |
<botox> |
Absnthe: personally i would try sxce |
15:10 |
<Phr34ck3R> |
Hello all , i try Opensolaris 2008/05 yesterday and i discover that my sound card dosnt work |
15:10 |
<botox> |
Phr34ck3R: good for you |
15:10 |
<Absnthe> |
thanks botox |
15:11 |
<botox> |
Absnthe: you want zfs as root though? |
15:11 |
<Phr34ck3R> |
bt ~ # lspci | grep media |
15:11 |
<Phr34ck3R> |
00:09.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10) |
|