search for: lindquist

Displaying 20 results from an estimated 43 matches for "lindquist".

2008 Nov 12
4
E1 PRI to and from SIP screeching
Hi all, We have just set up trixbox latest with a Rhino r1t1 card, hooked up to a plain E1 PRI line. We call fine SIP to SIP, but as soon as we make a call from SIP to PSTN all sounds become unintelligible screeching or static kind of noise on both ends, when we call PSTN to SIP the PSTN side seemingly OK at least we hear no screeching sound, but the SIP side is a even worse screeching
2004 Oct 27
2
Signing key for recent x86_64 CentOS-3 updates
...riate signing key. I've been happily doing updates all along (last time was Oct. 12) with no trouble. The key ID used to sign the x86_64 packages is 219180cddb42a60e and the key ID used to sign the i386 packages is 7049e44d025e513b. Is there a new key just for the x86_64 build? ---- Nels Lindquist <*> Information Systems Manager Morningstar Air Express Inc.
2004 Sep 01
1
Alternative architecture CentOS 3 builds?
...S project, or is there some other specific reason for that? If one wanted to rebuild CentOS for, let's say the AMD64 architecture, would that be a difficult process, or is it just something that nobody's yet done? I'm currently buying an AMD64 system and I'm curious. ---- Nels Lindquist <*> Information Systems Manager Morningstar Air Express Inc.
2009 Sep 15
4
[LLVMdev] merge request for 2.6
For 2.6 to really be a useful, we need this bug fixed: http://llvm.org/bugs/show_bug.cgi?id=4963 Would it be possible to get this merged into 2.6? -Tomas
2009 Apr 08
1
[LLVMdev] What is the state of LLVM's ARM backend
On Apr 8, 2009, at 9:52 AM, Tomas Lindquist Olsen wrote: > From my experience, the ARM backend fails miserably on all except the > most trivial uses of first class aggregates. For our project, this is > a complete blocker on ARM platforms. I'll try Dan's suggested fix for pr3795 "ARM assertion failure for load of fir...
2009 Sep 15
0
[LLVMdev] merge request for 2.6
Tomas Lindquist Olsen wrote: > For 2.6 to really be a useful, we need this bug fixed: > > http://llvm.org/bugs/show_bug.cgi?id=4963 > > Would it be possible to get this merged into 2.6? While we're at it, what about: http://llvm.org/bugs/show_bug.cgi?id=3239 This is a real nuisance, as peop...
2008 Oct 20
1
OPENR2 in Thailand
Dear All, I'm looking for someone who has implemented OpenR2 in Thailand successfully. Any settings, advice, caveats etc. are welcome. Best regards, Peter Lindqvist www.voxion.net
2004 Aug 11
0
Re: Flash plugin for CentOS
...tp://www.time.gov/, and go to a time zone, I want to see the seconds go by (without having to click to refresh). Can you help with that as well? Perhaps one FAQ could cover both the Flash plugin and Java. Rick --- centos-request at caosity.org wrote: > Message: 3 > From: "Nels Lindquist" <nlindq at maei.ca> > Organization: Morningstar Air Express Inc. > To: centos at caosity.org > Date: Tue, 10 Aug 2004 13:46:08 -0600 > Subject: Re: [Centos] Shockwave Flash player for > CentOS > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 9 A...
2009 Jan 09
1
[LLVMdev] naked assembler / function written entirely in asm
...would like a naked attribute for a function which would mean that the entire function is composed of a single asm block. Module level assembler could probably be used for this, but it would be nice if we could get away with using a single asm translator in the compiler. Thanx in advance, - Tomas Lindquist Olsen ---------------------- (1): http://digitalmars.com/d/1.0/index.html (2): http://dsource.org/projects/ldc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090109/e4d76103/attachment.html>
2005 Mar 23
5
Mounting Netware Volumes
I have one last RH 7.3 system that I want to convert to CentOS 4, but I can''t find the ncpfs utilities that I used to use to mount Netware shares. Has support been removed from the 3.x and 4? Regards, Paul Berger
2008 Jun 06
2
[LLVMdev] Trouble with inline asm
...straints!"' failed. The inline expr I try to create is like: call void asm sideeffect "movl %eax, $0", "=m" (i32* var) Any clues would be much appreciated! I'd like to say that I'm very new with this format of assembler, constraints etc. Thanx, Tomas Lindquist Olsen [1] : http://www.dsource.org/projects/llvmdc
2008 Jun 07
1
[LLVMdev] Trouble with inline asm
On Fri, Jun 6, 2008 at 9:29 PM, Eli Friedman <eli.friedman at gmail.com> wrote: > On Fri, Jun 6, 2008 at 6:32 AM, Tomas Lindquist Olsen > <tomas.l.olsen at gmail.com> wrote: >> Hi all, >> >> I'm having some trouble with inline asm expressions, more specifically >> how to create the right FunctionType for a given constraint set. >> So far it has worked well for inputs, but not for out...
2008 Jun 06
0
[LLVMdev] Trouble with inline asm
On Fri, Jun 6, 2008 at 6:32 AM, Tomas Lindquist Olsen <tomas.l.olsen at gmail.com> wrote: > Hi all, > > I'm having some trouble with inline asm expressions, more specifically > how to create the right FunctionType for a given constraint set. > So far it has worked well for inputs, but not for outputs. The inline > asm...
2005 Feb 08
6
help with xargs and mv
I am trying to move a group of sendmail queue files into a special area and am developing s script to assist. The manual steps are: # Identify which messages to move mailq -qR<domain> > file1 # Select only lines with message ID strings grep '^[[:alpha:]][[:alnum:]]\{13\}' file1 > file2 # extract only the messages ID cut -b -14 file2 > file3 # prepend '*' to
2014 Mar 24
5
has anybody gotten horde working?
Hi, Horde seems to be quite the problem child. It sorta kinda looks like session handling is entirely broken. kronolith will let me in, but not for long. Then I get "invalid token" and am bounced back to the home screen. imp won't let me in at all. This behavior is completely broken: I get a log in screen and a message in /var/log/messages about not being authorized for IMP (which
2009 Apr 08
0
[LLVMdev] What is the state of LLVM's ARM backend
2009/4/1 Robert Schuster <theBohemian at gmx.net>: > Hi, > the ARM backend lacks some stuff like support for atomic intrinsics. I > learned the hard way (crash). Lately I was told that the ARM backend of > LLVM is generally in its early stages of development. > > I would like to know more about this. Which stuff is missing, known to > be unstable and the like. > >
2023 Mar 14
1
PHP error message when running yum update on CentOS 7
Running yum update on a CentOS 7.9 server today I encountered the following error: PHP Warning:? PHP Startup: Unable to load dynamic library 'imap.so' (tried: /usr/lib64/php/modules/imap.so (/usr/lib64/php/modules/imap.so: cannot open shared object file: No such file or directory), /usr/lib64/php/modules/imap.so.so (/usr/lib64/php/modules/imap.so.so: cannot open shared object file: No
2005 Nov 23
2
only root can use xwindows
After testing runlevel 5 i noticed that I cant switch to text consoles. So I went back to runlevel 3, but now normal users cant use graphic environment. I just got a black screen and an error message: Xlib: connection refused by server, Protocol unsupported by server root can start xfce normally. Any idea about whats happenning? -- Roger D. Vargas http://dsgp.blogspot.com | Linux,
2004 Nov 22
2
64 bit support and 32 bit apps
2 questions- projected date on 64 bit support? and... can you run a 32-bit app on a 64-bit OS ? I just a read a great article on the Opteron vs. Xeon argument at: http://www.samag.com/documents/sam0411b/ Thanks, Dave
2004 Sep 02
0
Re: Alternative architecture CentOS 3 builds
...er. Rick --- centos-request at caosity.org wrote: > CentOS appears to only be available for the i386 > architecture. Are > alternative architecture rebuilds outside the scope > of the CentOS > project, or is there some other specific reason for > that? > > > Nels Lindquist <*> > Information Systems Manager > Morningstar Air Express Inc. > >