search for: laks

Displaying 19 results from an estimated 19 matches for "laks".

Did you mean: labs
2015 Oct 08
2
llvm:cl::parser subclasses final in 3.7?
All, I'm upgrading some code that uses LLVM from 3.6 to 3.7. It looks like the llvm::cl::parser subclasses are now final? We had been doing: struct MaxThreadsParser : public llvm::cl::parser<unsigned> { bool parse(llvm::cl::Option &O, llvm::StringRef ArgName, llvm::StringRef Arg, unsigned &Val); }; But that's now causing: In file included from
2006 Sep 15
2
Library details - rsync 2.6.8
...ib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libc.so.1 => /usr/lib/libc.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libmp.so.2 => /usr/lib/libmp.so.2 /usr/platform/SUNW,UltraSPARC-IIi-cEngine/lib/libc_psr.so.1 thanks & regards Laks
2007 Jan 08
2
rsync - 2.6.8 ( broken pipe )
...expectedly closed (34103 bytes received so far) [generator] 2007/01/09 02:11:39 [1084] rsync: writefd_unbuffered failed to write 84 bytes [generator]: Broken pipe (32) 2007/01/09 02:11:39 [1084] rsync error: error in rsync protocol data stream (code 12) at io.c(1119) [generator=2.6.8] Thanks Laks -------------- next part -------------- HTML attachment scrubbed and removed
2002 Feb 05
3
Doubt in Rsync !!
...es from one machine to another machine which are in the network. I used the following command : /usr/sbin/rsync -vv --delete --recursive --times --perms --update source directory destinationmachine:destination directory. I got the error: Permission denied. How to tackle this error ? thanks laks -----------------R.Lakshminarayanan -----------------Axes Technologies India Pvt. Ltd., -----------------Chennai - 600 034. -----------------Email : lradhakr@ssd.usa.alcatel.com, Phone: 8253323 -------------- next part -------------- HTML attachment scrubbed and removed
2005 Jul 04
2
Permissions Question
List- I have a permissions issue. Below is my script. I am attempting to archive several data sets from our current production server (a Win2K box) to our new server, a high performance Fibre Channel Linux-based system. C:\bin\cwRsyncServer\bin\rsync.exe -avvi --rsh="c:\bin\cwRsyncServer\bin\ssh.exe -l root" --password-file=c:\bin\cwRsyncServer\etc\secret --progress --stats
2004 Dec 31
4
[LLVMdev] Primer with LLVM
...sn't reentrant. It can only have one generated program at time. For this reason I agree to use LLVM (two days ago) and rebuild all the project. 8-| LLVM Makefile systen is great!! But I have no time to change nowadays all my current Makefiles. Maybe later. I have noticed that LLVM have memory laks; exactly a poor main with a simple "return 0;" linked with the LLVM libraries report memory laks using valgrind. Is it normal? Now I have other problem: I have a Module and I need generate a iostream (memory) with native x86 code (maybe elf/coff) to be executed later (into the guest proc...
2004 Dec 30
0
[LLVMdev] Primer with LLVM
On Thu, 2004-12-30 at 11:14, Francisco Puentes wrote: > Hi, everybody: > Hi Francisco > > I am a beginner with LLVM, in fact today was the first day that I use it. Welcome! > > I have several questions about LLVM: If you haven't already, a good place to start is the Getting Started Guide, at http://llvm.cs.uiuc.edu/docs/GettingStarted.html > Can I use LLVM to
2008 Nov 22
0
¡Ven y únete a Los mejores estudiantes de Villa Mella !
Los mejores estudiantes de Villa Mella : Vendo Laptop,PC y Celulares DUAl SIM a buenos precios llamar al cel 809-991-0776 -------------------- Hola entra y veras que bueno que es ser buen estudiante de villa mella Click the link below to Join: http://mejoresestudiante.ning.com/?xgi=1pC0XcQ If your email program doesn't recognize the web address above as an active link, please copy and paste
2007 Apr 25
1
simple questions
Hello Everybody, I would like to use Dovecot on my desktop with imap but before doing the real migration I have some (very simple) questions: - Is there any way to log in with imap automatically ? That is, from localhost without any passwords. - Can Dovecot work with only readable maildirs? I want to avoid accidental e-mail loss, therefore on some maildir folder I have only read permissions.
2010 May 10
1
about acl
I use dovecot, vpopmail. I wish to restrict a mail user's login to its mailbox according to its ip address. I don't wish other users to be affected . Namely, for instance, abc at domain.com can login to its mailbox from a few specific ip addresses but the same user will not able to login from anywhere. Meanwhile normally other mail users can login to their mailboxes from all ip
2008 Jan 07
0
How to flush file system buffers?
Hi all, I want to know whether there is any system call available to flush all ext3 file system buffer(especially the inode cache buffer ) to disk. I tried sync() but seems like not working for me.Any thoughts? -Laks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/ext3-users/attachments/20080107/a77f41b5/attachment.htm>
2006 Sep 26
2
Backup dir issue
I am trying to create an archive of one of my home directories for items that have changed or been deleted. I am well aware of the --backup option, but it seems not to work across an rsyncd connection (excuse word wrap from my mailer) but this snippet illustrates the point ARCH=/bak/archive rsync -aHxq --delete --backup --backup-dir=$ARCH/snap/mydocs/ /home/alan/mydocs/ roo::alan/mydocs/
2004 Dec 30
3
[LLVMdev] Primer with LLVM
Hi, everybody: I am a beginner with LLVM, in fact today was the first day that I use it. I have several questions about LLVM: Can I use LLVM to compile several files (bytecode), scripts (char*) and link them with external libraries generating *only* one executable (all in memory)? Can I invoke externals functions from a guest (LLVM generated) code which exist in the host code (the code that
2007 Dec 21
1
RPM-installed packages trying to install every run, causing service to fail
Hi guys, I''m doing some hackish stuff with manually installing RPMs. Basically I''m pulling them down to /tmp and installing them using provider => rpm, then making the service check that the package is installed before it''ll start. Here are the relevant sections of the pp file: class tomcat inherits httpd { $tomcat_connectors_pkg = $architecture ? {
2004 Dec 31
0
[LLVMdev] Primer with LLVM
...kefile system is great!! :) > But I have no time to change nowadays all my > current Makefiles. Maybe later. Okay, sounds reasonable. > I have noticed that LLVM have memory leaks; exactly a poor main with a simple > "return 0;" linked with the LLVM libraries report memory laks using > valgrind. Is it normal? Yes, unfortunately it is. LLVM uses quite a few static variables because they are needed throughout the program's life span. They are constructed at static initialization time and never modified or freed so they show up as "leaks" in valgrind. Gener...
2010 Apr 04
1
sasl problem
Hello I installed postfix, mysql, dovecot on freebsd7.3. Yet I can't start dovecot service. I get some errors; Apr 4 17:03:14 postfix dovecot: auth(default): Fatal: Socket already exists: /var/spool/postfix/private/auth Apr 4 17:03:14 postfix dovecot: dovecot: Fatal: Auth process died too early - shutting down How can I get rid of that ? # dovecot --version 1.2.10 # postconf -a
2007 Oct 26
14
''Considered Harmful'' Considered Harmful
Because here in Puppet-land we''re all about self-reference and recursion, and because I actually have to give a talk at RubyConf next weekend about abusing self-reference, and because parent nodes aren''t considered harmful in my own world, I give you: http://www.codinghorror.com/blog/archives/000982.html I think it manages to somehow be both on- and off-topic at the same
2012 Oct 30
2
help with lme
Dear Madam or Sir I am writing you hoping, that you can help me with a problem concerning the output of regressions done with the function lme in R. I would need the standard deviations for intercepts and predictors, but in the output I can only find those for the intercepts. Could it be, that this is my fault? (I am just a beginner with R and multilevel modeling). I am sorry to annoy you with
2005 Feb 24
6
Rsyncing really large files
Hello everyone, I have a question regarding syncing of large files. We have a setup where we need to sync a 500GB file with changes in random blocks. The changes are made in a manner, so moving blocks is not probable (actually it will never happen). As I understand it, the way rsync works is: - remote server calculates all checksum blocks and transmits these to client - local client calculates