search for: local_ipaddr

Displaying 5 results from an estimated 5 matches for "local_ipaddr".

2004 May 21
5
T100P HDLC configuration
...group primary ;Netopia 4622 ============================================================= MODE=cisco # MODE=hdlc DEVICE=hdlc0 /sbin/modprobe zaptel /sbin/modprobe wct1xxp /sbin/modprobe hdlc /sbin/modprobe syncppp /sbin/ztcfg -vvv /sbin/sethdlc ${DEVICE} ${MODE} /sbin/ifconfig ${DEVICE} ${T1_LOCAL_IPADDR} pointopoint ${T1_REMOTE_IPADDR} /sbin/route add -net ${T1_NETWORK} netmask ${T1_NETMASK} ${DEVICE} /sbin/route add default gw ${T1_REMOTE_IPADDR} metric 1 ${DEVICE} ================================================================ $ cat /etc/zaptel.conf loadzone = us defaultzone=us span=1,1,0,es...
2015 Mar 27
5
[Bug 2373] New: memory leak in sshd.c:2262
.../attachment.cgi?id=2577&action=edit patch During some playing around with openss-6.8 I found one memory leak in server. This was introduced in https://anongit.mindrot.org/openssh.git/commit/?id=5ecb41629860687b145be63b8877fabb6bae5eda It happened that you are not freeing allocated string with local_ipaddr. This is nothing critical, but nice to have. Patch is quite simple (see attachment). -- You are receiving this mail because: You are watching the assignee of the bug.
2017 Mar 30
4
[PATCH 0/3] p2v, v2v: Ensure the full version is always available in several places.
After debugging a virt-p2v issue with a customer in the middle of the night on Tuesday, I felt it would have been helpful to know exactly which version(s) of virt-p2v and virt-v2v they were using. That wasn't very clear from the log file I was provided with, so this change makes sure the information is included every time. Rich.
2017 Feb 03
5
[PATCH 0/5] Support socket activation in virt-p2v.
As the subject says, support socket activation in virt-p2v. I have added upstream support for socket activation to nbdkit already: https://github.com/libguestfs/nbdkit/commit/7ff39d028c6359f5c0925ed2cf4a2c4c751af2e4 I posted a patch for qemu-nbd, still waiting on more reviews for that one: https://www.mail-archive.com/qemu-devel@nongnu.org/msg427246.html I tested this against old and new qemu
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is time to remove it from libguestfs. [1] https://github.com/libguestfs/virt-p2v [2] http://download.libguestfs.org/virt-p2v/ Pino Toscano (2): Remove virt-p2v Remove remaining virt-p2v bits .gitignore | 4 - Makefile.am | 7 +- bash/Makefile.am