Displaying 20 results from an estimated 4000 matches similar to: "Recommended rack-mountable server anyone?"
2014 Jan 27
1
[PATCH] tests/mountable: add missing space in test-mountable-inspect.sh
No actual behaviour, other than getting rid of a bash warning.
---
tests/mountable/test-mountable-inspect.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/mountable/test-mountable-inspect.sh b/tests/mountable/test-mountable-inspect.sh
index 906263b..10d1e9f 100755
--- a/tests/mountable/test-mountable-inspect.sh
+++ b/tests/mountable/test-mountable-inspect.sh
@@ -66,7
2013 Dec 23
2
[PATCH] tests/mountable: skip if btrfs is not available
This test uses btrfs, so skip it if the "btrfs" feature is not
available.
---
tests/mountable/test-internal-parse-mountable.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tests/mountable/test-internal-parse-mountable.c b/tests/mountable/test-internal-parse-mountable.c
index ed3264e..bf03743 100644
--- a/tests/mountable/test-internal-parse-mountable.c
+++
2013 Dec 23
1
[PATCH] tests/mountable: skip if btrfs is not available
This test uses btrfs, so skip it if either the "btrfs" feature or the
btrfs filesystem is not available.
---
tests/mountable/test-internal-parse-mountable.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/tests/mountable/test-internal-parse-mountable.c b/tests/mountable/test-internal-parse-mountable.c
index ed3264e..0638fc0 100644
---
2007 Aug 11
1
LumenVox Speech Recognition
Hello All,
While looking for solution to solve my Callback DTMF problem, I came
across LumenVox Speech Recognition software.
Has anyone tried out? Need some feedback before I purchase it... Please
help...
Cheers,
Nitesh
2011 Jul 25
3
Rails 3.1 Engines: Full vs. Mountable
Hi all,
I was hoping someone could please clarify the differences between a
full engine and a mountable one.
I have noticed the following:
** Full Engine **
- With a full engine, the parent application inherits the routes from
the engine. It is not necessary to specify anything in parent_app/
config/routes.rb. Specifying the gem in Gemfile is enough. The
engine routes are specified as:
#
2006 Feb 05
11
TE411P Really Bad Echo
I just implemented a system using a TE411P hardware echo cancellation
card. Per Digium, I setup zaptel.conf, and zapata.conf the same way as
I always have. To my surprise calls out to the PSTN had a terrible
echo. 1 - 2 second delay, and quite clear. The echo was so bad that I
had to remove the hardware echo cancellation module from the card. We
are only using the 1st span of this card right
2007 Mar 19
10
Microsoft launches first PABX
http://www.crn.com.au/story.aspx?CIID=76033&eid=4&edate=20070320
The company developed Response Point to work alongside traditional phone
systems or voice-over-IP systems.
Continuing its recent foray into the market for digital communications
products, Microsoft on Monday introduced its first packaged digital
phone system for small business.
Anyone know anything about it?
2006 Mar 14
2
Latest Dell SC430 Compatibility With Wildcard
Anyone knows if the SC430, based on the Intel E7230 chipset, is
compatible with the Digium cards? I've tried the compatibility page on
digium's website. It seems like they've pulled the old compatibility
list, now the links on the page only point back to the product pages.
Over here, Dell is selling (for a short period of time), SC430 with
Pentium D 820 Dual Core Processor 2.8GHz,
2005 Aug 30
2
SATA detect fails on ICH7 chipset / Dell Poweredge SC430
Hi,
I have a Dell Poweredge SC420 and a SC430. The SC420 has an ICH6
chipset and works ok with Xen. The SC430 has an ICH7 chipset and the
SATA detection fails. I''ve tried 2.6.11.10 and 2.6.12.5 kernels, with
Xen 2.0.7, Xen-testing and Xen-unstable, all with the same results.
I''m using the same hypervisor and kernel binaries, so problems with
the compiler environment etc. have
2013 Jan 24
3
[REVIEW ONLY] Mountable patches
These 3 patches implement support for APIs which must accept a mountable, but
don't update apis which must return mountables.
Matt
2005 Dec 19
2
DELL SC430 + CentOS 4.0 + SATA HDDs
Dear gurus,
Three DELL SC430s were purchased by my company a few months back and
I've been told that when they spoke with the DELL representatives,
they were informed that these servers were fully RHEL 4.0 compatible.
Specs of the servers:-
- Pentium 4 - 2.8 GHz
- 1 GB RAM
- 2x 250GB SATA HDDs
I tried installing CentOS 4.0 on it but it doesn't seem to be able to
detect any hard
2005 Dec 16
5
What is the best Dell Machine for Asterisk?
hi all,
What is the best Asterisk-compliant for Dell machine is recommended? I
will have roughly 400 users in a production office. thanks!!
2005 May 25
8
What does Asterisk need in the way of a GUI?
We are two programmers who are passionate for Asterisk and we will be
dedicating the next three months towards programming for Asterisk and
would like to get some input from everyone on what they feel Asterisk
is lacking or needs based on what is not currently a part of it or
available through third parties. Hopefully, by asking up front we
won't be wasting our time on something nobody wants
2006 Mar 12
6
server vendor
I need a good server vendor(not dell) that i can get a server from that
is 1u rack mountable(2u max) with a decent turnaround(i am hoping if i
order tomorrow i can get it within two weeks. who would you recommend?
--
My "Foundation" verse:
Isa 54:17 No weapon that is formed against thee shall prosper; and
every tongue that shall rise against thee in judgment thou shalt
condemn.
2013 Feb 07
12
[PATCH 01/12] generator: Add new Mountable argument type
This type is initially identical to Device.
---
generator/bindtests.ml | 2 +-
generator/c.ml | 7 +++++--
generator/csharp.ml | 6 ++++--
generator/daemon.ml | 4 ++--
generator/erlang.ml | 6 +++---
generator/fish.ml | 8 ++++----
generator/gobject.ml | 11 ++++++-----
generator/haskell.ml | 11 +++++++----
generator/java.ml | 10 +++++-----
2011 Sep 01
7
couldn't find file 'jquery' rails 3.1 stable mountable engine
When I create a new engine in Rails 3.1 stable and then access the dummy
app or the engine I get an error say that the app can''t find jquery.
I''ve created the engine using
rails plugin new coffee --mountable
I''ve also created a basic controller in the engine and the dummy app. If
I remove the javascript include tag, everything works. But with the tag
there it just
2016 Feb 26
1
Displaying mountables in the error output of guestfish etc
Cédric pointed out this problem we have:
$ guestmount -a /var/lib/libvirt/images/sles12sp1-pv.img -m '/dev/sda1:/:subvol=.snapshots/2/snapshot:btrfs' /mnt
libguestfs: error: mount_vfs: /dev/sda1 on / (options: 'subvol=.snapshots/2/snapshot'): mount: mount(2) failed: No such file or directory
guestmount: '/dev/sda1' could not be mounted.
guestmount: Check mount(8) man page
2005 Jan 13
3
TDM04B vs Dell revisited
Hi,
A week or so ago I wrote about the problems I was having using a Digium TDM04B
card in a Dell PowerEdge 750 IU running Fedora Core 1. Digium steadfastly
indicates
their card won't work in any PowerEdge 650, 700 and 750 series machines "do
(sic)
to a failure in interrupt handling between the pci bus and the card."
My question to the list is: for those of you using a TDM04B
2009 Jan 03
4
Problem detecting HP Tape Drive
Hello
I do have problem using Linux with an external HP tape drive. The
server platform is also an HP Server; the server is an HP ML350 G4,
and the Tape drive is a HP Storage Works Ultrium 448 - 1U
Rack-mountable.
HP Ultrium documentation says two drivers should be automatically
up, sym53c8xx for LSI SCSI interface "st" for tape and /proc/scsi/scsi
should contain information about
2013 Dec 23
0
Re: [PATCH] tests/mountable: skip if btrfs is not available
On Mon, Dec 23, 2013 at 04:45:43PM +0100, Pino Toscano wrote:
> This test uses btrfs, so skip it if the "btrfs" feature is not
> available.
> ---
> tests/mountable/test-internal-parse-mountable.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/tests/mountable/test-internal-parse-mountable.c b/tests/mountable/test-internal-parse-mountable.c
>