Search Results

Search: Posts Made By: rickkar
5,856
Posted By rickkar
delete to end of formatted warnings using sed or cut...
thanks ghost,

just so we're on the same page, i'm trying to run this as part of an script that calls a .bin from someplace defined in {PATH_TO_APPS} -- the warnings are thrown when the JRE...
5,856
Posted By rickkar
delete to end of formatted warnings using sed or cut...
thanks ghost -- i appreciate your guidance --

i changed

${PATH_TO_APPS}/*.bin | awk '/this issue/{f=0;next}/^libxcb/{f=1}f{next}f==0'

to

${PATH_TO_APPS}/*.bin | awk '/this...
5,856
Posted By rickkar
thanks ghost... i'm applying your...
thanks ghost...

i'm applying your suggestion to the output of < ${PATH_TO_APPS}/*.bin >

${PATH_TO_APPS}/*.bin | awk '/this issue/{f=0;next}/^libxcb/{f=1}f{next}f==0'


the output...
5,856
Posted By rickkar
delete to end of formatted warnings using sed or cut...
Thanks ghost... i applied your suggestion, but the warnings continue to appear -- I understand these underlying errors are somewhat well-known(notorious) JRE issues... that many folks have chosen...
5,856
Posted By rickkar
delete to end of formatted warnings using sed or cut...
Thanks Jim, there's some progress -- however the 'libxcb' warning have just moved further down -- i.e., the install progress further before the warnings appear... any ideas...?

previously,...
5,856
Posted By rickkar
delete to end of formatted warnings using sed or cut...
Thanks Jim,

unfortunately, with the changes in place, i still see both 'libxcb:' warnings... the syntax is as you prescribed

installScript.sh | sed '/^libxcb/,/this issue\.$/d'


did...
5,856
Posted By rickkar
delete to end of formatted warnings using sed or cut...
hi, i've searched the forums' entries and have tried some of the examples -- to no avial -- this is my first post -- thanks in advance for your help...

As part of an installation program --...
Showing results 1 to 7 of 7

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