A while ago we switched /sbin/sh from Bourne to the new Korn shell for our OpenSolaris distribution and everything except network routing setup works. A closer look revealed that /lib/svc/method/net-routing-setup does not work without any error reported to the log file and a later network service restart brings the routing online again
To reproduce the problem try: cp /sbin/sh /sbin/bsh cp ~/chris/ksh_0418/bin/ksh /sbin/ksh rm /sbin/sh ; mv /sbin/ksh /sbin/sh reboot machine Networking except routing is working and the service logs to do not any errors or warnings. A workaround is to edit /lib/svc/method/net-routing-setup and replace #!/sbin/sh with #!/sbin/bsh for this script. BTW: I submitted a bug report as http://bt2ws.central.sun.com/CrPrint?id=6551714 Does anyone have ideas for tracking this down? Chris -- ^---^ (@)v(@) Chris Pickett | / IT consultant ===m==m=== [EMAIL PROTECTED] _______________________________________________ networking-discuss mailing list [email protected]
