1 2 3 4 5 6

MIDAS documentation/creating diagnostics

723 byte By jblome1a at 2007-11-27 7:44:06
I'd like to be able to write my own multithreaded diagnostics using the T1 verification suite, but am having trouble figuring out what all of the midas args are and what exactly their purpose is. For example, looking at cmp8_basic.diaglist, the entry for dram_mt_32th_loads uses -midas_args for ...

Future Upgrades

928 byte By birkbeck01a at 2007-11-27 7:49:35
I am jumping ahead, but I wonder how coolstack will handle future upgrades.I have installed CoolStack 1.1 I some far it seem to have saved me a lot of time, but what will happen when 1.x comes out, since the packages will over write the previous versions.Can I suggest that CSK have a version ...

CoolStack 1.1 amd64 php refresh problem

369 byte By setuid.ha at 2007-11-27 7:54:31
Hi,I have a problem with refreshing .php files. If I create a file.php in /opt/coolstack/apache2/htdocs I must use apachectl graceful to see it. The same problem is when I edit the file, I must restart apache2 to see changes.There is no problem with .html filesCould anyone help me ...

Activate CSKamp http php streams?

270 byte By ot00nga at 2007-11-27 7:55:56
is there any possibility to activate http streams in PHP registered streams in CSKamp Coolstack 1.1? or should be re-compile?cause all application that user fopen( http://....) can't run well...always get an error: error open streamsthank you

How was APC compiled

511 byte By birkbeck01a at 2007-11-27 8:12:03
I having been looking at the source code to see if all compile options are included, just in case I want to rebuild later versions.I am unable to find any APC source files and I wondering if they are missing, since this is one version which needs a later build. I have installed the later ...

can I use CSKmyslq(64bit) instead of myslq-32bit buildin CSKamp

425 byte By lovesolarisa at 2007-11-27 8:12:32
I installed CSKamp which has myslq-32bit buidin at a solaris10 host, while I want to use CSKmyslq(64bit) instead of myslq-32bit as develeper want more RAM for DB.But I checked /opt/coolstack/php5/config_php.sh, looks like PHP is built with myslq-32bit.How I can use CSKmyslq(64bit) instead of ...

Question about SPARCT1 simulation with VERA or NTB

576 byte By EricWa at 2007-11-27 8:24:00
Hi every one:There is a option in sims simulation: vcs_use_vera, what is it used for?If I want to run simulation with vcs ,vera, shall I add this option? Is there some difference ?Additinally, I want to run it with "ntb",the command is follow:sims -sys=core1 -vcs_build -vcs_run -nouse_oolm ...

Feature request: transplanting architectural state into OpenSPARC

2054 byte By jsmolensa at 2007-11-27 8:29:54
Hi All, This is a follow-up from our conversation at FCRC/ISCA last week. I have a feature request for the OpenSPARC RTL, and potentially the FPGA model, which would help researchers experiment with real workloads on OpenSPARC:I would like to see a process for transplanting checkpointed ...

Using mssql.so PHP extension

953 byte By Francois.Bousqueta at 2007-11-27 8:35:07
I installed CSKamp, CSKphplibs and CSKtds packagesI added the following line to my php.ini"extension "mssql.so"But it looks like php doesn't that module functions:[root@uspvlts02]-[~]$ cat php_mssql.php<?php$DBSERVER = 'host';$DBUSER = 'user';$DBPASS = 'password';$DB = ...

Are we sure LDAP is in PHP

680 byte By birkbeck01a at 2007-11-27 8:45:38
I am a little confused, since I am unable to find a ldap function in the coolstack PHP, but it seems to be compiled in.MY 5.2.1 compiled version:--with-ldap=/opt/sfwand# /usr/local/php/bin/php --rfldap_connectFunction [ <internal> public function ldap_connect ] {}CoolStack 5.2.0 ...

two question

593 byte By sunboy_cja at 2007-11-27 8:57:57
1-When I read "3.1.5 CPX and PCX Packet Formats" in OpenSPARCT1_Micro_Arch.pdf,The document says the "ERR" bits are 138:137, and 139 bit is L2 missBut I found CPX description in iop.h file like this:`define CPX_ERR_HI 139`define CPX_ERR_LO 137It's conflict with the doc's description.Who can ...

tomcat native library?

659 byte By latp2006a at 2007-11-27 9:00:37
hello all,on T2000, i installed tomcat from Coolstack ( CSKtomcatApache Tomcat 5.5.20)When it start, it print:"INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: ...

UPGRADING SF12K Memory Solution

475 byte By Michael@LEEa at 2007-11-27 9:17:51
Currently my SF12K uniboard is configured with 4 CPU USIII with 8GB RAM. Plan to upgrade another 4 GB RAM. All the 8 Banks with 32 DIMM is fully populated with 1GB (4x 256MB).Solution Question:Let say I upgrade only 2 banks with 4 GB (4X1GB). Will it be compatible and able to run with current ...

Problem with PHP and MySQL function

916 byte By aquadrahta at 2007-11-27 9:24:00
When I execute<?php$dbserver = "db";$dbname = "egm";$dbuser = "egm";$dbpasswd = "123";mysql_connect($dbserver,$dbuser,$dbpasswd);@mysql_select_db($dbname) or die( "Unable to connect to database");?>on the CLI I get an error:[root@venus CSVORDERS]# /opt/coolstack/php5/bin/php -f ...

silly thing wont install

846 byte By dirtbag2ka at 2007-11-27 9:49:43
[jawelsh@club]$ sudo ./cooltuner.shar Password:cooltuner.shar starting up...Testing available /opt space ... OKExtracting cooltuner scripts from the /scratch/jawelsh/t2000_stuff/./cooltuner.shar file to /opt/cooltuner/tmptail +228 /scratch/jawelsh/t2000_stuff/./cooltuner.shar | /bin/uudecode -p ...

Coolstack Php cli issue with config-files, safe_mode and other things?

4321 byte By mikee11a at 2007-11-27 9:55:05
Using the coolstack apache/php combination I'm running intosomething that seems like a bug (or at least an interesting mis-feature)?Try a simple php program like this:<pre><?phppassthru("/usr/bin/ls /etc/inet");?></pre>--If you hit the web-page you'll see that it produces no ...

gccfss 4.0.4: internal compiler error

1178 byte By cterbovena at 2007-11-27 10:21:39
Hi there.I hope this is the right place to submit bug report for gccfss. Compiling the xvid 1.1.3 codec on a Niagara1 box I ran into the following internal compiler error:=> gcc -vUsing built-in specs.Target: sparc-sun-solaris2.10Configured with: ...

Benchmark & Graphs without admin access

648 byte By John_Cunliffea at 2007-11-27 10:27:23
Hi!I'm about to do some performance comparison between pthreaded and mpi'd c-code. I was looking for a simple monitoring tool and found cool tools. However since I can't get our admins to install it for me, I was wondering if anybody knows of an alternative? I tried Tau - which worked nice on ...

Board for more than one Niagara

355 byte By CPerfumoa at 2007-11-27 10:30:20
Is it possible to connect more than one Niagara processor to have a "multi-niagara" shared memory machine?In other words: T1 has 8x4=32 hardware threads. Can I connect two of them to the same blade (or however it is) and then have 8x4x2=64 threads running in parallel?Thank you very much in advance ...

Compiling Apache2 on T2K Platform using SunStudio12 - libiconv error

3144 byte By Joe_Grossea at 2007-11-27 10:37:41
Hi, Installed SunStudio12 + all the usual necessary packages from sunfreeware to compile and install apache 2.2.4. Problem: When running configure, the libiconv library is not included into the AP_LIBS line in ./build/config_vars.mk. The result is that apache fails to compile. I used the following ...

new to open sparc t1

908 byte By jobanmarwaha at 2007-11-27 10:44:27
hi all,i am new to open sparc and have been spending time with it but not getting much done. i am basically trying to run the regressions in the suite.i have a few questions to ask but let me 1st tell u what i have done1- extracted the tar file2-updated the .cshrc file according to our network ...

coolstack/apache and mod_ntlm... the road less traveled...

678 byte By mikee11a at 2007-11-27 10:55:41
When you google for ntlm and coolstack, you don't get any hits, and that is usually one of the 1st signs of trouble.... http://modntlm.sourceforge.net/is an apache module that helps with some authentication business in heavy windows/AD type of environments. apxs is used to fire off the compile, and ...

normal PC USB keyboard in SunBlade

157 byte By tunelera at 2007-11-27 11:03:47
<p>Hi,</p><p>can i use a normal PC USB keyboard in my SunBlade 150?</p><p>How to do things like [STOP]+[A] then?</p><p>Thanks in advance for any help ...</p>

XSLT Library for PHP5

348 byte By jdpadroa at 2007-11-27 11:07:44
I am using Solaris 10 x86 with Coolstack. I have loaded the PHPlibs as well as the CSkAmp. In addition I have installed Moodle Learning Management System. In order for this application to import and extract course ware that is zipped, it requires that the XSLT library be installed within PHP. How ...

ripc error on amd64

395 byte By gorrusa at 2007-11-27 11:41:15
I've just downloaded x64 version of spot, unfortunately ripc does not work:> /opt/SUNWspro/extra/bin/ripc ./a.out12232 init_lwp: can't bind perf counters to lwp 1 - Operation not applicable12232: lwp discovery failedlost control of pid 12232I have 64bit Solaris10 on Sun's w2100z workstation ...