Displaying 4 results from an estimated 4 matches for "test_link".
2023 Jan 31
1
Bug in internal 'tar' implementation?
...ntainers, I was advised to ask here to make
sure I'm not missing something.
Fortunately, it can be very easily reproduced on a Linux system. In an
empty temporary directory, execute the following code:
cat("foobar", file="test.txt")
file.symlink("test.txt", "test_link.txt")
tar("test.tar", c("test_link.txt", "test.txt"), tar="internal")
system2("tar", c("tf", "test.tar"))
This file create a file "test.txt" and a symbolic link "test_link.txt"
pointing to that file. Tho...
2023 Jan 31
1
Bug in internal 'tar' implementation?
...re to make
> sure I'm not missing something.
>
> Fortunately, it can be very easily reproduced on a Linux system. In an
> empty temporary directory, execute the following code:
>
> cat("foobar", file="test.txt")
> file.symlink("test.txt", "test_link.txt")
> tar("test.tar", c("test_link.txt", "test.txt"), tar="internal")
> system2("tar", c("tf", "test.tar"))
>
> This file create a file "test.txt" and a symbolic link "test_link.txt"
> po...
2018 Sep 17
2
Very weird problem with handling symbolic links
Hi everyone,
I just discovered something very weird on a vanilla CentOS 7
installation. If I create a link to /tmp as a normal user, it looks like
I can't remove this link anymore. Here's what this looks like:
$ mkdir test_link
$ cd test_link/
$ ln -s /tmp/ link_to_tmp
$ ls -l
total 0
lrwxrwxrwx. 1 kikinovak kikinovak 5 Sep 17 10:56 link_to_tmp -> /tmp/
$ rm link_to_tmp/
rm: cannot remove ?link_to_tmp/?: Is a directory
$ rmdir link_to_tmp/
rmdir: failed to remove ?link_to_tmp/?: Not a directory
I tri...
2010 Sep 01
4
NoMethodError: undefined method `force_encoding' for "Conten
...require "test/test_hash_api.rb"; require
"test/test_headers.rb"; require "test/test_history.rb"; require
"test/test_history_added.rb"; require "test/test_html_unscape_forms.rb";
require "test/test_if_modified_since.rb"; require "test/test_links.rb";
require "test/test_mech.rb"; require "test/test_mech_proxy.rb"; require
"test/test_mechanize_file.rb"; require "test/test_meta.rb"; require
"test/test_multi_select.rb"; require "test/test_no_attributes.rb";
require "test/te...