semget() failed error while attempting LINUX based install

Barry Wiseman barrywiseman at verizon.net
Wed Jun 12 13:13:06 PDT 2013


On 6/12/2013 4:03 PM, fpgroups . wrote:
> I have reported this error to fptech and was suggested to run this script
>
> for i in `ipcs -s|grep filepro | tr -s " " "" | cut -d" " -f2`
>
> do
>                  ipcrm -s $i
> done
>
> I tried the script but I am getting this error:
>
> tr: when not truncating set1, string2 must be non-empty
>
>
> Can anyone point me towards a prospective solution?
>
That is definitely invalid tr syntax, I get the same error here. But fptech's pipeline command should work correctly without it, I couldn't say why they thought that tr segment was needed.


More information about the Filepro-list mailing list