Search Results

Search: Posts Made By: mslightn
4,328
Posted By mslightn
You must install package SUNWxf86u You must...
You must install package SUNWxf86u
You must install package SUNWxf86r
You must install patch 109401-10 or newer (109401-13 is best)
You must install patch 108653-30 or newer (108653-51 is best)
...
2,106
Posted By mslightn
Found the problem ... COM2 was broke! After...
Found the problem ... COM2 was broke!

After replacing the internal with a USR5686D external on COM2, it still wasn't working in either WinNT or Solaris8x86. But, changing it to COM1 fixed it for...
2,948
Posted By mslightn
I've had difficulty replacing X86boot with...
I've had difficulty replacing X86boot with anything else but <unused>, and leaving solaris on #3 hasn't hurt anything.
1,861
Posted By mslightn
A gunzip is probably located on the companion CD....
A gunzip is probably located on the companion CD. If you don't find it, it is always downloadable from www.sunfreeware.com in pkg form (i.e. no .gz extension). Just copy it to /var/tmp and run ...
5,513
Posted By mslightn
Solstice DiskSuite is available with Sol9x86 (now...
Solstice DiskSuite is available with Sol9x86 (now available).

I don't believe it came packaged with Sol8x86.
19,668
Posted By mslightn
Does this help, or did I read this funny? ...
Does this help, or did I read this funny?

`printenv | more`
4,328
Posted By mslightn
Download the binary Solaris Porting Kit ...
Download the binary Solaris Porting Kit
"xf86_drv_port_bin_420_1.tar.gz" from
http://soldc.sun.com/developer/support/driver/tools/video/register.html to your present directory (e.g. /var/tmp)

-...
2,106
Posted By mslightn
Solaris USR5610B Setup...
I need help with the new modem. The following has been done:

Installed the modem in the 6th PCI slot

Setup COM2 for:
> 38400 (baud rate)
> Modem - Dial out Only (template)

Ran:
#tip...
11,487
Posted By mslightn
There's no need to make an issue of this... ...
There's no need to make an issue of this...

But for hassan2's sake, the following are excerps from the TCP Wrapper README file:

===========================================

1 - Introduction...
11,487
Posted By mslightn
To keep in line with your inetd.conf format, I...
To keep in line with your inetd.conf format, I should probably change the one example to...

udp6 --> udp (see example below)
------------------------------------------
FROM:
tftp dgram udp6...
11,487
Posted By mslightn
The solution require proper configuration in...
The solution require proper configuration in hosts.allow & hosts.deny, but that alone will NOT overcome this problem. I know of only 2 ways to overcome this...

1) Install TCP Wrappers IPv6...
15,380
Posted By mslightn
# pkgmk -o -r / ## Building pkgmap from package...
# pkgmk -o -r /
## Building pkgmap from package prototype file.
ERROR in prototype:
no object for <'/var/opt/totalnet/tndb/flock.file'> found in root directory
pkgmk: ERROR: unable to build...
15,380
Posted By mslightn
P.S. I realize that the "=flock.file" is not an...
P.S. I realize that the "=flock.file" is not an important file, but I do have other files, files containing configuration info, which also have the "=" character in them...
15,380
Posted By mslightn
After commenting out all of the offending lines...
After commenting out all of the offending lines (i.e. lines with files containint the "=" character), I am then able to run pkgmk successfully.


I then uncommented the following offending line -...
15,380
Posted By mslightn
# # # --> DECLARATIONS # PKGDIR=` ...
#
#
# --> DECLARATIONS
#
PKGDIR=` echo '/var/tmp/tas_bkup'`; export PKGDIR;
#
#
# --> PRELIMINARY STEPS
#
if [ ! -d $PKGDIR ];
then mkdir $PKGDIR;
fi;
#
#
# --> CREATE...
2,271
Posted By mslightn
Just add these two commands into the script ... ...
Just add these two commands into the script ... modifying it to your specs, and debugging my mistakes - it looks right to me, but I haven't time to test it for you :(

-----

cp /path/somefile...
2,271
Posted By mslightn
sed ' :loop $!{ /^[[]somename/{ ...
sed '
:loop
$!{
/^[[]somename/{
/^[[].*[[]/!{N;}
/\\$/t loop
s/^.*\n//
}' /path/somefile


i.e.
1) find the line beginning with "[username"
2) grab each line below this until you have...
11,487
Posted By mslightn
Another easy workaround is to change the tcp6 &...
Another easy workaround is to change the tcp6 & udp6 entries in /etc/inetd.conf to use tcp & udp.

Chances are that you do not have ip6 enabled on your network anyhow, so enabling tcp6 & udp6 on...
15,380
Posted By mslightn
Solaris pkgmk -> prototype errors...
I'm attempting to create another package (i.e. for utilizing pkgadd/pkgrm/pkgchk/etc.)

But after creating the prototype file, I noticed that some of my files begin with the '=' character. How do...
3,847
Posted By mslightn
According to the code above, this should be ...
According to the code above, this should be

<<
NAME>>

BUT... as a catch all :) <w/ corrections ... my bad!>

sed '
$!{ /<<*N*A*M*E*>*$/N; }
s/<\n*<\n*N\n*A\n*M\n*E\n*>\n*>/...
3,847
Posted By mslightn
(<ps file output> | <the_sed_command_below...>) ...
(<ps file output> | <the_sed_command_below...>)

sed '
:loop
$!{
/<<$/{N; s|<<\nNAME>>| **something** |;}
/\\$/t loop
}'

This can be improved upon, but this...
15,989
Posted By mslightn
These have always worked for me... 1) Simple...
These have always worked for me...

1) Simple version (singe answer)

echo y | pkgadd SOMEpkg

2) Complex version (one answer per line)

pkgadd SOMEpkg << ANSWERS
y
n
/usr/sbin...
Showing results 1 to 22 of 22

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