Displaying 17 results from an estimated 17 matches for "sgis".
Did you mean:
sgi
1999 Jul 19
1
Saving MS Word Documents to a Samba Share from NT
I have installed Samba 2.0.4a on SGIs running IRIX 6.5. My PC is running NT
Workstation SP 3. I have a problem saving documents from MS Word 97 SP 1.
If I create a new document and attempt to save it to a Samba share I get the
following error message: Word cannot complete the save due to a file
permission error. (G:\XX\TEST.DOC). A li...
2013 Apr 24
3
[PATCH] xen/arm: Missing +1 when then number of interrupt lines for the GIC is computed
In the GIC manual, the number of interrupt lines is computed with the following
formula: 32(N + 1) where N is the value retrieved from GICD_TYPER.
Signed-off-by: Julien Grall <julien.grall@linaro.org>
---
xen/arch/arm/gic.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xen/arch/arm/gic.c b/xen/arch/arm/gic.c
index 760c86b..389c217 100644
---
1999 Feb 09
3
Installing on 64-bit Dec or SGI
Hi all,
The systems guys here in the stat dept don't seem to be able to
compile R on the Dec Alphas or on the SGIs. Can anyone give them a hand?
-Greg
-------------------------------------------------------------------------------
Gregory R. Warnes | It is high time that the ideal of success
warnes at biostat.washington.edu | be replaced by the ideal of service....
2005 Oct 27
0
Not ready to load rootfs.gz
...e second-generation of a custom isolinux
boot CD for one of the PCs here in the lab.
We have three types of PC here - two Dells and one from SGI (a SGI
230). The previous version of the custom bootcd still works on all
three platforms.
The new version only works on the Dells. It fails on only the SGIs with:
-----------------------------------------------
Loading linux...............
Loading rootfs.gz............................................
Ready.
-----------------------------------------------
A Google search has limited results
(http://www.google.com/search?q=%2...
2000 Feb 18
0
Samba to Dave 2.5
...\
\ / \
router--------------------router-----multiple Winxx desktops
/
/
Mac
The Samba servers are SGIs running IRIX 6.5.5.
TIA,
John Hester
Momentum Group
2002 Mar 16
0
X11(colortype="true") does not give a truecolor visual(PR#1387)
...unusual. Sun Xservers allow you to set the default
> visual on the command line: has the default been overridden? Ours with
> multiple visuals are selecting TrueColor, but it does say the default is
> hardware-dependent.
It *can* be set as default, but on all of the Suns and most of the SGIs
I work with, it isn't. And I don't have the ability to change that
unfortunately. And there's an added problem that the truecolor visuals
in 2D are very slow compared to the pseudocolor, which makes it
undesireable to have the truecolor as default.
>
> > Some applications loo...
2001 Jul 17
2
cmdscale in package mva (PR#1027)
...2 1
>library(mva)
>cmdscale(a)
Error in La.eigen(Tmat, symmetric = TRUE) :
On entry to DSYEV parameter number 8 had an illegal value
Regards,
Laurent
PS: I had trouble during the 'make check' installation step. I was pointed out
it was a known problem with modreg on SGIs. I think both things are
independant,
but, well, one never knows...
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in...
2003 Feb 04
1
deleting symlinks only
hello list,
is it possible to delete a symlinked directory over a samba-share, without deleting
it's content but leaving the link-target as it is and deleting the
symlink only? If I interpret samba's behaviour correctly, on deletion samba does not
recognize the link as a link but as a directory, descends into it and deletes the
content recursively, finally tries to delete the directory
2001 Oct 24
0
Re: Compiling R v 1.3.1 under Irix 6.5 on SGI Origin
...t genome.cbs.dtu.dk
<mailto:laurent at genome.cbs.dtu.dk> ]
Envoy? : mercredi 24 octobre 2001 10:29
? : Greg Jefferis
Cc : Duval, Manuel; 'R-help at lists.R-project.org'
Objet : Re: [R] Re: Compiling R v 1.3.1 under Irix 6.5 on SGI Origin
Hello,
I had (and still have) to deal with SGIs and came across the similar
error message. I remember going through by setting MAKE=gmake in the
config.site file and by replacing the 'make ; make test; make install' on
the command line by 'gmake; gmake test; gmake install'
(rem: If I remember well, on a SGI the test bit do not go...
2001 Jul 26
5
ext3-2.4-0.9.4
An update to the ext3 filesystem for 2.4 kernels is available at
http://www.uow.edu.au/~andrewm/linux/ext3/
The diffs are against linux-2.4.7 and linux-2.4.6-ac5.
The changelog is there. One rarely-occurring but oopsable bug
was fixed and several quite significant performance enhancements
have been made. These are in addition to the performance fixes
which went into 0.9.3.
Ted has put out a
2018 Aug 29
3
LLVM on IRIX
Greetings LLVM Developers,
My name is Kazuo, I’m the head of the largest Silicon Graphics IRIX community on the internet. I’m approaching this mailing list to see if any MIPS developers who hang out here are interested in developing the LLVM/Clang Compiler system for IRIX.
There’s a growing need as GCC removed support for us from 4.8, over six years ago and since then we’ve absolutely languished
2013 Mar 21
27
[PATCH 0/4] xen/arm: guest SMP support
Hi all,
this small patch series implement guest SMP support for ARM, using the
ARM PSCI interface for secondary cpu bringup.
Stefano Stabellini (4):
xen/arm: basic PSCI support, implement cpu_on
xen/arm: support for guest SGI
xen/arm: support vcpu_op hypercalls
xen: move VCPUOP_register_vcpu_info to common code
xen/arch/arm/domain.c | 66 ++++++++++++++++++++++++
2013 Sep 26
8
[PATCH v5 0/7] Dissociate logical and gic/hardware CPU ID
Hi,
This is the fifth version of this patch series.
With the Versatile Express TC2, it''s possible to boot only with A7 or A15. If
the user choose to boot with only A7, the CPU ID will start at 0x100. As Xen
relies on it to set the logical ID and the GIC, it won''t be possible to use
Xen with this use case.
This patch series is divided in 3 parts:
- Patch 1: prepare Xen
2003 Dec 01
0
No subject
...t;, <mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
Hi,
I recently found a scenario where symbolic links to directories lead to
trouble when they occur in a samba-shared directory.
The problem occured with users which work on SGIs and Windows boxes with
the same home-directory. The SGIs tended to create a directory called
"Desktop" and to put in there a symbolic link back to the home.
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
The R-1.2.1 builds have gone fairly smoothly on most of my UNIX
architectures, but there were many warnings reported by the picky SGI
compiler that could be eliminated in future releases.
Generally, I have found the SGI compilers very helpful in ferreting
out portability problems, unused and/or obsolete variables, unexpected
datatype coercions, etc., and they compile faster than any other
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the fourth version of the patch series that introduces ARMv7
with virtualization extensions support in Xen.
The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile
Express simulator.
See the following announce email for more informations about what we
are trying to achieve, as well as the original git history:
See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the very first version of the patch series that introduces ARMv7
with virtualization extensions support in Xen.
The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile
Express simulator.
See the following announce email for more informations about what we
are trying to achieve, as well as the original git history:
See