![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| High Page In and Executable page In | srage | SUN Solaris | 9 | 11-17-2008 09:52 PM |
| How can i use system users in perl for login page | tahsinaltay | Shell Programming and Scripting | 2 | 09-23-2008 08:51 PM |
| lpr- how to print from page to page | naamas03 | Shell Programming and Scripting | 4 | 12-26-2007 06:30 AM |
| cannot login after changing login shell | hardesh | HP-UX | 4 | 09-14-2005 12:21 AM |
| PHP:page.php?id= ???? | perleo | Shell Programming and Scripting | 1 | 10-01-2003 09:29 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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) |
|
||||
|
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. |
|
||||
|
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 |
|
||||
|
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 |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|