similar to: UBUNTU

Displaying 20 results from an estimated 30000 matches similar to: "UBUNTU"

2003 Nov 05
3
Apple implementation
I am new to Asterisk and Digium card implementation issues. My VAR is strongly recommending using Apple hardware and Yellow Dog Linux for my telephony project, because of his familiarity with this OS. Is the PowerPC an appropriate and stable hardware platform for Digium/Asterisk development? Charles Hatchette chatchette@generalcare.com -------------- next part -------------- An HTML attachment
2009 Dec 18
0
[LLVMdev] Compilation problem with JIT/Interpreter
Thank very much for this answer, so my last question will be: is it possible to use the LLVM JIT on a PS3 with Yellow Dog 6.2 distribution, instead of the LLVM interpreter, by using the PPE as it seems to be similar to 64-bit PowerPC processors? 2009/12/18 Scott Michel <scooter.phd at gmail.com> > Jerome: > > No, there are no plans to JIT to SPU. That's considerably more
2009 Dec 18
2
[LLVMdev] Compilation problem with JIT/Interpreter
Jerome: No, there are no plans to JIT to SPU. That's considerably more complicated -- you'd have to figure out when to JIT to the SPU and live with all of the constraints that the SPU imposes (data reformatting, r/w DMA, ensure your code lives in 256K unless you can manage to interface with the virtual I-cache work.) Basically, it's not trivial and it doesn't quite fit into the
2001 Jan 18
2
Ogg Vorbis on PPC Linux?
I work for Terra Soft Solutions (makers of Yellow Dog Linux) and I'm trying to compile the latest cvs snapshot for inclusion in our next release, but I'm running into some problems... I'm using modified versions of the SRPMs included in RedHat's Rawhide distro (I only updated to the latest cvs, but the old version also experienced this problem), which compile fine on an x86 box I
2004 Aug 06
4
Liveice on Linux PPC || use ices => use darkice
I need a live streamer that will work on Linux PPC (Yellow Dog Linux). I can't get darkice to compile (error in 'MultiThreadedConnector.cpp') and there is no darkice RPM for PPC. Drew --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
2008 Oct 15
1
yellowdog
Total newb here but can I use wine HQ with yellowdog linux 6.0? Thank you in advance for the help
2003 Jun 24
3
Compiling Asterisk under Yellow Dog
Hi, I am trying to compile Asterisk under Yellow Dog 3.0 distributionn. I am getting an error gcc -shared -Xlinker -x -o codec_gsm.so codec_gsm.o -lgsm /usr/bin/ld: cannot find -lgsm May be I need packages that my distribution does not include? What do I need to download to get it compiled? Thanks Serge _________________________________________________________________ The new MSN 8: smart spam
2004 Dec 08
7
more then two wildcards in one machine
Has anyone had successfully installed more then two digium wildcards in the same machine? I'm going for four. thanks Shoval Tomer, IT Manager, SofTov Advanced Systems, Ltd. Office: +972-3-9230686 ext. 179 Fax: +972-3-9216642 Mobile: +972-54-8000200
2009 Dec 08
0
[LLVMdev] Compilation problem with JIT/Interpreter
Hello > Is there additionnals information to provide to the linker when > compiling llvm on mac os x? Do you have libffi installed somehere? > > > The second question concerns Yellow Dog Distribution(6.2) on CellSPU > processor. Does lli support JIT compilation on CELL? No. As far as I can see, there is no JIT for SPU. -- With best regards, Anton Korobeynikov. Faculty of
2009 Dec 07
3
[LLVMdev] Compilation problem with JIT/Interpreter
Hi, I'm yet working on the LLVM ExecutionEngine portability (2.6 release version) and I get two different problems depending on the platform. The first problem concerns compilation on MacOs X (10.5.5) with an X86 processor, when trying to compile my own project containing the ExecutionEngine class and the linker class. I get links problem with "_ffi_type_sint16",
2004 Nov 08
3
Comments on the R-2.0.0 release (PR#7351)
Builds of the R-2.0.0 release have been considerably more successful at my site than previous releases. I now have it installed on these platforms: Apple PowerPC G3 267MHz GNU/Linux 2.4.19-4a (Yellow Dog Linux release 2.3 (Dayton)) Compaq Alpha Sierra OSF/1 5.1 Compaq/DEC Alpha OSF/1 4.0F Intel Itanium-2 GNU/Linux Red Hat Linux Advanced Server release 2.1AS (Derry) Intel Pentium II FreeBSD
2006 Jun 02
1
Compilation on PPC/bigendian machine
Hi list! Sometimes I need to make boot floppies for an i386 based Linux router. Just for interest, I tried to use syslinux together with my iMac G4 (PPC) with Yellow Dog Linux to create the floppy. I know that this is generally difficult because it requires cross- compiler and cross-assembler. Nevertheless, I tried it because I only needed the disk installer, the loader binaries for i386
2003 Nov 24
4
R postscript generation error (lines versus points) (PR#5285)
Full_Name: Stephen Harker Version: 1.80 OS: linux (Yellow Dog 3.0 on ppc) Submission from: (NULL) (130.194.13.101) In creating a postscript file from a set of data in which the points are plotted using `points()' and lines drawn using `lines()' I have found since upgrading from R version 1.4? to 1.8 that the two sets do not coinicide completely. This is best illustrated by a simple
2004 Apr 21
1
fix for a minor build error in R-1.9.0 with XFree86 4.4.0 (PR#6805)
Hi, In trying to build R 1.9.0, I ran into a problem building the x11() device support under XFree86 4.4.0: make[4]: Entering directory `/home/john/build/R-1.9.0/src/modules/X11' gcc -I. -I../../../src/include -I../../../src/include -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dataentry.c -o dataentry.lo In file included from dataentry.c:31:
2004 May 31
6
Asterisk and Zaptel for 2.6 kernel
We are looking soon at buying a system to deploy asterisk as our company's PBX. We run SuSE here and like it and our asterisk test platform is SuSE 9.0 with the 2.4 kernel. Is anyone running * and the zaptel drivers under SuSE 9.1? With the 2.6 kernel? Is * 64-bit safe (i.e. no 32bit assumptions in the code) so I can run it on an AMD Opteron in 64-bit mode (with whichever kernel is
2003 Nov 10
10
shuffling a vector
Hi, I'me trying to write a function that will shuffle a vector. At the moment I'm baically making a vector of randomized indices and then making a new vector from the original one using these random indices. However, is there an alternative (more elegant) method to do this? I tried help.search('shuffle') but it does'nt return anything relevant. Thanks,
2004 Aug 06
1
ads/inserts (was: Quick Question.)
6/28/01 1:59 PM jack@xiph.org Dear Jack: >The way I've suggested in the past is to use your m3u or pls files for >this purpose. > >Just make your m3u file ahve: > >http://www.mysite.com/ad.mp3 >http://www.mysite.com:8000/stream Currently I have it set this way: http://www.mysite.com:8000/playlist.pls which forces open an mp3 player. Do I need to include it in the
2016 Nov 06
3
MC PowerPC 32 bit vs. 64 bit
Hi, over the past days I have been proofing a concept involving LLVM MC on the PowerPC target. The 32 bit part went quite ok, but i am puzzled with the results I get using the 64 bit target. When disassembling in 64bit some instructions refer to GPRs in PPC::R0 to PPC::R31, some refer to PPC::X0 to PPC::X31. I understand that the registers are modeled with Rx referring to the 32bit parts and Xx
2016 Sep 22
2
Samba Member NT_STATUS_NETWORK_SESSION_EXPIRED
Hi Jermey, I have checked now (when member look work fine) so i get this informations: klist -k /etc/krb5.keytab Keytab name: FILE:/etc/krb5.keytab KVNO Principal ---- -------------------------------------------------------------------------- 1 host/pl0024.hq.kontrast at HQ.KONTRAST 1 host/pl0024.hq.kontrast at HQ.KONTRAST 1 host/pl0024.hq.kontrast at HQ.KONTRAST 1
2014 Sep 10
1
Unable to join new domain controller to Samba4 domain
Hi folks, Everything is working great and I am not having any issues with the three domain controllers that I currently have set up. We are migrating from Puppet to Ansible for configuration management, and I decided to create a playbook that will do all the things necessary to set up a DC and join the domain. I have found that in the domain joining process, an error stops replication from