Re: SOHO IPv6 router problems

2015-07-06 Thread Patrik Lundin
On Mon, Jul 06, 2015 at 03:51:04PM +, Christian Weisgerber wrote: > > FWIW, this scheme is specified here: > > TR-187: IPv6 for PPP Broadband Access > https://www.broadband-forum.org/technical/download/TR-187.pdf > Thanks for the information! There is no PPP involved in our situation but ot

Re: NFS encoding?

2015-07-06 Thread lists
> Looks like there is no resolution but replacement. Thanks. Yes, some overly generalised statements follow. A worthy endeavour is to educate your users or use tools that prevent the problem. Unless the entire software stack from the lowest level is encoding aware and understands and carries corr

Re: X error: "Maximum number of clients reached"

2015-07-06 Thread patrick keshishian
On 7/6/15, luke...@onemodel.org wrote: > I'm on OpenBSD 5.7 amd64, w/ all the latest stable patches. When I simply > launch xfce (from ports), an xterm, and ~34 "xedit" windows, I get: > "Maximum number of clients reachedError: Can't open display: :0.0". I > think I also had the same problem earl

Re: X error: "Maximum number of clients reached"

2015-07-06 Thread Fred
On 07/06/15 22:43, luke...@onemodel.org wrote: I'm on OpenBSD 5.7 amd64, w/ all the latest stable patches. When I simply launch xfce (from ports), an xterm, and ~34 "xedit" windows, I get: "Maximum number of clients reachedError: Can't open display: :0.0". I think I also had the same problem ear

X error: "Maximum number of clients reached"

2015-07-06 Thread luke350
I'm on OpenBSD 5.7 amd64, w/ all the latest stable patches. When I simply launch xfce (from ports), an xterm, and ~34 "xedit" windows, I get: "Maximum number of clients reachedError: Can't open display: :0.0". I think I also had the same problem earlier when running fvwm instead of xfce. I've sea

X error: "Maximum number of clients reached"

2015-07-06 Thread luke350
I'm on OpenBSD 5.7 amd64, w/ all the latest stable patches. When I simply launch xfce (from ports), an xterm, and ~34 "xedit" windows, I get: "Maximum number of clients reachedError: Can't open display: :0.0". I think I also had the same problem earlier when running fvwm instead of xfce. I've sea

Re: NFS encoding?

2015-07-06 Thread James A. Peltier
- Original Message - | Looks like there is no resolution but replacement. Thanks. | | http://superuser.com/questions/302407/what-to-do-with-nfs-server-utf-8-and-wi | ndows-7 | | Best regards, | Zhi-Qiang Lei | | > On Jul 6, 2015, at 1:56 PM, Johan Petersson wrote: | > | > i really wish

Re: comsat-biff issue

2015-07-06 Thread Todd C. Miller
On Mon, 06 Jul 2015 16:53:27 +0200, Walter Alejandro Iglesias wrote: > Till you mentioned about it I've ignored the existence of > /usr/libexec/mail.local. :-) I'm a new to OpenBSD. Is it some kind of > procmail's alike functionality? It's what delivers messages to /var/mail/username when invok

Re: SOHO IPv6 router problems

2015-07-06 Thread Christian Weisgerber
On 2015-06-30, Patrik Lundin wrote: > The setup looks like this: We are supposed to get a default route on the > outside interface (em0), using autoconf, and then recieve an IPv6 prefix > on the inside (em1) using DHCP6-PD (prefix delegation). FWIW, this scheme is specified here: TR-187: IPv6 f

Re: comsat-biff issue

2015-07-06 Thread Todd C. Miller
It looks like this is fallout from the strtonum() conversion in comsat. The issue is that mail.local writes a trailing newline after the offset that we need to trim. This fixes it. - todd Index: libexec/comsat/comsat.c === RCS fil

Re: comsat-biff issue

2015-07-06 Thread Walter Alejandro Iglesias
Hello Todd, On Mon, Jul 06, 2015 at 06:37:24AM -0600, Todd C. Miller wrote: > Is your mail being delivered to /var/mail/yourname or do you have > a .forward file? The comsat daemon is notified by mail.local which > delivers mail to the local mail spool. If you have a .forward file, > mail.local

Re: comsat-biff issue

2015-07-06 Thread Todd C. Miller
Is your mail being delivered to /var/mail/yourname or do you have a .forward file? The comsat daemon is notified by mail.local which delivers mail to the local mail spool. If you have a .forward file, mail.local is not used and you won't get a biff notification. - todd