getting error while tryin...
getting error while trying to setup dynu in ubuntu 17.04
- Home
- Control Panel
- Community Forum
- Services
- Dynamic DNS Service
- getting error while trying to setup dynu in ubuntu 17.04
- Community Forum
- getting error while trying to setup dynu in ubuntu 17.04
Topic: getting error while trying to setup dynu in ubuntu 17.04
by Danish Bawany on Sunday, September 17, 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
Reply with quote |Report
by nodetransit on Friday, March 9, 2018
got the same error.
still no solution?
still no solution?
Reply with quote |Report
by nodetransit on Friday, March 9, 2018
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
Reply with quote |Report
| Author | Topic: getting error while trying to setup dynu in ubuntu 17.04 |
|---|---|
|
Danish Bawany Joined: 9/17/2017 |
Sunday, September 17, 2017 1:45 AM
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 Joined: 3/8/2018 |
Friday, March 9, 2018 2:31 PM
got the same error.
still no solution? |
|
nodetransit Joined: 3/8/2018 |
Friday, March 9, 2018 3:16 PM
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/* |
Saturday, June 13, 2026 5:28 AM
