Re: "Text file busy"
From: Zahemszky Gábor (Gabor@Zahemszky.HU)
Date: 07/23/02
- Next message: Tony Landells: "Re: "Text file busy""
- Previous message: Brian W. Buchanan: "Re: "Text file busy""
- In reply to: Brett Glass: ""Text file busy""
- Next in thread: Tony Landells: "Re: "Text file busy""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 23 Jul 2002 08:59:43 +0200 From: Zahemszky Gábor <Gabor@Zahemszky.HU> To: freebsd-security@freebsd.org
On Tue, Jul 23, 2002 at 12:27:58AM -0600, Brett Glass wrote:
> a symptom. What mechanism generates this message? And does it suggest
Hi!
It means: somebody/sonething wants to write to an executable file, which
is actually running.
Bye, ZGabor
ZGabor < Gabor at Zahemszky dot HU >
--
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l i;};print "$j"
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message
- Next message: Tony Landells: "Re: "Text file busy""
- Previous message: Brian W. Buchanan: "Re: "Text file busy""
- In reply to: Brett Glass: ""Text file busy""
- Next in thread: Tony Landells: "Re: "Text file busy""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]