Page 1 of 1

Please help me with this "script error: tail"

PostPosted: Tue Jul 07, 2015 11:00 pm
by T-Power
Hello All,

Can someone please help with this error message issue I am having.

[code]Jul 8, 2015, 12:44:00 AM
Script 2015-07-8 Events.txt
Error script error: tail: /Library/Application Support/Perceptive Automation/Indigo 6/Logs/2015-07-8 Events.txt: No such file or directory (1)
script error: tail: /Library/Application Support/Perceptive Automation/Indigo 6/Logs//code]

Thank you

Re: Please help me with this "script error: tail"

PostPosted: Wed Jul 08, 2015 12:43 am
by kw123
if this is a bash shell script
tail -100 '/Library/Application Support/Perceptive Automation/Indigo 6/Logs/2015-07-8'
gives you the last 100 lines

note the "'" around the file name It contains spaces

Re: Please help me with this "script error: tail"

PostPosted: Wed Jul 08, 2015 10:52 am
by T-Power
Thanks for the reply!
I dont think it is a bash script, it looks like the Indigo event log.
Thought this may be more obvious, how do I get rid of the continued error?

T.I.A.

Re: Please help me with this "script error: tail"

PostPosted: Wed Jul 08, 2015 11:50 am
by FlyingDiver
Where are you seeing this error? If it's the Indigo event log, please repost it with the surrounding text, and use the proper CODE tags so it's readable.

Posting a list of the plugins you have installed would also be useful.

Re: Please help me with this "script error: tail"

PostPosted: Wed Jul 15, 2015 9:20 am
by T-Power
Hello again,

Sorry about the delay. The computer crashed with a kernel panic. I had to do a full recovery and so far I haven't seen the message return.

Thanks