public inbox for linux-audit@redhat.com
 help / color / mirror / Atom feed
From: John Dennis <jdennis@redhat.com>
To: kunal chandarana <chandarana.kunal@gmail.com>
Cc: linux-audit@redhat.com
Subject: Re: Auparse using Buffer.......
Date: Fri, 18 Jan 2008 09:55:08 -0500	[thread overview]
Message-ID: <4790BDCC.8060109@redhat.com> (raw)
In-Reply-To: <770716a30801180642v5c31b536ye696db92805c0e8e@mail.gmail.com>

kunal chandarana wrote:
 >     data="type=USER_ACCT msg=audit(1200638450.722:15): user pid=2156 
uid=0 auid=4294967295 subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 
msg='op=PAM:accounting acct=root exe=\"/usr/sbin/gdm-binary\" 
(hostname=?, addr=?, terminal=:0 res=success)'\0";

There is no EOR (End of Record) character in your data (e.g. newline), 
therefore the record is not terminated and the input is incomplete.

The EOR is *not* implicit at EOB (End of Buffer) because buffers can be 
concatenated fragments.
-- 
John Dennis <jdennis@redhat.com>

      reply	other threads:[~2008-01-18 14:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-18 14:42 Auparse using Buffer kunal chandarana
2008-01-18 14:55 ` John Dennis [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4790BDCC.8060109@redhat.com \
    --to=jdennis@redhat.com \
    --cc=chandarana.kunal@gmail.com \
    --cc=linux-audit@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox