Search Results

Search: Posts Made By: rdhalstead
Forum: Solaris 04-26-2012
11,564
Posted By rdhalstead
There must be no spaces in the /etc/syslog.conf...
There must be no spaces in the /etc/syslog.conf file. If there is even one, it breaks. vi /etc/syslog.conf, type :set list.
Tabs will appear as ^I, spaces will be white spaces.

Again, tabs only.
2,882
Posted By rdhalstead
I hate to say it but its time to upgrade the OS....
I hate to say it but its time to upgrade the OS. I worked on MP-RAS and SVR4 when it first came out 24 years ago. I'm afraid I forgot the nitty gritty of the OS. "/dev/inet/udp" is the UDP device...
22,500
Posted By rdhalstead
Use the 'expect' program. It works like a charm....
Use the 'expect' program. It works like a charm. You can find it on sunfreeware.com.

It can use the following statements:

expect assword
send "the actual passwd"

using "assword" makes it...
Forum: Solaris 04-09-2012
5,562
Posted By rdhalstead
I downloaded...
I downloaded firefox-11.0.en-US.opensolaris-i386.tar.bz2 from both links that you supplied. After bunzipping and untarring both files, i ran firefox/firefox. When the browser came up, I clicked in...
Forum: Solaris 04-09-2012
15,731
Posted By rdhalstead
I agree with the "use zfs mirrored rpool" ...
I agree with the "use zfs mirrored rpool" response. But if you want to use SVM to mirror the boot disk:

prtvtoc /dev/rdsk/c1t0d0s2 | fmthard -s - /dev/rdsk/c1t1d0s2

(man installgrub)...
Forum: Solaris 02-22-2012
33,521
Posted By rdhalstead
Consider using the automounter.
Consider using the automounter.
Forum: Solaris 02-22-2012
12,991
Posted By rdhalstead
If the first line of the cron job script is: ...
If the first line of the cron job script is:
#!/bin/sh
export VARIABLE=value
will not work but
VARIABLE=value ; export VARIABLE
will.

If the first line is:
#!/bin/ksh
export VARIABLE=value...
Forum: Solaris 02-16-2012
2,338
Posted By rdhalstead
You can get rid of the (harmless) sendmail errors...
You can get rid of the (harmless) sendmail errors by putting the FQDN of the server in /etc/hosts:

192.168.1.2 foo foo.bar.com
Forum: Solaris 01-21-2012
2,213
Posted By rdhalstead
Windows XP does answer pings (I just tried it)....
Windows XP does answer pings (I just tried it). You need to turn on routing in the Solaris box so it can route to the Windows box.
svcadm enable svc:/network/routing/route:default
and make sure...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 11:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy