mercoledì, 10 settembre 2025, 13:58 UTC+2
Non risulti loggato.
Gentile visitatore,
Benvenuto su NAS Forum. Se questa è la tua prima visita, ti chiediamo di leggere la sezione Aiuto. Questa guida ti spiegherà il funzionamento di questa pagina. Prima di poter utilizzare tutte le funzioni di questo software dovrai registrarti. Usa la form di registrazione per registrarti adesso, oppure visualizza maggiori informazioni sul processo di registrazione. Se sei già un utente registrato, allora dovrai solamente procedere con il login da qui.
Questo post è stato modificato 1 volta(e), ultima modifica di "TomMcDuck" (30/06/2008, 19:47)
Citato
ls - l /mnt/IDE1/public/applications/do_it/
![]() |
Codice sorgente |
1 2 3 4 |
Nas> ls -l /mnt/IDE1/public/applications/do_it/ -rw-r--r-- 1 root root 654 Apr 21 22:32 proftpd.conf -rwxr-xr-x 1 root root 14 Apr 2 21:18 VERSION -rwxr-xr-x 1 root root 1273 May 26 08:03 init |
So wird auch das Paket korrekt installiertGehe ich mit dem tar-File über new_software, gibt es keine Probleme. Dann habe ich auch einen Internetupload von 700kb/s.
gute Frage ob sich das so rechnen lässt. Teste es doch mit einem Upload zb zu rapidshare, wie schnell die Leitung wirklich ist.
Citato
Muss das bei einer 10MBit-Leitung nicht bei ca. 900 bis 1000 kb/s liegen, wenn man den Header runterrechnet?
Kann das jemand bestätigen? Ich nutzte ftp selber nicht für große Transfers.
Citato
Einzige Bremse: Lade ich jetzt netzintern von der Box, liegt der Download nur noch bei max 1.200kb/s statt 7.000 - wie bisher. Irgend etwas passt da noch nicht zusammen.
Das ist Ok so. Es sind nur die Eintäge enthalten, die zusätzlich benötigt werden.
Citato
Dann ist mir noch aufgefallen, dass die proftpd.conf von Dir recht kurz ist.
Citato
Wenn das mit vi einfacher geht - gerne! Dazu habe ich nur nichts gefunden. Was ist das? Wo bekomme ich es her? Oder hab ich da Beiträge übersehen?
![]() |
Codice sorgente |
1 2 3 4 5 6 7 8 9 10 11 12 |
Enable MAC Flow Control... archive in new_software found testing if ./new_software/do_it.tgz already exists installing do_it found some init scripts running: ./ssh-server/init running: ./mtu_change/init running: ./do_it/init -------- will do something here :-) --------- copy modified proftpd.conf template done Starting syslogd... |
![]() |
Codice sorgente |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
icybox> cd /mnt/IDE1/public/applications/ icybox> pwd /mnt/IDE1/public/applications icybox> ls -l drwxr-xr-x 6 admin root 4096 May 23 00:02 ssh-server drwxr-xr-x 2 root root 4096 Jan 1 1970 do_it drwxrwxrwx 2 root root 4096 Jan 9 1970 mtu_change drwxrwxrwx 2 root root 4096 Jan 1 1970 new_software icybox> ls -l do_it/ -rw-r--r-- 1 root root 613 Apr 3 06:44 proftpd.conf -rwxr-xr-x 1 root root 14 Apr 2 21:18 VERSION -rwxr-xr-x 1 root root 627 Apr 3 07:15 init icybox> icybox> grep Send proftpd.conf UseSendfile off icybox> grep Send /usr/hddapp/etc/proftpd.conf UseSendfile off |
![]() |
Codice sorgente |
1 2 3 4 5 6 7 |
icybox> cd /mnt/IDE1/public/applications/ icybox> tar -cv do_it | gzip > xyz.tgz do_it/ do_it/init do_it/VERSION do_it/proftpd.conf icybox> |