Displaying 20 results from an estimated 31 matches for "0000004d".
Did you mean:
00000040
2013 Dec 15
3
Why doesn't Asterisk try to prevent transcoding
Let's say I have two devices configured and the follow call scenarios occur.
[100]
disallow=all
allow=g722&ulaw
Polycom phone with g722,ulaw,alaw,g729
[101]
disallow=all
allow=ulaw
Polycom phone with g722,ulaw,alaw,g729
101 dials 100 -> ulaw to ulaw is chosen
100 dials 101 -> g722 to ulaw is chosen
Ideally when 100 dials 101 ulaw would be chosen since it is the common
format.
2014 Nov 04
2
libguestfs-tools with libvirt SASL authentication
...rt-df: could not connect to libvirt (code 45, domain 7): authentication failed: Failed to start SASL negotiation: -4 (SASL(-4): no mechanism available: No worthy mechs found)
However, if I do specify a domain to run on, I am prompted for SASL authentication:
root@all-in-one:~# virt-df -d instance-0000004d
libvirt needs authentication to connect to libvirt URI NULL
(see also: http://libvirt.org/auth.html http://libvirt.org/uri.html)
Please enter your authentication name: nova@all-in-one
Please enter your password:
Filesystem 1K-blocks Used Available Use%
instance-000...
2013 Mar 07
2
Asterisk 1.6 + Cisco AS5300
...300 connected to Asterisk (1.6.2.9)
Between 15-16 minutes, the call is disconnected without reason.
Here is what is displayed in the debug:
Received an SDES from 10.4.0.10:17399
-- Got SIP response 420 "Bad Extension" back from 10.4.0.10
-- Stopped music on hold on SIP/as5300-1-0000004d
== Spawn extension (dialin, 065939191, 2) exited non-zero on
'SIP/as5300-1-0000004d'
Do you have an explanation?
Best regards,
Mickael
2014 Nov 07
2
Re: libguestfs-tools with libvirt SASL authentication
...irt (code 45, domain 7):
> authentication failed: Failed to start SASL negotiation: -4 (SASL(-4):
> no mechanism available: No worthy mechs found)
>
> However, if I do specify a domain to run on, I am prompted for SASL authentication:
>
> root@all-in-one:~# virt-df -d instance-0000004d libvirt needs
> authentication to connect to libvirt URI NULL (see also:
> http://libvirt.org/auth.html http://libvirt.org/uri.html) Please enter
> your authentication name: nova@all-in-one Please enter your password:
> Filesystem 1K-blocks Used Avail...
2014 Nov 05
0
Re: libguestfs-tools with libvirt SASL authentication
...nect to libvirt (code 45, domain 7): authentication failed: Failed to start SASL negotiation: -4 (SASL(-4): no mechanism available: No worthy mechs found)
>
> However, if I do specify a domain to run on, I am prompted for SASL authentication:
>
> root@all-in-one:~# virt-df -d instance-0000004d
> libvirt needs authentication to connect to libvirt URI NULL
> (see also: http://libvirt.org/auth.html http://libvirt.org/uri.html)
> Please enter your authentication name: nova@all-in-one
> Please enter your password:
> Filesystem 1K-blocks Used Ava...
2014 Nov 13
0
Re: libguestfs-tools with libvirt SASL authentication
...> authentication failed: Failed to start SASL negotiation: -4 (SASL(-4):
> > no mechanism available: No worthy mechs found)
> >
> > However, if I do specify a domain to run on, I am prompted for SASL authentication:
> >
> > root@all-in-one:~# virt-df -d instance-0000004d libvirt needs
> > authentication to connect to libvirt URI NULL (see also:
> > http://libvirt.org/auth.html http://libvirt.org/uri.html) Please enter
> > your authentication name: nova@all-in-one Please enter your password:
> > Filesystem 1K-bloc...
2012 Apr 30
2
x86info: dump kvm cpuid's
...ichael S. Tsirkin wrote:
> > The following makes 'x86info -r' dump kvm cpu ids
> > (signature+features) when running in a vm.
> >
> > On the guest we see the signature and the features:
> > eax in: 0x40000000, eax = 00000000 ebx = 4b4d564b ecx = 564b4d56 edx = 0000004d
> > eax in: 0x40000001, eax = 0100007b ebx = 00000000 ecx = 00000000 edx = 00000000
> >
> > On the host it just adds a couple of zero lines:
> > eax in: 0x40000000, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
> > eax in: 0x40000001, eax = 00000000 ebx...
2012 Apr 30
2
x86info: dump kvm cpuid's
...ichael S. Tsirkin wrote:
> > The following makes 'x86info -r' dump kvm cpu ids
> > (signature+features) when running in a vm.
> >
> > On the guest we see the signature and the features:
> > eax in: 0x40000000, eax = 00000000 ebx = 4b4d564b ecx = 564b4d56 edx = 0000004d
> > eax in: 0x40000001, eax = 0100007b ebx = 00000000 ecx = 00000000 edx = 00000000
> >
> > On the host it just adds a couple of zero lines:
> > eax in: 0x40000000, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
> > eax in: 0x40000001, eax = 00000000 ebx...
2012 Apr 30
4
[PATCHv2] x86info: dump kvm cpuid's
The following makes 'x86info -r' dump hypervisor leaf cpu ids
(for kvm this is signature+features) when running in a vm.
On the guest we see the signature and the features:
eax in: 0x40000000, eax = 00000000 ebx = 4b4d564b ecx = 564b4d56 edx = 0000004d
eax in: 0x40000001, eax = 0100007b ebx = 00000000 ecx = 00000000 edx = 00000000
Hypervisor flag is checked to avoid output changes when not
running on a VM.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Changes from v1:
Make work on non KVM hypervisors (only KVM was tested).
Avi...
2012 Apr 30
4
[PATCHv2] x86info: dump kvm cpuid's
The following makes 'x86info -r' dump hypervisor leaf cpu ids
(for kvm this is signature+features) when running in a vm.
On the guest we see the signature and the features:
eax in: 0x40000000, eax = 00000000 ebx = 4b4d564b ecx = 564b4d56 edx = 0000004d
eax in: 0x40000001, eax = 0100007b ebx = 00000000 ecx = 00000000 edx = 00000000
Hypervisor flag is checked to avoid output changes when not
running on a VM.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Changes from v1:
Make work on non KVM hypervisors (only KVM was tested).
Avi...
2006 Jun 24
3
recover data from linear raid
Hello,
I had a scientific linux 3.0.4 system (rhel compatible), with 3
ide disks, one for / and two others in linear raid (250 gb and 300 gb
each).
This system was obsoleted so i move the raid disks to a new
scientific linux 3.0.7 installation. However, the raid array was not
detected ( I put the disks on the same channels and same master/lsave
setup as in the previous setup). In fact
2023 Jul 23
1
col2rgb() function
Nick,
I've also made colors transparent by pasting the hex equivalent of, say,
0.3*256 = 76.9 to the hex color code. e.q. for black it might be
"#0000004d" and the 4d is 77 in hex. That way you don't need to convert
back and forth so much. If col is "#000000" the transparent version is
tcol <- paste0(col,"4d")
This would work in one step on a whole palette.
David
David K Stevens, PhD, PE, Professor
Civil and Envir...
2005 Nov 26
1
Tomb Raider 4 and wine 0.9.1(DirectX 6.1)
...creen is thru:
ALSA lib seq_hw.c:446:(snd_seq_hw_open) open /dev/snd/seq failed: No
such file or dir
ectory
err:int:INSTR_EmulateInstruction mov cr4,eax at 0x0048da53
err:int:INSTR_EmulateInstruction mov cr4,eax at 0x0048da64
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7fef1a18)->((nil),0000004d)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7fef1a18)->(0x10022,00000015)
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found! (XRandR)
fixme:ddraw:Main_DirectDraw_CreateSurface failed surface creation with code 0x8876007
8
fixme:ddraw:Main_DirectDraw_SetCooperativeLeve...
2017 Sep 21
0
[Bug 99900] [NVC1] nouveau: freeze / crash after kernel update to 4.10
...02 00000002 00000002
nouveau: ch6: buf 00000004 0000000b 00000002 00000002 00000000
nouveau: ch6: buf 00000005 0000000a 00000002 00000002 00000002
nouveau: ch6: buf 00000006 00000006 00000004 00000000 00000004
nouveau: ch6: buf 00000007 0000004c 00000002 00000000 00000002
nouveau: ch6: buf 00000008 0000004d 00000002 00000000 00000002
nouveau: ch6: buf 00000009 00000057 00000004 00000004 00000000
nouveau: ch6: buf 0000000a 00000095 00000002 00000002 00000000
nouveau: ch6: buf 0000000b 00000065 00000002 00000002 00000000
nouveau: ch6: buf 0000000c 00000043 00000002 00000002 00000000
qemu-system-i386: pu...
2011 Jun 18
0
Sonic Adventure DX - problem
...0000001c 0
00000014 0
00000010 0
0000000f 0
00000011 winedevice.exe
00000018 0
00000017 0
00000013 0
00000012 0
00000019 plugplay.exe
0000001d 0
0000001b 0
0000001a 0
00000028 explorer.exe
00000029 0
00000043 wmplayer.exe
00000051 0
0000004f 0
0000004d 0
0000004c 0
0000004b 0
0000004a 0
00000049 0
00000048 0
00000021 0
0000002b 0
00000044 0
0000002c 0
00000047 0
00000024 0
00000009 0
00000030 0
0000002f 0
00000020 0
00000023 0
00000045 0
00000015 0
00000016 0
00000022...
2010 Feb 26
2
Fun with virtual asterisks ...
So I've been testing asterisk under LXC for a few days now and am very
happy with the results. My test server is a 1.8GHz Celeron with 256KB
cache and 512MB RAM and I have 20 containers each running asterisk (and
apache/php,sendmail and a few other minor things)
More for fun than anything else, I've tried daisy-chaining instances
together - so 20 asterisks running on the same host, 0
2008 Jun 26
5
Can not run DVDSubEdit (Help!)
...0000007d -1
00000034 -1
00000091 -1
00000086 -1
00000026 -1
0000009f -1
000000be -1
00000097 -1
0000006e -1
00000088 -1
00000096 -1
00000027 -1
000000c2 -1
00000037 -1
0000003b -1
0000006c -1
00000046 -1
000000a5 -1
00000021 -1
0000009d -1
0000004d -1
00000083 -1
00000019 -1
000000b4 -1
0000005d -1
0000006d -1
00000051 -1
00000061 -1
00000050 -1
00000045 -1
00000022 -1
00000028 -1
0000003f -1
00000056 -1
00000054 -1
000000b2 -1
0000003c -1
00000093 -1
00000029 -1
00000098 -1
00000076...
2012 Jan 04
1
wow on arch 64bit
...00000067 0
00000066 0
00000065 0
00000064 0
00000063 0
00000062 0
0000005e 0
0000005c 0
0000005a 0
00000059 0
00000058 0
00000057 2
00000056 15
00000055 15
00000053 0
00000052 0
00000051 0
00000050 0
0000004f 0
0000004e 0
0000004d 0
0000004c 0
0000004b 0
0000004a 0
00000049 0
00000025 0 <==
Backtrace:
=>0 0x00000000 (0x0032fc44)
1 0x00860df9 in wow (+0x460df8) (0x0032fc98)
2 0x00860ea2 in wow (+0x460ea1) (0x0032fca8)
3 0x0084388a in wow (+0x443889) (0x0032fcb4)
4 0x00840c65 in wow (+0x440...
2009 Aug 25
2
Tribes 1.x Crashes on Launch (Appdb page lied!)
...00000038
00000039 0
0000003a
0000003b 0
0000003c
0000003d 0
0000003e
0000003f 0
00000040
00000041 0
00000042
00000043 0
00000044
00000045 0
00000046
00000047 0
0000000b
0000000d 0
0000000c
00000048 0
00000049
0000004a 0
0000004b
0000004c 0
0000004d
0000004e 0
0000004f
00000050 0
00000051
00000052 0
00000053
00000054 0
00000055
00000056 0
00000057
00000058 0
00000059
0000005a 0
0000005b
0000005c 0
0000005d
0000005e 0
0000005f
00000060 0
00000061
00000062 0
00000063
00000064 0
00000065...
2023 Jul 23
2
col2rgb() function
Thanks That works nicely Nick
On Sun, 23 Jul 2023 at 19:26, Ben Bolker <bbolker at gmail.com> wrote:
> Does adjustcolor() help?
>
> cb8<- c("#000000", "#E69F00", "#56B4E9", "#009E73","#F0E442", "#0072B2",
> "#D55E00", "#CC79A7")
> plot(0,0,xlim=c(1,8),ylim=c(0,1))
>