Firefox 'insensibile' a script Php

Non importa se ti serve una mano per partire o se vuoi un consiglio avanzato: gli utenti "del Pinguino" hanno una risposta per ogni necessità.
Regole del forum
Rispondi
Avatar utente
Usag
Livello: Chiavetta USB (8/15)
Livello: Chiavetta USB (8/15)
Messaggi: 491
Iscritto il: gio lug 25, 2013 5:39 pm

Firefox 'insensibile' a script Php

Messaggio da Usag »

Ciao a tutti del forum,
volevo scrivere qualche script in Php in previsione di aprire ad anno nuovo un mio blog, nonché per migliorar sensibilmente le mie (poche) doti di programmatore :-D .
Allora mi scarico il pacchetto Lamp, che comprende tra le altre Php5, server Apache e altri pacchetti utili; avviato Apache, scrivo un semplice script come prova per vedere se 'funziona' tutto regolarmente (il classico Hello world da stampare a schermo) e come da copione, non funziona niente. o meglio, su Firefox non gira, perché ho provato a eseguirlo nel terminale e gira correttamente. Su Firefox invece si apre solo una pagina bianca, senza niente.
come detto, ho già controllato tutto: quindi scaricato il necessario (Lamp), avviato Apache, codice scritto senza errori di sintassi, permessi di esecuzione del file, etc. inoltre ho notato una cosa, tra le altre: se al file (di nome 'Script'), aggiungo l'estensione .php, quando vado ad eseguirlo, mi propone di aprirlo con Gedit, senza possibilità di scelta; se invece tolgo l'estensione, nominandolo solo 'Script', allora posso 'dirgli' di aprirlo con Firefox, senza tuttavia come detto, visualizzare niente (pagina bianca). L'icona del file si è già 'autoprogrammata' col simbolo del Php nel momento in cui ho cominciato a scrivere il codice di inizio del linguaggio: <?php.
come già precisato, lo script è ok, l'ho fatto girare nel terminale. probabilmente mancherà qualche altro pacchetto da scaricare, ma su Internet ho trovato diverse guide che dicono tutte di procurarsi i pacchetti che ho già.
Uso Ubuntu 12.04 (64 bit) e Firefox come browser.
Grazie a chiunque voglia darmi una mano :grazie.
Usag: Una bella donna non è colei di cui si lodano le belle gambe, ma quella il cui aspetto complessivo è di tale bellezza da togliere la possibilità di ammirare le singole parti
System
System
Bot ufficiale TurboLab.it
Bot
Messaggi:
Iscritto il: sab dic 31, 2016 6:19 pm
Contatta: Contatta

Re: Firefox 'insensibile' a script Php

Messaggio da System » mer set 04, 2013 2:28 pm


Avatar utente
Zane
Fondatore
Fondatore
Messaggi: 5476
Iscritto il: mer mag 01, 2013 11:20 am
Contatta:

Re: Firefox 'insensibile' a script Php

Messaggio da Zane »

Non puoi aprire la pagina direttamente. Devi obbligatoriamente (semplificando) chiamarla nomedeltuofile.php, metterla nella directory htdocs di Apache e aprirla via browser come http://127.0.0.1/nomedeltuofile.php
Zane - TurboLab.it
Avatar utente
Usag
Livello: Chiavetta USB (8/15)
Livello: Chiavetta USB (8/15)
Messaggi: 491
Iscritto il: gio lug 25, 2013 5:39 pm

Re: Firefox 'insensibile' a script Php

Messaggio da Usag »

Ah ok, perdona la mia imbarazzante ignoranza: potresti darmi il percorso della directory htdocs?
poi, una volta inserita, devo cmq sempre aprire il browser a quell'indirizzo per visualizzarlo?
grazie mille per la celerità della risposta!
Usag: Una bella donna non è colei di cui si lodano le belle gambe, ma quella il cui aspetto complessivo è di tale bellezza da togliere la possibilità di ammirare le singole parti
Avatar utente
Zane
Fondatore
Fondatore
Messaggi: 5476
Iscritto il: mer mag 01, 2013 11:20 am
Contatta:

Re: Firefox 'insensibile' a script Php

Messaggio da Zane »

Da linea di comando fai

Codice: Seleziona tutto

find / -name htdocs
poi sì, sempre via browser con quell'indirizzo.
Zane - TurboLab.it
Avatar utente
Usag
Livello: Chiavetta USB (8/15)
Livello: Chiavetta USB (8/15)
Messaggi: 491
Iscritto il: gio lug 25, 2013 5:39 pm

Re: Firefox 'insensibile' a script Php

Messaggio da Usag »

Ok, dopo il comando che mi hai suggerito, mi dà una cascata di file, ma non riesco a individuare la directory interessata. posto l'output della shell:

Codice: Seleziona tutto

