Re: 2 questions about dialup pppd use

2005-02-15 Thread James Carlson
into the time ( which is bad for file creation times and modification times as well, and cause havoc withsome programs). Good suggestion, though I think ntpdate is necessary if you expect to run xntpd -- NTP itself won't sync up unless the clock is close to right. -- James Carlson

Re: Client requesting its authentication

2005-02-24 Thread James Carlson
this, as offering the best usable algorithm first is what pppd does by default. -- James Carlson [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-ppp in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: Client requesting its authentication

2005-02-24 Thread James Carlson
client side is configured. -- James Carlson [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-ppp in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Blowfish encryption

2005-03-10 Thread James Carlson
protocols?), then I'd certainly recommend the use of IPsec. It defends against things that ssh (and, for that matter, SSL/TLS) cannot, works whether or not you use PPP, works on an end-to-end basis, and doesn't require changing everyone's implementations. -- James Carlson

Re: CHAP Auth issue at CentOS-6.8

2016-09-13 Thread James Carlson
s connection up too long, and the peer doesn't like seeing you log in more than once at a time. I don't believe anything is going wrong with PPP itself. -- James Carlson 42.703N 71.076W <carls...@workingcode.com> -- To unsubscribe from this list: send the line "unsubscribe

Re: CHAP Auth issue at CentOS-6.8

2016-09-13 Thread James Carlson
, pid > 9426 This part is sort of interesting. Why "-U"? I'm far from an expert in Roaring Penguin's PPPoE client, but I think that would imply that you have multiple simultaneous PPPoE sessions running. Does your provider even allow that? -- James Carlson 42.703N 71.076W

Re: CHAP Auth issue at CentOS-6.8

2016-09-13 Thread James Carlson
quot;sometimes" or is dependent on timing, then it sounds like the remote system has some kind of usage restriction. -- James Carlson 42.703N 71.076W <carls...@workingcode.com> -- To unsubscribe from this list: send the line "unsubscribe linux-ppp" in the body of a mes

Re: Problem: How to force(?) pcomp and accomp

2016-10-03 Thread James Carlson
end doesn't want to do ACFC and PFC is pure nonsense. How could any competent implementation fail to operate without header compression? How much do you trust that peer if they can't get the basics of PPP right? -- James Carlson 42.703N 71.076W <carls...@workingcode.com&g

Re: Starting dhcpcd terminates the established PPPoE connection

2016-12-29 Thread James Carlson
On 12/29/16 06:35, Sven Kirmess wrote: > Hi James, > > Thanks for looking into this. > > On Wed, Dec 28, 2016 at 6:20 PM, James Carlson <carls...@workingcode.com> > wrote: > >> It's remotely possible that the disconnection is unrelated to DHCP and >> th

Re: Session 152 terminated -- received PADT from peer

2017-07-18 Thread James Carlson
esn't reveal the passphrase on the wire. Whoever set up those options was probably pretty confused. If you can do so, I suggest running with "debug" and "updetach" options, and forwarding the complete trace output to the list. If there's a problem with pppd configuration (

Re: How to know when a link is established or destroyed?

2018-10-22 Thread James Carlson
be fine if I > submit a patch doing this? Submitting patches is fine, but if you do so, please indicate precisely what the patch does and (if possible) why the existing features don't fulfill your needs. It's often very hard to review changes out of the blue that don't appear to solve problems. -- James Carlson 42.703N 71.076W

Re: How to know when a link is established or destroyed?

2018-11-13 Thread James Carlson
nutes per day or minimum time between successive connection attempts or some such rule). When I was PPPEXT chair, I argued with the GPRS people until I was blue in the face. It did no good, of course. I'm sorry you're one of the victims here. -- James Carlson 42.703N 71.076W

Re: [PATCH 4/9] pppd: include time.h before using time_t

2019-10-04 Thread James Carlson
is at least one such system, but I can't tell you that it's *all* of them. I think this include is out of place here. -- James Carlson 42.703N 71.076W

Re: [PATCH] time.h: include header before using time_t

2019-10-04 Thread James Carlson
hat may be used in kernel context. What's the concern? -- James Carlson 42.703N 71.076W

Re: [PATCH] time.h: include header before using time_t

2019-10-04 Thread James Carlson
On 10/04/19 14:33, Kurt Van Dijck wrote: > On vr, 04 okt 2019 13:52:11 -0400, James Carlson wrote: > headers under sys/ are, AFAIK, not delivered by the kernel, but by the > toolchain. sys/time.h may have less issues than time.h, it has the same > disease. I've never heard of this p