question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Luminous : nfs-ganesha-fsal : Depends: glusterfs-common (>= 3.8.8) but it is not going to be installed

See original GitHub issue

Hello,

I try to install a Luminous cluster on 4 nodes with Ubunt 16.04 and it failed on nfs-ganesha-fsal

fatal: [cluster019.cluster]: FAILED! => { "cache_update_time": 1502971361, "cache_updated": true, "changed": false, "failed": true, "invocation": { "module_args": { "allow_unauthenticated": false, "autoremove": null, "cache_valid_time": 0, "deb": null, "default_release": null, "dpkg_options": "force-confdef,force-confold", "force": false, "install_recommends": null, "only_upgrade": false, "package": [ "nfs-ganesha-fsal" ], "pkg": "nfs-ganesha-fsal", "purge": false, "state": "present", "update_cache": true, "upgrade": null } }, "msg": "'/usr/bin/apt-get -y -o \"Dpkg::Options::=--force-confdef\" -o \"Dpkg::Options::=--force-confold\" install 'nfs-ganesha-fsal'' failed: E: Unable to correct problems, you have held broken packages.\n", "rc": 100, "stderr": "E: Unable to correct problems, you have held broken packages.\n", "stderr_lines": [ "E: Unable to correct problems, you have held broken packages." ], "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nSome packages could not be installed. This may mean that you have\nrequested an impossible situation or if you are using the unstable\ndistribution that some required packages have not yet been created\nor been moved out of Incoming.\nThe following information may help to resolve the situation:\n\nThe following packages have unmet dependencies:\n nfs-ganesha-fsal : Depends: glusterfs-common (>= 3.8.8) but it is not going to be installed\n", "stdout_lines": [ "Reading package lists...", "Building dependency tree...", "Reading state information...", "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:", " nfs-ganesha-fsal : Depends: glusterfs-common (>= 3.8.8) but it is not going to be installed" ]}`

The version availabe in 16.04 is :

glusterfs-common/xenial 3.7.6-1ubuntu1 amd64 GlusterFS common libraries and translator modules

is that a ceph issue or ceph-ansible issue ?

Best regards,

Yoann Moulin

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
misturcommented, Aug 22, 2017

by fixing this it solved my other issue : https://github.com/ceph/ceph-ansible/issues/1769

Thanks

0reactions
xelexincommented, Aug 30, 2017

@mistur do you have shared these shared libraries:

  • /usr/lib/x86_64-linux-gnu/ganesha/libfsalceph.so
  • /usr/lib/x86_64-linux-gnu/ganesha/libfsalrgw.so
Read more comments on GitHub >

github_iconTop Results From Across the Web

pipenv requires python 3.7 but installed version is 3.8 and ...
In this way you'll be able to work in projects with different python versions without having to worry about which version the project...
Read more >
Why can't I install Python 3.8? [duplicate] - Ask Ubuntu
It looks like Python 3.8 is already installed but not set as default. Python 3.7.6 is set as default. Update default Python3 version...
Read more >
Unable to upgrade Python 3.8.10 to 3.10 - SOLVED
Hi, I tried to upgrade Python 3.8.10 to 3.10 on Ubuntu : Ubuntu 20.04.4 LTS but we hit a blocker and wondering whether...
Read more >
Installing Python 3.8.3 on Ubuntu 16.04, change the default ...
I am sharing my experience about what worked while installing, ... version of python to the new version, and why is my terminal...
Read more >
python@3.8 - Homebrew Formulae
Bottle (binary package) installation support provided for: ... Depends on: ... If you do not need a specific version of Python, and always...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found