search for: missy

Displaying 18 results from an estimated 18 matches for "missy".

Did you mean: miss
2006 Jun 06
0
Swat lets everybody into the "good stuff"
...e smb.conf file, which would be a *bad* thing. Otherwise, things seem to be fine other than that "small" security glitch. ;-) The users have their "own" group, and their shares are listed to be owned solely by them - here's a snippet for one user: files:/etc/samba# grep missy /etc/passwd missy:x:2006:2006:missy:/home/everyone/missy:/bin/false files:/etc/samba# grep missy /etc/group missy:x:2006: I also have a few group entries like this: companies:x:1009:josh,missy,marilyn listing several people who should be in a group for a "group share" and here's...
2010 Jan 23
2
[LLVMdev] Kaleidoscope-tutorial: Fails to create the JIT
--Groetjes, Albert ALbert Mietus GSM: +316 16 531 258 Send prive mail to: ALbert at ons-huis dot net Don't send spam mail! Mijn missie: http://SoftwareBeterMaken.nl product, proces & imago. Mijn leven in het kort: http://albert.mietus.nl/Doc/CV_ALbert.html On 23 Jan 2010., at 22:07, Garrison Venn wrote: > Look
2010 Jan 23
2
[LLVMdev] Kaleidoscope-tutorial: Fails to create the JIT
I ask for advice, for TheExecutionEngine === NULL, >> Which result's in a null-pointer for "TheExecutionEngine"; which >> explains the bus-errror .. Reid Kleckner wrote: > Try changing the above line to: > std::string str; > TheExecutionEngine = > EngineBuilder(OurModuleProvider).setErrorStr(str).create(); > cout << str << '\n';
2010 Jan 23
0
[LLVMdev] Kaleidoscope-tutorial: Fails to create the JIT
Look at what is in <llvm source root>/examples/Kaleidoscope/toy.cpp. This is the final version of the tutorial and worked the last time I played with 2.6. Garrison On Jan 23, 2010, at 12:21, ALbert Mietus wrote: > I ask for advice, for TheExecutionEngine === NULL, > >>> Which result's in a null-pointer for "TheExecutionEngine"; which >>> explains
2010 Jan 24
0
[LLVMdev] Kaleidoscope-tutorial: Fails to create the JIT
Change your g++ build to: g++ -g -O0 toy-example26.cpp -o toy-example26 `/Users/albert/NoTimeMachine/LLCM_Clang/llvm-trunk/BUILD/Debug/bin/llvm-config --cppflags --ldflags --libs core jit interpreter native` After you get this working, try it with the source interpreter include removed, and minus the above interpreter llvm-config addition. Garrison On Jan 23, 2010, at 18:55, ALbert Mietus
2013 May 17
2
[LLVMdev] linux build fix
Hello, I tried to compile revision 182096 of compile-rt on linux. An include missied. I attached the patch and changelog. by: Antal Tatrai -------------- next part -------------- A non-text attachment was scrubbed... Name: changelog Type: application/octet-stream Size: 53 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130517/c743da76/attachment.obj>
2013 Apr 25
1
search and UTF-8 normalization forms (NFD)
Hello, on a system with dovecot 2.2 I've got a mailbox containing multiple mails from a person called Kr?ger, but From: header encoded differently. Some are encoded in UTF-8 normalization form decomposed (as used by Mac OSX), that is u and umlaut accent as sperate combined codepoints instead of one ?: From: =?utf-8?Q?replaced_Kru=CC=88ger?= <krueger at some.domain> Searching within
2002 Sep 25
1
seeking advice on network troubleshooting strategy
...es and gets to work on them (the client shows this). I don't get any error messages. I tried dll, winsock and relay traces without being able to make out anything that would appear somehow related to the problem. I am using the snapshot from September 4, a fresh RedHat 7.3 installation: [root@missy wine-20020904]# ldd --version ldd (GNU libc) 2.2.5 on an Athlon 1300, and I configured wine with ./configure --enable-opengl --disable-debug (I did the debug traces on another box which displayed exactly the same behaviour) Does anyone have any ideas as to how to go about troubleshooting this?...
2007 Sep 05
1
ecological meaning of randomForest vegetation classification?
Hi, everyone, I haven't found anything similar in the forum, so here's my problem (I'm no expert in R nor statistics): I have a data set of 59.000 cases with 9 variables each (fractional coverage of 9 different plant types, such as deciduous broad-leaved temperate trees or evergreen tropical trees etc.), which was generated by a vegetation model. In order to evaluate the quality of
2010 Jan 22
3
[LLVMdev] Kaleidoscope-tutorial: Fails to create the JIT
Hello All I 'm studing LLVM/Clang and trying to follow the Kaleidoscope tutorial (Release 2.6 version). I found some minir docu-bugs and added them to Bugzilla. However, Now I found a show-stopper for me, the toy (v4) demo does build, but does crash, on any input. Even a simpe ';'! Looking into the (demo-code) found the that the JIT can't be build/ created,/loaded/... Which
2013 May 17
0
[LLVMdev] linux build fix
Tátrai Antal <tatraian at deverto.com> writes: > I tried to compile revision 182096 of compile-rt on linux. An include > missied. I attached the patch and changelog. > > by: > Antal Tatrai > > > > Index: lib/sanitizer_common/sanitizer_platform_limits_posix.cc > =================================================================== > ---
2010 Jul 17
2
Audacity settings for Asterisk sound files
Can anyone provide the settings in Audacity to create a proper wav file without having to do additional conversion in the cli? Has to be a way to do this with less steps. ---------------------------------------------------------------------------- David Shauger Vice President Sollos Technology Solutions 678-317-9444 x5 - voice 404-886-7603 - cell 772-679-5830 - fax dave at sollos.com
2012 Aug 08
1
migration with non-root user
Hi, I had a VM running on c3rh2 under 'vmc' user: [vmc at c3rh2 .ssh]$ virsh list --all Id Name State ---------------------------------------------------- 1 vs2relocate_nonRoot running After the virsh migration command, "virsh migrate --live --unsafe vs2relocate_nonRoot qemu+ssh://vmc at c3rh1.kirkland.ibm.com/session", this VM
2007 Jan 10
0
ClockingIT closing in on v1.0
Hepp! ------ It''s been a while since the last ClockingIT - http://www.clockingit.com - release, but the new version has finally been deployed, with quite a few improvements. ClockingIT is now much better at handling a large number of tasks and issues, and it''s a lot easier to see what you should work on next. I''ve also implemented a new look, designed by the missis,
2010 Jan 22
0
[LLVMdev] Kaleidoscope-tutorial: Fails to create the JIT
On Fri, Jan 22, 2010 at 1:56 PM, ALbert Mietus <albert at ons-huis.net> wrote: > Hello All > > I 'm studing LLVM/Clang and trying to follow the Kaleidoscope tutorial > (Release 2.6 version). > I found some minir docu-bugs and added them to Bugzilla. > > However, Now I found a show-stopper for me, the toy (v4) demo does > build, but does crash, on any input. Even a
2003 Aug 06
1
Reg. openssh-3.51p1/packet.c (function packet_send2())
Hi, Will really appreciate for any comments on the below: 1. According to draft-ietf-secsh-transport-16.txt (section 4), each packet must be of the following format: uint32 packet_length byte padding_length byte[n1] payload; n1 = packet_length - padding_length - 1 byte[n2] random padding; n2 = padding_length byte[m] mac (message authentication code); m = mac_length However, since
2007 Apr 18
0
fw: Make sure your updated
...oration, and MainStay Funds. "The Independence Bowl has a great deal of history behind it, and now thanks to PetroSun stepping up as the title sponsor, and the extension with ESPN that takes us through 2009, our future looks better than ever," said Independence Bowl Executive Director Missy Setters. "We feel like this is a tribute to the hard work of so many people over the past 30-plus years, and we couldn't be happier and more excited about the future of the PetroSun Independence Bowl." About PetroSun PetroSun's current operations are concentrated in the Ark-L...
2011 Sep 22
10
data recovery
Hi, Need help on data recovery. Suddenly my disk device's geometry has been changed to something that doesnot make any sense. Its a 1.8TB in size and had only one single partition. Now I can see 3 partitions sde1, sde2 and sde2 of sizes 130M, 140GB and 10GB. Is there any way to recover data from these newly created disk devices? Thanks Paras.