Displaying 20 results from an estimated 27 matches for "architechtures".
Did you mean:
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
hi:
our company want to use samba3+openldap with singal sign on.
we have several branches.people would travel arround head
quarter and branches with their notebooks. so we don't have
roaming users, but we do have roaming computers.
we want to use a single domain for every site, and we want
every site keep working even when wan link is broken.
my plan below:
1. place
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
Hi,
Last night I was working on trying to get Fax for Asterisk installed.
I followed all the instructions, but noted that the download selector
only provider an X86 32 Bit binary.
The machine I'm using is:
2.6.26-1-amd64 #1 SMP Fri Mar 13 17:46:45 UTC 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:
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! ...
Hi,
Now, I've build the tools and the cfe. However, 'make check' gave me the
attached results. Summarized as follows:
# of expected passes 1081
# of unexpected failures 26
# of expected failures 32
I configured llvm with following options: '--prefix=/home/hb/llvm/
--enable-targets=host-only'. I used gcc version 3.4.2 to build the tools and
cfe. The cfe is version:
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 t...
2004 Aug 06
3
1.3.11 instability on MIPS?
Hey 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
--
2008 Jan 21
2
PXELINUX and WDS (The Proper WAY)
After about 15 hours, a packet sniffer and a ton of google searching later, I have a solution to getting WDS (Windows Deployment Services) to work with PXELINUX
Google didn't turn up anything of use directly, everything that was referenced appeared to be related to starting pxelinux from either WDS or RIS. That just won't do, since they often can give hiccups and lockups when
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 i...
2005 Jun 20
0
[LLVMdev] 'make check' failed with: ... PHI node entries do not match predecessors! ...
Hi Henrik,
You don't have the latest C/C++ Front End Source code. Please update
from CVS to get the fix for the 2005-06-15-ExpandGotoInternalProblem.c
test. Note the date of the test (5 days ago).
Reid.
On Mon, 2005-06-20 at 18:42 +0200, Henrik Bach wrote:
> Hi,
>
> Now, I've build the tools and the cfe. However, 'make check' gave me the
> attached results.
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
Hi Reid,
Now, I've removed the file and updated the source tree with this command:
cvs -z3 -d :pserver:anon at llvm-cvs.cs.uiuc.edu:/var/cvs/llvm update -PdR llvm
However, the file still exits.
Henrik.
>From: Reid Spencer
>Date: Mon, 20 Jun 2005 10:57:54 -0700
>
>Hi Henrik,
>
>You don't have the latest C/C++ Front End Source code. Please update
>from CVS to get
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
# Error facing :------
kernel panic - : not syncying , VFS : Unable to mount root fs on
un-known block (3,5)
------------------------------------------------------------------------------------------------------
# Machine and kernel architecture:-----------
Default Working installed kernel - vmlinux-2.6.5-7.97
Xen dom0 kernel - vmlinuz-2.6.12.6-xen0
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
2012 Jun 08
0
Multiple sub-architecture: problem installing RCurl
Hi,
for checking purposes, I setup a multiple sub-architecture R
installation following this post from Simon 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
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
Hi everybody,
I'm facing a issue with the pxelinux when trying to Boot WDS and
I run PXELINUX version 4.03 2010-10-22 and trying to chain (pxechain.com is
from the same syslinux package as pxelinux) the WDS (that is a windows 2008
R2).
$WINDOWS-2K8-R2-IP$ = The IP address to the WDS server and this is the
config in the pxelinux.cfg/default
$LINUX-PXE-SERVER$ = The server that serves the