Why does a page with many pictures get wider?
Solaris
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Опросы
• Аватарки
• Интересы
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• RYXI
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Register!

RYXI > SolarisGo to page: 1 | 2 | next »

  Advertising:
  Top users: 
  Рейтинг сообществ: 
  Recent blog posts: 
  They have birthday today: 
  Blogrolls: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:
вторник, 17 марта 2009 г.
solaria ? :-? avTOMoBILLo4ka 12:14:42
solaria ? :-?­
Add comment
пятница, 31 октября 2008 г.
Dean I just downloaded it from Qlogic web site it there!Sun... Guest 05:12:17
 Dean I just downloaded it from Qlogic web site it there!
Sun storedge 3510 just us "sccli -h" it gives you a help menu for every thing!
good luch
Add comment
четверг, 18 января 2007 г.
What command look at that ? "Attached Devices/LUNs... Guest 10:24:42
 What command look at that ? "Attached Devices/LUNs Information"
Or how look all LUNs attached to HBA ?
Add comment
среда, 17 января 2007 г.
I just ran into the same problem8-| . Our Solaris 10 image... Guest 13:54:50
 I just ran into the same problem8-|­ . Our Solaris 10 image is limited package build and the package SUNWuiu8 was not installed. Once I installed this the problem was resolved. Good luck=^B­
comment 11 answers | Add comment
среда, 9 августа 2006 г.
I too am curious about this.We want to use GNUPG for key... Guest 22:37:15
 I too am curious about this.

We want to use GNUPG for key signing and authentication. Our application is a commercial product and cannot be made GPL. I understand we can use the GPLPG as an application (shell execute/pipes/ etc) but we cannot link to it's source or libraries directly.

GNUPGME is a library based on GNUPG and therefor I thought it was a GPL meaning that if we linked to it, we were in violation of the GPL unless we released our source as GPL.

However, http://www.zixcorp.­com/acknowledgement.­php this company seems to link GNUPGME is LGPL.
Add comment
вторник, 20 июня 2006 г.
Try something like this. This works for Solaris 10 on my... Guest 16:57:02
 Try something like this. This works for Solaris 10 on my box. It may need to be tweaked a little more but this will get you started.
