Install the Z/IP Gateway on the Beaglebone
I am Installing Z/IP Gateway on Beaglebone in zipgateway(Ubuntu 16.04 lts).
To install the Z/IP Gateway on the Beaglebone I have given the following commands
$ sudo apt-get update
$ sudo apt-get install libusb-1.0-0 libssl1.0.0 radvd parprouted bridge-utils
$ sudo dpkg -i zipgateway-2.81.0-Linux-armhf.deb]
Then I got the following errors
root@beaglebone:~# sudo apt-get install libusb-1.0-0 libssl1.0.0 radvd parprouted bridge-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
bridge-utils is already the newest version.
libusb-1.0-0 is already the newest version.
parprouted is already the newest version.
radvd is already the newest version.
libssl1.0.0 is already the newest version.
The following packages were automatically installed and are no longer required:
libaudio2 libmng1 libqt4-network libqt4-xml libqtcore4 libqtdbus4 libqtgui4 qtcore4-l10n
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 441 not upgraded.
****root@beaglebone:~# sudo dpkg -i zipgateway-2.81.0-Linux-armhf.deb****
(Reading database ... 78750 files and directories currently installed.)
Preparing to unpack zipgateway-2.81.0-Linux-armhf.deb ...
Unpacking zipgateway (2.81.0) ...
dpkg-deb (subprocess): cannot copy archive member from 'zipgateway-2.81.0-Linux-armhf.deb' to decompressor pipe: unexpected end of file or stream
dpkg-deb: error: subprocess paste returned error exit status 2
dpkg: error processing archive zipgateway-2.81.0-Linux-armhf.deb (--install):
cannot copy extracted data for './usr/local/sbin/zipgateway' to '/usr/local/sbin/zipgateway.dpkg-new': unexpected end of file or stream
Processing triggers for systemd (215-17+deb8u3rcnee1~bpo80+20151222+1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Errors were encountered while processing:
zipgateway-2.81.0-Linux-armhf.deb
root@beaglebone:~#
I don't understand what the actual problem is. Thank You
software-installation
New contributor
Raja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I am Installing Z/IP Gateway on Beaglebone in zipgateway(Ubuntu 16.04 lts).
To install the Z/IP Gateway on the Beaglebone I have given the following commands
$ sudo apt-get update
$ sudo apt-get install libusb-1.0-0 libssl1.0.0 radvd parprouted bridge-utils
$ sudo dpkg -i zipgateway-2.81.0-Linux-armhf.deb]
Then I got the following errors
root@beaglebone:~# sudo apt-get install libusb-1.0-0 libssl1.0.0 radvd parprouted bridge-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
bridge-utils is already the newest version.
libusb-1.0-0 is already the newest version.
parprouted is already the newest version.
radvd is already the newest version.
libssl1.0.0 is already the newest version.
The following packages were automatically installed and are no longer required:
libaudio2 libmng1 libqt4-network libqt4-xml libqtcore4 libqtdbus4 libqtgui4 qtcore4-l10n
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 441 not upgraded.
****root@beaglebone:~# sudo dpkg -i zipgateway-2.81.0-Linux-armhf.deb****
(Reading database ... 78750 files and directories currently installed.)
Preparing to unpack zipgateway-2.81.0-Linux-armhf.deb ...
Unpacking zipgateway (2.81.0) ...
dpkg-deb (subprocess): cannot copy archive member from 'zipgateway-2.81.0-Linux-armhf.deb' to decompressor pipe: unexpected end of file or stream
dpkg-deb: error: subprocess paste returned error exit status 2
dpkg: error processing archive zipgateway-2.81.0-Linux-armhf.deb (--install):
cannot copy extracted data for './usr/local/sbin/zipgateway' to '/usr/local/sbin/zipgateway.dpkg-new': unexpected end of file or stream
Processing triggers for systemd (215-17+deb8u3rcnee1~bpo80+20151222+1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Errors were encountered while processing:
zipgateway-2.81.0-Linux-armhf.deb
root@beaglebone:~#
I don't understand what the actual problem is. Thank You
software-installation
New contributor
Raja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
Are you running Ubuntu? The package systemd 2.15 you have is older than xenial (16.04=2.29) & has the wrong package details/name (it looks more like you're running debian old-stable! which runs that version)
– guiverc
2 days ago
add a comment |
I am Installing Z/IP Gateway on Beaglebone in zipgateway(Ubuntu 16.04 lts).
To install the Z/IP Gateway on the Beaglebone I have given the following commands
$ sudo apt-get update
$ sudo apt-get install libusb-1.0-0 libssl1.0.0 radvd parprouted bridge-utils
$ sudo dpkg -i zipgateway-2.81.0-Linux-armhf.deb]
Then I got the following errors
root@beaglebone:~# sudo apt-get install libusb-1.0-0 libssl1.0.0 radvd parprouted bridge-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
bridge-utils is already the newest version.
libusb-1.0-0 is already the newest version.
parprouted is already the newest version.
radvd is already the newest version.
libssl1.0.0 is already the newest version.
The following packages were automatically installed and are no longer required:
libaudio2 libmng1 libqt4-network libqt4-xml libqtcore4 libqtdbus4 libqtgui4 qtcore4-l10n
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 441 not upgraded.
****root@beaglebone:~# sudo dpkg -i zipgateway-2.81.0-Linux-armhf.deb****
(Reading database ... 78750 files and directories currently installed.)
Preparing to unpack zipgateway-2.81.0-Linux-armhf.deb ...
Unpacking zipgateway (2.81.0) ...
dpkg-deb (subprocess): cannot copy archive member from 'zipgateway-2.81.0-Linux-armhf.deb' to decompressor pipe: unexpected end of file or stream
dpkg-deb: error: subprocess paste returned error exit status 2
dpkg: error processing archive zipgateway-2.81.0-Linux-armhf.deb (--install):
cannot copy extracted data for './usr/local/sbin/zipgateway' to '/usr/local/sbin/zipgateway.dpkg-new': unexpected end of file or stream
Processing triggers for systemd (215-17+deb8u3rcnee1~bpo80+20151222+1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Errors were encountered while processing:
zipgateway-2.81.0-Linux-armhf.deb
root@beaglebone:~#
I don't understand what the actual problem is. Thank You
software-installation
New contributor
Raja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I am Installing Z/IP Gateway on Beaglebone in zipgateway(Ubuntu 16.04 lts).
To install the Z/IP Gateway on the Beaglebone I have given the following commands
$ sudo apt-get update
$ sudo apt-get install libusb-1.0-0 libssl1.0.0 radvd parprouted bridge-utils
$ sudo dpkg -i zipgateway-2.81.0-Linux-armhf.deb]
Then I got the following errors
root@beaglebone:~# sudo apt-get install libusb-1.0-0 libssl1.0.0 radvd parprouted bridge-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
bridge-utils is already the newest version.
libusb-1.0-0 is already the newest version.
parprouted is already the newest version.
radvd is already the newest version.
libssl1.0.0 is already the newest version.
The following packages were automatically installed and are no longer required:
libaudio2 libmng1 libqt4-network libqt4-xml libqtcore4 libqtdbus4 libqtgui4 qtcore4-l10n
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 441 not upgraded.
****root@beaglebone:~# sudo dpkg -i zipgateway-2.81.0-Linux-armhf.deb****
(Reading database ... 78750 files and directories currently installed.)
Preparing to unpack zipgateway-2.81.0-Linux-armhf.deb ...
Unpacking zipgateway (2.81.0) ...
dpkg-deb (subprocess): cannot copy archive member from 'zipgateway-2.81.0-Linux-armhf.deb' to decompressor pipe: unexpected end of file or stream
dpkg-deb: error: subprocess paste returned error exit status 2
dpkg: error processing archive zipgateway-2.81.0-Linux-armhf.deb (--install):
cannot copy extracted data for './usr/local/sbin/zipgateway' to '/usr/local/sbin/zipgateway.dpkg-new': unexpected end of file or stream
Processing triggers for systemd (215-17+deb8u3rcnee1~bpo80+20151222+1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Errors were encountered while processing:
zipgateway-2.81.0-Linux-armhf.deb
root@beaglebone:~#
I don't understand what the actual problem is. Thank You
software-installation
software-installation
New contributor
Raja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Raja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 days ago
guiverc
4,37621522
4,37621522
New contributor
Raja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 days ago
Raja Raja
11
11
New contributor
Raja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Raja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Raja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
Are you running Ubuntu? The package systemd 2.15 you have is older than xenial (16.04=2.29) & has the wrong package details/name (it looks more like you're running debian old-stable! which runs that version)
– guiverc
2 days ago
add a comment |
2
Are you running Ubuntu? The package systemd 2.15 you have is older than xenial (16.04=2.29) & has the wrong package details/name (it looks more like you're running debian old-stable! which runs that version)
– guiverc
2 days ago
2
2
Are you running Ubuntu? The package systemd 2.15 you have is older than xenial (16.04=2.29) & has the wrong package details/name (it looks more like you're running debian old-stable! which runs that version)
– guiverc
2 days ago
Are you running Ubuntu? The package systemd 2.15 you have is older than xenial (16.04=2.29) & has the wrong package details/name (it looks more like you're running debian old-stable! which runs that version)
– guiverc
2 days ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Raja is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1113507%2finstall-the-z-ip-gateway-on-the-beaglebone%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Raja is a new contributor. Be nice, and check out our Code of Conduct.
Raja is a new contributor. Be nice, and check out our Code of Conduct.
Raja is a new contributor. Be nice, and check out our Code of Conduct.
Raja is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1113507%2finstall-the-z-ip-gateway-on-the-beaglebone%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Are you running Ubuntu? The package systemd 2.15 you have is older than xenial (16.04=2.29) & has the wrong package details/name (it looks more like you're running debian old-stable! which runs that version)
– guiverc
2 days ago