Displaying 20 results from an estimated 40588 matches for "switching".
2009 Mar 16
0
Ignore switch to REVERSED Polarity on channel 1, state 4
Hi,
Trying to trace an asterisk hang on a production (it had to be didn't
it) system. The last thing before it crashed was
[Mar 16 12:32:42] DEBUG[7754] chan_zap.c: Ignore switch to REVERSED
Polarity on channel 1, state 4
[Mar 16 12:54:34] DEBUG[7754] chan_zap.c: Ignore switch to REVERSED
Polarity on channel 2, state 4
[Mar 16 12:54:35] DEBUG[7754] chan_zap.c: Ignore switch to REVERSED
2010 Jul 10
4
Redundant LAN routing possible?
I've been reading that it's possible to set up a system with multiple
NIC to provide redundant internet connectivity such that it will
switch to a secondary connection if the primary ISP fails.
Is it possible in a similar way to setup redundant LAN routing? I read
that it is possible to aggregate/bond multiple NIC to stackable
switches that support link aggregation and redundancy. But if
2006 Oct 04
1
GFS and samba problem, again
Hi,
I sent a mail a few days ago to this list related with GFS+samba problems.
Since the, we have installed a sepparated test environment also with
two linux servers where we have tested a samba server with an
exported share in GFS. The share is read-only and only one server is
exporting it.
When we try to access from a single windows client it works fine, but
when we try to access to the
2007 Apr 18
1
[Bridge] STP with only 2 switches
Hi all,
We are facing a problem with STP implementation. We have only 2 switches.
Thats the constraint, but we feel STP should work.
Background:
We have developed a layer 2 switch. This uses Cirrus logic's ep9301
processor, embedded Linux 2.4.21 kernel as the OS and zarlink's switch
controller.
The observation:
1)we have 2 switches, switch A and switch B
2)port 1 and port 2 of switch
2006 May 25
8
Snom firmwares suck <--additional datapoint to consider
We have a large install of 360's running rev 4.1 with zero problems. I did
another, smaller install couple weeks ago with 40 360's running rev 5.3. In
both cases, the install was identical, same Asterisk version, same dialplan,
everything the same except the differences were:
1. Different firmware rev
2. Different physical LAN
Guess what? On the smaller install, lockups and reboots.
2007 Jun 19
8
Linux bridging and cascaded switches
Hi -
Still plugging away at my Linux bridge/firewall and thinking through the
consequences. In a normal firewall situation, the Internet is on one
side, the internal LAN on the other. Duh! But now, with a Linux bridge
in the middle, the whole thing becomes one big messy LAN. So we have a
scenario that looks like this:
Internal---User---Core-----Firewall---Internet---Internet router
Servers
2023 Jun 21
3
[PATCH 00/79] fs: new accessors for inode->i_ctime
I've been working on a patchset to change how the inode->i_ctime is
accessed in order to give us conditional, high-res timestamps for the
ctime and mtime. struct timespec64 has unused bits in it that we can use
to implement this. In order to do that however, we need to wrap all
accesses of inode->i_ctime to ensure that bits used as flags are
appropriately handled.
This patchset first
2017 May 15
6
[IR question] Switching on pointers
Hi.
First of all, some context. I'm trying to implement a new
functionality in an LLVM-based compiler and I need to take various
actions based on the value of a given pointer, the possible values
being the addresses of various global constants. I tried to use a
`switch` instruction but I encountered several problems.
The "ideal switch" I'd like to have would look
2006 Jun 08
11
Linksys SRW224P POE Switch
We are currently considering the Linksys POE switch for a small Asterisk
office deployment. There will be no separate wiring closet to put it
in. Can anybody tell me if this switch has a loud fan? Users would not
be able to tolerate a loud noise close by. Otherwise we will go with a
fanless desktop switch.
Thanks,
--
Andres
2013 Sep 21
3
[LLVMdev] Inserting a custom switch instruction implementation in backend
Hi,
in implementing a backend for a target we work on, I ended up needing to
lower the switch instruction in a very specific way that is quite
different from the standard llvm way with the decision trees.
The custom implementation wants to get rid of the decision blocks that
llvm generates between the actual cases basic blocks and the switch root
block. What I do currently is basically
2005 Aug 26
5
OT: CentOS server with 2 GbE links to 2 GbE switches
Hi all,
I am trying to come up with an architecture that has some redundancy.
The idea is to hook up the two GbE LAN interfaces of a CentOS server to
two Gigabit Ethernet switches. In case one switch goes down, there is a
redundant path (the server is redundant too). Here is the idea:
-----------
| GbE |
PCs
2007 Nov 27
5
Dtrace probes for voluntary and involuntary context switches
Hi,
I am profiling some workloads for the voluntary and involuntary context switches. I am interested in finding out the reasons causing these two types of context switches. As far as I understand, involuntary context switch happens on expiration of time slice or when a higher priority process comes in. While the voluntary switch generally happens when a process is waiting for I/O etc.
So to
2013 Feb 06
3
OT - odd behavior of Cisco switch
Ww just had our switch replaced with a pair of 3750G's, old and new all
have 48 ports, so we now have some open ports.... Anyway, my manager was
looking at issues yesterday, and discovered that for a while, off and on,
from several systems on the new switches, he could see traffic between
*other* servers and systems elsewhere in the building... which, of course,
shouldn't be possible with
2007 Jan 03
6
Any quiet 24 port POE switches out there?
I have an upcoming install which places the switch close to some
employees in a quiet work environment. Can anyone recommend a quiet 24
port POE switch? The Linksys SRW224P behind me right now would be
objectionable, I'm sure.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 May 12
0
[LLVMdev] Integer casting warning, and another set of warnings
I have a warning when building with MSVC2k5, a benign warning, but I
am trying to get rid of them.
..\..\..\..\trunk\lib\Transforms\Utils\AddrModeMatcher.cpp(208) :
warning C4334: '<<' : result of 32-bit shift implicitly converted to
64 bits (was 64-bit shift intended?)
The line of code is:
Scale = 1 << Scale;
Where Scale is an int64_t, however, 1 is an int32_t (since
2009 May 12
0
[LLVMdev] Integer casting warning, and another set of warnings
I have a warning when building with MSVC2k5, a benign warning, but I
am trying to get rid of them.
..\..\..\..\trunk\lib\Transforms\Utils\AddrModeMatcher.cpp(208) :
warning C4334: '<<' : result of 32-bit shift implicitly converted to
64 bits (was 64-bit shift intended?)
The line of code is:
Scale = 1 << Scale;
Where Scale is an int64_t, however, 1 is an int32_t (since
2010 Nov 28
4
networking problem/Domain not available
I've got a client - a cheap client - and they want to add a new file server
(samba sharing) to their network. They have one samba server already acting as
the domain controller (PDC) and file server (and DHCP server). The wiring is a
nightmare, and everything is daisy chained through 3 different non-
programmable switches. They have no more open ports on any of the switches.
Further, the
2005 May 18
1
Nearing my wits end....bad switch???
Grasping at straws here...is anyone using a Dell PowerConnect 2224
24-port unmanaged 10/100 switch in a deployment?
I have two separate asterisk installations with bad one-way audio where
the only common elements left are the Dell switches and Polycom IP-500
phones. Two different ITSPs - one location uses IAX2 to the outside
world, the other SIP. Two different bandwidth providers, one SDSL 1.5
2013 Sep 21
0
[LLVMdev] Inserting a custom switch instruction implementation in backend
Hello
Probably the easiest way for you is to lower switch instructions via
IR-to-IR pass in the way you want.
On Sat, Sep 21, 2013 at 3:43 PM, Marcello Maggioni
<marcello at codeplay.com> wrote:
> Hi,
>
> in implementing a backend for a target we work on, I ended up needing to
> lower the switch instruction in a very specific way that is quite different
> from the standard
2010 Feb 23
2
change network switch need 'arp" clear cache?
we plan to change network switch and firewall machine to new one. Network engineer told me after switch and firewall equipment change I may need run 'arp ..." to clear out cache on every CENTOS servers due to switch and firewall MAC address change.
we have 30 to 40 CENTOS 4.X and 5.X my affect. my question are:
1. does switch and firewall equipment change need LINUX client clear