#
#ident "@(#)pam.conf 1.28 04/04/21 SMI"
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# PAM configuration
#
# Unless explicitly defined, all services use the modules
# defined in the "other" section.
#
# Modules are defined with relative pathnames, i.e., they are
# relative to /usr/lib/security/$­ISA. Absolute path names, as
# present in this file in previous releases are still acceptable.
#
# Authentication management
#
# login service (explicit because of pam_dial_auth)
#
login auth requisite pam_authtok_get.so.­1
login auth required pam_dhkeys.so.1
login auth required pam_unix_cred.so.1
login auth required pam_unix_auth.so.1
login auth required pam_dial_auth.so.1
login auth required pam_ldap.so.1 try_first_pass debug
#
# rlogin service (explicit because of pam_rhost_auth)
#
rlogin auth sufficient pam_rhosts_auth.so.­1
rlogin auth requisite pam_authtok_get.so.­1
rlogin auth required pam_dhkeys.so.1
rlogin auth required pam_unix_cred.so.1
rlogin auth required pam_unix_auth.so.1
rlogin auth required pam_ldap.so.1 try_first_pass debug
#
#
# Kerberized rlogin service
#
krlogin auth required pam_unix_cred.so.1
krlogin auth binding pam_krb5.so.1
krlogin auth required pam_unix_auth.so.1
#
# rsh service (explicit because of pam_rhost_auth,
# and pam_unix_auth for meaningful pam_setcred)
#
rsh auth sufficient pam_rhosts_auth.so.­1
rsh auth required pam_unix_cred.so.1
#
# Kerberized rsh service
#
krsh auth required pam_unix_cred.so.1
krsh auth binding pam_krb5.so.1
krsh auth required pam_unix_auth.so.1
#
# Kerberized telnet service
#
ktelnet auth required pam_unix_cred.so.1
ktelnet auth binding pam_krb5.so.1
ktelnet auth required pam_unix_auth.so.1
#
# PPP service (explicit because of pam_dial_auth)
#
ppp auth requisite pam_authtok_get.so.­1
ppp auth required pam_dhkeys.so.1
ppp auth required pam_unix_cred.so.1
ppp auth required pam_unix_auth.so.1
ppp auth required pam_dial_auth.so.1
#
#dtlogin auth requisite pam_smartcard.so.1
dtlogin auth requisite pam_authtok_get.so.­1
dtlogin auth required pam_dhkeys.so.1
dtlogin auth required pam_unix_cred.so.1
#dtlogin auth optional pam_krb5.so.1
#dtlogin auth required /krb5/lib/pam_afs2.­so.1
# allows password login
dtlogin auth sufficient pam_unix_auth.so.1
dtlogin auth required pam_ldap.so.1 try_first_pass debug
#
# dtsession - lock/unlock screen, refresh creds and AFS token
#
dtsession auth requisite pam_authtok_get.so.­1
dtsession auth required pam_dhkeys.so.1
#dtsession auth optional pam_krb5.so.1
#dtsession auth required /krb5/lib/pam_afs2.­so.1 nopag
# allows unlock with local password
dtsession auth sufficient pam_unix_auth.so.1
dtsession auth required pam_ldap.so.1 try_first_pass debug
# Default definitions for Authentication management
# Used when service name is not explicitly mentioned for authentication
#
other auth requisite pam_authtok_get.so.­1
other auth required pam_dhkeys.so.1
other auth required pam_unix_cred.so.1
other auth sufficient pam_unix_auth.so.1
other auth required pam_ldap.so.1 try_first_pass debug
#
# passwd command (explicit because of a different authentication module)
#
passwd auth required pam_passwd_auth.so.­1
#
# cron service (explicit because of non-usage of pam_roles.so.1)
#
cron account required pam_unix_account.so­.1
#
# Default definition for Account management
# Used when service name is not explicitly mentioned for account management
#
other account requisite pam_roles.so.1
other account sufficient pam_unix_account.so­.1
other account required pam_ldap.so.1 try_first_pass debug
#
# Default definition for Session management
# Used when service name is not explicitly mentioned for session management
#
other session required pam_unix_session.so­.1
#
# Default definition for Password management
# Used when service name is not explicitly mentioned for password management
#
other password required pam_dhkeys.so.1
other password requisite pam_authtok_get.so.­1
other password requisite pam_authtok_check.s­o.1
other password required pam_authtok_store.s­o.1
#
# Support for Kerberos V5 authentication and example configurations can
# be found in the pam_krb5(5) man page under the "EXAMPLES" section.
#
Add comment
вторник, 6 июня 2006 г.
Hi All, Wayne, Is this still a problem? I have the same... Guest 15:40:46
 Hi All, Wayne, Is this still a problem? I have the same issue. I have brought the system down to init S and fsck'd, and all it did was move the error to another inode. I only had a 2 hour window so couldn't investigate any further and also this system is mirrored - so I wonder how this effects the mirrors, is the error replicated across stripes?
Any help appriciated.
Edward Allan at itc alstom com
Cheers
Add comment
thank you the discussion really helped me thanks once more Guest 12:10:14
 thank you the discussion really helped me
thanks once more
Add comment
понедельник, 29 мая 2006 г.
Asking for someones opion or help has never been illegal... Guest 00:01:54
 Asking for someones opion or help has never been illegal... Question is. Are they willing to give it for free???
comment 5 answers | Add comment
понедельник, 22 мая 2006 г.
I had this same problem and I did many things...- Upgraded... Guest 20:37:55
 I had this same problem and I did many things...
- Upgraded OBP to las level.
- Upgraded HDD firmware.
- Replaced hardware LIB & UIB.
- Reinstalled OS same version.
- Installed a new and different Solaris version.
Everything failed until I replaced the system board. This finally fixed the
problem. It seems the problem is in the SCSI controller of the board, so you
'll have to by the full board.
Hopes this helps,
Alex
Add comment
среда, 15 марта 2006 г.
Interleaving memory is like using RAID with disk devices... Guest 18:44:34
 Interleaving memory is like using RAID with disk devices. The more memory banks over which your memory is interleaved, the less likely you are to run into contention when accessing the memory. Interleave is automatically configured during POST.
For memory, the more interleave the better.
comment 1 answer | Add comment
пятница, 10 марта 2006 г.
Wow. I had the same problem until I found this page on... Guest 02:57:13
 Wow. I had the same problem until I found this page on google. I used the sunfreeware.com gcc.
Add comment
пятница, 17 февраля 2006 г.
iucreate Guest 19:03:45
 hello,
iucreate is not present in my server and I need to get it in order to upgrade my solaris version. haw can I get it ??
Mickael
comment 1 answer | Add comment
среда, 1 февраля 2006 г.
solaris 10 1/06 boot failure because rpcbind failed, please help! karenwang 10:08:25
 Hello,
I am having problem booting up solaris 10 1/06 on a amd64 box.
It was booting fine. But after I changed a PCI device, (took out one
and put a new one into one PCI slot) boot gets screwed. dmesg tells
me rpc-bind failed with exit status 1. See somebody here had rpcbind
failed with exit status 96. Maybe someone familiar with rpcbind can
help me here? Many thanks!
karen
==========
svc:/network/rpc/bi­nd:default: Method "/lib/svc/method/rp­c-bind start"
failed with exit status 1.
svc_create: cannot register 100099 vers 4 on ticotsord
unable to create service
svc_create: cannot register 100099 vers 4 on ticotsord
unable to create service
svc_create: cannot register 100099 vers 4 on ticotsord
unable to create service
syslogd: line 24: WARNING: loghost could not be resolved
svc_create: cannot register 100099 vers 4 on ticotsord
unable to create service
svc_create: cannot register 100099 vers 4 on ticotsord
unable to create service
svc_create: cannot register 100099 vers 4 on ticotsord
unable to create service
svc_create: cannot register 100099 vers 4 on ticotsord
unable to create service
svc_create: cannot register 100099 vers 4 on ticotsord
unable to create service
svc_create: cannot register 100099 vers 4 on ticotsord
unable to create service
Failed to register version 1 of RPC service instance
svc:/application/fo­nt/stfsloader:defaul­t, netid ticotsord
Too many bind failures for instance
svc:/application/fo­nt/stfsloader:defaul­t, transitioning to maintenance
Failed to register version 1 of RPC service instance
svc:/network/securi­ty/ktkt_warn:default­, netid ticotsord
Too many bind failures for instance
svc:/network/securi­ty/ktkt_warn:default­, transitioning to maintenance
Failed to register version 1 of RPC service instance
svc:/network/rpc-10­0235_1/rpc_ticotsord­:default, netid ticotsord
Too many bind failures for instance
svc:/network/rpc-10­0235_1/rpc_ticotsord­:default, transitioning to maintenance
Failed to register version 1 of RPC service instance
svc:/network/rpc-10­0083_1/rpc_tcp:defau­lt, netid tcp
Too many bind failures for instance
svc:/network/rpc-10­0083_1/rpc_tcp:defau­lt, transitioning to maintenance
Failed to register version 2 of RPC service instance
svc:/network/rpc-10­0068_2-5/rpc_udp: default, netid udp
Too many bind failures for instance
svc:/network/rpc-10­0068_2-5/rpc_udp:def­ault, transitioning to maintenance
system/filesystem/a­utofs:default failed repeatedly
svc_tp_create: Could not register prog 100249 vers 1 on udp
svc_tp_create: Could not register prog 100249 vers 1 on tcp
svc_tp_create: Could not register prog 100249 vers 1 on ticlts
svc_tp_create: Could not register prog 100249 vers 1 on ticotsord
svc_tp_create: Could not register prog 100249 vers 1 on ticots
Failed to register callback error = 9
Initialization failed. Return code = 90.
NOTICE: nge0: Receive length field error Packets
UltraDMA mode 5 selected
svc_tp_create: Could not register prog 300598 vers 1 on udp
svc_tp_create: Could not register prog 300598 vers 1 on tcp
svc_tp_create: Could not register prog 300598 vers 1 on ticlts
svc_tp_create: Could not register prog 300598 vers 1 on ticotsord
svc_tp_create: Could not register prog 300598 vers 1 on ticots
unable to create (DMI2_SERVER, DMI2_SERVER_VERSION­) for netpath.
Add comment
вторник, 20 декабря 2005 г.
pamc@cc.gatech.eduI have this exact same problem. Don't... Guest 05:57:32
 pamc@cc.gatech.edu
