Sponsored Content
Operating Systems Solaris Having problems logging into a SPARC box Post 302492847 by goose25 on Tuesday 1st of February 2011 05:20:24 PM
Old 02-01-2011
Having problems logging into a SPARC box

I have a Solaris 10 Sparc box that has suddenly stopped allowing users to ssh into the box. I've connected a laptop and can access the box as root using a serial connector. While performing the command svcs -xv, this is my output:

Code:
maintenance    13:29:49 svc:/system/basicreg:default
maintenance    13:29:49 svc:/system/webconsole:console
maintenance    13:29:53 svc:/network/rpc-100235_1/rpc_ticotsord:default
maintenance    13:30:03 svc:/network/security/ktkt_warn:default
maintenance    13:30:12 svc:/application/font/stfsloader:default
maintenance    13:30:33 svc:/system/sac:default
maintenance    13:30:33 svc:/application/font/fc-cache:default
maintenance    13:30:37 svc:/system/cron:default
maintenance    13:30:55 svc:/application/management/seaport:default
maintenance    13:35:44 svc:/network/rpc/bind:default

All of these services are in maintenance and would clear. Does anyone have any ideas on how to clear this up and get ssh back up and running?

Last edited by DukeNuke2; 02-01-2011 at 06:49 PM..
 

8 More Discussions You Might Find Interesting

1. Cybersecurity

Firewall for Sparc Spo~aris Box

Hello, I in the process of installing a firewall. I'm new to this topic and would like to know if someone can point me in the right direction. I'm running Solaris 8. Thanks in advance. (2 Replies)
Discussion started by: sunoracle
2 Replies

2. UNIX for Dummies Questions & Answers

New Sparc box wont boot. Keyboard?

Do I HAVE to have a Sun Sparc type keyboard? Ive got an Ultra Sparc workstation I got from EBAY that was supposted to be working. This box has a PS2 AND Sparc's odd looking keyboard port. Does my system have a switch in the BIOS simmilar to the x86 "Halt on keyboard error?" ...Or maybe a... (5 Replies)
Discussion started by: Curt
5 Replies

3. Post Here to Contact Site Administrators and Moderators

problems logging in

Hello all, I had created another log in id gb3 with a different email id. I did not receive the activation mail. When I requested for password, a reset password link was sent but again, I was unable to log in with the id "gb3". Finally i made a new registration with another user id,i.e.... (0 Replies)
Discussion started by: gb93
0 Replies

4. UNIX for Advanced & Expert Users

mail problems SUNOS BOX

now, i need to send a file to an email address but i cant seem to find a place on the internet that tells me that specifically. sites i came across just happens to be beating aroung the bush too much. i'm running a SUNOS box 5.6. can someone please give me the proper syntax. either for mailx... (2 Replies)
Discussion started by: Terrible
2 Replies

5. Shell Programming and Scripting

Logging into another UNIX box

Hello All, Is there any UNIX or KSH Command to login to an linux/unix server and execute a command and then come back to the original server where u have executed the command. For Example: ------------------------------------------------------- SServer1 - Source Server. DServer2 -... (1 Reply)
Discussion started by: maxmave
1 Replies

6. UNIX for Dummies Questions & Answers

Problems logging into linux workstation

Hello everyone: I got this msg. when I tried to logging. "the files that contain your preference setings are currently in use" (I'm the only one). "You can continue to use the current session, but this might cause temporary problems with the preference settings in the other session". ... (2 Replies)
Discussion started by: marcvill
2 Replies

7. Virtualization and Cloud Computing

problems with Installation of virtual box

I am Trying to install Oracle virtual box.But it is giving me some error message.Unable to resolve dependencies for some packages selected for installation.Missing dependencies libSDL-1.2.so.0 is needed by pacakage virtual box 4.1 I am using RHEL5 Help out with this. (1 Reply)
Discussion started by: saisrinivas99
1 Replies

8. Solaris

SPARC box to study on?

What's the cheapest box to study for the Solaris tests with? The obvious answer is a T1000, but IIRC they have no CD/DVD and have to be jumpstarted. What's cheap that can run Solaris 11 and that doesn't require anything but itself? (5 Replies)
Discussion started by: jnojr
5 Replies
glutDialsFunc(3GLUT)						       GLUT						      glutDialsFunc(3GLUT)

NAME
glutDialsFunc - sets the dial & button box dials callback for the current window. SYNTAX
void glutDialsFunc(void (*func)(int dial, int value)); ARGUMENTS
func The new dials callback function. DESCRIPTION
glutDialsFunc sets the dial & button box dials callback for the current window. The dial & button box dials callback for a window is called when the window has dial & button box input focus (normally, when the mouse is in the window) and the user generates dial & button box dial changes. The dial parameter will be the dial number (starting at one). The number of available dial & button box dials can be determined with glutDeviceGet(GLUT_NUM_DIALS). The value measures the absolute rotation in degrees. Dial values do not ``roll over'' with each com- plete rotation but continue to accumulate degrees (until the int dial value overflows). Registering a dial & button box dials callback when a dial & button box device is not available is ineffectual and not an error. In this case, no dial & button box dials callbacks will be generated. Passing NULL to glutDialsFunc disables the generation of dial & button box dials callbacks. When a new window is created, no dial & button box dials callback is initially registered. SEE ALSO
glutButtonBoxFunc, glutDeviceGet AUTHOR
Mark J. Kilgard (mjk@nvidia.com) GLUT
3.7 glutDialsFunc(3GLUT)
All times are GMT -4. The time now is 02:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy