Displaying 20 results from an estimated 7000 matches similar to: "300 DID's required in Alpine Texas Area code 432"
2006 May 13
1
Looking for Level 3 DID's, USA termination, USA 800 termination/Orig
Must be able to pass Caller ID number. Email me with your terms.
2018 Apr 02
0
LLD-linked binary segfaults at runtime on alpine linux
Can you add `--reproduce=repro` to lld command line? That generates
repro.tar in your current directory which contains all input files. And
then please compress and upload it somewhere so that we can take a look.
On Mon, Apr 2, 2018 at 9:18 AM Andrew Kelley via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Alpine linux is a distribution that uses musl libc instead glibc. Here are
2018 Apr 02
1
LLD-linked binary segfaults at runtime on alpine linux
https://superjoe.s3.amazonaws.com/temp/repro.tar.xz
On Mon, Apr 2, 2018 at 1:26 PM, Rui Ueyama <ruiu at google.com> wrote:
> Can you add `--reproduce=repro` to lld command line? That generates
> repro.tar in your current directory which contains all input files. And
> then please compress and upload it somewhere so that we can take a look.
>
>
> On Mon, Apr 2, 2018 at
2018 Apr 02
2
LLD-linked binary segfaults at runtime on alpine linux
Alpine linux is a distribution that uses musl libc instead glibc. Here are
my steps to reproduce:
On Alpine linux, download LLVM, Clang, LLD 6.0.0 from releases.llvm.org,
and build them from source.
$ clang -c hello_world.c
$ ld.lld --gc-sections -m elf_x86_64 -o hello_world
/usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../lib/Scrt1.o
2013 May 21
0
Re: [alpine-devel] Stable and Secure Distribution Supporting Xen
One more note on my criteria set which
led me to Alpine: I need something lightweight. The whole root
directory must fit in at most 400-500 MB.
On 05/21/2013 10:08 AM, Richard Johnson wrote:
I''m choosing between Unix-based operating systems that support Xen. My criteria
are the following:
- Compatibility: I want to use this OS on a various set of commonly used
2024 Jul 07
1
[Bug 1757] New: Alpine 3.19: iptables: Bad rule (does a matching rule exist in that chain?).
https://bugzilla.netfilter.org/show_bug.cgi?id=1757
Bug ID: 1757
Summary: Alpine 3.19: iptables: Bad rule (does a matching rule
exist in that chain?).
Product: iptables
Version: 1.8.x
Hardware: All
OS: other
Status: NEW
Severity: normal
Priority: P5
Component:
2009 Nov 06
1
Question about aspell, alpine and a Xen guest
I have some weird behavior I can't explain... I've noticed this behavior
since CentOS 5.2 (version I started running) through 5.4...
I am running a Xen host/VM. On my guest VM, I use Alpine as my email
client and Aspell as the spell-check... For whatever reason, when Aspell
is kicked off - there appears to be what I'd call a prolonged pause before
Aspell does its job. Should I
2010 Jul 13
1
list=children versus alpine
Hi,
when I add a collection in Alpine, Apline verifies the existence of the
added folder/namespace, like for instance adding 'common.':
0a LIST "common." ""
0b LIST "" common
Common is a shared folder. Some folder are available under that
namespace. With list=yes Alpine can add the collection, with
list=children it's not possible. Alpine thinks that
2011 May 05
5
alpine + Maildir
Hello,
I am trying to configure pine.conf for all users and running into an
issue. In this setup, Mailbox format is Maildir and Maildir location
is /Mail/Username/{new,cur,..etc}
First thing required in alpine was patch for maildir and this has
already been done. After that I have tried setting up
folder-collection Mail #md ../../Mail/username and also tried using
#mc (not sure which one is
2010 Aug 08
1
Dovecot 2.0.rc4 core dumped with Alpine 2.00
Hi Timo and all others!
The current Dovecot 2.0.rc4 did really well with Mutt 1.5.20 and
Thunderbird 3.1.2, but a user with Alpine 2.00 crashed it immediately.
I'm running Fedora 13 (Linux) and compiled Dovecot 2.0.rc4 manually
like I did before with Dovecot 1.2.13. When switching from 1.2 to 2.0
I removed all those ".imap" folders with internal cache data
(didn't know for sure
2015 Aug 12
2
[PATCH 1/2] inspect: recognize the Alpine Linux distribution
Just basic identification, name and version.
---
generator/actions.ml | 4 ++++
src/guestfs-internal.h | 1 +
src/inspect-fs-unix.c | 10 ++++++++++
src/inspect-fs.c | 2 ++
src/inspect-icon.c | 1 +
src/inspect.c | 1 +
6 files changed, 19 insertions(+)
diff --git a/generator/actions.ml b/generator/actions.ml
index 35af981..26cc0da 100644
--- a/generator/actions.ml
2012 Aug 13
1
compile fails with x86_64-alpine-linux-uclibc-gcc
hello,
i am trying to build R on alpine/gentoo with uclibc and it fails with the following
error msg:
connections.c: In function 'Rconn_fgetc':
connections.c:3184:11: error: expected identifier before '(' token
connections.c:3186:15: error: expected identifier before '(' token
make[3]: *** [connections.o] Error 1
here is the whole build log :http://bpaste.net/show/39955/
2017 Apr 15
0
Alpine package for libklibc-dev?
Could we publish an Alpine package for libklibc-dev, to make it easier for
embedded developers to obtain klcc?
--
Cheers,
Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.zytor.com/pipermail/klibc/attachments/20170414/d86fc964/attachment.html>
2023 Mar 22
3
[libnbd PATCH 0/3] reenable execvpe unit testing in Alpine Linux containers
These patches have been pushed (f5a065aa3a9c..9075f68ffc8b); I'm posting
them for visibility.
Laszlo
Laszlo Ersek (3):
lib/test-fork-safe-execvpe.sh: generalize "run" to "run0"
lib/test-fork-safe-execvpe.sh: cope with Alpine Linux / BusyBox
limitations
Revert "ci: skip "lib/test-fork-safe-execvpe.sh" on Alpine Linux"
ci/skipped_tests
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
hello,
i am trying to build R on alpine/gentoo and it fails with the following
error msg:
connections.c: In function 'Rconn_fgetc':
connections.c:3184:11: error: expected identifier before '(' token
connections.c:3186:15: error: expected identifier before '(' token
make[3]: *** [connections.o] Error 1
any idea?
[see the attached file for a complete build log.]
i've
2003 Oct 30
1
Question about IAX/DID's...
Hi,
Here is a general question, not applying to asterisk so much, but in
the application of asterisk. I have purchased a few IAX DID's through
VoicePulse and am interested in a service provider who has the ability
to provide me with one number (reliable, as I wish to publish), and the
capacity to redirect those calls to my IAX DID's (is this even
possible)? Also, with IAX
2005 Oct 17
2
DID's
I am Jerry Richmond CEO of ByVolution LLC. We have purched some did's from you that we use to test with, weare going to order our first batch of 250 this week. John Blackman is not with us any more. I need for some one to call me on my cell phone because our office no. 9198270713 to 9198270720 can not except outside calls. Brian Sponaugle tells me he is not getting the help he needs from
2006 Jan 07
1
Some advice on routing DID's
Would like some advice on the best way to route DID's to remote
asterisk servers. Currently I have multiple DID's on my main Asterisk
server in a datacenter and have remote servers that connect via an IAX
trunk and when a call comes into my server I pass it to the iax peer.
Just wondering what the best way it is to do this without having to
have multiple line contexts for each remote
2009 Feb 25
4
DID's in a specific rate center
I need 100 DID's in a specific rate center (916-854-xxxx). How do I go
about finding who owns the rate center ? If the DID's are available in
this rate center ?
Thanks
Vikas
2016 Jan 26
2
[PATCH] inspect: Get architecture of Alpine Linux from /bin/busybox.
All the files in /bin are links to busybox. guestfs_file_architecture
doesn't follow symlinks so it fails. Therefore check /bin/busybox
(not a symlink) to find the architecture.
---
src/inspect-fs-unix.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/inspect-fs-unix.c b/src/inspect-fs-unix.c
index f915e86..6aaf5a1 100644
--- a/src/inspect-fs-unix.c
+++