Displaying 3 results from an estimated 3 matches for "6da6".
Did you mean:
6d36
2003 May 20
0
WARNING[65545]: ... I don't know how to authenticate methods
...,
Recently I am encountering an authentication error when making a phone call
between Asterisks.
That call is intended as follows.
(1) SIP_phone2 to Asterisk#2
(2) Asterisk#2 to Asterisk#3
(3) Asterisk#3 to SIP_Phone3
At (2), that is transferring a call such as
-- Executing Dial("SIP/211-6da6", "iax/k0.dyndns.org/302") in new stack
-- Calling using options
'exten=302;callerid="sip-211";language=en;formats=4;capability=2147483519;ve
rsion=1;adsicpe=2'
and encountering following error message:
WARNING[65545]: File chan_iax.c, Line 3838 (socke...
2020 Feb 21
0
Renaming virtio devices names on CentOS 8 VM guest
...tc/default/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rd.lvm.lv=rhel_7/swap rd.luks.uuid=luks-
cc387312-6da6-469a-8e49-b40cd58ad67a
crashkernel=auto vconsole.keymap=us vconsole.font=latarcyrheb-sun16
rd.lvm.lv=rhel_7/root rhgb quiet net.ifnames=0 biosdevname=0"
GRUB_DISABLE_RECOVERY="true"
Then for an EUFI system run this:
~]# grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg
Reboot and...
2020 Feb 21
3
Renaming virtio devices names on CentOS 8 VM guest
I have built a CentOS 8 base image from a kickstart, for use in OpenStack.
This image boots fine but the problem I have is that I can't stop udev from renaming the network device from eth0 to ens<something>.
I have /etc/sysconfig/network-scripts/ifcfg-eth0 with the correct HWADDR defined in it, and have set net.ifnames=0 and biosdevname=0 in the grub configuration, but nothing I have