Displaying 7 results from an estimated 7 matches for "ks3".
Did you mean:
ks
2000 Jan 19
1
Potentially serious (but rare) issue with buffer.c and cipher.c
...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 == iv2 on entry and exit. */
des_cbc_encrypt(dest, dest, len, ks3, iv3, DES_ENCRYPT);
- memcpy(iv3, (char *)dest + len - 8, 8);
+ memmove(iv3, (char *)dest + len - 8, 8);
}
void
@@ -66,16 +66,16 @@
{
des_cblock iv1;
- memcpy(&iv1, iv2, 8);
+ memmove(&iv1, iv2, 8);
des_cbc_encrypt(src, dest, len, ks3, iv3, DES_DECRYPT);
- memcpy(iv3, (char *)s...
2002 Oct 24
0
SV: Boot from Linux
...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 meddelelse----...
2011 Feb 28
0
Asterisk 1.4.40 Now Available
...rman, elguero, zerohalo. Patched by tilghman)
* Resolve issue where re-transmissions of SUBSCRIBE could break presence.
(Closes issue #18075. Reported by mdu113. Patched by twilson)
* Resolve issue in res_odbc where it may crash when a query fails.
(Closes issue #18243. Reported, patched by ks3)
* Fix CPU spike when pressing DTMF after agent login.
(Closes issue #18130. Reported by rgj. Patched by jpeeler)
* Fix cross-compiling issue.
(Closes issue #18301. Reported, patched by abelbeck)
* This version of Asterisk includes the new Compiler Flags option
BETTER_BACKTRACES which u...
2011 Feb 28
0
Asterisk 1.4.40 Now Available
...rman, elguero, zerohalo. Patched by tilghman)
* Resolve issue where re-transmissions of SUBSCRIBE could break presence.
(Closes issue #18075. Reported by mdu113. Patched by twilson)
* Resolve issue in res_odbc where it may crash when a query fails.
(Closes issue #18243. Reported, patched by ks3)
* Fix CPU spike when pressing DTMF after agent login.
(Closes issue #18130. Reported by rgj. Patched by jpeeler)
* Fix cross-compiling issue.
(Closes issue #18301. Reported, patched by abelbeck)
* This version of Asterisk includes the new Compiler Flags option
BETTER_BACKTRACES which u...
2004 Jan 27
11
test
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment.
2016 Jan 23
5
RX dropped packets on guests subnets
...n name='nat-internet'/>
<ip address='192.168.100.1' netmask='255.255.255.0'>
<dhcp>
<range start='192.168.100.128' end='192.168.100.254'/>
</dhcp>
</ip>
</network>
here is the XML of the VM
[root@ks3 boot]# virsh dumpxml Network
<domain type='kvm' id='5'>
<name>Network</name>
<uuid>006ec4e9-028c-4fef-94ec-4e9efbab61ff</uuid>
<memory unit='KiB'>1048576</memory>
<currentMemory unit='KiB'>1048576</currentMem...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking