- Mitglied seit
- 16 Jun 2005
- Beiträge
- 6,954
- Punkte für Reaktionen
- 0
- Punkte
- 36
Moin,
in Anlehnung an den Thread "BusyBox 1.8.2: [touch -t] geht nicht" ein neuer Thread für den neuen Kernel.
Ich würde gerne auf meiner 7390 (84.05.04freetz-devel-7415M) Asterisk-Callfiles für ein bestimmtes Datum / Uhrzeit anlegen.
Die im oben verlinkten Thread in #4 zur Verfügung gestellten coreutils-7.6-mips.tar.gz scheinen auf dem neuen Kernel (?) nicht mehr zu funktionieren:
Bitte um Hilfe... Danke!
in Anlehnung an den Thread "BusyBox 1.8.2: [touch -t] geht nicht" ein neuer Thread für den neuen Kernel.
Ich würde gerne auf meiner 7390 (84.05.04freetz-devel-7415M) Asterisk-Callfiles für ein bestimmtes Datum / Uhrzeit anlegen.
Code:
root@fritz:/var/mod/root# touch -t 1107311230 test.txt
touch: invalid option -- t
BusyBox v1.18.5 (2011-07-25 14:58:14 CEST) multi-call binary.
Usage: touch [-c] [-d DATE] [-r FILE] FILE [FILE]...
Update the last-modified date on the given FILE[s]
Options:
-c Don't create files
-d DT Date/time to use
-r FILE Use FILE's date/time
root@fritz:/var/mod/root# touch -d 1107311230 test.txt
touch: invalid option -- d
BusyBox v1.18.5 (2011-07-25 14:58:14 CEST) multi-call binary.
Usage: touch [-c] [-d DATE] [-r FILE] FILE [FILE]...
Update the last-modified date on the given FILE[s]
Options:
-c Don't create files
-d DT Date/time to use
-r FILE Use FILE's date/time
root@fritz:/var/mod/root#
Die im oben verlinkten Thread in #4 zur Verfügung gestellten coreutils-7.6-mips.tar.gz scheinen auf dem neuen Kernel (?) nicht mehr zu funktionieren:
Code:
root@fritz:/var/tmp# ./touch -t 1107311300 test.txt
./touch: line 1: syntax error: unexpected "("
Bitte um Hilfe... Danke!