fifo_listen: fchmod public/pickup: Invalid argument with postfix on today's current

2012-02-24 Thread Doug Barton
I'm on today's -current (r232126) and I'm getting the error in the
subject when trying to start postfix. I recompiled 2.9, and then tried
2.8  both give the same error.


Any ideas?


Doug

-- 

It's always a long day; 86400 doesn't fit into a short.

Breadth of IT experience, and depth of knowledge in the DNS.
Yours for the right price.  :)  http://SupersetSolutions.com/

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: fifo_listen: fchmod public/pickup: Invalid argument with postfix on today's current

2012-02-24 Thread Doug Barton
On 02/24/2012 21:00, Doug Barton wrote:
> I'm on today's -current (r232126) and I'm getting the error in the
> subject when trying to start postfix. I recompiled 2.9, and then tried
> 2.8  both give the same error.

Backing out r232055 fixed this.


-- 

It's always a long day; 86400 doesn't fit into a short.

Breadth of IT experience, and depth of knowledge in the DNS.
Yours for the right price.  :)  http://SupersetSolutions.com/

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: fifo_listen: fchmod public/pickup: Invalid argument with postfix on today's current

2012-02-25 Thread Attilio Rao
Il 25 febbraio 2012 07:15, Doug Barton  ha scritto:
> On 02/24/2012 21:00, Doug Barton wrote:
>> I'm on today's -current (r232126) and I'm getting the error in the
>> subject when trying to start postfix. I recompiled 2.9, and then tried
>> 2.8  both give the same error.

Did you also rebuilt world?

Attilio

-- 
Peace can only be achieved by understanding - A. Einstein
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: fifo_listen: fchmod public/pickup: Invalid argument with postfix on today's current

2012-02-25 Thread K. Macy
On Sat, Feb 25, 2012 at 2:15 PM, Attilio Rao  wrote:
> Il 25 febbraio 2012 07:15, Doug Barton  ha scritto:
>> On 02/24/2012 21:00, Doug Barton wrote:
>>> I'm on today's -current (r232126) and I'm getting the error in the
>>> subject when trying to start postfix. I recompiled 2.9, and then tried
>>> 2.8  both give the same error.
>
> Did you also rebuilt world?

I don't think a world rebuild shouldn't be necessary for that change.

> Attilio
>
> --
> Peace can only be achieved by understanding - A. Einstein
> ___
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"



-- 
   “The real damage is done by those millions who want to 'get by.'
The ordinary men who just want to be left in peace. Those who don’t
want their little lives disturbed by anything bigger than themselves.
Those with no sides and no causes. Those who won’t take measure of
their own strength, for fear of antagonizing their own weakness. Those
who don’t like to make waves—or enemies.

   Those for whom freedom, honour, truth, and principles are only
literature. Those who live small, love small, die small. It’s the
reductionist approach to life: if you keep it small, you’ll keep it
under control. If you don’t make any noise, the bogeyman won’t find
you.

   But it’s all an illusion, because they die too, those people who
roll up their spirits into tiny little balls so as to be safe. Safe?!
>From what? Life is always on the edge of death; narrow streets lead to
the same place as wide avenues, and a little candle burns itself out
just like a flaming torch does.

   I choose my own way to burn.”

   Sophie Scholl
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: fifo_listen: fchmod public/pickup: Invalid argument with postfix on today's current

2012-02-25 Thread Giovanni Trematerra
On Sat, Feb 25, 2012 at 8:15 AM, Doug Barton  wrote:
> On 02/24/2012 21:00, Doug Barton wrote:
>> I'm on today's -current (r232126) and I'm getting the error in the
>> subject when trying to start postfix. I recompiled 2.9, and then tried
>> 2.8  both give the same error.
>
> Backing out r232055 fixed this.
>

Hi Doug,
sorry for the breakage.
It should be related to a behavior change in handling fo_chmod/fo_chown for
named pipes due to r232055.

Could you try the patch at
http://www.trematerra.net/patches/fifo_chmod.patch

to see if it fixes your issue with postfix?

Thank you

--
Gianni
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: fifo_listen: fchmod public/pickup: Invalid argument with postfix on today's current

2012-02-25 Thread Doug Barton
On 02/25/2012 06:34, Giovanni Trematerra wrote:
> On Sat, Feb 25, 2012 at 8:15 AM, Doug Barton  wrote:
>> On 02/24/2012 21:00, Doug Barton wrote:
>>> I'm on today's -current (r232126) and I'm getting the error in the
>>> subject when trying to start postfix. I recompiled 2.9, and then tried
>>> 2.8  both give the same error.
>>
>> Backing out r232055 fixed this.
>>
> 
> Hi Doug,
> sorry for the breakage.
> It should be related to a behavior change in handling fo_chmod/fo_chown for
> named pipes due to r232055.
> 
> Could you try the patch at
> http://www.trematerra.net/patches/fifo_chmod.patch
> 
> to see if it fixes your issue with postfix?

Yes, it did, thanks.

To answer the other question, yes, I always do world & kernel, unless
'svn up' only shows changes under sys/.


Doug

-- 

It's always a long day; 86400 doesn't fit into a short.

Breadth of IT experience, and depth of knowledge in the DNS.
Yours for the right price.  :)  http://SupersetSolutions.com/

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"