similar to: can't delete older file/directory links on another local partition after `snapshot' type backup script

Displaying 20 results from an estimated 800 matches similar to: "can't delete older file/directory links on another local partition after `snapshot' type backup script"

2002 Nov 28
0
problem with smbc_init in libsmbclient
Hi, I have attached a very simple c program, that first does a smbc_init and then a smbc_opendir. The problem: smbc_init return an error (No such file or directory) and then i get a segmentation fault. I don't know what possibly could be the problem. Maybe some of you guys have an idea. I think i have libsmbclient from samba 2.2.7(compiled on my own system) and the rest of the samba stuff is
2009 Jan 28
3
mount.cifs is not working (smbclient does work), somekind of recursive content in mount-dir
Hi all, When I try to make a connection to our windows server with smbclient: smbclient //server/dira/dirb/dirc -U username -W workgroup Password: ***** I get a working ftp-like connection to our data. When I try to make the same connection with mount.cifs: mount.cifs //server/dira/dirb/dirc /mnt/mnt_dir -o user=877790 dom=workgroup Password: ***** I get a mount to a location which appears
2004 Nov 12
1
Keeping File Trees in Sync
Hi list, I try to keep a local file tree synchronized with the remote one. However, using the --delete option does not work as expected or at least as I whish it would. Here is an example of the local tree I'd like to sync: /dirA/subDirA /subDirB /dirB/subDirC On the remote machine I have: /dirA/subDirA /subDirB /dirB/subDirC /dirC Here is the rsync call I use: Executing rsync
2006 Feb 08
2
Programming Help
Hi, I was hoping you could provide me with some pointers on how to get started adding some features to dovecot. What I am trying to do is add an optional publish mechanism, that would publish a list of events as they occur, so that an external program could read these events and do "something". These events would be "Add", "Delete", "Move" - these
2011 Jun 10
11
cannot manage home directories
user {''username'': uid => 501, gid => ''staff'', comment => ''comment'', ensure => present, home => ''/Users/sysop'', shell =>
2002 Sep 24
2
rsync to a symlink directory
Here is the structure of my servers : Source : /home/test1/link_dir sub_dir1 file1 file2 ... sub_dir2 ... Destination: /home/test2/real_dir sub_dir1 file1 file2 ... subdir2
2011 Dec 14
2
Apache httpd-2.2.15 updates
Hello, I am working on a CentOS Linux 2.6.32-71.el6.x86_64 system. I noticed that the system came with httpd-2.2.15-6 installed. After I run 'yum update' I get httpd-2.2.15-9. I did some research on the Internet, but can't find the following information: are most of the security fixes that appear in httpd-2.2.21 applied to the update on httpd-2.2.15-9? There was a security fix just
2012 Aug 16
0
libfget ported to CentOS 6.2?
Hi, I have used the library calls of an open source library called libfget, which I had running on Fedora 8. I am now trying to build it and run it on CentOS 6.2, but there are some problems. The original maintainer of that package is not currently available and I tried to post to that list but no one answered. I wonder if anyone here has needed to use this and had success in building and running
2013 Jun 14
2
crash with CentOS 6.3 2.6.32-220.4.1.el6.x86_64
Hello, Has anyone seen a crash triggered by an incoming telnet connection? It seems that that's what we are experiencing on a certain system. It happens randomly, hard to reproduce. Attached is the crash screen shot. Thanks, Dirce
2012 Nov 06
0
[LLVMdev] YA Vectorization Benchmark
Hey Renato, Cool, glad you got it working. There is very primitive support for tests that generate multiple output results, but I would rather not use those facilities. Is it possible instead to refactor the tests so that each binary corresponds to one test? For example, look at how Hal went about integrating TSVC:
2012 Jul 30
1
[LLVMdev] Cambridge LLVM Social
I will be there again! On 30 July 2012 10:35, Renato Golin <rengolin at systemcall.org> wrote: > On 30 July 2012 09:34, Renato Golin <rengolin at systemcall.org> wrote: > > The tentative date for the next Cambridge LLVM Social is Wed 22nd > > October, 7:30pm at the Cambridge Blue. > > Of course, I meant August. Thanks Igor for the correction!! > > -- >
2013 Jan 05
2
[LLVMdev] Git-Svn commit?
Hi Sean, Don't worry, I'm not in a hurry right now and I think this thread does solve the problem (haven't tested yet). I think I'll change the current page slightly just to make it more clear... thanks, --renato On 5 January 2013 04:19, Sean Silva <silvas at purdue.edu> wrote: > Sorry for the massive delay on this... did this thread at least fix > your immediate
2012 Oct 10
2
[LLVMdev] R_ARM_ABS32 disassembly with integrated-as
Cool; glad to help. When I added the data region bits, I tried to keep the ARM-style annotations in mind a bit, so hopefully things will fit together without too much trouble. -Jim On Oct 10, 2012, at 12:05 PM, Renato Golin <rengolin at systemcall.org> wrote: > Thanks Jim! > > I have updated the bug with your comments, I think it's a good start. > > Greg, let me know
2011 Sep 22
0
[LLVMdev] question on difference of bitcode between C and C++
Another difference is the presence of exceptions in C++, which would require you to handle more IR instructions. This might not matter depending on type of analysis you do. See: http://llvm.org/docs/LangRef.html#i_invoke (Note that there is a substantial rewrite of exception handling going into 3.0) Anna. On Sep 22, 2011, at 3:29 AM, Renato Golin wrote: > On 22 September 2011 03:30, Eli
2012 Dec 08
2
[LLVMdev] Compile code for arm
OK. Thanks for your help. My problem is I am playing with the size of registerfile in ARM. I thought I can do it with only modifying the Target in the LLVM directory. But if it is going to use gcc-toolchain, then I need to modify them as well which is a huge work! Best Regards, A. Yazdanbakhsh
2012 Nov 06
2
[LLVMdev] YA Vectorization Benchmark
Ok, I got the benchmark to work on test-suite, but it's not printing details for each run (or execution wouldn't work). I had to comment out the printf lines, but nothing more than that. I'm not sure how individual timings would have to be extracted, but the program produces output via text file, which can be used for comparison. Also, it does check the results and does report if they
2010 Sep 26
2
[LLVMdev] LLVM Exception Handling
Ok, I see it. Works for me. On Sun, Sep 26, 2010 at 3:01 PM, Renato Golin <rengolin at systemcall.org>wrote: > On 26 September 2010 22:11, Nathan Jeffords <blunted2night at gmail.com> > wrote: > > The "exception" value will *always* be i8*, it is not possible for it to > be > > anything different. > > In the end, this a minor parser detail and it
2011 Feb 18
0
[LLVMdev] DIFactory
I didn't know DIFactory existed until you mentioned it just now. And if folks are adding brand new classes to LLVM, can we not follow the naming conventions in the developer guidelines? On Fri, Feb 18, 2011 at 5:14 AM, Renato Golin <rengolin at systemcall.org>wrote: > Seems the last use of DIFactory in LLVM/Clang is in: > > clang/lib/CodeGen/CGDebugInfo.cpp to get the enums
2011 Sep 29
0
[LLVMdev] r140697 broke building with shared library enabled
On Thu, Sep 29, 2011 at 9:39 AM, Renato Golin <rengolin at systemcall.org>wrote: > On 29 September 2011 13:54, Justin Holewinski > <justin.holewinski at gmail.com> wrote: > > Did you try to re-run configure after pulling that commit? > > I just tried a shared build with: > > ../configure --enable-optimized --enable-assertions > > --enable-targets=host,ptx
2012 Jul 30
0
[LLVMdev] Cambridge LLVM Social
On 30 July 2012 09:34, Renato Golin <rengolin at systemcall.org> wrote: > The tentative date for the next Cambridge LLVM Social is Wed 22nd > October, 7:30pm at the Cambridge Blue. Of course, I meant August. Thanks Igor for the correction!! -- cheers, --renato http://systemcall.org/