search for: architechture

Displaying 20 results from an estimated 27 matches for "architechture".

2006 Aug 11
3
General architechture / MVC question
Hi all, A newbie with Ruby on Rails - and programming in general - I''m working on a few Flash and PHP projects as well. Partly to make my work more efficient, partly to gain a better understanding of system architecture / design patterns, I''ve been trying to use the MVC pattern in database-backed Flash / Actionscript development as well. I think / hope that I''m
2003 Nov 11
2
my samba3+ldap+SSO plan
...d each site. 2. make every site to be a full working PDC, so every samba is wins server and authenticate user via local ldap server. 3. at night, sync ldap entries from each brach to HQ, then sync HQ ldap entries to every branch. (is this possible??) although samba3 has PDC/BDC architechture, but it seems need a central wins server. and we don't need a browse list cross sites. in fact, we just want singal sign on for every site when people travel arround with their notebooks. my concern is about machine account.i know client machine and server keep a shared seceret. but i don...
2000 Dec 04
1
Makefile bug in 2.3.0p1
...m psyched to try out sftpd. I found one bug in the Makefile. Under the host-key and host-key-force targets, ssh-keygen is called as '$(srcdir)/ssh-keygen'. This is fine if you configure and build in the source dir, but not if you build in a separate dir as I did in order to build several architechtures from one source tree. A kludgy fix would be to call it as './ssh-keygen'. A real fix would be to have the path to the build dir in a variable and do something like '$(builddir)/ssh-keygen'. Please Cc me on replies, since I don't subscribe to this list. Thanks, Wangden
2009 Sep 11
2
No 64 bit binary for Fax for Asterisk
...2009 x86_64 GNU/Linux Consequently, on load it presents an error: [Sep 12 10:25:35] WARNING[31306]: loader.c:368 load_dynamic_module: Error loading module 'res_fax.so': /usr/lib/asterisk/modules/res_fax.so: wrong ELF class: ELFCLASS32 Is there any plan to provide a 64 bit binary for my architechture? I've installed the ia32-libs package as well, but no success. -- Cheers, Matt Riddell Director _______________________________________________ http://www.venturevoip.com/news.php (Daily Asterisk News) http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer) http://www.venturevoi...
2006 Feb 20
2
pxelinux.0 on pSeries
Hi, I am new to this list, but would greatly appreciate any help on the topic. We are trying to automate the build/installation of a pSeries machine using kickstart server. We have a process in place that completes a system build of xSeries machines. It uses pxelinux.0 to direct the bootp to the kernel, ramdisk and kickstart.config file. I was trying to use the same process to build the pSeries
2005 Jun 20
2
[LLVMdev] 'make check' failed with: ... PHI node entries do not match predecessors! ...
...projects/src/llvm-1/llvm/test/Regression/CFrontend/2005-06-15-ExpandGotoInternalProblem.c -S -o - 5015 Aborted | gccas -o /dev/null -------------------- What went wrong in my build/test? I assume that the other errors are ok, due to I've only had build for the host-only architechture: -------------------- uname -a Linux fc1s050612 2.4.22-1.2115.nptl #1 Wed Oct 29 15:42:51 EST 2003 i686 i686 i386 GNU/Linux Henrik ============================================================= Henrik Bach LLVM Open Source Developer e-mail: henrik_bach_llvm at hotmail.com =======================...
2007 Apr 07
0
[LLVMdev] Register Alias Sets
...can't be assigned simultaneously. In general, that what you would check anyway because for some architectures you won't (theoretically, AFAIK) have equal alias sets at all, but they'll intersect. Consider the following example (as I remember it from some paper on representing irregular architechtures): There are 8 32-bit general purpose registers (R0-R7) and there are 7 64-bit registers (W0-W6). Ri reg is a high word of Wi and R(i+1) is a low word of Wi (i runs from 0 to 6). So the alias set for Wi is { Ri, R(i + 1)} (you can include Wi, of course). You can't allocate neighbouring W-regs...
2004 Aug 06
3
1.3.11 instability on MIPS?
...there. I have setup an icecast server on a Cobalt RAQ2 (may be a raq1, not entirely sure) with a MIPS processor. The icecast server compiles, and runs fine, atleast for a while. But on 2 occasions over the last 10 hours I have had to manually restart the server. Is there any known bug on the MIPS architechture, or should I investigate the problem more? Thanks Mike -- <mystica@darktech.org> <p>--- >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' con...
2008 Jan 21
2
PXELINUX and WDS (The Proper WAY)
...ol Panel a. Right Click on server name (boot.contoso.local) click properties b. On tab PXE Response Settings: "Respond to All client Computers" c. PXE Response Delay (5 seconds) ? this timing is critical, you may need to set it a little higher depending on your network architechture d. On the Boot Tab, Reset all the options to their defaults: "Boot\<arch>\pxeboot.n12" e. Do not Enable the "Do not Listen on port 67" f. Click Apply and Close This Panel 4. Build a PXELINUX.CFG/DEFAULT file as listed below in Figure A 5....
2007 Apr 09
2
[LLVMdev] Register Alias Sets
...cator does. > In general, that what you would check anyway because for some > architectures you won't (theoretically, AFAIK) have equal alias sets > at all, but they'll intersect. Consider the following example (as I > remember it from some paper on representing irregular > architechtures): As Smith, et. al. point out, such architectures practically don't exist in the real world. Most alias sets are either completely disjoint, exactly equal or entirely contained. > There are 8 32-bit general purpose registers (R0-R7) and there are 7 > 64-bit registers (W0-W6). Ri reg...
2005 Jun 20
0
[LLVMdev] 'make check' failed with: ... PHI node entries do not match predecessors! ...
...Regression/CFrontend/2005-06-15-ExpandGotoInternalProblem.c > -S -o - > 5015 Aborted | gccas -o /dev/null > -------------------- > > What went wrong in my build/test? I assume that the other errors are ok, due > to I've only had build for the host-only architechture: > -------------------- > uname -a > Linux fc1s050612 2.4.22-1.2115.nptl #1 Wed Oct 29 15:42:51 EST 2003 i686 > i686 i386 GNU/Linux > > Henrik > > ============================================================= > Henrik Bach > LLVM Open Source Developer > > e-m...
2007 Apr 06
5
[LLVMdev] Register Alias Sets
I notice that in X86GenRegisterInfo.inc, the AliasSets do not include the register being queried. For example: const unsigned RAX_AliasSet[] = { X86::EAX, X86::AX, X86::AL, X86::AH, 0 }; const unsigned EAX_AliasSet[] = { X86::RAX, X86::AX, X86::AL, X86::AH, 0 }; This makes it hard to do set comparisons. RAX and EAX really have equivalent alias sets but one wouldn't know that from
2005 Jun 20
1
[LLVMdev] 'make check' failed with: ... PHI node entries donot match predece
...ExpandGotoInternalProblem.c > > -S -o - > > 5015 Aborted | gccas -o /dev/null > > -------------------- > > > > What went wrong in my build/test? I assume that the other errors are ok, >due > > to I've only had build for the host-only architechture: > > -------------------- > > uname -a > > Linux fc1s050612 2.4.22-1.2115.nptl #1 Wed Oct 29 15:42:51 EST 2003 i686 > > i686 i386 GNU/Linux > > > > Henrik > > > > ============================================================= > > Henrik Bach >...
2005 Mar 30
6
French Curve
Dear R experts, Did someone implemented French Curve yet? Or can anyone point me some papers that I can follow to implement it? thanks in advance for your help. Paul
2006 Feb 19
7
Linux Distribution Choice
I am making some tentative steps into using Linux (Mandriva at the moment) and notice that not all the Linux binaries on CRAN are the latest release. As R (plus Grass) will be key programs for me on Linux, is there a preferred Linux distribution that people in the R communiuty use? Many thanks, Graham [[alternative HTML version deleted]]
2006 Jan 25
0
[Xen kernel panic error] on kernel 2.6.12.6
...ecture:----------- Default Working installed kernel - vmlinux-2.6.5-7.97 Xen dom0 kernel - vmlinuz-2.6.12.6-xen0 ------------------------------------------------------------------------------------------------------ # Steps followed..to run the kernel. I have builded Xen 3 kernel (2.6.12.6) on x86 architechture with IDE support and kernel vmlinuz-2.6.12.6-xen0 is working fine in the builded x86 architecture machine. My requirement is to run the above kernel in AMD architecture by copying the same from x86 to AMD. I copied below files and creared initrd image. -------------------------------------------...
2001 Nov 06
0
problem compiling on a SParc4 Sun4m Solaris2.6
I am working with Solaris 2.6 and with the version of openssh 2.9.9-p2 I was able to compile for a UltraSpar 5 Sun4u with no problem. But fot a Sparc4 Sun4m i'm getting this message: ./ssh : Exec format error. Wrong Architechture. Do you have a hit why it's not working, is there and option i have to set? thank you for your help jean ============================================ Jean Bouchard Technicien en Informatique au d?partement de G?nie ?lectrique,laboratoire de (VLSI et T?L?COMM). ?cole Polytechnique de Montr?a...
2012 Jun 08
0
Multiple sub-architecture: problem installing RCurl
...Urbanek: https://stat.ethz.ch/pipermail/r-devel/2011-August/061755.html It all went fine. The only change I made to Simon's procedure was to install with: make prefix=~/bin/R/2.15 install instead of sudo make install rhome=/usr/local/R/2.15. I am now trying to install RCurl in the 32 bits architechture but get the following error, which I believe comes from the fact the wrong libraries (64 bits) are used instead of the 32 bit ones. I am on Ubuntu 11.04 (Natty) and thought I needed to install the 32 bits libxml2, but could not find a way to do so. Anybody faced a similar problem? I believe I w...
2006 Sep 02
0
[LLVMdev] Testing a register allocator
> Hi! > > I developed a register allocator within LLVM and now I need to test its > efficiency. Can I do this using llvm-test package? > Do llvm tests check all available regalloc options automatically? If not, > then what modifications should I do to the test files? > It would be great if I could test my algo along with linearscan and compare > the results. > >
2011 Dec 21
0
Boot WDS (win 2008r2) from pxelinux
...uccessfully downloads the wdsnbp.com from the $WINDOWS-2K8-R2-IP$ and tries to boot on it but it hangs as its trying to continue the process by connecting to $LINUX-PXE-SERVER$ This is the output I get on the client: " TFTP boot: $WINDOWS-2K8-R2-IP$ \Boot\x64\wdsnbp.com Downloaded WDSNBP... Architechture: x64 WDSNBP started using DHCP Referral. Contacting server $LINUX-PXE-SERVER$ (Gateway: $default-gateway$ " And its stuck there, When I tcpdump between the client and the servers I see it tries to do a dhcp proxy request to $LINUX-PXE-SERVER$ but nothing more happens, I can't ether see a...