search for: cryo

Displaying 17 results from an estimated 17 matches for "cryo".

Did you mean: creo
2019 Jun 11
2
Samba + AD Authentication: Restricting access to shares
...r 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 AD security group. Has this been implemented in any version of Samba? Otherwise, is there any way to limit access when doing AD authentication? We don't have any local users to limit access to; it's all domai...
2011 Mar 17
3
exit status of ssh?
...f 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 occurred. But it doesn't seem to work. % bash -c '"/bin/ls /foo"' ; echo $? bash: /bin/ls /foo: No such file or directory 127 % ssh cryo bash -c '"/bin/ls /foo"' ; echo $? /bin/ls: /foo: No such file or directory 0 What's up? I see the same thing on a Linux system and a Solaris system: % ssh -V OpenSSH_4.2p1, OpenSSL 0.9.8a 11 Oct 2005 % ssh -V Sun_SSH_1.5, SSH protocols 1.5/2.0, OpenSSL 0x0090811f Output...
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...
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 like the relevant smb.conf keys here are: security = user|ads server role = auto I've been leaving server-role set at auto (assuming this will do t...
2012 Feb 20
1
[LLVMdev] ARM opcode format
...pport generation of this" // << " file type!\n"; // return 1; // } // Before executing passes, print the final values of the LLVM options. // cl::PrintOptionValues(); // PM.run(mod); //} // Declare success. //Out->keep(); // mods for cryo // create an execution engine to export code later EngineBuilder eBuilder(&mod); std::string error; eBuilder.setErrorStr(&error); ExecutionEngine *TheExecutionEngine = eBuilder.create(); if(!TheExecutionEngine) { std::cout<<error.c_str()<<std::end...
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
...2 << 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 "armv7-unknown-linux-gnueabi" and the bitcode I'm dealing with is: ; ModuleID = 'CRYO jit' target triple = "armv7a-unknown-linux-gnueabi" define i32 @execute(i8* %JNIEnv, i8* %v8) { entry: %litTemp = alloca i32 %v0_INTEGER = alloca i32 %v4_INTEGER = alloca i32 %v5_INTEGER = alloca i32 %v2_INTEGER = alloca i32 %v6_INTEGER = alloca i32 %v5_POINTER...
2012 Feb 20
3
[LLVMdev] ARM opcode format
...t; This format is not dealt with in the ARMCodeEmitter.cpp and that's the > problem I'm facing.**** > > ** ** > > The triple I'm using is "armv7-unknown-linux-gnueabi" and the bitcode I'm > dealing with is:**** > > ** ** > > ; ModuleID = 'CRYO jit'**** > > target triple = "armv7a-unknown-linux-gnueabi"**** > > define i32 @execute(i8* %JNIEnv, i8* %v8) {**** > > entry:**** > > %litTemp = alloca i32**** > > %v0_INTEGER = alloca i32**** > > %v4_INTEGER = alloca i32**** > >...
2012 Feb 20
0
[LLVMdev] ARM opcode format
...2 << 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 "armv7-unknown-linux-gnueabi" and the bitcode I'm dealing with is: ; ModuleID = 'CRYO jit' target triple = "armv7a-unknown-linux-gnueabi" define i32 @execute(i8* %JNIEnv, i8* %v8) { entry: %litTemp = alloca i32 %v0_INTEGER = alloca i32 %v4_INTEGER = alloca i32 %v5_INTEGER = alloca i32 %v2_INTEGER = alloca i32 %v6_INTEGER = alloca i32 %v5_POINTER...
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)
...gine in this place that is it's precursor. Those jacks might have been used to enter a virtual world for a few hours a day, maybe just two--with the experience of being in Cancun or the Coco-mos for days or weeks; they'd be used to provide a place to work and entertainment while we slept in cryo-gen as we expand our horizons and visit new worlds--and it's pretty clear that these kinds of doors too will change the world significantly... like the airplane, and the computer. <http://isiti.gq/lists/lt.php?id=YUgNBANTGAFSXB1QWlQKVF0F> The point of this message, why we are standing...
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