IRC log started Mon Jan 11 00:00:01 1999 [msg(TUNES)] permlog 1999.0111 12:10am ωνω Beholder [beholder@ppp-027.m2-1.sub.ican.net] has joined #tunes ωνω SignOff Beholder: #TUNES (Read error to Beholder[ppp-027.m2-1.sub.ican.net]: EOF from client) ωνω tcn [tcn@cci-209150250086.clarityconnect.net] has joined #tunes ωνω SignOff tcn: #TUNES (Leaving) ωνω RocBits [rocbits@207.214.60.156] has joined #TUNES ωνω Fare [rideaufr@esmeralda.enst.fr] has joined #Tunes ωνω tcn [tcn@cci-209150250090.clarityconnect.net] has joined #tunes Hey Are any of you really here? no I'm a bot from Mars haha What do you think about Brian's arrow system, so far? I've lost the conversation more than one month ago I'm now backing up what do you think of my article? Oh, it clears up what metaprogramming and reflection are. thanks However, I'm still reading it. A little each day.. :) oh :( Well I'm trying to fit it in with programming, and lots of other stuff note that I usually agree with what Tril says, except when he (mis)quotes me haha.. like what? Did he say something in particular? As Fare always says, "if we don't support it, someone else will add it in the system, and make our system useless." in reference to? I don't remember thinking or saying that. The other day he said you don't like Smalltalk's object system (because it's not functional?).. correct? 11:10am What I said that if we *don't* support something, but someone else CAN add it to our system, then it's fine, and if someone needs that feature, he can add it. But if our system is not expressive enough to allow the feature being added, then our system will be useless to them. tcn: the functional and the object system aspects are independent hehe.. that thing about it being useless was a bit out of context :) anyway, CommonLISP does everything better than Smalltalk (which does not remove interest from an integrated Smalltalk implementation like Squeak) ahh yeah, I still have to check out CLOS ωνω core [core@core.suntech.fr] has joined #TUNES hello core core: t'y zone! >>> tcn [tcn@cci-209150250090.clarityconnect.net] requested PING 916082069 from #tunes 11:20am core, I saw you were talking to QZ last night about virtual memory & persistent storage.. I'm wondering about the same thing.. I would like to take advantage of paging hardware, but there's a 4 GB limit, which complicates matters.. desole, j'etais occupe a glander :) re everyone :) hi tcn, fare :) welcome back :) thanks :) did you catch that, about VM? tcn: i just think that qz's policy of displaying "buy more ram" when too many components must remain in central memory is dumb :) yeah tcn: yep, i was just away (girlfriend sent an NMI again) hehe tcn: you have never programmed PL 3 code did you? s/did/have/ IOPL 3? Under Linux, I guess ;) well, just ring 3 code in general ;) i meant, under your own system :-) ok No, I haven't yet darn.. oh well :) why do you ask? 11:30am well, i am finishing the implementation of usermode, everything is in place basically, so i just tried "returning" to ring 3, and it reboots the system every time. all exceptions etc are trapped, so i don't know what i miss hmm, double fault, right? that's what i think yeah Do you have multiple tasks? not in my test but there is a valid TSS i didn't even try gating back to ring 0; it crashes right when returning to PL 3 How do you return to PL 3? i push an user eip, an user selector, eflags (0), an user esp, an user stack selector, and do an iretd (well, i push them the other way around) hmm.. that's how I call the BIOS in V86.. maybe it's related to paging, i have no idea what's going wrong tho So the IRETD pops EIP, CS, EFLAGS.. is this exactly what you're doing? right Those 3 things need to be on top of the stack when you do the IRETD they are.. and followed by an ESP, SS pair, required as i return to a lower privilege level (well, higher numerically) makes sense core: my 0.0.0.25 code did the ring switch just fine all privilege checks succeed, as i don't get a GPF.. and then it reboots solid. NFI of what's happening :) core: just take it! fare: did it? core: did you set the call gates correctly? fare: is it on ftp.tunes.org ? core: yes it did. yup, in oldtunes fare: ok, i'll have a look at it, thanks :) /pub/tunes/obsolete fare: you use call gates to switch to ring 3? core: wait! core: I don't remember, but it worked hmm :) ok, it'll be useful to have a look at your code anyway i will probably figure it out, but if your code works, why reinvent the wheel :) fare: do you know if the cpu reads anything from the TSS while switching to ring 3 (just doing that; not gating back to ring 0) see in paging.m4 src.25/**/paging.m4 not afaik ok.. just the time for me to download it :) oh, yes, it might get the SS:ESP from the correct ring field 11:40am yeah.. not on what i'm doing (a return), and there is no SS:ESP for ring 3 anyway oh, ok, then Doesn't it save SS:ESP (from ring 0) in the TSS? ωνω Oddity [d96-abo@spel10.nada.kth.se] has joined #tunes tcn: not afaik fare: i sent you email about your cvs access, that'll make things easier.. the repository misses a couple files to compile (that you have in the archive i sent, tho.. not checked then).. but i'll commit them tomorrow it just reads it during interrupts core: can you setup ssh? tcn: i don't think so; it always uses this value as a start pointer when entering ring 0 fare: sure, it's already running, i just need an IP address to allow (tomorrow, can't do it from here) fare: why do you need ssh tho? core: to do cvs w/o being online core: w/o typing passwords fare: cvs stores passwords in .cvspass? :) core: hum π Oddity/#tunes thinks kerberos is rather convenient... Od: except for distribution policy? Fare: Huh? :) what's the policy? Fare: CVS thing? core: what shall I checkout? fare: oh duh, i'm stupid. "os", sorry fare: this version misses a few files that i haven't finished (but they're in your archive :P), i'll commit them tomorrow anyway core: can you name them? fare: components/cpu/gate.c arch/ia32/cpu/procframe.h arch/ia32/cpu/procframe.c .. fare: that's mostly it i think fare: thanks for the makefiles improvements and the readme's etc btw, if you can keep them coming i'll be happy :) fare: sorry, procframe.[c|h] in components/cpu, not arch/ia32/cpu 11:50am Fare: Oups, now i get it... Fare: http://www.pdc.kth.se/kth-krb/ for a free kerberos s/free/available over here ωνω Nater1464 [nate@ppp030.wi.centuryinter.net] has joined #tunes core: grep -il 'lens ' $(find . -type f -print) 12:00pm fare: ack why LENS, btw? fare: it was some name andreas suggested, something like lightweight embeddable networked system (something like that :) but i liked clementine better ;) do any of you know of any free webpage services that DON'T require banner ads on your page.....or pop up new windows...... nater1464: if it's for hosting an OSS project, sure, lots. nope....I'm trying to start up a gaming league...I've got 36 web pages with more on the way....and I'm looking for a place to put them up they're by no means done enough to go up.....just working on the framework of links and junk nater1464: well, there is www.chez.com, but it's in french. errrr...uhhhhh.....ummmmmm.......no no? oh well, your loss. thanx anyhow though sure I don't speak french dude I wish I had a damned server.....with a T1 connection....yeah... *shrug* well, just the registration is.. then you can upload your pages as usual. the server is in france tho, it might be on the slow side for you bah, T1 is small :P T3 would rock.....but it'd be overkill for what I need to do babelfish the registration? :) heheh oddity French rules. When I was younger, I wanted my whole OS project to be in french (or alternatively, in latin). I want to learn latin fare: you can still achieve that ;) 12:10pm Is there anything Tunes shouldn't do, except AI? :-) Who owns CVS.org? It should make you pay for the right to use, modify, or redistribute it. s/should/shouldn't/ oddity: whois cvs.org Tunes should correct the bugs in the hardware I am using as guinea pig (old mediagx/120mhz board) :) Tunes should turn lead into gold. Fare: True. :) (by bombarding lead atoms with neutrons until they turn into gold) core: It's not a bug, it's just a complication in the abstraction of the hardware. :) it should turn hydrogen into oxygen, so that my coworkers would do something useful at work :) (or maybe with alpha particles, instead?) gotta go, later folks ωνω SignOff Nater1464: #TUNES (Leaving) Whats a cow orker? :) oddity: someone who releases hydrogen into the offices. core: The hardware will work if you include the bug in the abstraction... core: Hehe. ok. :) π Fare/#Tunes still received no feedback from his article. Is it so perfect that nothing is to be added or removed about it? oddity: oh, it works. it just does fun things, like sometimes not rebooting, or being confused between the IR keyboard and PS/2 keyboard ports fare: i forwarded it to several people who are interested in metaprogramming at the university of toulouse, expect some feedback :) Gotta go.. later.. ωνω SignOff tcn: #TUNES (Leaving) 12:20pm gotta go, too ωνω SignOff Fare: #TUNES (Connection reset by pear) ωνω SignOff core: #TUNES (reality->connect();) ωνω SignOff Oddity: #TUNES (Leaving) 12:30pm ωνω binEng [bineng@dialup55-2-58.swipnet.se] has joined #tunes ωνω SignOff binEng: #TUNES (Ping timeout for binEng[dialup55-2-58.swipnet.se]) ωνω SignOff RocBits: #TUNES (Read error to RocBits[207.214.60.156]: Connection reset by peer) ωνω macgyver [macgyver@bjas1-p10.telepac.pt] has joined #tunes Hi, all!! I have a problem with interrupts... some one has experience with it in PMODE ?? Where can I find help, abi?? i don't know, macgyver The efnet.sto.telia.se, I can't access the server!! ωνω SignOff macgyver: #TUNES (changing servers) 02:20pm -lilo(lilo@varley.openprojects.net)- [GlobalNotice] Hi all. Please welcome Open Projects Net's newest support channel, #freebsd, run by Misty Linville, aka 'misty'! Remember to drop by if you are a freebsd user, and please, no religious discussions! Thanks. :) ωνω _QZ [brand@p0wer.qzx.com] has joined #tunes ωνω Tril_ [dem@hh154ws31.hh154lab.wwu.edu] has joined #TUNES Your company has caused a Generally Accepted Accounting Practices Fault (GAAPF) and will be terminated <_QZ> haha 06:10pm _QZ have you done anything with clementine? ωνω SignOff Tril: #TUNES (Tril has no reason) ωνω Tril_ is now known as Tril <_QZ> like? <_QZ> i booted it <_QZ> it does nothing did you use any of the commands <_QZ> ya <_QZ> they dont do anything it loads up modules and links their dependencies <_QZ> u can see all the entries in the page tables you can allocate memory blocks and stuff <_QZ> and page directory <_QZ> why would i want to allocate memory? to see if it works does brix do any more than that? <_QZ> yes what else? <_QZ> brix has an fs and floppy access <_QZ> brix has test programs <_QZ> that uca nrun 06:30pm why didn't u send me any of those <_QZ> i sent u that copy to see the cpu detection <_QZ> it was broke at the time <_QZ> i didnt build the other stuff in to make it smaller and dcc faster :) how is brix progressing on your vacation? <_QZ> uhh <_QZ> my vacation was last week ok how did it progress last week <_QZ> and i kinda wasted it trying to install E/gnome how was that supposed to help? <_QZ> i finally gave up on E/gnome today <_QZ> cuz it wont freakin install <_QZ> well i got E installed but not gnome 06:40pm ωνω ultima [ultima@user-37kb9si.dialup.mindspring.com] has joined #tunes WB Ultima!! hey what's up, ultima did you get stuff worked out with LiLo? lilo wants to bitch me out <_QZ> ultima: are u the one lilo banned? Yeah one sec _QZ where did u hear about it? <_QZ> hahah i heard him talking about a ban on an ultima <_QZ> +w <_QZ> he was talking to spice_soemthing about ban masks he had set Hahaha Er, wait, you dont go into #linpeople _QZ: Lilo flipped out <_QZ> over what? _QZ: Ultima questioned his power _QZ: We got in an argument Tril: Whoa, I did? Cool. told him to calm down and stop banning people <_QZ> lilo said he thought it was just a misunderstanding from what ultima tells me, I wasn't there. <_QZ> and would probably remove the ban I hoped he would come around. sounded kinda pointless to me A misunderstanding? Hehe, he told me off ;) I am glad that he is unbanning you not that he told you off wooo this sucks <_QZ> i thought maybe there was another ultima or i woulda logged it no im the only ultima <_QZ> hehe _QZ how did *you* find out though? sure there's another ultima, because you always used to have a _ at the end of your name, cuz someone was using "ultima". <_QZ> i have +w set so i see wallops oooh <_QZ> /umode +w watching ircop conversations huh <_QZ> ya Tril no that was a bot =) 1999.0106:!services10.openprojects.net!! PANIC! buffer = :ultima QUIT :Local kil l by lilo (problem_user) Yeah. Panic. Lilo flipped out! Run for your lives! 07:00pm 1999.0107:!lilo:*! I don't think this kid gets it, unfortunately *sighrin* 1999.0107:!lilo:*! I better pull the ultima stuff, I think there were elements o f misunderstanding there 1999.0107:!lilo:*! or probably out and out goof on my part <_QZ> Tril: thats the conversation you can find it in /pub/tunes/irc/1999.0107 Yeah that about sums it up, he misunderstood the fact that he flipped out woo X compiled fvwm compiled everything works life is good but it sucks <_QZ> i wish gnome would compile Did I tell you that I got a cavity drilled and I think the dentist hit a damn root? And that I'm in an unspeakable amount of PAIN? _QZ what version do you need? I can send u a precompled tree of binaries :) _QZ: Gnome is crap <_QZ> Tril: when compiling gnome-libs there is a file called convertrgb that is giving runtime errors <_QZ> undefined symbol "gdk_threads_mutex" ROFL <_QZ> unresolved _QZ using latest GTK/GDK? <_QZ> 1.1.12 <_QZ> i tried both linuxthreads and pthreads <_QZ> but it still gives that unresolved symbol <_QZ> i have th elatest everything convert* is from the netpbm package. do you have netpbm downgrade <_QZ> i tried downgrading gnome-lib <_QZ> same problem <_QZ> Tril: convertrgb comes with gnome-libs <_QZ> gnome-libs/tools/convertrgb/ downgrade gtk <_QZ> i think gnome-libs 99.2 needs gtk 1.1.12 point being? <_QZ> atleast the step by step installtion says to use it ωνω NMO [mcole@ppp-025.m2-1.brv.ican.net] has joined #TUNES _QZ advice...the step by step installation is wrong and badly so hey _QZ can you send me a scsi drive? I got a controller now. more importantly, can you send me some SCSI cables? they are dang expensive.. <_QZ> haha the installation for gnome is not so much wrong as incomplete and useless the reason I bring up the hd is that I don't have enough space to compile gnome :) It took 400 megs last time ωνω SignOff NMO: #TUNES (NMO has no reason) <_QZ> the current gnome says 500-700meg SHIT <_QZ> and 150meg for all the binaries 700 MEGZ?!?!?!?!?!?!?!? YER FUCKING JOKING du /usr/X11R6/src/xc ultima: source + object code + binaries after a full build of everything... including contrib and testsuite 07:10pm 235megs! HAHAHA its 2-3 times the size of X! I'm sorry, thats pathetic =) <_QZ> Recommend about 600-700 MB of free space under /usr/local to <_QZ> store sources, compile, and complete installation of Gnome. <_QZ> You can get by with less if you clean up as you proceed. yeah the 650 is counting the binaries twice. <_QZ> ya Tril: Dude, like I said, 235 for X11 full build What does Gnome do that warrants 700mb build? <_QZ> what is libungif? KDE islike 25 installed and 60 build good question ultima.. not that much yet, but it must be awful fun to program for <_QZ> gnome is btter than kde _QZ: UHhhhhhhhhhh _QZ: Idont think so Tril: Hell no ;) Tril: Talk about a bloated API... Its everything Windows is and UNIX should never be =) I don't use kde because it takes up 32 megs of memory. I only have 32 megs of memory. that leaves no room for netscape. thats one thing I love about unix, the API rocks. You dont have to mess with different calls to open a file under dos, win16, win32 Tril: Uhm, last time I used KDE, it ate about 20mb memory including Xserver and Xserver+twm is about 8megs <_QZ> my X server uses 100meg ultima: depends what bit depth you use Tril: 24bpp here <_QZ> right now its using 70meg _QZ: Damn, somethings wrong with ur puter <_QZ> but in a few months it will be at 100meg that or your running something that Pixmap's the hellout of the server ultima: no, there isn't. He does that on purpose. it's called a very big screen and a lot of virtual desks <_QZ> :) Tril: X with maybe 2 or 3 Pixmaps (twm) eats 8 megs Tril: a very big screen & virtual desks wont make 100meg <_QZ> twm sucks Tril: cus only mapped windows are in memory,it doesnt matter how big your screen or virtual desks are twm owns <_QZ> i have 40 windows open right now X is fine. it's only 6mb. Kde has about 6 background processes, way too many. so? so is, like, bin still helping with the web page <_QZ> and i use accelX Oh. AccelX aka MemleaksX the funniest thing is that you run the yellow sticky notes in kde and it takes 5 megs of ram I've had AccelX eat 50mb Tril uh, no? learn how to read ps That 5mb includes Qt, but thats shared between ALL processes =) ωνω robrock [robwh@d172-237.ce.mediaone.net] has joined #tunes hey rob <_QZ> 119 processes: 118 sleeping, 1 running, 0 zombie, 0 stopped rofl hey ultima _QZ is just a masochist ;) 07:20pm hi rob, are you into TUNES? TUNES ?? TUNES is probably in my head or tunes is a useful nevertheless expedient system. ωνω Tril has changed the topic on channel #TUNES to: The TUNES Channel http://www.tunes.org/ for the TUNES OS project Tril what is bepsin on? bespin even =) er Tril, did you die <_QZ> i need some kinda small program that lets u add items to a visible list and open the file with pico when clicked on and maybe give some indication of whether or not the file is already open <_QZ> items=files heh that'd be kinda eay easy even window maker :) ultima: I just got 10 lines from you all at once *** CTCP PING reply from Tril: 111.185349 seconds <_QZ> same here Weird net.fsck <_QZ> pause lag musta been a server desync cus abi is on my server and my ping to it is < 1sec qz: window maker's dock .. put the file on the dock and set it to only open one copy, then when it is open the icon will be grayed out. <_QZ> Tril: i have like 100 files can't the dock grow that big? :) add it to brix <_QZ> i was thinking a text list of filenames heh <_QZ> add what to brix? dude that would be like trivial actually <_QZ> ultima: wanna write one for me? <_QZ> :) _QZ: I cant. My system is barely functional ATM ωνω robrock [robwh@d172-237.ce.mediaone.net] has left #tunes [] <_QZ> and if u could make the window auto hide at the top of my screen and drop down when the mouse goes up there that would be like great <_QZ> :) 07:30pm if those 100 files are for brix, then you have a chicken egg problem <_QZ> no i wanna put all the brix source/doc files in a list so i can get to them faster HAHAHAHAHAHHA π ultima/#tunes is learning memory management damn this is easy <_QZ> mm is easy hell yes it is...the tricky part is making sure the process doesnt realize whats going on Erm...I'm confused, shit..=) <_QZ> eh? _QZ: In a binary, whats the cs, bss, ds, text segment and shit ωνω ^lilo [lilo@varley.openprojects.net] has joined #TUNES π ^lilo/#TUNES looks in How does that come into play Hi lilo <^lilo> hey ult <_QZ> hello lilo π ^lilo/#TUNES is having dinner, which unfortunately is a bit messy <_QZ> lilo: ultima wants to be banned again hi lilo π ultima/#tunes kicks _QZ <^lilo> hi Tril Anyway _QZ, are those segments something special handled by the x86, or is that something I could just manage myself in the binary format? ultima: cs=code segment (code goes in it), ds=data segment (data goes in it), bss=stack (I think), text=symbols (maybe, dunno) <_QZ> ultima: make them all the same Tril: Well, Yeah, I know that =) π ^lilo/#TUNES nods _QZ: Now, what about protection then? <^lilo> usually done with page/segment entries Shouldnt for example, code&data be read only <^lilo> ultima: actually, that could be done Lilo: what's up with lists.openprojects.net? do you need another server? <^lilo> code can be read only <^lilo> Tril: we might, it's down right now Right now i'm using three segments for the kernel - code, data, and stack <^lilo> Tril: we are slowly edging our way to setting it back up again :) I noticed. You said you wanted another mailing list server.. I can probably handle the mail and lists and web archives traffic on my server ok code contains the compiled in data though, my 'data' segment is the rw stuff Tril What kind of connection is bespin on? Ethernet? <_QZ> ultima: 2400baud 07:40pm it's hard to say, it's non-dedicated T1 it's fine for e-mail :) Doesnt bespin == www2.tunes.org ? yes it does yep.. we don't get many hits :) hrm...should Ijust make a 4gb segment and then page as needed, or make a small one and grow it? for what the whole os? ωνω tcn [tcn@cci-209150250109.clarityconnect.net] has joined #tunes tcn...hi! howdy what did you mean when you said you are "implementing" your prototype? you found a model for persistence? Yeah, I'm writing code for it. 07:50pm Don't get too excited, it's nothing fancy, it's just.. code. <_QZ> tcn: how are u doing it? cuz i have a patent on my method and will sue to protect it :) no u don't <_QZ> yes i do qz: I'm doing it, uhh, a different way :) why isn't your patent no. listed on the brix page <_QZ> tcn: i dont think so _QZ why did you patent it <_QZ> patent pending You can't patent a simple idea <_QZ> its not simple <^lilo> prior art You didn't invent it though ;) <_QZ> yes i did What are you trying to patent? <_QZ> its exclusive to brix persistance, or a specific set of algorithms that implement it? <_QZ> ultima: about 20-30 different things in brix And have you checked with your company about your patents? π ^lilo/#TUNES notes that it is well to explore prior art before filing patents, or other people will <_QZ> what company? _QZ: Where you work <_QZ> ultima: what does that matter _QZ: Because if your not EXTREMELY careful, they will own your patents <_QZ> trust me they wont qnx has no virtual memory? Heh. <_QZ> really? Tril its a real time OS vm is the antithesis of rt hehe tcn: what does this "code" of yours, do? :-) VM is like persistent storage in reverse.. no, vm is a ramdisk in reverse :) Tril: It *will* do persistent storage. do you use GUIDs? <_QZ> tcn: how?? 08:00pm qz: It's pretty straightforward It's trivial :) I'm still wondering if the 386 paging unit is any use for peristent storage <_QZ> no <_QZ> i have 2 x86 kernels, 1 with paging and 1 without, and both use the same persistent storage code qz: any non-x86 kernels? <_QZ> not yet _QZ if I were to write a kernel with a persistant storage system, would I have to worry about your patents? =) <_QZ> ultima: yes :) qz doesn't have any patents he's bluffing If he did they wouldn't stand up to a challenge It would be like patenting common sense <_QZ> yes they would <^lilo> the key to patent challenges is prior art <_QZ> cuz u wouldnt have enuf money to goto court <^lilo> QZ: hehe, you can always find a lawyer who's hungry for blood ;) <_QZ> hehe <_QZ> but can a 15 year old find one? Who's 15? <_QZ> tcn: yer 15 right? :) Nah, that's lar1. I'm full grown :) <_QZ> 16,17? <^lilo> probably a 43-year-old could :) <^lilo> depending on what you have applications for, it might be interesting :) Tril, GUID's? 08:10pm globally unique identifiers abi, the key to patent challenges? the key to patent challenges is probably prior art abi, I'm still wondering if the 386 paging unit? bugger all, i dunno, tril abi, vm? vm is the antithesis of rt Suppose I did use the paging unit, and each object was 4k-aligned.. that would permit 16 TB of persistent storage. huh? tcn er? tcn you can get 4gb with 4k aligned pages 386 addresses 4GB, how would you fit 16tb 2^32 * 4096 = 16 trillion yes, you can store which page in the 16tb you mean, but you can't actually use the 386 pager to access anything using those numbers. you'd have to still work within the 4gb But if most objects were smaller than 4k, there'd be lots of wasted space tcn not really if you put multiple objects in a page We really should have something better.. and someone could build optimized hardware for it later .. something like a Symbolics LISP machine, or that Rekuriv thing that never came through.. tcn well hardware isnt that big of a concern if you use a decent language ultima: For memory management, stuff like that.. tcn: Heh, AXP isnt that bad For example, LISP machines usually had 36-bit RAM, with 4 bits used for data typing.. and the hardware handled types.. 08:20pm ultima: till you look at the price <_QZ> doesnt nasm have an undefine? tcn: They are most certainly reasonably priced You can get a moderate AXP for 2k =) hehe ultima: Is that for a chip, motherboard, or what? a whole system <_QZ> u can get a 630mhz celeron for $180 san monitor Not bad qz:I dunno what libungif is. uncompress gifs? libungif is a non-patented libgif implementation it doesnt support compression <_QZ> Tril: u kinda lagged there? π Tril/#tunes is not lagged, just remembered a quesiton was asked a long time ago and looked back to see what it was Last time I looked into getting an alpha, it was over $5000 for a machine <_QZ> hehe hey Tril, you got any specs for persistent storage? i started writing notes about it... on computer? no :) ωνω KeLp [kelp@xws104.xtrn03.wwu.edu] has joined #tunes kelp.. hey what's up? nuthin'.... got OpenBSD working on my sparc. I'm stoaked Hehehe, now you get towatch it crash frequently when did you get a sparc? about a month ago how? I bet it will crash way less than Linux did sparc linux sucked bad how did I get it? kelp OpenBSD isk inda buggy its nice but its still in its early stages ultima: you speak from personal experience? Kelp: yeah π KeLp/#tunes has been running OpenBSD for about 6 months I've had very few problems but I have never run it in a mission critical high load environment Kelp: Well, truth be told, OBSD cant handle high loads example? it runs nicely but once you start paging heavily or use high IO it chokes and I probably agree with you.... it'll lock solid in a lot of situations yeah, I often have to nice down makes a lot (I wouldnt use it to run ftp.cdrom.com =) <^lilo> ultima: aren't they using fbsd? 08:30pm CTCP VERSION reply from KeLp: BitchX-75p1+ by panasync - OpenBSD 2.4 : Keep it to yourself! Well if OBSD fails there's always Slowaris :) <^lilo> hehe :) lilo yes ohh, wait I thought I was in FreeBSD :) FreeBSD rocks Yeah, FreeBSD is quite nice 08:40pm hehe.. /list #kde :) kelp, how big a disk would I need to install freebsd, netbsd, openbsd, debian and redhat umm depends if you want to build *BSDs from source they each need a lot why do I need to do that? like 1GB or more for user its how you upgrade well, its how I upgrade what do you mean for user /usr sorry Each? thats 5 GB ? 3 gb.. linux should need less no let's say I don't want to build from the source, for now 08:50pm also where is your /home coming from? do you need X? no source at all. all binaries, is it possible? yeah I bet you could use all your linux sw under BSD, just have base BSD installed but do you want X? π ultima/#tunes sighs too many dang channels! /home?? I just want to test all these OSes, why do i need /home? but you need the linux software either staticaly linked, or need to have all the linux shared libs in each BSD you need some home which one is best to run X under? so you can put your .bash* stuff all work fine I'm running X in OpenBSD now earlier I was runnning it in FreeBSD but, if you only want to run X in one and leave X off the rest and have a very small /home so I could put my linux shared libs in their own partition? how would i share fs UFS is read-only in linux well, if you really want to test each OS, you shouldn't do that I would give each OS 600MB I have OpenBSD on a 411MB HD in my Sparc but /home is nfs mounted well it gets tight in 600mb yes I'm thinking about buying a 1 or 2GB drive for this Sparc u cant do a full rebuild in 600, can you? no you can't I didnt think so. What I'd do is make some maybe 200mb's for each of the BSD's and maybe 500 for the linuxes if you have all the source, including X, it will take over a GB then a big partition that can share /home and the different 'sys' dirs 200MB would be very very tight sharing home will be tricky kelp: Tricky, yes, impossible, no it would have to be ext2fs I would just buy more HDs likely they are cheap how much total space do you have? me? one sec no, tril =) I have 11.8 GB :) But that counts the 3.2GB on my NFS server heh lucky u do you use it all? I need more Erm, what do you have? I have 4 OSs on this box Oh Heh =) Debian/OpenBSD/FreeBSD/Win98 2g a pop? yeah and home is nfs mounted nod the BSDs need that much I took some away from Debian to install games on in Windows Hehe partition magic 4 is cool :) Kelp, whats a good 3.0-CURRENT CVS server? I want to install Solaris again umm hehehe cvsup2.freebsd.org cvsup.freebsd.org is usualy full wot would a good CVSROOT be use cvsup not cvs cvsup is way better ummmm why? it just seems to work faster for me is 142ms on an 8gb hdd a typo? 09:00pm yes is that the access? I guess it should be 14 or 12 but I am not sure which. 14 is very very slow 12 is not great either erm, 12ms? Heheh avg is like 9.5 nowadays I'm assuming it's 12 then is it a 5.25" drive? yes .. ah... thats why its soo slow but it's $149 go to www.killerapp.com and www.pricewatch.com it's on pricewatch :) π ultima/#tunes growls Tril: Is it a western digital? haHAH WD Caviar? or a qunatum? that was the quantum quantum rather Everybody's been having trouble with WD's lately Bigfoot? tcn: Eh? Oh, a bunch of my friends have had WD drives crashing on them <_QZ> tcn: all my drives are wd and i have no problems AlKader had a BigFoot die on him I have a Quantum Fireball slowly shitting on me well hmm some people just are unlucky <_QZ> tcn: cept when i pulled that one out with power on and shorted out the control board on the case :) cus i've always had good luck with WD/Seagate, some people hate them QZ: Yeah, I have a 10 year old WD that still works fine <_QZ> tcn: but wd took it back and gave me a new one I've never had a Maxtor last more than a year I need to get SCSI bad Wonder what I've got in this thing anyway... I beat on my drives pretty hard <_QZ> maxtor sucks <_QZ> quantum sucks I have a buncha maxtor drives that are ancient.. no problem I've got a NEC and a Conner <_QZ> toshiba sucks any one have a working 1GB SCSI-1 drive they don't want? I need on <_QZ> i have a 2gig digital scsi drive I used to have a 286 with a Seagate 30MB.. every time the HD stopped, I had to flip it over and reconnect the circuit trace :) Then the computer would come back to life.. <_QZ> not scsi1 ωνω KeLp_ [kelp@xws030.xtrn03.wwu.edu] has joined #tunes <_QZ> tcn: nice box :) qz: Those were the days.. haha.. I had an XT with 10M that I ran doorway on to let people call up and go to dos and format it 09:10pm ωνω SignOff KeLp: #TUNES (Ping timeout for KeLp[xws104.xtrn03.wwu.edu]) ωνω KeLp_ is now known as KeLp <_QZ> any1 heard of EPoX? <_QZ> motherboards π ultima/#tunes growls ? qz: Never heard of 'em <_QZ> if the celeron 400's at this place are oc'able then this machine will be doing 630mhz tomorrow night at this time I've never seen an overclocked machine that didn't fuck up constantly just luck, I guess <_QZ> uhh <_QZ> this machine is a p233mmx running at 262 <_QZ> my celeron300a is running at 472/105 <_QZ> my p75 at 90 <_QZ> my k6-166 at 200 <_QZ> and they all work fine 472/105? Is the CPU always waiting for the bus? <_QZ> my celeron does have a 12" oscillating fan blowing on it haha room heater :) <_QZ> hehe <_QZ> not really 09:20pm <_QZ> it barely gets hot without the fan <_QZ> my p233 has about 4 4" case fans Pretty soon computers will be interfering with cellphones, then microwave comm, then (yeah!) traffic radar <_QZ> i like things to run cool tcn: microwave transmissions are line of sight, interference is only from flying objects :) My 133 screws with FM radio <_QZ> http://www.europa.com/~dogman/install.html <_QZ> thats one ugly guy I'm having trouble interpreting the dance. Oh, I was using lynx. I wondered what was so damn funny tcn: look at the title <_QZ> Tril: it has pictures qz: interpretive dance? _QZ I see the pictures you mean tcn π tcn/#tunes is glad he's using lynx 09:30pm qz did you go to that page for the potato gun <_QZ> no <_QZ> whats the url? click on home allright, I'm firing up netscrape Where's the pototo gun? i closed the browser <_QZ> oh my god <_QZ> dont hit his home link π tcn/#tunes is sorry he used netscape <_QZ> there's a picture of a naked santa I'll turn off images <_QZ> Bobbing for squid in a vat of anti-freeze. oh yeah, one of my fellow engineering students made a potato gun.. said it kicked reeal hard where's the squid vat? 09:40pm ωνω SignOff ultima: #TUNES (Leaving) gotta go ωνω SignOff Tril: #TUNES (Read error to Tril[hh154ws31.hh154lab.wwu.edu]: EOF from client) Sounds like a plan :) ωνω SignOff tcn: #TUNES (Leaving) 09:50pm π ^lilo/#TUNES waves ωνω ^lilo [lilo@varley.openprojects.net] has left #TUNES [] ωνω NetSplit: tolkien.openprojects.net split from varley.openprojects.net [10:26pm] ωνω BitchX: Press Ctrl-F to see who left Ctrl-E to change to [tolkien.openprojects.net] ωνω Netjoined: tolkien.openprojects.net varley.openprojects.net ωνω _QZ [brand@p0wer.qzx.com] has joined #TUNES ωνω KeLp [kelp@xws030.xtrn03.wwu.edu] has joined #TUNES ωνω SignOff KeLp: #TUNES (Read error to KeLp[xws030.xtrn03.wwu.edu]: No route to host) ωνω KeLp [kelp@xws285.xtrn03.wwu.edu] has joined #tunes [msg(TUNES)] newlog 1999.0112 IRC log ended Tue Jan 12 00:00:00 1999