search for: confreq

Displaying 10 results from an estimated 10 matches for "confreq".

Did you mean: confree
2010 Jun 02
1
Regression of 5616?
...Jun 2 16:56:05 debian pppd[17472]: pppd 2.4.4 started by root, uid 0 Jun 2 16:56:05 debian pppd[17472]: using channel 17 Jun 2 16:56:05 debian pppd[17472]: Using interface ppp0 Jun 2 16:56:05 debian pppd[17472]: Connect: ppp0 <--> /dev/pts/2 Jun 2 16:56:05 debian pppd[17472]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0xa2912b7> <pcomp> <accomp>] Jun 2 16:56:05 debian pptpd[17470]: GRE: Bad checksum from pppd. Jun 2 16:56:05 debian pppd[17472]: rcvd [LCP ConfReq id=0x0 <mru 1400> <magic 0x648b71fd> <pcomp> <accomp...
2005 Aug 17
0
ppp winbind type 5 error
I'm having a trouble. I use winXP to connect through L2TP/IPsec to one Linux server. When I try to connect in my domain appear an error at log. Plugin winbind.so loaded. WINBIND plugin initialized. using channel 36 Using interface ppp1 Connect: ppp1 <--> /dev/pts/3 sent [LCP ConfReq id=0x1 <mru 1410> <asyncmap 0x0> <auth chap MD5> <magic 0x564e3dc9> <pcomp> <accomp>] rcvd [LCP ConfReq id=0x0 <mru 1400> <magic 0x17201f33> <pcomp> <accomp> <callback CBCP>] sent [LCP ConfRej id=0x0 <callback CBCP>] rcvd [LCP...
2004 Sep 06
2
Bug#270019: serial/lp rules for logcheck
At the moment I've no host with which to test ppp/lp things on. If you (or anyone) could provide complete regexes, (each beginning with ^ and ending with $) I will patch the rules accordingly. If not, sending the full log lines is a good start. Thanks! -- [ Todd J. Troxell ,''`. Student, Debian GNU/Linux Developer, SysAdmin, Geek :
2001 Sep 01
0
Uneditted logfile for my ppp+tinc messup
...us chat[1190]: send (\d) Sep 1 11:12:15 zeus pppd[326]: Serial connection established. Sep 1 11:12:15 zeus pppd[326]: using channel 12 Sep 1 11:12:15 zeus pppd[326]: Using interface ppp0 Sep 1 11:12:15 zeus pppd[326]: Connect: ppp0 <--> /dev/ttyS0 Sep 1 11:12:16 zeus pppd[326]: sent [LCP ConfReq id=0xd <asyncmap 0x0> <magic 0x699fb45d> <pcomp> <accomp>] Sep 1 11:12:19 zeus pppd[326]: rcvd [LCP ConfReq id=0xad <asyncmap 0xa0000> <auth chap MD5> <magic 0x9ff050cd> <pcomp> <accomp>] Sep 1 11:12:19 zeus pppd[326]: sent [LCP ConfAck id=0xa...
2004 Apr 14
1
PPTP Server running behind Shorewall
...t to client Apr 13 19:28:32 FWONP pppd[3119]: pppd 2.4.1 started by root, uid 0 Apr 13 19:28:32 FWONP pppd[3119]: using channel 15 Apr 13 19:28:33 FWONP pppd[3119]: Using interface ppp0 Apr 13 19:28:33 FWONP pppd[3119]: Connect: ppp0 <--> /dev/pts/2 Apr 13 19:28:33 FWONP pppd[3119]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap 81> <magic 0xb86eca6e> <pcomp> <accomp>] Apr 13 19:28:33 FWONP pptpd[3118]: CTRL: Received PPTP Control Message (type: 15) Apr 13 19:28:33 FWONP pptpd[3118]: CTRL: Got a SET LINK INFO packet with standard ACCMs Apr 13 19:28:35 FWONP...
2017 Aug 23
0
Data too big for a specific library package to handle
I know there are ways around the 'can't allocate a vector of size x GB' errors, but I'm stumped.? So my raw data has >7 million rows and eight columns. That's not a problem itself. Using the confreq package (for configural frequency analysis), I take my data and run it through the package's dat2fre function. This converts to a class called 'Pfreq.' ?(Looks like a data frame to me, but R recognizes it as different.) It is now smaller, a little less than a million rows, and one colum...
2017 Sep 21
1
How automatically set group.devices.allow for libvirt-lxc container after start ?
...ifference) run: # echo "c 108:0 rwm" > /sys/fs/cgroup/devices/machine.slice/machine-lxc\\x2d${PID}\\x2d${CONTAINER_NAEM}scope/devices.allow 5) Now pppd work inside lxc: #pppd call reuters debug nodetach using channel 1 Using interface ppp0 Connect: ppp0 <--> /dev/pts/2 sent [LCP ConfReq id=0x1 <mru 1000> <asyncmap 0x0> <magic 0x567d90ae>] ... But such method has several drawbacks. 1) I do not want to give cap_mknod, no need extra holes. With cap_mknod you can make /de/block_device and using device.allow to give it the rights rwm. 2) libvirt-lxc has some analog...
2004 May 31
1
zapras how to
hi! I'm trying to get zapras working in GSM csd network. Whenever a dialup call is initiated from the mobile to the * gateway the following appears in the log and zapras terminates. Phone gives the error dialup not answered. ==> /var/log/messages <== pppd[2310]: Plugin zaptel.so loaded. pppd[2310]: Zaptel Plugin Initialized pppd[2310]: Using zaptel device 'stdin' pppd[2310]:
2007 Apr 18
0
[Bridge] BCP code ported to pppd 2.4.2
...m[unit], p, len); +} + + +/* + * bcp_protrej - A Protocol-Reject was received for BCP. + * + * Pretend the lower layer went down, so we shut up. + */ +static void +bcp_protrej(unit) + int unit; +{ + fsm_lowerdown(&bcp_fsm[unit]); +} + + +/* + * bcp_resetci - Reset our CI. + * Called by fsm_sconfreq, Send Configure Request. + */ +static void +bcp_resetci(f) + fsm *f; +{ + bcp_options *wo = &bcp_wantoptions[f->unit]; + bcp_options *go = &bcp_gotoptions[f->unit]; + + /* Either announce our MAC address to the other side, or request one from + * the other side. (Ano...
2007 Apr 18
7
[Bridge] (no subject)
Dear Sir, I was trying to install bridge as we are installing scps gateway in our testbed.This requires us to install the bridge. Our Linux version is 2.4.18 ~3 and we are using redhat 7.2 Please let me know which is the bridge I should install and how to configure it. Before configuring the bridge what I should check in my configuration. Thanks for your time, Sincerely Rama ===== I hear