More
referral
Increase your income with Hive. Invite your friends and earn real cryptocurrency!

Attempt to create my own Hive mirror on one of my rigs, but - error

I followed the instructions at: https://hiveon.com/knowledge-base/guides/mirror/
and I ran the command: /hive/opt/repomirror/repomirror -i

But I get an error:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 lighttpd : Depends: libssl1.1 (>= 1.1.0) but it is not going to be installed
 nvidia-settings : Depends: screen-resolution-extra (>= 0.12) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

PS: I’ve never done this before, but I hope that all these downloaded files are shielded from deletion when upgrading to a new linux image.

Bump.

seems like the newest libssl breaks lighttpd, you can downgrade by running sudo apt install libssl1.1=1.1.1-1ubuntu2.1~18.04.15

this might break other things, so keep that in mind

I have been using a local repository for all my rigs, except the one hosting the repo. After updating to the latest stable image, I encountered the same issue. Downgrading SSL allowed me to get rebuild the mirror, but I am concerned that this might affect something else. It would be nice if the devs can fix the broken dependency so I can update the SSL package to where it is supposed to be.

Running into the same challenge attempting to host repo on rig with large SSD space.

sudo apt install libssl1.1=1.1.1-1ubuntu2.1~18.04.15

The above did not work for me. Syncing, sync logs, are working etc. but accessing the files from remote rig/browser, broken.

Any guidance for this noob miner?

change the 5 to a 7 at the end of the command above

just tested on a fresh install, web server works at least.

Thanks Keaton, will give it a shot :slight_smile:

fwiw: Installed openssl 1.1.1b… nope not working either :smiley:

results of:

sudo apt install libssl1.1=1.1.1-1ubuntu2.1~18.04.17

I am noobing this up somewhere. Will play with it on a clearer head in the morning :slight_smile:

run apt get update first

Went to apache this morning vs. lighttpd

Had some coaching on setting up the Cron job, not sure that is working yet, but it is working for updates and stable kernel pulls.

Stable kernel requires a direct command to the repo as source or it goes back out to hiveon sources.

This topic was automatically closed 416 days after the last reply. New replies are no longer allowed.