search for: ks1

Displaying 7 results from an estimated 7 matches for "ks1".

Did you mean: ks
2005 Jan 08
2
SIP and NAT problems "imagine that :) "
...ow Peers" however the NAT column is stating "N" I can call them and they can hear me fine, but I can't here them. I'm thinking this has to do with RTP, but not sure. In the router I have the following setup under "Virtual Server": SIP TCP/UDP 5060 IAX TCP/UDP 4569 KS1 UDP 5004 RTP1 UDP 5000 SIP3 UDP 5036 SIP4 UDP 2727 In the firewall section I've said to allow UDP on 9999-20001 to go to the asterisk server It looks like this in the firewall rules; Source *,* Dest *,192.168.x.x UDP,9999-20001 Also on those extensions that are coming from an external source...
2000 Jan 19
1
Potentially serious (but rare) issue with buffer.c and cipher.c
...== RCS file: /usr/local/cvs/openssh/cipher.c,v retrieving revision 1.7 diff -u -r1.7 cipher.c --- cipher.c 2000/01/17 17:27:31 1.7 +++ cipher.c 2000/01/19 07:18:49 @@ -45,16 +45,16 @@ { des_cblock iv1; - memcpy(&iv1, iv2, 8); + memmove(&iv1, iv2, 8); des_cbc_encrypt(src, dest, len, ks1, &iv1, DES_ENCRYPT); - memcpy(&iv1, (char *)dest + len - 8, 8); + memmove(&iv1, (char *)dest + len - 8, 8); des_cbc_encrypt(dest, dest, len, ks2, iv2, DES_DECRYPT); - memcpy(iv2, &iv1, 8); /* Note how iv1 == iv2 on entry and exit. */ + memmove(iv2, &iv1, 8); /* Note how iv1...
2002 Oct 24
0
SV: Boot from Linux
...k) 05 sec BIOS 10 sec PXE 16 sec DHCP 22 sec pxelinux.0 25 sec vmlinuz/initrd 3. pxelinux.0 4. Redhat kickstart (from hidden harddisk partition) 5. Reboot and service setup Wish list: 1. I would like pxelinux.0 (or equivalent) to reinitialize the host on the fly. 2. Alternative ks file locations: ks1, ks2, ks3 - this would allow for fault tolerence 3. Read ks from ftp or tftp - I mean we already get pxelinux.0 from tftp. NB! At present excess time spent: 1. Rebooting 2. Installing things I do not really need (due to RPM/Kickstart dependencies). Hvis a nice day Henrik -----Oprindelig medd...
2006 Mar 28
0
Salvage or undelete files of damaged ext2/ext3 file systems
...unfortunately means that there may be errors in the salvaged files. So check them afterwards. The code is alpha and has only been tested on a Linux i386 system Salvage is an addition to the debugfs program in the e2progs package by Ted Ts'o. Download: http://www.dkuug.dk/keld/e2fsprogs-1.38-ks1.tar.gz. Then follow INSTALL instructions. Author: Keld Simonsen, keld at dkuug.dk
2007 May 17
2
Getting CentOS Server CD w/kickstart config
I would like to how how I can take the CentOS 4.4 Server Cd for example and modify the ISO to put on my anaconda-ks.cfg file and then modify the kernel parameters to automatically load the anaconda-ks.cfg file so that I can create a CD that I just stick into my machine it will format the drive, install the basic configuration I like without asking any questions. I need to install like 20
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...!q!dybPQ1D_L#e=Lco!oSk4 at W%tr9soI zTy-bDcRh~B>efpEJkAzS52BGSxeyj)is9vCZt>Mj%EJx7ba}XSEAmG^*Wxz2&2<II zG$g0(j1HhS4csM_yyJ`az<#%5<I_Z~1=5a6Z(^ohz21*tk0p%XtQ$yp*A at 12&`B+` z<~Dy2V-P2$I3+vK%@6|YkBS`L4my{Fwi~NwIeaAE7%R`-D86`B<zl7k^BSU)cB3j6 z#seofPSQ69*06AGA~e<wwDtN0(hKS1br_uJQtIaqS`jF{-lCIS&2Z2p3V=Y5=c-dT zYn?+%UXidXvD9E40yNn}R8m|JX<uHxBe5!0ZOw+h5`DhS2I6dz4gVGVw)qD>D>wO; zak3e&Kd(0V+ppgR`Tszn%(tuqe`KA^-(I`WM%x7Q)k~%7KNHN;QMNNe{8$CAq~400 ztEguF$rYVZ6Zpv${f71Cs`Qt5C61n;54p2Vv0sqzlLT5BtJ at j39fC$2kUR}GpyYkH zOPeg5>JP}rZAF<`r~&|^t^_cP+%!3=K#...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *