How to fix /core: IRIX N32 core dump of 'configmon' [SOLVED]
#1
How to fix /core: IRIX N32 core dump of 'configmon' [SOLVED]
After installing IRIX 6.5.30 with VAGRANT, I met a a crash called : /core: IRIX N32 core dump of 'configmon'
It freeze the system during about 30 seconds before let me use it without problems.

what's have done :

Code:
chkconfig autoconfig_ipaddress off
chkconfig sendmail off
chkconfig sendmail_cf off
chkconfig sesdaemon off
chkconfig sgi_apache off
chkconfig webface_apache off

chkconfig verbose on



I've edit :

"/usr/hosts" with IP address of mac and my user name on this machine
"/etc/nsswithch" with "hosts" line = files dns files
"/etc/config/static-route.options" with $ROUTE $QUIET add net default 192.168.router.address

I've create :
"/etc/resolv.conf"
Code:
domain home.local
nameserver 192.168.router.address
and chmod 644 this file

Does anyone have an idea to fixe this ?

———————————————————————————————
Nevermind if SGI is dead ... In SGI I trust (^_^!)
Octane  1x400Mhz / 2Go Ram / V8 / Irix 6.5.26
(This post was last modified: 12-29-2019, 08:44 PM by def13.)
def13
Octane

Trade Count: (0)
Posts: 103
Threads: 21
Joined: Jun 2018
Location: Marseille - France
Find Reply
12-26-2019, 07:43 PM
#2
RE: How to fix /core: IRIX N32 core dump of 'configmon'
(12-26-2019, 07:43 PM)def13 Wrote:  After installing IRIX 6.5.30 with VAGRANT, I met a a crash called : /core: IRIX N32 core dump of 'configmon'
It freeze the system during about 30 seconds before let me use it without problems.

Does anyone have an idea to fixe this ?

It's been a while, but I think you need to run 'configmon -H' as root once to rebuild the database. It's a known bug.

Anyway, you may want to disable esp (chkconfig esp off) since you almost certainly don't have a support contract. Saves some boot time as well.
jan-jaap
SGI Collector

Trade Count: (0)
Posts: 1,048
Threads: 37
Joined: Jun 2018
Location: Netherlands
Website Find Reply
12-26-2019, 08:22 PM
#3
RE: How to fix /core: IRIX N32 core dump of 'configmon'
ESP also has some known exploits. As soon as I learn all of the tardist contents on the IRIX tarballs, I'll be looking how to remove esp and other stuff from the base installs.

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,239
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
12-26-2019, 08:26 PM
#4
RE: How to fix /core: IRIX N32 core dump of 'configmon'
Thanks for your replies :-)

I tried "configmon -H" but it's an invalid command line.
It replied "usage : configmon [-D depth] [-d] [-f] [-h] [-i] [-k] [-g] [-S] [-s] [-u] ; and when I do "man config", it only give me help for [-g] [-u] [-i] [-h] [-s] … Nothing for [-D depth] [-d] [-f] [-k] [-S] options.

———————————————————————————————
Nevermind if SGI is dead ... In SGI I trust (^_^!)
Octane  1x400Mhz / 2Go Ram / V8 / Irix 6.5.26
def13
Octane

Trade Count: (0)
Posts: 103
Threads: 21
Joined: Jun 2018
Location: Marseille - France
Find Reply
12-27-2019, 09:41 AM
#5
RE: How to fix /core: IRIX N32 core dump of 'configmon'
I've test every options as ROOT :

configmon -D 1, 2 or 3
Code:
configmon: Nothing to do!

configmon -d
Code:
configmon: Nothing to do!


configmon -f
Code:
configmon: Nothing to do!


configmon -h
show hardware info (name, location, serial_num, part_num, revision)

configmon -i
Code:
REC_KEY       SYS_ID SYS_TyPE SERIAL_NUMBER      IP_ADDRESS HOSTNAME
============================================================================
      0   1762857466     IP30  0800691311FA    192.168.x.x  IRIS.localhost
============================================================================

configmon -k (WOW!)
Code:
Are you SURE you want to delete all configmon tables? (Y/N) [N]
I've responded … N  :idea:
I don't want to responde Y for the moment Biggrin

configmon -S
Code:
configmon: Nothing to do!

configmon -s
show all softwares installed on the SGI

configmon -u
Code:
configmon: Nothing to do!


The only option that could really do something is "configmon -k" but actually, I don't know what's happen if I'll do it … :s

———————————————————————————————
Nevermind if SGI is dead ... In SGI I trust (^_^!)
Octane  1x400Mhz / 2Go Ram / V8 / Irix 6.5.26
(This post was last modified: 12-27-2019, 04:40 PM by def13.)
def13
Octane

Trade Count: (0)
Posts: 103
Threads: 21
Joined: Jun 2018
Location: Marseille - France
Find Reply
12-27-2019, 04:40 PM
#6
RE: How to fix /core: IRIX N32 core dump of 'configmon'
I've started another clean install of Irix 6.5.30 to understand when this problem arrive because if I'm right, I remember it appear when I change files (hosts/nsswitch/static-route.options/resolv.conf) and change chkconfig options to configure the workstation with my network.

Else, it wil be great if someone could explain me how to rebuild the database with configmon.

