login error after sys-unconfig, errno = 13


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers login error after sys-unconfig, errno = 13
# 1  
Old 01-28-2004
Question login error after sys-unconfig, errno = 13

Hi,

I have a SPARCstation 10 with SunOS 5.6

This erlier was in a network and now I have it at home to make a webserver.

At fist there was NIS and things left from erlier. So the "Console login:" newer appered only the white window with sun logo topleft and some text info.

I made "sys-unconfig" ad gott rid of this and deleted some files.

Now when I boot the "console login:" appears. But if I try to login (anny name) I gett this message,
tmchild: exec service failed, errno = 13"


Also if the computer stands some error messages is written.

"
Jan 28 15:19:26 sparc snmpXdmid: svc_tp_create: Could not register prog 100249 vers 1 on udp
Jan 28 15:21:25 sparc server[315]: svc_tp_create: Coould not register prog 300598 vers 1 on udp
...
...
...
Jan 28 15:27:26 sparc snmpXdmid: Failed to register callbac error = 9
Jan 28 15:27:26 sparc snmpXdmid: Initialization failed. Return code = 90.

Jan 28 15:29:25 sparc server[315]: unable to create (DMI2_SERVER, DMI2_SERVER_VERSION) for netpath.
"

what is this problem? what can I do?

thanx/
Martin
# 2  
Old 01-28-2004
Suggest you boot into single user mode and move any startup scripts you don't need out of the way.

After booting single user and logging in as root, cd to /etc/rc2.d and /etc/rc3.d. Move any startup files (they begin with S) you don't need to lowercase s and the file name.

Check /etc/inittab to insure nothing was added to it (you should be able to tell if it's attempting to run something out of /opt). Doubt it but you should check.

Check cron entries also.

You can boot single user and then run each and every S* script individually to see which ones are causing you problems.

If you can't even login while booting single user, post the errors or what you see.
# 3  
Old 01-28-2004
The singleuser mode is running fine...

I'm a newbie on this, so how do I run the S scripts?

Thanks.
# 4  
Old 01-28-2004
OK I did pu al the S files in a other dir. And now I'm not geting any of the error messages like "" but I'm still not able to login. "sparc console login:" and what ever name I write the response is "tmchild: exec service failed, errno = 13"

I'm trying to login as root... Do I need to setup users?

/Martin
# 5  
Old 01-28-2004
Quote:
OK I did pu al the S files in a other dir.
Be specific about what you are doing - did you move all the S files or just the ones you didn't think you needed? If you moved all the S files, then you will never get this to work.

To answer the earlier question about running S files -

# cd /etc/rc2.d
# ./S69inet start

Check that /etc/rc2.d/S99dtlogin exist - try running it after booting into single user and running each S script in order (lower number to higher number - 01 to 99)

And if you are just starting to set this up as a web server, it may be faster to just reload the OS.
# 6  
Old 01-28-2004
Hi

I'm sorry my answers/questions is in fragments... but I'll try to make this one as good as I can. Relay apriciate the help!


I did move all the S files...
I did also look for opt and inittab, but nothing... So now I'll try the different S files.

yes reload the OS would surly be a good way. But how? I dont have a CD drive for the sun. and I havent gott anny disks with OS anny way... I do have a Mac runnig Mac OS X so I did think of making a net boot... and maby be able to insall new OS from the Mac... Is this possible?


I will now start single user and try the different S files... Bur how do I know if the S file work? I gett error message if it does not right?


/Martin
# 7  
Old 01-28-2004
btw about /etc/rc2.d/S99dtlogin, it does not exist.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Cant update yum what so ever [Errno 14] HTTP Error 404 - Not Found

Hello!!! I am so frustrated I'm about to snap!!! I cant hear any sound in Firefox or re-install Chrome. Every time I try to do anything with YUM inside my terminal (like update or install) I keep getting this error:failure: repodata/repomd.xml from virtualbox: No more mirrors to try. I... (2 Replies)
Discussion started by: ApacheOmega
2 Replies

2. Solaris

sys-unconfig now can not log in

I did a sys-unconfig to change the domainname, Ip, subnet, hostname, and pretty much everything else that sys-unconfig handles. Upon reboot, it is toast. I did this all without the network cable plugged in. The following shows up on console: login: pam_unix_cred: cannot load ttyname Error 0 ... (3 Replies)
Discussion started by: adelsin
3 Replies

3. UNIX for Advanced & Expert Users

sys-unconfig doesn't work after reboot

Hi All! I'm running "Solaris 10 10/08 s10s_u6wos_07b SPARC" on M5000. I ran sys-unconfig and after the machine rebooted the system did not prompt me for configuration info (system name, ip address, etc). I have also modified /etc/.sysIDtool.state changing all "1" to "0" and touch... (1 Reply)
Discussion started by: bluescreen
1 Replies

4. UNIX for Dummies Questions & Answers

Solaris 10 sys-unconfig issue (brand new user)

ok, Newbie here..... I just installed this solaris 10 for a class I'm taking. We couldn't figure out how to change the IP so we were told to just do it from the sys-uncofig process. Well, after I did that, I lost the GUI witch isn't all that bad cuz I want to learn the cli anyways, but I keep... (1 Reply)
Discussion started by: moesays
1 Replies

5. Solaris

question about sys-unconfig

Hi there, We are trying to move our Sun Solaris 10 servers to new location (different state); the subnets will be changing ofcourse and so will the IP addresses; we plan to change hostname too. Questions: 1)If we perform sys-unconfig will the current installed application/data be lost? If so,... (4 Replies)
Discussion started by: deedee
4 Replies

6. Solaris

sys-unconfig keeps hostname

Hi, I performed a sys-unconfig on a solaris 10 server twice and it did not ask for a new hostname. I did a fresh install. most of the time I have experienced that it asks for a new hostname. what happened? I know I could have edited some files but I prefer not to. thanks in advance, ~jv (3 Replies)
Discussion started by: jvmagic
3 Replies

7. Programming

Hi errno in sys/stat.h

How should I use errno in a c program and what info does it have . I am working with directories and files. So can any one tell me How to access errno?I am using the stat() function on \etc directory and I am alble to access only the half of the directories.I am not able to access other half and... (6 Replies)
Discussion started by: vijlak
6 Replies

8. Solaris

[need help] about after running sys-unconfig and config network for v890

hi expert, i had do sys-unconfig for my v890 sparc and had config for eri0 network interface and hostname but after the server bring up i got this error messages : NIS domainname is www.USSDGmdn-4.com starting rpc services: rpcbind keyserv done. Setting netmask of eri0 to 255.255.255.0... (5 Replies)
Discussion started by: bucci
5 Replies

9. Programming

CRITICAL 11/08/05 12:06:26 _getsockopt reports error. errno: 239

I am new to this socket programming stuff. I have a problem to fix.. i got the error message. "CRITICAL 11/08/05 12:06:26 _getsockopt reports error. errno: 239" can some please help me with this.. how do i go about fixing this error. thanx in advance.. (0 Replies)
Discussion started by: niks.20
0 Replies

10. IP Networking

Network problem after sys-unconfig

I am running Solaris 8 and I have problem with configuration of the network after running sys-unconfig command: - I ran "sys-unconfig" command then the system reboot to "ok" prompt. I did a "boot disk" command and the system reboot - I lost all system info including host name and all addresses... (3 Replies)
Discussion started by: rachael
3 Replies
Login or Register to Ask a Question