search for: sournce

Displaying 3 results from an estimated 3 matches for "sournce".

Did you mean: source
2019 Apr 25
0
UEFI and PXE
...://pxesrv.cmadams.net/local/pxe.pl" > pxelinux.conf cd .. fi # EFI setup if [ ! -d EFI ]; then mkdir EFI cd EFI ln -s ../grub2-efi-x64-modules/usr/lib/grub fedora cd .. ln -s shim-x64/boot/efi/EFI/fedora/shimx64.efi . ln -s grub2-efi-x64/boot/efi/EFI/fedora/grubx64.efi . echo "sournce (http,pxesrv,cmadams.net)/local/grub2.pl" > grub.cfg fi ******************** -- Chris Adams <linux at cmadams.net>
2007 Jul 08
2
asterisk is not sip proxy
Hello Asteriskers, I'm confused about why Asterisk is not a SIP proxy and why exactly this can affect the performance of a large Asterisk system. I know that Asterisk acts as a useragent endpoint, but my doubt is why exactly Asterisk could overload the call flow if the RTP voice stream goes from the caller to the called party. Does someone know how many calls or pencentaje that could handle
2019 Apr 24
3
UEFI and PXE
We have a working PXE setup. I've tried to adapt it to UEFI as per RHEL6 manual, but the client won't boot. Strangely, tcpdump shows that the client tries to download all files via tftp from the dhcp server rather than the tftp server (they are different). next-server is pointing to the tftp server. Any clues?