could not get a login page


 
Thread Tools Search this Thread
Operating Systems Solaris could not get a login page
# 1  
Old 11-14-2008
could not get a login page

just installed solaris on my dell pc. I partinon my hard drive to dual boot solaris and windows.
window works fine and solaris as well but after login in more to 3 times in solaris i keep getting this error as below and as a result i could not login again.
I have re-installed several times but keep having the same problem.
The error is as shown below:

Code:
 
warning: /pci@0,0 /pci-ide@1f , 2/ide@0 (ata2)
timeout: abort request, target=0 
 
Warning: //pci@0,0 /pci-ide@1f , 2/ide@0 /cmdk@0,0 (disk 0)
Error for command write sector error level information 
sense key aborted command
vendor 'Gen-ata error code: 0*3
Warning Error reading Master
Warning: //pci@0,0 /pci-ide@1f , 2/ide@0 /cmdk@0,0 (disk 0)
Warning : UFS log for / change state to error
Warning please umount(1M) / and run fsck(1M)
vendor 'Gen-ata error code: 0*3
Warning exec(/sbin/init) failed
(unix: could not start init)

pls can someone advice pls
# 2  
Old 11-15-2008
did you check the iostat -En to see if there are any hard errors? performed any fsck? Coz it looks like a write error to disk.
If that does not solve your problem, try swapping the HD (an older IDE which was running fine), could be with a bigger capacity, do a couple of reboots after re-install and check.
# 3  
Old 11-15-2008
thanks incredible,
when i ran fsck i had the following feed back pls can someone advice

Code:
 
# fsck
/dev/dsk/c1d0s0 IS CURRENTLY MOUNTED READ/WRITE.
CONTINUE? y
** /dev/dsk/c1d0s0
** Currently Mounted on /
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3a - Check Connectivity
** Phase 3b - Verify Shadows/ACLs
** Phase 4 - Check Reference Counts
** Phase 5 - Check Cylinder Groups
FILESYSTEM MAY STILL BE INCONSISTENT.
162894 files, 3997739 used, 664610 free (51034 frags, 76697 blocks, 1.1% fragmentation)
***** PLEASE RERUN FSCK ON UNMOUNTED FILE SYSTEM *****
/dev/dsk/c1d0s7 IS CURRENTLY MOUNTED READ/WRITE.
CONTINUE? y
** /dev/dsk/c1d0s7
** Currently Mounted on /export/home
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3a - Check Connectivity
** Phase 3b - Verify Shadows/ACLs
** Phase 4 - Check Reference Counts
** Phase 5 - Check Cylinder Groups
FILESYSTEM MAY STILL BE INCONSISTENT.
2 files, 9 used, 246722565 free (13 frags, 30840319 blocks, 0.0% fragmentation)
***** PLEASE RERUN FSCK ON UNMOUNTED FILE SYSTEM

pls can someone help
# 4  
Old 11-15-2008
boot the system to fail safe mode, then run fsck like this:
fsck -F ufs -y /dev/rdsk/cxtxdxsx <---- perform the same for all slices, s0, s2 s3, and so on..
Then reboot your system
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Solaris 10 Login Page Loop

I'm currently logged in as Root on a Solaris 10 Server for my schools department and I'm trying to figure out why 20 of my users(Students) can log into the Solaris 10 Sun Ray Oracle Server with correct username and password but then be looped back to the same log in page. I tried deleting their... (7 Replies)
Discussion started by: mwilliams21z
7 Replies

2. Linux

Curl login to web page

Hello dears, I am trying to log in the website using curl but no luck so far. The web page Content-Type is : text/html;charset=ISO-8859-1 I try the following command using curl: curl \ --header "Content-type: text/html" \ --request POST \ --data '{"user": "someusername",... (0 Replies)
Discussion started by: Vit0_Corleone
0 Replies

3. Web Development

Httpd proxy with mod_jk,ssl only on login page using .htacess

Hi all, I have a web app with the following pages, browse.jsp and shopping.jsp. I want to protect shopping.jsp with https. (https is only between browser and apache httpd server.)The https for the shopping.jsp page will terminate at the web server. From web server to tomcat application server... (0 Replies)
Discussion started by: new2ss
0 Replies

4. Web Development

Simple Login page

Hi all, I am stepping into web-development as a hobby point of view. I am using WAMP server & have created the initial page & SQL set-up too. My problem is, I was able to login to a page/redirect to a page though I haven't specified my username & password. I thought of using both... (2 Replies)
Discussion started by: gameboy87
2 Replies

5. Shell Programming and Scripting

htmldoc with login on page

How can I make htmldoc write to pdf page that requires login and password? I'am doing it with PHP passthru. I have my login but htmldoc in passthru is showing me only login page. (4 Replies)
Discussion started by: Demerzel
4 Replies

6. Web Development

Login page in html on unix

I want to create a login page in HTML which is hosted on apache server. The login page first authenticate the user and then directed to a form which in turn run a script on the server. I want to make login page without php or jsp. Please advice. (13 Replies)
Discussion started by: ravi18s
13 Replies

7. Web Development

Login Page

I had a login page and want to authenticate through a Unix file (.txt file). -----abc.txt------ absvd|sfjlfnfkf anldnv|asklffdko ------------------ So I want to read the file and check if corresponding username and password matches or not using javascript or JSP. Also tell me in which... (1 Reply)
Discussion started by: ravi18s
1 Replies

8. Cybersecurity

APACHE: Tie in Web Page login with server login

Hello, I have created a web page on a server using apache and added .htaccess and .htpasswd in the folder for authentification. I was wondering if there was anyway to tie-in the login for this page with the login used to logon to the server. i.e. the same login info. is used for both, when... (1 Reply)
Discussion started by: WhotheWhat
1 Replies

9. Web Development

APACHE: Tie in Web Page login with server login

Hello, I have created a web page on a server using apache and added .htaccess and .htpasswd in the folder for authentification. I was wondering if there was anyway to tie-in the login for this page with the login used to logon to the server. i.e. the same login info. is used for both,... (2 Replies)
Discussion started by: WhotheWhat
2 Replies

10. Shell Programming and Scripting

How can i use system users in perl for login page

Hi, I want to code a script with perl. For this, I need some knowledge. How can i use system user name(with group) and password in my login page? I will be happy if you can help me (2 Replies)
Discussion started by: tahsinaltay
2 Replies
Login or Register to Ask a Question