Solaris 8 syslogd and [ID] field.

From: Edward.H.Tootill@gsk.com
Date: Mon Oct 14 2002 - 14:03:34 EDT


Is there a way to reconfigure the syslogd in Solaris 8 to remove
the [ID nnnnnn mail.info] field from the mail logfiles? Checked
the man pages for syslogd, syslog, syslog.conf. Also checked
the Sun site and searchsolaris.com but have not found a way
to remove the [ID] field from the syslogd config.

Ed Tootill
SCS Global Services
External Messaging & Interoperability
8-276-5409
610-270-5409
Nextel: 610-636-7873

                                                                                                                           
                    sunmanagers-request@sunma
                    nagers.org
                                                                                                                           
                    Sent by: To: sunmanagers
                    sunmanagers-admin@sunmana
                    gers.org cc:
                                                    Subject: sunmanagers digest, Vol 1 #1680 - 5 msgs
                                                                                                                           
                    14-Oct-2002 13:27
                    Please respond to
                    sunmanagers@sunmanagers.o
                    rg
                                                                                                                           
                                                                                                                           

Send sunmanagers mailing list submissions to
           sunmanagers@sunmanagers.org

To subscribe or unsubscribe via the World Wide Web, visit
           http://www.sunmanagers.org/mailman/listinfo/sunmanagers
or, via email, send a message with subject or body 'help' to
           sunmanagers-request@sunmanagers.org

You can reach the person managing the list at
           sunmanagers-admin@sunmanagers.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of sunmanagers digest..."

Today's Topics:

   1. SUMMARY: resizing partitions with SDS (Eric Hunter)
   2. Installation Problem in Qt3.0.1 (hep_mkj@myrealbox.com)
   3. Solaris 8 printing problem (Patricia Max)
   4. creating disk images for solaris (like ghost) (sun_question question)
   5. SUMMARY: Network storage (Dpk)

--__--__--

Message: 1
Date: Mon, 14 Oct 2002 12:36:24 -0400
From: Eric Hunter <ehunter@marsys.com>
To: sunmanagers@sunmanagers.org
Subject: SUMMARY: resizing partitions with SDS

Thats what I get for not googling properly.

This seems to be an infrequently, but previously asked question with an
interesting answer.

You dont even need SDS to do it, according to Jim Vandevgt:

"Yes, check out growfs from the command line or the GUI will do it for
you too.

FYI, you don't even need SDS, there's undocumented -M and -G switches
for mkfs (starting with about Solaris 2.5 I understand) that accomplish
the task. 'growfs' actually is just a script that calls mkfs with these
switches. Search for the Solaris FAQ -- it talks about those switches.

--Jim"

And a proper search of the archive of this list unearthed a prior
summary form Jeff Kennedy including some links to man pages and more
specific info.

Thanks to all who replied:
Galen Johnson
Ed Rolinson
Jim Vandevgt
Paul Galjan
Nick Hendly

--__--__--

Message: 2
Date: Mon, 14 Oct 2002 22:24:14 -0500
From: hep_mkj@myrealbox.com
To: "sunmanagers@sunmanagers.org" <sunmanagers@sunmanagers.org>
Subject: Installation Problem in Qt3.0.1

 Dear Sun Managers,
  The specification of my system is "SunOS dusun3 5.7 Generic_106541-22
sun4u sparc SUNW,Ultra-5_10". I am trying to install qt on my system with
the command

        " configure -thread -platform solaris-g++ -no-g++-exceptions".
Since, i am using

gnu complier g++ (as mentioned by Tim Evans) instead of Sun complier CC .

    I got the error:-

        "ld: fatal: Symbol referencing errors. No output written to qmake
collect2: ld returned 1 exit status".

Here it is in detail:-

-------------------------------------------------------------------------------

$ configure -thread -platform solaris-g++ -no-g++-exceptions
Segmentation Fault - core dumped

This is the Qt Free Edition.

You are licensed to use this software under the terms of either
the Q Public License (QPL) or the GNU General Public License (GPL).

Type 'Q' to view the Q Public License.
Type 'G' to view the GNU General Public License.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.

Do you accept the terms of either license?
yes
Creating qmake. Please wait...
g++ -c -o project.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
project.cpp
g++ -c -o main.o -I. -Igenerators -Igenerators/unix -Igenerators/win32
-Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
main.cpp
g++ -c -o makefile.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
generators/makefile.cpp
g++ -c -o unixmake2.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
generators/unix/unixmake2.cpp
g++ -c -o unixmake.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
generators/unix/unixmake.cpp
g++ -c -o borland_bmake.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
generators/win32/borland_bmake.cpp
g++ -c -o msvc_nmake.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
generators/win32/msvc_nmake.cpp
g++ -c -o msvc_dsp.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
generators/win32/msvc_dsp.cpp
g++ -c -o option.o -I. -Igenerators -Igenerators/unix -Igenerators/win32
-Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
option.cpp
g++ -c -o winmakefile.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
generators/win32/winmakefile.cpp
g++ -c -o projectgenerator.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
generators/projectgenerator.cpp
g++ -c -o metrowerks_xml.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
generators/mac/metrowerks_xml.cpp
g++ -c -o pbuilder_pbx.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
generators/mac/pbuilder_pbx.cpp
g++ -c -o qstring.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qstring.cpp
g++ -c -o qtextstream.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qtextstream.cpp
g++ -c -o qiodevice.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qiodevice.cpp
g++ -c -o qglobal.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qglobal.cpp
g++ -c -o qgdict.o -I. -Igenerators -Igenerators/unix -Igenerators/win32
-Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qgdict.cpp
g++ -c -o qcstring.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qcstring.cpp
g++ -c -o qdatastream.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qdatastream.cpp
g++ -c -o qgarray.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qgarray.cpp
g++ -c -o qbuffer.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qbuffer.cpp
g++ -c -o qglist.o -I. -Igenerators -Igenerators/unix -Igenerators/win32
-Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qglist.cpp
g++ -c -o qptrcollection.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qptrcollection.cpp

g++ -c -o qfile.o -I. -Igenerators -Igenerators/unix -Igenerators/win32
-Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qfile.cpp
g++ -c -o qfile_unix.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qfile_unix.cpp
g++ -c -o qregexp.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qregexp.cpp
g++ -c -o qgvector.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qgvector.cpp
g++ -c -o qgcache.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qgcache.cpp
g++ -c -o qbitarray.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qbitarray.cpp
g++ -c -o qdir.o -I. -Igenerators -Igenerators/unix -Igenerators/win32
-Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qdir.cpp
g++ -c -o qfileinfo_unix.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qfileinfo_unix.cpp

g++ -c -o qdir_unix.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qdir_unix.cpp
g++ -c -o qfileinfo.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qfileinfo.cpp
g++ -c -o qdatetime.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qdatetime.cpp
g++ -c -o qstringlist.o -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qstringlist.cpp
g++ -c -o qmap.o -I. -Igenerators -Igenerators/unix -Igenerators/win32
-Igenerators/mac
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/include
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools
-DQT_NO_TEXTCODEC -DQT_NO_COMPONENT -DQT_NO_STL
-I/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/mkspecs/solaris-g++
/opt/sw/lhcxx/specific/sun4x_57/CC-5.2/Qt/3.0.1/src/tools/qmap.cpp
g++ -o qmake project.o main.o makefile.o unixmake2.o unixmake.o
borland_bmake.o msvc_nmake.o msvc_dsp.o option.o winmakefile.o
projectgenerator.o metrowerks_xml.o pbuilder_pbx.o qstring.o
qtextstream.o qiodevice.o qglobal.o qgdict.o qcstring.o qdatastream.o
qgarray.o qbuffer.o qglist.o qptrcollection.o qfile.o qfile_unix.o
qregexp.o qgvector.o qgcache.o qbitarray.o qdir.o qfileinfo_unix.o
qdir_unix.o qfileinfo.o qdatetime.o qstringlist.o qmap.o
Undefined first referenced
 symbol in file
__cxa_pure_virtual qiodevice.o
vtable for __cxxabiv1::__si_class_type_infoproject.o
vtable for __cxxabiv1::__vmi_class_type_infoqgcache.o
operator new[](unsigned) qstring.o
vtable for __cxxabiv1::__class_type_infomakefile.o
operator delete(void*) project.o
operator new(unsigned) project.o
__gxx_personality_v0 project.o
operator delete[](void*) qstring.o
ld: fatal: Symbol referencing errors. No output written to qmake
collect2: ld returned 1 exit status
gmake: *** [qmake] Error 1
QMake failed to build. Aborting.
$

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    If anyone of you had confronted such type of error, please help. Your
help will

be highly appreciated.

MANOJ KUMAR JHA
RESEARCH SCHOLAR
(EXPERIMENTAL HIGH ENERGY PHYSICS)
UNIVERSITY OF DELHI.

email:- hep_mkj@myrealbox.com

--
MANOJ KUMAR JHA
RESEARCH SCHOLAR
(EXPERIMENTAL HIGH ENERGY PHYSICS)
UNIVERSITY OF DELHI.
email:- hep_mkj@myrealbox.com
--__--__--
Message: 3
Date: Mon, 14 Oct 2002 11:13:05 -0600 (MDT)
From: Patricia Max <pam@tdivision.lanl.gov>
To: sunmanagers@sunmanagers.org
Subject: Solaris 8 printing problem
Hardware: Sun Ultra-5_10
Software: Solaris 5.8 Generic_108528-16
Printer: HP Lasrjet 8000DN
Printer: Configured using the hpnp software
Contents of /etc/printers.conf
#
#          If you hand edit this file, comments and structure may change.
#          The preferred method of modifying this file is through the use
of
#          lpset(1M)
#
_default:\
           :use=t3hp8000:
t3hp8000:\
           :bsdaddr=printsrv,t3hp8000,Solaris:\
           :description=printer in 200/233
When the printer is configured on a Solaris 7 system, it prints from
both solaris 7 and solaris 8 systems.
When the printer is configured on a Solaris 8 system, it will not print
from any solaris 7 or solaris 8 machines.  lpstat -t on the client
machine responds with the mesage
server printsrv not responding
So somehow the job is not being shipped from the client machine to
the print server.
The system software on the print server was installed, not upgraded.
Thanks.
Patricia Max
Los Alamos National Laboratory
--__--__--
Message: 4
From: "sun_question question" <sun_question@hotmail.com>
To: sunmanagers@sunmanagers.org
Subject: creating disk images for solaris (like ghost)
Date: Mon, 14 Oct 2002 17:17:51 +0000
Hello,
Is there a software for solaris 2.6 that will create disk image like ghost
or powerquest deploycenter does for windows?
The plan is to have cd created and put aside for use if something fails we
want to be able boot from that cd and restore system back to working
condition as before.
Also, is there a html viewer for solaris 2.6 out there?
TIA
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
--__--__--
Message: 5
Date: Mon, 14 Oct 2002 13:25:54 -0400
From: Dpk <dpk@egr.msu.edu>
To: sunmanagers@sunmanagers.org
Subject: SUMMARY: Network storage
Thanks again for the help... this list is invaluable.
Dennis Kelly
Network Administrator
College of Engineering
Michigan State University
Original Post
-------------
We are currently looking at 655 GB - 1 TB network storage solution.
The solution must be Gigabit Ethernet attached, providing NFS version
3 (and hopefully in the near future version 4) over TCP/IP.  We also
hope to expand to 2-3 TB within 1.5 - 2 years in a attempt to
consolidate and provide further resources.
We are concerned with performance; reliability and single points of
failure; limiting factors in the filesystems and storage
units/hardware that effect expanding/shrinking filesystems; and
scaling multiple units in the future.  We have been looking at the Sun
StorEdge 3900 series with a SunBlade 1000 providing NFS, and due to
EDU pricing, a Netapp F820 filer.
My primary role has only been network-based until recent, and what
really need to do in the end is simple -- provide software and data
access over NFS -- hence, the Netapp really makes sense to me.
However, we run a software package Cadence which requires a locking
daemon running on the NFS server.  Netapp does have a proxy solution
in this case because big-guns like GM and Ford use this software on a
filer, but it does raise concern... will we confront a problem in the
future that we will have to live with because we are small/edu?  We
have a good working relationship with Sun, but I'm not convinced
adding complexity (and less features from what I have seen) for our
simple needs will bring us much benefit.
I'm interested in people's experience (and limitations they have hit)
with these products, pointers to sites, and possible other solutions I
should look at.
Summary
-------
Pro NetApp/Filer
----------------
Five responses indicated no problems using a filer.  Two were quite
enthusiastic about the NetApp 800 series filer and excellent
support/service from the company.  Performance and price are both
significantly better than Sun's T3 (which is used in the Sun StorEdge
3900).  Others mentioned Auspex and Raidzone as less-expensive, but
comparable alternatives.  If an application that couldn't run on the
NetApp presented itself and no solution from the vendor was provided,
direct-attached storage is cheap for the one or two instances that may
ever happen.  Definately not a show stopper for what you get otherwise
with the filer.
Pro Sun
-------
One response indicated the Sun T3 has worked well for them.  The
performance was not as good as the NetApp, but the price was much
less.
Another indicated having the flexibility of a general-purpose server
as an NFS appliance is a much better choice -- being able to
fix/change things yourself is a big plus.  Additionally, a SunFire
280R is a much better choice than a SunBlade 1000 for the server.
My thanks to:
David Foster
Gert-Jan Hagenaars
Henry D. Reynolds
Tim Chipman
Jay Lessert
Jeff Kennedy
Stephen D. B. Wolthusen
I was also forwarded a previous summary on the same subject... I'm
including excerpts from it:
Positives
---------
1) Very easy to set up and configure. Simple maintenance.
2) Very easy to upgrade firmware or OS
3) Very reliable. Calculated uptime is 99.994%
4) Very robust, through drive failure, power-supply failure, and
   lusers pulling the plug!
5) Great service! This was mentioned repeatedly. You can have status
   reports emailed automatically, and they will warn you of
   problems. One person said they were sent a replacement drive before
   they even knew there were problems.
6) The snapshot feature is invaluable. And quite ingenious. Allows for
   very fast and easy restores of user-deleted data.
7) Interoperability. They speak NFS and CIFS, so they are happy with
   NT systems, and will be much faster than the Sun solution which
   will depend on something like Samba or TotalNet. Of course they
   will like the new Mac OS X systems as well.
Negatives
---------
1) Quite expensive (example: $200k for 160G...I'm going to verify that
   figure as it seems extremely high).
2) A general comment that backup software for it can be very
   expensive, and in general there is no real good backup solution
   right now. Veritas was recommended. Possible to use NDMP, and
   Legato does have a module but it's "there are issues ... and it's
   not fun at times".
3) Not recommended for use with Oracle, use EMC instead.
Previous summary thanks to:
Mark I.
McDonough, Tim
Chris O'Malley
Caleb A Warner
Dan Penrod
Walter Reed
Jeff Kennedy
Darren Chan
Thomas Vincent
Steve Widup
Brett Morgan
Jim Johnson
Damir Delija
Richard Bond
Neal Curran
Ramji Venkateswaran
Kevin Ying
Matt Reynolds
John Stoffel
Wolf
James
--__--__--
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
End of sunmanagers Digest
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers


This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:25:06 EDT