LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS
User Name
Password
CentOS This forum is for the discussion of CentOS Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 11-05-2018, 02:10 AM   #1
rakeshkukku
LQ Newbie
 
Registered: Nov 2018
Posts: 7

Rep: Reputation: Disabled
Question Getting error for Rocks 7 Cluster distribution (centos)


While installing rocks 7 cluster distribution on my server am getting error after downloading and installing the Rolls from this site
"http://central-7-0-x86-64.rocksclusters.org/install/rolls" (this is the default website but its not working now http://beta7.rocexikscluster.org/install/rolls) the error is related with python software each time the error code was different first I got an error for python was code 331, then next I got some other error's related with python 2.7 site packages, the problem is that only Rocks 7 manzanita was supporting my server(kernel is booting), rocks 6 sandwinder kernel is not booting but it is working fine on VM workstation and also it is booting with local system's, my new server is dell power edge r740, tried downloading different rolls form different website (mirror) but the result are same.

I would like to find a solution for the above issue, I hope you understand my problem, waiting for a better solution
 
Old 11-06-2018, 12:23 AM   #2
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by rakeshkukku View Post
I hope you understand my problem
Personally, no.

What I do understand: You successfully installed Rocks 7 but installation of Rolls (optional add-ons) failed.
I don't understand the failure symptoms, because you don't describe them.

You say "I got an error for python was code 331". I don't think that "code 331" is the error message.

You say "I got some other error's related with python 2.7 site packages" - fine but what errors?

Here is what you could do:
State exactly what you did, including the precise commands that led to error messages.
State the exact error messagess.

This will allow people to help you. Not necessarily me, because I don't know Rocks, though I might have ideas around Python.
 
Old 11-06-2018, 03:27 AM   #3
rakeshkukku
LQ Newbie
 
Registered: Nov 2018
Posts: 7

Original Poster
Rep: Reputation: Disabled
My apologies, and Thank you for the reply, Actually I didn't saw this post so I recreated another thread (I dont know how to remove that thread), Well the reason I am not posting the error code is that I don't know that there is a community that exists for trouble shooting all linux issue, at that time I didn't think to record the error, so I came up with another installation and this time when the error was different so I just clicked the debug button and then I checked the console I have the picture but I have to create bb link or url, right now am not able to attach the files. Please have a look the below error.

"anaconda 21.48.22.121-1 exception report
Traceback (most recent call first)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1039, in_getFile
raise e
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1894, in _retrievwMD
**kwargs)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 237, in populate
db_fn=repo_retrieveMD(mydbtype)

Am not an expert in linux or centos, basically am an average expert in Windows. This is also a part of my Job I have to install this with cluster, without cluster centos will install and working fine with the server but when it comes with clustering am helpless, as I said each time am receiving different errors, so I will try to get the first error for you ( I think this was the first fatal error code 331 none type object for the file python.py) am not sure this is the only error because if I resolve this what kind and type of error is waiting for me, am looking forward to see. I hope now you understand partially about the issue.
 
Old 11-06-2018, 03:57 AM   #4
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by rakeshkukku View Post
"anaconda 21.48.22.121-1 exception report
Traceback (most recent call first)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1039, in_getFile
raise e
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1894, in _retrievwMD
**kwargs)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 237, in populate
db_fn=repo_retrieveMD(mydbtype)
This is a partial stack trace. Unfortunately it doesn't contain the actual error message, just the three most recent routines on the stack. Besides, the lines seem to be truncated. So, not enough information to say anything.

I am a bit confused though. I thought you had successfully installed Rock 7 and just failed to install the Rolls. Anaconda is only used when installing a system from scratch. Perhaps you should just tell us what exactly you were doing and what happened. What error was displayed before you hit the debug button.

I don't know how Rocks installs itself, but normally a RHEL or Centos install uses a graphical console, and you can access various text consoles with debug information or a shell prompt by pressing Alt-F1, Alt-F2 etc. Perhaps you find more information there.
 
Old 11-06-2018, 05:22 AM   #5
rakeshkukku
LQ Newbie
 
Registered: Nov 2018
Posts: 7

Original Poster
Rep: Reputation: Disabled
"I am a bit confused though. I thought you had successfully installed Rock 7 and just failed to install the Rolls",

Am not

but without rocks am able to install centos, But its okay, can you tell me how can I Install and configure rocks cluster?

http://central-7-0-x86-64.rocksclust...rontend-7.html

Can you check the above link, I installed as per the link, there is one mistake.( check the picture below this "5. Select your rolls. Click on the ROCKS ROLLS selection" ) The link they have mentioned in the Network Roll is not working, so I used this link to download the rolls "http://central-7-0-x86-64.rocksclusters.org/install/rolls" we can add the required rolls such as base, core, kernel, centos and the centos updates these are the basic rolls that we have to configure

I have all the required rolls, I tried different way, If you have a vm or oracle virtual box can you try to install and get back to me.
 
Old 11-06-2018, 05:37 AM   #6
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Now I understand better what you are doing. Sorry for being so clueless about Rock.

I am not sure which ISOs to download. Seems complicated, and I don't want to invest the time.

At what point during the installation process do you run into an error, and what precisely is that error?
 
Old 11-07-2018, 04:34 AM   #7
rakeshkukku
LQ Newbie
 
Registered: Nov 2018
Posts: 7

Original Poster
Rep: Reputation: Disabled
Today I done again the installation and this time a different error occurred please see the details


