getting error while tryin...
getting error while trying to setup dynu in ubuntu 17.04
- Casa
- Pannello di controllo
- Forum della Comunità
- Services
- Dynamic DNS Service
- getting error while trying to setup dynu in ubuntu 17.04
- Forum della Comunità
- getting error while trying to setup dynu in ubuntu 17.04
Argomento: getting error while trying to setup dynu in ubuntu 17.04
di Danish Bawany su domenica 17 settembre 2017
Pasted this in terminal;
URL='https://www.dynu.com/support/downloadfile/31'; FILE=`mktemp`; wget "$URL" -qO $FILE && sudo dpkg -i $FILE;
but instead of installing its shows this error;
Selecting previously unselected package dynuiuc.
(Reading database ... 203194 files and directories currently installed.)
Preparing to unpack /tmp/tmp.mWPY90SSl2 ...
Failed to stop dynuiuc.service: Unit dynuiuc.service not loaded.
dpkg: error processing archive /tmp/tmp.mWPY90SSl2 (--install):
subprocess new pre-installation script returned error exit status 5
Errors were encountered while processing:
/tmp/tmp.mWPY90SSl2
note;
also tryed this with root
URL='https://www.dynu.com/support/downloadfile/31'; FILE=`mktemp`; wget "$URL" -qO $FILE && sudo dpkg -i $FILE;
but instead of installing its shows this error;
Selecting previously unselected package dynuiuc.
(Reading database ... 203194 files and directories currently installed.)
Preparing to unpack /tmp/tmp.mWPY90SSl2 ...
Failed to stop dynuiuc.service: Unit dynuiuc.service not loaded.
dpkg: error processing archive /tmp/tmp.mWPY90SSl2 (--install):
subprocess new pre-installation script returned error exit status 5
Errors were encountered while processing:
/tmp/tmp.mWPY90SSl2
note;
also tryed this with root
Rispondi con citazione |Segnalare
I unpacked the package, modified the preinst script, rebuilt the package, and reinstalled it.
modify mydynuiuc/DEBIAN/preinst
dpkg-deb --extract 31.deb mydynuiuc
dpkg-deb --control 31.deb mydynuiuc/DEBIAN
modify mydynuiuc/DEBIAN/preinst
chmod 755 mydynuiuc/DEBIAN/*
dpkg-deb --build mydynuiuc
dpkg -i mydynuiuc.deb
Rispondi con citazione |Segnalare
| Autore | Argomento: getting error while trying to setup dynu in ubuntu 17.04 |
|---|---|
|
Danish Bawany Iscritto: 17/09/2017 |
domenica 17 settembre 2017 01:45
Pasted this in terminal;
URL='https://www.dynu.com/support/downloadfile/31'; FILE=`mktemp`; wget "$URL" -qO $FILE && sudo dpkg -i $FILE; but instead of installing its shows this error; Selecting previously unselected package dynuiuc. (Reading database ... 203194 files and directories currently installed.) Preparing to unpack /tmp/tmp.mWPY90SSl2 ... Failed to stop dynuiuc.service: Unit dynuiuc.service not loaded. dpkg: error processing archive /tmp/tmp.mWPY90SSl2 (--install): subprocess new pre-installation script returned error exit status 5 Errors were encountered while processing: /tmp/tmp.mWPY90SSl2 note; also tryed this with root |
|
nodetransit Iscritto: 08/03/2018 |
venerdì 9 marzo 2018 14:31
got the same error.
still no solution? |
|
nodetransit Iscritto: 08/03/2018 |
venerdì 9 marzo 2018 15:16
I unpacked the package, modified the preinst script, rebuilt the package, and reinstalled it.
dpkg-deb --extract 31.deb mydynuiuc modify mydynuiuc/DEBIAN/preinst chmod 755 mydynuiuc/DEBIAN/* |
domenica 14 giugno 2026 10:31
