Solaris (tm)?0129 (9/30/2004 2:07:18 AM) comp.unix.solaris A Google News search for "Solaris" gave the following as the first hit http://home.businesswire.com/portal/site/google/index.jsp?ndmViewId=news_view&newsId=20040929005643&newsLang=en "Barco Introduces Solaris ... delrio
Blastwave mailing lists gone?159 (9/21/2004 8:21:35 PM) comp.unix.solaris Have the blastwave mailing lists been discontinued? I hope it is just a temporary error ----- The following addresses had permanent fatal errors ----- ----- Transcript of session follows ----- 550 .... Oscar
Video: Sun big irons at Nvidia0103 (12/19/2003 1:59:22 AM) comp.unix.solaris Came across an interesting video of a data center at Nvidia showing quite a few "big iron" Sun boxes. http://www.nvidia.com/content/diversions/video/downloads/engineroom_download.wmv (Windows media format unfo... Oscar
LDAP password management (aging)673 (7/14/2003 8:52:54 PM) comp.unix.solaris I was reading the LDAP docs for Solaris 9 and found that "password management" (password aging, expiration, even account lockout on bad logins) was introduced in Solaris 9 12/02. Does anyone know if these feat... Oscar
Restricted user command execution152 (9/19/2011 6:15:21 AM) comp.unix.solaris Hi , i want to create a user on solaris 10 who can issue/ execute just a few commands like: tail, grep, more . I also want to prevent him from executing any other commands. Any pointers how to proceed in th... amitka(19)
Additional discussion groups/forums164 (9/20/2011 2:09:58 PM) comp.unix.solaris With all of the changes since Oracle acquired Sun, it seems a little more difficult than usual to stay involved with Solaris communities. Other than Oracle/Sun blogs and this newsgroup, what other Solaris newsg... MobyGamer301(139)
ipfilter problem #2179 (10/7/2011 11:51:36 AM) comp.unix.solaris I have a lot of outgoing pass rules but for some reason some outgoing messages are blocked or lost? therefor I added as the last of the outgoing rules: pass out log quick from any to any doing so I hoped to ... getridofthespam(120)
compile rdiff-backup on open indiana284 (11/8/2011 4:11:53 PM) comp.unix.solaris when i start this: python setup.py build i get: running build running build_py running build_ext building 'rdiff_backup.C' extension /usr/lib/python2.6/pycc -DNDEBUG -KPIC -I/usr/include/python2.6 -c cmodule.... nospam67(211)
Checking NIC connectivity on Solaris9259 (12/4/2011 8:09:29 AM) comp.unix.solaris Hi On Linux I can check the connectivity of a NIC using the following code: struct ethtool_value { __uint32_t cmd; __uint32_t data; }; struct ifreq ifr; memset(&ifr, 0, sizeof(ifr)); strcpy(ifr.if... n(112)
OI 151a can not start ipfilter272 (1/31/2012 6:24:38 AM) comp.unix.solaris Hello. svcadm enable network/ipfilter ipf -Fa -f /etc/ipf/ipf.conf works just fine , but after reboot ipfilter is disabled. How can enable it ?? thanks M ... markku
start all services in a zone3145 (2/1/2012 3:04:47 PM) comp.unix.solaris hi, I created a zone and booted it. I want to start the sshd in order to login and sftp directly into the zone. It seems that no services are started. When I execute: # svcadm -v enable -rs svc:/network/ssh:... getridofthespam(120)
Utility to SMF a new demon/service ?85246 (3/21/2012 6:16:56 PM) comp.unix.solaris I'm not a big redhat fan, but I bring up something they do as a point of reference. Turning (random process) into a boot-time service, is trivial. 1. Make a script for it in /etc/init.d that supports "start" ... phil178(85)