find: "/proc/1346/task/1385/ns": Permesso negato
find: "/proc/1346/task/1386/fd": Permesso negato
find: "/proc/1346/task/1386/fdinfo": Permesso negato
find: "/proc/1346/task/1386/ns": Permesso negato
find: "/proc/1346/task/1387/fd": Permesso negato
find: "/proc/1346/task/1387/fdinfo": Permesso negato
find: "/proc/1346/task/1387/ns": Permesso negato
find: "/proc/1346/task/1388/fd": Permesso negato
find: "/proc/1346/task/1388/fdinfo": Permesso negato
find: "/proc/1346/task/1388/ns": Permesso negato
find: "/proc/1346/task/1389/fd": Permesso negato
find: "/proc/1346/task/1389/fdinfo": Permesso negato
find: "/proc/1346/task/1389/ns": Permesso negato
find: "/proc/1346/task/1390/fd": Permesso negato
find: "/proc/1346/task/1390/fdinfo": Permesso negato
find: "/proc/1346/task/1390/ns": Permesso negato
find: "/proc/1346/task/1391/fd": Permesso negato
find: "/proc/1346/task/1391/fdinfo": Permesso negato
find: "/proc/1346/task/1391/ns": Permesso negato
find: "/proc/1346/task/1392/fd": Permesso negato
find: "/proc/1346/task/1392/fdinfo": Permesso negato
find: "/proc/1346/task/1392/ns": Permesso negato
find: "/proc/1346/task/1393/fd": Permesso negato
find: "/proc/1346/task/1393/fdinfo": Permesso negato
find: "/proc/1346/task/1393/ns": Permesso negato
find: "/proc/1346/task/1394/fd": Permesso negato
find: "/proc/1346/task/1394/fdinfo": Permesso negato
find: "/proc/1346/task/1394/ns": Permesso negato
find: "/proc/1346/task/1395/fd": Permesso negato
find: "/proc/1346/task/1395/fdinfo": Permesso negato
find: "/proc/1346/task/1395/ns": Permesso negato
find: "/proc/1346/task/1396/fd": Permesso negato
find: "/proc/1346/task/1396/fdinfo": Permesso negato
find: "/proc/1346/task/1396/ns": Permesso negato
find: "/proc/1346/task/1397/fd": Permesso negato
find: "/proc/1346/task/1397/fdinfo": Permesso negato
find: "/proc/1346/task/1397/ns": Permesso negato
find: "/proc/1346/task/1398/fd": Permesso negato
find: "/proc/1346/task/1398/fdinfo": Permesso negato
find: "/proc/1346/task/1398/ns": Permesso negato
find: "/proc/1346/task/1399/fd": Permesso negato
find: "/proc/1346/task/1399/fdinfo": Permesso negato
find: "/proc/1346/task/1399/ns": Permesso negato
find: "/proc/1346/task/1400/fd": Permesso negato
find: "/proc/1346/task/1400/fdinfo": Permesso negato
find: "/proc/1346/task/1400/ns": Permesso negato
find: "/proc/1346/task/1401/fd": Permesso negato
find: "/proc/1346/task/1401/fdinfo": Permesso negato
find: "/proc/1346/task/1401/ns": Permesso negato
find: "/proc/1346/task/1402/fd": Permesso negato
find: "/proc/1346/task/1402/fdinfo": Permesso negato
find: "/proc/1346/task/1402/ns": Permesso negato
find: "/proc/1346/task/1403/fd": Permesso negato
find: "/proc/1346/task/1403/fdinfo": Permesso negato
find: "/proc/1346/task/1403/ns": Permesso negato
find: "/proc/1346/task/1404/fd": Permesso negato
find: "/proc/1346/task/1404/fdinfo": Permesso negato
find: "/proc/1346/task/1404/ns": Permesso negato
find: "/proc/1346/task/1405/fd": Permesso negato
find: "/proc/1346/task/1405/fdinfo": Permesso negato
find: "/proc/1346/task/1405/ns": Permesso negato
find: "/proc/1346/task/1406/fd": Permesso negato
find: "/proc/1346/task/1406/fdinfo": Permesso negato
find: "/proc/1346/task/1406/ns": Permesso negato
find: "/proc/1346/task/1407/fd": Permesso negato
find: "/proc/1346/task/1407/fdinfo": Permesso negato
find: "/proc/1346/task/1407/ns": Permesso negato
find: "/proc/1346/task/1408/fd": Permesso negato
find: "/proc/1346/task/1408/fdinfo": Permesso negato
find: "/proc/1346/task/1408/ns": Permesso negato
find: "/proc/1346/task/1409/fd": Permesso negato
find: "/proc/1346/task/1409/fdinfo": Permesso negato
find: "/proc/1346/task/1409/ns": Permesso negato
find: "/proc/1346/task/1411/fd": Permesso negato
find: "/proc/1346/task/1411/fdinfo": Permesso negato
find: "/proc/1346/task/1411/ns": Permesso negato
find: "/proc/1346/task/1412/fd": Permesso negato
find: "/proc/1346/task/1412/fdinfo": Permesso negato
find: "/proc/1346/task/1412/ns": Permesso negato
find: "/proc/1346/fd": Permesso negato
find: "/proc/1346/fdinfo": Permesso negato
find: "/proc/1346/ns": Permesso negato
find: "/proc/1532/task/1532/fd": Permesso negato
find: "/proc/1532/task/1532/fdinfo": Permesso negato
find: "/proc/1532/task/1532/ns": Permesso negato
find: "/proc/1532/fd": Permesso negato
find: "/proc/1532/fdinfo": Permesso negato
find: "/proc/1532/ns": Permesso negato
find: "/proc/1556/task/1556/fd": Permesso negato
find: "/proc/1556/task/1556/fdinfo": Permesso negato
find: "/proc/1556/task/1556/ns": Permesso negato
find: "/proc/1556/fd": Permesso negato
find: "/proc/1556/fdinfo": Permesso negato
find: "/proc/1556/ns": Permesso negato
find: "/proc/1594/task/1594/fd": Permesso negato
find: "/proc/1594/task/1594/fdinfo": Permesso negato
find: "/proc/1594/task/1594/ns": Permesso negato
find: "/proc/1594/fd": Permesso negato
find: "/proc/1594/fdinfo": Permesso negato
find: "/proc/1594/ns": Permesso negato
find: "/proc/1642/task/1642/fd": Permesso negato
find: "/proc/1642/task/1642/fdinfo": Permesso negato
find: "/proc/1642/task/1642/ns": Permesso negato
find: "/proc/1642/fd": Permesso negato
find: "/proc/1642/fdinfo": Permesso negato
find: "/proc/1642/ns": Permesso negato
find: "/proc/1719/task/1719/fd": Permesso negato
find: "/proc/1719/task/1719/fdinfo": Permesso negato
find: "/proc/1719/task/1719/ns": Permesso negato
find: "/proc/1719/fd": Permesso negato
find: "/proc/1719/fdinfo": Permesso negato
find: "/proc/1719/ns": Permesso negato
find: "/proc/1828/task/1828/fd": Permesso negato
find: "/proc/1828/task/1828/fdinfo": Permesso negato
find: "/proc/1828/task/1828/ns": Permesso negato
find: "/proc/1828/fd": Permesso negato
find: "/proc/1828/fdinfo": Permesso negato
find: "/proc/1828/ns": Permesso negato
find: "/proc/1994/task/1994/fd": Permesso negato
find: "/proc/1994/task/1994/fdinfo": Permesso negato
find: "/proc/1994/task/1994/ns": Permesso negato
find: "/proc/1994/task/2232/fd": Permesso negato
find: "/proc/1994/task/2232/fdinfo": Permesso negato
find: "/proc/1994/task/2232/ns": Permesso negato
find: "/proc/1994/fd": Permesso negato
find: "/proc/1994/fdinfo": Permesso negato
find: "/proc/1994/ns": Permesso negato
find: "/proc/2009/task/2009/fd": Permesso negato
find: "/proc/2009/task/2009/fdinfo": Permesso negato
find: "/proc/2009/task/2009/ns": Permesso negato
find: "/proc/2009/task/2015/fd": Permesso negato
find: "/proc/2009/task/2015/fdinfo": Permesso negato
find: "/proc/2009/task/2015/ns": Permesso negato
find: "/proc/2009/task/2020/fd": Permesso negato
find: "/proc/2009/task/2020/fdinfo": Permesso negato
find: "/proc/2009/task/2020/ns": Permesso negato
find: "/proc/2009/fd": Permesso negato
find: "/proc/2009/fdinfo": Permesso negato
find: "/proc/2009/ns": Permesso negato
find: "/proc/2095/task/2095/fd": Permesso negato
find: "/proc/2095/task/2095/fdinfo": Permesso negato
find: "/proc/2095/task/2095/ns": Permesso negato
find: "/proc/2095/task/2102/fd": Permesso negato
find: "/proc/2095/task/2102/fdinfo": Permesso negato
find: "/proc/2095/task/2102/ns": Permesso negato
find: "/proc/2095/task/2103/fd": Permesso negato
find: "/proc/2095/task/2103/fdinfo": Permesso negato
find: "/proc/2095/task/2103/ns": Permesso negato
find: "/proc/2095/fd": Permesso negato
find: "/proc/2095/fdinfo": Permesso negato
find: "/proc/2095/ns": Permesso negato
find: "/proc/2272/task/2272/fd": Permesso negato
find: "/proc/2272/task/2272/fdinfo": Permesso negato
find: "/proc/2272/task/2272/ns": Permesso negato
find: "/proc/2272/task/2273/fd": Permesso negato
find: "/proc/2272/task/2273/fdinfo": Permesso negato
find: "/proc/2272/task/2273/ns": Permesso negato
find: "/proc/2272/task/2341/fd": Permesso negato
find: "/proc/2272/task/2341/fdinfo": Permesso negato
find: "/proc/2272/task/2341/ns": Permesso negato
find: "/proc/2272/task/2342/fd": Permesso negato
find: "/proc/2272/task/2342/fdinfo": Permesso negato
find: "/proc/2272/task/2342/ns": Permesso negato
find: "/proc/2272/task/2343/fd": Permesso negato
find: "/proc/2272/task/2343/fdinfo": Permesso negato
find: "/proc/2272/task/2343/ns": Permesso negato
find: "/proc/2272/task/2359/fd": Permesso negato
find: "/proc/2272/task/2359/fdinfo": Permesso negato
find: "/proc/2272/task/2359/ns": Permesso negato
find: "/proc/2272/task/2479/fd": Permesso negato
find: "/proc/2272/task/2479/fdinfo": Permesso negato
find: "/proc/2272/task/2479/ns": Permesso negato
find: "/proc/2272/task/2557/fd": Permesso negato
find: "/proc/2272/task/2557/fdinfo": Permesso negato
find: "/proc/2272/task/2557/ns": Permesso negato
find: "/proc/2272/fd": Permesso negato
find: "/proc/2272/fdinfo": Permesso negato
find: "/proc/2272/ns": Permesso negato
find: "/proc/2323/task/2323/fd": Permesso negato
find: "/proc/2323/task/2323/fdinfo": Permesso negato
find: "/proc/2323/task/2323/ns": Permesso negato
find: "/proc/2323/fd": Permesso negato
find: "/proc/2323/fdinfo": Permesso negato
find: "/proc/2323/ns": Permesso negato
find: "/proc/2465/task/2465/fd": Permesso negato
find: "/proc/2465/task/2465/fdinfo": Permesso negato
find: "/proc/2465/task/2465/ns": Permesso negato
find: "/proc/2465/task/2467/fd": Permesso negato
find: "/proc/2465/task/2467/fdinfo": Permesso negato
find: "/proc/2465/task/2467/ns": Permesso negato
find: "/proc/2465/task/2913/fd": Permesso negato
find: "/proc/2465/task/2913/fdinfo": Permesso negato
find: "/proc/2465/task/2913/ns": Permesso negato
find: "/proc/2465/fd": Permesso negato
find: "/proc/2465/fdinfo": Permesso negato
find: "/proc/2465/ns": Permesso negato
find: "/proc/2466/task/2466/fd": Permesso negato
find: "/proc/2466/task/2466/fdinfo": Permesso negato
find: "/proc/2466/task/2466/ns": Permesso negato
find: "/proc/2466/fd": Permesso negato
find: "/proc/2466/fdinfo": Permesso negato
find: "/proc/2466/ns": Permesso negato
find: "/proc/2480/task/2480/fd": Permesso negato
find: "/proc/2480/task/2480/fdinfo": Permesso negato
find: "/proc/2480/task/2480/ns": Permesso negato
find: "/proc/2480/fd": Permesso negato
find: "/proc/2480/fdinfo": Permesso negato
find: "/proc/2480/ns": Permesso negato
find: "/proc/3634/task/3634/fd": Permesso negato
find: "/proc/3634/task/3634/fdinfo": Permesso negato
find: "/proc/3634/task/3634/ns": Permesso negato
find: "/proc/3634/fd": Permesso negato
find: "/proc/3634/fdinfo": Permesso negato
find: "/proc/3634/ns": Permesso negato
find: "/proc/3983/task/3983/fd": Permesso negato
find: "/proc/3983/task/3983/fdinfo": Permesso negato
find: "/proc/3983/task/3983/ns": Permesso negato
find: "/proc/3983/fd": Permesso negato
find: "/proc/3983/fdinfo": Permesso negato
find: "/proc/3983/ns": Permesso negato
find: "/proc/3988/task/3988/fd": Permesso negato
find: "/proc/3988/task/3988/fdinfo": Permesso negato
find: "/proc/3988/task/3988/ns": Permesso negato
find: "/proc/3988/fd": Permesso negato
find: "/proc/3988/fdinfo": Permesso negato
find: "/proc/3988/ns": Permesso negato
find: "/proc/3990/task/3990/fd": Permesso negato
find: "/proc/3990/task/3990/fdinfo": Permesso negato
find: "/proc/3990/task/3990/ns": Permesso negato
find: "/proc/3990/task/7148/fd": Permesso negato
find: "/proc/3990/task/7148/fdinfo": Permesso negato
find: "/proc/3990/task/7148/ns": Permesso negato
find: "/proc/3990/task/7149/fd": Permesso negato
find: "/proc/3990/task/7149/fdinfo": Permesso negato
find: "/proc/3990/task/7149/ns": Permesso negato
find: "/proc/3990/task/7222/fd": Permesso negato
find: "/proc/3990/task/7222/fdinfo": Permesso negato
find: "/proc/3990/task/7222/ns": Permesso negato
find: "/proc/3990/task/7338/fd": Permesso negato
find: "/proc/3990/task/7338/fdinfo": Permesso negato
find: "/proc/3990/task/7338/ns": Permesso negato
find: "/proc/3990/task/7341/fd": Permesso negato
find: "/proc/3990/task/7341/fdinfo": Permesso negato
find: "/proc/3990/task/7341/ns": Permesso negato
find: "/proc/3990/task/7346/fd": Permesso negato
find: "/proc/3990/task/7346/fdinfo": Permesso negato
find: "/proc/3990/task/7346/ns": Permesso negato
find: "/proc/3990/task/7347/fd": Permesso negato
find: "/proc/3990/task/7347/fdinfo": Permesso negato
find: "/proc/3990/task/7347/ns": Permesso negato
find: "/proc/3990/task/7349/fd": Permesso negato
find: "/proc/3990/task/7349/fdinfo": Permesso negato
find: "/proc/3990/task/7349/ns": Permesso negato
find: "/proc/3990/task/7350/fd": Permesso negato
find: "/proc/3990/task/7350/fdinfo": Permesso negato
find: "/proc/3990/task/7350/ns": Permesso negato
find: "/proc/3990/task/7352/fd": Permesso negato
find: "/proc/3990/task/7352/fdinfo": Permesso negato
find: "/proc/3990/task/7352/ns": Permesso negato
find: "/proc/3990/fd": Permesso negato
find: "/proc/3990/fdinfo": Permesso negato
find: "/proc/3990/ns": Permesso negato
find: "/proc/3996/task/3996/fd": Permesso negato
find: "/proc/3996/task/3996/fdinfo": Permesso negato
find: "/proc/3996/task/3996/ns": Permesso negato
find: "/proc/3996/fd": Permesso negato
find: "/proc/3996/fdinfo": Permesso negato
find: "/proc/3996/ns": Permesso negato
find: "/proc/4016/task/4016/fd": Permesso negato
find: "/proc/4016/task/4016/fdinfo": Permesso negato
find: "/proc/4016/task/4016/ns": Permesso negato
find: "/proc/4016/fd": Permesso negato
find: "/proc/4016/fdinfo": Permesso negato
find: "/proc/4016/ns": Permesso negato
find: "/proc/4017/task/4017/fd": Permesso negato
find: "/proc/4017/task/4017/fdinfo": Permesso negato
find: "/proc/4017/task/4017/ns": Permesso negato
find: "/proc/4017/fd": Permesso negato
find: "/proc/4017/fdinfo": Permesso negato
find: "/proc/4017/ns": Permesso negato
find: "/proc/4030/task/4030/fd": Permesso negato
find: "/proc/4030/task/4030/fdinfo": Permesso negato
find: "/proc/4030/task/4030/ns": Permesso negato
find: "/proc/4030/fd": Permesso negato
find: "/proc/4030/fdinfo": Permesso negato
find: "/proc/4030/ns": Permesso negato
find: "/proc/5159/task/5159/fd": Permesso negato
find: "/proc/5159/task/5159/fdinfo": Permesso negato
find: "/proc/5159/task/5159/ns": Permesso negato
find: "/proc/5159/fd": Permesso negato
find: "/proc/5159/fdinfo": Permesso negato
find: "/proc/5159/ns": Permesso negato
find: "/proc/5984/task/5984/fd": Permesso negato
find: "/proc/5984/task/5984/fdinfo": Permesso negato
find: "/proc/5984/task/5984/ns": Permesso negato
find: "/proc/5984/fd": Permesso negato
find: "/proc/5984/fdinfo": Permesso negato
find: "/proc/5984/ns": Permesso negato
find: "/proc/6010/task/6010/fd": Permesso negato
find: "/proc/6010/task/6010/fdinfo": Permesso negato
find: "/proc/6010/task/6010/ns": Permesso negato
find: "/proc/6010/fd": Permesso negato
find: "/proc/6010/fdinfo": Permesso negato
find: "/proc/6010/ns": Permesso negato
find: "/proc/6021/task/6021/fd": Permesso negato
find: "/proc/6021/task/6021/fdinfo": Permesso negato
find: "/proc/6021/task/6021/ns": Permesso negato
find: "/proc/6021/fd": Permesso negato
find: "/proc/6021/fdinfo": Permesso negato
find: "/proc/6021/ns": Permesso negato
find: "/proc/6154/task/6154/fd": Permesso negato
find: "/proc/6154/task/6154/fdinfo": Permesso negato
find: "/proc/6154/task/6154/ns": Permesso negato
find: "/proc/6154/fd": Permesso negato
find: "/proc/6154/fdinfo": Permesso negato
find: "/proc/6154/ns": Permesso negato
find: "/proc/6295/task/6295/fd": Permesso negato
find: "/proc/6295/task/6295/fdinfo": Permesso negato
find: "/proc/6295/task/6295/ns": Permesso negato
find: "/proc/6295/task/6296/fd": Permesso negato
find: "/proc/6295/task/6296/fdinfo": Permesso negato
find: "/proc/6295/task/6296/ns": Permesso negato
find: "/proc/6295/task/6297/fd": Permesso negato
find: "/proc/6295/task/6297/fdinfo": Permesso negato
find: "/proc/6295/task/6297/ns": Permesso negato
find: "/proc/6295/task/6346/fd": Permesso negato
find: "/proc/6295/task/6346/fdinfo": Permesso negato
find: "/proc/6295/task/6346/ns": Permesso negato
find: "/proc/6295/fd": Permesso negato
find: "/proc/6295/fdinfo": Permesso negato
find: "/proc/6295/ns": Permesso negato
find: "/proc/6442/task/6442/fd": Permesso negato
find: "/proc/6442/task/6442/fdinfo": Permesso negato
find: "/proc/6442/task/6442/ns": Permesso negato
find: "/proc/6442/fd": Permesso negato
find: "/proc/6442/fdinfo": Permesso negato
find: "/proc/6442/ns": Permesso negato
find: "/proc/6444/task/6444/fd": Permesso negato
find: "/proc/6444/task/6444/fdinfo": Permesso negato
find: "/proc/6444/task/6444/ns": Permesso negato
find: "/proc/6444/fd": Permesso negato
find: "/proc/6444/fdinfo": Permesso negato
find: "/proc/6444/ns": Permesso negato
find: "/proc/6462/task/6462/fd": Permesso negato
find: "/proc/6462/task/6462/fdinfo": Permesso negato
find: "/proc/6462/task/6462/ns": Permesso negato
find: "/proc/6462/fd": Permesso negato
find: "/proc/6462/fdinfo": Permesso negato
find: "/proc/6462/ns": Permesso negato
find: "/proc/6475/task/6475/fd": Permesso negato
find: "/proc/6475/task/6475/fdinfo": Permesso negato
find: "/proc/6475/task/6475/ns": Permesso negato
find: "/proc/6475/task/6476/fd": Permesso negato
find: "/proc/6475/task/6476/fdinfo": Permesso negato
find: "/proc/6475/task/6476/ns": Permesso negato
find: "/proc/6475/task/6477/fd": Permesso negato
find: "/proc/6475/task/6477/fdinfo": Permesso negato
find: "/proc/6475/task/6477/ns": Permesso negato
find: "/proc/6475/task/6484/fd": Permesso negato
find: "/proc/6475/task/6484/fdinfo": Permesso negato
find: "/proc/6475/task/6484/ns": Permesso negato
find: "/proc/6475/fd": Permesso negato
find: "/proc/6475/fdinfo": Permesso negato
find: "/proc/6475/ns": Permesso negato
find: "/proc/6587/task/6587/fd": Permesso negato
find: "/proc/6587/task/6587/fdinfo": Permesso negato
find: "/proc/6587/task/6587/ns": Permesso negato
find: "/proc/6587/fd": Permesso negato
find: "/proc/6587/fdinfo": Permesso negato
find: "/proc/6587/ns": Permesso negato
find: "/proc/6597/task/6597/fd": Permesso negato
find: "/proc/6597/task/6597/fdinfo": Permesso negato
find: "/proc/6597/task/6597/ns": Permesso negato
find: "/proc/6597/fd": Permesso negato
find: "/proc/6597/fdinfo": Permesso negato
find: "/proc/6597/ns": Permesso negato
find: "/proc/6609/task/6609/fd": Permesso negato
find: "/proc/6609/task/6609/fdinfo": Permesso negato
find: "/proc/6609/task/6609/ns": Permesso negato
find: "/proc/6609/task/6611/fd": Permesso negato
find: "/proc/6609/task/6611/fdinfo": Permesso negato
find: "/proc/6609/task/6611/ns": Permesso negato
find: "/proc/6609/task/6612/fd": Permesso negato
find: "/proc/6609/task/6612/fdinfo": Permesso negato
find: "/proc/6609/task/6612/ns": Permesso negato
find: "/proc/6609/task/6620/fd": Permesso negato
find: "/proc/6609/task/6620/fdinfo": Permesso negato
find: "/proc/6609/task/6620/ns": Permesso negato
find: "/proc/6609/fd": Permesso negato
find: "/proc/6609/fdinfo": Permesso negato
find: "/proc/6609/ns": Permesso negato
find: "/proc/6650/task/6650/fd": Permesso negato
find: "/proc/6650/task/6650/fdinfo": Permesso negato
find: "/proc/6650/task/6650/ns": Permesso negato
find: "/proc/6650/fd": Permesso negato
find: "/proc/6650/fdinfo": Permesso negato
find: "/proc/6650/ns": Permesso negato
find: "/proc/7078/task/7078/fd": Permesso negato
find: "/proc/7078/task/7078/fdinfo": Permesso negato
find: "/proc/7078/task/7078/ns": Permesso negato
find: "/proc/7078/fd": Permesso negato
find: "/proc/7078/fdinfo": Permesso negato
find: "/proc/7078/ns": Permesso negato
find: "/proc/7089/task/7089/fd": Permesso negato
find: "/proc/7089/task/7089/fdinfo": Permesso negato
find: "/proc/7089/task/7089/ns": Permesso negato
find: "/proc/7089/fd": Permesso negato
find: "/proc/7089/fdinfo": Permesso negato
find: "/proc/7089/ns": Permesso negato
find: "/proc/7145/task/7145/fd": Permesso negato
find: "/proc/7145/task/7145/fdinfo": Permesso negato
find: "/proc/7145/task/7145/ns": Permesso negato
find: "/proc/7145/fd": Permesso negato
find: "/proc/7145/fdinfo": Permesso negato
find: "/proc/7145/ns": Permesso negato
find: "/proc/7178/task/7178/fd": Permesso negato
find: "/proc/7178/task/7178/fdinfo": Permesso negato
find: "/proc/7178/task/7178/ns": Permesso negato
find: "/proc/7178/fd": Permesso negato
find: "/proc/7178/fdinfo": Permesso negato
find: "/proc/7178/ns": Permesso negato
find: "/proc/7257/task/7257/fd": Permesso negato
find: "/proc/7257/task/7257/fdinfo": Permesso negato
find: "/proc/7257/task/7257/ns": Permesso negato
find: "/proc/7257/fd": Permesso negato
find: "/proc/7257/fdinfo": Permesso negato
find: "/proc/7257/ns": Permesso negato
find: "/proc/7258/task/7258/fd": Permesso negato
find: "/proc/7258/task/7258/fdinfo": Permesso negato
find: "/proc/7258/task/7258/ns": Permesso negato
find: "/proc/7258/fd": Permesso negato
find: "/proc/7258/fdinfo": Permesso negato
find: "/proc/7258/ns": Permesso negato
find: "/proc/7296/task/7296/fd": Permesso negato
find: "/proc/7296/task/7296/fdinfo": Permesso negato
find: "/proc/7296/task/7296/ns": Permesso negato
find: "/proc/7296/fd": Permesso negato
find: "/proc/7296/fdinfo": Permesso negato
find: "/proc/7296/ns": Permesso negato
find: "/proc/7297/task/7297/fd": Permesso negato
find: "/proc/7297/task/7297/fdinfo": Permesso negato
find: "/proc/7297/task/7297/ns": Permesso negato
find: "/proc/7297/fd": Permesso negato
find: "/proc/7297/fdinfo": Permesso negato
find: "/proc/7297/ns": Permesso negato
find: "/etc/cups/ssl": Permesso negato
find: "/etc/ssl/private": Permesso negato
find: "/tmp/pulse-PKdhtXMmr18n": Permesso negato
find: "/tmp/pulse-2L9K88eMlGn7": Permesso negato
find: "/home/.ecryptfs/usag/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWbZlLGe1-Cf5kSzxN-YLqlRpIXv7czRpISIr00LEjKx8Ia5MXJ-6bXvJE--/ECRYPTFS_FNEK_ENCRYPTED.FWbZlLGe1-Cf5kSzxN-YLqlRpIXv7czRpISI-kZDKezt1VuHlHvY2RuIAE--": Permesso negato
find: "/home/.ecryptfs/usag/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWbZlLGe1-Cf5kSzxN-YLqlRpIXv7czRpISInY8VoMBNDkwvHE4xXiQAEE--": Permesso negato
find: "/home/.ecryptfs/usag/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWbZlLGe1-Cf5kSzxN-YLqlRpIXv7czRpISIhQVysbdCITTtSsJJsQzS0k--": Permesso negato
find: "/home/.ecryptfs/usag/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWbZlLGe1-Cf5kSzxN-YLqlRpIXv7czRpISIXhQh9Mv47z6p9I-m4A8gvk--": Permesso negato
find: "/home/.ecryptfs/usag/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWbZlLGe1-Cf5kSzxN-YLqlRpIXv7czRpISIjZMEQOe4YU5n9DBK3S0Pf---": Permesso negato
find: "/home/.ecryptfs/usag/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWbZlLGe1-Cf5kSzxN-YLqlRpIXv7czRpISI4BL9Lt0mAmnyqH.jaO5JA---": Permesso negato
find: "/home/.ecryptfs/usag/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWbZlLGe1-Cf5kSzxN-YLqlRpIXv7czRpISIc5EwSY44y7KJOrd-vnXO2U--": Permesso negato
find: "/home/.ecryptfs/usag/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWbZlLGe1-Cf5kSzxN-YLqlRpIXv7czRpISIkROb9-te-HE4anyTFImdME--/ECRYPTFS_FNEK_ENCRYPTED.FWbZlLGe1-Cf5kSzxN-YLqlRpIXv7czRpISIAKN1JDSha78dS23Kgo6V7U--": Permesso negato
find: "/home/usag/.PlayOnLinux/wineprefix": Permesso negato
find: "/home/usag/Pubblici": Permesso negato
find: "/home/usag/Immagini": Permesso negato
find: "/home/usag/Documenti": Permesso negato
find: "/home/usag/Musica": Permesso negato
find: "/home/usag/Video": Permesso negato
find: "/home/usag/Modelli": Permesso negato
find: "/home/usag/Scrivania/Script Python": Permesso negato
find: "/lost+found": Permesso negato
find: "/root": Permesso negato
find: "/sys/fs/fuse/connections/264241153": Permesso negato
find: "/sys/fs/fuse/connections/22": Permesso negato
find: "/sys/kernel/debug": Permesso negato
find: "/dev/vboxusb": Permesso negato
find: "/var/log/speech-dispatcher": Permesso negato
find: "/var/log/samba/cores": Permesso negato
find: "/var/cache/ldconfig": Permesso negato
find: "/var/cache/lightdm/dmrc": Permesso negato
find: "/var/cache/system-tools-backends/backup": Permesso negato
find: "/var/spool/cups": Permesso negato
find: "/var/spool/cron/atjobs": Permesso negato
find: "/var/spool/cron/crontabs": Permesso negato
find: "/var/spool/cron/atspool": Permesso negato
find: "/var/spool/postfix/flush": Permesso negato
find: "/var/spool/postfix/public": Permesso negato
find: "/var/spool/postfix/incoming": Permesso negato
find: "/var/spool/postfix/private": Permesso negato
find: "/var/spool/postfix/bounce": Permesso negato
find: "/var/spool/postfix/corrupt": Permesso negato
find: "/var/spool/postfix/active": Permesso negato
find: "/var/spool/postfix/maildrop": Permesso negato
find: "/var/spool/postfix/deferred": Permesso negato
find: "/var/spool/postfix/hold": Permesso negato
find: "/var/spool/postfix/defer": Permesso negato
find: "/var/spool/postfix/trace": Permesso negato
find: "/var/spool/postfix/saved": Permesso negato
find: "/var/lib/polkit-1": Permesso negato
find: "/var/lib/mysql": Permesso negato
find: "/var/lib/rkhunter/db": Permesso negato
find: "/var/lib/rkhunter/tmp": Permesso negato
find: "/var/lib/php5": Permesso negato
find: "/var/lib/lightdm": Permesso negato
find: "/var/lib/sudo": Permesso negato
L'ho riguardato più volte ma non la vedo proprio :muro.
Usag: Una bella donna non è colei di cui si lodano le belle gambe, ma quella il cui aspetto complessivo è di tale bellezza da togliere la possibilità di ammirare le singole parti
Avatar utente
Uomo Senza Sonno
Livello: Workstation (10/15)
Livello: Workstation (10/15)
Messaggi: 1458
Iscritto il: mer mag 01, 2013 4:05 pm
Località: Sorgono (NU) - Alghero (SS)

