search for: 00330

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

Did you mean: 0030
2006 May 01
1
/var/spool/asterisk/outgoing/ prematurely hanging up
I have a PSTN termination provider "foo" which will accept standard U.S. calls in the form 1<10 digit ph#>. I have an outbound route named "foo", with dial pattern "5|.", with the only entry in trunk sequence being "IAX2/foo". I have an X-lite local extension, on which I can dial 51<10 digit ph#>, and asterisk will call out over foo and the
2018 Feb 22
3
"scripts are not supported on interfaces of type vhostuser" error
...chd.log: 2018-02-22T09:18:24.715Z|00328|dpdk|INFO|VHOST_CONFIG: vhost-user client: socket created, fd: 51 2018-02-22T09:18:24.716Z|00329|netdev_dpdk|INFO|vHost User device '0.vm' created in 'client' mode, using client socket '/opt/oa/vhost/0.vm.sock' 2018-02-22T09:18:24.718Z|00330|dpdk|WARN|VHOST_CONFIG: failed to connect to /opt/oa/vhost/0.vm.sock: No such file or directory 2018-02-22T09:18:24.718Z|00331|dpdk|INFO|VHOST_CONFIG: /opt/oa/vhost/0.vm.sock: reconnecting... 2018-02-22T09:18:24.718Z|00332|bridge|INFO|bridge switch1: added interface 0.vm on port 5 Am I missing so...
2004 Jul 28
3
Ipfw config
...any to any 80 out via bge0 setup keep-state ## secure https ## add 00301 allow tcp from any to any 443 out via bge0 setup keep-state ## dns ## add 00310 allow tcp from any to any 53 out via bge0 setup keep-state add 00311 allow udp from any to any 53 out via bge0 keep-state ## pop & smtp ## add 00330 allow tcp from any to any 25 out via bge0 setup keep-state add 00331 allow tcp from any to any 110 out via bge0 setup keep-state ## give root all ## add 00340 allow tcp from me to any out via bge0 setup uid root keep-state ## ftp with passive ports ## add 00375 allow tcp from me to any 21 out via b...
2018 Feb 22
0
Re: "scripts are not supported on interfaces of type vhostuser" error
...09:18:24.715Z|00328|dpdk|INFO|VHOST_CONFIG: vhost-user > client: socket created, fd: 51 > 2018-02-22T09:18:24.716Z|00329|netdev_dpdk|INFO|vHost User device '0.vm' > created in 'client' mode, using client socket '/opt/oa/vhost/0.vm.sock' > 2018-02-22T09:18:24.718Z|00330|dpdk|WARN|VHOST_CONFIG: failed to connect > to /opt/oa/vhost/0.vm.sock: No such file or directory > 2018-02-22T09:18:24.718Z|00331|dpdk|INFO|VHOST_CONFIG: > /opt/oa/vhost/0.vm.sock: reconnecting... > 2018-02-22T09:18:24.718Z|00332|bridge|INFO|bridge switch1: added > interface 0.vm on...
2018 Feb 23
1
Re: "scripts are not supported on interfaces of type vhostuser" error
...dpdk|INFO|VHOST_CONFIG: vhost-user > > client: socket created, fd: 51 > > 2018-02-22T09:18:24.716Z|00329|netdev_dpdk|INFO|vHost User device '0.vm' > > created in 'client' mode, using client socket '/opt/oa/vhost/0.vm.sock' > > 2018-02-22T09:18:24.718Z|00330|dpdk|WARN|VHOST_CONFIG: failed to connect > > to /opt/oa/vhost/0.vm.sock: No such file or directory > > 2018-02-22T09:18:24.718Z|00331|dpdk|INFO|VHOST_CONFIG: > > /opt/oa/vhost/0.vm.sock: reconnecting... > > 2018-02-22T09:18:24.718Z|00332|bridge|INFO|bridge switch1: added &g...
2020 Aug 27
4
[PATCH nbdkit 0/2] Temporarily remove .list_exports for nbdkit 1.22
...nbdkit development upstream you'll have seen that we are still making changes to the .list_exports and related APIs. The current .list_exports API upstream is not how it will look finally. The latest set of proposals was here: https://www.redhat.com/archives/libguestfs/2020-August/thread.html#00330 At the same time I'd like to do an nbdkit 1.22 (stable) release. There are a few reasons for this, some good and some not so great: - We have sufficient new features and the schedule is right to do a release, but I don't want to push large changes in at the last minute. - The VDD...