Gentoo Archives: gentoo-user-de

From: Thomas <gentoo-user-de-nospam-30dc4433@××××××.de>
To: gentoo-user-de@l.g.o
Subject: [gentoo-user-de] tar "zickt"
Date: Wed, 15 Oct 2008 12:24:23
Message-Id: 200810151423.58426.gentoo-user-de-nospam-30dc4433@online.de
1 Hallo,
2
3 um meine "regelmaessigen" Sicherungen per Stage4 anzufertigen fuehre ich
4 immer ein und denselben Befehl aus, den ich mir aus den Lesezeichen der
5 Konsole direkt an den Prompt setze; also Tippfehler sind somit
6 ausgeschlossen.
7
8 Ich habe jetzt hier zwei Rechner; einen "x86_64-pc-linux-gnu/nocona" und
9 einen "i686-pc-linux-gnu/pentium3"; auf beiden laufen "tar (GNU tar)
10 1.20" und "bzip2 ... Version 1.0.5"; dass auf beiden ein
11 2.6.24-gentoo-r8-Kernel laeuft, duerfe eher nicht von Belang sein(?).
12
13 Auf dem 64-Bitter klappt alles wie gehabt; der 32-bittige Rechner
14 streikt jetzt allerdings:
15 ###
16 32-bit ~ # set -x
17 ++ echo -ne '\033]0;root@32-bit:~\007'
18 32-bit ~ # time nice -20 tar --no-ignore-case -cvjpf
19 stage4-`date -I`@`hostname`.`cat /etc/make.conf|grep ^CHOST|
20 cut -d"\"" -f 2`.`cat /etc/make.conf|grep ^CFLAGS|grep march|
21 cut -d "=" -f 3|cut -d"\"" -f
22 1`.tbz2 / --exclude=/dev --exclude= ...
23 ++ date -I
24 ++ hostname
25 ++ grep --colour=auto '^CHOST'
26 ++ cut '-d"' -f 2
27 ++ cat /etc/make.conf
28 ++ grep --colour=auto '^CFLAGS'
29 ++ grep --colour=auto march
30 ++ cut -d = -f 3
31 ++ cut '-d"' -f 1
32 ++ cat /etc/make.conf
33 + nice -20 tar --no-ignore-case -cvjpf
34 stage4-2008-10-15@××××××××××××××××××××××××.pentium3 -O2 -pipe -fomit-frame-pointer.tbz2 / --exclude=/dev --exclude= ...
35 tar: Options `-[0-7][lmh]' not supported by *this* tar
36 Try `tar --help' or `tar --usage' for more information.
37
38 real 0m0.030s
39 user 0m0.003s
40 sys 0m0.028s
41 ++ echo -ne '\033]0;root@32-bit:~\007'
42 32-koelsch ~ #
43 ###
44
45 "Options `-[0-7][lmh]' not supported by *this* tar" --> Versteh ich
46 nicht :-(
47
48 Aus "man 1 tar":
49 ###
50 -[0-7][lmh]
51 specify drive and density
52 ###
53
54
55 Weiss eine(r) von Euch, woran es liegen koennte?
56
57 Thomas

Replies

Subject Author
Re: [gentoo-user-de] tar "zickt" Jan Riedel <lists0407@×××××××××××.de>