Re: Firefox 'insensibile' a script Php

Messaggio da Uomo Senza Sonno »

Usag ha scritto:Ok, dopo il comando che mi hai suggerito, mi dà una cascata di file, ma non riesco a individuare la directory interessata. posto l'output della shell
Prova ad anteporre il comando sudo al comando postato da Zane

Codice: Seleziona tutto

sudo find / -name htdocs
Siamo come l'Araba Fenice
Avatar utente
Zane
Fondatore
Fondatore
Messaggi: 5476
Iscritto il: mer mag 01, 2013 11:20 am
Contatta:

Re: Firefox 'insensibile' a script Php

Messaggio da Zane »

Non la vedo e non ho un Ubuntu sotto mano. Spiacente!
Zane - TurboLab.it
Avatar utente
Usag
Livello: Chiavetta USB (8/15)
Livello: Chiavetta USB (8/15)
Messaggi: 491
Iscritto il: gio lug 25, 2013 5:39 pm

Re: Firefox 'insensibile' a script Php

Messaggio da Usag »

Ciao,

Prova ad anteporre il comando sudo al comando postato da Zane.
Il sudo l'ho praticamente disabilitato permotivi di sicurezza, tuttavia il comando l'ho dato previa autenticazione da root, tramite su e password, quindi è praticamente la stessa cosa.
Ok, dai in qualche modo il verso lo trovo.
grazie lo stesso.
Usag: Una bella donna non è colei di cui si lodano le belle gambe, ma quella il cui aspetto complessivo è di tale bellezza da togliere la possibilità di ammirare le singole parti
System
System
Bot ufficiale TurboLab.it
Bot
Messaggi:
Iscritto il: sab dic 31, 2016 6:19 pm
Contatta: Contatta

Re: Re: Firefox 'insensibile' a script Php

Messaggio da System » mer set 04, 2013 8:15 pm


Rispondi
  • Argomenti simili
    Risposte
    Visite
    Ultimo messaggio