Gentoo Archives: gentoo-user-de

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

Replies

Subject Author
Re: [gentoo-user-de] tar "zickt" - geloest Thomas <gentoo-user-de-nospam-30dc4433@××××××.de>