| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12
Comments:
<0> so i dont think its the minimum <1> dont u think its smart to know the next step <2> he can also read it from cd if installing remote <0> yeah im at work right now <0> so i have resources <0> i.e this right now ha <2> lynx index.html isnt hard :) <1> meh, dood.. do it whatever way u want <1> just pick a manual and follow it <2> :) <3> so i was able to get a wireless bridge working with 2 wrt54gs <3> using wpa2 tkip+aes <3> bridging is weird <3> the actual bridge gets no ip, but forwards dhcp traffic to its internal switch. <2> cute <3> i don't understand how wpa2 is working
<2> i didnt even know wpa2 exists <2> :) <3> yeah, most new hardware supports it. <3> most == some. <3> to make things even more complex i set up openvpn, so my clients attatched to the bridge can vpn over the wpa2 encrypted wireless. <3> you have to use the vpn to get access to my internal lan. <3> took me like 3 days to figure out how to do all that ****. 8( <4> openvpn is cool <2> pff <2> openswan is cooler <2> :) <4> why? <2> no reason :) <2> hmm <4> ipsec is hard to nat <2> hmm it works meanwhile <2> nat-traversal <2> + you can use the native microsoft vpn tools <2> which alot customers prefer <4> what microsoft vpn tools? <2> that vpn thingie they released for win95-winxp <4> never seen it <2> mompl <4> whats it called? <2> http://www.microsoft.com/technet/prodtechnol/windows2000serv/support/vpnclientag.mspx <2> L2TP/IPSec VPN Client <2> its dumb and with alot overhead (using l2ptp and some ppp stuff inside the tunnel) <2> but <2> its cute <2> i did a szenario with domain logons (done inside a vpn) <3> im thinking about turning off wpa, and just having that network route nowhere. <2> :) <3> my vpn'd connections will be secure regardless. <3> might as well open up the wireless. <4> we use openvpn at work for domain logons for outside employees <0> how do I define a raid in the installation? <3> we use it here to connect to our warehouse. <0> I have 2 hard drives that I want raid 0, both SATA <2> you cant raid-0 your root (i think :) <2> i dont understand why ppl want raid-0 <0> increased speed? 2 write channels <2> yes and completely prone to a disk failure <2> sata drives dont live long <5> ata drives last a pretty long time <2> sata dont <0> i havent had bad experience with sata drives...but ive always had great cooling on them <5> Plus I backup all my p0rn and other important items. Like family vacation pictures. <2> from 10 drives 1 will fail in 6 months <2> older disk one out of 10 failed in 3 years <2> maybe longer <0> heh <0> maybe ill do one drive gentoo and the other one windows <4> i use raid-0 on my gaming box so that the bf2 maps load as fast as possible and i can get the helicopter first <4> :D <2> :) <2> use a ramdrive <0> ah maybe ill have to use a raid becasue id have to go home and undo the raid stuff in the bios and thats not happening <2> even faster :) <0> ramdrives are nuts <4> cant afford 8GB :( <4> not of ddr2-6000, anyway
<2> you need 8gb??? <4> bf2 takes about 1.2GB on max detail <4> and its about 5GB on disk <2> pfff <2> thats huge <4> the textures are very high detail <2> icrosoft L2TP/IPSec VPN Client supports IPSec NAT traversal as described in the Internet drafts titled "UDP Encapsulation of IPSec Packets" <2> :) <2> hopla, wrong chan <3> have you guys seen how cheap the 940 opterons are on ebay? <3> i saw 2 240s sell for $50 <3> i saw 4 840s for 'buy it now' $150 <4> what speed are they? <3> 1.8 i believe <4> thats dirt cheap for 840's <0> so how do I define a raid though in the installation <3> Mata, i know! <0> 2 sata drives, raid 0 <3> i'm like.. well i can put $300 in a commodity box, or i could put $800 in a killer server. <4> adiosk8: mdadm --create --auto=md --level=0 --devices=2 --chunk-size=64 /dev/sda1 /dev/sdb1 <4> *i think* <4> unless you have a hardware raid controller <4> in which case you should probably use that <0> well <0> I have a nforce4 board <0> and im using the nvidia raid <0> its done through bios <2> hardware raid is slow as hell <2> compared to nowadays cpus <2> or i am doing it wrong <2> :) <3> shouldn't be slow <4> the thing with software raid is that it uses more pci bus bandwidth <2> tja <4> because it has to communicate to multiple devices at the same time <4> software raid 5 performance is usually poor on standard pci <4> better on pci-e/pci-x <0> sorry, had to work for a sec <0> im guessing my drives are sda and sda1right? <0> oh nope thats not right <0> matja: mdadm: unrecognized option `--devices=2' <6> I insnorted the venternet <7> Fatal error: Call to undefined function: mb_strlen() in /var/www/localhost/htdocs/test.php .. anyone else got this problem and a sollution.running php 4.3.11-r5 <8> tendo2 Pasted http://pasteme.com/p.php?id=208 <9> can someone take a look at that <9> im not sure what i have to do to remove md0 completely <9> i would think umount would do it right? <10> wow, brocade bought mcdata <9> im trying to start over on my raid array because i made a typo at one of the steps, can anyone tell me how to get rid of md0 completely ? <11> klippo: i would check your php.ini <11> make sure you didn't change any of the mbstring options <0> livecd ~ # mdadm --create --auto=md --level=0 --raid-devices=2 --chunk-size=64 /dev/sda /dev/sdb <0> mdadm: unrecognized option `--chunk-size=64' <0> Usage: mdadm --help <0> for help <12> then try --help <13> when I run startx I get errors: Failed to load module "i810", "fbdev", "vesa", "vga", "mouse", "kbd" (module does not exist). Does this mean I have to recompile the kernel with support for each of these modules? <12> Its xorg modules <9> you probably just installed kde incorrectly <12> not kernel <13> tendo: I installed gnome..do I need KDE too? <13> I just did "emerge gnome" <12> KDE dont have anything to do with that <12> thats xorg related <13> DrO|A: ok..so how do I go about getting these modules? <12> http://www.gentoo.org/doc/en/xorg-config.xml <13> thank you! :-) <12> That page should give you more than enough information on what you should emerge, without beeing to difficult :) <9> DrO|A: could you take a look at http://pasteme.com/p.php?id=208 and tell me how i can get rid of md0 ? im trying to rebuild my raid array because i made a typo in the setup process <11> freaking amazing <11> the links on our site don't even work <11> Why does this place ****ing **** so bad <11> You guys should have seen this email I got from our corporate office yesterday <11> they were stating that they had customers that were using our authoritative Name Servers as local DNS query servers....but the Auth NS don't respond to queries O.o
Return to
#gentoo or Go to some related
logs:
@members.deluxepass.com #debian ngoducloi hala ya 7eloo #politics photoshop+text:over:background
#freebsd Group_concat msSQL #directx #stocks
|
|