search for: mina

Displaying 20 results from an estimated 105 matches for "mina".

Did you mean: min
2009 Feb 13
4
uid/gid settings in rsyncd.conf not respected?
...; privs, set in the global section. Then I add backuppc to the appropriate group in /etc/group as below. In this way, rsync will have read permissions only for those users who have made their files g+rX and who have agreed to have the backuppc user added to their group in /etc/group. ie 'minas' is a user who has his /home/dir set as drwxr-x--- 39 minas minas 4096 2009-02-06 23:01 /home/minas I've tried to have address this by setting his /etc/group line as: minas:x:1000:backuppc expecting that since 'backuppc' is now a member of the 'minas' group, rsync runn...
2010 Jul 20
4
[LLVMdev] Fwd: Building VMKit
Hi Minas, I tried recompiling Classpath with -fno-omit-frame-pointer, and now, instead of printing an error message, j3 just segfaults in "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()" I ran llcj under strace and found that it is not even opening the input or output fil...
2010 Jul 16
1
[LLVMdev] java front-end
Hi Minas, Thanks! I wasn't aware that VMKit had the ability to generate llvm code from .class / .jar files - I thought all of its code-generation capabilities were very closely tied to the VM itself. I'll look into this. The motivation behind this project is to be able to get both the small siz...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...t test VMKit on a 64bits machine, and I have been aware that there are some compilation/execution problems. Besides, the current GCs of VMKit do not work on 64bits (neither MMTk nor GCMmap2). Nicolas On Tue, Jul 20, 2010 at 3:56 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote: > Hi Minas, > > I tried recompiling Classpath with -fno-omit-frame-pointer, and now, > instead of printing an error message, j3 just segfaults in > "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()" > > I ran llcj under strace and found that it is not even ope...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
On Tue, Jul 20, 2010 at 6:56 PM, Joshua Warner <joshuawarner32 at gmail.com> wrote: > Hi Minas, > > I tried recompiling Classpath with -fno-omit-frame-pointer, and now, instead > of printing an error message, j3 just segfaults in > "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()" > Could you please run it under gdb like $ gdb --args ./j3 Hell...
2013 Feb 24
2
[LLVMdev] [vmkit] Errors compiling vmkt
Hi Harris, A question has arisen, what is the difference between VMKit2 and VMKit, and why, in the first place the new VMKit2 fork was been created? Thanks for answer :) Best regards, Minas On Tue, Feb 12, 2013 at 2:36 PM, Harris Bakiras <h.bakiras at gmail.com> wrote: > Hi Chris, > > For the moment you can install VMKit following these instructions: > > http://vmkit2.gforge.inria.fr/start.php > > VMKit's web page and repository will be updated so...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...ave > been aware that there are some compilation/execution problems. Besides, the > current GCs of VMKit do not work on 64bits (neither MMTk nor GCMmap2). > > Nicolas > > > On Tue, Jul 20, 2010 at 3:56 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote: > >> Hi Minas, >> >> I tried recompiling Classpath with -fno-omit-frame-pointer, and now, >> instead of printing an error message, j3 just segfaults in >> "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()" >> >> I ran llcj under strace and found...
2013 Feb 28
0
[LLVMdev] [vmkit] Errors compiling vmkt
Hi Minas, Basically, you should not have any difference between the two projects :) (it's not really the case, but we are working on this problem). To explain (sorry for my long email!), I work for a french research institution (Inria) and, as we have an Inria research project around VMKit, I had to c...
2010 Jul 16
0
[LLVMdev] java front-end
...#39;m trying to use llvm as a replacement aot compiler I'm not acquainted with the Avian JVM, but haven't you considered using VMkit llvm project, it contains .class/.jar to llvm compiler, also JIT compiler(native code compiler) and aot compiler. And it's not three years-old Regards, Minas On Fri, Jul 16, 2010 at 9:41 PM, Joshua Warner <joshuawarner32 at gmail.com> wrote: > Hi, > > I'm trying to use the Java front-end (which, based on svn commits, appears > to be three-years-dead), and I'm running into some build errors.  In that > time did llvm change...
2010 Jul 19
0
[LLVMdev] Fwd: Building VMKit
...running recompile classpath with -fno-omit-frame-pointer (or take my patch from here: http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin and apply it: $ cd classpath-0.97.2 $ patch ./configure ./classpath_configure64.patch ) That's now on j3 Regards, Minas On Mon, Jul 19, 2010 at 9:20 PM, Joshua Warner <joshuawarner32 at gmail.com> wrote: > Forgot to send to the mailing list... > > ---------- Forwarded message ---------- > From: Joshua Warner <joshuawarner32 at gmail.com> > Date: Mon, Jul 19, 2010 at 10:19 AM > Subject...
2013 Mar 08
1
[LLVMdev] [vmkit] Errors compiling vmkt
...JavaJIT.cpp:1262:23: error: no member named 'removeFnAttr' in 'llvm::Function' llvmFunction->removeFnAttr( then I change to vmkit2, but found it's based on 3.2 only, failed compile with latest llvm > > See you, > Gaël > > > > 2013/2/24 Minas Abrahamyan <minas.subs at gmail.com>: >> Hi Harris, >> >> A question has arisen, what is the difference between VMKit2 and VMKit, >> and why, in the first place the new VMKit2 fork was been created? >> >> Thanks for answer :) >> >> Best regards...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...re some compilation/execution problems. Besides, >> the current GCs of VMKit do not work on 64bits (neither MMTk nor GCMmap2). >> >> Nicolas >> >> >> On Tue, Jul 20, 2010 at 3:56 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote: >> >>> Hi Minas, >>> >>> I tried recompiling Classpath with -fno-omit-frame-pointer, and now, >>> instead of printing an error message, j3 just segfaults in >>> "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()" >>> >>> I ran llc...
2011 Aug 25
0
[LLVMdev] VMKit build error
...ly, vmkit does not support 64bits architecture :( I plan on > working on it, but in the meantime, maybe you can use a 32bit environment? > How it does become? Is this because of new incorporation of GC library not supporting 64bits? But I remember I was building VMkit with 64bits. Regards, Minas Abrahamyan
2003 Oct 02
2
[Bug 726] sftp working for list files, and download, but not for uploading
...ly. Now, he can list files, and download files, but he cannot upload files. He says that all uploaded files end up being 0 bytes in size. I asked him to upgrade to the latest OpenSSH 3.7.1p2 because he was using an earlier client. He did this. He reports that now, the session goes like this: [minas at localhost minas]$ sftp cs.yorku.ca Connecting to cs.yorku.ca... minas at cs.yorku.ca's password: sftp> version SFTP protocol version 3 sftp> put cviureview_online Uploading cviureview_online to /cs/home/minas/cviureview_online cviureview_online 0% 0...
2013 Feb 19
1
[LLVMdev] Problem to run SPEC2006
...upt > > make: *** [SPEC/.maketest] Interrupt > > > > Has anyone experienced the same problem and has any suggestions for me? > > > > Sincerely, > > > > -- > > Izabela Maffra. > > > > /Ciência da Computação > > Universidade Federal de Minas Gerais > > (31) 8615-3077/ > > > > "Don't count the days, make the days count." -- Muhammad Ali > > > > > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm....
2012 Jan 23
1
sqldf + Date class. Ordering and summary statistics appear to be incorrect.
...================= library(sqldf) A<-data.frame(Dates=as.Date(c("1994-02-14","1977-02-23","2001-09-18","2009-08-01")),Ret=rnorm(4)) OrderedA<-sqldf('select * from A order by Dates') MaxA<-sqldf('select max(Dates) as Dates from A')[1,1] MinA<-sqldf('select min(Dates) as Dates from A')[1,1] =============== end code ================= Then the result is this: > A Dates Ret 1 1994-02-14 1.2414706 2 1977-02-23 -0.7728146 3 2001-09-18 1.2551331 4 2009-08-01 -0.2538359 > OrderedA Dates Ret 1 2...
2007 Jan 17
1
Machine account in Users home
...ere is my home directory [cat@itbox CAD]$ ls -l total 20 drwx------ 3 ad01$ Domain Computers 4096 Jan 17 17:57 ad01_ drwx------ 3 administrator Domain Users 4096 Jan 17 17:59 administrator drwx------ 3 cat Domain Users 4096 Jan 17 18:07 cat drwx------ 4 mina.azer Domain Users 4096 Jan 17 17:57 mina.azer drwx------ 3 vdc2$ as u can see the first and last item are machine accounts .. is that right?? smb.conf [global] security = ADS workgroup = CAD realm = CAD.TESTDOMAIN netbios name = itbox preferred...
2010 Jul 19
2
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
...#39;Function Pass Manager' on module 'glibj-optimized.zip.bc'. make: *** [glibj.zip.s] Aborted (core dumped) >>> File sizes: glibj.zip.bc (93Mb), glibj-optimized.zip.bc (93Mb), glibj-optimized.zip.s was ~>190Mb when this crush occurred. How this can be corrected? Thanks, Minas
2013 Jul 08
3
Problem with using Libvmi or xenaccess with xen
Hi all, Can dom0 have enough privilege to access domu''s kernel memory using Libvmi functions? Libvmi use xenaccess functions in fact, and as it is a user space library I''m asking this. I wanna read system call table of domu through dom0. Thanks _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
2010 Jul 19
1
[LLVMdev] Fwd: Building VMKit
Forgot to send to the mailing list... ---------- Forwarded message ---------- From: Joshua Warner <joshuawarner32 at gmail.com> Date: Mon, Jul 19, 2010 at 10:19 AM Subject: Re: [LLVMdev] Building VMKit To: nicolas geoffray <nicolas.geoffray at gmail.com> Thanks Nicolas, that worked great! Now, I'm having trouble invoking the compiler properly: $ llcj Hello.class -o=Hello.ll $