I have this exact same problem. Don't know why yet.
Add comment
среда, 30 ноября 2005 г.
try psrinfo -pv Guest 16:37:59
 try psrinfo -pv
Add comment
четверг, 27 октября 2005 г.
Solaris9 + SunRay = sunpci boot@boot problem Guest 15:12:45
 Hallo, exeryone.
i have a Sparc server with Graphic card + some sunRays
and i can't make my SUNPCi 3 card to start automatically.
What exactly should i type in Master.ini to use Xvnc ?
i've read a lot of papers, but ... no result
please help!
Michael
Add comment
great... install whole gnome just to read pdf's.. Guest 11:46:38
 great... install whole gnome just to read pdf's..
Add comment
среда, 26 октября 2005 г.
From Sunsolve...Within the patchadd script, there's a... Guest 15:35:03
 From Sunsolve...
Within the patchadd script, there's a function apply_diPatch, which after having installed the patch successfully, will try to obsolete the explicitly listed prior patches.
Therefore, it will loop through all installed packages and access $pkg/save. However, the existence of this directory is not tested. In some cases, this directory does not exist and the script will give a message like :
/usr/sbin/patchadd[154]:­ ISb954560.2/save: not found
The above example illustrates clearly that in case progressive patching has been applied before, the $pkg/save directory does not exist.
Date Modified:
Work Around:
Ignore the messages, no functionality is affected
Add comment
воскресенье, 23 октября 2005 г.
Hi Colin,I never thought would find someone with the same... Guest 19:52:05
 Hi Colin,
I never thought would find someone with the same problem. I purchased an Ultra 2 from {censored} and have exactly the same problems with this Compaq drive. Very strange error message. Couldnt find a user guide which would expalin jumper settings - do you have one. Do you know what force single ended does?
please email davidwalton@ntlworl­d.com
- David.
Add comment
суббота, 8 октября 2005 г.
Hello, I am having trouble getting something legible out of... Guest 16:16:42
 Hello, I am having trouble getting something legible out of a Sun box
when connecting to it from tip so I wondered if there was anything
obvious I was not doing correctly.
I was given a Sun fire V100 server to wipe clean and install a fresh
version of Solaris 9 on. i connected db9 adapter to seril port on windows 2000 hyperterminal
issue the break command and I get the ok prompt as expected. The
problem comes when I try to get output of any length. For instance,
issuing a "printenv" yields 90% garbage (by which I mean, seemingly
random characters) and the odd recognisable bit such as a variable
name.
I issued a "boot cdrom - install" with the Solaris CD in the Netra
drive and this seemed to work - I got a little bit of installation text
but when it came to selecting language etc the output was again all
Deepak
Add comment

Add new topic:

How:  Register )
 
Login:   Password:   
Comments by: Premoderation:
Topic:
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или законы РФ. Ваш ip-адрес записывается.


RYXI > SolarisGo to page: 1 | 2 | next »

see also:
pass tests:
see also:

  Copyright © 2001—2010 RYXI
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.ryxi.com.
Write in the community about the bugs you have noticedbugs.ryxi.com.
Write your offers and comments in the communities suggest.ryxi.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .