1 | *** mc -V |
---|
2 | |
---|
3 | GNU Midnight Commander 4.8.0-pre2 |
---|
4 | Built with GLib 2.24.2 |
---|
5 | Using the S-Lang library with terminfo database |
---|
6 | With builtin Editor |
---|
7 | With subshell support as default |
---|
8 | With support for background operations |
---|
9 | With mouse support on xterm and Linux console |
---|
10 | With support for X11 events |
---|
11 | With internationalization support |
---|
12 | With multiple codepages support |
---|
13 | Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, fish |
---|
14 | Data types: char: 8; int: 32; long: 32; void *: 32; size_t: 32; off_t: 64; |
---|
15 | |
---|
16 | *** file ~/test.tar; file --version |
---|
17 | |
---|
18 | /home/andrey/test.tar: POSIX tar archive (GNU) |
---|
19 | file-5.04 |
---|
20 | magic file from /etc/magic:/usr/share/misc/magic |
---|
21 | |
---|
22 | *** strace -fF -p `pidof -s mc` (related to openning ~/test.tar) |
---|
23 | |
---|
24 | rt_sigaction(SIGINT, {SIG_IGN, [], 0}, NULL, 8) = 0 |
---|
25 | select(5, [3 4], NULL, NULL, NULL) = 1 (in [3]) |
---|
26 | select(4, [3], NULL, NULL, {10, 0}) = 1 (in [3], left {9, 999986}) |
---|
27 | read(3, "\r", 1) = 1 |
---|
28 | ioctl(0, TIOCLINUX, 0xbf9a2f7c) = -1 EINVAL (Invalid argument) |
---|
29 | access("/home/andrey/.local/share/mc/mc.ext", R_OK) = 0 |
---|
30 | open("/home/andrey/.local/share/mc/mc.ext", O_RDONLY|O_LARGEFILE) = 8 |
---|
31 | fstat64(8, {st_mode=S_IFREG|0644, st_size=18087, ...}) = 0 |
---|
32 | read(8, "# Midnight Commander 3.0 extensi"..., 18087) = 18087 |
---|
33 | close(8) = 0 |
---|
34 | stat64("/home/andrey/test.tar", {st_mode=S_IFREG|0644, st_size=136724480, ...}) = 0 |
---|
35 | lstat64("/home/andrey/tmp/mc-andrey", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 |
---|
36 | getuid32() = 1000 |
---|
37 | gettimeofday({1316599632, 400952}, NULL) = 0 |
---|
38 | open("/home/andrey/tmp/mc-andrey/mcextpJShDb", O_RDWR|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0600) = 8 |
---|
39 | fcntl64(8, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE) |
---|
40 | fstat64(8, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 |
---|
41 | mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7185000 |
---|
42 | _llseek(8, 0, [0], SEEK_CUR) = 0 |
---|
43 | write(8, "#! /bin/sh\n\n/bin/rm -f /home/and"..., 62) = 62 |
---|
44 | close(8) = 0 |
---|
45 | munmap(0xb7185000, 4096) = 0 |
---|
46 | unlink("/home/andrey/tmp/mc-andrey/mcextpJShDb") = 0 |
---|
47 | chdir("/home/andrey/test.tar#utar") = -1 ENOENT (No such file or directory) |
---|
48 | select(4, [3], NULL, NULL, {0, 0}) = 0 (Timeout) |
---|
49 | select(4, [3], NULL, NULL, {0, 0}) = 0 (Timeout) |
---|
50 | gettimeofday({1316599632, 407323}, NULL) = 0 |
---|
51 | rt_sigaction(SIGINT, {0x8070320, [], 0}, NULL, 8) = 0 |
---|