search for: reuqest

Displaying 10 results from an estimated 10 matches for "reuqest".

Did you mean: request
2019 Sep 06
2
[PATCH 15/18] virtiofs: Make virtio_fs object refcounted
...; Now deivce can be removed while filesystem is still mounted. This will > cleanup all the virtqueues but virtio_fs object will still be around and > will be cleaned when filesystem is unmounted and sb/fc drops its reference. > > Removing a device also stops all virt queues and any new reuqest gets > error -ENOTCONN. All existing in flight requests are drained before > ->remove returns. > > Signed-off-by: Vivek Goyal <vgoyal at redhat.com> > --- > fs/fuse/virtio_fs.c | 52 +++++++++++++++++++++++++++++++++++++-------- > 1 file changed, 43 insertions(+), 9...
2019 Sep 06
2
[PATCH 15/18] virtiofs: Make virtio_fs object refcounted
...; Now deivce can be removed while filesystem is still mounted. This will > cleanup all the virtqueues but virtio_fs object will still be around and > will be cleaned when filesystem is unmounted and sb/fc drops its reference. > > Removing a device also stops all virt queues and any new reuqest gets > error -ENOTCONN. All existing in flight requests are drained before > ->remove returns. > > Signed-off-by: Vivek Goyal <vgoyal at redhat.com> > --- > fs/fuse/virtio_fs.c | 52 +++++++++++++++++++++++++++++++++++++-------- > 1 file changed, 43 insertions(+), 9...
2005 Sep 06
1
Can get IAX connection but no SIP connection?
...connection I have a firewall on the box but have opened the followng ports pbx 5060-5070 udp + tcp pbx 4569 udp pbx 5036 tcp pbx 2727 udp pbx 10000-20000 udp pbx 69 udp This allows me to connect with iax but sip fails registration with a 408. I watch the console and don't see a registration reuqest come in. I also made an entry in sip.conf to for bindaddr = myoutsideip Any idea of what I am missing? I see nothing in the logs pretaining to my sip connection. I am running asterisk 1.0.9 with verbosity 5 in my logs. -------------- next part -------------- An HTML attachment was scrubbed... UR...
2018 Jun 06
2
Using ControlPlayback with AWS S3
Hi, I have tested ControlPlayback and grabbed files via an apache server with no issue. I want to be able to grab files via aws S3 which would require me to add some headers to authenticate. Is there any way to have Asterisk add headers or would I need a http proxy in the middle? TIA. Dovid -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Sep 06
0
[PATCH 15/18] virtiofs: Make virtio_fs object refcounted
...removed while filesystem is still mounted. This will > > cleanup all the virtqueues but virtio_fs object will still be around and > > will be cleaned when filesystem is unmounted and sb/fc drops its reference. > > > > Removing a device also stops all virt queues and any new reuqest gets > > error -ENOTCONN. All existing in flight requests are drained before > > ->remove returns. > > > > Signed-off-by: Vivek Goyal <vgoyal at redhat.com> > > --- > > fs/fuse/virtio_fs.c | 52 +++++++++++++++++++++++++++++++++++++-------- > > 1...
2019 Sep 09
0
[Virtio-fs] [PATCH 15/18] virtiofs: Make virtio_fs object refcounted
...removed while filesystem is still mounted. This will > > cleanup all the virtqueues but virtio_fs object will still be around and > > will be cleaned when filesystem is unmounted and sb/fc drops its reference. > > > > Removing a device also stops all virt queues and any new reuqest gets > > error -ENOTCONN. All existing in flight requests are drained before > > ->remove returns. > > > > Signed-off-by: Vivek Goyal <vgoyal at redhat.com> > > --- > > fs/fuse/virtio_fs.c | 52 +++++++++++++++++++++++++++++++++++++-------- > > 1...
2006 May 23
9
Simple networking problem - DNS
...id 62784, offset 0, flags [none], proto 1, length: 84) 192.168.1.201 > 192.168.1.231: icmp 64: host 192.168.1.1 unreachable - admin prohibited for IP (tos 0x0, ttl 64, id 64210, offset 0, flags [DF], proto 17, length: 56) 192.168.1.231.32769 > 192.168.1.1.domain: 16734+[|domain] ##NTP Reuqest from dom0 15:25:49.518708 IP (tos 0x10, ttl 64, id 113, offset 0, flags [DF], proto 17, length: 76) 192.168.1.201.ntp > 194.100.206.70.ntp: [udp sum ok] NTPv4, length 48 Client, Leap indicator: (0), Stratum 3, poll 7s, precision -20 Root Delay: 0.414093, Root dispersion: 0....
2019 Sep 05
0
[PATCH 15/18] virtiofs: Make virtio_fs object refcounted
...cycle of the object. Now deivce can be removed while filesystem is still mounted. This will cleanup all the virtqueues but virtio_fs object will still be around and will be cleaned when filesystem is unmounted and sb/fc drops its reference. Removing a device also stops all virt queues and any new reuqest gets error -ENOTCONN. All existing in flight requests are drained before ->remove returns. Signed-off-by: Vivek Goyal <vgoyal at redhat.com> --- fs/fuse/virtio_fs.c | 52 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 9 deletions(-) diff --git a/fs/fuse/...
2018 Jun 06
2
Using ControlPlayback with AWS S3
...pache? > By apache I mean ControlPlayBack(http://voice1.mydomain.net:8090/1.wav,30000,6,4,0,5,1) > > I want to be able to grab files via aws S3 which would require me to add > some > > headers to authenticate. > > Presumably you mean you need to add some headers to an HTTP reuqest? > > Correct > > Is there any way to have Asterisk add headers or would I need a http > proxy > > in the middle? > > Where and how is Asterisk making an HTTP request at all? > > Asterisk is using URI Media Playback. Please see: https://wiki.asterisk.org/wiki/displ...
2019 Sep 05
38
[PATCH 00/18] virtiofs: Fix various races and cleanups round 1
Hi, Michael Tsirkin pointed out issues w.r.t various locking related TODO items and races w.r.t device removal. In this first round of cleanups, I have taken care of most pressing issues. These patches apply on top of following. git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git#virtiofs-v4 I have tested these patches with mount/umount and device removal using qemu monitor. For