
# aptitude purge apache2
I seguenti pacchetti saranno RIMOSSI:
apache2{p}
0 pacchetti aggiornati, 0 installati, 1 da rimuovere e 0 non aggiornati.
È necessario prelevare 0 B/3047 kB di archivi. Dopo l'estrazione, verranno liberati 36,9 kB.
Continuare? [Y/n/?] y
(Lettura del database... 120057 file e directory attualmente installati.)
Preparativi per sostituire libsrtp0 v.1.4.4~dfsg-6 (utilizzando .../libsrtp0_1.4.4~dfsg-6_i386.deb)...
Estrazione del sostituto di libsrtp0...
dpkg: errore nell'elaborare /var/cache/apt/archives/libsrtp0_1.4.4~dfsg-6_i386.deb (--unpack):
impossibile installare il (supposto) nuovo file di informazioni "/var/lib/dpkg/tmp.ci/postinst": Input/output error
configured to not write apport reports
Preparativi per sostituire libopal3.6.8 v.3.6.8~dfsg-2 (utilizzando .../libopal3.6.8_3.6.8~dfsg-2_i386.deb)...
Estrazione del sostituto di libopal3.6.8...
/bin/sh: Can't open exit 0
dpkg: attenzione: il sottoprocesso vecchio script di post-removal ha restituito lo stato di errore 127
dpkg - viene provato lo script dal nuovo pacchetto...
dpkg: ... sembra tutto sia andato correttamente.
dpkg: errore nell'elaborare /var/cache/apt/archives/libopal3.6.8_3.6.8~dfsg-2_i386.deb (--unpack):
impossibile installare il (supposto) nuovo file di informazioni "/var/lib/dpkg/tmp.ci/postinst": Input/output error
configured to not write apport reports
Si sono verificati degli errori nell'elaborazione:
/var/cache/apt/archives/libsrtp0_1.4.4~dfsg-6_i386.deb
/var/cache/apt/archives/libopal3.6.8_3.6.8~dfsg-2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Errore durante l'installazione di un pacchetto. Tentativo di ripristino:


apt-get clean
apt-get autoclean
apt-get update
apt-get install -f
apt-get upgrade
aptitude purge apache2

Web server with Apache, PHP >= 5.2 & MySQL/SQLite
Download ownCloud
ownCloud 2 md5
ownCloud 3 alpha1 md5
latest development version
from repository: git clone git://gitorious.org/owncloud/owncloud.git
Extract it and upload it to the server.
Give rights to the web server
via FTP client, create a directory data, set permissions to 750 and those of config/ to 777
If you are in a shared hosting environment, your ftp-user and the user the webserver runs on might not be the same. If you get an error about permissions while trying to install or while trying to upload use 770 instead, but be aware of that your data could be writable for other users on the server then. Please refer to your web host’s documentation for their specific implementation of user rights.
via SSH without root: setfacl -Rm d:u:YOUR-SSH-USERNAME:rwx,u:www-data:rwx owncloud/ (only works when acl is installed)
via SSH with root: chown -R www-data:www-data owncloud/
(on Debian-like distributions, the Apache user & group is www-data, while on e.g. CentOS, it’s apache.)
Enable the .htaccess if that’s not automatic for your server
You need to edit /etc/apache2/sites-enabled/000-default, look for /var/www and change AllowOverride None to AllowOverride All if not already set. Otherwise your files will be viewable from the web.
Then restart Apache: sudo /etc/init.d/apache2 restart
Open the address of ownCloud’s subdirectory in a web browser and fill out the installation form.
ferdybassi ha scritto:
- Codice: Seleziona tutto
apt-get clean
apt-get autoclean
apt-get update
apt-get install -f
apt-get upgrade
aptitude purge apache2
Ciao ciao

mm-barabba ha scritto:ha mai funzionato owncloud ?
leggo dal sito : http://owncloud.org/install/Web server with Apache, PHP >= 5.2 & MySQL/SQLite
Download ownCloud
ownCloud 2 md5
ownCloud 3 alpha1 md5
latest development version
from repository: git clone git://gitorious.org/owncloud/owncloud.git
Extract it and upload it to the server.
Give rights to the web server
via FTP client, create a directory data, set permissions to 750 and those of config/ to 777
If you are in a shared hosting environment, your ftp-user and the user the webserver runs on might not be the same. If you get an error about permissions while trying to install or while trying to upload use 770 instead, but be aware of that your data could be writable for other users on the server then. Please refer to your web host’s documentation for their specific implementation of user rights.
via SSH without root: setfacl -Rm d:u:YOUR-SSH-USERNAME:rwx,u:www-data:rwx owncloud/ (only works when acl is installed)
via SSH with root: chown -R www-data:www-data owncloud/
(on Debian-like distributions, the Apache user & group is www-data, while on e.g. CentOS, it’s apache.)
Enable the .htaccess if that’s not automatic for your server
You need to edit /etc/apache2/sites-enabled/000-default, look for /var/www and change AllowOverride None to AllowOverride All if not already set. Otherwise your files will be viewable from the web.
Then restart Apache: sudo /etc/init.d/apache2 restart
Open the address of ownCloud’s subdirectory in a web browser and fill out the installation form.


#
# deb cdrom:[Debian GNU/Linux 6.0.2.1 _Squeeze_ - Official i386 NETINST Binary-1 20110628-13:01]/ squeeze main
# deb cdrom:[Debian GNU/Linux 6.0.2.1 _Squeeze_ - Official i386 NETINST Binary-1 20110628-13:01]/ squeeze main
deb http://ftp.it.debian.org/debian/ squeeze main
deb-src http://ftp.it.debian.org/debian/ squeeze main
deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main
# squeeze-updates, previously known as 'volatile'
deb http://ftp.it.debian.org/debian/ squeeze-updates main
deb-src http://ftp.it.debian.org/debian/ squeeze-updates main
# amule adunanza
deb http://deb.matteobonora.it/debian squeeze main
deb http://ftp.it.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.it.debian.org/debian/ squeeze main contrib non-free
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb http://ftp.it.debian.org/debian/ squeeze-proposed-updates main contrib non-free
deb http://backports.debian.org/debian-backports squeeze-backports main


deb http://ftp.it.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.it.debian.org/debian/ squeeze main contrib non-free
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb http://ftp.it.debian.org/debian/ squeeze-proposed-updates main contrib non-free
deb http://backports.debian.org/debian-backports squeeze-backports main
# squeeze-updates, previously known as 'volatile'
deb http://ftp.it.debian.org/debian/ squeeze-updates main
deb-src http://ftp.it.debian.org/debian/ squeeze-updates main
# amule adunanza
deb http://deb.matteobonora.it/debian squeeze main
apt-get clean
apt-get autoclean
apt-get update
apt-get upgrade
apt-get install -f
aptitude purge apache2

aptitude update
aptitude upgrade
aptitude purge apache2


rm /var/lib/dpkg/info/libsrtp0.postrm
rm /var/lib/dpkg/info/libsrtp0.list
rm /var/lib/dpkg/info/libopal3.6.8.postrm
rm /var/lib/dpkg/info//libopal3.6.8.list
apt-get clean all
apt-get autoclean
apt-get update
apt-get install -f
apt-get upgrade

apt-get upgrade
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
2 non completamente installati o rimossi.
È necessario scaricare 0 B/3047 kB di archivi.
Dopo quest'operazione, verranno occupati 0 B di spazio su disco.
Continuare [S/n]? s
(Lettura del database... 120188 file e directory attualmente installati.)
Preparativi per sostituire libsrtp0 v.1.4.4~dfsg-6 (utilizzando .../libsrtp0_1.4.4~dfsg-6_i386.deb)...
Estrazione del sostituto di libsrtp0...
dpkg: errore nell'elaborare /var/cache/apt/archives/libsrtp0_1.4.4~dfsg-6_i386.deb (--unpack):
impossibile installare il (supposto) nuovo file di informazioni "/var/lib/dpkg/tmp.ci/postinst": Input/output error
configured to not write apport reports
Preparativi per sostituire libopal3.6.8 v.3.6.8~dfsg-2 (utilizzando .../libopal3.6.8_3.6.8~dfsg-2_i386.deb)...
Estrazione del sostituto di libopal3.6.8...
dpkg: errore nell'elaborare /var/cache/apt/archives/libopal3.6.8_3.6.8~dfsg-2_i386.deb (--unpack):
impossibile installare il (supposto) nuovo file di informazioni "/var/lib/dpkg/tmp.ci/postinst": Input/output error
configured to not write apport reports
Si sono verificati degli errori nell'elaborazione:
/var/cache/apt/archives/libsrtp0_1.4.4~dfsg-6_i386.deb
/var/cache/apt/archives/libopal3.6.8_3.6.8~dfsg-2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Visitano il forum: Nessuno e 1 ospite