hicky 10 Zgłoś post Napisano Grudzień 5, 2010 Witam . Kolega coś namieszał i Szlak trafił vps-a . Po wydaniu komendy apt-get remove --purge profpd Wyskakuje 12262:~# apt-get remove --purge proftpdReading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libcap1 proftpd-basic proftpd-mod-pgsql proftpd-mod-mysql proftpd-mod-ldap Use 'apt-get autoremove' to remove them. The following packages will be REMOVED: proftpd* 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 205kB disk space will be freed. Do you want to continue [Y/n]? y E: Sub-process /usr/sbin/dpkg-preconfigure --apt || true returned an error code (100) E: Failure running script /usr/sbin/dpkg-preconfigure --apt || true 12262:~# dpkg-preconfigure --apt [1]+ Stopped dpkg-preconfigure --apt 12262:~# dpkg --remove profpd dpkg - warning: ignoring request to remove profpd which isn't installed. 12262:~# dpkg --innstall profpd dpkg: unknown option --innstall Type dpkg --help for help about installing and deinstalling packages [*]; Use `dselect' or `aptitude' for user-friendly package management; Type dpkg -Dhelp for a list of dpkg debug flag values; Type dpkg --force-help for a list of forcing options; Type dpkg-deb --help for help about manipulating *.deb files; Type dpkg --license for copyright license and lack of warranty (GNU GPL) [*]. Options marked [*] produce a lot of output - pipe it through `less' or `more' ! 12262:~# dpkg --install profpd dpkg: error processing profpd (--install): cannot access archive: No such file or directory Errors were encountered while processing: profpd 12262:~# Jak to naprawić ? Udostępnij ten post Link to postu Udostępnij na innych stronach
behemoth 230 Zgłoś post Napisano Grudzień 5, 2010 A tę podpowiedź widziałeś: Use 'apt-get autoremove' to remove them. Udostępnij ten post Link to postu Udostępnij na innych stronach
Miłosz 2311 Zgłoś post Napisano Grudzień 5, 2010 Najpierw wykonaj: apt-get autoremove potem dpkg -P proftpd potem apt-get -f install Ewentualnie powyższe jeszcze raz przed usunięciem proftpd Udostępnij ten post Link to postu Udostępnij na innych stronach
hicky 10 Zgłoś post Napisano Grudzień 6, 2010 Dobra już nie trzeba .. Kumpel debil podmieniał plik przez ftp /bin/sh To teraz ja aktywować plik /sh/ żeby był podświetlony bo jedna osoba pieprzyła mi o chmod, druga o mount . Udostępnij ten post Link to postu Udostępnij na innych stronach
Miłosz 2311 Zgłoś post Napisano Grudzień 6, 2010 chmod 755 plik lub chmod +x plik Udostępnij ten post Link to postu Udostępnij na innych stronach