Hi


 
Thread Tools Search this Thread
Operating Systems SCO Hi
# 1  
Old 08-24-2006
Hi

Hi,
I am having two servers both having same version of sco unix 7.1.4 and the network was fine till some days back. There was a power cut off and the both the servers were forced to go off abnormally. Since then i m having problem with one of the server. the problem is i can connect from one server to another but i cannot connect from my clients i.e win xp machines. when i say ping i m getting .

Reply from xxx.xxx.xxx.xxx : bytes=32 .....
Request timed out
Request timed out
Request timed out
basically i m getting one line as connected ..

how do i sort this , there is lots of data on the server , i want to skip the reinstallation ..
please advice as soon as possible.
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MAKECSD(1)						  The Canonical Csound Reference						MAKECSD(1)

NAME
makecsd - Creates a CSD file from the specified input files. . DESCRIPTION
Creates a CSD file from the specified input files. The first input file that has a .orc extension (case is not significant) is put to the <CsInstruments> section, and the first input file that has a .sco extension becomes <CsScore>. Any remaining files are Base64 encoded and added as <CsFileB> tags. An empty <CsOptions> section is always added. Some text filtering is performed on the orchestra and score file: o newlines are converted to the native format of the system on which makecsd is being run. o blank lines are removed from the beginning and end of files. o any trailing whitespace is removed from the end of lines. o optionally, tabs can be expanded to spaces with an user specified tabstop size. SYNTAX
makecsd [OPTIONS ... ] infile1 [ infile2 [ ... ]] INITIALIZATION
Flags: o - t n = expand tabs to spaces using tabstop size n (default: disabled). This applies only to the orchestra and score file. o - w n = set Base64 line width to n (default: 72). Note: the orchestra and score are not wrapped. o - o fname = output file name (default: stdout) EXAMPLES
makecsd -t 6 -w 78 -o file.csd file.mid file.orc file.sco sample.aif This creates a CSD from file.orc and file.sco (tabs are expanded to spaces assuming a tabstop size of 6 characters), and file.mid and sample.aif are added as <CsFileB> tags containing Base64 encoded data with a line width of 78 characters. The output file is file.csd. CREDITS
Author: Istvan Varga Jan 2003 AUTHORS
Barry Vercoe MIT Media Lab Author. Dan Ellis MIT Media Lab, Cambridge Massachussetts Author. COPYRIGHT
5.10 08/01/2011 MAKECSD(1)