Skip to main content.

Job Scheduling < Basics < Supported OS < Unix

Solaris

Dernières infos

Solaris Installation via NFS mounted CDROM

I have an earlier release of Sol10 in a cdrom which I booted from, and I
have NFS mounted another server that has the newest sol 10 release. I
want to install the newest version of Sol10 through the NFS mount. This
is a remote server and I wanted to try and do this without sending the
DVD to the remote location.

comp.unix.solaris Google Group
Build problems, gcc 64bit

I'm trying to get a working build of OpenLDAP, 64bit, using gcc. I'm
running into some errors.
SunOS birch 5.10 Generic_127111-11 sun4u sparc SUNW,Sun-Fire-V890
Reading specs from /usr/sfw/lib/gcc/sparc-sun-sol aris2.10/3.4.3/specs
Configured with: /gates/sfw10/builds/sfw10-gate /usr/src/cmd/gcc/
gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --

Troff and friends

I am sure that nobody has seriously tried to change the code of the troff
family of programs since forever. And I grant you that they are little
used, except for ancient applications and niche usages, such as man pages
and RFCs (though they do have their uses, as in my case, for providing
decent output formatting for application programs - not easy to discover

use diff to get same and different rows

after man diff, it seems that I cannot generate the 2 output files simply
from files a & b?
file a:
1 2 3
1 1 1
file b:
1 1 1
1 3 9
2 2
OutputSame:
1 1 1
OutputDiff:
file a 1 2 3
file b 1 3 9
file b 2 2

mounting fat32 file system

My system is Solaris10 x86U3. I need to access my windows partition
through Solaris which is a fat32 filesystem . I was searching over the
net I found "mount ntfs filesystem " but my windows is fat32
filesystem .
How can I mount fat32 filesystem ?
I tried mounting with smbfs file system but with no success .