Berkeley CSUA MOTD:Entry 27837
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/24 [General] UID:1000 Activity:popular
5/24    

2003/3/25-26 [Computer/HW/Memory] UID:27837 Activity:high
3/24    Will an Ultra2's processors and ram work in an Ultra 60?
        \_ any of the ultrasparc II cpu's from an ultra2 should work
           fine in an ultra60. all the memory should be fine as well.
        \_ Depends on the Ultra60, I think. Ultra60 is not descriptive
           enough. U60 spanned a long period of time with a lot of
           changes. Better question is: WHY?! Trying to scavenge parts? --dim
           \_ I managed to pick up an U60 chassis (no proc/ram) for
              free and I've got some bits from an U2 (proc/ram) along
              with some PCI hme cards. If the U2 bits work in the U60
              I was planning on install OpenBSD on it and using it as
              I was planning on install OpenBSD on it and use it as
              my server/router/firewall.
              \_ you're sick.  stop that immediately.
        \_ The memory should be compatible. I am not so sure about CPUs.
           What kind of CPUs does your Ultra 2 have? The 300MHz CPU used in
           both machines has the same part#, so it should be compatible.
           I am not so sure about the 400MHz CPUs that some Ultra 2s used.
           The UltraSPARC I CPUs (200MHz or slower) that used to come with
           older Ultra2s are definitely not compatible with Ultra 60.
        \_ Only the 300MHz are compatible btw the two. All others are
           NOT: 400,200,167MHz work for U2; 360,450 work for U60
           This is from the Sun FE Handbook which is online as the
           Sun System Handbook linked from http://sunsolve.sun.com
           Sun is frigging badass when it comes to this shit.
           \_ True, but up until a year ago, the FE Handbook costed ~$1000.
           http://sunsolve.Sun.COM/handbook_pub/Systems/U2/components.html
           http://sunsolve.Sun.COM/handbook_pub/Systems/U60/components.html
           \_ Thanks.
2025/05/24 [General] UID:1000 Activity:popular
5/24    

You may also be interested in these entries...
2012/12/18-2013/1/24 [Computer/SW/Languages/Perl] UID:54561 Activity:nil
12/18   Happy 25th birthday Perl, and FUCK YOU Larry Wall for fucking up
        the computer science formalism that sets back compilers development
        back for at least a decade:
        http://techcrunch.com/2012/12/18/print-happy-25th-birthday-perl
        \_ I tried to learn Perl but was scared away by it.  Maybe scripting
           lanauages have to be like that in order to work well?
	...
2012/2/5-3/26 [Computer/SW/WWW/Browsers] UID:54300 Activity:nil
2/5     How is Firefox on version 10, while I still have 3.6 installed.
        I wait for the X.1 versions and they never come out.
        \_ I'm also on 3.6.26.  It claims that versions 4 - 10 are all faster
           than 3.6.x, but do they use more memory?  Thx.
           \_ Newer Firefox versions use less memory too:
              http://www.maximumpc.com/article/news/mozillas_memshrink_program_brings_big_memory_savings_firefox_7
	...
2011/6/5-8/27 [Computer/HW/Memory] UID:54127 Activity:nil
6/5     In an effort to stabilize our services, we'll be rebuilding parts of
        the CSUA infrastructure over the course of this summer.  To give us
        some wiggle room, I've temporarily decreased soda's allocated RAM from
        8GB to 2GB.  If you need to run something that requires large amounts
        of memory, please send mail to root@csua.org and we'll try to
        accommodate your request.  --jordan
	...
2011/3/26-4/20 [Computer/HW/Memory] UID:54062 Activity:nil
3/19    When you're explaining the stack to people do you draw it with the
        highest addresses at the top or at the bottom?
        \_ When I explain any memory layout including stacks, I draw with the
           highest addresses at the bottom.  But I've seen people doing the
           other way.  -- yuen
           \_ do you by any chance have seen or have a jpg of the full memory
	...
2010/7/25-8/25 [Computer/SW/Graphics] UID:53897 Activity:nil
7/25    What's up with that moving bit pattern that Win7 displays when it
        boots up?  (It's the one that's like in the Apple II days when you
        use the graphics memory for code or data while it's still in HGR
        mode.)  Is there a way to disable that?  It slows things down a lot
        every time I reboot my Win7 VM on my office machine if I RDP to the
        machine via DSL.  Thanks in advance.
	...
2010/5/26-6/30 [Computer/SW/Unix/WindowManager, Computer/SW/OS/OsX] UID:53844 Activity:nil
5/26    anyone use lxde?  supposedly it is less stupid than xfce and
        less bloated than gnome.  thoughts?
        \_ lol, does anyone still use desktop linux?  Get with the times
           buy a mac.  Now.  DO IT.  Go NOW.
           \_ but we prefer herring to Kool-Aid
              \_ "you have to yell, he's hard of herring"
	...
2010/6/4-30 [Computer/SW/Languages/C_Cplusplus] UID:53849 Activity:nil
6/4     Is this valid C++ code?
        std::string getStr(void) {
            std::string str("foo");
            return str;
        }
        void foo(char *s);
	...
2009/12/7-2010/1/3 [Computer/HW/Memory, Computer/HW] UID:53574 Activity:nil
12/7    How many TCP retransmits are too many? Here is what I get:
            3594143433 segments received
            3760174421 segments send out
            3801829561 segments retransmited
        \_ rephrase. you can never have too much money. or too little.
           what is, is.
	...
2009/10/27-11/3 [Computer/HW/Drives] UID:53474 Activity:nil
10/27   I just read an article that Facebook had moved their database
        to all SSD to speed throughput, but now I can't find it. Has
        anyone else seen this? Any experience with doing this? -ausman
        \_ I hope you're not running mission critical data:
           http://ask.slashdot.org/story/09/10/27/1559248/Reliability-of-PC-Flash-SSDs?from=rss
        \_ Do you have any idea how much storage space is used by Facebook,
	...
2009/7/21-24 [Computer/SW/Languages/Java] UID:53168 Activity:moderate
7/20    For those who care btw, it looks like eclipse is now A Standard Tool
        at UCB ugrad cs, probably replaced emacs.  Furthermore, people get
        angry at seeing Makefiles, (since eclispe takes care of that).  I
        guess it's just a sign of the times.
        \_ The more people at my work use eclipse the less the code is
           managable in emacs.  I'm not sure which application's fault
	...
Cache (178 bytes)
sunsolve.sun.com -> sunsolve.sun.com/pub-cgi/show.pl?target=home
Use SunSolve's advanced search features to find specific information. Related Support 49 Online Support Center Service requests, contract management, online resources, and tools.
Cache (488 bytes)
sunsolve.Sun.COM/handbook_pub/Systems/U2/components.html
These materials are not for resale, in whole or in part. No part of these materials may be reproduced in any form by any means without prior authorization of Sun and its licensors, if any. DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID.
Cache (488 bytes)
sunsolve.Sun.COM/handbook_pub/Systems/U60/components.html
These materials are not for resale, in whole or in part. No part of these materials may be reproduced in any form by any means without prior authorization of Sun and its licensors, if any. DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID.