search for: link3

Displaying 16 results from an estimated 16 matches for "link3".

Did you mean: link
2006 Apr 26
1
re-linking hard links
...e I have numerous files with numerous hard links to each of them on an ext3 RHEL4.2 system. Some of these files are duplicates of the others. I would like to re-link all of the duplicates to point to a single inode. For instance if file1 has hardlinks link1 and link2, and file2 has hardlinks link3 and link4, I need to change it so that link1, link2 (these two are already correct), file2, link3, and link4 are all hardinks to file1. The only information I have to start with are the inode numbers of file1 and file2 and the pathnames of file1 and file2. Any ideas beyond searching all of...
2018 Dec 07
2
Testing compiler reliability using Csmith
...es, we have done a lot of testing of Clang/LLVM (and GCC) in the past several years (more details at https://people.inf.ethz.ch/suz/emi/index.html): [GCC/LLVM bugs: *1,602* (total) / *1,007* (fixed)] [Reports: GCC (link1 <http://tinyurl.com/ojzdt78>, link2 <http://tinyurl.com/oxlkmjc>, link3 <http://tinyurl.com/jd3jnl3>, link4 <http://tinyurl.com/zs2826l>, link5 <https://tinyurl.com/yb7okzqd>), LLVM ( link1 <http://tinyurl.com/qj8x5ry>, link2 <http://tinyurl.com/nc9celr>, link3 <http://tinyurl.com/qy58smb>, link4 <http://tinyurl.com/z7y8rwo>, l...
2018 Dec 12
2
Testing compiler reliability using Csmith
...; (and GCC) in the past several years (more details at >> https://people.inf.ethz.ch/suz/emi/index.html): >> >> [GCC/LLVM bugs: *1,602* (total) / *1,007* (fixed)] >> [Reports: GCC (link1 <http://tinyurl.com/ojzdt78>, link2 >> <http://tinyurl.com/oxlkmjc>, link3 <http://tinyurl.com/jd3jnl3>, >> link4 <http://tinyurl.com/zs2826l>, link5 >> <https://tinyurl.com/yb7okzqd>), LLVM (link1 >> <http://tinyurl.com/qj8x5ry>, link2 <http://tinyurl.com/nc9celr>, >> link3 <http://tinyurl.com/qy58smb>, link...
2008 Apr 17
1
LinkingTo for 2 packages
...m, althoguh the example in the html version of "Writing R Extensions" does have one: "A package that wishes to make use of header files in other packages needs to declare them as a comma-separated list in the field LinkingTo in the DESCRIPTION file. For example Depends: link2, link3 LinkingTo: link2, link3" With the space character, this is the compiler call found in 00install.out g++ -I/usr/local/lib/R/include -I/usr/local/lib/R/include -I/usr/local/include -I"/usr/local/lib/R/library/FLCore/include" -fpic -g -O2 -c FLBRP.cpp -o FLBRP.o while deletin...
2011 Sep 24
0
Redirecting devise after login
hi, i am using devise gem in my app for authentication. if i enter link1 -> http://localhost:3000/users/sign_in, once i login, it will be redirected to link2 -> http://localhost:3000/user/dashboard. if i can add new posts or comments for that user using this link link3 -> http://localhost:3000/community_managers/posts/new/2/Facebook lets say i am using firebox. If i copy that link3 and try it out in some other browser. it will ask for sign_in . if i sign_in with proper credentials, i have to redirect the link to link2 , but it is redirected...
2018 Dec 07
2
Testing compiler reliability using Csmith
Hello everyone! We are working on writing a paper about testing the reliability of C compilers by using Csmith (a random C99 program generator). A previous testing effort, using Csmith, found 202 LLVM bugs, which represented 2% of all reported bugs at that time (PDF: https://www.flux.utah.edu/download?uid=114 <https://www.flux.utah.edu/download?uid=114>): . However, after this paper was
2009 May 11
2
Fwd: rsync on OSX for transferring files using FAT32
...> file or directory > FAIL (Critical) > Verifying: symlinks ... ok (Critical) > Verifying: symlink-ownership ... FAIL > Verifying: hardlinks ... stat: link1: stat: No such file > or directory > stat: link2: stat: No such file or directory > stat: link3: stat: No such file or directory > FAIL (Important) > Verifying: resource-forks ... FAIL (Critical) > Verifying: finder-flags ... ok (Critical) > Verifying: finder-locks ... ok > Verifying: creation-date ... ok > Verifying: bsd-flags ... ok...
2012 Jul 13
0
Error 23 with hard links and 3.0.9 patched
...r, I don't know what to do, since I'm not good enough with programming to tinker with the rsync internals. More specifically, backup bouncer test suite performs these actions: echo "testing 1 2 3" > some-file ln ./some-file link1 ln ./some-file link2 ln ./link1 link3 touch locked_link_source ln locked_link_source locked_link_target chflags uchg locked_link_source My rsync binary fails to copy the "locked_link_source" file, all the others are fine. The error I get is: rsync: link "/Volumes/Dst/20-rsync-309-patches/20-hardlinks/locked_link...
2009 May 10
1
rsync on OSX for transferring files using FAT32
...tamps ... stat: ./some-file: stat: No such file or directory FAIL (Critical) Verifying: symlinks ... ok (Critical) Verifying: symlink-ownership ... FAIL Verifying: hardlinks ... stat: link1: stat: No such file or directory stat: link2: stat: No such file or directory stat: link3: stat: No such file or directory FAIL (Important) Verifying: resource-forks ... FAIL (Critical) Verifying: finder-flags ... ok (Critical) Verifying: finder-locks ... ok Verifying: creation-date ... ok Verifying: bsd-flags ... ok Verifying: extended-attr...
2017 May 05
10
[Bug 12769] New: error allocating core memory buffers (code 22) depending on source file system
https://bugzilla.samba.org/show_bug.cgi?id=12769 Bug ID: 12769 Summary: error allocating core memory buffers (code 22) depending on source file system Product: rsync Version: 3.1.0 Hardware: All OS: Linux Status: NEW Severity: normal Priority: P5 Component: core
2019 Jul 16
2
lld-link crash when build openssl with LTO
...py` to > `foobar` in memcpy.c, the lld-link report linking error that it cannot find > the _memcpy symbol as below. In uefi firmware, we have to explicitly > implement these compiler intrinsic functions by ourselves. > > > > > > jshi19 at ub2-uefi-b01:~/llvm/wrongcode/lld-link3$ make > > "/home/jshi19/llvm/llvm-project/releaseinstall/bin/clang" -Oz -flto > -target i686-unknown-windows -c -o main.obj main.c > > "/home/jshi19/llvm/llvm-project/releaseinstall/bin/clang" -Oz -flto > -target i686-unknown-windows -c -o memcpy.obj memcpy.c...
2019 Jul 16
2
lld-link crash when build openssl with LTO
Hi Steven, One thing I noticed is that you are defining `memcpy`, which clang has an intrinsic with the same name. Can you try renaming it to a random name, like `foobar`, to see if the problem still exists? On Tue, Jul 16, 2019 at 10:10 AM Shi, Steven <steven.shi at intel.com> wrote: > I’ve submitted a BZ for this issue as below: > > > > Bug 42626 - lld-link crash when
2019 Jul 16
2
lld-link crash when build openssl with LTO
...py` to > `foobar` in memcpy.c, the lld-link report linking error that it cannot find > the _memcpy symbol as below. In uefi firmware, we have to explicitly > implement these compiler intrinsic functions by ourselves. > > > > > > jshi19 at ub2-uefi-b01:~/llvm/wrongcode/lld-link3$ make > > "/home/jshi19/llvm/llvm-project/releaseinstall/bin/clang" -Oz -flto > -target i686-unknown-windows -c -o main.obj main.c > > "/home/jshi19/llvm/llvm-project/releaseinstall/bin/clang" -Oz -flto > -target i686-unknown-windows -c -o memcpy.obj memcpy.c...
2019 Jul 16
3
lld-link crash when build openssl with LTO
...ror that it cannot find >>> the _memcpy symbol as below. In uefi firmware, we have to explicitly >>> implement these compiler intrinsic functions by ourselves. >>> >>> >>> >>> >>> >>> jshi19 at ub2-uefi-b01:~/llvm/wrongcode/lld-link3$ make >>> >>> "/home/jshi19/llvm/llvm-project/releaseinstall/bin/clang" -Oz -flto >>> -target i686-unknown-windows -c -o main.obj main.c >>> >>> "/home/jshi19/llvm/llvm-project/releaseinstall/bin/clang" -Oz -flto >>> -target...
2006 Apr 17
6
Re:Problems in Dead Gateway Detection / Failover - MultipleISP Links
Hi There, I am also trying to do the same for my network. I have two links from different ISPs and I want to configure a failover and load balancing Linux router. I am facing same problem here, that how to detect link failure and let Linux box switch the gateway. I know it works when the first gateway is physically down and not reachable. But what to do if my link is up but there is problem
2007 May 14
13
Multihome load balancing - kernel vs netfilter
Hi, I have searched the archives on the topic, and it seems that the list gurus favor load balancing to be done in the kernel as opposed to other means. I have been using a home-grown approach, which splits traffic based on `-m statistic --mode random --probability X`, then CONNMARKs the individual connections and the kernel happily routes them. I understand that for > 2 links it will become