The collected works of hamei - Page 55

foetz wrote: hehe, of course smp only works if your proggy supports it.

When multi-core chips became the norm I was all excited that application programmers would finally have to figure out smp.

Alas, I was wrong :(

but i've taken that for granted given that this thread is about that very subject :P

Yeah. What percentage of programs are run 24/7 on 512p machines to determine how soon the climate will implode ? Yet this is what we are faced with from all the Linux-centric Programmers' Guild.

I wish they'd get their heads out of their butts (see Mozilla Corporation, aka Firefox if you disagree).

btw, that lady's degree is in chemistry and she's from Taiwan : a recipe-programmer telling other people how to parallelize for an environment that's not applicable to 95% of normal uses. But it bleeds over into what application programmers think is the right way to do things. And no, all my commercial programs think they are a big fat (expensive) DOS program also :(

We're living in the sunset of the world.
he said a girl named Patches was found ...
Geoman wrote: So it would be wise to remove the dual R12K and insert a single R14K 600. Because I too often see 49% CPU usage in top :-/

Sadly, a lot of the time that's probably true :(

foetz wrote: the number of daily use programs that can utilize more than one cpu or core is pretty much zero. one of the main reasons why multi-core cpus for the consumer market are a joke

I shall impersonate ... a developer. Come, enter into my imagination, and see him: Boney, hollow faced, eyes that burn with the fire of inner vision. He conceives the strangest project ever imagined ... a browser that works !

The thread that starts the program immediately spawns off two or three threads to do the work, then returns to become a listener thread, always alert to the user's requests. One worker thread draws the windows, another starts an xulrunner process to display a web site. Maybe there are five tabs open : the main thread creates five more processes to display more sites. Never does connecting ... connecting ... connecting ... lock the user out of control. Always he can go to a different tab, view a different site while waiting, hunt through the bookmarks. Six processes, twenty threads, four cpu's, we're rockin' and a-rollin, no thumb-twiddling required ! One site of shitty code, that tab crashes, who cares ? Just displays an empty window ... 4 gigs of memory in this box ? Good, let's use 'em all ! Peg them cpu meters ! All of them !

Oh wait. Do I hear the cuckoo singing in the cuckooberry tree ?
he said a girl named Patches was found ...
guardian452 wrote: But isn't this the way all modern browsers work?

In a word, no :D I am green with envy. Fireflop on Irix and a fairly current one on Windows will lock up tighter than a miser's ass holding a nickel if you get two or three tabs taking a while to load.

connecting .... connecting .... connecting ...

No ! jerkface, you are never going to get fonts.googleapis.com. Ever ! So give it up, bitch !

I really hate that thing. Too bad Swarfari doesn't work on Irix.

safari spawns a couple processes per tab/window each with a dozen or so threads and for the most part the different tabs don't have any performance affect on each other.

Five points to Apple for being at least as smart as the average sixth-grader.

For example, I can have a few tabs open here, including a pdf, a bunch of misc. crap, and some HD flash video on a separate screen. These things have nothing to do with each other.

4 gb of memory ...

Code: Select all

fool 2% Not enough space atcheckpoint/atrestart failed to malloc
libexc(10973): FATAL ERROR __exc_new_cache: unable to allocate a new cache
WARNING: core: firefox-bin: PID 10973, failed to write a  text area (core file deleted)
moz_run_program[36]: 10973 Abort


The way I understand it from a layperson's perspective, is that with modern systems making separate processes and threads within processes is relatively inexpensive so it is better to just spin off as many as possible (within reason) and let the OS sort out the scheduling.

'Modern' as in 1993 ? Read OS/2 programming docs : it's nice to know that someone besides IBM finally figured it out but 'modern' ? Only in geological terms :P

japes wrote: Recovering a closed session will load multiple pages at the same time.

You mean right after firefox crashes ? Yes :D Also, if you are doing a search it's nice to rmb and open several tabs at once. The flop can handle maybe two or three tabs, after that you may as well go out to lunch while you wait. I'm talking on Windows here also, btw. And you can't even open another tab to do something else while you wait. It's locked up solid.

You probably don't see that problem because your innernet is fast but our overseas is piped in through a soda straw. S-l-o-w.

A single page/tab can be accelerated by having multiple processors available to Safari today.

That's nifty. I guess they finally got over cooperative multi-tasking ?

foetz wrote: ... how a browser process tree could be made better. but only at first sight because that still won't speed up single pages but only adds some failsafe and you can load pages in parallel each page taking one cpu ... whoever does load multiple pages at the same time :P

I do. Or try to, anyhow. It's a convenient search technique, especially if your connection is slow. Everybody has different needs, of course, and while speedup on a single page would be great, even a couple degrees of separation between other loading pages would be a big improvement.

I would like to know why some pages, e.g. duckduckgo search returns, are so slow to scroll ? I mean as in s -- l --- o -- w. It's just text, what's up with that ?

what i'd like to have is all cpus working on the same page because otherwise you have no speedup

Would be nice but I'll accept doing more things in parallel without locking up for the present. There's more quad-core cpus out there than Carter's Little Liver Pills but we're still stuck in Windows 3.1-land :(

People have all these methods for "parallelizing code" but if the underlying design of the program is junk, what good do all the tricks do ?

... bad poorly written JS that will hang up the interpreter regardless of how good it is. Well written and efficient JS that is used for useful work and requires lots of computational power is non-existent. Except for synthetic browser benchmarks.

No-Script. I guess I am extreme but so sick of crap Javascript that in general, it's turned off entirely. Once in a while I'll want something bad enough to turn it on temporarily but mostly, if it uses javascript, screw it. Go somewhere else.

I think it is better even if you have a single CPU because one bad process is not going to wreck the whole program.

Yeah, well, Fireflop needs a serious makeover. It worked a lot better when it was Netscape 3.0 :(
he said a girl named Patches was found ...
guardian452 wrote: No, modern as in anything available today.

Could we use the word "current", then ? Modern does not mean the same thing.

(btw, OS/2 is available today, with a service contract, even)

guardian452 wrote: Of course your beloved OS/2 did it first, we get it.

Okay, let's switch horses :

http://www.crazyontap.com/topic.php?TopicId=11674

Mickey isn't the only one that doesn't understand a desktop interface and the listener-thread concept is not "modern" at all :D

An interesting counterpoint to the article at the top :

IJPP04_Corbalan.pdf
(194.5 KiB) Downloaded 11 times


One thing that seems entertaining : in a desktop one problem is scheduling threads/ processes for the limited number of cpu's. In this article they discuss how many processors to assign to the number of available threads :P

Irix was not meant for the web

I'm going to get the popcorn started and watch this :D
he said a girl named Patches was found ...
guardian452 wrote: OK, let me rephrase that. Irix's web browser never evolved along with the rest of them because SGI's customers did not require it. Now we are stuck with firefox because there are so few brave souls left to work on it, the effort required to say port chromium to irix would be near impossible.

I think that's revisionism :D

Remember that the Indigo was the "Song and Dance Machine" ? And Clark's plan was to replace command-line computing with graphics ? The set-top box was another of his schemes ? Irix still installs a web server and home directory for users to share their nekkid photos via the web ?

In fact, when we had more people, nekoware was more current than many Linux distros. We had Fireflop 2 before a lot of package suppositories did.

Unfortunately, we've dwindled :( Lost dexter1 to online gaming and joerg just disappeared in the night, leaving his family to fend for themselves. Nuthin' left here now but us poor orphans what were too dumb to get off the sinking ship :(

About the original topic, thanks Geoman for bringing that out .... I've always wondered why our parallelizers think "check the number of cpu's then make that many threads." It seems bass-ackwards to me. Open top or pstree for five seconds ...

Code: Select all

IRIX64 urchin 6.5 IP35         load averages: 0.17 0.15 0.02                 11:46:28
65 processes:  64 sleeping, 1 running

Maybe those 2p you just found are doing some other stuff ! So where did they get this weirdness ? I could see if they checked for # of processors then did (p-1) threads but no one does.

Well, here ya go. Read these papers on Big Silicon and they all assign threads by the number of processors. But Big Silicon has 16, 32, 128, 256, 512 p ! And their system overhead is about the same as on an Indy ! Totally different situation. What's amazing is that application programmers can't figure out that a 512p Origin 3900 is not the same as a 2p Octane2.

So, developer question : I had a thought :idea: One real hassle with fireflop is that it becomes unresponsive so easily. That problem was solved decades ago by IBM and BeOS both. How difficult would it be to jack up the front end and install a roll bar ? The trick with BeOS and OS/2 both is that the main thread immediately opens worker threads to run the application, while the main thread becomes a listener thread. Why can't we modify Fireflop code in the same manner ? Take the main, spawn off a thread to become what would normally be the current fireflop, and let the initial main thread stick to listening for user input ?

Is that a feasible change ? It wouldn't fix any of the major problems but at least the damn thing wouldn't go deaf, dumb and blind on you while it was waiting for spyware.google.com ... .
he said a girl named Patches was found ...
ClassicHasClass wrote: ... in the end it didn't matter because IBM never released it.

Actually, they did, to a certain extent :

http://www.os2museum.com/wp/os2-history ... c-edition/

It might have become an interesting operating system if IBM hadn't been in such disarray at the time ...

Image

josehill wrote: I wonder exactly how many people actually ran Solaris 2.5.1 on PPC. Counting engineers at Sun and IBM, the total probably made it into at least three digits. What are the odds the total made it into four? Five?

michaln wrote: While we’re off topic, I also ran Solaris 2.5.1 on a Power Series 440.

:D

also ... (with screenies)

http://www.os2museum.com/wp/pc-unix-his ... 1-for-x86/

Look through the comments on the page I linked - many interesting remarks and it may answer the "Super Client" question :

"The PC 700 Super Client looks just like a PC 750 desktop of the era, the one with the swappable PCI/ISA and PCI/MC risers. In fact, I wonder if there’s any difference, at all. In *fact*, I wonder if this wasn’t just an ad campaign for the existing hardware to take advantage of ‘client/server’ being THE buzzword of the time."

"yes, “super client” was just a fancy name for a desktop PC…"

(A little background : Michal Nekasek of the os2museum was an early programmer in the Freetype project. Also Open Watcom. Nice guy and very knowledgeable.)
Juliet ! the dice were loaded from the start ...
foetz wrote: if you want linux get a peecee :P

Or an Altix or a Prism, which might be more fun ...
he said a girl named Patches was found ...
foetz wrote:
hamei wrote:
foetz wrote: if you want linux get a peecee :P

Or an Altix or a Prism, which might be more fun ...

sadly yes

If I had bought an Altix or Prism and SGI hung me out to dry the way they did all the Altix / Prim custoemrs, I'd have burned Bozo at the stake. I have no idea why there isn't more violence in commerce today ...
he said a girl named Patches was found ...
nongrato wrote: I have a chance to pick up VW 320.

They make a pretty nice high-quality Windows 2000 computer. Or NT, if you're happy with that.

After a while tho ... they are big, and the sliding door thing on the front looks cool but it's a pita to use, the memory is kind of flaky, after a while you get tired of it. Then you can pass it along for someone else to play with :D
jimmer wrote: Here's a gcc 4.7.1 compile of GraphicsMagick 1.3.20 (August 2014 release, default compilation settings: -O2) versus stock dmconvert.

Stepped in it this time, Bunky :P

The Graphics Magicke guys are shining examples for all : they go way out of their way to stamp out gcc-isms and make sure their code builds on anything. It's not a tiny little program, either ... straight through with Mipsy Pro. One pass, start to finish, woo hoo !!

Code: Select all

urchin 1% gm -version
GraphicsMagick 1.4 snapshot-20140831 Q16 http://www.GraphicsMagick.org/
Copyright (C) 2002-2014 GraphicsMagick Group.
Additional copyrights and licenses apply to this software.
See http://www.GraphicsMagick.org/www/Copyright.html for details.

Feature Support:
Native Thread Safe       yes
Large Files (> 32 bit)   yes
Large Memory (> 32 bit)  no
BZIP                     yes
DPS                      no
FlashPix                 no
FreeType                 yes
Ghostscript (Library)    no
JBIG                     yes
JPEG-2000                yes
JPEG                     yes
Little CMS               yes
Loadable Modules         no
OpenMP                   no
PNG                      yes
TIFF                     yes
TRIO                     no
UMEM                     no
WebP                     no
WMF                      yes
X11                      yes
XML                      yes
ZLIB                     yes

Host type: mips-sgi-irix6.5

Configured using the command:
./configure  '--disable-openmp' '-without-webp' '--without-trio' '--with-quantum-depth=16' '--enable-shared'  '--prefix=/usr/nekoware'


The only thing you have to do is disable OpenMP. There is a conflict between pthreads and sproc threads. After some discussion with Mr Magicke, it appears that GM doesn't really use OpenMP for much anyhow. I've thought of enabling large memory some day to see what happens but never got a roundtoit ....

Benchmarking of any kind is notoriously unreliable and I doubt anybody cares about IRIX and speed in any real world setting anymore, but the speed difference here seems quite 'real'.

Let's find some el biggo graphics to convert and I'll run Roaring Boring Alice against your Redbum. I can put up two DAT tapes and a DVD-RAM disk ...

Oh wait ! Can throw in a mouse pad, too. Although she looks a little ... well, anyway ...

he said a girl named Patches was found ...
nongrato wrote: Finally I'm gonna have a Windows PC in my house.

It's a nice Windows peecee .. it's just kind of huge. Of all the Windowses, 2000 is the nicest (imo).
What does "flaky" mean, btw?

If you move the box six inches, the memory will need to be reseated. Maybe because the sticks are so short ? They don't seem very stable at all, physically.

That might have been just me, though. If it's breakable, I'm the guy to find out :(
nongrato wrote: Does anyone have any experience running games that require graphics acceleration?

If I remember right, the selling point of the machine was the OpenGL support. Mine came with Pro/E installed and the graphics were always nice. Seems to me at that time that the Matrox G400 was about the best card in the Windows world. Good for 2d but not that great for 3d. Most of the 3d cards were gaming cards and not very good. The Oxygen 3d cards were several thousand dollars.

It's possible that you could even turn off the onboard grahics and use a pci card but what would be the point of that ? Except for dual-head, that is ...

There was an excellent VW320 website around that went into great detail. It might be archived somewhere ?
nongrato wrote: "Cheaper"? Really?

Yes, cheaper. The Indigo was supposed to be the vanguard of the graphics/RISC/Unix move into what is now Apple territory. The graphics were far superior to anything available in the DOS world, while being much cheaper than the Evans & Sutherland stuff. IBM, Sun, HP and SGI were supposed to get together to rationalize the Unixes and take over the desktop. Clark wanted to bring graphics to the masses. He even developed set-top teevee boxes.

Greed and self-interest ruined that. "Inventor's Dilemna" my ass, think 'Midas'. One thing you have to give Billy Gates : he understood that ten cents out of every sale in a bazillion sale world is better than ten thousand dollars per transaction in a world that sells three machines a year.

SGI started out as cheap.
he said a girl named Patches was found ...
nongrato wrote: Btw, is setting LD_LIBRARY_PATH okay for IRIX? It is highly recommended not to do that on Solaris.

I've run into problems setting it globally in Irix as well. There has been some discussion of that here, the site search might turn up the reasons.

eudatux'es method is more elegant but nowadays if I run into a program that needs an LD_LIBRARY setting, I just make a little wrapper script for it.
he said a girl named Patches was found ...
he said a girl named Patches was found ...
goldenamber wrote: I don't think I'm ever going to get another SGI machine again.

Better avoid Sun, too. They are even worse. And I don't know what language IBM speaks but it isn't English.

Old computers are a masochistic hobby ... SGI is not the worst of the bunch.
he said a girl named Patches was found ...
Does Elastic Reality run on the 3000 series stuff ? Seems to me it used to work on the Fool (but that might have been in Octane years w/MXI) but when I try now (O350, V12 gfx) :

Code: Select all

urchin 101% er
Bus error
urchin 102% er_anim
/usr/sbin/er_anim[4]: 1820 Bus error
he said a girl named Patches was found ...
foetz wrote: if it worked on the fuel ..

That's what I'm not sure about. Been a looong time since I tried to use it. Could have been on the Octane. I thought sure you'd be an er user :shock:
he said a girl named Patches was found ...
foetz wrote: avid was pretty much at the end of the list of what i used.

Is there something else for morphing ? I did one or two things a long time ago with this, it was pretty easy (was doing simple stuff tho.)

I can see why you would not like Matador. That program makes DOS look good :shock: Good thing it works better than it looks !
he said a girl named Patches was found ...
josehill wrote: Quite a while, actually. Pretty much until the very late 90s, IIRC.

I have my doubts ... there was quite a bit of bitching in the newsgroups about having to have two computers just to write a simple report, because Nedit was not exactly a word processor ...

Jose, do you know if John was ever a cheerleader for the Dallas cowboys ? Or maybe a Miss America contestant ? Do you know what's really appalling ? As stupid as he apparently is, the people running SGI were even dumber. Incredible. I wonder how they found their way home at night ?

The shareholders would have been better off replacing management with a box of rocks.
Juliet ! the dice were loaded from the start ...
josehill wrote: ... you generally wouldn't see them in people's offices.

That's probably why they were bitching :)

Would it have been so fricking hard for a high-tech super-hacker multi-billion dollar company to put a little effort into Abiword ? Sheesh.

Did you notice that conicidentally Mr McCrea did debunk an SGI myth ? The push to "big iron" came in 1994 after they made all their money in workstations !!!

Which kind of smears horseshit all over the claims of "our code optimisation is intended for massively-parallel supercomputers, not those crummy little desktops .. we just do the desktops as a courtesy to our Big Name, Big Money, Famous Customers."

Clark was right about McMuffin : he was a doofus par excellence.
Juliet ! the dice were loaded from the start ...
smj wrote: Working in IT on Wall Street, we were happily getting by with just a DEC or Sun workstation on our desk in the mid-90s. Largely because we had licenses for things like Applix Aster*x (office suite), IslandWrite, ZMail, Wingz spreadsheet, etc.

Ja, you can do pretty much whatever you want on Irix, too. The problem is not what you send, it's what you get. This g-d docx thing feels like a time warp back to 1995 :(

You would think humans would be smarter than that by now, wouldn't you ? We standardized on base 10 and arabic letters, we standardized on paper sizes, we standardized on railroad gauges, we standardized on 24 hours per day and 12 months per year, we standardized on nuts and bolt sizes, we standardized on road widths, we standardized on plywood sizes and nail sizes and wire sizes and red yellow green for traffic lights but given the chance to set up a standard right from the beginning, it was 2,000 BC all over again. Without Raquel Welch or the dinosaurs :(
Juliet ! the dice were loaded from the start ...
GIJoe wrote: ... it wouldn't exactly be my first choice in the year 2014. ;)

What would be ? (Not the girl, the window manager.) Seriously curious ...
he said a girl named Patches was found ...
GIJoe wrote: ... at the risk of starting a shitstorm ...

No shitstorm intended, was just interested in what you see as better. I don't do that much file manipulation so most of your points are lost on me ...

I miss clicking on an empty space in the desktop to get a popup list of running programs from which you can select. And I could use a better searching system (doesn't xfs have extended attributes, like bfs did ?) And better scaling for high resolution.

But other than that ...
he said a girl named Patches was found ...
llama wrote: (as fun as it is to surf the internet like it's 1998 in Netscape a browser that actually knows what css/javascript is would be good!).

Maybe I can save you a little time and effort .... with an O2-300 don't even bother to try Fireflop 3. Flop 2 was usable but v ... e ... r ... y s ... l ... o ... w. As in, watch it draw the page in stripes. See the pixels change as the page gets drawn ! Plus 2 is just as bad for browsing now as Netcrap 3, many pages display as a stripe down the middle of the window. Ain't the innernet fun ?

I speak from experience on this subject, had an O2-350 at home for a couple years.

You might try Dillo.

For music, I've used mxaudio for years and am very happy with it.

I always used bash traditionally (as that was what most Linux distros and OS X use)

This stuff is bleeding over into the rest of the world ... for ages I couldn't figure out why gunzip on the Sun wouldn't work. Finally took a look at the "executable" and discovered it was a fricking bash wrapper script. OpenCSW, bunch of total idiots. Solaris != Linux. Nitwits :(
Juliet ! the dice were loaded from the start ...
foetz wrote: alright, checked it out and it worked fine; the demo version tho. anyhow it wasn't flawless. turned out to be incomplete inst prereqs

Ooh ! Ooh ! Ooh ! Gracias muchas for checking on that Mr Foetz, I'll go look at my installation now, then report back.
he said a girl named Patches was found ...
llama wrote: ... hopefully once I get the Octane fired up it will be a little better (but I'm still not holding my breath there...)

Octane should be fine. Websites render no problem under 3.0.19 on a Fuel so an Octane should be pleasant. The dumb thing just crashes and hangs forever waiting (we have slow overseas internet here.) but that's not the Octane's fault.

Yeah I'm not likely to be watching anything too serious on the o2, that's what I have a TV for :-)

Umm, actually, that's one thing I did use the O2 for and it's fast : hooked up a dvd player to the video inputs and it works great.

The O2 is an odd duck : at some "normal" things it is incredibly slow. But just when you think it's a piece of junk, you do something weird such as video or some types of graphics and wham ! this little thing cooks !

And it's the most unreliable p.o.s. in the Universe ... but it's so cute. And the size is great and if you install a quiet fan it's almost silent .. talk about Jekyll & Hyde.

Playing music would be a great start.

It's super for that. And as a terminal and a shared CD-drive. Okay small web / mail server. Displays X nicely.

The O2 is a very strange computer. It's like a girl who's really hot in the sack but loses her car keys every five minutes and can't boil water. Half the time you can't wait to get home and play with it, the other half you want to throw it out the window.
Juliet ! the dice were loaded from the start ...
llama wrote: I've also potentially tracked down some install software (I say potentially as I don't know if it is a proper install or just the overlays) ...

In other news I've downloaded the 6.5.22 update from SGI so will upgrade the o2 when I get a chance, then start playing with nekoware.

With an O2 in particular you might consider sticking at 6.5.22. There are no fixes for O2 in the later overlays, beyond perhaps some general stuff for xfs or whatever. But at 6.5.23 SGI replaced all the good utilitites like Impressario and Display Postscript with a bunch of third-rate half-baked crap (CUPS, for example.) And they also screwed up the entire fonts system ...

Reverting to the good utilities will drive you crazy, so upgrading beyond 22 is something I would do selectively. After two years I'm still trying to straighten out my fonts. In fact, with an O2 I'd stay put right there.
Juliet ! the dice were loaded from the start ...
So, file storage has been a headache for us for ages, thought I'd finally do something about it, came across a NetApp S550 which looked real good. In fact the store didn't have it, they just advertised it, which is typical for China but that's another story.

Anyhow, it looked pretty good, except a little research made me nervous. Real nervous, in fact. You can't find out very much about these things. Every bit of information they print is pure horseshit about bringing enterprise-level scalability and long-term commitment (in the case of the S500 maybe they were being ironic ? Bend over, Buster, har har har !) and innvoation to the growing startup bla bla bla gag me with a spoon. I was unable to find any technical information. Plus unless you hack the firmware on the disks you have to buy replacement drives from them at quadra-uber-ridiculous prices.

But the fardling things do nfs and smb and they come stock with a scsi socket for people who just might want to back up their data, whoa ! What a plan, Einstein !

It got me looking. Sinovial, Western Digitalis, Seagrate, Thecuster, all those guys make NAS'es as well. None of them have a scsi socket. All of them run Linux, which means samba, ugh. Any of them that actually does anything costs a bundle.

Then tripped over the HP MicroSwerver. Shee-it. 4 drives plus dvd-rom or flash disk, remote management aka independent serial console, a pci slot for scsi connection to a tape drive, could run Solaris 11 with zfs nfs cfs and get some actual file and disk management tools, and it's cheap. Small. Also quiet and burns little to no electricity.

What am I missing ?
he said a girl named Patches was found ...
jwp wrote: I don't know why someone would need a specially-designed "NAS" solution rather than standard server hardware, ...

At least in this case, I don't want much cpu. I don't want much heat and electricity. The only thing the box will be doing is file-serving.

But I do want several disks internal, and would have liked a big bay for a tape drive. As far as I can find, that doesn't fit the 'standard server' profile. So that's why.

Geoman wrote: I have a Synology DS411j here. Does SMB for the PCs and NFS for the Octane2 just fine.

For myself, I'd probably get a little barebones two-disk thingy and Synology looks nice, but for work .... I have two complaints about all the mainstream home (and the so-called 'small office') NASes ...

1) none of them have a scsi connector for a tape drive so there ya go, more crap hanging out all over the place

2) in comparison with Mr HP, they are grossly overpriced. The HP is $500, the Seagates are $2000. Umm, yeah. Is that because they are pretty ?

3) a minor one is, many / most of them stick you with their own choice of operating system. In the case of NetApp, I guess I can defer to their greater experience :D but in the case of Windows Home Server, yeah right.

The HP micro is looking pretty good right now but if there's a better option I'm all ears. Until I found it I was contemplating getting a rust-free '39 4U case, channel it mold it flame it and stripe it, put big slow quiet fans in the back, install some sata cages and a mini-itx board but jeeze .. that's a lot of work. I'm having a hard time just getting my O2 to boot, much less redesigning the Universe.
he said a girl named Patches was found ...
smj wrote: Lots of people are having fun with the HP microservers out there.

Bit the bullet, went with one generation older model tho. Has two pci slots instead of one plus a full-height slot for either a DVD writer or an RDX device. Had not heard about rdx before (we're behind the times) but it sounds okay. A faster processor is not what I needed. The newer one has remote management but you have to pay extra ! Screw that shit.

You're familiar enough with Solaris to go that route, but if you weren't I'd suggest FreeNAS since you'd get ZFS atop FreeBSD that way. But rather than managing a traditional FreeBSD server, you've got GUIs and wizards and whatnot.

The guis and wizrds are what put me off :D I am getting pretty sick of "help-you" stuff that just limits what you can do.

If you actually want to do anything, point-and-click pretty much sucks.

NetApps were very cool when they first came out, and certainly are Serious Equipment - you can tell by the price tag and licensing costs... ;)

S550 looked real good but we don't have any. There's a filled one on the Washington DC Craigslist for $300 if anyone is looking. I am surprised they were not more popular ? Overpriced Thecus versus NetApp, hmmm, let me think :D

Will report back on the reality when it arrives but at this point, the HP looks like a real slick product. Small, quiet, versatile. Maybe time to retire the V100 and delete Services for Unix :shock:
he said a girl named Patches was found ...
smj wrote: [ In the early 80s you're looking at top-of-the-line hard drives of a few hundred megabytes, using 14" platters and interconnects like SMD, and weighing hundreds of pounds. An example common by the mid-80s would be the Fujitsu Eagle , a ~470MB SMD drive using 10.5" platters that would retail for $10,000. Meanwhile in 1985 Seagate announced the ST4051, a 40MB 5.25" HDD which would initially cost you almost $1,000 in OEM quantities, let alone retail, and provide such slow access times and throughput that the same workstation running diskless could often out-perform it despite having all disk I/O go over 10Mb Ethernet to a fast server with an Eagle.

I had a couple of K&T's from the mid-seventies that had Shugart disks. 19" rackmounts with maybe a 14" single disk, about one meg ? It was a big shiny copper-plated thing. You could comb your hair in it ... Belt drive, to change from 60hz to 50hz you changed the pulleys and belt :D They had a transparent plastic cover so you could watch the heads moving. The weight was maybe 50lbs. They were more reliable and cheaper ($5,000 maybe ?) than core memory but core was way faster. 32k of core was several thousand from aftermarket guys. There was a nutcase in Texas - Federated Computing, maybe ? - who had a warehouse packed worse than mopar's house with DEC stuff. He had everything and a lot cheaper than DEC prices. God knows what core cost from DEC. Only He would have the testicular fortitude to ask.

Funny thing about those old controls : the hardware was awful but the software was great. Now the hardware is great but the software sucks the big ten inch. Somewhere, something went wrong with American education :(

Larger 5.25" HDD were available, and their prices did drop rapidly in the latter half of the 80s, but it took a while for the performance equation to change.

By the mid-eighties SCSI must have existed ? K&T had a kit to replace the older Shugarts with a scsi drive, but the kit cost more than my car. Then K&T went broke. Hmm, any connection there, do you think ?

Along those lines, I remember Bendix wanting $ 7,000.00 USD for threading macros for a 5M control. That's not a misprint : seven thousand 1976 dollars. For a crummy little macro. David Love bought a used Testa Rossa for that, right about then. You could buy two Dodge Challenger R/T's for that. Or make the downpayment on a Marin county house. It was utterly ridiculous.

Bendix is also gone now :P
Juliet ! the dice were loaded from the start ...
uunix wrote: ... not as cool as the AT&T UNIX I hade which had an 'interactive desktop' = Some(about 8 per screen) Squares you selected(by cursor and enter) on the desktop.

Identify this, Batman :P (Alver, you're not allowed)

Boy was there screaming when this was repalced with winshit 3.1 ....
he said a girl named Patches was found ...
sgifanatic wrote: That is the Fox News news floor. All the fair and balanced stories originate from those giant touch screens.

But where do they get such big kindergarteners to play patty-cake all day ?
two girls for every boy ...
sgifanatic wrote: I've just heard rumors, so I may be off, but apparently, mostly Alabama and Mississippi.

That made me laugh out loud :D

But then I read about the Bay Bridge or try to charge my new N900 which was designed so that you can't charge the battery if it is low !! Now that was a real winner.

I have come to the conclusion that the supposedly-intelligent people of the US should be up there playing patty-cake with the Alabamians. At least the toothless inbred backwoods cousin-marryin' hillbillies don't put on airs.
if they were right I'd agree, but it's them they know not me ...
sgifanatic wrote: N900... The Rand Paul of chargers.

It's hard for me to understand how a company the size and experience of Nokia could do something so retarded. Such an elementary but necessary function, on a high-end expensive phone, but they screwed it up totally. If the battery gets low, it can't charge. Nor can you connect it to a power supply to use it, it just ignores the external power. When the battery gets low it's dead, Jim.

How stupid can people get and still remember to breathe ?
if they were right I'd agree, but it's them they know not me ...
njash21 wrote: ... netscape is unable to locate the server :home.netscape.com the server does not have a DNS entry , same error with any website entered

Step 5 of the graphical networking setup is "Name Server Address(es)" ... what's in there ? You need your dns server address, at least one. A second and third is not a bad idea either, a lot of people use Google's ( 8.8.8.8 ) and/or OpenDNS (their ip's are online).
he said a girl named Patches was found ...
njash21 wrote: ... who would have thought connecting an sgi to the net would be such a nightmare....

It's not, actually. 6.5 is pretty easy but these machines are from an era when people had to have some basic networking knowledge to connect stuff.

It's worth having tho, so you aren't wasting your time by learning how a network functions. Ping, nslookup and traceroute are indispensible. Even the Assistant here is pretty good with those, so that when our connection goes down and China Telecom says, "Everything is fine here, must be your problem, reboot your router" I've heard her tell them, "My ass ! Everything in our lan is fine but I can't ping the gateway, that's your equipment, better get someone out here to fix it." :P

ISP's are the same worldwide. Pacbell was just as bad.

The best one was when we couldn't access a bunch of sites, they sent a "tech" teenager over and he blamed it all on our router. He wanted to hook up his laptop to the wan side of our router but we learned from experience, had a laptop ready and hooked it up. Same-o same-o. So he screwed up thinking we were teenage girls with our first car and said, "That won't work with your laptop, I have to use mine because it has some special software on it." And it did. "Look ! Look ! Everything is fine, must be you !"

Nice :D Around here you need the magic fairy dust to go where you want :P I kept watching to see if his pants were going to blaze up.

If we didn't know a little about networking we'd have been stuck standing there paying $587 to have the engine washed, if you don't do that it can overheat.

Knowledge is good, not a nightmare.
he said a girl named Patches was found ...
Thanks, hippies ... been there, done that. Have an external with two extra batteries kept charged and have a big fat charger. Shoulda connected the phone to 460v with 12 gauge wire, that would have fixed it for good :D

One problem is, as I understand it (can't verify from personally taking the phone apart but info comes from reliable sources) the nitwits put the charging logic in software. One result of that is that if the battery gets too low to run the computer, it can't charge. Hey, aren't we smart ?

Apparently they had some problems with the connector at first which is understandable but not commendable but this is not that. It also refuses to charge about 50% of the time if the phone is turned on (even with the battery at a fairly high level). If you turn it off and plug in the charge cable, it charges. So it's not the connector.

To put it bluntly, this is total crap. How a well-known and respected company can be this fucking stupid boggles the mind.
if they were right I'd agree, but it's them they know not me ...
The first step is to get connectivity to your adapter. For the octane, that's your "gateway" aka next hop, doorway to the outside world, whatever. If you can't ping that, then you ain't going noplace.

So first you have to know what the adapter address is. Are you using dhcp ? This can create a problem in small networks where the device's ip address can change. A lot of people think dhcp is easier but .... anyway.

There are a couple ways to find the adapter's ip address. You can ping 255.255.255.255 from your Octane. This should bounce back all the device addresses on your lan. However, I have found that some devices don't answer a broadcast ping like that. If you have a Windows computer on the lan, there are several small "network address finder" programs you can freely download. I have one here called "Advanced LAN Scanner", it works okay. Useful sometimes. Like now :D

If you run that against your lan and find the adapter is at 192.168.123.37, then choose an ip for the Octane which is not used by anything else but that is in the same subnet : e.g., 192.168.123.73 Your gateway for the Octane is then the adapter's ip address. If you are using the router address it won't work because the gateway has to be the next hop, not one two steps down the road.

Save everything, shut down, reboot, and ping. As soon as you can ping the adapter you should be good to go. There may be some settings to deal with in your adapter but communicating between that and the Octane is the first and most important step.

I've used those wireless-to-ethernet things a couple times, they are cool but can be a bit tricky to set up. Hang in there.
he said a girl named Patches was found ...