———————————————————————————————
Nevermind if SGI is dead ... In SGI I trust (^_^!)
Octane  1x400Mhz / 2Go Ram / V8 / Irix 6.5.26
def13
Octane

Trade Count: (0)
Posts: 103
Threads: 21
Joined: Jun 2018
Location: Marseille - France
Find Reply
12-28-2019, 02:01 PM
#7
RE: How to fix /core: IRIX N32 core dump of 'configmon' [SOLVED]
YES YES YES !

I feel like the king of the world !



In fact, there's something looks really important witch is not documented in IRIX Vagrant install process.



I've noted 2 things :

1- While a configure a real swap space, a saw an unmounted 20MB file system (dksc0d1s1).

2- After watching Irinikus post (here), I've remarked the step of labelised the disk fx>label/sync



So I've reboot the system to enter in the command monitor of the maintenance menu.

I've turn on vagrant process on my host.


Code:
>>bootp():overlay30/stand/fx.64 -x
(...)
fx>l # go to label
fx/label>sy # to sync it
fx/label>.. # to quit label
fx>exi # back to the maintenance menu


Click on "Start System"


When I logged in on the root account

1- NO "/core: IRIX N32 core dump of 'configmon' "

2- The unmounted 20MB file system (dksc0d1s1) has disappeared



I've shut down and turn on the system 3 times to be sure I don't make a bullsh!t but everything looks fonctionnal



I don't know exactly when we have to "fx/label/sync" during the install process, but for me it seams to work after the first boot.

———————————————————————————————
Nevermind if SGI is dead ... In SGI I trust (^_^!)
Octane  1x400Mhz / 2Go Ram / V8 / Irix 6.5.26
(This post was last modified: 12-30-2019, 01:53 PM by def13.)
def13
Octane

Trade Count: (0)
Posts: 103
Threads: 21
Joined: Jun 2018
Location: Marseille - France
Find Reply
12-29-2019, 08:42 PM
#8
RE: How to fix /core: IRIX N32 core dump of 'configmon' [SOLVED]
I think the configmon -k and then configmon -u is what actually fixed it.. i tried labeling the disk and the /core dump returned.. after the configmon comands, it did not.

Indigo2 IMPACT  : R10K-195MHz, 1GB RAM, 146GB 15K, CD-ROM, AudioDAT, MaxImpact w/ TRAM.  IRIX 6.5.22

O2 : R12K-400MHz, 1GB RAM, 300GB 15K, DVD-ROM, CRM Graphics, AV1/2 Media Boards & O2 Cam, DV-Link, FPA & SW1600.  IRIX 6.5.30

 : 2 x R14K-600MHz, 6GB RAM, V12 Graphics, PCI Shoebox.  IRIX 6.5.30

IBM  : 7012-39H, 7043-140

chulofiasco
Hardware Junkie

Trade Count: (0)
Posts: 327
Threads: 50
Joined: May 2019
Location: New York, NY
Website Find Reply
06-14-2023, 08:35 PM
#9
RE: How to fix /core: IRIX N32 core dump of 'configmon' [SOLVED]
As Jan-Jaap said, configmon is a part of ESP (Embedded Support Partner), a package that was included in the system to help SGI engineers and staff debug customer systems that were under paid support contracts. Since there are no longer any SGI systems with service contracts, the program is useless and should simply be disabled or deleted.

Personaliris O2 Indigo2 R10000/IMPACT Indigo2 R10000/IMPACT Indigo2 Indy   (past: 4D70GT)
robespierre
refector peritus

Trade Count: (0)
Posts: 640
Threads: 3
Joined: Nov 2020
Location: Massholium
Find Reply
06-14-2023, 09:02 PM
#10
RE: How to fix /core: IRIX N32 core dump of 'configmon' [SOLVED]
(06-14-2023, 09:02 PM)robespierre Wrote:  As Jan-Jaap said, configmon is a part of ESP (Embedded Support Partner), a package that was included in the system to help SGI engineers and staff debug customer systems that were under paid support contracts. Since there are no longer any SGI systems with service contracts, the program is useless and should simply be disabled or deleted.

While I agree with Jan-Jaap, and it's unlikely that anyone is under a paid support contract... (except for maybe those holdouts gobbling up the Tezro parts for spares) I don't know if configmon is entirely useless and should be disabled or deleted.. Also, the ESP package includes a whole website that is very interesting.  It provides a lot of system information, and can be configured to log user specified details... also worth a look.

Usefulness aside, I'm glad I stumbled upon this post, because I had no idea before the other day what was causing that bloody core file at every boot.

Indigo2 IMPACT  : R10K-195MHz, 1GB RAM, 146GB 15K, CD-ROM, AudioDAT, MaxImpact w/ TRAM.  IRIX 6.5.22

O2 : R12K-400MHz, 1GB RAM, 300GB 15K, DVD-ROM, CRM Graphics, AV1/2 Media Boards & O2 Cam, DV-Link, FPA & SW1600.  IRIX 6.5.30

 : 2 x R14K-600MHz, 6GB RAM, V12 Graphics, PCI Shoebox.  IRIX 6.5.30

IBM  : 7012-39H, 7043-140

chulofiasco
Hardware Junkie

Trade Count: (0)
Posts: 327
Threads: 50
Joined: May 2019
Location: New York, NY
Website Find Reply
06-15-2023, 03:28 PM


Forum Jump:


Users browsing this thread: 1 Guest(s)