[00:08] mnemoc (n=amery@kilo105.server4you.de) got netsplit. [00:08] ija (n=ija@84.19.217.5) got netsplit. [00:08] blindcoder (n=blindcod@dslb-088-073-074-085.pools.arcor-ip.net) got netsplit. [00:08] toberkel (n=toberkel@toberkel.net) got netsplit. [00:08] owl (n=stone@193.93.28.218) got netsplit. [00:08] th (n=th@threllis.net) got netsplit. [00:08] rocklogbot (n=rocklogb@pallas.crash-override.net) got netsplit. [00:08] stf^rocklinux (n=k0155490@M1293P020.adsl.highway.telekom.at) got netsplit. [00:08] _Ragnar__ (n=loki@D8FA4DE6.ptr.dia.nextlink.net) got netsplit. [00:08] daja77 (i=daja77@magolin.org) got netsplit. [00:08] kasc (n=kasc@dslb-084-060-110-202.pools.arcor-ip.net) got netsplit. [00:09] th (n=th@threllis.net) returned to #rocklinux. [00:09] owl (n=stone@193.93.28.218) returned to #rocklinux. [00:09] kasc (n=kasc@dslb-084-060-110-202.pools.arcor-ip.net) returned to #rocklinux. [00:09] daja77 (i=daja77@magolin.org) returned to #rocklinux. [00:09] _Ragnar__ (n=loki@D8FA4DE6.ptr.dia.nextlink.net) returned to #rocklinux. [00:09] stf^rocklinux (n=k0155490@M1293P020.adsl.highway.telekom.at) returned to #rocklinux. [00:09] rocklogbot (n=rocklogb@pallas.crash-override.net) returned to #rocklinux. [00:09] ija (n=ija@84.19.217.5) returned to #rocklinux. [00:09] blindcoder (n=blindcod@dslb-088-073-074-085.pools.arcor-ip.net) returned to #rocklinux. [00:09] toberkel (n=toberkel@toberkel.net) returned to #rocklinux. [00:10] mnemoc (n=amery@kilo105.server4you.de) returned to #rocklinux. [01:25] Nick change: _Ragnar__ -> R4gnar0k [02:59] mnemoc (n=amery@kilo105.server4you.de) got netsplit. [03:01] mnemoc (n=amery@kilo105.server4you.de) returned to #rocklinux. [03:58] stf^rocklinux (n=k0155490@M1293P020.adsl.highway.telekom.at) left irc: Read error: 60 (Operation timed out) [04:18] kasc_ (n=kasc@dslb-084-060-126-171.pools.arcor-ip.net) joined #rocklinux. [04:33] kasc (n=kasc@dslb-084-060-110-202.pools.arcor-ip.net) left irc: Read error: 113 (No route to host) [04:33] Nick change: kasc_ -> kasc [05:42] <blindcoder> moin [07:35] rocklogbot (n=rocklogb@pallas.crash-override.net) left irc: Remote closed the connection [07:35] rocklogbot (n=rocklogb@pallas.crash-override.net) joined #rocklinux. [09:04] <blindcoder> http://isos.rocklinux.org/ opened for public consumption [09:25] <netrunner> blindcoder: so, how do I upload there? :) [09:25] <blindcoder> netrunner: ask for an account, then by FTP [09:26] <netrunner> blindcoder: maybe you should rephrase that to "for uploading you need an account." I stopped at "everybody is welcome" and looked for the upload button. [09:26] <blindcoder> ah, okay [09:26] <blindcoder> will d [09:26] <blindcoder> o [09:27] <netrunner> I think the line was just too long :) [09:27] <blindcoder> hehe [09:27] <netrunner> or the day too early [09:27] <blindcoder> maybe I should just switch the sentences :) [09:27] Action: netrunner had his last exam yesterday [09:27] <blindcoder> because the next sentence tells you you need an account [09:27] <blindcoder> cool! [09:27] <blindcoder> think you passed? [09:27] Action: netrunner congratulated himself by buying c&c3 [09:27] <netrunner> yes, was oral. prof was in bad mood and gave only 2.0 [09:28] <blindcoder> pff [09:28] <blindcoder> damn moody profs [09:28] <netrunner> now I am still waiting for the marks from 2 exams and my master thesis [12:49] stf^rocklinux (n=k0155490@M1058P018.adsl.highway.telekom.at) joined #rocklinux. [12:55] stf^rocklinux (n=k0155490@M1058P018.adsl.highway.telekom.at) left irc: [12:58] user__ (n=user@M1058P018.adsl.highway.telekom.at) joined #rocklinux. [12:58] Nick change: user__ -> stf^rocklinux [13:35] <owl> moin [15:04] <th> oh cool - our udev does not create /dev/md/* ? [15:04] <blindcoder> th: no, because that's mdadms job [15:04] <th> no it is not [15:04] <blindcoder> th: mdadm --auto=yes [15:05] <blindcoder> --symlink=yes [15:05] <th> hmm [15:05] <th> that's uncool [15:06] <th> but thanks anyways [15:06] <blindcoder> how would udev know how many or which /dev/md/* to create? [15:06] <th> it should create n+1 with n being the number of in-use md's [15:07] <th> but that's perhaps a bit old-schoolish [15:07] <blindcoder> yeah, but I can start /dev/md/0 /dev/md/3 and /dev/md/5 [15:07] <blindcoder> now, which should it create? [15:07] <th> you dont need gaps [15:08] <blindcoder> the number is embedded into the md bitmap [15:08] <blindcoder> so if I say [15:08] <blindcoder> /sbin/mdadm -As --auto=md --symlink=yes [15:09] <blindcoder> it automatically assembles and starts all md devices it finds [15:09] <blindcoder> and creates their device nodes as necessary [15:09] <th> yea but the bitmap is in the component - not in the md dev [15:10] <th> hmmm the not-so-old-schoolish way has it's pros. i agree. [15:10] <blindcoder> :) [15:10] <th> perhaps i should do all raid with dm anyways [15:10] kasc (n=kasc@dslb-084-060-126-171.pools.arcor-ip.net) got netsplit. [15:11] <blindcoder> I'm not familiar with dm as raid backend [15:11] kasc (n=kasc@dslb-084-060-126-171.pools.arcor-ip.net) returned to #rocklinux. [15:11] <blindcoder> how it behaves when a disk dies and maintenance work, growing the array etc. [15:14] <th> i dont know [15:14] <th> that's why i still ise mdadm [15:14] <th> s/ise/use/ [15:15] <th> but i dont care about the numbering because my md devices are just physical volumes for vlm [15:15] <th> s/vlm/lvm/ [15:15] <blindcoder> I see [15:15] <blindcoder> lvm also searches its physical devices automatically? [15:16] <th> sure. [15:16] <th> and you can specify regexps and such things for it. [15:16] <blindcoder> one of these days I'll probably look into it [15:16] <th> so say '/dev/[sh]da[12]' [15:17] <blindcoder> well, that's globbing :) [15:19] <blindcoder> probably when I'm done with the installer and there's a lvm plugin availably [15:28] rocklogbot (n=rocklogb@pallas.crash-override.net) left irc: Remote closed the connection [15:28] rocklogbot (n=rocklogb@pallas.crash-override.net) joined #rocklinux. [16:08] blindcod1r (n=blindcod@dslb-088-073-095-250.pools.arcor-ip.net) joined #rocklinux. [16:08] blindcoder (n=blindcod@dslb-088-073-074-085.pools.arcor-ip.net) left irc: Nick collision from services. [16:08] Nick change: blindcod1r -> blindcoder [16:22] ija_ (n=ija@84.19.223.157) joined #rocklinux. [16:40] ija (n=ija@84.19.217.5) left irc: Read error: 110 (Connection timed out) [17:32] Nick change: ija_ -> ija [18:50] _BoS__ (n=bodo@dslb-088-074-081-081.pools.arcor-ip.net) joined #rocklinux. [19:03] _BoS_ (n=bodo@dslb-088-072-053-222.pools.arcor-ip.net) left irc: Read error: 110 (Connection timed out) [20:06] stf^rock1inux (n=user@M1536P015.adsl.highway.telekom.at) joined #rocklinux. [20:19] stf^rocklinux (n=user@M1058P018.adsl.highway.telekom.at) left irc: Read error: 110 (Connection timed out) [20:31] rocklogbot (n=rocklogb@pallas.crash-override.net) left irc: Remote closed the connection [20:31] rocklogbot (n=rocklogb@pallas.crash-override.net) joined #rocklinux. [00:00] --- Wed Apr 4 2007