* Inconsistency detected .... and kernel panic
@ 2004-03-10 14:49 Tony Gogoi
2004-03-10 14:57 ` Juan Carlos Inostroza
0 siblings, 1 reply; 3+ messages in thread
From: Tony Gogoi @ 2004-03-10 14:49 UTC (permalink / raw)
To: linux-admin
Hello,
I have a problem which I'm not able to figure out.
We have 2 email servers. Both these have /var/spool/mail on an NFS server.
One of the email servers has RAID-1 storage and this has a problem. As one
of the hard disks of the RAID-1 failed, our network administrator replaced
a hard disk last week. He left the company at the end of the week.
This week, while trying to add a new user to the email server the
"adduser" command failed.The "chattr" command in the adduser script
probably failed as the permissions on the file it tried to change
(/etc/passwd as far as I remember) did have read-write permissions
(verified by ls -l).
On rebooting this server, I get
Inconsistency detected by
ld.so:../sysdeps/i386/dl-machine.h:385:_dl_relocate_object:Assertion
'((reloc->r_info) & 0ff)=8' failed.
Kernel Panic: Attempted to kill init.
Any suggestions ? (for a novice)
Email service hasn't suffered as the other email server is currently being
used, but would like to get the failed server up and running.
Thanks,
Tony
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Inconsistency detected .... and kernel panic
2004-03-10 14:49 Inconsistency detected .... and kernel panic Tony Gogoi
@ 2004-03-10 14:57 ` Juan Carlos Inostroza
2004-03-10 21:16 ` Matías López Bergero
0 siblings, 1 reply; 3+ messages in thread
From: Juan Carlos Inostroza @ 2004-03-10 14:57 UTC (permalink / raw)
To: Linux Admin
On Wed, 2004-03-10 at 11:49, Tony Gogoi wrote:
> Hello,
>
> I have a problem which I'm not able to figure out.
>
> We have 2 email servers. Both these have /var/spool/mail on an NFS server.
>
> One of the email servers has RAID-1 storage and this has a problem. As one
> of the hard disks of the RAID-1 failed, our network administrator replaced
> a hard disk last week. He left the company at the end of the week.
>
> This week, while trying to add a new user to the email server the
> "adduser" command failed.
That error message is the same as below?
> The "chattr" command in the adduser script
> probably failed as the permissions on the file it tried to change
> (/etc/passwd as far as I remember) did have read-write permissions
> (verified by ls -l).
>
> On rebooting this server, I get
> Inconsistency detected by
> ld.so:../sysdeps/i386/dl-machine.h:385:_dl_relocate_object:Assertion
> '((reloc->r_info) & 0ff)=8' failed.
> Kernel Panic: Attempted to kill init.
Yeah, init cannot start. Maybe some of the dependencies (libraries) are
missing or corrupt.
> Any suggestions ? (for a novice)
Looks like some libraries are missing (happened me a couple of times
with a missing libc, but not with the same message).
Try to boot the server using some live-cd distro and try to
remount/chroot and make a deep check (my suggestion, check for
installed/uninstalled packages, rootkits and such).
--jci
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Inconsistency detected .... and kernel panic
2004-03-10 14:57 ` Juan Carlos Inostroza
@ 2004-03-10 21:16 ` Matías López Bergero
0 siblings, 0 replies; 3+ messages in thread
From: Matías López Bergero @ 2004-03-10 21:16 UTC (permalink / raw)
To: Juan Carlos Inostroza; +Cc: Linux Admin
Juan Carlos Inostroza wrote:
>>On rebooting this server, I get
>>Inconsistency detected by
>>ld.so:../sysdeps/i386/dl-machine.h:385:_dl_relocate_object:Assertion
>>'((reloc->r_info) & 0ff)=8' failed.
>>Kernel Panic: Attempted to kill init.
>
>
> Yeah, init cannot start. Maybe some of the dependencies (libraries) are
> missing or corrupt.
>
>>Any suggestions ? (for a novice)
>
> Looks like some libraries are missing (happened me a couple of times
> with a missing libc, but not with the same message).
>
> Try to boot the server using some live-cd distro and try to
> remount/chroot and make a deep check (my suggestion, check for
> installed/uninstalled packages, rootkits and such).
>
> --jci
Yeah, I had the same kind of error with libc, init uses that library.
Try to restore the library from your backups (?) or with your package
manager.
Regards!
Matías.
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-03-10 21:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-10 14:49 Inconsistency detected .... and kernel panic Tony Gogoi
2004-03-10 14:57 ` Juan Carlos Inostroza
2004-03-10 21:16 ` Matías López Bergero
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).