adding licenses


 
Thread Tools Search this Thread
Operating Systems Solaris adding licenses
# 1  
Old 05-19-2004
adding licenses

Hi ppl,

Need help setting licenses!
When I add licenses with lit_tty, it says:

Duplicate of Feature FTAM Version 9.000 found in file /etc/opt/licenses/licenses_combined.
Duplicate of Feature FTAM Version 9.000 found in file /opt/SUNWconn/license_dir/osiftm9.0.lic,1.
Rereading License File
lmreread - Copyright (C) 1989-1999 Globetrotter Software, Inc.
lmreread successful

**Some duplicate licenses were detected during installation**

The following licenses were successfully installed

The following duplicate licenses were detected and not fully re-installed
These licenses may still be usable:

Solstice FTAM 9.0 for SPARC 01-jan-0 1 0BCAxxxxxxxxxxxx

There is already a product licensed by an older version of lit. And the ftam cds says to install the license mgr on it, that'what i'v done but nope!

Help!!!
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Licenses of SunOS 4.1.4 and System V R4

Does anyone know about the license of System V Release 4 & SunOS 4.1.4 source codes? I have found them online in some archives but I am not sure if I am 'supposed' to download them (not sure if it is legal) Can anyone tell me? EDIT: A little bit wrong category. Please move it. (1 Reply)
Discussion started by: anapplegeek
1 Replies

2. What is on Your Mind?

Opensource licenses?

Someone was asking the below on our mailing list and i thought of sharing with you guys, what do you think? P.S: if this is the wrong forum i couldn't find something related to 'opensource' as main forum so i posted here, moderators feel free to move. Hello, I want to opensource something... (1 Reply)
Discussion started by: Bashar
1 Replies

3. Shell Programming and Scripting

Adding new lines to a file + adding suffix to a pattern

I need some help with adding lines to file and substitute a pattern. Ok I have a file: #cat names.txt name: John Doe stationed: 1 name: Michael Sweets stationed: 41 . . . And would like to change it to: name: John Doe employed permanently stationed: 1-office (7 Replies)
Discussion started by: hemo21
7 Replies

4. UNIX for Dummies Questions & Answers

rlogin - licenses

Hi I was just wondering When a rlogin occurs does it use a "user license" on the host system ? Thanks (0 Replies)
Discussion started by: belfastbelle
0 Replies
Login or Register to Ask a Question
IMGSIZE(1)						User Contributed Perl Documentation						IMGSIZE(1)

NAME
imgsize - read the dimensions of an image in several popular formats SYNOPSIS
imgsize [ -r | -a | -f fmt ] file DESCRIPTION
No-brainer to size an image supplied on the command-line. All the real work is done in Image::Size OPTIONS
By default, the width and height are returned as attributes for an IMG tag in HTML, essentially ""WIDTH=40 HEIGHT=30"". The following options may be used to return alternate formats (all report width first, then height): "-r" Return "raw" format data. Just the numbers separated by a single space. "-a" Return a Perl-style list of attributes suitable for passing to the "img()" method of the CGI module (see CGI). "-f" fmt Pass the string specified in fmt to "sprintf" and thus use it to format the results to your taste. "sprintf" will be passed two numbers, so any other formatting directives will be lost. The numbers are passed as width first, then height. SEE ALSO
Image::Size AUTHOR
Randy J. Ray <rjray@blackperl.com>. Copyright (c) 2000. Distributable under the Artistic License as packaged with Perl version 5.005 and later. LICENSE
Copying and distribution are permitted under the terms of the Artistic License 2.0 (http://www.opensource.org/licenses/artistic-license-2.0.php <http://www.opensource.org/licenses/artistic-license-2.0.php>) or the GNU LGPL 2.1 (http://www.opensource.org/licenses/lgpl-2.1.php <http://www.opensource.org/licenses/lgpl-2.1.php>). perl v5.12.1 2009-11-09 IMGSIZE(1)