Displaying 17 results from an estimated 17 matches for "cryos".
Did you mean:
cryo
2019 Jun 11
2
Samba + AD Authentication: Restricting access to shares
Because most of our servers are restricted to specific user groups and
the AD domain covers the entire university, I need to find a way to
limit access to samba shares, preferably using AD security groups; i.e.
I want to do something like:
[EMdata]
comment = TEM Data
path = /EMdata
valid users = @cns-cryo-emusers
guest ok = no
writeable = yes
where cns-cryo-emusers is an
2011 Mar 17
3
exit status of ssh?
The man page for ssh says that the exit status of ssh should
be the exit status of the program that it runs.
The session terminates when the command or shell on the remote machine
exits and all X11 and TCP/IP connections have been closed. The exit sta?
tus of the remote program is returned as the exit status of ssh.
...
ssh exits with the exit status of the remote command or with 255 if an
error
2002 Apr 27
3
CD-ROM not recognized
Howdy Folks,
I'm trying to run Cryo's Arthur's Knights under wine. I've managed to
install using setup.exe, but when I go to play the game, I get an error
message telling me to insert CD #1, even though CD #1 is in the CD-ROM
tray and mounted.
Any clues as to why I would be getting this message, how to convince the
game that the CD is actually in the CD-ROM drive, or how to
2019 Jun 14
1
Ubuntu 18.04, bound to Windows AD, sssd auth, Samba 4.7.6: Can't get no share satisfaction
OK, At a loss for what to try next.
According to this page, it should be possible to make this work:
http://www.hexblot.com/blog/centos-7-active-directory-and-samba
However, I can't get AD users to authenticate when I run
net use * \\cns-cryo-road1\my_share /user:austin\pgoetz
Authenticating via ssh, su, or from the console using the same AD
UserName is not a problem.
It seems
2012 Feb 20
1
[LLVMdev] ARM opcode format
Hello,
So the current JIT will be superseded by the MCJIT completely and no
further development should be expected for the current JIT? In any case, I
am definitely interested in submitting a patch if you could help me by
sending me in the right direction, since I really want this working.
I managed to reproduce this behavior in LLVM 3.0 by modifying llc to read
my .bc file and try to JIT the
2007 Dec 04
0
[LLVMdev] Git/Svn numbers
...u have one
git repository with directories a/ b/ c/ each with 2500 files,
then git can only clone/pull/checkout/push/whatever ALL three
directory with all 7500 files. With svn, you can opt to just get
a/, when you aren't interested in b/ and c/.
Today I stumbed over this blog:
http://blog.cryos.net/archives/167-Git,-SVN-and-Development.html
Here the author describes how he uses git to checkout an svn
repository, work then in git (making lots of little commits
there) and then use "git svn dcommit" to commit (from git!) back
into the svn repository.
2007 Dec 04
2
[LLVMdev] Git/Svn numbers
Hi!
Don't be afraid, just a few numbers. :)
1. Updating/Getting the source:
svn update from revision 44014 to revision 44570 with
svn update:
real 0m11.464s
user 0m1.180s
sys 0m0.576s
svn checkout with
svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm:
real 4m37.414s
user 0m5.756s
sys 0m2.592s
git clone the whole tree with
git clone
2012 Feb 20
2
[LLVMdev] ARM opcode format
Hi,
I haven't been able to reproduce this problem on a smaller test and the
original source code is from another virtual machine's IR. What I found out
was that 42 << 7 is actually DPSoRegImmFrm, defined in ARMInstrFormats.td.
This format is not dealt with in the ARMCodeEmitter.cpp and that's the
problem I'm facing.
The triple I'm using is
2012 Feb 20
3
[LLVMdev] ARM opcode format
Hi,
I'm sorry I forgot to mention I am compiling the bitcode using the JIT. The
actual error, I get when I'm trying to get the function to the pointer. I'm
using a custom front end that translates Android's Dalvik bytecode into
LLVM bitcode based on Android ICS's modified LLVM version.
Thanks,
On Mon, Feb 20, 2012 at 7:55 PM, James Molloy <James.Molloy at arm.com>
2012 Feb 20
0
[LLVMdev] ARM opcode format
Hi Guillermo,
I’m unable to reproduce the error you’re seeing with your bitcode input. “llc –mtriple armv7a-unknown-linux-gnueabi –O3” succeeds.
What are you using to reproduce, and what version?
Cheers,
James
From: Guillermo Perez [mailto:gaperez64 at gmail.com]
Sent: 20 February 2012 11:32
To: James Molloy; llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] ARM opcode format
Hi,
I haven't
2012 Feb 20
0
[LLVMdev] ARM opcode format
Guillermo,
> I'm sorry I forgot to mention I am compiling the bitcode using the JIT. The
> actual error, I get when I'm trying to get the function to the pointer. I'm
> using a custom front end that translates Android's Dalvik bytecode into LLVM
> bitcode based on Android ICS's modified LLVM version.
ARM JIT is broken in many ways. So, what you're seeing is
2009 Apr 26
2
Theora/Thusnelda features questions.
Hello, My name is Robin Mar?n and I have some questions about the Theora
Codec/project...
First of all I don't know if this is the right place to ask but I haven't
found any Xiph/Theora forum or something similar...
I don't even know if this is the right way of "posting" in mailists... But
anyway...
I discovered Theora just like a moth ago when the 1st alpha of Thusnelda
2018 May 20
0
You say #nothing... I say "Hello. Hello! Hello?" Moving forward with this will stop this violence, it will also stop murder, and then death. (... in that order)
<cursi.ve.lamc.la>
You are in The Matrix
<http://isiti.gq/lists/lt.php?id=YUgNAAVdGAFSXB1QWlQKVF0F>
.
That's a significantly better thing than implied by the movie, but it's a
good introduction to the reason for Creation, and why we are here trying to
help an entire civilization transition from ?simulated reality? to
Heaven. The New Testament is our guide, and seeing it's
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2003 Jun 16
1
Spectrum duplication (2)
Reading Monty's message, I better re-post this one :-).
In another thread the following was said:
> It might help if you also mentioned that the sound quality of Ogg is
> significantly better than MP3 (assuming that you use regular MP3, not
> MP3Pro), especially at 32kbps.
Speaking of which, would there be anything to stop Vorbis, maybe not v1
but in the future, to use similar
2003 Mar 26
1
Libvorbis documentation.
Greetings,
On the official documentation page,
http://www.xiph.org/ogg/vorbis/docs.html, there are links to the
documents describing the released libraries, ie. libvorbis, vorbisfile
and vorbisenc. However, the first one is not a link at all, although I
seem to remember that it was so earlier.
I also downloaded the SDK for Mac OSX, which sorta contains a
documentation for libvorbis, but
2003 Jul 04
6
Flaming
Greetings,
I thought this was supposed to be a list for educated people to discuss
serious development of the ogg vorbis project. In light of that, it is
amazing to see the level Mr. Segher Boessenkool drops down to in the
last posts. More or less calling people insane and accusing them of
being on crack and what not. I didn't want to post this on the list,
for there is no reason to