Displaying 20 results from an estimated 300 matches similar to: "TE121B Doesn't Fit PCI-E Slot"
2009 Feb 27
1
TE121B server recommendation
Hello,
If anyone is using a TE121B card and it works reliably (i.e. no "HDLC
Bad FCS" or similar errors), could you pass along the make, model, and
basic configuration of your Asterisk server?
We tried upgrading our old Dell PowerEdge server to a SuperMicro system,
but that didn't help. I would like a solid recommendation before I
suggest another purchase.
Thanks.
--
Kevin
2009 Aug 17
0
Echo on TE121B with hardware echo module
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I recently upgraded my Asterisk system to Dahdi and now I have an echo
problem.<br>
<br>
I am running Asterisk 1.4.25 with Dahdi Complete 2.2.0, on a Digium
TE121B PCI express card with a HARDWARE echo
2009 Aug 25
2
Echo
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I recently upgraded my Asterisk system to Dahdi and now I have an echo
<br>
problem.
<br>
<br>
I am running Asterisk 1.4.25 with Dahdi Complete 2.2.0, on a Digium
<br>
TE121B PCI express
2008 Dec 22
1
Asterisk SIP URi dialing
Hi
i need to implement "Inward" SIP usring dialing in my Asterisk IPpbx,
So anybody can recah me by dialing my SIP uri. same time my DNS on same
server where currently Asterisk running.
how ican implement this. Please help me with config details at DNS &
Asterisk point of view. anybody can provide me config exmple?
I am using Asterisk 1.4.9. Plz help me
Regards
Amit
2002 Sep 24
2
Can't access samba from Windows
Dear all,
using LinNeighborhood I can view and access all share
folders of windows PC. From Network Neighborhood windows
Ican see Samba but can't access. Error message is "Network
Path was not found". I try using net view \\samba get same
error message.
2024 Jul 11
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Yes, keep the $(lsb-release -cs) there. This allows you to change the version of the OS without having to change anything else (for instance we are migrating all of our docker to 24.04 LTS right now, so we only have to modify the FROM entry and all of our Dockerfile will still work).
From: Gerber, Lauren J <lauren.gerber at helsinki.fi>
Date: Thursday, July 11, 2024 at 2:21?AM
To:
2024 Jul 11
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Hi Marco,
Thank you for the follow up email.
In the line below, do I replace $(lsb-release -cs) with jammy (Ubuntu 22.04) or leave it alone:
Add-apt-repository ?deb https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/?
It?s good to know about installations for Bioconductor. I am not currently using it, but I may need it in the future for other projects.
Br,
Lauren
--
Lauren J. Gerber
2024 Jul 10
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Lauren, little oversight from my Dockerfile, if you want to follow the CRAN steps and get the R from the cloud.r-project.org server, you want to replace
&& add-apt-repository -y "ppa:marutter/rrutter4.0"
With
&& add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
The ppa repo is Michael Rutter personal repo
2024 Oct 15
2
R Package: 'ggbreak' in Dockerfile
Don't you have to load BiocManager before using it?
-----Original Message-----
From: R-SIG-Debian <r-sig-debian-bounces at r-project.org> On Behalf Of Gerber, Lauren J
Sent: Tuesday, October 15, 2024 9:15 AM
To: r-sig-debian at r-project.org
Cc: dirk at eddelbuettel.com
Subject: Re: [R-sig-Debian] R Package: 'ggbreak' in Dockerfile
Hi All,
Does anyone have experience
2005 May 12
0
Re: Hardware RAID Controller -- Risers and 66+MHz ...
From: Lee W <centos-list at unassemble.co.uk>
> Shouldn't be a problem as it's probably going in a 1U Rack case
> with a Riser/extender card.
Be sure to hit the 3Ware site to read about _incompatible_ risers!
At 66+MHz PCI/PCI-X signaling, many cards/risers have issues.
Many are only designed for 33MHz.
--
Bryan J. Smith mailto:b.j.smith at ieee.org
2024 Feb 06
1
Listing behaviour in 4.18
So 4.18.10 has this fix of the bug as observed in that respect, but I
think you are seeing a broader example of that issue.
NFS4 in this context is not actual NFS, but a type of unix filesystem
permission system closely modelled on NT ACLs, deployed in many
filesystems Samba uses, as the translation is much more direct.
But even without that, it may be we are seeing the same issues, say for
2024 Oct 15
2
R Package: 'ggbreak' in Dockerfile
Hi All,
Does anyone have experience successfully installing and loading the R package ?ggbreak? in a Docker container?
I ask because I have successfully used the ?ggbreak? package in a script outside the Docker container (on my local computer), but for some reason, I get the following error message when trying to load it using library(ggbreak) or library(?ggbreak?) inside the same script that
2024 Jul 10
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Hi Dirk,
Thank you so much for looking into this when you got home. I greatly appreciate it.
I was actually in the midst of writing to everyone the following message:
?.
?.
?.
Hi All,
I have some good news. ? My docker image is now up-to-date with R version 4.4.1.
I first had to clear a bunch of unused data using docker system prune ?force. Apparently, it cleared over 32.53 gigs of data, and
2011 Mar 04
1
Images for CentOS Documentation
I'm currently porting the public and free parts of Red Hat Documentation
to CentOS.
Being unable to do anything graphics-related, I need someone to provide
the following images:
logo.svg 300x140 CentOS Logo
image_left.png 124x39 CentOS Logo
image_right.png 120x41 CentOS Documentation Logo (to be designed)
Thank you!
Regards,
Andreas
--
Solvention Ltd. & Co. KG
Egermannstr. 6-8
53359
2024 Oct 15
1
R Package: 'ggbreak' in Dockerfile
Lauren,
On 15 October 2024 at 13:51, Gerber, Lauren J wrote:
| I just tried fixing my script and added library(BiocManager) before library
| (ggbreak), then rebuilt the image, and am still getting the same error.
You need _two_ distinct commands. First
install.packages("BiocManager")
and second once that is done use it to install 'ggbreak' from BioConductor
2010 Feb 15
0
Zaptel/DAHDI error's on PRI
Hi
I've been running into a weird issue, which its hard to get any information
on. We successfully setup a R710 system with Asterisk 1.4.22 / libpri 1.4.7,
utilizing a Digium TE121B Pci express card. However we are having some
stability issues and can't seem to trace it down to if it is a card/system
issue or our PRI vendor having a dirty line. I know some will say it is a
old version of
2009 Sep 02
4
More Echo
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<span class="postbody">Greetings,<br>
I am running Asterisk 1.4.25 with Dahdi Complete
2.2.0, on a Digium TE121B PCI express card with a </span>VPMADT032<span
2008 Dec 12
2
OT: Need some riser card advice...
Fellow server-builders out there, this is for you. :) I was trying to
build a cheap JBOD type storage solution running CentOS. Ended up
snagging a Supermicro SC826TQ-R800LPB 2U case (12 drives slots) and a
Supermicro X7DBE-O motherboard. Unfortunately, without thinking I
snagged a 3ware 9650SE-12ML SATA RAID card which is a full height card
and thus does not fit in my case.
I have a few
2024 Jul 10
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Lauren,
I am now back home where looking into these things is a little easier. From
your first email to me, I started off with the selenium container you
mentioned as your starting point.
And that basically is your issue. It is a 'high-level' container, and it sets
a user. (Essentially) all other Dockerfiles you have seen and been pointed at
are 'lower-level' and operate as root
2008 Dec 04
5
We think we are cpe but they think they are cpe too
Hi I have problem with TE121 Digium card. I connected it to modem keymile
Music 200 (provided by telco) but I can see 2 red lights on modem (both
bellow words rx) and my card is red too. I tried to make experiment and made
loopback (pins 1 4 , 2 5) and put it in card and card become green (I hope
that is sign card is ok) but on CLI i can see following error message
WARNING: We think we are cpe but