search for: somedevice

Displaying 6 results from an estimated 6 matches for "somedevice".

2014 Jun 10
0
Fwd: Asterisk 12.1.1 on Ubuntu 12.04 crashing
...brWepr (bt, bt full and thread apply all bt) The extensions.conf is something like this [incoming] exten => usnumber,1,GotoIf($["${CALLERID(num)}" = "12223334444?]?validatepin,2) exten => validatepin,2,DISA(9999,supercontext) [supercontext] exten => 9,1,Dial(PJSIP/line at somedevice) The caller comes into incoming on the usnumber extension, the caller id matches and then it does the DISA call validating the pin... I enter the pin right, then dial 9 and that's when it crashes. I'm about to install Asterisk 12.3 and see if it happens there too -------------- next part...
2020 Sep 16
4
AD DC DNS question
OS = Ubuntu 18.04 in an LXD container Samba 4.11.x and up Is there a way to have DNS resolution on the server that can coexist with the samba ad dc internal DNS server? The way that I have it set up, whenever samba is not running, then I can't use any web resources b/c everything goes through the samba internal DNS. So I can't do system updates and upgrades unless samba is running. I saw
2017 Apr 07
0
[RFC 1/3] virtio-iommu: firmware description of the virtual topology
...s: /* The virtual IOMMU is described with a virtio-mmio node */ viommu2: virtio at 10000 { compatible = "virtio,mmio"; reg = <0x10000 0x200>; dma-coherent; interrupts = <0x0 0x5 0x1>; #iommu-cells = <1> }; /* Some platform device has Device ID 0x5 */ somedevice at 20000 { ... iommus = <&viommu2 0x5>; }; /* * PCI domain 3 is described by its host controller node, along * with the complete relation to the IOMMU */ pci { ... /* Linear map between RIDs and Device IDs for the whole bus */ iommu-map = <0x0 &viommu2 0x100...
2002 May 03
2
Some questions concerning IPtables (& IMQ/SFQ)
Hi there! Some questions I couldn''t find an answer for: IPtables: - Is it possible to filter those ACK-packets (to eleminate problems with ADSL-connections) with IPtables? It wasn''t possible with IPchains, so u32 had to be used. Now there is this nice little --tcp-flags option. But I just don''t know if this is all I need. The u32 was checking for packetsize too. So if
2017 Apr 07
34
[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
This is the initial proposal for a paravirtualized IOMMU device using virtio transport. It contains a description of the device, a Linux driver, and a toy implementation in kvmtool. With this prototype, you can translate DMA to guest memory from emulated (virtio), or passed-through (VFIO) devices. In its simplest form, implemented here, the device handles map/unmap requests from the guest. Future
2017 Apr 07
34
[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
This is the initial proposal for a paravirtualized IOMMU device using virtio transport. It contains a description of the device, a Linux driver, and a toy implementation in kvmtool. With this prototype, you can translate DMA to guest memory from emulated (virtio), or passed-through (VFIO) devices. In its simplest form, implemented here, the device handles map/unmap requests from the guest. Future