> Em 2010.08.09. 21:34, Gennady Proskurin escreveu:
> > I see misbehaviour of new bsd grep in freebsd on tmpfs when grepping dirs.
> > For example (on tmpfs /tmp):
> >
> > mkdir /tmp/qwe
> > grep something /tmp/qwe
> > (grep hangs)
> >
> Thank you for the report, I'm already aware of the issue
Em 2010.08.09. 21:34, Gennady Proskurin escreveu:
I see misbehaviour of new bsd grep in freebsd on tmpfs when grepping dirs.
For example (on tmpfs /tmp):
mkdir /tmp/qwe
grep something /tmp/qwe
(grep hangs)
Thank you for the report, I'm already aware of the issue and preparing a
fix for it.
I see misbehaviour of new bsd grep in freebsd on tmpfs when grepping dirs.
For example (on tmpfs /tmp):
mkdir /tmp/qwe
grep something /tmp/qwe
(grep hangs)
When doing the same thing on ordinary filesystem (tried zfs and ufs), all works
correct (grep exits immediately).
I think this is easilly rep
On 9 August 2010 14:37, Dag-Erling Smørgrav wrote:
> Ivan Voras writes:
>> Dag-Erling Smørgrav writes:
>> > Marius Nünnerich writes:
>> > > I did not think of a new GEOM class that looks like glabel but one
>> > > that has no metadata stored on disk . It is then activated and
>> > > controlled
Ivan Voras writes:
> Dag-Erling Smørgrav writes:
> > Marius Nünnerich writes:
> > > I did not think of a new GEOM class that looks like glabel but one
> > > that has no metadata stored on disk . It is then activated and
> > > controlled by loader.conf variables. (Maybe like gnop? If I
> > > reme
On 9 August 2010 10:51, Dag-Erling Smørgrav wrote:
> Marius Nünnerich writes:
>> I did not think of a new GEOM class that looks like glabel but one
>> that has no metadata stored on disk . It is then activated and
>> controlled by loader.conf variables. (Maybe like gnop? If I remember
>> correctl
Marius Nünnerich writes:
> I did not think of a new GEOM class that looks like glabel but one
> that has no metadata stored on disk . It is then activated and
> controlled by loader.conf variables. (Maybe like gnop? If I remember
> correctly, I did not take a look at that class for ages).
As you