The following error occurred while installing. This is a fatal error and installation will be aborted


Unexpected error: 'NoneType' object has no attribute 'updates'
 
Old 11-07-2018, 07:47 AM   #8
rakeshkukku
LQ Newbie
 
Registered: Nov 2018
Posts: 7

Original Poster
Rep: Reputation: Disabled
Warning systemd: Cannnot add dpendency job for unit lvm2-monitor. service,ignoring: unit not found.
Warning systemd: Cannnot add dpendency job for unit rhel-autorelabel. service, ignoring: Unit is masked.
Warning systemd: Cannnot add dpendency job for unit rhel-loadmodules. service, ignoring: Unit is masked
Warning systemd: Cannnot add dpendency job for unit rhel-configure. service, ignoring: Unit is masked
Warning systemd: Cannnot add dpendency job for unit systemd-tmpfiles-clean. timer, ignoring: Unit is masked.
Warning systemd: Cannnot add dpendency job for unit rhel-autorelabel-mark. service, ignoring: Unit is masked


Anaconda Main console after all the rolls downloaded

07:48:39, 907 INFO anaconda: Rebuilding the rocks Distribution...

In the shell

05:57:13, 067 DEBUG blivet: DeviceTree.getDevicesByTyp returned [ ]
07:48:42, 530 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo
07:48:46, 151

Program log

Downloaded: 35 files, 36M in 6.4s (5.53 Mb/s)
umount: /mnt/cdrom: mountpoint not found




These are the errors from the console.
 
Old 11-11-2018, 11:07 PM   #9
rakeshkukku
LQ Newbie
 
Registered: Nov 2018
Posts: 7

Original Poster
Rep: Reputation: Disabled
Found a solution and its working, thank you for your support.
 
Old 11-18-2018, 11:52 AM   #10
nicolasgoudard
LQ Newbie
 
Registered: Nov 2018
Posts: 1

Rep: Reputation: Disabled
Quote:
Originally Posted by rakeshkukku View Post
Found a solution and its working, thank you for your support.
What is the solution please ?
I have same problem : I am programmer, I install frontend rocks 7-0-x86-64 for a scientist team in the laboratory.
It fails ! I don't know why. The system is black screen, not X11. startx commmand not found. I can authenticate in root and ssh too
But packages are not installed.
rocks command not found.

I think it is driver problem about raid. I don't know. I have installed only idrac update

If i do the same steps on a old machine and virtual machine, I don't have problem

how can i do ?
 
Old 07-02-2019, 09:54 PM   #11
sairajdream
LQ Newbie
 
Registered: Jul 2019
Posts: 1

Rep: Reputation: Disabled
Quote:
Originally Posted by rakeshkukku View Post
Found a solution and its working, thank you for your support.
I am also getting the same error

umount: /mnt/cdrom: mountpoint not found

how did you solve this problem?
 
Old 09-07-2021, 05:08 AM   #12
dejoebad
LQ Newbie
 
Registered: Sep 2021
Posts: 1

Rep: Reputation: Disabled
Quote:
Originally Posted by rakeshkukku View Post
Warning systemd: Cannnot add dpendency job for unit lvm2-monitor. service,ignoring: unit not found.
Warning systemd: Cannnot add dpendency job for unit rhel-autorelabel. service, ignoring: Unit is masked.
Warning systemd: Cannnot add dpendency job for unit rhel-loadmodules. service, ignoring: Unit is masked
Warning systemd: Cannnot add dpendency job for unit rhel-configure. service, ignoring: Unit is masked
Warning systemd: Cannnot add dpendency job for unit systemd-tmpfiles-clean. timer, ignoring: Unit is masked.
Warning systemd: Cannnot add dpendency job for unit rhel-autorelabel-mark. service, ignoring: Unit is masked


Anaconda Main console after all the rolls downloaded

07:48:39, 907 INFO anaconda: Rebuilding the rocks Distribution...

In the shell

05:57:13, 067 DEBUG blivet: DeviceTree.getDevicesByTyp returned [ ]
07:48:42, 530 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo
07:48:46, 151

Program log

Downloaded: 35 files, 36M in 6.4s (5.53 Mb/s)
umount: /mnt/cdrom: mountpoint not found




These are the errors from the console.
installing rocks 7, you must create an http / ftp file (rolls) share server. there is automated script at github.

https://github.com/rocksclusters/roll-server

trust me, fiddling with rocks is exhausting but fun...

Last edited by dejoebad; 09-07-2021 at 05:12 AM.
 
Old 06-24-2022, 06:59 AM   #13
ivanesc9
LQ Newbie
 
Registered: Jun 2022
Posts: 1

Rep: Reputation: 0
Pro

Hola, ¿alguien ha podido solucionar recientemente el error 'NoneType' object has no attribute 'updates' que aparece cuándo estás instalando el frontend de Rocks 7 una vez descargados todos los rolls? Gracias
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Install Rocks Cluster Distribution on raspberry pi sryzdn Linux - Newbie 2 12-24-2016 11:33 PM
LXer: CentOS-Based Rocks Cluster Specialist Distribution 6.2 Updates ZFS Support LXer Syndicated Linux News 0 05-12-2015 05:54 AM
[SOLVED] rocks cluster help sakisGcoder ROCK 2 02-10-2015 06:50 AM
is there a way to use Debian for a cluster frontend with rocks instead of centos baronobeefdip Linux - Networking 0 08-16-2011 02:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS

All times are GMT -5. The time now is 10:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration