Search Results

Search: Posts Made By: yakari
4,707
Posted By yakari
sendmail attachment problem
Hello,

i am sending email with following command.
The problem is the attachment is displayed as inline text instead of a file attached to email. What should i do?
I don't have chance to install...
4,673
Posted By yakari
displaying stdout of a script using vi editor
Hi,
Is there a way to display the stdout of a script using vi editor without writing the stdout to a file.

I have a script (format.sh) which reads a file and displays it in a special format.
i...
3,860
Posted By yakari
i have tried to modify the text file using the...
i have tried to modify the text file using the awk one-liners below:

awk '/A/{gsub(/X/, "Y")};{print}' inputfile
awk '!/C/{gsub(/X/, "Y")};{print}' inputfile

but here the main problem is my...
3,860
Posted By yakari
text substitution
hi,
in a text file i want to find the lines
which contains A and B,and if these lines do not contain C and D.
i want to substitute X with Y.
how can i achive these?
i tried with sed and awk,...
3,114
Posted By yakari
S(leeping) state means that process is waiting...
S(leeping) state means that process is waiting for a resource.
then, is it possible to determine what is that resource?
process is waiting for what?
using lsof, iostat,netstat,vmstat or something...
3,114
Posted By yakari
ps report (on tru64)
hi,
i have 10 processes running on a tru64
machine with 16 cpu. when i am checking the states of these processes
with ps command, i saw that almost never more than 3 of them are in the
R(unning)...
5,898
Posted By yakari
this is the truss output, do you have any idea...
this is the truss output, do you have any idea what can cause
FLTBOUNDS error?


write(2, " [ W e d F e b 1 4 ".., 74) = 74
write(6, "01 i\0\006\0\0\0\0\003 ^".., 361) = 361...
5,898
Posted By yakari
Segmentation fault , OSF1/TRU64
hi,
i am running a process on a unix machine
(OSF1 inca V5.1 2650 alpha)
which is doing some operations on an oracle database.

somehow this process is going down and produces
coredump about...
3,104
Posted By yakari
alpha EV6.7 vs EV7
i have two unix machine running under TRU64

1st one has 8 EV7 CPU with:
The alpha EV7 (21364) processor operates at 1300 MHz,
has a cache size of 1835008 bytes,

2nd one has 16 EV6.7 CPU...
4,025
Posted By yakari
stack region
how can i determine that
what percentage of stack region is currently is used?
(i am using tru64 unix)
3,218
Posted By yakari
-pg incompatible with -shared
while compiling my code with -pg option
i got the following error:

ld (prelink):
-pg incompatible with -shared; assuming -nopg

any idea to overcome this problem?
how can i use gprof...
2,433
Posted By yakari
thanks for your concern, althoug stderr way...
thanks for your concern,
althoug stderr way didnt work,
i have found a way:
(ladebug) record output responsesfile

see the link:...
3,276
Posted By yakari
debugging shared objects
Hi,
i am trying to debug a binary which is using a shared lib.
but i could not succeed in tracking the code flow in the classes defined
in this library.
i get: class MyClass <opaque> error

i...
2,433
Posted By yakari
redirection of ladebug output
i am using a command line ladebug debugger.
i want to redirect the responses of the debugger to a text file
but run args > output-file syntax does not successful
because it redirects only the...
3,059
Posted By yakari
call_shared option for ld
when i use -call_shared option
in the linker ld
i get an uknown flag error.

do you have any idea, how to track this error?

-call_shared option:

Specifying -call_shared (the default)...
3,135
Posted By yakari
broken pipes
A broken pipe means that you are writing onto a pipe that has been closed by the other end.


i have unix batch which forks some process
and these processes are communicating each other via...
Showing results 1 to 16 of 16

 
All times are GMT -4. The time now is 10:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy