Solaris Express Developer Edition ????????????

Solaris Express Developer Edition 9/07 ??????

Developer 9/07 ?????????????????????????????????

x86: Vista ????????????????????????????????? (6598208)

Windows Vista fdisk ?????????????????????????????????????????????????????????????????????Vista ?????? 2048 ??????????????????????????????????????????????????????????????????????????? Vista ????????????????????? Developer 9/07 ?????????????????????fdisk ??????????????????????????????????????????????????????????????????

???????????? Windows Vista ?????????????????? Developer 9/07 ??????????????????????????????????????????????????????????????????

????????????????????????????????????????????????


fdisk -d <device>

?????????


# fdisk -d c0d0p0
  Physical Geometry:
    cylinders[30400] heads[255] sectors[63]
    sector size[512] blocks[488376000] mbytes[896]
  Virtual (HBA) Geometry:
    cylinders[30400] heads[255] sectors[63]
    sector size[512] blocks[488376000] mbytes[896]
  Partition Table Entry Values:
  SYSID  ACT   BHEAD  BSECT  BEGCYL  EHEAD  ESECT  ENDCYL  RELSECT  NUMSECT
  191    128   0      1      1       254    63     1023    16065    488359935
  100    0     0      0      0       0      0      0       100      100   
  100    0     0      0      0       0      0      0       100      100  
  100    0     0      0      0       0      0      0       100      100 

??????????????????????????????????????? 488376000?????????????????????????????????????????? 16065 + 488359935 ??????????????????????????? 488376000????????????????????????????????????????????????????????????????????????


?????? –

?????????????????????????????? Solaris???????????????????????? CD ??? DVD ?????????????????????????????????????????????????????????????????? Shell???


??????????????? ?????????????????????????????????????????? CD????????????????????????

  1. ?????? Windows Vista???

  2. ???????????????????????????????????? Windows -> [?????????] -> [????????????] -> [??????????????????] -> [?????????????????????????????????]???

  3. ???????????????????????????????????????????????????????????? [???????????????]??????????????????????????? 9 MB???

    ?????? Vista fdisk ????????? Solaris ???????????? fdisk ?????????????????????????????????????????? Vista ??????????????????????????? 9 MB ???????????????????????? Solaris ????????????????????????

  4. ??????????????????????????? Solaris ???????????????

??????????????????????????????????????? (6594145)

???????????? Solaris ??????????????????????????????????????????????????????????????? (????????????)?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

??????????????? ??????

Sun4U ??????????????? CPR ??????????????????????????? (6593956)

???????????????????????????????????? hme ??? Sun4UTM ????????????????????????????????????Ultra 10???Ultra 60 ??? Ultra 80 ??????????????????????????? Ping ?????? Ping??????????????????????????????

??????????????? ????????????????????????????????????

????????????????????????????????????????????????????????????????????? (6592664)

?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????


You will be automatically logged out in 60 seconds

?????????


The system will be automatically shutdown in 60 seconds

?????????????????????????????????????????????????????????????????????????????????

?????????????????? OpenSolaris ???????????? gnome-panel.mo????????????????????? gnome-panel.mo ?????????????????????????????????????????????

  1. ??? http://dlc.sun.com/osol/jds/downloads/current/ ?????? l10nmessages-vermillion_*.tar ?????????

  2. ???????????? gnome-panel.mo ???????????? SUNWgnome-l10nmessages-zhCN/reloc/share/locale/zh/LC_MESSAGES/gnome-panel.mo???

???????????????????????????????????????

x86: ?????? 11 SIGSEGV ??? RTC ?????????????????? (6584707)

???Developer 9/07 ???????????????????????????????????? (RTC) ????????????RTC ??????????????????????????????????????????????????????????????????????????????????????? SIGSEGV ????????????????????????????????????????????? RTC ??????????????? SIGSEGV ?????????????????????????????????????????? SIGSEGV ??????????????? sigaltstack ??????????????????????????????????????? EINVAL ?????????SIGSEGV ??????????????????????????????????????????????????????????????????????????????


terminating signal 11 SIGSEGV

??????????????? ?????? rtc skippatch ???????????????????????????????????????

??????????????? dbx ???????????????????????? segv ????????????


rtc skippatch libc.so -f lrw_rdlock lrw_unlock lrw_wrlock _lock_try
rtc skippatch libc.so -f read_lock_try read_unlock_try write_lock_try
write_unlock_try
rtc skippatch libc.so -f queue_unlink mqueue_spawner thread_queue_dump
rtc skippatch libc.so -f thread_queue_fifo thread_queue_spin
thread_queue_verify
rtc skippatch libc.so -f __rw_unlock __rw_trywrlock __rw_workerscnt
rtc skippatch libc.so -f __rwlock_destroy __rwlock_init

x86: ????????????????????????????????? I/O ???????????? (6573171)

??????????????? (?????? Sun V40z) ?????????????????? (?????? Acer Ferrari 5000) ???????????????????????????????????? I/O ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

???????????????????????????????????????????????????

??????????????? ??????

x86: ?????????????????????????????? libspmistore.so ???????????? (6570738)

fdisk ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????


Installation can not create Solaris fdisk partition (c1t0d0p0),
causing installation failure.
Or, invalid fdisk partition causes installation to overwrite the entire disk.

??????????????? ????????????????????????????????????

x86: gnome—?????????????????? (6561499)

?????????????????????????????????????????????


application gnome-about has crashed.

??????????????????????????????

??????????????? ??????

????????????????????????????????????????????????????????????????????? (6555226)

????????????????????????????????????????????????????????????????????? GNOME ???????????? (GOK) UI ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

??????????????? ????????????????????????????????????

512 MB ???????????? (6512362)

512 MB ???????????????????????? Solaris Express Developer Edition GUI ?????????????????????????????? 768 MB ????????????????????? Developer ???????????????

??????????????? ????????????????????????????????????

????????????????????????????????????????????????????????????Solaris Express Installation Guide: Basic Installations??????

????????? C/POSIX ?????????????????????????????????????????????????????? (6412835)

?????? Solaris ?????????????????? [??????] ??????????????? [??????] ?????????????????????????????? 12 ?????????????????????????????? C/POSIX ????????????????????????????????????????????????????????? 12 ??????????????????????????????

???????????????????????????

????????????????????????????????????

  1. ????????????????????????????????????

  2. ????????????????????????


    - scrollkeeper-update -q
    - cp -rf /var/lib/scrollkeeper/C /var/lib/scrollkeeper/xx_yy.zzz
    

    xx_yy.zzz ??????????????????????????????????????????

x86: ????????? Sun Studio Express June 2007 ??? NetBeans ??????????????? (6512279)

???????????????????????????????????????????????????????????? HTML ?????????????????? Sun Studio 12 ??? NetBeans 5.5 ??????????????????????????????????????????????????????????????? HTML ??????????????????????????????

???????????????????????????????????????????????????????????????

uid_t ??? gid_t ????????? Developer 9/07 ????????????????????????

????????????????????????????????????????????????uid_t ??? gid_t ???????????? long (32 ??????????????????) ??? int (64 ??????????????????) ????????? uint32_t ????????????????????????????????????????????????????????????Solaris Express Developer Edition ????????????????????????uid_t ??? gid_t ??????????????????

??????????????????????????????

??????????????? C ????????????????????????

????????????????????????????????????????????????????????????????????? uid_t ??? gid_t ???????????????????????????

?????????????????????????????????


1 #include <unistd.h>
2 #include <stdlib.h>
3 #include <stdio.h>
4
5 int
6 main(void)
7 {
8 uid_t negone = -1;
9
10 if (getuid() < 0)
11 exit(1);
12
13 (void) setreuid(negone, getuid());
14
15 (void) printf("%ld\n", getuid());
16
17 return (0);
18 }

?????? –

???????????? C ????????????????????????????????????????????????????????????????????????????????????


??? C++ ?????????????????????

uid_t ??? gid_t ????????????????????? C++ ?????????????????????????????????????????????

??? C ?????????????????????C++ ??????????????????????????????????????????????????????????????????????????????????????? uid_t ??? gid_t ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

?????? Solaris ????????????????????????????????? C++ ?????????????????????????????? Solaris ?????????????????????