| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Comments:
<0> ol <0> good chance of success on this procedure? <1> she's one of the first to have it done <1> fusing a fre vertabrae in her neck with titanium plates and screws <1> *a few <0> :/ <2> zomh cyborg <1> so there realyl isn't a baseline to compare whether or not there is great success <1> she DID tell me, however, that when she dies I can have the plates to have a ring made <1> that means my sister can't try to sneak in and take them before I do <1> that bitch is sneaky <0> lol <3> hey guys, i'm trying to set up grub from a stage3... this isn't really new to me, but for some reason i can't get this working.... grub boots, looks ugly as all hell, and gives me an error 13 can't find file... i verified the kernel is in place <3> any help? <4> You have the partitions set correctly? <3> i believe so
<4> keyword believe ;) <3> i have /dev/sda[1-3] set up, 1 being boot, 2 being swap, 3 as root partition <4> Then you'd use hd (0,2) <4> Because it starts at 0 <3> oh ok <4> err <3> that root is the same root as the root= in the kernel line? <3> cuz i though that was for "root" as in where the kernel resides <4> Your boot parition would be (hd0,0), and your root partition would be hd(0,2) <4> you use /dev/hda3 on the root= line <3> yeah, it is <4> You put hd(0,0) on the root (not root=) line of the entry <3> eah <3> hang on and i'll paste my conf to pastebin or somethin <4> Good Idea. <3> ugh, pastebin is always so slow: http://rafb.net/p/AIdoUz68.html <3> ok i changed the root (hd0,0) line to root (hd0,2) and it booted, but the graphic is ugly <5> gwtw <3> ah <5> : use modify.us instead <3> yah <3> http://modify.us/30 <3> so much faster <5> :-) <5> bbiaw <4> It boots fine now? <3> yeah <3> i think i need to make this tg3 as a module though cuz it failed on boot <3> well <3> the splash image is fubar <3> not like it matters too much, but it would be nice if the splash didn't destroy ALL forms of display <3> it becomes un-legible at the point grub loads, and even after the framebuffer starts or anything <6> yeah <6> cus you didn't configure it right <6> check your conf, check your path <6> or, just dont' specify an image at all <6> and use the standard grub bw menu <6> works just as well <4> I just added it. you'd have to go <4> splashimage (hd0,0)/grub/splash.xpm.gz <4> For the default Gentoo theme <1> i need to write a little ghetto script with a web front end <1> python would probably do it for me <1> create a dropdown box that has a directory of .log files, and i can choose one. then i have a textbox to enter word(s) to search on, then I need it to grep the selected file for those words and print the previous 10 lines and the following 10 lines <1> what'd be the easiest way to do this <1> grep doesn't keep track of line numbers <4> saying '**** it' <4> That'd be the easiest way. <1> that wouldn't solve the problem at all. <1> so that wouldn't be easiest <1> it does keep track of the line number! OH SNAP <1> ok the script part will be easy brbbq <7> what is the most barebone install of gentoo you can do <7> i'm working on making a virtual pc image to put on the net and a guide for linux-noob.com <7> is there anything specific to doing a minimal install <6> lol <6> this guy is sighing <6> everytime the phone rings <6> I just wanna lynch him <6> LOL <6> I told this chick spam was an 'epidemic' haha
<6> whoa i spelled it right <6> two points for me <8> any special precautions to make when upgrading to glibc 2.5? <8> take* <2> always wear a condom <8> where do I put that? on my finger? <9> on your kielbasa <8> yes ok, two morons replied... anybody else? <1> Parse error: syntax error, unexpected T_STRING in /home/sales/public_html/index.php on line 4 <5> MrStabby: I've no idea why I read it G_STRING <5> :X <6> senki: why not google like all the other MORONS do ya ****ing dip**** <6> .c <1> hrm <1> is there a command to print lines specified by numbers with php? e.g. print line 50-60 in file x.txt <9> whats a good gui for cdrecord? <9> whats the name of that kde one <10> k3b <9> ah thx <10> MrStabby: is that file x.txt big one? <1> yes <1> yes it is <10> and php is required? <1> nope <1> i can call somehting from with php <11> hrm, whats the syntax in perl to read from stdin into a variable? <10> okay, so you are running it on php. <11> or actually just to address stdin <1> proton: yes <9> any other program than k3b? <9> it wanted a shiiiiiiiiiitload of deps <10> oteren: some, but it's good one <9> including qt3-old.. wtf(?) <10> MrStabby: wait a moment, i'll do one for you <1> could probably do it with awk relatively easily <10> MrStabby: php5? <1> yes <1> eh sed will work! <8> niceshot: who put 5 cents into you? :\ <1> sed -n '50,60p' <10> MrStabby: of course, many other do aswell.. <10> MrStabby: http://lobster.avenla.fi/stabby.phps <10> sorry for delay, i had to tune up some networking <12> just got an email from my insurance company <12> In an effort to give all Floridians in Lake, Seminole, Sumter, and Volusia counties who were affected by the tornadoes time to recover without the fear of losing insurance coverage, the Florida Office of Insurance Regulation has enacted an Emergency Order that designates a time period, from February 2, 2007 through April 15, 2007, during which their insurance policies cant be cancelled or non-renewed as a result of filing a claim(s) or non- <12> payment of premium unless they request a cancellation or non-renewal. <12> they cant cancel me until april <12> i can total my car 100x <1> thanks proton :) <10> no problemo <10> first one isn <10> whoah. isn't suitable for BIG files <10> few megabytes should run fine <10> but hundreds of megabytes or so doesn't <6> unless you have memory to throw away <6> method two is much more clean <6> Related: My post, TERRORIST UPDATE. <6> Over time, the inserted blood vessels block the area where the grafts = <6> are sewn to the vein. Most healthy adults recover within a week, but = <6> children under 5 and the elderly are at risk for complications that can = <6> lead to kidney damage or death. <6> talk about confusing <1> hrm when i try to exec() anything other than a single word shell command it doesn't work with php <6> use system(); <10> or shell_exec() <1> e.g. exec("grep omgasl filename.txt"); <6> MrStabby: http://us2.php.net/manual/en/function.system.php <6> or p***thru(); <6> MrStabby: and the command has to be in the path that apache/php use <6> so perhaps trying to specify the entire path might help if you haven't done that already <1> right i give full path <6> are you doing echo exec('cmd'); ? <6> or $var = exec('cmd'); echo $var; <6> i think it places each line of output into an array
Return to
#gentoo or Go to some related
logs:
shitlisted mirc erection reset by beer #delphi mirc mod #politics #flash #unixhelp #computers alan sherar QuakeNet
|
|