search for: port1

Displaying 20 results from an estimated 87 matches for "port1".

Did you mean: port
2018 Jan 15
2
Digium G100 and CID Dropping First Digit.
...Asterisk 13.19.0. The Telco is blaming the PBX for the problem so I'm hoping someone here can shed some light. Below is a debug extract which I hope will help. The 21 number should be 021. Jan 16 10:53:16 G100-59-c4-ca asterisk[4674]: VERBOSE[4786]: chan_gtw/chan.c:4803 in dgm_pri_message: port1 < Calling Number (len=12) [ Ext: 0 TON: National Number (2) NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1) Jan 16 10:53:16 G100-59-c4-ca asterisk[4674]: VERBOSE[4786]: chan_gtw/chan.c:4803 in dgm_pri_message: port1 < Presentation: Presentation allowed of netw...
2010 Aug 03
4
mixing strings and numeric doubles in an array
...AA AAA AAAB AAABB AAB AABC AAC AACB AACC AACE AACI ... ZVXI Thus, when I reference this later, I get a numeric result and not the symbol? Is this because I need to change the format of stocks[,2] or because it has these extra "levels". For example: # START FIRST PORTFOLIO port1=matrix(0, ctr,3)#matrix for portfolio starting in June 30th 1995 c=0 # sort data at time t=1 (June 30th, 1995) for (i in 1:T) { if (stocks[i,1]==19950630) { c=c+1 row=i...
2015 May 15
2
Back to eth shuffling ...
Actually, I know what the MAC is for the builtin Port1 and 2. Those are listed in the BIOS. But ultimately I don't want to rely on them as I want the same kickstart file to work for other machines, so hardcoding those in the kickstart file wouldn't quite work, unless I start writing multiple kickstart files, one per machine. Anyway, lspci repo...
2015 May 14
2
Back to eth shuffling ...
...hcp/none/' /etc/sysconfig/network-scripts/ifcfg-${NETDEV}-tmp /bin/mv -f /etc/sysconfig/network-scripts/ifcfg-${NETDEV}-tmp \ /etc/sysconfig/network-scripts/ifcfg-${NETDEV} done After the machine boots and I look in /root/ksnet-devices, I see the MAC addresses for the devices as: Port1 -> eth0 PCIe Card-> eth1 Port2 -> eth2 And yet, during the machine's POST (which can verify by the PXE boot up of each device), it correctly enumerates the ethernet devices as: Port1 Port2 PCIe card So where and why is the order changed when the kernel kicks in and start booting the...
2015 May 15
2
Back to eth shuffling ...
...if you can't get them together again, there must be a reason. By all > means, do not use a hammer." -- IBM maintenance manual, 1925 > > On 15 May 2015 at 10:12, Ashley M. Kirchner <ashley at pcraft.com> wrote: > > > Actually, I know what the MAC is for the builtin Port1 and 2. Those are > > listed in the BIOS. But ultimately I don't want to rely on them as I want > > the same kickstart file to work for other machines, so hardcoding those > in > > the kickstart file wouldn't quite work, unless I start writing multiple > > kickstar...
2012 Jan 24
3
sshd: listen on ip1:port1 and ip2:port2
Hello, with CentOS 6.2 - is it possible to configure OpenSSH daemon to listen on different IPs _and_ ports? I have received a 2nd IP address for my server and have successfully configured by adding the new "/etc/sysconfig/network-scripts/ifcfg-eth0:1" file. I'd like SSHd to keep listening at the_old_ip:22 but also at the_new_ip:443. The 443 on the_old_ip is already taken by
2019 Jan 09
0
[PATCH v5 06/20] drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
...+ /* Make sure our payloads are always drawn below the driver node */ + subgraph cluster_driver { + fillcolor = grey; + style = filled; + driver -> {payload1, payload2} [dir=none]; + } + + /* Driver malloc references */ + edge [style=dashed]; + driver -> port1; + driver -> port2; + driver -> port3:e; + driver -> port4; + + payload1:s -> port1:e; + payload2:s -> port3:e; + edge [style=""]; + + subgraph cluster_topology { + label="Topology Manager"; + labelloc=bottom; + + /* Topol...
2019 Jan 05
0
[PATCH v4 02/16] drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
...+ /* Make sure our payloads are always drawn below the driver node */ + subgraph cluster_driver { + fillcolor = grey; + style = filled; + driver -> {payload1, payload2} [dir=none]; + } + + /* Driver malloc references */ + edge [style=dashed]; + driver -> port1; + driver -> port2; + driver -> port3:e; + driver -> port4; + + payload1:s -> port1:e; + payload2:s -> port3:e; + edge [style=""]; + + subgraph cluster_topology { + label="Topology Manager"; + labelloc=bottom; + + /* Topol...
2007 May 01
5
OT: Capture Asterisk traffic
I want to capture all my Asterisk traffic (including RTP) and then analyse it. My plan was to use tcpdump and then analyse with Wireshark. The following works: tcpdump -i eth0 -s 0 -w /tmp/tcpdump.1 But I want to be a bit more selective: tcpdump -C 100 -W 10 -w /tmp/tcpdump -i eth1 -s 0 udp and dst port >= 5060 This doesn't capture the RTP traffic. Could anyone advise what I'm
2015 May 15
0
Back to eth shuffling ...
...ed by you. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1925 On 15 May 2015 at 10:12, Ashley M. Kirchner <ashley at pcraft.com> wrote: > Actually, I know what the MAC is for the builtin Port1 and 2. Those are > listed in the BIOS. But ultimately I don't want to rely on them as I want > the same kickstart file to work for other machines, so hardcoding those in > the kickstart file wouldn't quite work, unless I start writing multiple > kickstart files, one per machine....
2015 May 13
2
Back to eth shuffling ...
...Ie card should've been eth2 but it never came up that way) However I ran into other issues with the r8169 driver and ultimately replaced it for an IntelPRO, which happens to use the same e1000e module as the builtin ones. Great. Except ... Now when I kickstart the machine, I get this: builtin port1 -> eth0 PCIe card -> eth1 builtin port2 -> eth2 What I want is: builtin port1 -> eth0 builtin port2 -> eth1 PCIe card -> eth2 I should also point out here that when PXE kicks in on this machine, the machine correctly enumerates the ethernet devices as port1, port2 and then the P...
2018 Jul 03
1
usb problem on Dell Latitude 3570
...ll-speed USB device number 3 using xhci_hcd > Jul 1 07:15:06 pygeum kernel: [ 31.836441] usb 3-1: device descriptor read/64, error -110 > Jul 1 07:15:06 pygeum kernel: [ 47.452351] usb 3-1: device descriptor read/64, error -110 > Jul 1 07:15:06 pygeum kernel: [ 47.560390] usb usb3-port1: attempt power cycle > Jul 1 07:15:06 pygeum kernel: [ 48.212366] usb 3-1: new full-speed USB device number 4 using xhci_hcd > Jul 1 07:15:06 pygeum kernel: [ 53.468442] xhci_hcd 0000:39:00.0: Timeout while waiting for setup device command > Jul 1 07:15:06 pygeum kernel: [ 58.8444...
2015 May 15
0
Back to eth shuffling ...
...together again, there must be a reason. By all > > means, do not use a hammer." -- IBM maintenance manual, 1925 > > > > On 15 May 2015 at 10:12, Ashley M. Kirchner <ashley at pcraft.com> wrote: > > > > > Actually, I know what the MAC is for the builtin Port1 and 2. Those are > > > listed in the BIOS. But ultimately I don't want to rely on them as I > want > > > the same kickstart file to work for other machines, so hardcoding those > > in > > > the kickstart file wouldn't quite work, unless I start writing mu...
2010 Oct 05
1
[PATCH] virtio-spec trivial fixes
...rite-only, depending on the request. The size of the read or write can be derived from the total size of the request buffers. \end_layout @@ -5169,8 +5166,17 @@ \begin_layout Description Virtqueues 0:receiveq(port0). - 1:transmitq(port0), 2:control receiveq, 3:control transmitq, 4:receiveq(port1), - 5:transmitq(port1), ... + 1:transmitq(port0), 2:control receiveq +\begin_inset Foot +status open + +\begin_layout Plain Layout +Ports 2 onwards only if VIRTIO_CONSOLE_F_MULTIPORT is set +\end_layout + +\end_inset + +, 3:control transmitq, 4:receiveq(port1), 5:transmitq(port1), ... \end_layout...
2010 Oct 05
1
[PATCH] virtio-spec trivial fixes
...rite-only, depending on the request. The size of the read or write can be derived from the total size of the request buffers. \end_layout @@ -5169,8 +5166,17 @@ \begin_layout Description Virtqueues 0:receiveq(port0). - 1:transmitq(port0), 2:control receiveq, 3:control transmitq, 4:receiveq(port1), - 5:transmitq(port1), ... + 1:transmitq(port0), 2:control receiveq +\begin_inset Foot +status open + +\begin_layout Plain Layout +Ports 2 onwards only if VIRTIO_CONSOLE_F_MULTIPORT is set +\end_layout + +\end_inset + +, 3:control transmitq, 4:receiveq(port1), 5:transmitq(port1), ... \end_layout...
2018 Jul 02
2
usb problem on Dell Latitude 3570
Hello All, after update to Centos7.5 all our Latitudes 3570 - some 150- suffer usb problems. Plug and play doesn't work any more, people need to insert usb devices - mouse, keyboard, eidreader - first and then boot in order to use them. dmesg | tail -n15 gives these EM: [ 25.164396] usb 1-8: device descriptor read/64, error -110 [ 25.418387] usb 1-8: new full-speed USB device number 6
2005 Jun 29
1
Sangoma and quad card hang up problems
need help trying to figure out why calls hang when using multple ports on Sangoma card. we have 1 quad card with 3 T1 ports configured, Port1 acts as connection to teleco (to our T1 PRI) port 2 connects second system and routes calls to port1 port 3 is Asterisk pbx calls all go in and out properly but sometimes we get a call hang on when both sides hangup. this causes all calls to fail until we restart * with restart now cmd. Which ta...
2018 Dec 14
0
[WIP PATCH 03/15] drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
...-mst/topology-figure-1.dot b/Documentation/gpu/dp-mst/topology-figure-1.dot new file mode 100644 index 000000000000..fb83789e0a3e --- /dev/null +++ b/Documentation/gpu/dp-mst/topology-figure-1.dot @@ -0,0 +1,31 @@ +digraph T { + /* Topology references */ + node [shape=oval]; + mstb1 -> {port1, port2}; + port1 -> mstb2; + port2 -> mstb3 -> {port3, port4}; + port3 -> mstb4; + + /* Malloc references */ + edge [style=dashed]; + mstb4 -> port3; + {port4, port3} -> mstb3; + mstb3 -> port2; + mstb2 -> port1; + {port1, port2} -> mstb1; +...
2018 Dec 14
2
[WIP PATCH 03/15] drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
...u/dp-mst/topology-figure-1.dot > new file mode 100644 > index 000000000000..fb83789e0a3e > --- /dev/null > +++ b/Documentation/gpu/dp-mst/topology-figure-1.dot > @@ -0,0 +1,31 @@ > +digraph T { > + /* Topology references */ > + node [shape=oval]; > + mstb1 -> {port1, port2}; > + port1 -> mstb2; > + port2 -> mstb3 -> {port3, port4}; > + port3 -> mstb4; > + > + /* Malloc references */ > + edge [style=dashed]; > + mstb4 -> port3; > + {port4, port3} -> mstb3; > + mstb3 -> port2; > + mstb...
2005 Jun 08
2
General Traffic Control Question
...n: I''ve got an Intel machine running a 2.6.9 linux kernel and this box has 4 modems attached to it via a usb to serial port expander. In order to force data down each of the modems, some pretty simple rules are used and they are as follows: iptables -t mangle -A OUTPUT -p tcp --dport $PORT1 -j MARK --set-mark 1 iptables -t mangle -A OUTPUT -p tcp --dport $PORT2 -j MARK --set-mark 2 iptables -t mangle -A OUTPUT -p tcp --dport $PORT3 -j MARK --set-mark 3 iptables -t mangle -A OUTPUT -p tcp --dport $PORT4 -j MARK --set-mark 4 ip rule add fwmark 1 table isp1 ip rule add fwmark 2 tabl...